@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 {
	position: absolute; right: 20px; top: 20px; z-index: 1;
	width: 24px; height: 24px;
	text-indent: -9999px;
	background: transparent url(../../images/client/popup/icon_close_bluegray.png) no-repeat; background-size: contain;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-figure {
	background-color: transparent;
}
.mfp-figure figure {
	padding: 20px; 
	max-height: 80vh;
	overflow: auto;
}
img.mfp-img {
	width: auto; max-width: auto;
	padding: 0;
}
.mfp-figure::after {
	background-color: transparent;
	box-shadow: none;
}
.mfp-content {
	width: 100% !important;
}


/* 팝업 공통 */
.pop_intro_txt {
	padding: 10px 0 10px 44px;
	font-size: 1.5rem; word-break: keep-all; 
	background: #f1f2ce url(../../images/client/sub/icon_infotext.png) no-repeat 10px 10px; background-size: 24px;
	border-radius: 10px;
}
.pop_thank_txt {
	padding: 10px 0;
	font-size: 1.5rem; word-break: keep-all;
	color: #0d65d9; text-align: center; font-weight: 600;
}
.pop_info_box {
	padding: 20px;
	background: #f2f2f2;
	border-radius: 10px;
}

/* 공지사항 팝업 */
.pushpop_wrap  {
	width: 100%; height: 520px;
	padding-bottom: 40px;
	position: relative;
}
.push_header {
	padding: 10px 10px 0 10px;
	text-align: center; word-break: keep-all;
}
.push_header h1 {
	font-family: GmarketSans, sans-serif; font-size: 2rem; font-weight: 600; letter-spacing: -0.05em;
	-webkit-transform: rotate(-0.03deg);
	-moz-transform: rotate(-0.03deg);
	-o-transform: rotate(-0.03deg);
	transform: rotate(-0.03deg);
}
.push_header h1 span {
	display: block;
	font-family: Notokr, sans-serif; font-size: 1.5rem; font-weight: 500; color: #999;
}
.push_container {
	padding: 10px;
}
.push_content {
	overflow-y: auto;
	height: 400px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
.pusupop_footer {
	position: relative;
	margin-top: -40px;
	height: 40px;
	background-color: #363636;
	color: #fff;
	z-index: 2;
}
.pusupop_footer p {
	position: absolute; top: 50%; right: 60px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pusupop_footer p input {
	display: none;
}
.pusupop_footer p label {
	position: relative;
	display: block;
	padding-right: 25px;
	background: url(../../images/client/popup/push_check.png) no-repeat right center;
}
.pusupop_footer p label::before {
	position: absolute; bottom: 0; left: 0;
	content: "";
	display: block;
	width: 0; height: 0;
	background: #fff;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pusupop_footer p input:checked + label {
	background-image: url(../../images/client/popup/push_check_on.png);
}
.pusupop_footer p input:checked + label::before {
	width: calc( 100% - 24px ); height: 1px;
}
.pusupop_footer p label:hover {
	cursor: pointer;
}
.pusupop_footer .push_close {
	position: absolute; top: 0; right: 0;
	display: inline-block;
	width: 40px; height: 40px;
	background: url(../../images/client/popup/btn_close.png) no-repeat center;
	font-size: 0; line-height: 0;
	border-left : 1px solid #b7b7b7;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pusupop_footer .push_close:hover {
	background-color: #202020;
}


/* 로드맵 알림 팝업 */
/*.loadmap_wrap {
	background-color: #fff;
}
.loadmap_wrap .push_header {
	text-align: left;
}
.loadmap_wrap .push_header h1 {
	line-height: 1.5em; color: #d93b3b; 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: 40px;
	font-size: 0.9rem;
}*/

/* login 팝업 */
.login_wrap {
	margin: 0 auto;
	width: 800px;
	background-color: rgba(0, 0, 0, 0);
}
.login_box {
	position: relative;
	margin: 0 auto; 
	padding: 60px 390px 60px 72px;
	width: 100%; height: 497px;
	font-size: 1.5rem; text-align: center;
	background-color: #fff; 
	background-position: right center;
	background-image: url(../../images/client/popup/bg_login.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
.login_box h1 {
	display: block;
	margin: 0 auto 45px;
	width: 238px; 
}
.login_box h1 a {
	display: block;
}
.login_box h1 img {
	width: 100%;
}
.login_box .login_site li {
	margin: 0 auto 15px; 
	font-size: 1.8rem;
}
.login_box .login_site li:last-child {
	margin-bottom: 0;
}
.login_box .login_site li a {
	position: relative;
	display: block;
	padding-left: 75px;
	line-height: 60px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.login_box .login_site li.naver a {
    background-color: #03c75a;
    color: #fff;
}
.login_box .login_site li.kakao a {
    background-color: #ffcd00;
    color: #3b1f1e;
}
.login_box .login_site li.daejin a {
	background-color: #fff;
	border: 1px solid #ccc;
}
.login_box .login_site li.daejin.local {
	height: 60px;
}
.login_box .login_site li.daejin.local a {
	padding: 8px 10px 8px 75px;
	height: 100%;
	line-height: 1.2em;
}
.login_box .login_site li.daejin.local a span {
	top: 0;
}
.login_box .login_site li a span {
	position: absolute; left: 0;
	display: inline-block;
	width: 75px; height: 100%;
	font-size: 0;
}
.login_box .login_site li.naver a span {
	background: #03c75a url(../../images/client/popup/icon_naver.png) no-repeat center;
	border-right: 1px solid #00a147;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; 
}
.login_box .login_site li.kakao a span {
	background: #ffcd00 url(../../images/client/popup/icon_kakao.png) no-repeat center;
	border-right: 1px solid #d8ae00;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; 
}
.login_box .login_site li.daejin a span {
	background: #fff url(../../images/favicon.png) no-repeat center;
	background-size: 34px;
	border-right: 1px solid #ccc;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; 
}
.login_infotxt {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
	text-align: left; font-size: 1.25rem;
	line-height: 1.3em; letter-spacing: -0.07em;
	color: #d14547;
}
.login_infotxt::before {
	position: absolute; left: 0;
	content: "※";
}
	
.login_box .join_find {  
	display: flex;
	margin-top: 20px;
	justify-content: center;
}
.login_box .join_find li {
	display: inline-block;
	font-size: 1.5rem; font-weight: 500;
}
.login_box .join_find li a {
	position: relative;
	display: block;
	margin-right: 40px; 
}
.login_box .join_find li:last-child a {
	margin-right: 0;
}
.login_box .join_find li a::after {
	content: "";
	position: absolute; right: -20px; top: 50%;
	display: inline-block;
	margin-top: -6px;
	width: 1px; height: 12px;
	background-color: #3f61b2;
}
.login_box .join_find li:last-child a::after {
	display: none;
}

.login_box .radio_wrap {
	margin-bottom: 10px;
	text-align: left;
}
.login_box .login_input {
	margin-bottom: 30px;
}
.login_box .login_input li {
	margin-bottom: 17px;
}
.login_box .login_input li:last-child {
	margin-bottom: 0;
}

.login_box .login_input li p {
	margin-bottom: 3px;
	color: #193296; text-align: left;
}
.login_box .login_input li input {
	padding: 0 20px;
	width: 100%; height: 40px;
	background-color: #fff;
	background-position: left 20px center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
} 
.login_box .login_input li input:focus {
	border-color: #193296;
	outline: none;
}
.login_box .btn_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.login_box .btn_wrap .check_row {
	flex-shrink: 0;
}
.login_box .btn_wrap .check_row label {
	padding: 3px 0 2px 22px;
	font-size: 1.4rem; color: #b7b7b7;
}
.login_box .btn { 
	width: 180px; height: 40px;
	line-height: 40px; font-size: 1.8rem; font-weight: 600; 
	outline: none;
	box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.35);
}
.login_box .btn_wrap button {
	width: 100%;
}
.login_box .btn:nth-child(2) { 
	margin-left: 5px;
}
.login_box button.mfp-close {
	margin-top: 0;
}

/* 서브페이지 팝업 */
.pop_wrapper {
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
	overflow: hidden;
}
.pop_xl_wrap {
	width: 1100px;
	margin: 0 auto;
}
.pop_lg_wrap {
	width: 940px;
	margin: 0 auto;
}
.pop_md_wrap {
	margin: 0 auto; 
	width: 750px;
}
.pop_sm_wrap {
	width: 600px;
	margin: 0 auto;
}
.pop_xs_wrap {
	width: 520px;
	margin: 0 auto;
}
.pop_content {
	padding: 15px 30px;
	min-height: 100px;
}
.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 {
	position: relative;
	padding: 12px 30px;
	background: #193296;
}
.pop_header h2 {
	padding: 8px 30px 0 0;
	color: #fff; font-family: KOHIBaeum, sans-serif;
	font-size: 2.4rem; line-height: 1.2em; letter-spacing: -0.05em;
}
.pop_close {
	position: absolute; top: 50%; right: 30px;
	margin-top: -10px;
	width: 20px; height: 20px;
	text-indent: -9999px;
	background: url(../../images/client/popup/btn_close.png)center center no-repeat; background-size: contain;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.pop_footer {
	margin: 0 30px;
	padding: 20px 15px; 
	text-align: center;
}
.pop_footer button {
	margin: 0 2px;
}

/* 검색창 */
.pop_content .search_box, .pop_content .search_box2 {
	margin-bottom: 20px; padding: 20px;
}
.pop_content .search_box .btn_search {
	top: 0; right: 0;
}
.pop_content .search_box3 {
	margin-bottom: 20px;
}
.pop_content .search_box.row2 {
	padding: 20px 20px 8px;
}
.pop_content .search_toggle_row {
	margin: 0.5em auto; padding: 0;
	height: 35px;
}
.pop_content textarea.form_style {
	border-color: #ddd;
}
.pop_content .tbl table .search_day {
	height: 30px;
	border-color: #ddd;
	border-radius: 0;
}
.pop_content .tbl table .search_day .calendar_open {
	top: 3px;
}

/* 팀원 추가 팝업 */
.pop_teammember .pop_search_box .search_row {
	margin-top: 0; margin-bottom: -0.5em;
}
.pop_teammember .pop_search_box .search_row > div {
	margin-bottom: 0;
}
.pop_teammember .pop_search_box .grid_col:last-child {
	width: 75%;
}

/* 페이징 */
.pop_content .paging_wrap {
	padding-top: 20px;
}

/* 직업 상세정보 */
.levelcompare_box {
	padding: 15px;
	font-size: 0; line-height: 0;
}
.levelcompare_box>div {
	display: inline-block;
	width: 49%;
	font-size: 1.5rem; line-height: 1.5rem;
}
.levelcompare_box .tbl {
	margin-left: 2%;
}

/*.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;
}*/

/* 롤모델 정보 */
.pop_content .rolemodel_wrap {
	padding: 35px 25px 25px;
}
.pop_content .rolemodel_who {
	position: static; 
	margin: 0 auto 35px;
	transform: none;
}

/* 교과정보 추가 */
.addsubject_wrap .subject_listbox dl {
	min-height: auto;
	padding: 1em;
}
.addsubject_wrap .subject_listbox dl:hover {
	border: 1px solid #d93b3b;
	cursor: pointer;
}
.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);
}

/* 선택 출력하기 */
.resume_print {
	padding: 0 20px;
}
.resume_print .check_row {
	display: block;
	padding: 14px 10px;
	border-bottom: 1px solid #d7d7d7;
}

/* 추가, 삭제 버튼 */
.btn_rowedit {
	font-size: 1.5rem;
	background-color: transparent;
}
.btn_rowedit::before {
	display: inline-block;
	content: "";
	margin-top: 2px; margin-right: 5px;
	width: 16px; height: 16px;
	background-repeat: no-repeat;
	vertical-align: top;
}
.row_add::before {
	background-image: url(../../images/client/formstyle/icon_rowadd.png);
}
.row_del::before {
	background-image: url(../../images/client/formstyle/icon_rowdel.png);
}
.btn_rowposition .btn_rowedit {
	position: relative; top: 15px;
}

/* 개인정보 동의서 */
.agreement_notice {
	position: relative;
	margin-top: 10px;
	padding-left: 15px;
	color: #c43b3b;
}
.agreement_notice strong {
	position: absolute; left: 0;
}
.agreement_underline {
	color: #049fdc; font-weight: 600; text-decoration: underline;
}

.agreement_box {
	padding: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #cccccc;
}
.agreement_box .agreement_txt {
	margin: 5px 0 10px;
    font-size: 1.8rem; letter-spacing: -0.05em;  
	font-family: KOHIBaeum, sans-serif;  word-break: keep-all; 
}
.agreement_box .agreement_txt br {
	display: none;
}
.agreement_box .radio_row {
	margin: 0; margin-right: 24px;
}
.agreement_box .radio_row:last-child {
	margin-right: 0;
}
.agreement_box ul.date {
	margin-bottom: 3px;
}  
.agreement_box ul.name {
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.agreement_box ul li {
	display: inline-block;
	margin-right: 15px; 
}
.agreement_box ul li:last-child {
	margin-right: 0;
}

/* 교육 장소 현황 조회 */
.pop_content .main_schedule {
	margin-right: 0;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* 취업상담예약 */
.counsel_popup{ 
    position: relative;
    margin-bottom: 7px;
    padding: 5px 5px 5px 110px;  
	min-height: 50px;
    background-color: #f3f4f9;
} 
.counsel_popup > strong { 
    position: absolute; left: 25px; top: 50%;
    display: block;
    font-size: 1.5rem; font-weight: 600;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);   
} 
.counsel_popup .counsel_type p { 
	font-size: 1.4rem;
}
.counsel_wrap.top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counsel_wrap.top .counsel_popup {
	display: flex;
    width: 49.5%; 
	align-items: center;
} 

/* 프로그램 만족도 조사 */
.double_arrow {
	display: inline-block;
	width: 14px; height: 12px;
	font-size: 0; line-height: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.double_left {
	background-image: url(../../images/client/popup/icon_double_left.png);
}
.double_right {
	background-image: url(../../images/client/popup/icon_double_right.png);
}
.tbl_satisfy table {
	border: 1px solid #cccccc;
}
.tbl_satisfy table thead th {
	position: relative;
	font-size: 1.4rem; line-height: 1em;
	padding-bottom: 40px;
	background: none; 
	border: none;
	border-bottom: 1px solid #cccccc;
}
.tbl_satisfy table thead th:first-child {
	padding-bottom: 10px;
	font-size: 1.5rem;
	background-color: #f3f4f9; 
	border-right: 1px solid #cccccc; 
}
.satisfy_score {
	position: absolute; bottom: 10px;
	display: block;
	width: 100%;
	padding-bottom: 5px;
	font-size: 1.3rem; font-weight: 500;
}
.satisfy_score::before {
	position: absolute; bottom: 0; left: 50%;
	content: "";
	display: inline-block;
	width: 1px; height: 4px;
	background-color: #193296;
}
.satisfy_score::after {
	position: absolute; bottom: 0; left: 0;
	content: "";
	display: inline-block;
	width: 100%; height: 1px;
	background-color: #193296;
}
.satisfy_score.first::before {
	margin-left: -4px; margin-bottom: -3px;
	width: 7px; height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.satisfy_score.first::after {
	left: inherit; right: 0;
	width: 50%; 
}
.satisfy_score.last::after {
	width: 50%; 
}
.satisfy_score.last::before {
	margin-left: -4px; margin-bottom: -3px;
	width: 7px; height: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


.survey_list dd .radio_row.numbering {
	margin: 0;
}
.radio_row.numbering label {
	padding: 0;
	width: 20px; height: 20px;
	line-height: 18px; color: #1e2446;
	background-image: none;
	border: 1px solid #1e2446;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.radio_row.numbering input:checked + label {
	color: #fff;
	background-image: none;
	background-color: #1e2446;
	border-color: #1e2446;
}

/* 자격증 선택 팝업 */
.certi_txt {
	display: inline-block;
	margin-left: 5px;
	line-height: 38px;
}



@media screen and (max-width:1280px) {

	/* 팝업 공통 1280 */
	.pop_xl_wrap {
		width: 85%;
	}
	
}
@media screen and (max-width:1080px) {

}
@media screen and (min-width:1025px) {
	
	/* login 팝업 hover */ 
	.login_box .login_site li.naver:hover a {
		background-color: #00af4f;
	}
	.login_box .login_site li.kakao:hover a {
		background-color: #ebbc00;
	}
	.login_box .login_site li.daejin:hover a {
		background-color: #f5f5f5;
	}
	
}
@media screen and (max-width:1024px) {
	
	/* 팝업 공통 1024 */
	.pop_xl_wrap {
		width: 97%;
	}
	.pop_lg_wrap {
		width: 94%;
	}

	
	/* login 팝업 1024 */
	.login_box {
		padding: 60px 380px 60px 72px;
	}

}
@media screen and (max-width:768px) {
	
	/* 팝업 공통 768 */
	.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 20px;
	}
	.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{
		padding: 15px 20px 10px;
	}
	.pop_header h2 {
		font-size: 2rem; 
	}
	.pop_header .pop_close {
		top: 14px; right: 20px;
	}
	.pop_footer {
		margin: 0 20px;
		padding: 15px 10px;
		border-top-width: 1px;
	}
	
	/* login 팝업 768 */
	.login_wrap {
		width: 94%;
	}
	.login_box { 
		padding: 40px 11%;
		height: auto;
		background-image: none;
	}   
	.login_box h1 {
		margin: 0 auto 25px;
		width: 180px;
	} 
	.login_box .login_site {
		padding-top: 10px;
	}
	.login_box .login_site li {
		margin-bottom: 13px;
		font-size: 1.7rem;
	}
	.login_box .login_site li a {
		line-height: 55px;
	} 
	.login_box .login_site li.daejin.local {
		height: 55px;
	}
	.login_box .login_site li.daejin.local a {
		padding: 7px 7px 7px 75px;
	}

	.login_box button.mfp-close {
		top: 15px; right: 15px;
		width: 18px; height: 18px;		
	}

	/* 검색창 768 */
	.pop_content .searchtoggle_left {
		text-align: left;
		border-bottom: none;
	}
	.pop_content .searchtoggle_left .total_count {
		padding-top: 15px; padding-left: 5px;
	}
	.pop_content .search_box.row2 {
		padding: 20px 20px 12px;
	}
	
	/* 추가, 삭제 버튼 768 */
	.btn_rowposition .btn_rowedit {
		top: 12px;
	}

	/* 취업상담예약 768 */
	.counsel_popup {
        padding: 40px 7px 7px 7px;
    }
    .counsel_popup > strong {
        left: 10px; top: 10px;  
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none;   
    }  
	.counsel_popup .counsel_type {
		margin-bottom: 5px;
	}
    .counsel_wrap.top {
        display: block;
    }
    .counsel_wrap.top .counsel_popup {
        width: auto; 
    } 
	.counsel_wrap.top .counsel_popup > p {
		margin-left: 10px;
	}

}
@media screen and (max-width:480px) {
	
	/* 팝업 공통 480 */
	.pop_info_box {
		padding: 15px;
	}
	
	/* login 팝업 480 */
	.login_box {
		padding: 35px 8%;
	}  
	.login_box .radio_wrap {
		margin-bottom: 5px;
	}
	.login_box .login_site {
		padding-top: 0;
	}
	.login_box .login_site li {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.login_box .login_site li a {
		padding-left: 50px;
		line-height: 50px;
	}  
	.login_box .login_site li a span {
		width: 50px;
	}
	.login_box .login_site li.daejin.local {
		height: 50px;
	}
	.login_box .login_site li.daejin.local a {
		padding: 6px 6px 6px 50px;
		letter-spacing: -0.07em;
	}
	.login_box .join_find {
		margin-top: 15px;
	}
	.login_box .join_find li a {
		margin-right: 20px;
	}
	.login_box .join_find li a::after {
		right: -10px;
	}

	.login_box .login_input {
		margin-bottom: 25px;
	}
	.login_box .login_input li {
		margin-bottom: 10px;
	}
	.login_box .login_input li input {
		padding: 0 15px; 
		background-position: left 10px center;
	}
	.login_box .login_input .id input {
		background-size: 20px auto;
	}
	.login_box .login_input .password input {
		background-size: 19px auto;
	}
	.login_box .btn {
		width: 130px; height: 35px;
		line-height: 35px; font-size: 1.6rem;
	}
	
	/* 공지사항 팝업 480 */
	.pusupop_footer p {
		right: auto; left: 10px;
	}
	.pusupop_footer p label {
		padding-right: 0; padding-left: 22px;
		background-position: left center;
	}
	.pusupop_footer p label::before {
		left: 22px; 
	}
	.pusupop_footer p input:checked + label::before {
		width: calc( 100% - 20px );
	}
	
	/* 검색창 480 */
	.pop_content .search_box {
		padding: 0;
		background: rgba(0,0,0,0);
	} 
	.pop_content .search_box.row2 {
		padding: 0;
	}
	
	/* 롤모델 정보 480 */
	.pop_content .rolemodel_wrap {
		padding: 35px 10px 5px;
	}
	
	/* 교육 장소 현황 조회 480 */
	.pop_content .main_schedule .fc .fc-toolbar {
		justify-content: left;
	}

}