@charset "utf-8";

/* 팝업 공통 */
.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;
}
.pop_thank_txt {
	padding: 10px 0;
	font-size: 1.1rem; word-break: keep-all;
	color: #0d65d9; text-align: center; font-weight: 600;
}

/* 공지사항 팝업 */
.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: 10px; margin-top: -40px;
	position: relative;
	background-color: #d93b3b;
	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/popup/push_check.png) no-repeat 0 0;
	background-size: 20px;
}
.pusupop_footer p input:checked + label {
	background-image: url(../../images/client/popup/push_check_on.png);
}
.pusupop_footer p label:hover {
	cursor: pointer;
}
.pusupop_footer .push_close {
	display: inline-block;
	padding: 5px 8px;
	position: absolute; right: 10px;
	background-color: #464646;
	color: #fff; line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pusupop_footer .push_close:hover {
	background-color: #727272;
}


/* 로드맵 알림 팝업 */
.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_wrapper {
	overflow: hidden;
	width: 750px; height: 500px;
	margin: 0 auto;
	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);
}
.login_box {
	padding: 40px;
} 
.login_leftbox {
	float: left;
	width: 50%; height: 100%;
	background-size: contain;
}
.login_leftbox h1 {
	margin-bottom: 40px;
	text-align: center;
}
.login_leftbox > p {
	margin-top: 20px;
}
.login_leftbox > p img {
	width: 120px;
}
.login_rightbox {
	width: 50%; height: 100%;
	float: right;
	background: #0b499e url(../../images/client/popup/bg_login.jpg) no-repeat center bottom;
}
.login_form .login_input {
	display: block;
	width: 100%;
	padding: 15px 10px 15px 60px; margin-bottom: 15px;
	color: #00427c;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px;
	border:1px solid #d7d7d7;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 0px 1px 8px -5px rgba(0,0,0,0.5) inset;
}
.login_form .login_input:focus {
	border-color: #00427c;
}
.login_id {
	background-image: url(../../images/client/popup/icon_id.jpg);
}
.login_pw {
	background-image: url(../../images/client/popup/icon_pw.jpg);
}
.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;
	padding: 13px 15px; margin-bottom: 15px;
	text-align: center; color: #fff; font-size: 1.1rem;
	background-color: #00427c;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
	transition: box-shadow 0.5s;
}
.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 {
	display: inline-block;
}
.id_save input {
	display: none;
}
.id_save label:hover {
	cursor: pointer;
}
.id_save label {
	padding: 2px 2px 2px 22px;
	color: #0d65d9;
	background: url(../../images/client/popup/push_check.png) no-repeat left center;
}
.id_save input:checked+label {
	background-image: url(../../images/client/popup/push_check_on.jpg);
}
.btn_popupclose {
	display: block;
	width: 20px; height: 20px;
	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;
}
.btn_popupclose:hover {
	background-image: url(../../images/client/popup/btn_close_on.png);
}

/* 사이트맵 */
.sitemap_wrapper {
	overflow: hidden;
	width: 900px; 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.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;
	background-repeat: no-repeat;
	background-position: 99% center;
	border-bottom: 3px solid #00427c;
}
.sitemap_list1 h2{
	background-image: url(../../images/client/common/icon_gnb01.png);
}
.sitemap_list2 h2{
	background-image: url(../../images/client/common/icon_gnb02.png);
}
.sitemap_list3 h2{
	background-image: url(../../images/client/common/icon_gnb03.png);
}
.sitemap_list4 h2{
	background-image: url(../../images/client/common/icon_gnb04.png);
}
.sitemap_list5 h2{
	background-image: url(../../images/client/common/icon_gnb05.png);
}
.sitemap_list6 h2{
	background-image: url(../../images/client/common/icon_gnb06.png);
}
.sitemap_list7 h2{
	background-image: url(../../images/client/common/icon_gnb07.png);
}
.sitemap_list8 h2{
	background-image: url(../../images/client/common/icon_gnb08.png);
}
.sitemap_list9 h2{
	background-image: url(../../images/client/common/icon_gnb09.png);
}
.sitemap_list10 h2{
	background-image: url(../../images/client/common/icon_gnb10.png);
}
.sitemap_list li {
	padding: 5px 0
}
.sitemap_list li a {
	display: block;
	padding: 5px 15px;
	font-weight: 600; color: #727272;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.5;
	-moz-transition: all 0.5;
	-o-transition: all 0.5;
	transition: all 0.5;
}
.sitemap_list li a:hover {
	color:#fff;
	background-color: #289dd3;
}


