@charset "utf-8";
/* magnific popup */
.image-source-link {
	color: #98C3D1; 
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
button.mfp-close {
	width: 24px; height: 24px;
	text-indent: -9999px;
	position: absolute; right: 20px; top: 20px;
	background: transparent url(../../images/client/popup/btn_close.png) no-repeat;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-figure {
	background-color: transparent;
}
.mfp-figure figure {
	padding: 0; 
	overflow: auto;
}
.mfp-figure::after {
	background-color: transparent;
	box-shadow: none;
}
.gallery_pop img {
	max-width: 100%;
}
/* 팝업 공통 */
.pop_intro_txt {
	padding: 10px 0 10px 44px;
	font-size: 1.1rem; word-break: keep-all; 
	background: #f1f2ce url(../../images/client/sub/icon_infotext.png) no-repeat 10px 10px; background-size: 24px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.pop_thank_txt {
	padding: 10px 0;
	font-size: 1.1rem; word-break: keep-all;
	color: #2a4764; text-align: center; font-weight: 600;
	background: #e9edf4; padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* 공지사항 팝업 */
.pushpop_wrap  {
	width: 100%; height: 530px;
	padding-bottom: 50px;
	position: relative;
}
.push_header {
	padding: 10px 10px 0 10px;
	text-align: center; word-break: keep-all;
}
.push_header h1 {
	font-size: 1.2rem; font-weight: 600;
}
.push_header h1 span {
	display: block;
	font-size: 1rem; color: #999;
}
.push_container {
	padding: 10px;
}
.push_content {
	overflow-y: auto;
	height: 400px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
.pusupop_footer {
	padding: 12px; margin-top: -40px;
	position: relative;
	background: #294269;
	color: #fff;
	z-index: 2;
}
.pusupop_footer p {
	display: inline-block;
}
.pusupop_footer p input {
	display: none;
}
.pusupop_footer p label {
	padding: 3px 0 3px 25px;
	background: url(../../images/client/common/icon_check_blue.png) no-repeat left center;
	background-size: 15px;
}
.pusupop_footer p input:checked + label {
	background-image: url(../../images/client/common/icon_check_on.png);
}
.pusupop_footer .push_close {
	position: absolute; right: 10px; top: 5px;
}

/* 로드맵 알림 팝업 */
.loadmap_wrap {
	background-color: #fff;
}
.loadmap_wrap .push_header {
	text-align: left;
}
.loadmap_wrap .push_header h1 {
	line-height: 1.5em; color: #1b507f; font-size: 1.3rem;
}
.loadmap_container {
	overflow-y: auto;
	height: 400px;
	padding: 0 10px 10px 10px;
}
.alaramprogram_list {
	padding: 5px 5px 5px 130px;
	position: relative;
	margin-top: 5px;
	border: 1px solid #d7d7d7;
}
.alaramprogram_list .previewimg_box {
	width: 120px; height: 80px;
	position: absolute; left: 5px;
}
.alaramprogram_list .previewimg_box a {
	height: 80px;
}
.alaramprogram_list .program_infolist dt {
	overflow: hidden;
	padding: 5px; height: 55px;
	margin-bottom: 0;
	-webkit-line-clamp: 1;
	display: block;
}
.alaramprogram_list .program_infolist dt a {
	overflow: hidden;
	display: block;
	width: 100%;
	white-space: nowrap; text-overflow: ellipsis;
}
.alaramprogram_list .program_infolist dt p span {
	display: inline-block;
	padding: 0 5px 0 0; margin-left: 5px;
	font-size: 0.9rem;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat right 2px;
}
.alaramprogram_list .program_infolist dt p span:last-child {
	background: none;
}
.alaramprogram_list .program_infolist dt p span:first-child {
	margin-left: 0;
}
.alaramprogram_list .program_infolist dd {
	padding-left: 0;
}
.alaramprogram_list .program_label {
	min-width: 50px; min-height: 50px;
	font-size: 0.9rem;
}
/* 브라우저별 환경설정 팝업 */
.preferences_wrap {
	position: relative;
	width: 786px; height: auto;
	margin: 0 auto;
	padding-bottom: 0;
	background: #fff;
	border: 1px solid #d7d7d7;
}
.push_section {
	padding: 15px 20px;
	overflow-y: auto;
	height: 600px;
}
.push_section h2 {
	margin-bottom: 25px;
	letter-spacing: -0.02em;
	font-size: 1.571rem; font-weight: 600;
}
.push_section .show_tab3 {
	height: auto;
	margin-bottom: 30px;
}
.push_section .show_tab3 a {
	height: 34px;
	line-height: 34px;
	font-size: 1.07rem;
}
.push_section .show_tab3 a.on {
	line-height: 34px;
}
.push_section .show_tab3 li:nth-child(1) a, .push_section .show_tab3 li:nth-child(3) a {
	width: 80px;
}
.push_section .show_tab3 li:nth-child(2) a {
	width: 90px;
}
.step_section {
	position: relative;
	margin-bottom: 40px;
}
.step_section:last-child {
	margin-bottom: 0;
}
.step_box {
	padding: 15px 20px;
	background-color: #f2f2f2;
	color: #3a3a3a;
}
.step_box strong {
	font-size: 1.428rem; font-weight: 600;  
}
.step_box p {
	font-size: 1.07rem;
	letter-spacing: -0.05em;
}
.step_box p span {
	padding: 0 7px;
	color: #e54b4b; font-size: 1.357rem;
	vertical-align: -1px;
	letter-spacing: -0.06em;
}
.step_box p span i {
	display: inline-block;
	padding: 0 0px 0 8px;
	vertical-align: 0px;
}
.step_img {
	margin: 10px;
}
.step_img img {
	max-width: 100%;
}
.push_footer {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	background-color: #294269;
	height: 50px;
}
.push_footer p {
	position: absolute; top: 12px; left: 15px;
}
.push_footer label {
	padding-left: 25px;
	color: #fff;
	background: url(../../images/client/popup/icon_check_white.png) no-repeat left center;
	font-size: 1.07rem;
	vertical-align: top;
	cursor: pointer;
}
.push_footer input:checked + label {
	background-image: url(../../images/client/common/icon_checkblue2_on.png);
}
.push_footer .push_close {
	width: 60px; 
	position: absolute; right: 10px; top: 10px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 1.07rem;
	line-height: 28px; color: #294269;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
/* login 팝업 */
.login_wrapper {
	overflow: hidden;
	padding: 30px;
	width: 700px; height: 450px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	-o-box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	background-image: url(../../images/client/popup/bg_login.png);
	background-position:left;
    background-repeat: no-repeat;
	background-color:#fff;
}
.login_box {
	width: 300px;
    position: absolute; right: 30px; top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
} 
.login_box h1 {
    margin-bottom: 60px;
	width: 150px;
	margin-left: auto; margin-right: auto;
}
.login_form .login_input {
	display: block;
	width: 40%;
	width: 300px; height: 40px; margin-bottom: 10px;
	color: #00427c;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 110px;
}
.login_form .login_input:focus {
	border-color: #00427c;
	outline:0;
}
.id_box {
	position: relative;	
}
.id_box label {
	display: inline-block;
	width: 65px;
	position: absolute; top: 50%; left: 30px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	background-image:url(../../images/client/sub/bar_lightgray.png);
	background-size: 1px 15px;
	background-repeat: no-repeat;
	background-position: right center;
}
.pw_box {
	position: relative;
}
.pw_box label {
	display: inline-block;
	width: 65px;
	position: absolute; top: 50%; left: 30px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	background-image:url(../../images/client/sub/bar_lightgray.png);
	background-size: 1px 15px;
	background-repeat: no-repeat;
	background-position: right center;
}
.login_form .login_input::placeholder {
	color: #9d9d9d;
}
.login_form .login_input::-webkit-placeholder {
	color: #9d9d9d;
}
.login_form .login_input::-ms-placeholder {
	color: #9d9d9d;
}
.submit_login {
	display: block;
	width: 300px; height: 60px;
	line-height: 60px;
	text-align: center; color: #fff; font-size: 1.3rem;
    font-weight: bold;
	background-color:#25427c;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	border-radius: 10px;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
	margin: 25px 0 5px 0;
}
.id_save {
	display: block;
}
.id_save input {
	display: none;
}
.id_save label {
	padding: 2px 2px 2px 22px;
	background: url(../../images/client/popup/push_check_border.png) no-repeat left center;
}
.id_save input:checked+label {
	background-image: url(../../images/client/sub/icon_check_sky.png);
}
.btn_popupclose {
	display: block;
	width: 25px; height: 25px;
	position: absolute; top: 1.5em; right: 1.5em;
	text-indent: -9999px;
	background: url(../../images/client/popup/btn_close.png) no-repeat center center;
	background-size:20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}


/* 사이트맵 */
.sitemap_wrapper {
	overflow: hidden;
	width: 980px; height: auto;
	margin: 0 auto; padding: 25px;
	position: relative;
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	-o-box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 3px 5px rgba(0,0,0,0.6);
}
.sitemap_wrapper h1 {
	padding-left: 45px;
	font-weight: 600; font-size: 1.5rem; color: #00427c;
	background: url(../../images/client/common/icon_gnb11_deepblue.png) no-repeat left center;
}
.sitemap_list {
	display: inline-block;
	width: 20.5%;
	margin-left: 6%; margin-top: 15px;
	vertical-align: top;
}

.sitemap_list:first-child {
	margin-left: 0;
}
.sitemap_list:nth-child(4n+1) {
	margin-left: 0;
}
.sitemap_list h2{
	padding: 10px 0;
	font-size: 1.2rem; font-weight: 600;
	border-bottom: 3px solid #265097;
}
.sitemap_list>ul>li {
	padding: 5px 0;
}
.sitemap_list li a {
	display: block;
	padding: 5px 15px;
	font-weight: 600; color: #727272;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.sitemap_end li a{
	font-size: 0.95rem;
	padding: 3px 0px 3px 30px;
	position: relative;
}
.sitemap_end li a span {
	margin-left: 15px;
	display: inline-block;
	width: 10px; height: 2px;
	background: #727272; margin-right: 3px;
	position: absolute; top: 50%; left: 0;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/* 서브페이지 팝업 */
.pop_wrapper{
	overflow: hidden;
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.pop_xl_wrap{
	width: 1280px;
	margin: 0 auto;
}
.pop_lg_wrap{
	width: 940px;
	margin: 0 auto;
}
.pop_md_wrap{
	width: 750px;
	margin: 0 auto;
}
.pop_sm_wrap{
	width: 600px;
	margin: 0 auto;
}
.pop_xs_wrap{
	width: 520px;
	margin: 0 auto;
}
.pop_content{
	padding: 15px;
}
.pop_xl_content{
	max-height: calc( 90vh - 70px );
	overflow-y: auto;
}
.pop_lg_content{
	max-height: 650px;
	overflow-y: auto;
}
.pop_md_content{
	max-height: 500px;
	overflow-y: auto;
}
.pop_sm_content{
	max-height: 400px;
	overflow-y: auto;
}
.pop_header{
	height: 70px;
	padding: 0 15px;
	position: relative;
	border-bottom: 2px solid #d7d7d7;
	border-top: 10px solid #4ab1dc;
}
.pop_header h2{
	height: 100%;
	font-size: 1.3rem; line-height: 55px; color: #333; font-weight: 600;
}
.pop_header .pop_close{
	width: 20px; height: 20px;
    background-size: 20px;
	margin-top: -16px;
	position: absolute; top: 60%; right: 15px;
	text-indent: -9999px;
	background: url(../../images/client/popup/btn_close.png)center center no-repeat;
    transition:0.3s;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
}
.pop_footer{
	padding: 20px 10px; margin-top: 10px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}
.pop_footer button {
	margin: 0 2px;
}

/* 영역 공통 */
.pop_content .section_area {
	margin-bottom: 3%;
}

/* 타이틀 */
.pop_content .section_tit {
	padding-left: 25px;
	font-size: 1.2rem;
	background-size: 18px;
	background-position: left 8px;
}

/* 검색창 */
.pop_content .grid_content{
	width: 100%;
}
.pop_search_box .row2 {
	display: inline-block;
	width: 49%; margin-left: 2%;
}
.pop_search_box .row2:first-child {
	margin-left: 0;
}
.row2 .search_day {
	margin: 0;
}
.pop_search_box .row3 {
	display: inline-block;
	width: 32%; margin-left: 2%;
}
.pop_search_box .row3:first-child {
	margin-left: 0;
}

.pop_search_box {
	width: 100%;
	padding: 15px;
	background-color: #f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pop_search_box label {
	top: 48%;
}
/* 페이징 */
.pop_content .paging_wrap {
	padding-top: 20px;
}
/* 역량개발 팝업 */
.commu_filelist {
	padding: 15px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.commu_filelist strong {
	display: inline-block;
	padding: 5px 0 5px 20px;
	margin: 0 15px 5px 0;
	font-weight: 600; font-size: 1.2rem;
	background: url(../../images/client/sub/icon_text_md.png) no-repeat 0 center;
}
.commu_filelist>p {
	color:#7b7b7b;
}
/* 사전조사 */
.survey_list dt {
	padding: 30px 0 10px 40px;
	font-size: 1.1rem;
}
.survey_list dt:first-child {
	padding-top: 15px;
}
.survey_list dt span {
	display: inline-block;
	width: 30px; height: 30px;
	margin-left: -40px; margin-right: 10px;
	font-size: 1.2rem; color: #333; font-weight: 600;
	text-align: center; line-height: 30px;
	background-color: #e9eef2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.survey_list dd {
	padding: 0 20px 20px 39px;
	border-bottom: 1px solid #d7d7d7;
}
/* 상담예약 */
.counsel_memobox {
    text-align: center;
    background: #e6ebf1;
}
/* 교수상담시간  */
.pop_counsel {
	position: relative;
	padding: 0 10px 10px 10px;
}
.pop_counsel_top {
	position: relative; z-index: 10;
	height: 86px;
}
.date_paging {
	position: absolute; top: 50%; left: 50%;
	text-align: center; 
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.date_page_con {
	display: inline-block;
	padding: 0 16px;
	width: 12px; height: 26px;
	text-indent: -9999px;
	background: url(../../images/client/popup/icon_date_prev.png) no-repeat center;
}
.date_next {
	background-image: url(../../images/client/popup/icon_date_next.png);
}
.date_current {
	position: relative;
	display: inline-block; 
}
.date_current strong {
	display: inline-block;
	padding: 4px 16px;
	cursor: default;
}
.date_current2 strong {
	font-size: 1.5rem;
}
.date_selectbox {
	display: none;
	position: absolute; 
	border: 1px solid #d3dadc;
	border-top: 2px solid #0aaccc;
} 
.date_selectbox li a {
	display: block;
	width: 60px;
	line-height: 22px;
	background: #fff;
	cursor: default;
}
.date_current2 .date_selectbox {
	left: 8px;
}
.date_info {
	position: absolute; top: 0; right: 0;
	padding: 4px 0;
}
.date_info li span {
	margin: 0 auto; 
	width: 26px; height: 26px;
	background-size: 26px;
}
.counsel_possible {
	display: inline-block;
	width: 34px; height: 34px;
	background: url(../../images/client/popup/icon_counsel_possible.png) no-repeat center;
	background-size: 34px;
}
.counsel_possible:hover {
	background-image: url(../../images/client/popup/icon_counsel_possible_on.png);
	cursor: pointer;
}
.counsel_impossible {
	display: inline-block;
	width: 34px; height: 34px;
	background: url(../../images/client/popup/icon_counsel_impossible.png) no-repeat center;
	background-size: 34px;
}
.counsel_full {
	display: inline-block;
	width: 34px; height: 34px;
	background: url(../../images/client/popup/icon_counsel_full.png) no-repeat center;
	background-size: 34px;
}
.pop_counsel_bottom.tbl {
	position: static;
}
.pop_counsel_bottom tbody tr td span {
	display: inline-block;
	cursor: default;
}
/* 상담시감 및 상담사 지정*/
.date_info li span {
	margin: 0 auto;
}
.date_info .book {
	display: inline-block; 
	margin-right: 4px;
	width: 12px; height: 12px;
}
.pop_counsel_bottom tbody tr td span {
	display: inline-block;
	cursor:default;
}
.book_possible {
	background:#189380;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	cursor:pointer !important;
}
.book_impossible {
	background: #ee5e5e;
}
.book_full {
	background: #909090;
}
.book_possible, .book_impossible, .book_full {
	display: inline-block;
	margin: 0 1px 2px 1px;
	padding: 2px 5px;
	color:#fff;
	line-height: 1.3rem;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
/* 직업 상세정보 */
.levelcompare_box {
	padding: 15px;
	font-size: 0; line-height: 0;
}
.levelcompare_box>div {
	display: inline-block;
	width: 49%;
	font-size: 1rem; line-height: 1.5rem;
}
.levelcompare_box .tbl {
	margin-left: 2%;
}

/* 롤모델 정보 */
.roleinfo_check {
	margin-bottom: 15px;
}
.roleinfo_check.rolemodel_wrap {
	height: auto; padding: 35px;
	text-align: center;
}
.roleinfo_check .rolemodel_who {
	display: block;
	position: static;
	transform:translate(0);
	-webkit-transform:translate(0);
	-moz-transform:translate(0);
	-o-transform:translate(0);
	width: 100%;
}
.roleinfo_check .rolemodel_who strong {
	display: block;
	margin-bottom: 30px;
	text-align: center; font-size: 1.2rem; font-weight: 600;
}
.roleinfo_check.rolemodel_wrap .programpoint_list dd div {
	width: 204px; margin-bottom: 10px;
}
.roleinfo_check.rolemodel_wrap .programpoint_list dd:nth-child(4) {
	margin-right: 0;
}
/* 교과정보 추가 */
.addsubject_wrap .subject_listbox dl {
	min-height: auto;
	padding: 1em;
}
.addsubject_wrap .subject_listbox dl.on {
	border: 2px solid #d93b3b;
}
.addsubject_wrap .subject_listbox dl dd {
	margin-top: 0.5em;
}
.addsubject_wrap .subject_listbox dl dd ul {
	min-height: auto;
}
.addsubject_wrap .point_none {
	min-height: auto;
}
.addsubject_wrap .subject_listbox .btn_addlike {
	top: 0.8em; right: 0.5em;
}
.pop_content .subjectpoint_list {
	min-width: 300px;
}
.subjectlist_tit {
	display: block;
	min-width: 300px;
	padding-bottom: 5px;
	font-weight: 600; color: #00427c; text-align: left;
}
.subject_select {
	display: inline-block;
	width: 35px; height: 35px;
}
.subject_select button {
	display: block;
	width: 100%; height: 100%;
	background: url(../../images/client/sub/icon_testselect.png) no-repeat;
	background-size: 100%;
}
.subject_addlist table tr.selected .subject_select button {
	background-image: url(../../images/client/sub/icon_testselect_on.png);
}

/* 비교과 추가 */
.addprogram_wrap .program_list {
	margin-top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.addprogram_wrap .program_lisbox {
	padding: 10px 10px 10px 260px;
	border-bottom: 1px solid #a1a1a1;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.addprogram_wrap .program_lisbox.on {
	border-color: #00427c;
}
.addprogram_wrap .program_lisbox.on + .program_footer {
	border-color: #00427c; 
}
.addprogram_wrap .previewimg_box {
	width: 240px; height: 180px;
	position: absolute; left: 10px; top: 10px;
} 
.addprogram_wrap .program_infolist dt {
	height: auto;
	padding: 4px 70px 4px 10px;
	-webkit-line-clamp: 1;
}
.addprogram_wrap .program_label {
	right: auto; left: 12px; top: 15px;
}
.addprogram_wrap .team_label {
	right: auto; left: 177px; top: 15px; 
}
.addprogram_wrap .program_infolist dd {
	padding: 2px 10px;
} 
.addprogram_wrap .program_lisbox .btn_check {
	position: absolute; top: 5px; right: 10px;
}
.addprogram_wrap .program_lisbox .btn_addlike {
	position: absolute; top: 10px; right: 45px;
}
.addprogram_wrap .program_lisbox .graph_wrap .graph_box p {
	padding-top: 0px; margin-bottom: 10px;
}
.addprogram_wrap .graph_wrap .graph_box img {
	width: auto; max-height: 160px;
}
.addprogram_wrap .program_lisbox .graph_wrap {
	left: 0;
}
.addprogram_wrap .program_footer {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
} 

/* 포트폴리오 공유하기 */
.qrimg_box {
	padding: 15px; margin-bottom: 20px;
	text-align: center;
}
.qrurl_text {
	width: 90%;
	margin: 0 auto; padding: 20px;
	word-break: break-all;
	border: 1px solid #d7d7d7;
}

/* 포트폴리오 출력하기 */
.resume_print {
	padding: 20px;
}
.resume_print .check_row {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #d7d7d7;
}

/* 포트폴리오 이력서 등록 */
.studentinfo_editbox .resumeimg {
	top: 0; bottom: auto;
}
.studentinfo_editbox .attach_file {
	position: absolute; bottom: -40px; left: 15px;
}
.studentinfo_editbox .btn_del {
	position: absolute; top: 5px; right: 5px;
}
.edit_input {
	display: inline-block;
	width: 94%;
}
.edit_input input {
	text-align: center;
}
.edit_hp1 {
	width: 70px;
}
.edit_hp2, .edit_hp3 {
	width: 90px;
}
.edit_mail1, .edit_mail2 {
	width: 128px;
}
.edit_zipcode {
	width: 100px;
	vertical-align: middle;
}
.edit_address {
	display: block;
	width: 100%;
	margin-top: 5px;
	text-align: left !important;
}
.studentinfo_editbox ~ div h5 {
	padding-left: 10px;
	background: #ebf4f8;
}
.resumeedit_btnrow {
	margin-top: -32px; padding-bottom: 2px;
	text-align: right;
}
.btn_resumeedit {
	margin-right: 10px;
	font-size: 1rem;
	background-color: transparent;
}
.btn_resumeedit span {
	display: inline-block;
	width: 20px; height: 20px;
	margin-right: 5px;
	color: #fff; text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.resumerow_add {
	color: #1b507f;
}
.resumerow_add span {
	background-color: #1b507f;
}
.resumerow_del {
    color:#949ca9;
}
.resumerow_del span {
	background-color: #949ca9;
}
.selfintroedit_wrap article {
	padding: 15px !important;
	position: relative;
}
.selfintroedit_wrap .resumeedit_btnrow {
	position: relative;
	margin-top: 0; margin-bottom: 5px;
	text-align: right;
}
.selfintroedit_wrap article div .form_style{
	margin-bottom: 5px;
}
.resume_commu_filelist {
	position: relative;
}
.resume_commu_filelist .attach_file {
	display: inline-block;
}

/* 교외활동 */
.activeday_wrap {
	margin-bottom: 10px;
	position: relative;
}
.activeday_wrap ul {
	display: table;
	width: auto;
}
.activeday_wrap ul li {
	display: table-cell;
	padding-left: 15px;
	background: url(../../images/client/sub/bar_block.jpg) no-repeat 5px 3px;
}
.activeday_wrap ul li:first-child {
	padding-left: 0;
	background: none;
}
.activeday_wrap ul li strong {
	display: inline-block;
	margin-right: 3px;
	font-weight: 600;
	vertical-align: top;
}
.active_status {
	position: absolute; right: 0; top: 0;
	font-weight: 600;
}
.active_status strong {
	display: inline-block;
	margin-right: 5px;
	font-weight: 600;
}
.active_status span {
	font-weight: 600;
}
.reject_text {
	padding: 20px;
	font-size: 1rem; line-height: 1.5em;
	background-color: #f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* 워크넷 팝업 */
.worknet_pop {
	width: 100%;
}
.worknet_pop_box {
	position: relative;
	margin: 0 auto; padding: 80px 54px 0;
	width: 600px; height: 380px;
	text-align: center;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 2px 10px rgba(0,0,0,0.6);
	box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.worknet_pop_box p {
	margin-bottom: 20px;
	font-size: 16px; font-weight: bold; 
}
.worknet_pop_box p span{
    font-weight: bold;
	color:inherit;
}
.worknet_pop_box ul {
	margin-bottom: 10px; padding: 12px 18px;
	width: 490px; 
	text-align: left;
	border: 1px solid #d7d7d7;
	background: url('../../images/client/popup/bg_worknet_pop.jpg') no-repeat right bottom;
	background-size: 15%;
}
.worknet_pop_box ul li {
	font-size: 16px; font-weight: bold; color: #c01515; line-height: 26px;;
}
.worknet_pop_box span{
    margin-bottom: 10px;
	color: #c01515;
}
.worknet_pop_box span i {
	vertical-align: 0px; font-weight: 600;
	color:#265097;
}
.worknet_pop_box .btn_close {
	position: absolute; top: 24px; right: 26px;
}

/* 설문조사 팝업 */
.pop_content.survey .testlist_box {
	margin-top: 0;
	height: 400px; 
	overflow-y: scroll;
}
.pop_content .textlist_day p {
	background-image:url(../../images/client/popup/icon_calender_on.png);
	color:#535353;
	vertical-align: top;
}
.pop_content .testlist_bar {
	background: #fff;
}
.pop_content .testlist_bar p {
	background: #88bee0;	
}
.pop_content .textlist_day p strong {
	background-position:right center;
}
.pop_content .testlist_bar strong {
	color:#333;
}


@media screen and (max-width:1279px) {
	.roleinfo_check.rolemodel_wrap div:nth-child(2) {
		width: auto;
	}
}
@media screen and (max-width:1079px) {
	.addprogram_wrap .previewimg_box a {
		height: 180px;
	}
}
/*================================ hover(pc) ================================ */
@media screen and (min-width:1025px) {
    .btn_popupclose:hover {
        background-image: url(../../images/client/popup/pop_close.png);
        -webkit-background-size: 20px;
        background-size: 20px;
    }
    /* 공지사항 팝업 hover */
    .pusupop_footer p label:hover {
        cursor: pointer;
    }
    /* 로그인 팝업 hover */
    .submit_login:hover {
        -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
        -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
        box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
    }
    .id_save label:hover {
        cursor: pointer;
    }
    /* 사이트맵 hover */
    .sitemap_list li a:hover {
        color:#fff;
        background-color: #265097;
    }
	.sitemap_list li a:hover span{
       background:#fff;
    }
    /* 서브페이지 팝업 hover */
    .pop_header .pop_close:hover{
        background-image: url(../../images/client/popup/pop_close.png);
    }
    /* 교과정보추가 hover */
    .addsubject_wrap .subject_listbox dl:hover {
        border: 1px solid #d93b3b;
        cursor: pointer;
    }
	/* 상담시간 및 상담사 지정 hover */
	.pop_counsel_bottom .book_possible:hover {
		background: #0c6a5c;
	}
    /* 포트폴리오 이력서등록 hover */
    .resumerow_add:hover {
        color: #0b365d; 
    }
    .resumerow_add:hover span {
        background-color:#0b365d; ;
    }
    .resumerow_del:hover {
        color:#697486;
    }
    .resumerow_del:hover span {
        background-color:#697486;
    }
}
/*================================ //hover(pc) ================================ */
@media screen and (max-width:1024px) {
	/* 팝업 공통 */
	.pop_lg_wrap {
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	
	/* login 팝업 767 */
	.login_wrapper {
		width: 90%;
	}
    /* 로그인 박스 767 */
	.login_wrapper {
		padding: 80px 0;
		background:none;;
	}
    .login_box h1{
        width: 180px;
		margin-bottom: 40px;
    }
	
	.login_box {
		width: 270px;
		position:static;
		transform:translate(0);
		-webkit-transform:translate(0);
		-moz-transform:translate(0);
		-o-transform:translate(0);
		margin-left: auto; margin-right: auto;
	} 
	.id_box label {
		width: 60px;
		left:20px;
	}
	.pw_box label {
		width: 60px;
		left: 20px;
	}
	.login_form .login_input {
		width: 270px;
		padding-left: 93px;
	}
	.submit_login {
		width: 270px;
	}
	
	/* 팝업 공통 767 */
	.pop_md_wrap{
		width: 90%;
		margin: 0 auto;
	}
	.pop_sm_wrap{
		width: 80%;
		margin: 0 auto;
	}
	.pop_xs_wrap{
		width: 80%;
		margin: 0 auto;
	}
	.pop_content{
		padding: 10px;
	}
	.pop_content{
		max-height: 400px;
		overflow-y: auto;
	}
	.pop_lg_content{
		max-height: 400px;
	}
	.pop_md_content{
		max-height: 400px;
	}
	.pop_sm_content{
		max-height: 400px;
	}
	.pop_header{
		height: 60px;
		padding: 0px 10px;
	}
	.pop_header h1{
		padding-right: 20px;
		font-size: 16px; text-align: left; line-height: 50px;
	}
	.pop_header h2 {
		line-height: 45px;
	}
	.pop_header .pp_pop_close{
		width: 20px; height: 20px;
		margin-top: -10px;
		right: 10px;
		background-size: contain;
	}
	.pop_footer{
		padding: 15px 0;
		text-align: center;
	}
	.active_status {
		position: static; text-align: right;
	}
	/* 브라우저별 환경설정 팝업 767 */
	.preferences_wrap {
		width: 100%;
	}
	.push_section {
		padding: 10px;
		height: 400px;
	}
	.push_section h2 {
		font-size: 1.428rem;
	}
	.push_section .show_tab3 {
		margin-bottom: 15px;
	}
	.push_section .show_tab3 a {
		line-height: 30px;
	}
	.push_section .show_tab3 a.on {
		line-height: 30px;
	}
	.push_section .show_tab3 li:nth-child(1) a,.push_section .show_tab3 li:nth-child(2) a, .push_section .show_tab3 li:nth-child(3) a {
		width: auto;
	}
	.step_box {
		padding: 10px 15px;
	}
	.step_box strong {
		font-size: 1.271rem;
	}
	.step_box p span {
		font-size: 1.271rem;
	}
	.push_footer {
		height: 40px;
	}
	.push_footer p {
		top: 10px; left: 8px;
	}
	.push_footer .push_close {
		top: 6px; right: 6px;
	}
	/* 자격증 신청 767 */
	.pop_search_box .row2 {
		width: 100%; margin-left: 0;
	}
	.pop_search_box .row2:first-child {
		margin-bottom: 5px;
	}
	/* 교수상담시간 */
	.pop_counsel {
		padding: 0 10px 10px 10px;
	}
	.pop_counsel_top {
		height: auto;
	}
	.date_paging {
		position: static;
		margin: 20px 0 12px;
		transform: translate(0);
	}
	.date_current strong {
		padding: 4px 10px;
	}
	.date_selectbox li a {
		width: 44px;
	}
	.date_page_con {
		padding: 0 10px;
		width: 10px; height: 23px;
		background-size: 10px auto;
	}
	.date_info {
		position: static;
		padding: 0;
		text-align: right;
	}
	.date_info li {
		display: inline-block;
	}
	/* 상담시간 및 상담사 지정 767*/
	.date_info li {
		display: inline-block;
	}
	/* 학습전략 상담 사전 조사 */
	.pop_thank_txt {
		font-size: 1.0rem;
	}
	/* 롤모델 정보 */
	.roleinfo_check.rolemodel_wrap .programpoint_list dd div {
		width:100%;
	}
	.roleinfo_check.rolemodel_wrap .programpoint_list dd:nth-child(3) {
		margin-right: 1%;
	}
	/* 비교과활동 이수 계획 추가 768*/
    .addprogram_wrap .previewimg_box{
        width: 97%;
    }
    .addprogram_wrap .team_label {
        left:inherit;
        right: 5px;
    }
    .addprogram_wrap .program_lisbox{
        padding: 200px 0 20px 0;
    }
	.addprogram_wrap .previewimg_box {
		height: 185px;
	}
	.addprogram_wrap .previewimg_box a {
		height: 100%;
	}
    .addprogram_wrap .program_infolist dt{
        max-height: 26px;
    }
	.addprogram_wrap .program_lisbox .btn_check {
		top: 200px;
	}
	.addprogram_wrap .program_lisbox .btn_addlike {
		top: 206px;
	}

	/* 이력서 등록 */
	.studentinfo_box.studentinfo_editbox {
		padding: 0;
	}
	.studentinfo_box.studentinfo_editbox .resumeimg {
		margin-left: -60px; margin-bottom: 50px;
		position: relative; left: 50%;
	}
	.studentinfo_editbox .attach_file {
		bottom: -30px; left: 20px;
	}
	.studentinfo_box.studentinfo_editbox dl dt {
		margin-bottom: 5px;
		text-align: center;
	}
	
}
@media screen and (max-width:480px) {
	
	.pop_search_box .row3 {
		width: 100%;
		margin-top: 5px; margin-left: 0;
	}
	
	/* 이력서 등록 */
	.studentinfo_box.studentinfo_editbox dl dd {
		padding: 8px 0;
	}
	.studentinfo_box.studentinfo_editbox dl dd strong {
		display: block;
		margin-left: 0; margin-bottom: 10px;
		background: none;
	}
	/* 롤모델 480 */
	.roleinfo_check.rolemodel_wrap .programpoint_list dd:nth-child(3) {
		margin-right: 0;
	}
	.edit_hp1 {
		width: 50px;
	}
	.edit_mail1, .edit_mail2 {
		width: 117px;
	}
}