@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_area {
	margin-bottom: 5%;
	position: relative;
}
.section_sarea {
	margin-bottom: 2%;
	position: relative;
}
.section_toparea {
	margin-top: 3em;
	position: relative;
}

/* 공통 - 인포메이션 */
.tip_txt {
	padding: 5px 0 20px 35px;
	font-size: 1.1rem; word-break: keep-all;
	background: url(../../images/client/sub/icon_tiptext.png) no-repeat 0 3px;
}
.infotop_box {
	margin-bottom: 3em; padding: 45px 20px 45px 130px;
	font-size: 1.1rem; word-break: keep-all; font-weight: 600;
	background: #e3daf3 url(../../images/client/sub/icon_infotext.png) no-repeat 40px center;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
}
.tipicon_text {
	margin: 5px 0;
	padding-left: 28px;
	font-size: 1rem;
	background: url(../../images/client/sub/icon_tiptext.png) no-repeat 0 center;
}
.txt_row {
	padding: 0.5em 0;
	font-size: 1.1rem; word-break: keep-all;
}
.dot_txt {
	padding-left: 10px;
	font-size: 1.1rem; word-break: keep-all;
}
.dot_txt span {
	display: inline-block;
	width: 5px; height: 5px;
	margin-left: -10px; margin-right: 5px;
	background-color: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* 공통 - 영역 타이틀 */
.section_tit {
	margin-bottom: 0.5em;
	padding: 5px 0 5px 30px;
	font-size: 1.5rem; font-weight: 600; color: #00316d;
	background: url(../../images/client/sub/icon_text.png) 0 11px no-repeat;
}
.section_tit_s {
	margin-bottom: 0.2em; padding: 5px 0;
	font-size: 1.1rem; font-weight: 600;
}
.check_tit {
	margin-bottom: 0.5em;
	padding: 5px 0 5px 25px;
	font-size: 1.2rem; font-weight: 600;
	background: url(../../images/client/sub/icon_stit.jpg) 0 8px no-repeat;
	background-size: 20px;
}
.check_tit span {
	font-weight: inherit;
}
.arrow_tit {
	padding: 5px 0 5px 30px; margin-bottom: 10px;
	font-size: 1.1rem; color: #00427c; font-weight: 600;
	background: url(../../images/client/sub/arrow_circle.jpg) no-repeat 0 5px;
}
.rec_tit {
	padding: 5px 0 5px 30px; margin-bottom: 10px;
	font-size: 1.1rem; color: #00427c; font-weight: 600;
	background: url(../../images/client/sub/icon_stit_rec.jpg) no-repeat 0 14px;
}

/* 공통 - 검색결과 없음 */
.listnone_box {
	padding: 0 20px;
	text-align: center;
	background-color: #7f7f7f;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.listnone_box p {
	display: inline-block;
	padding: 50px 0 50px 80px;
	font-size: 1.8rem; color: #fff; word-break: keep-all;
	background: url(../../images/client/sub/bg_nonelist.png) no-repeat 0 center;
}

/* 카드형 리스트 공통 스타일 */
.card_box {
	position: relative;
	vertical-align: top;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
} 

/* 검색결과 없음 */
.nocnt_box {
	display: flex;
	position: relative;
	padding: 30px 0;
    align-items: center;
    justify-content: center;
	text-align: center; 
	background: #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.nocnt_box p {
	display: inline-block;
	padding: 20px 0 20px 80px;
	max-width: 80%;
	color: #717171; font-weight: 500;
	font-size: 1.5rem !important; text-align: center;
	background: url(../../images/client/main/icon_nopost.png) no-repeat left center;
	background-size: auto 60px;
}

/* 로딩박스 */
.boxloading_wrap {
	position: relative; 
	overflow: hidden;
}
.boxloading {
	position: absolute; top: 0; left: 0; z-index: 10;
	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%);
}

/* 메인화면 */
.mainpage_visual {
	position: relative; 
	height: 687px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-image: url(../../images/client/main/bg_mainbanner.png);
}
.mainpage_visual h2 {	
	position: absolute; left: 50%; bottom: 52px;
	width: 439px; height: 357px;
	background-repeat: no-repeat; 
	background-size: contain;
	background-image: url(../../images/client/main/img_mainbanner.png);
	font-size: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);  
}

.main_section_wrapper {
	margin: 60px 0;
}
.main_section_wrapper .grid_content {
	overflow: visible;
}

.main_tit { 
	margin-bottom: 35px; 
	color: #00427c; font-size: 2.1rem; font-weight: 600; text-align: center;
} 