/* 서브페이지 팝업 */
.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_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_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: 60px;
	padding: 0 15px;
	position: relative;
	border-bottom: 2px solid #d7d7d7;
}
.pop_header h2{
	height: 100%;
	font-size: 1.3rem; line-height: 60px; color: #00427c; font-weight: 600;
}
.pop_header .pop_close{
	width: 32px; height: 32px;
	margin-top: -16px;
	position: absolute; top: 50%; right: 15px;
	text-indent: -9999px;
	background: url(../../images/client/popup/pop_close.png)center center no-repeat;
}
.pop_header .pop_close:hover{
	background-image: url(../../images/client/popup/pop_close_hover.png);
}
.pop_footer{
	padding: 0 15px 20px 15px; margin-top: 10px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
}
.pop_footer>div{
	width: 100%;
	padding-top: 10px;
}
.pop_footer>div button {
	margin: 0 2px;
}

/* 영역 공통 */
.pop_content .section_area {
	margin-bottom: 3%;
}

/* 타이틀 */
.pop_content .section_tit {
	padding-left: 22px;
	font-size: 1.2rem;
	background-size: 14px;
	background-position: 0 10px;
}

/* 검색창 */
.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: #d4f3f7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* 페이징 */
.pop_content .paging_wrap {
	padding-top: 20px;
}

/* 사전조사 */
.survey_list dt {
	padding: 30px 0 10px 40px;
	font-size: 1.1rem; font-weight: 600;
}
.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: #858585; font-weight: 600;
	text-align: center; line-height: 30px;
	background-color: #f1f1f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.survey_list dd {
	padding: 0 20px 20px 39px;
	border-bottom: 1px solid #d7d7d7;
}


/* 직업 상세정보 */
.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%;
}
.pattern_wrap {
	display: table;
	width: 100%;
	border: 1px solid #ddd;
}
.pattern_wrap>li {
	display: table-cell;
	width: 25%;
	text-align: center; vertical-align: top;
	border-left: 2px solid #ddd;
}
.pattern_wrap>li:first-child {
	border-left: 0;
}
.pattern_wrap>li strong {
	display: block;
	padding: 15px 0;
	font-size: 1.1rem; font-weight: 600;
	background-color: #f4eae2;
}
.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: 13px;
}
.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 .pattern_bar {
	height: 20px;
	position: absolute; top: 0; left: 0;
	background-color: #f2b84b;
}
.pattern_wrap>li ul li div .pattern_bar_txt {
	position: relative;
	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;
}

/* 롤모델 정보 */
.roleinfo_check {
	margin-bottom: 15px;
}
.roleinfo_check > strong {
	display: block;
	padding-top: 120px; margin-bottom: 30px;
	text-align: center; font-size: 1.2rem; font-weight: 600;
	background: url(../../images/client/sub/img_model.png) no-repeat center 20px;
}
.roleinfo_check .programpoint_list div{
	padding: 70px 0 10px 0;
	font-size: 1.3rem; text-align: center;
	background-position: center 0;
	border: 0;
}
.roleinfo_check .programpoint_list dd div strong {
	display: block;
	margin-right: 0;
}

/* 교과정보 추가 */
.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);
}

/* 비교과 추가 */
.addprogram_wrap .program_lisbox {
	padding: 10px 10px 10px 260px;
}
.addprogram_wrap .program_lisbox.on {
	border-color: #289dd3;
}
.addprogram_wrap .program_lisbox.on + .program_footer {
	border-color: #00427c;
	border-top: 2px dashed #d7d7d7;
}
.addprogram_wrap .program_lisbox .certi_label {
	right: auto; left: 10px;
}
.addprogram_wrap .previewimg_box {
	width: 240px; height: 180px;
	position: absolute; left: 10px; top: 10px;
}

.addprogram_wrap .previewimg_box a {
	-webkit-border-radius: 50px 0 0 0;
	-moz-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0;
}
.addprogram_wrap .program_infolist dt {
	height: auto;
	padding: 4px 10px;
	-webkit-line-clamp: 1;
}
.addprogram_wrap .program_label {
	left: 20px; top: 160px;
}
.addprogram_wrap .team_label {
	right: auto; left: 180px; top: 160px; 
}
.addprogram_wrap .program_infolist dd {
	padding: 2px 10px;
}
.addprogram_wrap .program_lisbox .graph_wrap .graph_box p {
	padding-top: 10px; 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 .btn_check{
	position: absolute; top: 5px; right: 10px;
}
.addprogram_wrap .program_footer .btn_addlike {
	right: 40px;
}

/* 포트폴리오 공유하기 */
.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: 98%;
}
.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 span {
	background-color: #289dd3;
}
.resumerow_add:hover {
	color: #016dae; 
}
.resumerow_add:hover span {
	background-color: #016dae;
}
.resumerow_del span {
	background-color: #94bdf2;
}
.resumerow_del:hover {
	color: #999;
}
.resumerow_del:hover span {
	background-color: #999;
}
.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;
	position: absolute; top: 10px; right: 10px;
}

/* 교외활동 */
.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;
}
.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: #f5f3f1;
	-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 ul {
	margin-bottom: 40px; padding: 12px 18px;
	width: 490px; 
	text-align: left;
	border: 1px solid #d7d7d7;
	background: url('../../images/client/popup/bg_worknet_pop.jpg') no-repeat 376px 40px;
}
.worknet_pop_box ul li {
	font-size: 16px; font-weight: bold; color: #c01515; line-height: 26px;;
}
.worknet_pop_box .btn_close {
	position: absolute; top: 24px; right: 26px;
}


@media screen and (max-width:1279px) {

}
@media screen and (max-width:1080px) {

}
@media screen and (max-width:1024px) {
	/* 팝업 공통 */
	.pop_lg_wrap {
		width: 94%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	
	/* login 팝업 */
	.login_wrapper {
		width: 90%; height: auto;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.login_box {
		padding: 30px 30px 10px;
	} 
	.login_leftbox {
		float: none;
		width: 100%; height: auto;
		background-size: 150px;
	}
	.login_leftbox h1 {
		margin-bottom: 20px;
	}
	.login_leftbox h1 img {
		width: 70%;
	}
	.login_form .login_input {
		margin-bottom: 5px;
		padding: 10px 10px 10px 40px;
		background-position: 15px center;
		background-size: 15px;
	}
	.login_rightbox {
		width: 100%; height: auto;
		float: none;
		text-align: left;
		padding-left: 30px;
	}
	.login_rightbox {
		background-size: cover;
	}
	.submit_login {
		padding: 9px 15px;
	}
	.login_leftbox > p img {
		width: 100px;
	}
	
	/* 팝업 공통 */
	.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: 50px;
		padding: 0px 10px;
	}
	.pop_header h1{
		padding-right: 20px;
		font-size: 16px; text-align: left; line-height: 50px;
	}
	.pop_header .pp_pop_close{
		width: 20px; height: 20px;
		margin-top: -10px;
		right: 10px;
		background-size: contain;
	}
	.pop_footer{
		padding:0 0 20px 0;
		text-align: center;
	}
	
	/* 롤모델 정보 */
	.roleinfo_check .programpoint_list {
		display: table;
		width: 100%;
	}
	.roleinfo_check .programpoint_list dd {
		display: table-cell;
		width: 33.33%;
	}
	.roleinfo_check .programpoint_list div {
		padding: 50px 10px 10px;
		font-size: 1.1rem;
		background-size: 40px;
	}
	
	/* 이력서 등록 */
	.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;
	}
	/* 교외활동 767 */
	.active_status {
		position: static;
		margin-top: 5px;
		text-align: right;
	}
	.active_status.btn {
		margin: 0 0 0 auto;
		display: block;
	}
	.pop_search_box .commu_filelist {
		padding: 10px;
	}
}
@media screen and (max-width:480px) {
	
	.pop_search_box .row3 {
		width: 100%;
		margin-top: 5px; margin-left: 0;
	}
	/* 교외활동 480 */
	.resume_commu_filelist.report .attach_file {
		position: static;
		display: block; width: 81px;
		margin: 0 0 0 auto;
	}
	/* 이력서 등록 */
	.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;
	}
	.edit_hp1 {
		width: 50px;
	}
	.edit_mail1, .edit_mail2 {
		width: 117px;
	}

}