.mainpro_top > div {
	position: relative;
}
.mainpro_top .show_tab { 
	padding-right: 40px;
	height: 40px;
	border: none;
}
.mainpro_top .show_tab li {
	width: calc(100% / 3);
}
.mainpro_top .show_tab li a { 
	color: #00427c; font-size: 1.15rem; line-height: 38px;
	background-color: #fff;
	border: 1px solid #00427c;
	border-right: none;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition : 0.1s;
	-moz-transition : 0.1s;
	-o-transition : 0.1s;
	transition : 0.1s; 
}
.mainpro_top .show_tab li:last-child a { 
	border-right: 1px solid #00427c;
}
.mainpro_top .show_tab li a.on { 
	margin-top: 0;
	color: #fff;
	background-color: #00427c;
}
.mainpro_top .btn_more { 
	position: absolute; right: 0; bottom: 1px;
	display: inline-block;
	padding: 0; 
	width: 40px; height: 40px;
	font-size: 0; line-height: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../../images/client/main/icon_more.png);
	background-size: auto;
	background-position: center; 
	border: 1px solid #00427c;
	border-left: none;
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}
.mainpro_swiper {
	overflow: visible;
}
.mainpro_swiper .swiper-container {    
	padding: 40px 0;
	overflow: hidden;
}
.mainpro_swiper .program_cardtype {
	position: relative;
	height: 400px;
	background-color: #fff; 
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0; 
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}
.mainpro_swiper .program_cardtype > a {
	position: relative;
	display: block; 
}
.certi_label {
	position: absolute; right: 0; top: 0; 
	z-index: 10;
	width: 68px; height: 80px;
	font-size: 0;
	background: url(../../images/client/ncr/icon_certificate.png) no-repeat center;
	background-size: contain;
}
.mainpro_swiper .program_cardtype .img_box { 
    position: relative;
    height: 216px;
    background-color: #b4b4b4;
    overflow: hidden;
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0; 
}
.mainpro_swiper .program_cardtype .img_box img { 
    position: absolute; top: 50%; left: 50%;
    max-width: 100%; width: 100%; height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.program_bottom { 
	position: absolute; bottom: 0; left: 0;
	padding: 20px;
	width: 100%;
	background-color: #ebf4f8;
}  
.program_bottom .label > strong {
	position: relative;
	display: inline-block;
	padding: 1px 10px;
	min-width: 60px;
	color: #fff; text-align: center; font-size: 0.86rem;
}
.program_bottom .label .program_type {
	margin-right: 8px;
	background-color: #0d65d9;
} 
.program_bottom .label .waiting {
	background-color: #00c0ef;
}
.program_bottom .label .applicable {
	background-color: #00427c;
}
.program_bottom .label .team_label {
	position: absolute; right: 15px; top: 20px;
	display: inline-block;
	padding: 1px 10px 1px 25px;
	min-width: 60px; 
	line-height: 18px;
	background-color: #a3a3a3;
	background-repeat: no-repeat;
	background-position: center left 8px; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; 
}
.program_bottom .label .team_label.individual {
	background-size: 13px auto;
	background-image: url(../../images/client/main/icon_student.png);
}
.program_bottom .label .team_label.team {
	background-size: 17px auto;
	background-image: url(../../images/client/main/icon_team.png);
}
.program_list li {
	color: #7f7f7f; 
    line-height: 1em;
    letter-spacing: -0.03em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.program_list .pro_tit a { 
    display: block; 
	margin: 10px 0;
    font-size: 1.2rem; font-weight: 600; color: #232121; line-height: 1em;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.program_list li > strong {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	padding-right: 5px;
	min-width: 60px;
	vertical-align: 0;
}
.program_list li > strong::after { 
	content: "";
    position: absolute; right: 0; top: 50%;
    width: 1px; height: 12px;
    background-color: #7f7f7f;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.program_bottom .progress_area {
	margin: 10px 0;
}
.progress_bar { 
    position: relative;
    height: 16px;
    background: #eaeaea;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.progress_bar p {
	height: 100%;
	background-color: #fdc107;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.progress_bar .progress_bartxt { 
    position: absolute; top: 50%; left: 50%;
    color: #7f7f7f; font-size: 0.7rem;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
} 
.program_bottom .hover_list {
	height: 0; opacity: 0;
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s; 
}
.program_bottom .btn_pointview {
	position: relative; z-index: 20;
	display: inline-block;
	padding: 4px 10px;
	background-color: #ebf4f8;
	color: #0d65d9; font-weight: 600; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

}
.program_bottom .btn_pointview strong {
	margin-right: 7px;
	padding-left: 25px;
	font-weight: 400; color: #7f7f7f;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../../images/client/main/icon_score.png);
	vertical-align: 0;
} 
.program_cardtype .graph_wrap {
	position: relative;
	display: none;
	width: 100%;
	position: absolute; top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
    -webkit-border-radius: 50px 0 0 0;
    -moz-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0;
}
.program_cardtype .graph_wrap .graph_box {
	text-align: center;
}
.program_cardtype .graph_wrap .graph_box p {
	padding-top: 40px; margin-bottom: 20px;
	color: #fff; font-size: 1.2rem;
}
.program_cardtype .graph_wrap .graph_box > div {
	padding: 10px;
}

.mainpro_bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px; 
}
.mainpro_bottom .main_arrow.arrow_left {
	margin-right: 40px;
	background-image: url(../../images/client/main/icon_prev_on.png); 
	cursor: pointer;
}
.mainpro_bottom .main_arrow.arrow_right {
	margin-right: 0;
	margin-left: 40px;
	background-image: url(../../images/client/main/icon_next_on.png); 
	cursor: pointer;
}  
.mainpro_bottom .play_control{
	position: static;
	display: inline-block;
}
.mainpro_bottom .play_control .slide_stop {
	background-image: url(../../images/client/main/btn_slideplay.png);
}
.mainpro_bottom .play_control .slide_start {  
	background-image: url(../../images/client/main/btn_slidestop_gray.png);
}

.play_control {
	width: auto;
	position: absolute; bottom: 10px; right: 5%; 
}
.play_control button {
	width: 20px; height: 20px;
	perspective-origin: right;
	text-indent: -9999px;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center; 
}

.maincalendar_wrap, .maincounsel_wrap {
	display: inline-block;
	height: 653px;
} 
.maincalendar_wrap {	
	margin-right: 2.34%; 
	width: 48.82%;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(28, 47, 67, 0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
.maincalendar_wrap .fc-theme-standard .fc-scrollgrid, .maincalendar_wrap .fc-theme-standard td, .maincalendar_wrap .fc-theme-standard th {
	border: none;
} 
.maincalendar_wrap .fc .fc-toolbar {
	position: relative;
	display: block;
}
.maincalendar_wrap .fc .fc-toolbar-title {
	font-size: 1.43rem; font-weight: 600;
}
.maincalendar_wrap .fc-toolbar-chunk:nth-child(2) {
	position: absolute; right: 55px; top: 13px;
}
.maincalendar_wrap .fc-toolbar-chunk:nth-child(3) {
	position: absolute; right: 20px; top: 13px;
}
.maincalendar_wrap .fc .fc-button {
	padding: 10px;
}
.maincalendar_wrap .fc .fc-button-primary {
	background-color: transparent;
	border: none;
}
.maincalendar_wrap .fc-icon-chevron-left:before {
	content: "";
	display: block;
	width: 12px; height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/client/main/icon_prev_off.png);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;  
}
.maincalendar_wrap .fc-icon-chevron-right:before {
	content: "";
	display: block;
	width: 12px; height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/client/main/icon_next_off.png);
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;  
}
.maincalendar_wrap .fc .fc-button-primary:not(:disabled).fc-button-active, .maincalendar_wrap .fc .fc-button-primary:not(:disabled):active {
	background-color: transparent;
	border: none;
}
.maincalendar_wrap .fc .fc-button-primary:focus, .maincalendar_wrap .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .maincalendar_wrap .fc .fc-button-primary:not(:disabled):active:focus {
	box-shadow: none;
}
.maincalendar_wrap .fc-header-toolbar {
	margin-bottom: 15px !important;
	padding: 15px 20px;
	border-bottom: 1px solid #eaeaea;
} 
.maincalendar_wrap .fc-view-harness {
	margin: 0 30px; 
}
.maincalendar_wrap .fc .fc-col-header-cell-cushion { 
	margin-bottom: 10px;
	font-weight: 500; font-size: 1.26rem;
    text-transform: uppercase;
}
.maincalendar_wrap .fc .fc-daygrid-day-top { 
	font-weight: 500;
    justify-content: center;
}
.maincalendar_wrap .fc .fc-day-sat a {
	color: #019bba;
}
.maincalendar_wrap .fc .fc-day-sun a {
	color: #a80f0f;
}
.maincalendar_wrap .fc .fc-daygrid-day.fc-day-today {
	background-color: transparent;
}
.maincalendar_wrap .fc .fc-day-today .fc-daygrid-day-number { 
    position: relative;
	margin-top: 3px;
    width: 24px; height: 24px;
    color: #fff; line-height: 1.2em; text-align: center;
    background-color: #fdc107;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.calendar_box {
	margin: 10px 30px 30px;
	padding: 15px 20px;
	min-height: 235px;
	background-color: #ccd9e5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
.calendar_box .main_tit {
	margin-bottom: 15px;
}
.calendar_box .nocnt_box {
	height: 135px;
}
.calendar_list {
	height: 135px;
	overflow-y: scroll;
}
.calendar_list::-webkit-scrollbar-thumb {
	background-color: rgb(238, 238, 238);
}
.calendar_list li {
	margin-bottom: 20px;
}
.calendar_list li a { 
    display: block;
	font-size: 1.1rem; color: #3a3a3a; font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.calendar_list li a strong {
	display: inline-block;
	margin-right: 5px;
	min-width: 64px;
	color: #fff; text-align: center; background-color: #fdc107;
	vertical-align: 0; font-size: 0.9rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
} 

.maincounsel_wrap {	
	padding: 30px;
	width: 48.82%;
	background-color: #00427c;
	box-shadow: -2px -4px 29px 0px rgba(0, 0, 0, 0.07);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
.maincounsel_wrap .main_tit {
	color: #fff;
}
.maincounsel_list {
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
} 
.maincounsel_list li {
	position: relative;
	margin-bottom: 20px;
	width: 48%;
}
.maincounsel_list li:nth-child(3) {
	margin-bottom: 0;
}
.maincounsel_list li:nth-child(4) {
	margin-bottom: 0;
}
.maincounsel_list li a {
	display: flex;
	padding: 20px 20px 20px 110px;
	height: 237px;
    flex-direction: column;
    justify-content: space-between;
	color: #7f7f7f; text-align: right; word-break: keep-all;
	background-color: #fff; 
	-webkit-border-radius: 200px 30px 30px 30px;
	-moz-border-radius: 200px 30px 30px 30px;
	border-radius: 200px 30px 30px 30px; 	
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;  
}
.maincounsel_list li a::after { 
	content: "";
	position: absolute; bottom: 0; left: 0; 
	display: block;
	width: 119px; height: 207px;
	background-size: contain;
	background-repeat: no-repeat;
}
.maincounsel_list .counsel1 a::after { 
	left: -10px;
	background-image: url(../../images/client/main/img_counsel1.png); 
}
.maincounsel_list .counsel2 a::after { 
	left: 10px;
	background-image: url(../../images/client/main/img_counsel2.png); 
}
.maincounsel_list .counsel3 a::after {
	background-image: url(../../images/client/main/img_counsel3.png); 
}
.maincounsel_list .counsel4 a::after {
	left: 6px;
	background-image: url(../../images/client/main/img_counsel4.png); 
}
.maincounsel_list li a strong { 
	color: #00427c; font-size: 1.2rem; font-weight: 600;
} 

.mainnotice_wrap, .mainfaq_wrap {
	display: inline-block;
}
.mainnotice_wrap {
	margin-right: 2.26%;
	width: 74.37%;
}
.mainnotice_top {
	position: relative;
}
.mainnotice_top .main_top {
	position: absolute; right: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);   
}
.main_arrow {
	width: 30px; height: 20px;
	font-size: 0;
	background-size: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}
.main_arrow.arrow_left {
	background-image: url(../../images/client/main/icon_prev_off.png); 
	cursor: default;
}
.main_arrow.arrow_right {
	margin-right: 35px;
	background-image: url(../../images/client/main/icon_next_off.png); 
	cursor: default;
}
.main_arrow.arrow_left[aria-disabled="false"] {
	background-image: url(../../images/client/main/icon_prev_on.png); 
	cursor: pointer;
}
.main_arrow.arrow_right[aria-disabled="false"] {
	background-image: url(../../images/client/main/icon_next_on.png); 
	cursor: pointer;
}
.main_top .btn_more { 
	position: absolute; right: 5px; top: 4px;
	display: inline-block;
	padding: 0; 
	width: 20px; height: 20px;
	font-size: 0; line-height: 0;
	background-repeat: no-repeat;
	background-image: url(../../images/client/main/icon_more.png);
	background-size: auto;
	background-position: center;
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}


.mainnotice_swiper .swiper-container {
	padding: 0 5px 5px 0;
}
.mainnotice_swiper .nocnt_box {
	height: 260px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.notice_list {
	display: flex;
	flex-wrap: wrap; 
}
.notice_list li { 
	margin: 0 2% 20px 0;
	width: 32%;
}
.notice_list li:nth-child(n+3) {
	margin-bottom: 0;
} 
.notice_list li:nth-child(3n) {
	margin-right: 0;
}
.notice_list li a { 
	position: relative;
	display: block;
	padding: 20px;
	height: 120px;  
	background-color: #fff;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}
.notice_list li a strong {
	display: -webkit-box; 
	height: 45px;
	font-size: 1.2rem; font-weight: 500; color: #3a3a3a;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden; 
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}
.notice_list li a p {
	position: absolute; bottom: 15px; left: 20px;
	padding-left: 20px;
	color: #7f7f7f;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../../images/client/main/icon_calendar.png);
}

.mainfaq_wrap  {
	width: 23.35%; 
}  
.mainfaq_box a {
	display: block;
	padding: 140px 20px 20px 20px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../../images/client/main/img_faq.png);
	background-color: #94bdf2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}
.mainfaq_box a p { 
	color: #00427c; font-weight: 600; font-size: 1.13rem; letter-spacing: -0.01em;
}
.mainfaq_box a strong {
	display: inline-block;
	padding: 4px;
	margin-top: 15px;
	min-width: 100px;
	color: #fff; text-align: center;
	background-color: #00427c;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	-webkit-transition : 0.3s;
	-moz-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;  
}

/* 서브 - 소개 */
/* CEP 소개 */
.section_intro {
	background: url(../../images/client/sub/bg_intro.png) no-repeat bottom right; 
	background-size: cover; 
	background-size: 680px auto;
}
.intro_txt {
	margin-bottom: 31px;
	font-size: 1.1rem; line-height: 2em; word-break: keep-all;
	-webkit-text-shadow: 0 1px 1px #fff;
	-moz-text-shadow: 0 1px 1px #fff;
	-ms-text-shadow: 0 1px 1px #fff;
	-o-text-shadow: 0 1px 1px #fff;
	text-shadow: 0 1px 1px #fff;
}
.intro_txt_edit1, .intro_txt_edit2 {
	width: 61%;
}
.intro_txt_edit1 .font_grey {
	display: inline-block; width: 98%; color: #939393; line-height: 1.8;
}

/* 대학 교육의 체계도 */ 
.intro_box {
	margin-bottom: 20px;
	display: flex;
	align-items: center; 
	background-color: #ebf4f8; text-align: center;
}
.intro_box1, .intro_box3 {
	height: 100px;
}
.intro_box2 {
	height: 150px;
}
.intro_box4 {
	height: 200px;
}
.intro_box .intro_box_tit, .intro_box p, .intro_box li {
	font-weight: bold;
}
.intro_box li {
	display: inline-block;
}
.intro_box .quotes_txt, .intro_box ul {
	width: 73%; float: left;
}
.intro_box .intro_box_tit {
	padding-left: 13%; width: 27%; float: left; 
	font-size: 1.1rem; color: #00427c; text-align: left;
	line-height: 100px;
	background-image: url(../../images/client/sub/img_cep_step1.png);
	background-repeat: no-repeat; background-size: 70px auto; background-position: center;
}
.intro_box .quotes_txt { 
	font-size: 1.3rem;
}
.intro_box .icon_quotes_left {
	display: inline-block; 
	width: 20px; height: 20px;
	margin-bottom: 20px;
	background-image: url(../../images/client/sub/icon_quotes_left.png); 
	background-repeat: no-repeat; 
}
.intro_box .icon_quotes_right {
	display: inline-block;
	width: 20px; height: 20px;
	margin: 30px 0 10px 3px;
	background-image: url(../../images/client/sub/icon_quotes_right.png); 
	background-repeat: no-repeat;
}
.intro_box2 .intro_box_tit {
	background-image: url(../../images/client/sub/img_cep_step2.png); 
	background-position: 35px 50px;
}
.intro_box2 .intro_box_tit2 {
	line-height: 150px;
}
.intro_box2 li {
	width: 34%; height: 60px;
	margin: 0 0 0 -50px; 
	text-align: center; line-height: 52px; font-size: 1rem;
	background-color: #fff; 
	border: 4px solid #289dd3;
	border-radius: 30px;
}
.intro_box2 li:first-child {
	margin-left: 0;
}
.intro_box2 li:nth-child(2) {
	border: 4px solid #becd00;
}
.intro_box2 li:nth-child(3) {
	border: 4px solid #ff9000;
}
.intro_box3 .intro_box_tit {
	background-image: url(../../images/client/sub/img_cep_step3.png); 
	background-position: 40px 30px;
}
.intro_box3 li {
	line-height: 100px;
}
.intro_box4 .intro_box_tit {
	background-image: url(../../images/client/sub/img_cep_step4.png); background-position: 40px 70px;
}
.intro_box3 ul, .intro_box4 ul {
	display: table; table-layout: fixed; border: none;
}
.intro_box3 li, .intro_box4 li {
	display: table-cell; vertical-align: top;
}
.dot_xsm_circle {
	display: inline-block;
	width: 3px; height: 3px;
	margin: 0 3px;
	background-color: #222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.intro_box4 .intro_box_tit4 {
	line-height: 200px;
}
.intro_box4 i {
	display: inline-block; 
	width: 80px; height: 80px; 
	background-image: url(../../images/client/sub/icon_capa_s1_on.png); 
	background-color: #289dd3;
	background-repeat: no-repeat;
	background-size: 40px auto; 
	background-position: 20px 20px; 
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.intro_box4 li:nth-child(2) i {
	background-image: url(../../images/client/sub/icon_capa_s2_on.png); 
	background-color: #becd00; 
	background-size: 47px auto; 
	background-position: 17px 21px;
} 
.intro_box4 li:nth-child(3) i {
	background-image: url(../../images/client/sub/icon_capa_s3_on.png);
	background-color: #ff9000; 
	background-size: 43px auto; 
	background-position: 19px 22px;
}
.intro_box4 li p {
	margin-top: 12px;
}
.intro_box4 li span {
	margin-top: 16px;
}
.intro_core  { 
	text-align: center;
	border: 2px dashed #034278;  
	background-color: #fff;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	border-radius: 20px;   
} 


/* 핵심역량 진단 */
.test_guide {
	position: relative;
	margin-top: 2%;
}
.test_guide h4 {
	position: absolute; top: -25px; left: 40px;
	display: inline-block; 
	padding: 0 40px;
	width: auto;
	color: #00427c; font-size: 1.6rem; font-weight: 600;
	background-color: #fff; 
}

.test_guide ol {
	padding: 45px 20px;
	font-size: 0; line-height: 0; text-align: center;
	background: url(../../images/client/sub/arrow_teststep.png) no-repeat center center;
	background-color: #d4f3f7;
	border: 8px solid #00427c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.test_guide ol li {
	display: inline-block;
	width: 17%;
	font-size: 1rem; line-height: 1.5em; vertical-align: middle;
}
.test_guide ol li img {
	max-width: 100%;
}
.test_guide ol li p {
	height: 185px;
	font-weight: 600;
}
.test_guide ol li p span {
	display: block;
	width: 100px; height: 100px;
	margin: 5px auto 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 65%;
}
.test_guide ol li p.teststep1 span {
	background-image: url(../../images/client/sub/icon_teststep1.png);
}
.test_guide ol li p.teststep2 span {
	background-image: url(../../images/client/sub/icon_teststep2.png);
}
.test_guide ol li p.teststep3 span {
	background-size: 90%;
	background-image: url(../../images/client/sub/icon_teststep3.png);
}
.test_guide ol li p.teststep4 span {
	background-image: url(../../images/client/sub/icon_teststep4.png);
}
.test_guide ol li p.teststep5 span {
	background-image: url(../../images/client/sub/icon_teststep5.png);
}
.test_guide ol li strong {
	display: block;
	margin-top: 5px;
	word-break: keep-all; font-weight: 600;
}
.testlist_none {
	padding: 3em 2em 3em 6em;
	text-align: center; color: #727272; font-size: 1.1rem;
	background-color: #f3f3f3;
}
.testlist_none span {
	display: inline-block;
	width: 30px; height: 37px;
	margin-right: 10px;
	vertical-align: middle;
	background: url(../../images/client/sub/bg_testnone.jpg);
}
.test_card {
	overflow: hidden;
	padding: 30px 30px 30px 180px;
	font-size: 1.1rem; text-align: right;
	background-size: auto 130px;
	background-position: 30px center;
	background-repeat: no-repeat;
}
.test_card h4 {
	padding: 3% 0 4% 0;
	font-size: 1.3rem; text-align: left; word-break: keep-all;
}
.test_card h4 strong {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.4rem; font-weight: 600; line-height: 1.1em; vertical-align: middle;
}
.test_card h4 strong span {
	display: block;
	width: 100%; height: 5px;
	margin-top: 2px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
.test_card p {
	margin-bottom: 10px;
	text-align: left;
	word-break: keep-all;
}
.test_card .btn {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.test_card .btn:hover {
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.test_card1 {
	color: #fff;
	background-color: #289dd3;
	background-image: url(../../images/client/sub/bg_teststrong.jpg);
}
.test_card1 h4 strong span {
	background-image: url(../../images/client/sub/bg_capabilities_w.jpg)
}
.test_card1 .btn_circle {
	background-image: url(../../images/client/sub/btn_plansearch.png);
}

.test_card2 {
	background-color:  #dedff1;
	background-image: url(../../images/client/sub/bg_testweek.png);
}
.test_card2 h4 strong span {
	margin-top: 0;
	background-image: url(../../images/client/sub/bg_capabilities_b.png);
}
.test_card2 .btn_circle {
	background-image: url(../../images/client/sub/btn_plango.png);
}

.testdo_list {
	overflow: hidden;
	padding: 20px 75px 20px 20px;
	position: relative;
	background-color: #c0e1f8; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.testdo_list dl {
	padding-left: 120px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: 100px;
	background-image: url(../../images/client/sub/img_test_ok.png);
}
.testdo_list_off {
	background-color: #f5f3f1;
}
.testdo_list_off dl {
	background-image: url(../../images/client/sub/img_test_disable.png);
}
.testdo_list dl dt {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.2rem; font-weight: 600; white-space: nowrap; text-overflow: ellipsis;
}
.testdo_list dl dt .label_tag {
	margin-right: 5px;
}
.testdo_list dl dd {
	padding: 1px 0;
	font-size: 1.1rem;
}
.testdo_list dl dd strong {
	display: inline-block;
	padding: 0 10px 0 0; margin-right: 10px;
	font-weight: 600;
	background: url(../../images/client/sub/bar_black.png) no-repeat right center;
}
.testdo_list .btn_viewresult, .btn_gotest {
	display: block;
	width: 70px; height: 100%;
	padding-top: 95px;
	position: absolute; right: 0; top: 0; bottom: 0;
	text-align: center; color: #fff;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center 55px;
	-webkit-box-shadow: 1px 0px 4px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 1px 0px 4px rgba(0,0,0,0.5) inset;
	-o-box-shadow: 1px 0px 4px rgba(0,0,0,0.5) inset;
	box-shadow: 1px 0px 4px rgba(0,0,0,0.5) inset;
}
.testdo_list a.btn_viewresult {
	background-color: #1a56a3;
	background-image: url(../../images/client/sub/btn_test_result.png);
}
.testdo_list a.btn_viewresult:hover {
	background-color: #0a4693;
}
.testdo_list a.btn_gotest {
	background-color: #289dd3;
	background-image: url(../../images/client/sub/btn_test_go.png);
}
.testdo_list a.btn_gotest:hover {
	background-color: #118bc4;
}

.recommend_wrap {
	overflow: visible;
	position: relative;
}
.recommend_wrap .btn_more {
	padding-right: 25px;
	position: absolute; top: 10px; right: 0;
	background-image: url(../../images/client/main/bg_more_black.png);
	background-size: 5px;
	background-position: 80% center;
}


/* 핵심역량 진단하기 */
.testlist_wrap {
	padding: 30px;
	background: #f3f4f8;
}
.testlist_wrap .testlist_tit {
	text-align: center; font-size: 1.5rem; font-weight: 600;
}
.testlist_wrap .testlist_tit span {
	display: block;
	width: 60px; height: 2px;
	margin: 10px auto 30px;
	background-color: #0d65d9;
}
.textlist_day {
	margin-bottom: 1%;
	text-align: right;
}
.textlist_day p {
	display: inline-block;
	padding-left: 30px;
	font-size: 1.1rem;
	background: url(../../images/client/sub/icon_calender_on.png) 0 0 no-repeat;
}
.textlist_day p strong {
	display: inline-block;
	margin-right: 8px; padding-right: 8px;
	vertical-align: middle;
	background: url(../../images/client/sub/bar_black.png) right 2px no-repeat;
}
.testlist_box {
	padding: 20px; margin-bottom: 30px;
	background-color: #fff;
} 
.testlist_box .survey_list dd {
	border-bottom: 0;
}
.testlist_bar {
	height: 20px;
	margin-bottom: 3%;
	position: relative;
	text-align: center;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.testlist_bar p {
	height: 20px;
	position: absolute; top: 0; left: 0;
	background-color: #becd00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.testlist_bar strong {
	position: absolute; top: -25px; right: 3px;
}
.testlist_bar strong span {
	margin-left: 10px;
}

.testlist_paging {
	position: relative;
}
.testlist_paging ul {
	display: table;
	width: auto;
	margin: 0 auto;
}
.testlist_paging ul li {
	display: table-cell;
	padding: 5px; line-height: 22px;
	font-size: 1.1rem;
}
.testlist_paging ul li .testlist_move {
	display: block;
}
.testlist_paging ul li .testlist_move:hover {
	color: #289dd3; font-weight: 600;
}
.testlist_paging.cw .testlist_move:hover {
	color: #fff; font-weight: normal;
	background-color: #0a3c68;
}
.testlist_paging ul li .testlist_move.on {
	color: #00427c; font-weight: 600;
}
.testlist_paging ul li .testlist_move span {
	display: inline-block;
	width: 20px; height: 21px;
	margin-left: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../images/client/sub/arrow_loadmap_side.png);
}
.testlist_paging ul li.testlist_number {
	font-style: italic; font-size: 1.1rem; font-weight: 600;
}
.testlist_paging ul li:last-child {
	padding-left: 0;
}
.testlist_paging .btn_circle {
	position: absolute; right: 0; bottom: 5px;
}

/* 핵심역량 진단 결과 */
.capabilinfo_box {
	overflow: hidden;
	height: auto;
}
.capabilinfo_box .show_tab {
	width: 230px;
	float: left;
	border-bottom: none; 
}
.capabilinfo_box .show_tab li {
	margin-top: 0;
}
.capabilinfo_box .show_tab li a {
	width: 100%; min-width: auto;
	text-align: left; line-height: 100px; color: #00427c; font-weight: 600; 
    border: 1px solid #d7d7d7;
	border-bottom: none;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
} 
.capabilinfo_box .show_tab li:last-child a {
	border-bottom: 1px solid #d7d7d7;
}
.capabilinfo_box .show_tab li a.on {
	margin-top: 1px; 
	border-right: 3px solid #00427c;
}
.capabilinfo_box .show_tab li a span {
	display: inline-block;
	width: 36px; height: 36px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: 36px;
	background-position: center center;
}
.capabilinfo_box .show_tab li a span.capabil1 {
	background-image: url(../../images/client/sub/icon_capa_s1.png);
}
.capabilinfo_box .show_tab li a span.capabil2 {
	background-image: url(../../images/client/sub/icon_capa_s2.png);
}
.capabilinfo_box .show_tab li a span.capabil3 {
	background-image: url(../../images/client/sub/icon_capa_s3.png);
}
.capabilinfo_box .show_tab li a.on span.capabil1 {
	background-image: url(../../images/client/sub/icon_capa_s1_on.png);
}
.capabilinfo_box .show_tab li a.on span.capabil2 {
	background-image: url(../../images/client/sub/icon_capa_s2_on.png);
}
.capabilinfo_box .show_tab li a.on span.capabil3 {
	background-image: url(../../images/client/sub/icon_capa_s3_on.png);
}

.capabilinfo_content {
	width: 100%;
}
.capabilinfo_content>div {
	min-height: 304px;
	padding: 20px 30px 20px 250px;
	background-color: #dbecf6;
}
.capabilinfo_content>div h4 {
	margin-bottom: 1%;
	font-size: 1.3rem; font-weight: 600;
}
.capabilinfo_content>div h5 {
	margin: 1em 0;
	font-size: 1.2rem; font-weight: 600;
}
.capabilinfo_content>div p {
	word-break: keep-all; font-size: 1.1rem;
}
.capabilinfo_content>div p.belong_txt {
	padding-left: 130px; margin: 8px 0;
}
.capabilinfo_content>div p.belong_txt strong {
	display: inline-block;
	width: 110px;
	margin-left: -130px; margin-right: 20px;
	color: #0d65d9;
}

.testdo_checkbox {
	height: 130px;
	background-color: #c0e1f8;
}
.testdo_checkbox:hover {
	border: 2px solid #0d65d9;
	cursor: pointer;
}
.testdo_checkbox dl {
	padding-left: 100px;
	background-size: 80px;
}
.testdo_checkbox span {
	display: block;
	width: 40px; height: 40px;
	margin-top: -20px;
	position: absolute; right: 20px; top: 50%;
	background: url(../../images/client/sub/icon_testselect.png) center center no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.testdo_checkbox.on {
	border: 2px solid #0d65d9;
	box-sizing: border-box;
}
.testdo_checkbox.on span {
	background-image: url(../../images/client/sub/icon_testselect_on.png);
}

.result_container {
	padding-top: 10%;
}
.result_tit {
	width: 100%;
	text-align: center;
}
.result_tit strong {
	overflow: hidden;
	display: inline-block;
	max-width: 70%;
	padding: 15px 110px; margin: 0 auto;
	text-align: center; font-size: 2rem; color: #fff; white-space: nowrap; text-overflow: ellipsis;
	background: #289dd3 url(../../images/client/sub/bg_testresult_headerlabel.png) 30px 0 no-repeat;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.result_tit span {
	display: block;
	width: 100%; height: 40px;
	background: url(../../images/client/sub/bg_testresult_header.png) no-repeat;
	background-size: 100% auto;
}
.result_tbl_area {
	margin-bottom: 5%;
	position: relative;
}
.result_tbl_area .btn_grade {
	position: absolute; right: 0; top: 0;
}

.graph_wrap {
	overflow: hidden;
	width: 100%;
	position: relative;
	font-size: 1rem; line-height: 1.5em;
}
.graph_wrap .graph_box {
	text-align: center;
}
.graph_wrap .graph_box img {
	width: auto; max-width: 100%; height: auto;
}
.graph_wrap .boxloading {
	width: 100%; height: 100%;
	position: absolute; top: 0; bottom: 0;
	background: rgba(255,255,255,0.8);
}
.graph_wrap .boxloading img {
	width: 80px; max-width: 80%;
	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%);
}


.result_textbox {
	padding: 20px;
}
.result_textbox h6 {
	margin-top: 40px;
}
.result_textbox p {
	word-break: keep-all;
}

.elresult_box > div {
	display: inline-block;
	width: 49.5%;
	margin-left: 1%;
	vertical-align: top;
}
.elresult_box .graph_wrap {
	height: 210px;
	margin-left: 0;
	background: #f3f7fa;
}
.elresult_box .graph_wrap .graph_box img {
	width: auto; height: 210px;
}
.elresult_box .result_textbox {
	overflow-y: auto;
	height: 210px;
	border: 1px dashed #289dd3;
}


.result_card .test_card h4 {
	padding: 50px 0;
}

.resultcompare_txt {
	display: table;
	width: 100%;
	padding: 20px; margin-bottom: 20px;
	border: 1px solid #d7d7d7;
}
.resultcompare_txt strong {
	display: table-cell;
	width: 50%;
	padding-right: 50px;
	text-align: right; font-size: 1.2rem; font-weight: 600;
}
.resultcompare_txt>div {
	padding-left: 50px;
}

.result_compare_graph {
	position: relative;
}
.result_compare_graph .tab_button {
	margin: 20px 0;
}

/* 전공역량 진단 */ 
.major_guide h4 {
	color: #90B804;
}
.major_guide ol {
	border-color: #90b804;
	background-color: #e3e6c4;
}
.major_list {
	background-color: #ebeebf;
}
.major_list.testdo_list_off {
	background-color: #f5f3f1;
}
.major_list dl {
	background-image: url(../../images/client/sub/img_major_ok.png);
}
.major_list.testdo_list_off dl {
	background-image: url(../../images/client/sub/img_major_disable.png);
}
.major_list a.btn_gotest {
	background-color: #a9b600 ;
}
.major_list a.btn_viewresult {
	background-color: #649e00;
}
.major_list a.btn_gotest:hover {
	background-color: #8a9501;
}
.major_list a.btn_viewresult:hover {
	background-color: #4c7800;
}

/* 전공역량 진단 결과 */
.majorinfo_box .capabilinfo_content>div {
	background-color: #f2f3e4 ;
}
.majorinfo_box .capabilinfo_content>div p.belong_txt strong {
	color: #4c7800;
}
.majorinfo_box.capabilinfo_box .show_tab li a:hover {
	color: #4c7800;
}
.majorinfo_box.capabilinfo_box .show_tab li a.on {
	color: #4c7800;
	border-right: 3px solid #4c7800;
}
.major_checkbox.testdo_checkbox {
	background-color: #ebeebf;
}
.major_checkbox.testdo_list dl {
	background-image: url(../../images/client/sub/img_major_ok.png);
}
.major_checkbox.testdo_checkbox span {
	background-image: url(../../images/client/sub/icon_majorselect.png);
}
.major_checkbox.testdo_checkbox:hover {
	border-color: #8a9501;
}
.major_checkbox.testdo_checkbox.on {
	border-color: #8a9501;
}
.major_checkbox.testdo_checkbox.on span {
	background-image: url(../../images/client/sub/icon_majorselect_on.png);
}

/* 워크넷 진단 */
.worknet_wrap {
	padding: 30px;
	position: relative;
	background-color: #ebeebf;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.worknet_wrap .test_guide ol {
	background-color: transparent;
}
.worknet_info {
	padding: 20px 30px 20px 150px;
	font-size: 1.2rem; word-break: keep-all; font-weight: 600;
	background: url(../../images/client/sub/img_worknet_info.png) no-repeat 50px center;
}
.worknet_step {
	margin-top: 0;
}
.worknet_step ol {
	width: 100%;
	padding: 0 80px;
	border: 0;
}
.worknet_step ol li {
	width: 25%;
}
.worknet_step ol li p span {
	width: 120px;
}
.worknet_step ol li p.teststep1 span {
	background-image: url(../../images/client/sub/img_worknet_step1.png);
}
.worknet_step ol li p.teststep2 span {
	background-image: url(../../images/client/sub/img_worknet_step2.png);
}
.worknet_step ol li p.teststep3 span {
	background-size: 80px;
	background-image: url(../../images/client/sub/img_worknet_step3.png);
}
.worknet_step ol li p.teststep4 span {
	background-image: url(../../images/client/sub/img_worknet_step4.png);
}
.worknet_btnarea {
	margin: 15px 2px;
	text-align: right;
}
.worknet_box {
	margin-bottom: 2%;
	background-color: #ebf4f8;
	border: 1px solid #a3bfd8;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.worknet_content {
	min-height: 230px;
	padding: 20px 20px 20px 300px;
	position: relative;
}
.worknet_content .worknet_image {
	overflow: hidden;
	width: 260px; height: 190px;
	position: absolute; left: 20px; top: 20px;
}
.worknet_content .worknet_image img {
	width: 100%; height: 100%;
}
.worknet_content .worknet_text {
	margin-bottom: 1%;
	font-size: 1.1rem;
}
.worknet_content ul {
	margin-bottom: 1%;
}
.worknet_content ul li {
	padding: 5px 0;
}
.worknet_content ul li strong {
	display: inline-block;
	margin-right: 5px; padding-right: 10px;
	background: url(../../images/client/sub/bar_black.png) no-repeat right 2px;
}
.worknet_content .btn_area {
	margin-top: -30px;
	text-align: right;
}
.worknet_result {
	display: none;
	width: 100%;
	padding: 20px 20px;
}

/* C.A.T, MLST 진단 */
.cat_wrap {
	position: relative;
	padding: 50px;
	background: url(../../images/client/sub/bg_cat.jpg) no-repeat 0 0;
	background-size: cover;
}
.cat_wrap iframe {
	display: block;
	width: 710px;
	margin: 0 auto;
}


/* 교과목록 조회 */
.subject_tit {
	text-align: left;
}
.label_tag {
	display: inline-block;
	padding: 0 5px 0 5px !important;
	text-align: center; font-size: 0.9rem;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.subjectpoint_list ul {
	display: inline-block;
	width: 50%;
}
.subjectpoint_list ul li {
	padding: 5px;
	text-align: left;
}
.subjectpoint_list ul li strong {
	display: inline-block;
	min-width: 160px;
	padding-left: 30px; margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 20px;
}
.capabil1 {
	background-image: url(../../images/client/sub/icon_capa_s1_on.png);
}
.capabil2 {
	background-image: url(../../images/client/sub/icon_capa_s2_on.png);
}
.capabil3 {
	background-image: url(../../images/client/sub/icon_capa_s3_on.png);
}


/* 비교과 프로그램 */
.program_list {
	overflow: hidden;
}
.program_lisbox {
	padding-bottom: 1em;
	position: relative;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	overflow: hidden;
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0;
}
.program_label {  
	position: absolute; left: 10px; top: 150px;
	padding: 1px 10px;
	text-align: center; vertical-align: middle; line-height: 18px; font-size: 0.9rem;
	z-index: 2;  
}
.program_label span {
	margin-right: 5px; 
}
.team_label {
	position: absolute; right: 10px; top: 150px; 
    display: inline-block;
    padding: 1px 10px 1px 30px;
	color: #fff; font-size: 0.9rem; line-height: 18px; 
    min-width: 60px;
    background-color: #a3a3a3;
    background-repeat: no-repeat; 
	background-position: 8px center; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	z-index: 2;
}
.team_label.team_team { 
    background-size: 17px auto;
	background-image: url(../../images/client/main/icon_team.png);
}
.team_label.team_person {
    background-size: 13px auto;
	background-image: url(../../images/client/main/icon_student.png);
}
.previewimg_box {
	width: 100%;
	position: relative;
	z-index: 1;
}
.previewimg_box a {
	overflow: hidden;
	display: block;
	width: 100%; height: 180px;
	position: relative;
	background-color: #7f7f7f;
}
.previewimg_box a img {
	display: block;
	height: 102%;
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.previewimg_box span {
	display: block;
	width: 100%; height: 100%;
	position: absolute; top: 0; bottom: 0; left: 0;
	text-indent: -9999px;
	background-color: rgba(0,0,0,0.6);
	background-image: url(../../images/client/sub/bg_program_ok.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.program_infolist dt {
	overflow: hidden;
	width: 100%; height: 60px;
	padding: 10px; margin-bottom: 0.5em;
	font-family: NanumSquareB; font-size: 1.1rem;
	text-overflow: ellipsis; word-break: keep-all;
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	background-color: #ebf4f8; 
}
.program_infolist dt a {
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.program_infolist dt strong {
	display: inline-block;
	padding: 0 0.5em; margin-right: 0.4em;
	font-size: 0.9rem; color: #fff;
	background-color: #0d65d9; 
}
.program_infolist dt a:hover {
	color: #0d65d9;
}
.program_infolist dd {
	padding: 5px 10px;
}
.program_infolist dd span {
	position: relative;
	padding-right: 7px; margin-right: 7px;
	color: #0d65d9; 
}
.program_infolist dd span::after {
	content: "";
	position: absolute; right: 0; top: 1px;
	display: inline-block;
	width: 1px; height: 14px;
	background-color: #0d65d9;
}
.program_infolist dd:nth-of-type(1) span {
	color: #fa891a;
}
.program_infolist dd:nth-of-type(2) span {
	color: #69ba50;
}
.program_infolist dd:nth-of-type(3) span {
	color: #567ebb;
}
.program_infolist dd:nth-of-type(4) span {
	color: #995db5;
}
.program_infolist dd:nth-of-type(5) span {
	color: #e67580;
}
.program_infolist dd:nth-of-type(1) span::after {
	background-color: #fa891a;
}
.program_infolist dd:nth-of-type(2) span::after {
	background-color: #69ba50;
}
.program_infolist dd:nth-of-type(3) span::after {
	background-color: #567ebb;
}
.program_infolist dd:nth-of-type(4) span::after {
	background-color: #995db5;
}
.program_infolist dd:nth-of-type(5) span::after {
	background-color: #e67580;
} 
.program_joincount {
	overflow: hidden;
	width: 95%; height: 15px;
	margin: 0 auto;
	position: relative;
	background-color: #eaeaea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program_joincount p {
	height: 100%;
	background-color: #82ca9c ;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.program_joincount span {
	display: block;
	margin-top: -13px;
	text-align: center; font-size: 0.9rem; line-height: 1em;
}
.program_lisbox .graph_wrap {
	display: none;
	width: 100%;
	position: absolute; top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 3;
}
.program_lisbox .graph_wrap .graph_box {
	text-align: center;
}
.program_lisbox .graph_wrap .graph_box p {
	padding-top: 50px; margin-bottom: 2em;
	color: #fff; font-size: 1.2rem;
}
.program_footer {
	height: 45px;
	padding: 0 10px;
	position: relative;
	border: 1px solid #d7d7d7;
	border-top: 2px dashed #d7d7d7;
}
.program_footer a {
	display: inline-block;
	padding-left: 25px; margin-top: 10px;
	font-family: NanumSquareB;
	background: url(../../images/client/main/icon_mileage.png) no-repeat 0 center;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.program_footer a span {
	margin-left: 5px;
	color: #289dd3; font-family: inherit;
}
.program_footer a:hover {
	color: #0d65d9; 
}
.program_footer .btn_addlike {
	position: absolute; top: 12px; right: 10px;
}
.program_footer .btn_listdel2 {
	width: 30px; height: 30px;
	position: absolute; top: 6px; right: 10px;
	text-indent: -9999px;
	background-position: center center;
}
.editprogram_footer .btn_addlike {
	right: 50px;
}

/* 비교과 프로그램 상세내용 */
.program_content {
	position: relative;
	margin: 50px auto;
	font-size: 0; line-height: 0;
}
.program_contentbox {
	display: inline-block;
	padding: 1em;
	font-size: 1rem; line-height: 1.5em;
	vertical-align: top;
}
.program_leftbox {
	width: 40%;
	padding: 0;
}
.program_leftbox .team_label, .program_leftbox .program_label {
	top: auto; bottom: 10px;
}
.program_contentimg {
	position: relative;
}
.program_contentimg .previewimg_box a {
	height: 330px;
}

.program_rightbox {
	width: 60%;
	padding: 0 1em;
}
.program_rightbox dt {
	width: 100%;
	padding-bottom: 10px; padding-left: 0.5em;
	font-size: 1.5rem; font-family: NanumSquareB;
	border-bottom: 1px solid #d7d7d7;
}
.program_rightbox dt span {
	display: inline-block;
	width: auto;
	padding: 0 5px 0 25px;
	font-size: 1.1rem;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.program_rightbox dt p {
	font-size: 1.1rem; font-family: inherit; color: #999999;
}
.program_rightbox dd {
	padding: 13px 0 0 0.5em;
	font-size: 1.rem;
}
.program_rightbox dd strong {
	display: inline-block;
	width: 120px;
	margin-right: 5px;
	font-family: NanumSquareB;
}
.program_btnarea {
	display: inline-block;
	position: absolute; right: 10px;
}
.program_btnarea span {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.1rem; line-height: 1.3em; font-weight: 600; vertical-align: top; color: #ef4a34;
}

.join_count_wrap {
	font-size: 0; line-height: 0;
	background-color: #f2ede4;
}
.join_count_wrap>div {
	display: inline-block;
	width: 49%; height: 70px;
	padding: 10px 0;
	position: relative;
	margin-left: 2%; padding-left: 140px;
	font-size: 1rem;
}
.join_count_wrap>div strong {
	padding-left: 80px;
	position: absolute; left: 0;
	line-height: 50px; font-family: NanumSquareB;
	background-repeat: no-repeat;
	background-position: 35px center;
}
.join_count_wrap .program_joincount {
	height: 22px;
	margin-top: 13px;
	background-color: #fff;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.join_count_wrap .program_joincount p {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
.join_count_wrap .program_joincount span {
	margin-top: -16px;
}
.join_count_wrap .countbox_left {
	margin-left: 0;
}
.join_count_wrap .countbox_left strong {
	background-image: url(../../images/client/sub/bg_joncount.png);
}
.join_count_wrap .countbox_right strong {
	background-image: url(../../images/client/sub/bg_waitcount.png);
}

.programpoint_list {
	display: table;
	width: 100%;
}
.programpoint_list dd {
	display: table-cell;
	width: 33.33%;
	padding: 0.5%;
	text-align: center;
}
.programpoint_list dd div {
	padding: 80px 10px 20px 10px;
	font-size: 1.5rem; font-family: NanumSquareB; text-align: center; color: #00427c;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: center 15px;
	border: 1px solid #00427c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.programpoint_list dd div .capabil1 {
	background-image: url(../../images/client/sub/icon_capa_l1.png);
}
.programpoint_list dd div .capabil2 {
	background-image: url(../../images/client/sub/icon_capa_l2.png);
}
.programpoint_list dd div .capabil3 {
	background-image: url(../../images/client/sub/icon_capa_l3.png);
}
.programpoint_list dd div strong {
	display: inline-block;
	margin-right: 10px;
	font-size: inherit; font-family: inherit; vertical-align: middle; word-break: keep-all;
}

.mystatus_wrap {
	font-size: 0;
}
.mystatus_box {
	display: inline-block;
	width: 49%;
	margin-left: 2%;
	font-size: 1rem; vertical-align: top;
}
.mystatus_box .status_info {
	font-size: 1.1rem; color: #999; line-height: 100px; text-align: center;
	border: 1px solid #d7d7d7;
}
.mystatus_box_me {
	margin-left: 0;
}
.mystatus_box .graph_wrap {
	padding: 20px 0;
	text-align: center;
}
.mystatus_box .graph_wrap img {
	width: auto;
	max-width: 100%;
}
.mystatus_box_me .graph_wrap {
	background-color: #fdf8f7;
}
.mystatus_box_avg .graph_wrap {
	background-color: #f7fbfd;
}

.insert_adit {
	overflow: hidden;
	border: 1px solid #bfd1db;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.adit_top {
	padding: 10px 20px;
	background-color: #f3f4f8;
}
.adit_top>p {
	display: inline-block;
	margin-right: 10px; padding-right: 10px;
	font-family: NanumSquareB;
	background: url(../../images/client/sub/bar_black.png) no-repeat right 1px;
}
.adit_top>p span {
	display: inline-block;
	width: 18px; height: 18px;
	margin-right: 5px;
	background: url(../../images/client/sub/bg_fileform.png) no-repeat 0 center;
}
.adit_top a {
	margin-left: 5px;
	color: #0487d9;
}

.adit_content {
	min-height: 250px;
	padding: 20px;
	font-size: 1rem; word-break: keep-all;
	border-bottom: 1px solid #d7d7d7;
}
.adit_footer {
	padding: 15px 20px;
}
.adit_footer ul {
	display: table;
	width: auto;
	margin: 0 auto;
}
.adit_footer ul li {
	display: table-cell;
	padding: 5px 0px 5px 80px;
	font-size: 1.1rem;
	background-position: 50px 2px;
	background-repeat: no-repeat;
}
.adit_footer ul li:first-child {
	background-image: url(../../images/client/sub/icon_worker.jpg);
}
.adit_footer ul li:last-child {
	background-image: url(../../images/client/sub/icon_tel.jpg);
}
.adit_footer ul li strong {
	padding: 0 10px 0 5px; margin-right: 8px;
	font-family: NanumSquareB;
	background: url(../../images/client/sub/bar_black.png) no-repeat right 0;
}

.progrmaapply_box {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #bfd1db;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.progrmaapply_box ul li {
	padding: 8px 0 8px 100px;
	position: relative;
}
.progrmaapply_box ul li strong {
	position: absolute; top: 10px; left: 0;
	font-family: NanumSquareB;
}
.member_list {
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.member_list p {
	display: inline-block;
	padding: 5px 35px 5px 15px; margin-top: 8px;
	position: relative;
	background-color: #dbecf6;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.member_list p span {
	display: inline-block;
	width: 18px; height: 21px;
	margin-right: 5px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.member_list p span.icon_leader {
	background-image: url(../../images/client/sub/icon_leader.png);
}
.member_list p span.icon_member {
	background-image: url(../../images/client/sub/icon_member.png);
}
.member_list p .btn_del {
	margin-top: -10px;
	position: absolute; right: 5px; top: 50%;
}
.fileattach_box>p {
	margin-bottom: 5px;
}
.filelist_box {
	margin-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.page_footer {
	padding: 20px 0;
	text-align: center;
}
.page_footer .btn, .page_footer .btn_circle {
	margin: 0 2px;
}
.survey_area {
	overflow: hidden;
	height: 45px;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-top: 0;
}
.survey_area span {
	display: inline-block;
	width: 22px; height: 24px;
	margin-right: 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 22px;
}
.survey_area .btn_surveyopen {
	display: block;
	width: 100%;
	line-height: 45px; font-size: 1rem; color: #1c71a6;
	background-color: #fff;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.survey_area .btn_surveyopen:hover {
	background-color: #c1e1f4;
}
.survey_area .btn_surveyopen span {
	background-image: url(../../images/client/sub/btn_surveyopen.png);
}
.survey_area p {
	line-height: 45px;
}
.survey_complete {
	color: #999;
	background-color: #f1f1f1;
}
.survey_complete span {
	background-image: url(../../images/client/sub/btn_surveyok.png);
}
.survey_none {
	color: #999;
	background-color: #f1f1f1;
}
.survey_none span {
	background-image: url(../../images/client/sub/btn_surveynone.png);
}


/* 진로설계 */
.planlist_wrap {
	margin-bottom: 3%;
	font-size: 0; line-height: 0;
}
.planlist_wrap .planlist_box, .plan_start {
	position: relative;
	display: inline-block;
	width: 19%;
	margin-left: 1.25%; margin-bottom: 1%;
	position: relative;
	font-size: 1.2rem; line-height: 1.5em; text-align: center; font-weight: 600;
	vertical-align: top;
	background-color: #d4f3f7; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.planlist_wrap>div:hover {
	border-color: #c0e1f8;
}
.planlist_wrap>div.on {
	box-shadow: -4px 4px 10px 0px rgba(0, 66, 124, 0.2);
}
.planlist_wrap>div:first-child {
	margin-left: 0;
}
.planlist_wrap>div:nth-child(5n+1) {
	margin-left: 0;
}
.plan_start {
	background-color: #fff;
}
.plan_start a {
	display: block;
	width: 100%; min-height: 265px;
	padding-top: 210px;
	background: url(../../images/client/sub/img_planlist.png) center 40px no-repeat; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: -4px 4px 10px 0px rgba(0, 66, 124, 0.2);
}
.plan_start a:hover {
	color: #00427c;
}
.planlist_wrap .planlist_box .btn_setbasic {
	position: absolute; right: 24px; top: 0;
}

.planlist_box {
	min-height: 265px;
	padding: 30px 15px;
	background-color: #f4f7f9;
}
.plan_box dt {
	overflow: hidden;
	width: 100%;
	font-weight: 600; white-space: nowrap; text-overflow: ellipsis;
}
.plan_box dd {
	font-size: 1rem;
}
.plan_img a {
	display: inline-block; 
	margin: 20px auto;
	width: 126px; height: 110px;
	text-indent: -9999px; 
	background: url(../../images/client/sub/img_planlist.png) center no-repeat;
	background-size: contain;
} 
.plan_box dd .btn_ivory {
	margin-right: 5px;
	width: 70px !important; height: 30px;
	line-height: 30px; color: #545454;
	background-color: #fff;
	border: 1px solid #545454;
	box-shadow: none;
}
.plan_box dd .btn_ivory:hover {
	background-color: #eee;
} 
.plan_box dd .btn_blue {
	width: 70px !important; height: 30px;
	line-height: 30px; color: #289dd3;
	background-color: #fff;
	border: 1px solid #289dd3;
	box-shadow: none;
}
.plan_box dd .btn_blue:hover {
	background-color: #d9eaf3;
} 
.btn_setbasic {
	position: absolute; top: 15px; right: 15px;
}

.plan_content {
	padding: 30px 0;
	background-size: contain;
	border-bottom: 1px solid #d7d7d7;
}
.plan_content .result_tit strong {
	padding-right: 20px;
}
.planlc_box {
	min-height: 200px;
	padding: 125px 10px 10px 10px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20px;
	border: 1px solid #d7e1ea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.planlc_box dt {
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
	font-size: 1.2rem; font-weight: 600; white-space: nowrap; text-overflow: ellipsis;
	background-position: center 80px;
}
.add_box {
	position: relative;
}
.add_box .btn_listdel2 {
	width: 30px; height: 30px;
	padding: 0;
	position: absolute; top: 15px; right: 15px;
	text-indent: -9999px;
	background-position: center center;
}
.langlist_box {
	background-image: url(../../images/client/sub/img_lang.png);
	background-color: #f3f7fa;
}
.planlc_box dt span {
	display: block;
	width: 45px; height: 45px;
	position: absolute; top: 15px; left: 15px;
	font-size: 1.1rem; line-height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.license_box {
	background-image: url(../../images/client/sub/img_certi.png);
	background-position: center 10px;
	background-color: #f6f6ec;
}

.rolemodel_wrap {
	padding: 25px 20px 25px 220px; margin-bottom: 2%;
	position: relative;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.rolemodel_who {
	width: 200px; height: 170px;
	padding-top: 90px;
	position: absolute; left: 20px; top: 30px;
	text-align: center;
	background: url(../../images/client/sub/img_user.jpg) no-repeat center 0;
}
.rolemodel_who strong {
	font-size: 1.1rem; font-weight: 600;
}
.rolemodel_who strong span {
	display: block;
	font-size: 1rem;
}
.rolemodel_wrap .programpoint_list dd div {
	text-align: center; font-size: 1.5rem;
	border: none;
}
.rolemodel_wrap .programpoint_list dd div strong {
	display: block;
	margin-right: 0;
}

/* 진로설계 step1 */
.plansetting_box {
	width: 100%;
	padding: 20px; margin-bottom: 3%;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.plansetting_box dd {
	font-size: 1.2rem; font-weight: 600;
}
.plansetting_box dd strong {
	display: inline-block;
	width: 90px;
	padding-right: 10px; margin-right: 8px;
	font-size: inherit; font-weight: inherit;
	background: url(../../images/client/sub/bar_black.png) no-repeat right center;
}

.plando_content {
	padding-top: 20px;
}
.tipicon_text {
	margin-bottom: 3%;
}
.search_box.search_box_inner {
	margin-bottom: 20px;
}
.plando_content .search_box_inner {
	font-size: 0;
}
.plando_content .search_box_inner .search_row {
	display: inline-block;
	width: 49%;
	margin-top: 0; margin-left: 2%;
	font-size: 1rem;
}
.plando_content .search_box_inner .search_row:first-child {
	margin-left: 0%;
}
.plando_content .search_box_inner .plan_search {
	padding-right: 70px;
	position: relative;
	font-size: 0; line-height: 0;
}
.plan_search p {
	margin-bottom: 5px;
	font-size: 1rem; line-height: 1em;
}
.plan_search .select_form {
	display: inline-block;
	width: 49%; margin: 0; margin-left: 2%;
	font-size: 1rem; line-height: 1em;
}
.plan_search .select_form:nth-child(2) {
	margin-left: 0;
}
.plan_search .btn_search {
	position: absolute; right: 0; bottom: 2px;
}
.plando_content .check_tit {
	margin-top: 20px;
}

.joblist_wrap {
	width: 100%;
	margin-bottom: 1%;
}
.joblist_wrap li {
	display: inline-block;
}
.joblist_wrap li a {
	display: block;
	padding: 5px 10px; margin: 0 5px 5px 0;
	color: #ff9000;
	border: 1px solid #ff9000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.joblist_wrap li a.on {
	color: #fff;
	background-color: #ff9000;
}
.joblist_content {
	padding: 3%;
	background-color: #fff;
	border: 1px solid #00427c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.joblist_content h4 {
	padding-left: 25px; margin-bottom: 2%;
	font-size: 1.5rem; font-weight: 600; color: #00427c;
	background: url(../../images/client/sub/job_tit.jpg) no-repeat 0 center;
}
.joblist_content dl {
	padding: 0 2%;
}
.joblist_content dl dt {
	padding-left: 30px; margin-bottom: 5px;
	font-size: 1.2rem; font-weight: 600;
	background-repeat: no-repeat;
	background-position: 0 center;
}
.icon_jobinfo1 {
	background-image: url(../../images/client/sub/icon_jobinfo1.jpg);
}
.icon_jobinfo2 {
	background-image: url(../../images/client/sub/icon_jobinfo2.jpg);
}
.icon_jobinfo3 {
	background-image: url(../../images/client/sub/icon_jobinfo3.jpg);
}
.icon_jobinfo4 {
	background-image: url(../../images/client/sub/icon_jobinfo4.jpg);
}
.icon_jobinfo5 {
	background-image: url(../../images/client/sub/icon_jobinfo5.jpg);
}
.icon_jobinfo6 {
	background-image: url(../../images/client/sub/icon_jobinfo6.jpg);
}
.joblist_content dl dd {
	padding: 5px 0 30px;
	line-height: 2em;
}
.testlist_paging.cw .testlist_move {
	color: #fff; font-size: 1rem; 
	background-color: #00427c; background-repeat: no-repeat; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.testlist_paging.cw .testlist_pre {
	padding: 6px 14px 6px 40px;
	background-image: url(../../images/client/sub/page_prev.png); background-position: 13px center; 
}
.testlist_paging.cw .testlist_next {
	margin-left: 10px;  padding: 6px 40px 6px 14px;
	background-image: url(../../images/client/sub/page_next.png); background-position: 60px center; 
}



/* 진로설계 step2 */
.target_box {
	position: relative;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.target_box:hover {
	border-color: #289dd3;
}
.target_box.on {
	background-color: #f4f7f9;
	border-color: #289dd3;
}
.target_box>a {
	display: block;
	width: 100%; height: 100%;
	padding: 20px 15px;
	position: relative;
}
.plan_radio {
	display: block;
	width: 30px; height: 30px;
	position: absolute; right: 15px; top: 15px;
}
.plan_radio input {
	display: none;
}
.plan_radio label {
	display: block;
	width: 100%; height: 100%;
	text-indent: -9999px;
	background: url(../../images/client/sub/icon_testselect.png) no-repeat center center;
	background-size: 100%;
}
.plan_radio label:hover {
	background-image: url(../../images/client/sub/icon_testselect_on.png);
	cursor: pointer;
}
.plan_radio input:checked + label {
	background-image: url(../../images/client/sub/icon_testselect_on.png);
}

.target_compony dt {
	overflow: hidden;
	width: 100%;
	margin-bottom: 8px;
	font-size: 1.1rem; font-weight: 600; white-space: nowrap;
	text-overflow: ellipsis;
}
.target_compony dd {
	overflow: hidden;
	width: 100%;
	padding: 2px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.target_compony dd strong {
	display: inline-block;
	width: 60px;
	margin-right: 5px;
	background: url(../../images/client/sub/bar_black.png) no-repeat right center;
}

.target_role {
	padding: 25px 0 25px 150px;
	font-size: 1.1rem; font-weight: 600;
	background: url(../../images/client/sub/img_model.png) no-repeat 10px center;
}
.target_role span {
	display: block;
	margin-bottom: 10px;
	font-size: 1rem;
}
.total_count {
	margin: 14px 0 7px; padding-left: 25px;
	font-weight: 600; text-align: left;
	background: url(../../images/client/sub/icon_count.png) no-repeat 0 1px;
}


/* 진로탐색 결과비교 */
.compare_plan .target_box {
	min-height: 150px;
}
.caparelist_wrap {
	margin-top: 50px;
}
.comparegraph_list {
	padding: 15px;
	background-color: #f4f7f9;
	border: 1px solid #d7e1ea;
}
.comparegraph_list strong {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	font-weight: 600; font-size: 1.1rem;
}
.dreamsearch_wrap .graph_wrap {
	border: 1px solid #d7d7d7;
	background-color: #fff;
}
.dreasearch_list {
	width: 450px;
	text-align: left;
}
.dreasearch_list dd {
	display: inline-block;
	width: 50%;
	padding: 5px 5px 5px 20px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 15px;
}
.point_program {
	background-size: 12px auto;
	background-image: url(../../images/client/sub/btn_addnunsubject.png);
}
.point_valtime {
	background-image: url(../../images/client/sub/btn_val.png);
}
.point_lang {
	background-image: url(../../images/client/sub/btn_addlang.png);
}
.point_pride {
	background-image: url(../../images/client/sub/btn_pride.png);
}
.point_license {
	background-image: url(../../images/client/sub/btn_addlicense.png);
}
.dreasearch_list dd strong {
	display: inline-block;
	width: 160px;
}

/* 내로드맵 */
.loadmap_plantit {
	padding: 15px;
	position: relative;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.loadmap_plantit:hover {
	cursor: pointer;
}
.loadmap_plantit.on {
	border-color: #289dd3;
}
.loadmap_plantit strong {
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: 10px; padding-right: 12px;
	font-weight: 600; font-size: 1.2rem; white-space: nowrap; text-overflow: ellipsis;
}
.loadmap_plantit.on strong {
	color: #289dd3;
}
.loadmap_plantit ul li {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 3px 0 3px;
	white-space: nowrap; text-overflow: ellipsis;
}
.loadmap_plantit ul li span {
	display: inline-block;
	padding-right: 5px; margin-right: 5px;
	font-weight: 600;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat right 3px;
}

.rate_graph_wrap {
	margin-top: 50px;
}
.loadmap_graphbox {
	/*min-height: 475px;*/
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.loadmap_total {
	background-color: #f6f6ec;
}
.loadmap_total h5 {
	margin-bottom: 30px;
	font-size: 1.2rem; font-weight: 600;
}
.loadmap_total .graph_wrap {
	min-height: 295px;
}
.loadmap_bargraph {
	position: relative;
	padding-left: 125px; margin-bottom: 25px;
	font-size: 0; line-height: 0;
}
.loadmap_bargraph strong {
	display: inline-block;
	width: 120px;
	margin-left: -125px; margin-right: 5px;
	font-size: 1.1rem; letter-spacing: 1px;
	background: url(../../images/client/sub/arrow_loadmap_side.png) no-repeat center right;
}
.loadmap_bargraph>div {
	overflow: hidden;
	display: inline-block;
	width: 100%; height: 20px;
	position: relative;
	background-color: #9dcc57;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.loadmap_bargraph>div p {
	height: 20px;
	position: absolute; left: 0; top: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.loadmap_bargraph>div span {
	display: block;
	width: 100%;
	position: absolute; left: 0; top: 0;
	font-size: 1rem; color: #fff; text-align: center;
}
.downarrow_tit {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1rem; font-weight: 600;
}
.loadmap_graphbox.total {
	background-color: #f2ede4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.loadmap_graphbox.total .loadmap_bargraph {
	margin: 0; padding-left: 200px;
}
.loadmap_graphbox.total .loadmap_bargraph strong {
	width: 200px;
	margin-left: -205px; padding-left: 40px;
	line-height: 30px;
	background-image: url(../../images/client/sub/icon_graph.png); background-repeat: no-repeat; background-position: 0 center; background-size: 30px auto;
}
.loadmap_graphbox.total .loadmap_bargraph>div {
	background-color: #fff; 
}
.loadmap_graphbox.total .loadmap_bargraph>div span {
	color: #000;
}
.rate_license {
	font-size: 0; line-height: 0;
}
.rate_license .langlist_box {
	display: inline-block;
	width: 49%;
	margin-left: 2%; margin-bottom: 1%;
	font-size: 1rem; line-height: 1.2em;
}
.rate_license .license_box {
	display: inline-block;
	width: 49%;
	margin-left: 2%; margin-bottom: 1%;
	font-size: 1rem; line-height: 1.2em;
}
.rate_license .langlist_box:nth-child(odd) {
	margin-left: 0;
}
.rate_license .license_box:nth-child(odd) {
	margin-left: 0;
}
.planlc_box dt span.label_success {
	display: block;
	width: 30px;
	padding-top: 35px;
	font-size: 1rem; font-weight: 600; text-align: center; color: #ef4a34;
	background: url(../../images/client/sub/label_success.png) no-repeat 0 center;
	background-size: 30px auto;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.rate_license_graph {
	padding: 0 15px;
}
.rate_license_graph {
	display: table;
	width: 100%;
	text-align: center;
}
.rate_license_graph .downarrow_tit {
	display: inline-block;
	width: 30%;
	font-size: 1.2rem;
}
.rate_license_graph .graph_wrap {
	display: inline-block;
	width: 60%;
}

/* 교외활동 */
.active_guide ol li {
	width: 33.33%;
}
.active_guide ol li p.teststep1 span {
	background-image: url(../../images/client/sub/active_step1.png);
}
.active_guide ol li p.teststep2 span {
	background-size: 80px auto;
	background-image: url(../../images/client/sub/active_step2.png);
}
.active_guide ol li p.teststep3 span {
	background-image: url(../../images/client/sub/active_step3.png);
}
.active_wrap {
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.active_box {
	padding: 20px 20px 20px 110px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 22px 30px;
	background-size: 70px;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.active_box:hover {
	background-color: #e7e7cb;
	cursor: pointer;
}
.active_box dt {
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	font-size: 1.3rem; font-weight: 600; white-space: nowrap; text-overflow: ellipsis;
}
.active_box dt p {
	margin-bottom: 5px;
}
.active_box dt p span {
	display: inline-block;
	margin-left: 5px; padding-left: 5px;
	font-size: 1rem;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat left 2px;
}
.active_box dt p span.label_tag {
	margin-left: 0;
	background-image: none;
}
.active_footer {
	position: relative;
	text-align: right;
}
.active_footer a {
	display: inline-block;
	padding-left: 25px; margin-top: 10px;
	font-family: NanumSquareB;
	background: url(../../images/client/main/icon_mileage.png) no-repeat 0 center;
}
.active_footer a span {
	margin-left: 5px;
	color: #016dae; font-family: inherit;
}
.active_footer a:hover {
	color: #016dae; 
}
.active_wrap .graph_wrap {
	display: none;
	width: 100%;
	position: absolute; top: 0; bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 3;
}
.active_wrap .graph_wrap .graph_box {
	position: relative;
}
.active_wrap .graph_wrap .graph_box p {
	color: #fff; font-size: 1rem;
}
.graph_box .multigraph_list {
	padding: 22px 50px 10px;
	text-align: left;
}
.graph_box .multigraph_list p {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 18px;
}
.graph_box .multigraph_list p span {
	position: absolute; top: 4px; left: 0;
	display: inline-block;
	width: 12px; height: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.graph_box .line {
	display: inline-block;
	margin-left: 15%;
	width: 75%; height: 2px;
	background: #7f7f80;
}
.multigraph_tit {
	float: left;
	width: 20%;
	line-height: 30px;
}
.multigraph {
	float: left;
	width: 75%;
}
.multigraph .graph_bar {
	line-height: 30px;
}
/*.active_wrap .graph_wrap .graph_box img {
	width: auto; height: 110px;
	transform: rotate(-90deg);
}*/
.active_wrap .graph_wrap .btn_del {
	position: absolute; right: 10px; top: 10px;
	background-image: url(../../images/client/sub/btn_del_white.png);
}
.active_box.license_box {
	background-position: 22px 25px; 
}
.active_box.license_box:hover {
	background-color: #ececc5;
}
.active_box.langlist_box:hover {
	background-color: #d8e7f3;
}
.active_box.service_box {
	background-color: #daecf4;
	background-image: url(../../images/client/sub/img_val.png);
}
.active_box.service_box:hover {
	background-color: #bedde9;
}
.active_box.service_box .service_time {
	display: inline-block;
	font-size: 1.1rem;
}
.service_report {
	position: relative;
	margin-top: 5px;
	padding: 11px 200px 11px 85px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.service_report strong {
	position: absolute; left: 20px; top: 8px; 
	font-size: 1.07rem; font-weight: 600;
}
.service_report div {
	position: relative;
	height: 16px;
	text-align: center;
	background-color: #d7d7d7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
}
.service_report div p {
	position: absolute;
	text-indent: -9999px;
	background-color: #74c2dc;
}
.service_report div span {
	position: relative; top: -1px;
	font-weight: 600;
}
.service_report .time {
	position: absolute; right: 145px; top: 8px;
	font-weight: 600; font-size: 1.07rem;
}
.service_report .btn {
	width: 128px;
	padding: 0 10px 0 37px;
	position: absolute; right: -1px; top: -1px;
	font-size: 1.142rem; font-weight: 600;
	background-position: 10px center;
	-webkit-border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
}
.service_report .btn[disabled] {
	color: #767676;
	background-color: #b7b7b7;
}
.service_detail {
	display: block;
	padding: 5px 10px; margin-bottom: 10px;
	position: relative;
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.service_detail strong {
	display: inline-block; 
	position: absolute; left: 10px; top: 50%;
	font-weight: 600;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service_detail p {
	font-weight: 600;
}
.service_detail p.fail {
	color: #d93b3b;
}
.service_detail p.complete {
	color: #00427c;
}
.count_wrap {
	position: relative;
}
.service_count {
	padding-left: 30px;
	position: absolute; top: 0; right: 0;
	font-weight: 600; text-align: right;
	background: url(../../images/client/sub/icon_sandglass.png) no-repeat;
}
.active_box.pride_box {
	background-color: #f5e3dd;
	background-image: url(../../images/client/sub/img_pride.png);
}
.active_box.pride_box:hover {
	background-color: #eecfc2;
}
.active_box.practice_box {
	background-color: #dcd8f5;
	background-image: url(../../images/client/sub/img_practice.png);
}
.active_box.practice_box:hover {
	background-color: #bdb9dd;
}

/* 추천채용 */
.jobinfo_box {
	height: 260px;
	padding: 20px 20px 20px 125px;
	position: relative;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
.jobinfo_left {
	width: 92px;
	position: absolute; left: 20px;
	text-align: center;
}
.jobinfo_left strong {
	display: block;
	margin-bottom: 5px;
	font-size: 1.3rem; line-height: 70px;
}
.flicker_gr {
	color: #fff;
	-webkit-animation: flicker 0.5s ease-in infinite;
	-moz-animation: flicker 0.5s ease-in infinite;
	-o-animation: flicker 0.5s ease-in infinite;
	animation: flicker 0.5s ease-in infinite;
}
@-webkit-keyframes flicker {
	0% { background: #becd00; }
	100% { background: #afbc02; }
}
@-moz-keyframes flicker {
	0% { background: #becd00; }
	100% { background: #afbc02; }
}
@-o-keyframes flicker {
	0% { background: #becd00; }
	100% { background: #afbc02; }
}
@keyframes flicker {
	0% { background: #becd00; }
	100% { background: #afbc02; }
}
.jobinfo_left div {
	height: 145px;
	color: #fff;
	background: url(../../images/client/sub/bg_employinfo3.jpg) no-repeat;
	background-position: 0 center;
	background-size: 100% auto;

}
.jobinfo_left div p {
	height: 50%;
	padding-top: 12px;
	font-size: 1.2rem; font-weight: 600;
}
.jobinfo_left div p:last-child {
	padding-top: 15px;
}
.jobinfo_left div p span {
	display: block;
	font-size: 1rem;
}
.jobinfo_left div p.limit_time {
	padding-top: 30px;
	font-size: 1rem; font-weight: 400;
}
.jobinfo_left div.always {
	font-size: 1.1rem; line-height: 145px; color: #fff;
	background: #94bdf2;
}
.jobinfo_right {
	width: 100%;
}
.jobinfo_right dt {
	margin-bottom: 5px;
}
.jobinfo_right dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 5px 0 10px;
	font-size: 1.2rem; word-break: keep-all; font-weight: 600; white-space: nowrap;
	text-overflow: ellipsis;
}
.jobinfo_right dt a.tit {
	line-height: 54px;
	font-size: 1.3rem;
	border-bottom: 1px solid #d7d7d7;
}
.jobinfo_right dt a:hover {
	color: #289dd3;
}
.jobinfo_right dt p {
	overflow: hidden;
	width: 100%;
	font-size: 1rem; padding-bottom: 11px; white-space: nowrap; text-overflow: ellipsis;
	border-bottom: 1px solid #d7d7d7;
}
.jobinfo_right dd li {
	width: 100%;
	overflow: hidden;
	padding: 2px 0;
	white-space: nowrap; text-overflow: ellipsis;
}
.jobinfo_right dd li strong {
	display: inline-block;
	width: 90px;
	margin-right: 7px;
	font-size: 1rem;
	background: url(../../images/client/main/bar_employ.png) no-repeat right 1px;
}
.jobinfo_right dd li strong span {
	display: inline-block;
	width: 20px; height: 20px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px auto;
}
.jobinfo_right dd li .jobinfo_1 span {
	background-image: url(../../images/client/sub/icon_employ01.png);
} 
.jobinfo_right dd li .jobinfo_2 span {
	background-image: url(../../images/client/sub/icon_employ02.png);
} 
.jobinfo_right dd li .jobinfo_3 span {
	background-image: url(../../images/client/sub/icon_employ03.png);
} 
.jobinfo_right dd li .jobinfo_4 span {
	background-image: url(../../images/client/sub/icon_employ04.png);
}
.jobinfo_right dd li .jobinfo_5 span {
	background-image: url(../../images/client/sub/icon_employ05.png);
}
.jobinfo_right dd li .jobinfo_6 span {
	background-image: url(../../images/client/sub/icon_employ06.png);
}
.jobinfo_right dd li .jobinfo_7 span {
	background-image: url(../../images/client/sub/icon_employ07.png);
}

.subjobinfo_wrap .jobinfo_box .btn_addlike {
	position: absolute; top: 15px; right: 15px;
}
.subjobinfo_wrap .jobinfo_box .jobinfo_right dt a {
	padding-right: 40px;
}
.subjobinfo_wrap .jobinfo_box .btn_circle {
	position: absolute; bottom: 10px; right: 10px;
}

.jobinfo_tit {
	padding: 10px 0 20px 0;
	font-size: 2rem; text-align: center;
}
.jobinfo_list {
	margin-bottom: 20px; padding: 25px 20px;
	border: 1px solid #016dae;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
}
.jobinfo_list h5 {
	padding: 5px 0 5px 20px; margin-bottom: 15px;
	font-size: 1.2rem; font-weight: 600; color: #016dae;
	background: url(../../images/client/sub/job_tit.jpg) no-repeat 0 center;
}
.jobinfo_content .adit_top {
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.jobinfo_list table {
	background-color: transparent;
}
.jobinfo_list .tbl th {
	width: 10%;
}
.jobinfo_list .tbl td {
	width: 45%;
}

/* 워크넷 공채속보 */
.worknetspeed_box {
	padding: 25px;
	text-align: center;
	background-color: #f3f7fa;
	border: 1px solid #289dd3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.worknetspeed_box > p {
	overflow: hidden;
	height: 100px;
	margin-bottom: 18px;
	position: relative;
	background-color: #fff;
}
.worknetspeed_box > p > img {
	max-width: 100%; height: auto;
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.worknetspeed_box dt {
	margin-bottom: 10px;
}
.worknetspeed_box dt a {
	overflow: hidden;
	display: block;
	font-size: 1.2rem; font-weight: 600; color: #00427c; white-space: nowrap; text-overflow: ellipsis;
}
.worknetspeed_box dt a:hover {
	color: #289dd3;
}
.worknetspeed_box dd strong {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600; font-size: inherit;
}

/* 25.11 스타터 연동 추가 */
.subcontent_wrap.starter .tab_more .tab_list.tabs li a {
	height: 58px;
	line-height: 40px;
}
.subcontent_wrap.starter .tab_more .tab_list.tabs li:first-child a.on {
	border-left: 1px solid #d4f3f7;
}
.subcontent_wrap.starter .tab_more .tab_list.tabs li:last-child a.on {
	border-right: 1px solid #d4f3f7;
}
.subcontent_wrap.starter .panel_wrap .search_box.panels:has( .search_toggle_row) {
	margin-bottom: 80px;
}
.subcontent_wrap.starter .panel_wrap .search_box.panels .search_toggle_row {
	position: absolute; left: 0;
	margin-top: 36px;
	width: 100%;
}
.subcontent_wrap.starter .panel_wrap .search_box.panels .search_toggle_row .searchtoggle_left {
	float: left;
	vertical-align: top;
}
.subcontent_wrap.starter .panel_wrap .search_box.panels .search_toggle_row .searchtoggle_right {
	float: right;
	vertical-align: top;
}
.subcontent_wrap.starter .panel_wrap .search_box.panels .search_toggle_row .search_toggle_row:after {
	display: block;
	content: "";
	clear: both;
} 
.searchtoggle_left:has( .btn_tooltip) {
	display: flex;
	align-items: center;
}
.btn_tooltip {
	position: relative;
	margin-left: 8px;
	/* width: 20px; height: 20px; */
}
.btn_tooltip > .open_click {
	position: relative;
	margin-top: 5px;
	text-indent: -9999px;
	width: 20px; height: 20px; 
	background: url(../../images/client/sub/btn_tooltip.png) no-repeat;
}
.btn_tooltip > .open_click:hover {
	background-image: url(../../images/client/sub/btn_tooltip_on.png);
}
.btn_tooltip > .layer_open {
  display: none;
	position: absolute; z-index: 2; left: 0; top: 29px;
  padding: 8px;
	width: max-content;
	min-width: 200px;
	/* max-width: 500px; */
	font-size: 13px; line-height: 19px;
  background: #fff;
  border: 1px solid #404759;
	border-radius: 8px;
}
.btn_tooltip > .layer_open.on {
  display: block;
}

.icon_arrow_up,
.icon_arrow_down {
	display: inline-block;
	width: 16px;
  height: 16px;
  line-height: 0;
}
.icon_arrow_up::before {
  content: "↑";
  display: inline-block;
  width: 16px;
  height: 16px;
	text-align: center;
  line-height: 16px;
}
.icon_arrow_down::before {
  content: "↓";
  display: inline-block;
  width: 16px;
  height: 16px;
	text-align: center;
  line-height: 16px;
}

/* 취업정보 - 국가직무능력표준 정보 */
.ncs_list {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-top: 2px solid #1a56a3;
}
.ncs_list dt {
	padding: 12px;
	text-align: center; font-size: 1.1rem; font-weight: 600; color: #00427c;
	background: #dbecf6;
	border-bottom: 1px solid #1a56a3;
}
.ncs_list dd {
	padding: 10px;
}
.ncs_list dd ol {
	font-size: 0; line-height: 0;
}
.ncs_list dd ol li {
	display: inline-block;
	width: 16.66%;
	padding: 10px;
}
.ncs_list dd ol li a {
	display: table;
	width: 100%;
	padding-top: 90px;
	position: relative;
	font-size: 1rem; line-height: 1.3em; text-align: center;
	word-break: keep-all;
	border: 1px solid #d7d7d7;
	background-color: #fff;
}
.ncs_list dd ol li a img {
	position: absolute; top: 15px; left: 50%;
	transform: translateX(-50%);
}
.ncs_list dd ol>li a strong {
	display: table-cell;
	width: 100%; height: 50px;
	padding: 5px;
	vertical-align: middle; word-break: break-all;
	background: #f6f6ec;
	border-top: 1px solid #d7d7d7;
}
.ncs_list dd ol li a strong span {
	margin-right: 3px;
	color: #db5572;
}
.ncs_list dd ol li a:hover {
	border-color: #becd00;
}
.ncs_list dd ol li a:hover strong {
	background-color: #becd00;
}
.ncs_list dd ol li a.on {
	border-color: #becd00;
}
.ncs_list dd ol li a.on strong {
	background-color: #becd00;
}

.ncs_list .ncs_inner_list {
	display: table;
	width: 100%;
	padding: 0 20px 20px;
}
.ncs_list .ncs_inner_box {
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
	border-top: 2px solid #1a56a3;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.ncs_list .ncs_inner_box:first-child {
	border-left: 1px solid #d7d7d7;
}
.ncs_list .ncs_inner_box ol li {
	display: block;
	width: 100%;
	padding: 5px 5px;
}
.ncs_list .ncs_inner_box ol li a {
	padding: 5px;
	text-align: left;
	border: 0;
}
.ncs_list .ncs_inner_box ol li a:hover {
	color: #289dd3;
}
.ncs_list .ncs_inner_box strong {
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 1.1rem; text-align: center; font-weight: 600; color: #00427c;
	background-color: #dbecf6;
}
.ncs_list .ncs_inner_box ol li a span {
	margin-right: 3px;
}
.ncs_list .ncs_inner_box ol li a.on {
	color: #fff;
	background-color: #289dd3;
}
.ncs_view {
	margin-top: 50px;
}
.ncs_view .ncsprogram_txt {
	padding: 10px; margin-bottom: 10px;
	font-size: 1.1rem; word-break: keep-all;
}
.ncsprogram_list {
	padding: 0 25px 25px 25px;
	border: 1px solid #1679a7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ncsprogram_list dt {
	padding-left: 20px; margin: 25px 0 10px 0;
	color: #1a56a3; font-size: 1.2rem; font-weight: 600;
	background: url(../../images/client/sub/job_tit.jpg) no-repeat 0 0;
}
.ncsprogram_list dd {
	padding-left: 25px;
	word-break: keep-all; line-height: 1.6em;
}

/* 자격증 정보 */
.licenseinfo_list {
	padding: 20px 15px;
	position: relative;
	background: #f6f6ec;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.licenseinfo_list dt {
	min-height: 80px;
	margin-bottom: 5px;
	color: #00427c; font-size: 1.1rem; font-weight: 600;
}
.licenseinfo_list dt span {
	display: block;
	margin-top: 5px;
	font-size: 1rem; font-weight: 400;
}
.licenseinfo_list dd p {
	overflow: hidden;
	padding: 5px 0;
	white-space: nowrap; text-overflow: ellipsis;
}
.licenseinfo_list dd p strong {
	display: inline-block;
	width: 90px;
	margin-right: 5px; padding-right: 9px;
	font-weight: 600;
	background: url(../../images/client/sub/bar_black.png) no-repeat right 2px;
}

/* 직업방송 동영상 */
.jobvideoinfo_list {
	overflow: hidden;
	padding: 120px 15px 15px 15px;
	text-align: center;
	background: #f4f7f9 url(../../images/client/sub/img_jobvideo.jpg) no-repeat center 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d7e1ea;
}
.jobvideoinfo_list dt {
	margin-bottom: 10px;
}
.jobvideoinfo_list dt a {
	overflow: hidden;
	display: block;
	font-size: 1.1rem; font-weight: 600; color: #00427c; white-space: nowrap; text-overflow: ellipsis;
}
.jobvideoinfo_list dt a:hover {
	color: #289dd3;
}
.jobvideoinfo_list dd p {
	display: inline-block;
	padding: 0 5px;
	color: #00427c;
}
.jobvideoinfo_list dd p strong {
	display: inline-block;
	margin-right: 5px; padding-right: 9px;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat right 2px;
}

/* 기업정보 */
.companyinfo_colbox {
	min-height: 250px;
	padding-left: 400px;
	position: relative;
}
.level_graph {
	overflow: hidden;
	width: 380px; height: 300px;
	position: absolute; left: 0;
}
.level_graph img {
	display: block;
	margin: 0 auto;
}
.companyinfo_colbox .tbl table {
	margin-bottom: 5px;
	border: 1px solid #a3bfd8;
}

.pattern_wrap {
	width: 100%;
	margin-bottom: 5px;
	font-size: 0; line-height: 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
}
.pattern_wrap>li {
	display: inline-block;
	width: 23.5%; 
	margin-left: 2%;
	text-align: center; vertical-align: top;
	border-left: 0;
}
.pattern_wrap>li:first-child {
	margin-left: 0;
}
.pattern_wrap>li strong {
	display: block;
	padding: 10px 0;
	font-weight: 600;
	background-color: #dbecf6;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.pattern_wrap>li ul {
	padding: 8px;
}
.pattern_wrap>li ul li {
	display: block;
	padding-left: 40px; margin: 8px 0;
	position: relative;
}
.pattern_wrap>li ul li>p {
	width: 40px;
	position: absolute; left: 0px; top: 2px;
	font-size: 0.9rem; color: #00427c;
}
.pattern_wrap>li ul li div {
	overflow: hidden;
	width: 100%; height: 20px;
	position: relative;
	background-color: #ebebeb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pattern_wrap>li ul li div .pp_bar {
	height: 20px;
	position: absolute; top: 0; left: 0;
	background-color: #c9d805;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pattern_wrap>li ul li div .pp_bar_txt {
	position: relative;
	color: #ef4a34; line-height: 20px; font-size: 12px;
}
.pp_updwon {
	display: inline-block;
	width: 9px; height: 14px;
	vertical-align: middle;
}
.up_arrow {
	background: url(../../images/client/sub/arrow_up.jpg) bottom center no-repeat;
}
.down_arrow {
	background: url(../../images/client/sub/arrow_down.jpg) bottom center no-repeat;
}

/* 전공진로가이드 */
.guide_list {
	/*padding: 60px 15px 60px 160px;*/
	padding: 30px 15px 30px 160px;
	position: relative;
	text-align: center;
	background: #f4f7f9;
	border: 1px solid #d7e1ea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.guide_list div {
	overflow: hidden;
	width: 130px; height: auto;
	position: absolute; left: 15px; top: 15px;
	background-color: #fff;
}
.guide_list div img {
	width: 100%; height: auto;
}
.guide_list p {
	overflow: hidden;
	height: 46px;
	margin-bottom: 5px;
	font-size: 1.1rem; font-weight: 600; word-break: keep-all;
}

/* 포트폴리오 */
.portfolio_toparea {
	padding-top: 80px;
	position: relative;
}
.portfolio_btnarea {
	display: inline-block;
	width: auto;
	position: absolute; right: 0; top: 30px;
}
.resume_wrap {
	margin-bottom: 20px;
	border-top: 1px solid #d7d7d7;
}
.resume_wrap ul {
	display: table;
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px solid #d7d7d7;
}
.resume_wrap ul li {
	display: table-cell;
	position: relative;
	text-align: center;
}
.count_label {
	display: inline-block;
	width: 35px; height: 35px;
	margin-right: 20px;
	color: #858585; text-align: center; line-height: 34px; font-weight: 600; font-size: 1.1rem;
	background-color: #f3f3f3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.resume_wrap .btn_setbasic {
	position: relative; top: auto; left: auto; right: auto;
}
.resume_wrap ul li.resume_list1 {
	width: 50%;
	text-align: left;
}
.resume_wrap ul li.resume_list4 {
	width: 200px;
	text-align: right;
}
.resume_container .result_tit {
	padding-bottom: 0;
}
.registration_date {
	margin-bottom: 20px;
	text-align: center;
}
.studentinfo_box {
	width: 100%; min-height: 160px;
	padding-left: 145px; margin-bottom: 3%;
	position: relative;
}
.studentinfo_box .resumeimg {
	width: 120px; height: 160px;
	position: absolute; bottom: 0; left: 0;
	background: #ebebeb;
}
.studentinfo_box .resumeimg img {
	width: 100%;  height: auto;
	position: absolute; top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.studentinfo_box dl {
	width: 100%;
	position: relative;
}
.studentinfo_box dl dt {
	width: 100%;
	margin-bottom: 15px;
	font-size: 1.3rem; font-weight: 600;
}
.studentinfo_box dl dt span {
	margin-left: 10px; font-size: 1rem; vertical-align: baseline;
}
.studentinfo_box dl dd {
	width: 100%;
	padding: 8px 0 8px 110px;
	font-size: 1rem;
	border-bottom: 1px solid #d7d7d7;
}
.studentinfo_box dl dd strong {
	display: inline-block;
	width: 100px;
	margin-left: -110px; margin-right: 10px; padding-left: 20px;
	position: relative;
	text-align: center; font-weight: 600;
	background: url(../../images/client/sub/bar_black.png) no-repeat right center;
}
.studentinfo_box dl dd strong span {
	display: inline-block;
	width: 30px;  height: 30px;
	margin-top: -15px;
	position: absolute; left: 0; top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.icon_tel {
	background-image: url(../../images/client/sub/icon_tel_s.jpg);
}
.icon_mail {
	background-image: url(../../images/client/sub/icon_mail_s.jpg);
}
.icon_address {
	background-image: url(../../images/client/sub/icon_address_s.jpg);
}


.class_point {
	display: inline-block;
	padding-right: 10px; margin-right: 10px;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat right 3px;
}
.selfintro_wrap article {
	padding: 25px; margin-bottom: 10px;
	border: 1px solid #d7d7d7;
	border-top: 2px solid #c5d7e7;

}
.selfintro_wrap article strong {
	display: block;
	margin: 20px 0 10px 0;
	font-size: 1rem; font-weight: 600; color: #00427c;
}
.selfintro_wrap article strong:first-child {
	margin-top: 0;
}
.analyze_wrap {
	padding: 20px; margin-bottom: 10px;
	background-color: #f7fbfd;
}
.mystatus_box_me.analyze_box .graph_wrap {
	background-color: #f7fbfd;
}

/* 역량현황 */
.mileage_wrap {
	padding: 30px;
	background-color: #f3f7fa;
}
.mileage_wrap .programpoint_list dd {
	display: inline-block;
	width: 32%;
	padding: 0; margin-left: 2%;
}
.programpoint_list.dp_inlinefix dd:nth-child(2) {
	margin-left: 0;
}
.mileage_box {
	padding-top: 250px;
	position: relative;
}
.mileage_box div {
	width: 738px; height: 173px;
	padding-top: 35px;
	margin-left: -369px;
	position: absolute; top: 30px; left: 38%;
	text-align: center;
	background: url(../../images/client/sub/bg_pointbox.jpg) left 0 no-repeat;
}
.mileage_box div h4 {
	display: inline-block;
	font-size: 2rem; vertical-align: middle;
}
.mileage_box div h4 span {
	display: inline-block;
	padding: 0 15px;
	width: 20px; height: 20px;
	background: url(../../images/client/sub/icon_pointstar.jpg) no-repeat center center;
}
.mileage_box div p {
	display: inline-block;
	height: 104px;
	padding: 0 60px;
	position: relative;
	font-size: 3rem; vertical-align: middle; line-height: 104px; font-weight: 600;
}
.mileage_box div p span {
	display: inline-block;
	width: 18px; height: 104px;
	position: absolute; right: 15px; top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../../images/client/sub/bg_point_right.jpg);
}
.mileage_box div p span:first-child {
	left: 15px; right: auto;
	background-image: url(../../images/client/sub/bg_point_left.jpg);
}
.mileage_box .bg_img {
	position: absolute; right: 15px; top: 0;
}
.mileage_graph {
	padding: 20px 300px 20px 20px;
	background: #e4f3fe url(../../images/client/sub/bg_mileagegraphbox.png) no-repeat right 20px center;
}
.mileagehistory_box .programpoint_list {
	margin: 20px 0;
}
.mileagehistory_box .programpoint_list dd {
	width: 16.67%; 
}
.mileagehistory_box .programpoint_list dd div {
	padding: 10px;
}
.mileagehistory_box .programpoint_list dd div strong {
	display: block;
	margin-right: 0;
	font-size: 1.1rem; word-break: break-all;
}
.mileagehistory_box .programpoint_list.list_col_3 dd {
	width: 33.33%;
}
.readking_wrap {
	position: relative;
}
.readking_wrap .programpoint_list {
	width: 50%;
}
.readking_wrap ul {
	width: 48%;
	position: absolute; right: 0; top: 0; 
}
.readking_wrap ul li {
	display: inline-block;
	width: 49%;
	padding: 0.5%;
}
.readking_wrap ul li div {
	min-height: 78px;
	padding: 12px;
	text-align: center; font-size: 1.6rem; font-weight: 600;
	background-color: #eaf5fc;
}
.readking_wrap ul li div strong {
	display: block;
	font-weight: 600; font-size: 1rem;
}
.readking_wrap ul li div strong span {
	display: inline-block;
	width: 20px; height: 20px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-image: url(../../images/client/sub/icon_readpoint2.png);
}
.readking_wrap ul li:first-child span {
	background-image: url(../../images/client/sub/icon_readpoint1.png);
}

/* 인증현황 */
.cetistatus_wrap {
	margin-bottom: 40px;
}
.certistatus_list {
	display: inline-block;
	width: 32%;
	margin-left: 2%; padding: 25px 25px 25px 16.3%;
	background-repeat: no-repeat;
	background-position: 25px center;
	border: 1px solid #bfd2db;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.certistatus_list:first-child {
	margin-left: 0;
}
.certistatus_list.on {
	border-color: #289dd3;
}
.certistatus1 {
	background-image: url(../../images/client/sub/icon_cepcerti1.png);
}
.certistatus2 {
	background-image: url(../../images/client/sub/icon_cepcerti2.png);
}
.certistatus3 {
	background-image: url(../../images/client/sub/icon_cepcerti3.png);
}
.certistatus_list dt {
	margin-bottom: 10px;
	font-size: 1.2rem; font-weight: 600;
}
.certistatus_list dd {
	padding: 2px 0;
}
.certistatus_list dd strong {
	display: inline-block;
	padding-right: 10px; margin-right: 10px;
	font-weight: 600;
	background: url(../../images/client/sub/bar_black.png) no-repeat right 1px;
}
.certistatus_list.on dt {
	color: #0d65d9;
}
.certistatus_list.on .get_point {
	color: #0d65d9;
}
.certistatus_list.on .get_point strong {
	background-image: url(../../images/client/sub/bar_blue.png);
}

.certigraph_wrap {
	position: relative;
	padding: 120px 50px 55px 36px;
	background-color: #e4f3fe; background-image: url(../../images/client/sub/icon_cepcerti3.png); background-repeat: no-repeat; background-size: 130px auto; background-position: 98% 25px;
}
.certigraph_top {
	width: 100%;
	background: url(../../images/client/sub/icon_cepcerti3.png) no-repeat right bottom;
	background-size: 100px;
}
.certigraph_top p {
	position: absolute; top: 45px;
	padding-top: 80px;
	text-indent: -9999px;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}
.certigraph_top .graph1 {
	width: 29.5%;
	background-image: url(../../images/client/sub/img_start.png);
}
.certigraph_top .graph2 {
	margin-left: -35px;
	width: 70px;
	left: 42.6%;
	background-image: url(../../images/client/sub/icon_cepcerti1.png); 
}
.certigraph_top .graph3 {
	margin-left: -50px;
	width: 100px;
	left: 68.7%;
	background-image: url(../../images/client/sub/icon_cepcerti2.png);
}

.certigraph_bar {
	height: 35px;
	margin-top: 20px;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.certigraph_bar p {
	height: 100%;
	background-color: #289dd3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.certigraph_bar .bar_line {
	position: relative;
}
.certigraph_bar .bar_line span {
	display: block;
	width: 3px; height: 45px;
	margin-left: -1.5px;
	background-color: #0d65d9;
	position: absolute; top: -4px;
}
.certigraph_bar .bar_line span:first-child {
	left: 42.85%;
}
.certigraph_bar .bar_line span:nth-child(2) {
	left: 70.9%;
}
.certigraph_bar .bar_line span:nth-child(3) {
	left: 97%;
}
.certigraph_wrap ol {
	margin-top: 8px;
	position: relative;
}
.certigraph_wrap li {
	display: block;
	width: 70px;
	position: absolute;
	text-align: center; font-weight: bold;
}
.certigraph_wrap li:nth-child(2) {
	margin-left: -35px;
	left: 42.85%;
}
.certigraph_wrap li:nth-child(3) {
	margin-left: -35px;
	left: 70.9%;
}
.certigraph_wrap li:nth-child(4) {
	margin-left: -35px;
	left: 97%;
}
.certigraph_wrap li span {
	display: inline-block;
	color: #00316d; font-weight: bold;
}
.capacerti_box {
	padding: 30px;
	margin-bottom: 20px;
	text-align: center;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.capacerti_box strong {
	display: inline-block;
	width: 14%;
	font-size: 1.2rem; font-weight: 600; vertical-align: middle;
}
.capacerti_box strong .btn_circle {
	margin: 5px 2px;
	padding: 0 10px 0 34px;
	font-size: 0.9rem; line-height: 30px;
	background-size: 17px auto;
	background-position: 10px center;
}
.capacerti_box strong .btn_icon_md.btn_print {
	margin-right: 10px;
}
.capabil1_icon, .capabil2_icon, .capabil3_icon {
	display: inline-block; 
	width: 100%; height: 70px;
	background-size: contain;
	background-image: url('../../images/client/sub/icon_capa_l1.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.capabil2_icon {
	background-image: url(../../images/client/sub/icon_capa_l2.png);
}
.capabil3_icon {
	background-image: url(../../images/client/sub/icon_capa_l3.png);
}
.capacerti_box.on {
	background-color: #fff;
	border-color: #0d65d9;
	box-shadow: 1px 3px 24px 0px rgba(0, 0, 0, 0.23);
}
.capacerti_box > div {
	display: inline-flex; 
	width: 33%;
	align-items: center;
	justify-content: space-around;
}
.capacerti_box .tit {
	display: inline-block; 
	font-size: 1.3rem; font-weight: 600; 
}
.capacerti_box.on .tit {
	color: #0d65d9;
}
.capacerti_box ul {
	display: inline-block; 
	vertical-align: middle;
}
.score_uvgot {
	text-align: left;
}
.score_uvgot > li {
	margin: 0 auto 10px;
	padding: 3px 0;
	width: 147px;
	text-align: center; color: #fff;
	background-color: #cccccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}  
.score_uvgot > li.get_point {
	margin-bottom: 0;
	background-color: #929292;
}
.capacerti_box.on .score_uvgot > li { 
	background-color: #50c5ef;
}
.capacerti_box.on .score_uvgot > li.get_point { 
	background-color: #0d65d9;
}
.score_uvgot li span {
	position: relative;
	display: inline-block;
	padding-right: 8px; margin-right: 8px; 
} 
.score_uvgot li span::after {
	content: "";
	position: absolute; right: 0; top: 4px;
	display: inline-block;
	width: 1px; height: 13px;
	background-color: #fff;
}
.capacerti_box ul.dp_inlinefix {
	margin-left: 30px;
	width: 50%;
	font-size: 0; text-align: center;
}
.capacerti_box ul.dp_inlinefix li {
	display: inline-block;
	width: 24%;
	padding: 90px 10px 10px 10px;
	vertical-align: top; text-align: center; word-break: keep-all;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../../images/client/sub/img_subject.png);
}
.capacerti_box ul.dp_inlinefix li.on {
	background-image: url(../../images/client/sub/img_subject_on.png);
}
.capacerti_box .btn_wrap {
	margin-top: 15px;
}
.capacerti_box .btn_wrap .btn_circle {
	margin-right: 15px;
}
.capacerti_box .btn_wrap .btn_circle:last-of-type {
	margin-right: 0;
}
.certicriteria {
	margin-top: 20px;
	height: 394px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../../images/client/sub/img_certicriterion.png);
}
.certicriteria ul {
	display: none;
}
.capacertistatus_wrap {
	display: flex; 
	margin-top: 40px;
	justify-content: space-between;
}
.capacertistatus_list {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.capacertistatus_list > div { 
	padding: 20px 0;
	width: 405px; height: 405px;
	text-align: center;  
	background-repeat: no-repeat;
	background-image: url(../../images/client/sub/bg_capacertistatus_off.png);
}
.capacertistatus_list.on {  
	box-shadow: -1px -3px 40px 0px rgba(0, 0, 0, 0.3);
	border-color: #00427c;
}
.capacertistatus_list.on > div { 
	background-image: url(../../images/client/sub/bg_capacertistatus_on.png);
}  
.capacertistatus_list strong {
	display: block;
	margin-bottom: 35px;
	padding: 10px; 
	font-size: 1.3rem; font-weight: 600;
}
.capacertistatus_list.on strong {
	color: #00427c;
}
.capacertistatus_list strong span {
	display: inline-block; 
	width: 40px; height: 40px;  
	background-size: 40px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}
.capacertistatus_list.cepcerti_list strong span {
	display: block;
	margin: 10px auto;
	width: 70px; height: 42px;
	background-size: contain; 
}
.cep_capabil1 {
	background-image: url(../../images/client/sub/icon_cepcerti1.png);
}
.cep_capabil2 {
	background-image: url(../../images/client/sub/icon_cepcerti2.png);
}
.cep_capabil3 {
	background-image: url(../../images/client/sub/icon_cepcerti3.png);
} 
.capacertistatus_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.capacertistatus_list ul li {
	width: 30%;
	color: #fff;
}
.capacertistatus_list ul li span {
	display: block;
}
.certified {
	position: relative; 
	display: flex;
	justify-content: flex-end;
	margin-top: 45px; 
	padding-left: 150px; 
}
.certified p {
	position: absolute; left: 100px; top: -5px;
	font-size: 1.3rem; font-weight: 600; color: #929292;
}
.certified p span {
	display: block;
	margin-bottom: 15px;
	width: 53px; height: 53px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../../images/client/sub/icon_capacerti.png);
}
.cepcerti_list.on .certified p {
	color: #00427c;
}
.cepcerti_list.on .certified p span {
	background-image: url(../../images/client/sub/icon_capacerti_on.png); 
}
.certified > div {
	padding-right: 30px;
}
.capacertistatus_list button {
	width: 152px;
}
.capacertistatus_list .btn_print {
	margin-bottom: 10px;
}
.capacertistatus_list .btn_print_eng {
	margin-left: 1%;
}

.better_box {
	margin-bottom: 10px;
	padding: 340px 30px 30px 30px;
	height: 558px;
	text-align: center;  
	background-repeat: no-repeat;
	background-image: url(../../images/client/sub/icon_better.png), linear-gradient(180deg, rgba(164,224,253,1) 0%, rgba(245,213,226,1) 100%);
	background-position: 20px top, center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.better_box p {
	display: inline-block; 
	margin-bottom: 40px;
	padding: 0 100px 0 140px;
	color: #00427c; font-family: NotoCJK, sans-serif; font-size: 5rem; 
	background-repeat: no-repeat;
	background-position:  right center;
	background-image: url(../../images/client/sub/icon_better_certificate.png);
}
.better_box .btn_wrap {
	display: block;
}
.better_box .btn_icon_md { 
	margin-right: 15px;
}
.better_box .btn_icon_md:last-child {
	margin-right: 0;
}
.better_box button:disabled {
	background-color: #777 !important;
}
.better_box button:disabled:hover {
	background-color: #777 !important;
	cursor: default;
}
.betterlist_wrap {
	padding: 40px;
	border: 1px solid #c2cad2;
}
.betterlist_wrap .grid_row_lg .grid_col {
	margin-bottom: 0;
}
.bettercapa_list {
	margin-bottom: 30px;
}
.bettercapa_list > li { 
	margin-bottom: 15px;
	padding: 28px 30px;
	text-align: center;
	background: #f2f2f2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.bettercapa_list > li.on {
	background: #e2eaf3;
}
.bettercapa_list > li h5 {
	display: inline-block; 
	margin-right: 45px;
	padding-top: 80px;
	min-width: 120px;
	color: #222; font-size: 1.571rem; font-weight: 600; line-height: 40px;
	background-repeat: no-repeat; background-position: center top;
}
.bettercapa_list > li.on h5 {
	color: #0d65d9;
}
.bettercapa_list .score_uvgot {
	display: inline-block; 
}
.bettercapa_list .score_uvgot > li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.bettercapa_list .score_uvgot > li:last-child {
	margin-right: 0;
}
.bettercapa_list > li.on .score_uvgot > li { 
	background-color: #50c5ef;
}
.bettercapa_list > li.on .score_uvgot > li.get_point { 
	background-color: #0d65d9;
}
.bettercapa_list .capa1 {
	background-image: url(../../images/client/sub/icon_capa1_lg_off.png);
}
.bettercapa_list .capa2 {
	background-image: url(../../images/client/sub/icon_capa2_lg_off.png);
}
.bettercapa_list .capa3 {
	background-image: url(../../images/client/sub/icon_capa3_lg_off.png);
}
.bettercapa_list li.on .capa1 {
	background-image: url(../../images/client/sub/icon_capa1_lg_on.png);
}
.bettercapa_list li.on .capa2 {
	background-image: url(../../images/client/sub/icon_capa2_lg_on.png);
}
.bettercapa_list li.on .capa3 {
	background-image: url(../../images/client/sub/icon_capa3_lg_on.png);
}
.bettercapa_list li p {
	font-size: 1.1rem;
}
.bettercapa_list li p span {
	vertical-align: top;
}
.bettercapa_list li p span:first-child {
	margin-right: 6px; padding-right: 12px;
	background: url(../../images/client/sub/bar_black.png) no-repeat right center;
}
.bettersubj_list {
	display: flex;
	justify-content: space-between;
}
.bettersubj_list li {
	display: inline-block; 
	text-align: center;
} 
.bettersubj_list li p {
	display: inline-block;
	padding: 113px 30px 10px 30px;
	width: 180px; height: 180px;
	font-size: 1.1rem; font-weight: 600; word-break: keep-all;
	background-color: #f2f2f2; background-repeat: no-repeat; 
    background-position: center 28px; background-image: url(../../images/client/sub/img_subject.png);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bettersubj_list li.on p {
	background-color: #e2eaf3; background-image: url(../../images/client/sub/img_subject_on.png);
}


/* 공지사항, 자료실 리스트*/
.bbs_wrap {
	border-bottom: 1px solid #d7d7d7;
}
.bbs_wrap li {
	padding-right: 200px;
	position: relative;
	font-size: 0; line-height: 0;
	border-top: 1px solid #d7d7d7;
}
.bbs_wrap li a {
	display: inline-block;
	width: 70%;
	font-size: 1rem; line-height: 1.5em;
	padding: 50px 0 50px 80px;
}
.bbs_wrap li:hover a {
	color: #289dd3;
}
.bbs_wrap li a strong {
	display: inline-block;
	width: 50px; height: 50px;
	margin-top: -25px;
	position: absolute; top: 50%; left: 10px;
	text-align: center; line-height: 50px; font-size: 1.2rem; font-weight: 600;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.bbs_wrap li a strong.fix_list {
	text-indent: -9999px;
	background-color: transparent;
	background-image: url(../../images/client/sub/icon_notice_fix.png);
}
.bbs_wrap li a dl {
	display: inline-block;
	width: 100%;
}
.bbs_wrap li a dl dt {
	display: inline-block;
	width: 100%;
	font-size: 1.1rem; font-weight: 600; word-break: keep-all;
}
.bbs_wrap li a dl dd {
	overflow: hidden;
	margin-top: 15px;
	font-size: 1rem; white-space: nowrap; text-overflow: ellipsis;
}
.bbs_wrap .bbs_info {
	display: inline-block;
	width: 30%;
	padding: 0 10px;
	font-size: 1rem; line-height: 1.5rem; vertical-align: middle; text-align: center;
}
.bbs_wrap .bbs_info span {
	display: inline-block;
	padding: 0 20px;
}
.read_count {
	min-width: 95px;
}

.bbs_wrap .btn_addlike {
	margin-top: -15px;
	position: absolute; right: 10px; top: 50%;
}

/* 공지사항 상세, 자료실 상세*/
.bbs_header {
	padding: 20px 20px 15px 20px;
	position: relative;
	font-size: 0; line-height: 0;
	border-top: 2px solid #d7d7d7;
}
.cnt_title, .title_info {
	font-size: 1rem; line-height: 1.5em;
}
.cnt_title {
	margin-bottom: 1.5%; padding-right: 60px;
	font-size: 1.428rem; font-weight: 600; word-break: keep-all;
}
.title_info {
	text-align: left;
}
.title_info p {
	display: inline-block;
	margin-right: 20px;
	color: #727272;
}
.title_info p span {
	display: inline-block;
	margin-right: 8px; padding-right: 8px;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat right 2px;
}
.bbs_header .btn_addlike {
	position: absolute; right: 20px; top: 30px;
}
.commu_edit {
	padding: 30px; margin-bottom: 2%;
	border: 1px solid #d7d7d7;
}
.commu_edit .img_wrap {
	margin-bottom: 10px;
}
.commu_edit .img_wrap img {
	max-width: 100%;
}
.video_wrap {
	width: 100%; height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
.video_wrap iframe {
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
}
.commu_filelist {
	padding: 15px;
	background: #fff;
	border: 1px solid #d7d7d7;
	-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.1rem;
}
.re_area {
	margin-top: 50px;
}
.re_area h3 {
	padding-bottom: 10px;
	font-size: 1.2rem; font-weight: 600;
	border-bottom: 1px solid #d7d7d7;
}
.re_area dl {
	padding: 30px 20px;
	border-bottom: 1px solid #d7d7d7;
}
.re_area dl dt {
	padding: 5px 0 5px 35px; margin-bottom: 15px;
	font-size: 1.1rem; font-weight: 600;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../../images/client/sub/icon_re.png);
}
.re_area dl.my_re dt {
	background-image: url(../../images/client/sub/icon_myre.png);
}
.re_area dl dd {
	position: relative;
}
.re_area dl dd span {
	display: block;
	width: 130px;
	margin-top: 5px;
	color: #727272; font-size: 0.9rem;
}
.rewrite_box {
	margin-top: 15px; padding: 20px;
	font-size: 1.1rem; 
	background: #ebf4f8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 5px 10px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 10px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 10px 15px rgba(0,0,0,0.1);
}
.rewrite_box > strong {
	display: block;
	padding: 5px 0 5px 25px;
	background: url(../../images/client/sub/icon_myre.png) no-repeat 0 center;
	background-size: 20px;
}
.re_delete {
	display: block;
	padding: 5px 0 5px 25px;
	position: absolute; right: 0; top: -50px;
	color: #00427c;
	background: url(../../images/client/sub/btn_del.png) no-repeat 0 center;
}
.re_delete:hover {
	color: #d93b3b;
	background-image: url(../../images/client/sub/btn_del_on.png);
}
.re_text {
	text-align: right;
}
.re_text textarea {
	height: 150px;
}

/* 대외활동 안내 */
.gallery_list .program_lisbox {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d7d7d7;
}
.gallery_list .program_infolist dd span {
	display: inline-block;
	min-width: 46px;
}
.kind_label {
	display: inline-block;
	padding: 0.1em 0.5em; margin-right: 0.2em;
	font-size: 0.95rem; color: #fff; 
	background-color: #0d65d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* FAQ */
.faqlist_wrap .faqlist dt {
	display: block;
	width: 100%; 
	padding: 20px 70px 20px 80px;
	position: relative;
	font-size: 1.1rem; line-height: 1.5em; font-weight: 600;
	color: #595758; vertical-align: middle;
	cursor: pointer;
	border-top: 1px solid #d7d7d7;
}
.faqlist {
	border-bottom: 1px solid #d7d7d7;
}
.faqlist_wrap .faqlist dt span {
	display: inline-block;
	width: 40px; height: 40px;
	margin-left: 20px; margin-top: -20px;
	position: absolute; left: 0; top: 50%;
	font-size: 2rem; font-weight: bold;
	color: #289dd3; text-align: center; line-height: 40px;
	background: #ebf4f8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.faqlist_wrap .faqlist dt p {
	display: inline-block;
	width: 30px; height: 14px;
	margin-top: -7px;
	position: absolute;  right: 15px; top: 50%;
	background: url(../../images/client/sub/icon_listlow.png) no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.faqlist_wrap .faqlist dt:hover {
	color: #00427c;
	background-color: #ebf4f8;
}
.faqlist_wrap .faqlist dt:hover span {
	background-color: #fff;
}
.faqlist_wrap .faqlist dt.on {
	color: #00427c;
	font-weight: bold;
	background: #ebf4f8;
}
.faqlist_wrap .faqlist dt.on span {
	background-color: #fff;
}
.faqlist_wrap .faqlist dt.on p {
	background: url(../../images/client/sub/icon_listup.png) no-repeat;
}
.faqlist_wrap .faqlist dd {
	display: none;
	padding: 20px 20px 20px 130px;
	margin-bottom: 10px;
	position: relative;
}
.answericon {
	display: inline-block;
	position: absolute; left: 0;
}
.answericon_arrow {
	display: inline-block;
	width: 26px; height: 20px;
	margin: 0 10px 0 30px;
	background-image: url(../../images/client/sub/icon_answer.png);
	background-repeat: no-repeat;
}
.answericon_a {
	display: inline-block;
	width: 40px; height: 40px;
	margin-right: 20px;
	font-size: 2rem; font-weight: bold;
	color: #becd00; text-align: center; line-height: 40px;
	background: #f3f3f3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.faq_content {
	width: 100%;
	margin-top: 8px;
}

/* 상담 - 심리상담 */
.border_list {
	padding: 10px 20px;
	border: 1px solid #d7d7d7;
	border-top: 2px solid #c5d7e7;
}
.border_list li {
	padding: 5px 0;
}
.agree_box {
	margin-top: 20px;
	padding: 30px 20px;
	text-align: center;
	border: 1px dashed #289dd3;
	background-color: #fff;
}
.agree_box > p {
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
	word-break: keep-all;
}
.agree_txt {
	font-size: 1.1rem; font-weight: 600;
}
.agree_txt span {
	display: inline-block;
	width: 45px; height: 30px;
	background: url(../../images/client/sub/icon_agreecheck.jpg) no-repeat 0 center;
}

/* 심리상담 신청 */
.counseldo_list {
	padding: 15px;
	border: 1px solid #c5d7e7;
}
.counseldo_list table {
	background-color: transparent;
}
.counseldo_list .tbl table th {
	width: 220px; 
	padding: 15px 5px;
}
.counseldo_list .tbl table tr:last-child {
	border-bottom: 0;
}
.resonform_row {
	display: inline-block;
	vertical-align: baseline;
}
.resonform_row input {
	width: 400px;
}
.etcform_row {
	display: inline-block;
}

.family_list dl {
	padding: 0 20px; margin-top: 10px;
	border: 1px solid #c5d7e7;
}
.family_list dl:first-child {
	margin-top: 0;
}
.family_list dt {
	padding: 20px 30px 20px 0;
	position: relative;
	font-size: 1.2rem; font-weight: 600; color: #00427c;
}
.family_list dt:hover {
	cursor: pointer;
}
.family_list dt span {
	display: block;
	width: 12px; height: 7px;
	position: absolute; top: 30px; right: 10px;
	background: url(../../images/client/sub/arrow_navi_down.png) no-repeat center center;
}
.family_list dt.on span {
	background-image: url(../../images/client/sub/arrow_navi_up.png);
}
.family_list dd {
	display: none;
	border-top: 1px solid #c5d7e7;
}
.family_input {
	display: table;
	width: 100%;
}
.family_row {
	display: table-cell;
	padding: 20px 5px;
}
.family_row label, .family_input span {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}
.family_row .form_style {
	width: 100%;
}

/* 방문 취업상담 */
.test_guide.counsel_guide .teststep1 span {
	background-image: url(../../images/client/sub/icon_counselstep1.png);
}
.test_guide.counsel_guide .teststep2 span {
	background-image: url(../../images/client/sub/icon_counselstep2.png);
}

.test_guide.counsel_guide .teststep3 span {
	background-size: 75px auto;
	background-image: url(../../images/client/sub/icon_counselstep3.png);
}

.test_guide.counsel_guide .teststep4 span {
	background-size: 80px auto;
	background-image: url(../../images/client/sub/icon_counselstep4.png);
}

.counsel_titbox {
	text-align: center;
	background: #dfeef5;
}
.counsel_titbox .counsel_titbg {
	display: inline-block;
	width: 268px; height: 180px;
	background: url(../../images/client/sub/bg_counsel_titbox.png) no-repeat center bottom; background-size: contain;
}
.counsel_titbox p {
	display: inline-block;
	margin: 0 20px;
	color: #00427c; font-size: 1.714rem;
}
.counsel_titbox .sel_search_row {
	width: 200px;
	text-align: left;
}
.calendar {
	width: 100%;
	position: relative;
}
.fc-view-container table {
	width: 100%;
}
.counsel_title {
	overflow: hidden;
	display: block;
	width: 55%;
	position: absolute; top: 45px;
	white-space: nowrap; text-overflow: ellipsis;
}
.counsel_title span {
	margin-right: 5px;
	color: #20a0e1;
}
.calender_topbox {
	display: table;
	width: auto;
	position: absolute; top: 40px; right: 0;
}
.calender_topbox li {
	display: inline-block;
	margin-left: 10px;
	line-height: 18px; font-size: 13px;
}
.calender_topbox li span {
	display: block; float: left;
	width: 20px; height: 18px; 
	margin-right: 5px;
}
.calender_topbox li:first-child {
	margin-left: 0px;
}
.calender_topbox li:nth-child(1) span {
	background: #ff6005;
}
.calender_topbox li:nth-child(2) span {
	background: #4e9a01;
}

.bg {
	padding: 0px 0 20px 0;
	margin: 30px 0 0;
	position: relative;
}
.bg ul {
	width: 180px;
	margin: 0 auto;
	text-align: center;
}
.bg ul li {
	display: inline-block;
	vertical-align: bottom;
}
.bg ul li .pre_m,.next_m {
	display: block;
	width: 30px; height: 30px;
	line-height: 20px; text-indent: -9999px;
}
.bg ul li .pre_m {
	background: #00427c url(../../images/client/sub/arrow_calendar_pre.png) center center no-repeat;
}
.bg ul li .next_m {
	background: #00427c url(../../images/client/sub/arrow_calendar_next.png) center center no-repeat;
}
.calendar .bg .dib {
	display: inline-block;
	margin: 0 30px;
	font-size: 2.4rem;
	line-height: 1em; text-align: center; color: #00427c; font-weight: 600;
}
.calendar .bg .dib span {
	display: block;
	font-size: 1.2rem;
	color: #00427c;
}
.calendar.visit_advice.professor .stagebox .floatL .reserve {
	display: inline-block;
	width: 13px;
	height: 13px;
}
.stagebox {
	width: 100%;
	clear: both;
	padding: 20px 0;
}
.calendar.visit_advice.student .stagebox .floatL {
	font-weight: bold;
}
.fc-view,.fc-view > table {
	padding: 0px 0px !important;
	margin-right: 1px;
	position: relative;
	z-index: 1;
}
th.fc-widget-header {
	height: 40px; line-height: 40px;
	text-align: center;
	font-weight: 600;
	color: #00427c;
	background: #f4f7f9;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	background: none;
	border-color: transparent;
	border-bottom: 0;
}
td.fc-day-number {
	text-indent: 5px;
}
.fc-view-container {
	position: relative;
}
.fc-day-grid-event .fc-content {
	text-align: center;
}
.fc-day {
	text-align: right;
}
.fc-title {
	width: 100%;
	display: block;
	text-align: center !important;
	font-size: 0.9rem;
	margin-top: 5px;
}
.fc-row .fc-bg input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin: 2px 5px 0 0;
}
.fc-ltr .fc-basic-view .fc-day-number {
	padding-bottom: 5px;
}
.pp_calenter_btnlist {
	width: 50%;
	margin-left: 50%;
	margin-bottom: -28px;
}
.fc-unthemed td.fc-today {
	background: #fffbda;
}
.fc-basic-view .fc-body .fc-row {
	min-height: 150px;
}
.fc-row:nth-child(even) {
	background: #f4f5f9;
}
.fc-basic-view .fc-week-number, .fc-basic-view .fc-day-number {
	padding: 5px 2px;
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
	border-color: #c5d7e7;
}

/* 취업상담 내용 */
.label_counsel {
	display: inline-block;
	padding: 3px 10px; margin-right: 5px;
	font-size: 0.9rem; color: #707070;
	border: 1px solid #707070;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.bbs_re_header {
	border-top-width: 1px;
}
.bbs_re_header .cnt_title span {
	display: inline-block;
	min-width: 35px;
	padding: 5px 10px; margin-right: 5px;
	font-size: 1rem; color: #fff; text-align: center; line-height: 1em;
	background-color: #fdc107;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/* 개인정보 활용 동의*/
.section_privacy {
    margin-bottom: 0;
    -ms-word-break: keep-all;
    word-break: keep-all;
}
.section_privacy .privacy_top {
    min-height: 150px;
    padding: 20px 40px 00px 40px;
    border-bottom: 2px dashed #ccc;
}
.section_privacy .privacy_top ul li {
    margin-bottom: 10px;
}
.section_privacy .privacy_content {
    min-height: 50px;
    padding: 30px;
}
.section_privacy .privacy_agree_box {
	padding: 10px 30px 20px 30px;
    border: 0;
}
.section_privacy .privacy_agree_box .privacy_agree_p {
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: normal;
    padding: 0;
}
.section_privacy .privacy_agree_box .privacy_agree_p strong {
    font-weight: bold;
}

/* 22.09.19 마일리지 장학금 역량 점수 추가 */
.mileage_wrap .score_ranking {
	display: flex;
}
.mileage_wrap .score_ranking li {
	flex: 1; flex-shrink: 0;
	margin-right: 20px;
}
.mileage_wrap .score_ranking li:last-child {
	margin-right: 0;
}
.mileage_wrap .score_ranking li > strong {
	display: block;
	padding: 5px 10px;
	text-align: center; color: #fff; font-size: 1.5rem;
	background-color: #06437a;
}
.mileage_wrap .score_ranking li > div {
	padding: 20px;
	text-align: center;
	font-size: 2.5rem; font-weight: 600;
	background-color: #fff;
	border: 1px solid #06437a;
	border-top: none;
}
.mileage_wrap .score_ranking li > div > span {
	display: inline-block;
	margin-right: 10px;
	width: 60px; height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}
.mileage_wrap .mileage_txt {
	margin-top: 20px;
	padding: 15px;
	background-color: #fff;
	border: 1px dashed #06437a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mileage_wrap.capascore {
	padding: 30px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.mileage_wrap .mileage_box {
	display: flex;
	padding-top: 0;
	width: 283px; height: 196px;
	align-items: center;
	justify-content: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../images/client/sub/img_capascore.png);
}
.mileage_wrap .mileage_box p {
	margin-bottom: 17px;
	font-size: 1.4rem; font-weight: 500; color: #fff; text-align: center;
}
.mileage_wrap .mileage_box p strong {
	display: block; 
	margin-bottom: 18px;
	font-size: 1.9rem; color: #222222; font-weight: 600;
}
.mileage_wrap .programpoint_list {
	display: flex;
	width: 70%; height: 244px;
	justify-content: flex-end;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	background-image: url(../../images/client/sub/bg_capascore.png);
}
.mileage_wrap .programpoint_list dd {
	margin-left: 40px;
	width: 240px;
}
.mileage_wrap .programpoint_list dd:first-of-type {
	margin-left: 0;
}
.mileage_wrap .programpoint_list dd div { 
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0; 
}
.mileage_wrap .programpoint_list dd div strong {
	display: block;
	margin-right: 0;
}

@media screen and (max-width:1279px) {

	/* 메인화면 1279 */
	.mainpage_visual {
		height: 670px;
	}
	.mainpage_visual h2 {
		bottom: 80px;
		width: 390px; height: 317px;
	}

	.maincounsel_list {
		display: block;
	}
	.maincounsel_list li {
		width: auto;
	}
	.maincounsel_list li:nth-child(3) {
		margin-bottom: 20px;
	}
	.maincounsel_list li a { 
		padding: 15px 20px 15px 90px;
		height: 113px;
		text-align: left; 
		-webkit-border-radius: 100px 20px 20px 20px;
		-moz-border-radius: 100px 20px 20px 20px;
		border-radius: 100px 20px 20px 20px;
	}
	.maincounsel_list li a::after {  
		width: 73px; height: 127px;
	}
	.maincounsel_list .counsel1 a::after {
		left: 0;
	}
	.maincounsel_list .counsel2 a::after { 
		left: 11px;
	}
	.maincounsel_list .counsel3 a::after { 
		left: 8px;
	}
	.maincounsel_list .counsel4 a::after { 
		left: 13px; bottom: -2px;
	}
	.maincounsel_list li a strong br {
		display: none;
	} 

	.mainfaq_box a {
		background-size: 170px auto;
	}




	
	/* 소개 */
	.inside_tit p, .outside_tit p {
		width: 300px;
	}
	.cnt_left {
		margin-left: 80px;
	}
	.intro_txt_edit1, .intro_txt_edit2 {
		width: 56%;
	}
	.intro_txt_edit2 .font_grey {
		width: 95%;
	}
	.intro_box4 span {
		font-size: 1.1rem;
	}
	
	/* 진단센터 - 핵심역량진단 */
	.test_guide h4 {
		top: -19px; left: 30px;
		font-size: 1.3rem;
	}
	.test_guide ol {
		background-size: 80%;
	}
	
	/* 비교과 프로그램 */
	.program_infolist dd {
		padding: 5px 8px;
	}
	
	/* 역량현황 1279 */
	.mileage_box div {
		width: 670px; height: 160px;
		padding-top: 30px; margin-left: -335px;
		background-size: contain;
	}
	.mileage_box .bg_img {
		width: 200px;
		top: 15px;
	}
	.mileage_box .bg_img img {
		width: 100%;
	} 
	.mileage_wrap.capascore {
		justify-content: space-around;
	}
	.mileage_wrap .programpoint_list {
		width: 630px; height: 191px;
	}
	.mileage_wrap .programpoint_list dd { 
		margin-left: 35px;
	}
	.mileage_wrap .programpoint_list dd div {
		padding: 70px 10px 20px 10px;
		background-size: 48px; 
	} 
	
	
	/* 인증현황 1279 */
	.capacertistatus_list {
		width: 32%;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
	}
	.capacertistatus_list > div { 
		width: auto; height: auto;
		background-image: none;
		background-color: #fff;
		border: 5px solid #929292;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
	}
	.capacertistatus_list strong {
		margin-bottom: 25px;
	}
	.capacertistatus_list ul {
		padding: 10px;
		background-color: #929292;
	}
	.capacertistatus_list ul li {
		width: 42%;
	}
	.certified {
		margin: 30px 0 10px; 
	} 
	.certified p {
		left: 50px;
	}
	.certified > div {
		padding-right: 25px;
	}
	.capacertistatus_list.on > div {
		background-image: none;
		border: 5px solid #00427c;
	} 
	.capacertistatus_list.on ul { 
		background-color: #00427c;
	} 
	.capacerti_box {
		padding: 20px;
	}
	.capacerti_box strong {
		width: 145px;
	} 
	.capacerti_box strong .btn_icon_md.btn_print {
		margin-right: 0;
	}
	.capacerti_box > div {
		width: 34%;
	}
	.capacerti_box .tit { 
		margin: 0 10px;
	}
	.capacerti_box ul.dp_inlinefix { 
		width: 44%;
		text-align: left;
	}
	.capacerti_box ul.dp_inlinefix li { 
		width: 33.3%; 
		background-position: center top 10px;
	}

	.better_box {
		height: 622px;
		text-align: right;
		background-size: 400px auto, auto;
		background-position: 30px 50px, center;
	}
	.better_box p {
		margin-bottom: 20px;
		padding: 80px 0 0 0;
		background-position: right top;
	}
	.bettercapa_list > li {
		padding: 20px;
	}
	.bettercapa_list > li h5 {
		display: block;
		margin: 0 0 10px 0;
	} 
	.bettersubj_list li p {
		margin: 0 5px;
		padding: 105px 30px 10px 30px;
		width: 170px; height: 170px;
		background-position: center 20px;
	}

}
@media screen and (max-width:1079px) {
	
	.inside_tit p, .outside_tit p {
		width: 300px;
	}
	.cnt_left {
		margin-left: 40px;
	}
	.subcontent_wrap .section_bg {
		background-size: 350px auto;
	}
	.intro_box .intro_box_tit {
		background-size: 60px; background-position: 14% 50%;
	}
	.intro_box p, .intro_box3 li {
		font-size: 1.2rem;
	}
	.intro_box4 {
		height: 220px;
	}
	.intro_box4 .intro_box_tit4 {
		line-height: 220px;
	}
	.intro_box4 ul {
		padding-right: 0;
	}
	.intro_box4 span {
		font-size: 1rem;
	}
	.intro_core img {
		width: 90%;
	}
	.to_next_line {display: block;}
	
	/* 비교과 프로그램 */ 
	
	/* 공지사항 */
	.bbs_wrap li {
		padding-right: 130px;
	}
	
	/* 역량현황 1079 */
	.mileage_wrap.capascore {
		flex-direction: column;
	}
	.mileage_wrap .programpoint_list {
		width: 670px; height: 204px;
		justify-content: center;
	}

	/* 인증현황 1079 */
	.certistatus_list {
		padding: 25px 25px 25px 15%;
		background-size: 100px auto;
	} 

}

@media screen and (min-width:1025px) {

	/* 메인화면 hover */

	.mainpro_top .btn_more:hover {  
		background-color: #00427c;
		background-image: url(../../images/client/main/icon_more_white.png);
	}
	.mainpro_swiper .program_cardtype:hover {
		box-shadow: 0px 0px 40px 0px rgba(41, 57, 89, 0.3);
	}
	.mainpro_swiper .program_cardtype:hover .pro_tit {
		color: #00427c;
	}
	.mainpro_swiper .program_cardtype:hover .hover_list {
		height: 85px; opacity: 1;
	}
	
	.maincalendar_wrap .fc-prev-button:hover .fc-icon-chevron-left:before { 
		background-image: url(../../images/client/main/icon_prev_on.png);
	}
	.maincalendar_wrap .fc-next-button:hover .fc-icon-chevron-right:before { 
		background-image: url(../../images/client/main/icon_next_on.png);
	}
	.calendar_list li a:hover {
		text-decoration: underline;
	}
	.maincounsel_list li a:hover { 
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

	.notice_list li a:hover {
		box-shadow: 3px 2px 6px 0px rgba(0, 0, 0, 0.2);
	}
	.notice_list li a:hover strong { 
		color: #196cb5; 
	}
	.main_top .btn_more:hover {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg); 
	}

	.mainfaq_box a:hover { 
		box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
	} 
}


@media screen and (max-width:1024px) {

	/* 공통 - 인포메이션 */
	.infotop_box {
		margin-bottom: 2em;
	}
	.infotop_box>p {
		line-height: 1.4em; word-break: keep-all;
	}
	
	/* 공통 - 영역 타이틀 */
	.section_tit {
		margin-bottom: 0.5em;
		padding: 5px 0 5px 30px;
		font-size: 1.3rem;
		background-position: 0 8px;
	}

	/* 공통 - 검색결과 없음 */
	.listnone_box p {
		padding: 40px 0 40px 55px;
		font-size: 1.2rem;  
		background-size: 40px auto;
	}
	
	.tip_txt {
		padding-left: 25px;
		background-size: 20px;
		background-position: 0 5px;
	}
	
	/* 카드형 리스트 공통 스타일 */
	
	/* 메인화면 1024 */
	.mainpage_visual {
		height: 320px;
	}
	.mainpage_visual h2 {
		bottom: 55px;
		width: 280px; height: 227px;
	}

	.main_section_wrapper {
		margin: 30px 0 60px;
	}
	.main_tit {
		margin-bottom: 25px;
		font-size: 1.8rem;
	}

	.mainpro_top .show_tab {
		margin-bottom: 35px;
		padding-right: 30px;
		height: 30px;
	}
	.mainpro_top .show_tab li a {
		line-height: 28px; font-size: 1.05rem; 
	}
	.mainpro_top .btn_more {
		width: 30px; height: 30px;
		background-size: 16px auto;
	}
	.mainpro_swiper .swiper-container {
		padding: 0;
		overflow: hidden;
	}
	.mainpro_swiper .program_cardtype {
		height: 437px;
	}
	.mainpro_swiper .program_cardtype .img_box {
		height: 170px;
	}
	.program_bottom .label > strong {
		padding: 1px 7px;
		min-width: 40px;
		font-size: 0.75rem;
	}
	.program_bottom .label .program_type {
		margin-right: 2px;
	}
	.program_bottom .label .team_label { 
		top: 21px;
		padding: 1px 8px 1px 21px;
		min-width: 45px;
		line-height: 16px;
		background-position: center left 7px;
	}
	.program_bottom .label .team_label.individual {
		background-size: 11px auto;
	}
	.program_bottom .label .team_label.team {
		background-size: 15px auto;
	}
	.program_list .pro_tit a {
		font-size: 1.15rem;
	}
	.program_bottom .hover_list {
		height: auto;
		opacity: 1;
	}
	.program_cardtype .graph_wrap .graph_box p {
		margin-bottom: 35px;
	}
	.mainpro_bottom {
		margin-top: 30px;
	}
	.main_arrow {
		width: 27px;height: 17px;
	}
	.play_control button {
		margin-top: 2px;
		width: 17px; height: 17px;
	}
	.mainpro_bottom .main_arrow.arrow_left {
		margin-right: 30px;
	}
	.mainpro_bottom .main_arrow.arrow_right {
		margin-left: 30px;
	}

	.maincalendar_wrap {
		margin-right: 0;
		margin-bottom: 30px; 
		width: 100%; height: auto;
	}
	.maincalendar_wrap .fc-header-toolbar {
		padding: 10px 20px;
	}
	.maincalendar_wrap .fc .fc-toolbar-title {
		font-size: 1.35rem;
	}
	.maincalendar_wrap .fc-toolbar-chunk:nth-child(2) {
		top: 6px; right: 40px;
	}
	.maincalendar_wrap .fc-toolbar-chunk:nth-child(3) {
		top: 6px; right: 10px;
	}
	.calendar_box {
		min-height: 120px;
	}
	.calendar_box .main_tit {
		margin-bottom: 10px;
	}
	.calendar_list {
		height: 120px;
	}
	.calendar_list li {
		margin-bottom: 15px;
	}

	.maincounsel_wrap { 
		padding: 30px 25px;
		width: 100%; height: auto;
	}
	.maincounsel_list {
		display: flex;
	}
	.maincounsel_list li {
		width: 48%;
	}
	.maincounsel_list li:nth-child(3) {
		margin-bottom: 0;
	}
	.maincounsel_list li a {
		padding: 15px 15px 15px 95px;
		height: 140px; 
		justify-content: space-around; 
		-webkit-border-radius: 200px 30px 30px 30px;
		-moz-border-radius: 200px 30px 30px 30px;
		border-radius: 200px 30px 30px 30px;
	}  
	.maincounsel_list li a strong {
		font-size: 1.15rem;
	}


	.mainnotice_swiper .swiper-container {
		padding: 0;
	}
	.mainnotice_swiper .nocnt_box {
		height: 235px;
	}
	.notice_list li {
		margin-bottom: 15px;
	}
	.notice_list li a {
		padding: 15px;
		height: 110px;
	}
	.notice_list li a strong {
		font-size: 1.15rem;
	}
	.notice_list li a p {
		left: 15px; bottom: 10px;
	}
	.main_top .btn_more {
		top: 6px;
		width: 17px; height: 17px;
	}


	.mainfaq_box a {
		padding: 20px;
		height: 235px;
		background-size: 110px auto;
	}
	.mainfaq_box a p {
		font-size: 1.1rem;
	}
	.mainfaq_box a strong {
		margin-top: 7px;
		padding: 2px 10px;
		min-width: 75px;
		font-size: 0.9rem;
	}

	
	/* 소개 */
	.subcontent_wrap .section_intro {
		background-size: 60% auto;
	}
	.intro_txt_edit1 {
		width: 60%;
	}
	.intro_box2 li {
		width: 37%;
	}
	.intro_txt, .intro_box p, .intro_box3 li {
		font-size: 1rem;
	}
	.intro_box4 .intro_box_tit4 ul {
		padding-right: 0; width: 75%;
	}
	.intro_box4 span {
		font-size: 0.95rem;
	}
	
	/* 핵심역량 진단 결과 */
	.result_container {
		padding-top: 5%;
	}
	.capabilinfo_box .show_tab {
		width: 200px;
	}
	.capabilinfo_box .show_tab li a {
		font-size: 1.1rem;
	}
	.capabilinfo_content>div {
		padding: 15px 15px 15px 215px;
	}
	.capabilinfo_content>div p.belong_txt {
		padding-left: 110px;
	}
	.capabilinfo_content>div p.belong_txt strong {
		width: 110px;
		margin-left: -110px; margin-right: 0px;
	}
	.result_tit strong {
		font-size: 1.5rem;
	}
	.result_tbl_area .btn_grade {
		top: -5px;
	}
	.result_textbox {
		padding: 0; margin-bottom: 3%;
	}
	.result_textbox h6 {
		margin-top: 0;
	}
	.elresult_box .graph_wrap {
		width: 100%; height: auto;
	}
	.elresult_box .graph_wrap .graph_box img {
		height: auto;
	}
	.elresult_box .result_textbox {
		overflow: visible;
		width: 100%; height: auto;
		padding: 15px; margin-left: 0; margin-top: 1%;
	}
	.resultcompare_txt {
		display: block;
	}
	.resultcompare_txt strong {
		display: block;
		width: 100%;
		padding-right: 0;
		text-align: center; word-break: keep-all;
	}
	.resultcompare_txt>div {
		width: 100%;
		padding-left: 0; margin-top: 10px;
		text-align: center;
	}
	.result_tit strong {
		width: 80%;
		padding: 10px 20px 10px 50px;
		background-size: 30px;
		background-position: 15px top;
	}
	.result_tit span {
		height: 30px;
	}
	
	/* 워크넷 진단 */
	.worknet_wrap {
		padding: 10px;
	}
	.worknet_info {
		padding: 100px 10px 0 10px;
		font-size: 1.1rem;
		background-position: center 15px;
	}
	
	/* 비교과 프로그램 */ 
	
	/* 비교과 프로그램 상세 */
	.programpoint_list dd div {
		font-size: 1.3rem;
	}
	.programpoint_list dd div strong {
		display: block;
		margin-right: 0;
	}
	
	/* 교외활동 */
	.active_box {
		padding-left: 90px;
		background-position: 15px 30px;
	}
	.active_box dt {
		font-size: 1.2rem;
	}
	.active_box.license_box {
		background-position: 15px 30px;
		background-size: 60px;
	}
	.active_box.langlist_box {
		background-position: 15px 34px;
		background-size: 60px;
	}
	.service_report {
		padding: 11px 85px;
		margin-top: 15px;
	}
	.service_report .time {
		right: 20px;
	}
	.service_report .btn {
		display: block;
		margin: 10px auto 0;
		position: static;
		font-size: 1.07rem;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.service_detail {
		margin-bottom: 20px;
	}
	/* 진로설계 1024 */
	.planlist_wrap .planlist_box, .plan_start {
		margin-bottom: 1.5%;
		width: 32.5%;
	}
	.planlist_wrap > div:nth-child(3n+1) {
		margin-left: 0;
	}
	.plan_start a {
		padding-top: 160px;
		min-height: 210px;
		background-size: 140px auto;
		background-position: center 25px;
	}
	.planlist_box {  
		padding: 20px;
		min-height: 210px;
	}
	.plan_img a {
		margin: 15px auto;
		width: 100px; height: 87px;
	}
	.rolemodel_wrap {
		padding-left: 180px;
	}
	.rolemodel_who {
		width: 160px;
	}
	.rolemodel_wrap .programpoint_list dd div {
		padding: 85px 10px 10px;
		text-align: center; font-size: 1.3rem;
		background-position: center 10px;
	}
	
	/* 진로설계 step01 */
	.plando_content .search_box_inner {
		padding: 10px;
	}
	.plando_content .search_box_inner .search_row {
		width: 100%;
		margin-left: 0;
	}
	.plando_content .search_box_inner .plan_search {
		margin-top: 10px;
	}
	
	/* 방문 취업상담 1024 */
	.counsel_titbox .counsel_titbg {
		width: 230px; height: 145px;
	}
	
	/* 추천채용 */
	.jobinfo_box {
		padding: 10px 10px 10px 100px
	}
	.jobinfo_left {
		width: 80px;
		left: 10px;
	}
	.jobinfo_left strong {
		font-size: 1.2rem;
	}
	.subjobinfo_wrap .jobinfo_box .btn_addlike {
		top: 10px; right: 10px;
	}
	
	.jobinfo_list .tbl th {
		width: 15%;
	}
	.jobinfo_list .tbl td {
		width: 35%;
	}
	
	/* 워크넷 채용정보 */
	.jobinfo_box.worknetinfo_box {
		height: auto;
	}

	/* 25.11 스타터 연동 추가 */
	.subcontent_wrap.starter .tab_more .tab_list.tabs li a {
		padding: 7px 10px;
	}
	
	/* 국가직무능력표준 정보 */
	.ncs_list dd ol li {
		width: 20%;
		padding: 5px;
	}
	.ncs_list .ncs_inner_list {
		padding: 0 15px 15px;
	}
	.ncs_view {
		margin-top: 30px;
	}
	.ncs_view .ncsprogram_txt {
		padding-top: 0;
	}
	
	/* 기업정보 -상세내용 */
	.pattern_wrap>li {
		width: 49%;
		margin-left: 2%;
	}
	.pattern_wrap>li:nth-child(odd) {
		margin-left: 0;
	}
	
	/* 포트폴리오 */
	.resume_wrap ul {
		display: block;
		padding: 10px;
	}
	.resume_wrap ul {
		position: relative;
	}
	.resume_wrap ul li {
		display: block;
		text-align: left;
	}
	.resume_wrap ul li.resume_list1 {
		overflow: hidden;
		display: block;
		width: 100%;
		padding-right: 30px;
		white-space: nowrap; text-overflow: ellipsis;
	}
	.resume_wrap ul li.resume_list2 {
		width: auto;
		padding-left: 55px; margin-top: 10px;
	}
	.resume_wrap ul li.resume_list3 {
		position: absolute; top: 10px; right: 10px;
	}
	.resume_wrap ul li.resume_list4 {
		width: 50%;
		position: absolute; right: 10px; bottom: 10px;
	}
	
	/* 역량 현황 */
	.mileage_box {
		padding: 10px;
	}
	.mileage_box div {
		width: 630px;
		margin: 0 auto; padding-top: 25px;
		position: relative; top: auto; left: auto;
	}
	.mileage_box .bg_img {
		display: none;
	}
	.mileage_box div p {
		font-size: 2.7rem;
	}
	
	/* 역량 현황 1024 */
	.mileage_graph {
		background-size: contain;
		background-size: 220px auto;
	}

	/* 인증현황 1024 */
	.capacertistatus_list {
		width: 32.7%;
	}
	.capacertistatus_list > div {
		padding: 10px 0;
	}
	.capacertistatus_list strong {
		margin-bottom: 0;
		font-size: 1.15rem;
	}
	.capacertistatus_list.cepcerti_list strong span {
		margin: 0 auto 5px;
		width: 60px; height: 36px;
	}
	.capacertistatus_list ul {
		padding: 7px;
	}
	.capacertistatus_list ul li {
		width: 50%;
		font-size: 0.95rem;
	}
	.certified {
		margin: 10px auto;
		padding: 90px 0 0 0;
	}
	.certified p {
		left: 50%; top: 7px;
		font-size: 1.14rem;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.certified p span {
		margin: 0 auto 5px;
		width: 43px; height: 43px;
	}
	.certified > div {
		padding-right: 0;
	} 
	.capacerti_box strong { 
		width: 20%;
	}
	.capacerti_box strong .btn_icon_md.btn_print {
		margin-right: 10px;
	}
	.capabil1_icon, .capabil2_icon, .capabil3_icon { 
		height: 57px;
	}
	.capacerti_box > div {
		margin-bottom: 20px;
		width: 30%;
		flex-direction: column
	}
	.capacerti_box .tit {
		margin-bottom: 10px;
	}
	.capacerti_box ul.dp_inlinefix {
		display: flex;
		margin: 0 auto;
		width: 66%;
		justify-content: space-evenly;
	}
	.capacerti_box ul.dp_inlinefix li {
		width: 25%;
	}
	.betterlist_wrap {
		padding: 20px;
	}
	.better_box {
		margin-bottom: 20px;
		padding: 80px 30px 30px;
		height: auto;
		background-size: 230px auto, auto;
		background-position: 80px 10px, center;
	}
	.better_box p {
		margin-bottom: 10px;
		padding: 0 60px 0 0;
		font-size: 3.6rem;
		background-size: 50px auto;
		background-position: right center;
	}
	.bettercapa_list {
		display: flex;
		margin-bottom: 10px;
		justify-content: space-between;
	}
	.bettercapa_list > li {
		width: 31.3%;
	}
	.bettercapa_list > li h5 {
		margin-bottom: 5px;
		padding-top: 60px;
		font-size: 1.2rem;
		background-size: 57px auto;
	}
	.bettercapa_list .score_uvgot > li {
		display: block;
		margin: 0 0 5px 0;
	}
	.bettersubj_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.bettersubj_list li { 
		width: 25.1%;
	}
	.bettersubj_list li p {
		padding: 90px 20px 10px 20px;
		width: 160px; height: 160px;
		background-size: 100px auto;
	}
	.certicriteria {
		height: auto;
		background-image: none;
	}
	.certicriteria ul {
		display: flex;
		padding: 15px 10px;
		justify-content: center;
		border: 1px solid #c2cad2;
	}
	.certicriteria ul li {
		margin-right: 30px;
		text-align: center;
	}
	.certicriteria ul li:last-child {
		margin-right: 0;
	}
	.certicriteria ul li dt {
		margin-bottom: 10px;
		padding: 3px 10px;
		min-width: 150px;
		font-size: 1.2rem; font-weight: 600; color: #00427c;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.certicriteria ul li:nth-child(1) dt { 
		background-color: #c5e9eb;
	}
	.certicriteria ul li:nth-child(2) dt { 
		background-color: #e7e4e0;
	}
	.certicriteria ul li:nth-child(3) dt { 
		background-color: #fce8b2;
	}

	/* 심리상담 1024 */
	.counseldo_list .tbl table th {
		width: 170px;
	}

	/* 22.09.19 마일리지 장학금 역량 점수 추가 1024 */
	.mileage_wrap .score_ranking {
		display: block;
	}
	.mileage_wrap .score_ranking li {
		margin-right: 0; margin-bottom: 10px;
	}
	.mileage_wrap .score_ranking li:last-child {
		margin-bottom: 0;
	}
	.mileage_wrap .score_ranking li > strong {
		font-size: 1.2rem;
	}
	.mileage_wrap .score_ranking li > div {
		padding: 10px;
		font-size: 1.8rem;
	}
	.mileage_wrap .score_ranking li > div > span {
		display: block;
		margin: 0 auto 5px;
		width: 45px; height: 35px;
	}
	
}
@media screen and (max-width:890px) {
	
	
}
@media screen and (max-width:768px) {
	
	/* 검색결과 없음 768 */
	.nocnt_box p {
		padding: 11px 0 11px 70px;
		max-width: 85%;
		font-size: 1.3rem !important;
		background-size: auto 50px;
	}

	/* 메인화면 768 */
	.mainpage_visual {
		height: 230px;
	}
	.mainpage_visual h2 {
		bottom: 40px;
		width: 190px; height: 154px;
	}

	.main_section_wrapper {
		margin: 30px 0 50px;
	}

	.main_tit {
		margin-bottom: 20px;
		font-size: 1.5rem;
	}
	.mainpro_top .show_tab {
		margin-bottom: 30px;
	}
	.mainpro_top .show_tab li a {
		font-size: 1rem;
	}
	.mainpro_top .btn_more {
		background-size: 14px auto;
	}

	.mainpro_swiper .program_cardtype {
		height: 383px;
	}
	.certi_label {
		width: 55px; height: 65px;
	}
	.mainpro_swiper .program_cardtype .img_box {
		height: 140px;
	}
	.program_bottom {
		padding: 15px;
	}
	.program_bottom .label .team_label {
		top: 15px;
	}  
	.program_bottom .btn_pointview {
		padding: 3px 10px;
		font-size: 0.9rem;
	}
	.program_cardtype .graph_wrap .graph_box p {
		margin-bottom: 15px;
	}
	.mainpro_bottom {
		margin-top: 25px;
	}
	.main_arrow {
		width: 24px; height: 15px;
	}
	.mainpro_bottom .main_arrow.arrow_left {
		margin-right: 15px;
	}
	.mainpro_bottom .main_arrow.arrow_right {
		margin-left: 15px;
	}
	.play_control button {
		margin-top: 4px;
		width: 15px; height: 15px;
	}

	.maincalendar_wrap .fc-view-harness {
		margin: 0 25px;
	}
	.maincalendar_wrap .fc-icon-chevron-left:before {
		width: 11px; height: 17px;
	}
	.maincalendar_wrap .fc-icon-chevron-right:before {
		width: 11px; height: 17px;
	}
	.maincalendar_wrap .fc .fc-col-header-cell-cushion {
		font-size: 1.1rem;
	}
	.calendar_box {
		margin: 0 25px 25px;
		padding: 15px;
	}
	.calendar_box .nocnt_box {
		height: auto;
	}
	.calendar_list {
		height: 90px;
	}
	.calendar_list li {
		margin-bottom: 10px;
	}
	.calendar_list li a strong {
		min-width: 45px;
	}
	
	.maincounsel_wrap {
		padding: 25px;
	}
	.maincounsel_list {
		display: block;
	}
	.maincounsel_list li {
		margin-bottom: 15px;
		width: 100%; 
	}
	.maincounsel_list li:nth-child(3) {
		margin-bottom: 15px;
	}
	.maincounsel_list li a {
		height: auto;
		justify-content: center;
		-webkit-border-radius: 200px 50px 50px 30px;
		-moz-border-radius: 200px 50px 50px 30px;
		border-radius: 200px 50px 50px 30px;
	}
	.maincounsel_list li a::after {
		width: 51px; height: 90px;
	} 
	.maincounsel_list .counsel1 a::after {
		left: 30px;
	}
	.maincounsel_list .counsel2 a::after { 
		left: 30px;
	}
	.maincounsel_list .counsel3 a::after { 
		left: 30px;
	}
	.maincounsel_list .counsel4 a::after { 
		left: 35px;  
	}
	.maincounsel_list li a strong {
		margin-bottom: 4px;
	}
	.mainnotice_wrap {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	.mainnotice_swiper .nocnt_box {
		height: auto;
	}
	.main_top .btn_more {
		top: 4px;
		width: 15px; height: 15px;
	}
	.notice_list li {
		margin-bottom: 10px;
		width: 49%;
	}
	.notice_list li:nth-child(3) {
		margin-bottom: 10px;
	}
	.notice_list li:nth-child(4) {
		margin-bottom: 10px;
	}
	.notice_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.notice_list li:nth-child(2n) {
		margin-right: 0;
	}
	.notice_list li a {
		height: 100px;
	}
	.notice_list li a p {
		padding-left: 17px;
		background-size: 12px auto;
		background-position: top 3px left;
	}

	.mainfaq_wrap {
		width: 100%;
	}
	.mainfaq_box a {
		height: auto;
		background-size: 100px auto;
		background-position: right bottom -25px;
	}

	
	/* 소개 */
	.intro_txt_edit1, .intro_txt_edit2 {
		/*padding-bottom: 170px;*/ width: 100%;
	}
	.subcontent_wrap .section_intro {
		background-image: none;
	}
	.intro_box2 {
		height: 250px;
	}
	.intro_box2 ul {
		padding-top: 25px;
	}
	.intro_box2 li {
		margin: 0 auto 10px; width: 60%;  
	}
	.intro_box3 {
		height: 150px;
	}
	.intro_box3 ul {
		padding-top: 25px;
	}
	.intro_box3 li {
		display: block; line-height: 2.6; 
	}
	.to_next_line {
		display: inline;
	}
	.intro_box4 {
		height: 540px;
	}
	.intro_box4 ul {
		display: block; padding-top: 25px;
	}
	.intro_box4 li {
		display: block; margin: 0 auto 20px;   
	}
	.intro_box4 li:first-child i {
		margin-top: 0;
	}
	.intro_box1 .intro_box_tit1, .intro_box2 .intro_box_tit2, .intro_box3 .intro_box_tit3, .intro_box4 .intro_box_tit4 {line-height: 100px;}
	.intro_box .intro_box_tit {
		background-size: 48px;
		background-position: 10% 50%;
	}
	
	/* 서브 - 핵심역량진단 */
	.infotop_box {
		padding: 25px 20px 25px 110px;
		background-position: 20px center;
	}
	.test_guide h4 {
		top: -20px;  
	}
	.test_guide ol {
		padding: 30px 15px;
		background-image: none;
		border-width: 4px;
	}
	.test_guide ol li {
		width: 50%;
	}
	.test_guide ol li p {
		height: 145px;
	}
	.test_guide ol li p span {
		height: 80px;
		margin-bottom: 0;
	}
	.testdo_list {
		padding: 0;
	}
	.testdo_list dl {
		padding: 105px 15px 15px 15px;
		background-position: center 10px;
	}
	.testdo_list .btn_viewresult, .btn_gotest {
		width: 100%;
		padding: 10px;
		position: relative; top: auto; right: auto;
		background-image: none;
	}
	
	/* 서브 - 핵심역량 진단하기 */
	.testlist_wrap {
		padding: 15px;
	}
	.testlist_wrap .testlist_tit span {
		margin-bottom: 2%;
	}
	.textlist_day {
		text-align: center;
	}
	.textlist_day p {
		background-size: 18px;
	}
	.testlist_box {
		padding: 10px;
	}
	.testlist_box .survey_list dt {
		padding: 20px 0 5px 40px;
	}
	.testlist_box .survey_list dt:first-child {
		padding-top: 10px;
	}
	
	/* 핵심역량진단 결과 */
	.capabilinfo_box {
		overflow: visible;
		width: 100%;
	}
	.capabilinfo_box .show_tab {
		width: 100%; height: auto;
		border-bottom: 0;
	} 
	.capabilinfo_box .show_tab li a.on {
		border-right: 1px solid #d7d7d7;
		border-bottom: 3px solid #00427c;
	}
	.show_tab_row li {
		display: inline-block;
		width: 33.33%;
	}
	.show_tab_row li a {
		position: relative;
		border: 0;
		border-right: 1px solid #d7d7d7;
	}
	.show_tab_row li:first-child a {
		border-left: 1px solid #d7d7d7;
	}
	.show_tab_row li a.on {
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #00427c;
	}
	.capabilinfo_box .show_tab li a span {
		width: 35px; height: 35px;
		margin-right: 0; margin-left: -17px;
		position: absolute; top: 10px; left: 50%;
		background-size: 35px;
	}
	.capabilinfo_content>div {
		padding: 0 15px 15px;
	}
	.testdo_checkbox {
		height: auto;
	}
	.testdo_checkbox dl {
		background-position: 10px 20px;
	}
	.testdo_checkbox span {
		margin-top: 0;
		top: 20px; right: 10px;
	}
	.capabilinfo_box .show_tab li a {
		padding: 50px 5px 5px 5px;
		height: 79px;
		line-height: 1.5em; text-align: center;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
	}
	
	/* 전공역량 진단 */
	.major_list dl {
		background-size: 70px;
	}
	
	/* 전공역량 진단 결과 */
	.majorinfo_box.capabilinfo_box .show_tab li a.on {
		border-right: 1px solid #d7d7d7;
		border-bottom: 2px solid #4c7800;
	}
	.major_checkbox dl {
		background-size: 70px;
		background-position: 10px 13px;
	}
	
	/* 워크넷 진단 */
	.worknet_step ol {
		padding-top: 0px;
	}
	.worknet_btnarea {
		text-align: center;
	}
	.worknet_content {
		padding: 220px 20px 20px;
	}
	.worknet_content .worknet_image {
		width: auto;
		left: 20px; right: 20px;
		text-align: center;
	}
	.worknet_content .worknet_image img {
		width: auto;
		max-width: 100%;
	}
	.worknet_content .btn_area {
		margin-top: 0;
		text-align: center;
	}
	.worknet_result {
		padding-top: 0;
	}
	
	/* C.A.T, MLST 진단 */
	.cat_wrap {
		padding: 30px;
	}
	.cat_wrap iframe {
		width: 100%;
	}
	
	/* 비교과 프로그램 */  
	.program_infolist dt {
		height: 55px;
	}
	
	/* 비교과 프로그램 상세내용 */
	.program_content {
		margin: 40px auto;
	}
	.program_contentbox {
		display: block;
		padding: 0;
	}
	.program_leftbox {
		width: 100%;
		padding: 0; margin-bottom: 20px;
	}
	.program_contentimg {
		position: relative;
	}
	/*.program_contentimg .previewimg_box a {
		height: auto;
	}*/
	.program_contentimg .previewimg_box a {
		height: 220px;
	}
	
	.program_rightbox {
		width: 100%;
		padding: 0 0 10px;
		border-bottom: 1px solid #d7d7d7;
	}
	.program_rightbox dt {
		padding-left: 0;
		font-size: 1.3rem; text-align: center;
	}
	.program_rightbox dd strong {
		width: 100px;
	}
	
	.join_count_wrap>div {
		width: 100%;
		margin-left: 0; padding-left: 120px;
	}
	.join_count_wrap>div strong {
		padding-left: 60px;
		background-position: 15px center;
	}
	
	.programpoint_list dd div {
		padding: 65px 0 5px 0;
		font-size: 1.4rem;
		background-position: center 10px;
		background-size: 50px;
	}
	.programpoint_list dd div strong {
		font-size: 1.2rem;
	} 
	
	.mystatus_box {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.mystatus_box_me {
		margin-bottom: 5%;
	}
	.mystatus_box .graph_wrap {
		padding: 15px 0;
	}
	
	.adit_top {
		padding: 10px 15px;
	}
	.adit_top>p {
		display: block;
		margin-right: 0px; margin-bottom: 10px; padding-right: 0px;
		background: none;
	}
	.adit_top a {
		display: block;
		margin-left: 0;
	}
	
	.adit_content {
		min-height: 200px;
		padding: 15px;
	}
	.adit_footer {
		padding: 10px 15px;
	}
	.adit_footer ul li {
		padding: 5px 0px 5px 45px;
		font-size: 1.1rem;
		background-position: 15px 2px;
	}
	
	.progrmaapply_box {
		padding: 15px;
	}
	.progrmaapply_box ul li {
		padding: 8px 0 8px 80px;
	}
	.progrmaapply_box ul li strong {
		top: 8px;
	}
	.page_footer {
		padding: 15px 0;
	}
	
	/* 교외활동 768 */
	.active_guide ol li p.teststep3 span {
		background-size: 85%;
	}
	.active_box dt {
		text-overflow: inherit;
		white-space: normal;
	}
	.active_footer a {
		padding-left: 20px;
		background-size: 15px;
	}
	.active_wrap .graph_wrap .graph_box p {
		font-size: 0.9rem;
	}
	.service_report .btn {
		padding: 0 10px 0 32px;
		width: auto;
	}
	.service_detail {
		padding-left: 100px;
		text-align: left;
	}
	.service_detail strong {
		width: 90px;
		margin-left: -90px;
		position: static;
		text-align: left;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
	.service_detail p {
		display: inline-block;
	}
	/* 진로설계 768 */
	.planlist_wrap .planlist_box, .plan_start {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	.planlist_wrap .planlist_box .btn_setbasic {
		width: 18px; height: 18px;
	}
	.planlist_wrap > div:nth-child(3n+1) {
		margin-left: 2%;
	}
	.planlist_wrap > div:nth-child(odd) {
		margin-left: 0;
	}

	.plan_content .result_tit strong {
		padding: 10px 15px 10px 40px;
		background-size: 25px;
		background-position: 10px top;
	}
	.rolemodel_wrap {
		padding: 15px 10px;
	}
	.rolemodel_who {
		width: 100%; height: auto;
		margin-bottom: 15px;
		position: relative; left: auto; top: auto;
	}
	.rolemodel_wrap .programpoint_list {
		display: table;
		width: 100%;
	}
	.rolemodel_wrap .programpoint_list dd {
		display: table-cell;
		width: 33.33%;
	}
	.rolemodel_wrap .programpoint_list dd div {
		padding-top: 75px;
		background-size: 50px;
	}
	.testlist_paging.cw .testlist_pre {
		padding: 4px 12px 4px 30px;
		background-position: 13px center; 
	}
	.testlist_paging.cw .testlist_next {
		margin-left: 10px;  padding: 4px 30px 4px 12px;
		background-position: 47px center; 
	}
	.testlist_paging.cw .btn_circle {
		background-size: 13px;
	}
	
	/* 진로설계 stpe3 */
	.btn_rowposition {
		margin-bottom: 15px;
		position: relative;
		text-align: center;
	}
	
	/* 로드맵 */
	.loadmap_total .graph_wrap {
		min-height: auto;
	}
	.loadmap_graphbox {
		min-height: 300px;
	}
	.downarrow_tit {
		word-break: keep-all;
	}
	.loadmap_graphbox.total {
		min-height: 60px;
	}
	.loadmap_graphbox.total .loadmap_bargraph {
		padding-left: 150px;
	}
	.loadmap_graphbox.total .loadmap_bargraph strong {
		width: 150px;
		margin-left: -155px; padding-left: 30px;
		background-size: 24px auto;
	}
	
	/* 방문 취업상담 768 */
	.counsel_titbox {
		padding: 10px;
	}
	.counsel_titbox .counsel_titbg {
		margin-bottom: 8px;
		width: 100%; height: 100px;
	}
	.counsel_titbox p {
		display: block;
		margin-bottom: 8px;
		font-size: 1.6rem;
	}
	.counsel_titbox .sel_search_row {
		width: 100%;
	}
	
	/* 채용정보 */
	.jobinfo_list {
		padding: 15px 10px;
	}
	.jobinfo_list .tbl th {
		width: 20%;
		word-break: keep-all;
	}
	.jobinfo_list .tbl td {
		width: 30%;
	}
	
	/* 워크넷 채용정보 */
	.worknetinfo_box .jobinfo_left strong {
		margin-bottom: 1px;
		line-height: 65px;
	}
	.jobinfo_box.worknetinfo_box {
		min-height: 235px;
	}

	/* 25.11 스타터 연동 추가 */
	.subcontent_wrap.starter .tab_more .tab_list li:first-child {
		width: 33.3%;
	}
	.subcontent_wrap.starter .tab_more .tab_list li a {
		padding: 6.5px 20px;
		height: 53px;
		border-radius: 0;
	}

	.subcontent_wrap.starter .panel_wrap .search_box.panels:has( .search_toggle_row) {
		margin-bottom: 115px;
	}
	.subcontent_wrap.starter .panel_wrap .search_box.panels .search_toggle_row {
		margin-top: 10px;
	}
	.btn_tooltip > .layer_open {
		width: 100%;
		text-align: left;
	}
	
	/* 국가직무능력표준 정보 */
	.ncs_list dd {
		padding: 5px;
	}
	.ncs_list dd ol li {
		width: 33.33%;
	}
	.ncs_list .ncs_inner_list {
		display: block;
		padding: 0 10px 10px;
	}
	.ncsprogram_list {
		padding: 0 15px 15px 15px;
	}
	.ncsprogram_list dt {
		margin-top: 15px; padding-left: 15px;
		background-size: 8px auto;
	}
	.ncsprogram_list dd {
		padding-left: 15px;
	}
	.ncs_list .ncs_inner_box {
		display: block;
		width: 100%;
		margin-top: 15px;
		border: 1px solid #d7d7d7;
	}
	
	/* 교외활동 - 상세내용 */
	.companyinfo_colbox {
		padding: 0;
	}
	.level_graph {
		width: 100%; height: 250px;
		position: relative;
	}
	
	/* 전공진로 가이드 */
	.guide_list {
		padding: 20px 15px;
	}
	.guide_list div {
		width: 200px; height: auto;
		margin: 0 auto; margin-bottom: 10px;
		position: relative; top: auto; left: auto;
	}
	
	/* 공지사항 */
	.bbs_wrap li {
		padding-right: 50px;
	}
	.bbs_wrap li a {
		display: block;
		width: 100%;
		padding: 20px 0 5px 70px;
	}
	.bbs_wrap li a strong {
		width: 45px; height: 45px;
		line-height: 45px;
	}
	.bbs_wrap li a dl {
		display: block;
	}
	.bbs_wrap li a dl dt {
		font-size: 1rem;
	}
	.bbs_wrap li a dl dd {
		margin-top: 5px;
	}
	.bbs_wrap .bbs_info {
		display: table;
		width: 100%;
		padding-left: 70px; margin-bottom: 20px;
	}
	.bbs_wrap .bbs_info span {
		display: table-cell;
		width: 50%;
		padding: 0;
		text-align: left; color: #999;
	}
	.bbs_wrap .bbs_info span.read_count {
		text-align: right;
	}
	.bbs_wrap .btn_addlike {
		margin-top: 0;
		top: 15px;
	}
	
	/* 공지사항, 자료실 상세 */
	.bbs_header {
		padding: 10px;
	}
	.cnt_title {
		padding-right: 40px;
		font-size: 1.2rem;
	}
	.bbs_header .btn_addlike {
		top: 15px; right: 10px;
	}
	.commu_edit {
		min-height: 150px;
		padding: 15px;
	}
	.re_area {
		margin-top: 30px;
	}
	.re_area dl {
		padding: 10px 15px;
	}
	
	/* FAQ */
	.faqlist_wrap .faqlist dt {
		padding: 15px 35px 15px 50px;
		font-size: 1rem;
	}
	.faqlist_wrap .faqlist dt span {
		width: 30px; height: 30px;
		margin-left: 10px; margin-top: -15px;
		font-size: 1.6rem; line-height: 30px;
	}
	.faqlist_wrap .faqlist dt p {
		width: 20px;
		right: 5px;
		background-size: 18px;
	}
	.faqlist_wrap .faqlist dt.on p {
		background-size: 18px;
	}
	.faqlist_wrap .faqlist dd {
		padding: 15px 15px 15px 90px;
	}
	.faq_content {
		margin-top: 0;
	}
	.answericon_arrow {
		width: 20px;
		margin: 0 5px 0 15px;
		background-size: 20px;
	}
	.answericon_a {
		width: 30px; height: 30px;
		margin-right: 10px;
		font-size: 1.6rem; line-height: 30px;
	}
	
	/* 포트폴리오 */
	.portfolio_toparea {
		padding-top: 30px;
	}
	.portfolio_btnarea {
		display: block;
		width: 100%; height: auto;
		margin-bottom: 10px;
		position: relative; top: auto;
		text-align: center;
	}
	.count_label {
		margin-right: 10px;
	}
	.studentinfo_box {
		padding-left: 130px;
	}
	.resume_wrap ul li.resume_list2 {
		padding-left: 45px;
	}
	.registration_date {
		margin-bottom: 10px;
	}
	.selfintro_wrap article {
		padding: 15px;
	}
	
	/* 역량 현황 768 */
	.mileage_wrap {
		padding: 15px;
	}
	.mileage_box {
		padding: 0px;
	}
	.mileage_box div {
		width: 400px; height: 100px;
		padding: 10px; margin-bottom: 15px;
		background-size: auto 100%;
	}
	.mileage_box div h4 {
		margin-bottom: 5px;
		font-size: 1.5rem;	
	}
	.mileage_box div p {
		height: 40px;
		font-size: 2rem; line-height: 40px;
	}
	.mileage_box div p span {
		height: 100%;
		background-size: contain;
	}
	.mileage_graph {
		padding: 20px 90px 20px 20px;
		background-size: 100px auto;
		background-position: right 20px bottom 20px;
	}
	.mileagehistory_box .programpoint_list dd {
		display: inline-block;
		width: 33.33%;
	}
	
	.readking_wrap .programpoint_list {
		width: 100%;
		margin-bottom: 5px;
	}
	.readking_wrap ul {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		text-align: center;
	}
	.readking_wrap ul li {
		width: 49%;
	}
	
	/* 역량현황 768 */ 
	.mileage_wrap.capascore {
		display: block;
		padding: 15px;
	}
	.mileage_wrap .mileage_box {
		margin: 0 auto 20px;
		width: 220px; height: 152px;
	}
	.mileage_wrap .mileage_box p {
		margin-bottom: 13px;
		font-size: 1.3rem;
	}
	.mileage_wrap .mileage_box p strong {
		margin-bottom: 13px;
		font-size: 1.6rem;
	}
	.mileage_wrap .programpoint_list {
		width: auto; height: auto;
		background-image: none;
	}
	.mileage_wrap .programpoint_list dd { 
		margin-left: 10px;
		width: 33.3%;
	}
	
	.mileage_wrap .programpoint_list dd div { 
		padding: 60px 4px 10px;
		background-color: #fff;
		background-position: center 13px;
		background-size: 40px;
		border: 4px solid #000;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.mileage_wrap .programpoint_list dd:nth-of-type(1) div {
		border-color: #906ade;
	}
	.mileage_wrap .programpoint_list dd:nth-of-type(2) div {
		border-color: #5cdce5;
	}
	.mileage_wrap .programpoint_list dd:nth-of-type(3) div {
		border-color: #ffe631;
	}
	.mileage_wrap .programpoint_list dd div strong {
		height: 20px;
	}
	
	/* 인증현황 768 */
	.capacertistatus_wrap {
		display: block;
		margin-top: 20px;
	}
	.capacertistatus_list {
		margin-bottom: 10px;
		width: 100%;
	}
	.capacertistatus_list.on {
		box-shadow: -1px -3px 20px 0px rgb(0 0 0 / 30%);
	}
	.capacertistatus_list ul li {
		width: 30%;
	}
	.certified {
		margin: 15px auto 10px; 
		padding: 0;
		justify-content: center;
	}
	.certified p {
		position: static;
		margin: 3px 20px 0 0; 
	}
	.certified > div { 
		width: 160px;
	}
	.capacerti_box strong {
		margin-bottom: 0;
		width: 110px;
	}
	.capacerti_box > div {
		margin-bottom: 10px;
	}
	.capacerti_box ul.dp_inlinefix {
		margin-bottom: 10px;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 80%;
	}
	.capacerti_box ul.dp_inlinefix li {
		padding: 80px 10px 10px 10px;
		width: 33.3%;
		background-size: 100px auto;
	}
	.capacerti_box .btn_icon_md.btn_print {
		margin-right: 10px;
	}
	.capacerti_box .btn_print_eng {
		width: 155px;
	}

	.better_box {
		margin-bottom: 10px;
		padding: 30px 20px;
		background-size: 160px auto, auto;
		background-position: 30px 10px, center;
	}
	.better_box p {
		margin-bottom: 20px;
		padding-right: 45px;
		font-size: 3rem;
		background-size: 35px auto;
	}
	.bettercapa_list > li {
		padding: 15px 10px 5px;
		width: 32%;
	}
	.bettercapa_list > li h5 {
		padding-top: 45px;
		min-width: auto;
		font-size: 1.15rem;
		background-size: 45px auto;
	}
	.bettercapa_list .score_uvgot {
		width: 100%;
	}
	.bettercapa_list .score_uvgot > li {
		margin-bottom: 8px;
		padding: 3px 10px; 
		width: auto;
		font-size: 1.1rem;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.bettercapa_list .score_uvgot li span {
		display: block;
		margin: 3px 0; 
		font-size: 0.9rem;
	}
	.score_uvgot li span::after {
		display: none;
	}
	.bettersubj_list li {
		width: 33.2%;
	}
	.bettersubj_list li p {
		padding: 70px 20px 10px 20px;
		width: 125px; height: 125px;
		font-size: 1rem;
		background-position: center 15px;
		background-size: 80px auto;
	}
	.certicriteria ul li {
		margin-right: 15px;
	}
	.certicriteria ul li dt {
		min-width: auto;
	}

	
	/* 상담 - 심리상담 */
	.border_list {
		padding: 5px 15px;
	}
	.border_list li {
		padding: 3px 0;
	}
	.agree_box {
		padding: 10px 15px;
	}
	.agree_box > p {
		width: 100%;
		padding: 10px 0;
	}
	.agree_txt span {
		width: 40px;
		background-size: 30px;
	}
	
	/* 심리상담 */
	.counseldo_list {
		padding: 10px;
	}
	.counseldo_list .tbl table th {
		width: 110px;
		vertical-align: top;
		word-break: keep-all;
	}
	.resonform_row input {
		width: 200px;
	}
	.family_list dl {
		padding: 0 10px;
	}
	.family_list dt {
		padding: 10px 15px 10px 0;
		font-size: 1.1rem;
	}
	.family_list dt span {
		top: 18px; right: 0;
	}
	.family_row {
		padding: 15px 2px;
	}
	
	/* 방문상담 */
	.bg {
		margin: 20px 0 15px 0;
	}
	.calender_topbox {
		top: 65px; right: auto;
	}
	.fc-title span {
		white-space: normal;
	}
	
	/* 대외활동 안내 */
	.gallery_list .program_infolist dd span {
		min-width: 44px;
	}
	.kind_label {
		padding: 0.06em 0.5em;
	}
/*    개인정보 활용 동의*/
    .section_privacy .privacy_top {
        padding: 20px 20px 20px 20px;
    }
    .section_privacy .privacy_agree_box {
        padding: 10px 15px 10px 15px;
    }
}

@media screen and (max-width:690px) {

    
}

@media screen and (max-width:481px) {

	/* 메인화면 480 */
	.main_section_wrapper {
		margin: 30px 0 40px; 
	}
	.main_tit {
		margin-bottom: 15px;
		font-size: 1.45rem;
	}
	.mainpro_bottom {
		margin-top: 20px;
	}

	.maincalendar_wrap .fc-view-harness {
		margin: 0 15px;
	}
	.maincalendar_wrap .fc .fc-toolbar-title {
		font-size: 1.2rem;
	}
	.maincalendar_wrap .fc-icon-chevron-left:before {
		width: 10px; height: 15px;
	}
	.maincalendar_wrap .fc-icon-chevron-right:before {
		width: 10px; height: 15px;
	}
	.maincalendar_wrap .fc-toolbar-chunk:nth-child(2) {
		right: 25px;
	}
	.maincalendar_wrap .fc-toolbar-chunk:nth-child(3) {
		right: 0;
	}
	.calendar_box {
		margin: 0 15px 15px;
		padding: 10px;
	}

	.maincounsel_wrap {
		padding: 18px;
	} 
	.maincounsel_list li:nth-child(3) {
		margin-bottom: 15px;
	}
	.maincounsel_list li a {
		padding: 10px 10px 10px 80px;
	}
	.maincounsel_list li a::after {
		width: 48px; height: 84px;
	}
	.maincounsel_list .counsel1 a::after {
		left: 20px;
	}
	.maincounsel_list .counsel2 a::after {
		left: 20px;
	}
	.maincounsel_list .counsel3 a::after {
		left: 20px;
	}
	.maincounsel_list .counsel4 a::after {
		left: 25px;
	}

	.notice_list li {
		margin-bottom: 7px;
		width: 100%;
	}
	.notice_list li:nth-child(n+3) {
		margin-bottom: 7px;
	}
	.notice_list li:last-child {
		margin-bottom: 0;
	}
	.notice_list li a {
		padding: 12px;
		height: 70px;
	}
	.notice_list li a strong {
		display: block;
		white-space: nowrap;
		-webkit-line-clamp: unset;
		-webkit-box-orient: unset;
	}
	.notice_list li a p {
		left: 13px; bottom: 8px;
	}

	.mainfaq_box a {
		padding: 15px;
		background-size: 90px auto;
	}

	/* 공통 - 박스영역 */
	.section_area {
		margin-bottom: 10%;
	}
	.section_toparea {
		margin-top: 2em;
	}
	
	/* 서브 - 공통 */
	.infotop_box {
		padding: 80px 20px 20px;
		text-align: center;
		background-position: center 10px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px; 
	}
	
	/* 소개 */
	.intro_box .intro_box_tit, .intro_box .quotes_txt {
		width: 100%;
	}
	.intro_box .intro_box_tit {
		text-align: center; line-height: 70px;
		background-position: 37%; 
	}
	.intro_box .icon_quotes_left, .intro_box .icon_quotes_right {
		width: 10px; height: 10px; background-size: contain;
	}
	.intro_box1 {
		height: 140px;
	}
	/* .intro_box1 .quotes_txt {
		line-height: 50px;
		font-size: 50px !important;
	} */
	.intro_box2 {
		height: 300px;
	}
	.intro_box ul {
		width: 100%;
		padding-top: 0;
	}
	.intro_box2 li {
		width: 80%;
	}
	.intro_box3 {
		height: 190px;
	}
	.intro_box4 {
		height: 540px;
	}
	.intro_box4 ul {
		width: 100%;
	}
	.intro_box4 li {
		margin-bottom: 20px;
	}
	.intro_box4 i {
		margin-top: 0;
	}
	
	
	/* 서브 - 핵심역량 진단 */
	.test_card {
		padding: 150px 10px 10px;
		text-align: center;
		background-position: center 10px;
	}
	.test_card h4 {
		padding-bottom: 2%;
		text-align: center; font-size: 1.2rem;
	}
	.test_card h4 strong {
		font-size: 1.3rem;
	}
	.test_card p {
		text-align: center;
	}
	
	/* 서브 - 핵심역량 진단하기*/
	.testlist_paging .btn_circle {
		display: block;
		position: relative;
		margin: 10px auto 0;
	}
	
	/* 핵심역량 진단결과 */
	.capabilinfo_box .show_tab li a {
		height: 100px;
	}
	.capabilinfo_content>div h4 {
		font-size: 1.2rem;
	}
	.capabilinfo_content>div h5 {
		margin-bottom: 0;
		font-size: 1.1rem;
	}
	.capabilinfo_content>div p.belong_txt strong {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.capabilinfo_content>div p.belong_txt {
		padding-left: 0;
	}
	
	.result_tit strong {
		max-width: 100%;
		padding: 10px 20px;
		font-size: 1.3rem;
		background-image: none;
	}
	.result_tit span {
		height: 20px;
	}
	.result_card .test_card h4 {
		padding: 0; margin-bottom: 10px;
	}
	
	/* 비교과 상세 */
	.programpoint_list dd div {
		padding: 55px 0 5px 0;
		min-height: 131px;
		font-size: 1.3rem;
		background-size: 40px;
	}
	.programpoint_list dd div strong {
		height: 38px;
		font-size: 1.1rem; line-height: 1.5rem;
	}
	.progrmaapply_box {
		padding: 10px;
	}
	.progrmaapply_box ul li {
		padding: 8px 0 8px 0;
	}
	.progrmaapply_box ul li strong {
		display: block;
		margin-bottom: 5px;
		position: relative; top: auto; left: auto;
		font-size: 1.1rem;
	}
	
	/* 교외활동 480 */
	.service_report {
		padding: 10px 70px;
	}
	.service_report strong {
		left: 15px;
		font-size: 1rem;
	}
	.service_report .time {
		right: 15px;
		font-size: 1rem;
	}
	.service_report div span {
		font-size: 0.95rem;
	}
	.service_report .btn {
		font-size: 1rem;
	}
	
	/* 진로설계 480 */
	.planlist_wrap .planlist_box, .plan_start { 
		font-size: 1.1rem;
	} 
	.plan_start a {
		padding-top: 140px;
		min-height: 190px;
		background-size: 110px auto;
		background-position: center 30px;
	}
	.planlist_box {
		padding: 20px 10px 10px;
		min-height: 190px;
	}
	.plan_img a {
		margin: 10px auto 15px;
		width: 85px; height: 74px;
	}
	.plan_box dd .btn_ivory {
		margin-right: 3px;
		width: 60px !important;
	}
	.plan_box dd .btn_blue {
		width: 60px !important;	
	}
	.btn_setbasic {
		right: 10px; top: 10px;
	}
	
	.plando_content {
		padding-top: 0;
	}
	
	.joblist_content {
		padding: 20px; 
	}
	.testlist_paging.cw .btn_circle {
		display: block; 
	}
	
	/* 진로설계 step1 */
	.testlist_paging ul {
		margin-bottom: 20px;
	}
	
	
	/* 국가직무능력표준 정보 */
	.ncs_list dd ol li {
		width: 50%;
	}
	
	/* 전공진로 가이드 */
	.guide_list p {
		overflow: visible;
		height: auto;
	}
	
	/* 포트폴리오 */
	.studentinfo_box {
		padding: 0;
	}
	.studentinfo_box .resumeimg {
		margin-left: -60px;
		position: relative; left: 50%;
	}
	.studentinfo_box dl {
		margin-top: 15px;
	}
	.studentinfo_box dl dt {
		text-align: center;
	}
	.studentinfo_box dl dd {
		padding-left: 90px;
	}
	.studentinfo_box dl dd strong {
		width: 80px;
		margin-left: -90px;
	}
	.studentinfo_box dl dd strong span {
		width: 25px; height: 25px;
		margin-top: -12px;
		background-size: 12px;
	}
	
	/* 역량현황 */
	.mileage_box div {
		width: 280px;
		border-right: 2px solid #d7d7d7;
	}
	.mileage_graph {
		padding: 15px;
		background-image: none;
	}
	.mileage_wrap.capascore {
		padding: 10px;
	}
	.mileage_wrap .programpoint_list dd {
		margin-left: 5px;
	}
	
	/* 인증현황 480 */
	.capacertistatus_list ul li {
		width: 45%;
	}
	.certified p { 
		margin: 3px 0 0 30px;
	}
	.capacerti_box {
		padding: 20px 15px;
	}
	.capacerti_box > div {
		width: auto;
	}
	.capacerti_box ul.dp_inlinefix {
		width: 100%;
	}
	.capacerti_box .btn_icon_md.btn_print {
		display: block;
		margin: 0 auto 10px;
	}
	.betterlist_wrap {
		padding: 10px;
	}
	.better_box {
		padding: 130px 15px 10px;
		text-align: center;
		background-size: 120px auto, auto;
		background-position: center 15px, center;
	}
	.better_box p {
		margin-bottom: 10px;
		padding-right: 35px;
		font-size: 2.3rem;
		background-size: 28px auto;
	} 
	.better_box button {
		display: block;
		margin: 0 auto 10px !important ;
	} 
	.bettercapa_list {
		display: block;
	}
	.bettercapa_list > li {
		margin-bottom: 10px;
		padding: 15px 15px 5px;
		width: 100%;
	}
	.bettercapa_list .score_uvgot {
		display: flex;
		justify-content: space-between;
	}
	.bettercapa_list .score_uvgot > li {
		width: 49%;
	}
	.bettersubj_list li p {
		margin: 0;
		padding: 60px 10px 10px 10px;
		width: 100px; height: 100px;
		background-size: 70px auto;
		background-position: center 10px;
	}
	.certicriteria ul {
		flex-direction: column;
		justify-content: center;
	}
	.certicriteria ul li {
		margin: 0 auto 10px;
		width: 80%;
	}
	.certicriteria ul li:last-child {
		margin: 0 auto;
	}
	
	/* 심리상담 480 */
	.counseldo_list .tbl table th {
		width: 90px;
	}
	.resonform_row input {
		width: 100px;
	}
	
	/* 25.11 스타터 연동 추가 */
	.subcontent_wrap.starter .tab_more .tab_list li:first-child {
		width: 50%;
	}
	
}

.infotop_in {
	color: #3a520f;
}

    /*개인정보 활용 동의*/
.section_privacy {
    margin-bottom: 0;
}