@charset "utf-8";

/* 탭영역 */
.tab_list {
	overflow: hidden;
	display: table;
	width: auto;
	font-size: 0; line-height: 0;
	border: 1px solid #00427c;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.tab_list li {
	display: inline-block;
	overflow: hidden;
} 
.tab_list li a{
	display: block;
	padding: 0.8em 1.5em;
	font-size: 1.2rem; line-height: 1.5em; color: #00427c;
	background-color: #fff; 
	border-left: 1px solid #00427c;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.tab_list li:first-child a{
	margin-left: 0;
	border-left: 0;
	-webkit-border-radius: 15px 0 0 0;
	-moz-border-radius: 15px 0 0 0;
	border-radius: 15px 0 0 0;
}
.tab_list li:last-child a {
	-webkit-border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
}
.tab_list li a.on {
	background-color: #d4f3f7;
}
.tab_list li a.tab_all {
	padding-left: 3em;
	background-image: url(../../images/client/sub/tab_all_on.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.tab_list.tabs li a.tab_all.on {
	border-left: 1px solid #d4f3f7;
}
.tab_list.tabs {
	border: none; 
}
.tab_list.tabs li {
	text-align: center;
}
.tab_list.tabs li a.tab_all, .tab_list.tabs li a.tab_all.on {
	padding: 1.35em 1em 1.35em 3em;
}
.tab_list.tabs li a {
	padding: 0.6em 0.8em;
	font-weight: bold; 
	border-top: 1px solid #00427c;
	border-left: 1px solid #00427c;
	border-top: 1px solid #00427c;
	border-bottom: 1px solid #00427c;
}
.tab_list.tabs li a.on {
	border-top: 1px solid #d4f3f7;
	border-left: 1px solid #00427c;
	border-bottom: 1px solid #d4f3f7;
}

/*
.tab_list.tabs li:nth-of-type(4) a {
	border-right: 1px solid #00427c;
*/
}
.tab_list.tabs li:nth-of-type(7) a, .tab_list.tabs li:nth-of-type(8) a {
	border-right: 1px solid #00427c;
}
.tab_list.tabs span {
	display: inline-block; 
	width: 100%;
	font-size: 1rem; line-height: 1;
}
.tab_list.tabs li:nth-of-type(5) a, .tab_list.tabs li:nth-of-type(6) a, .tab_list.tabs li:nth-of-type(7) a, .tab_list.tabs li:nth-of-type(8) a {
	color: #057ae6;
	border-top: 1px solid #00427c;
	border-left: 1px solid #00427c;
}
.tab_list.tabs li:nth-of-type(5) a.on, .tab_list.tabs li:nth-of-type(6) a.on, .tab_list.tabs li:nth-of-type(7) a.on, .tab_list.tabs li:nth-of-type(8) a.on {
	background: #b9d5ef;
	border-top: 1px solid #b9d5ef;
	border-bottom: 1px solid #b9d5ef;
}
.tab_list.tabs li:last-child a {
	border-right: 1px solid #00427c;
}
.nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(7) a {
	border-right: 0;
} 
.nonsub_tab .tab_list.tabs li:last-child .tablist_1line, .nonsub_tab .tab_list.tabs li:last-child .tablist_1line.on {
	padding: 1.35em 0.6em;
	border-bottom: 0; 
	border: 1px solid #00427c;
}
.nonsub_tab .tab_list.tabs li:last-child .tablist_1line.on {  
	border: 1px solid #b9d5ef;
}
.nonsub_tab .tab_list.tabs li a {
	padding: 0.6em 0.015em;	
}
.nonsub_tab .tab_list.tabs li a.tab_all, .nonsub_tab .tab_list.tabs li a.tab_all.on {
	padding: 1.35em 1em 1.35em 3em;
}



.show_tab, .show_tab2 {
	width: 100%; height: 54px;
	margin-bottom: 15px;
	position: relative;
	font-size: 0; line-height: 0;
	border-bottom: 1px solid #d7d7d7; 
}
.show_tab li, .show_tab2 li {
	display: inline-block;
	position: relative;
	margin-top: -1px;
}
.show_tab li a, .show_tab2 li a {
	display: block;
	min-width: 120px; padding: 0 10px;
	font-size: 1.2rem; line-height: 50px; text-align: center; color: #929292;
	background-color: #d4f3f7; 
	border-bottom: 4px solid #d4f3f7; 
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0; 
}
.show_tab li a:hover, .show_tab2 li a:hover {
	/*color: #00427c;*/ 
}
.show_tab li a.on, .show_tab2 li a.on {
	margin-top: 1px;
	color: #28c3d9; font-weight: 600;
	background-color: #fff;
	border-bottom: 4px solid #28c3d9;
}

.show_tab_row {
	height: auto;
}
.show_tab_row li {
	display: block;
}
.show_tab_row li a.on{
	margin-top: 0;
	border-top: 1px solid #d7d7d7;;
	border-right: 3px solid #00427c;
}

.move_tab {
	width: 100%; height: 54px;
	margin-bottom: 15px;
	position: relative;
	font-size: 0; line-height: 0;
	border-bottom: 1px solid #d7d7d7; 
}
.move_tab li {
	display: inline-block;
	position: relative;
}
.move_tab li a {
	display: block;
	min-width: 120px; padding: 0 10px;
	font-size: 1.2rem; line-height: 50px; text-align: center; color: #929292;
	background-color: #d4f3f7; 
	border-bottom: 4px solid #d4f3f7; 
	-webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0; 
}
.move_tab li a:hover {
	color: #00427c;
}
.move_tab li a.on {
	margin-top: 1px;
	color: #28c3d9; font-weight: 600;
	background-color: #fff;
	border-bottom: 4px solid #28c3d9;
}

.tab_button {
	width: auto;
	margin-bottom: 15px;
}
.tab_button li {
	display: inline-block;
}
.tab_button li a {
	display: block;
	padding: 10px 15px;
	font-size: 1.1rme; color: #fff; line-height: 1em;
	background-color: #cccccc;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.tab_button li a.on {
	background-color: #00427c;
}

/* form 공통 */
.form_style {
	padding: 0 5px;
	line-height: 35px; font-size: 1rem; color: #464646;
	background-color: #fff;
	border: 1px slid #d7d7d7;
	box-sizing: border-box;
}
.form_style:focus {
	border: 1px solid #00427c;
}
input[type="text"].form_style {
	height: 35px;
	border: 1px solid #00427c;
} 
/* input - checkbox */
.check_row {
	display: inline-block;
	margin: 2px 10px 2px 0;
	font-size: 1rem;
}
.check_row label {
	padding: 2px 0 2px 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
	background-image: url(../../images/client/common/icon_check.png);
}
.check_row label:hover {
	color: #289dd3;
	cursor: pointer;
}
.check_row input:checked + label {
	background-image: url(../../images/client/common/icon_check_on.png);
}

.check_row.shape_check {
	margin: 0;
}
.check_row.shape_check label {
	display: inline-block;
	width: 20px; height: 20px;
	padding: 0;
	font-size: 0; line-height: 0;
}

/* input - radio */
.radio_row {
	display: inline-block;
	margin: 2px 10px 2px 0;
	font-size: 1rem;
}
.radio_row label {
	padding: 2px 0 2px 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
	background-image: url(../../images/client/common/icon_radio.png);
}
.radio_row label:hover {
	color: #289dd3;
	cursor: pointer;
}
.radio_row input:checked + label {
	background-image: url(../../images/client/common/icon_radio_on.png);
}


/* textarea */
textarea.form_style{
	width: 100%;
	padding: 8px;
	line-height: 1.5em;
	border: 1px solid #d7d7d7;
}

/* select */
.select_form {
	display: inline-block;
	position: relative;	
	margin: 2px 2px 2px 0;
	width: 170px;
	z-index: 1;
}
.select_form label {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 0.5em; padding-right: 27px;
	position: absolute; top: 0; bottom: 0; left: 0px;
	white-space: nowrap; text-overflow: ellipsis; color: #00427c;
	background: #fff url(../../images/client/sub/bg_select.png)right center no-repeat; 
	border: 1px solid #00427c;
	z-index: -1;
}
.select_form label:active {
	border-color: #00427c;
}
.select_form .select_custom {
	width: 100%; height: auto;
	padding: 10px 0 9px;
	font-size: inherit;
	border: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
}
.select_xxs {
	width: 70px;
}
.select_xs {
	width: 100px;
}
.select_sm {
	width: 150px;
}
.select_md {
	width: 200px;
}
.select_lg {
	width: 300px;
}
.grid_col > .select_form {
	width: 100%;
	margin: 0;
}

/* select2 스타일 수정 */
.sel_search_row {
	display: inline-block;
	font-size: 1rem;
}
.grid_col > .sel_search_row {
	width: 100%;
}
.select2-container {
	width: 100%;
}
.select2-container .select2-choice {
	height: 35px;
	padding: 0 27px 0  0.5em;
	color: #464646;
	border: 1px solid #00427c;;
	background: #fff url(../../images/client/sub/bg_select.png) right center no-repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	
}
.select_lg .select2-container .select2-choice {
	background: #fff url(../../images/client/sub/bg_select.png)right center no-repeat;
}
.select2-container .select2-choice > .select2-chosen {
	width: 100%;
	line-height: 35px;
}
.select2-container .select2-choice .select2-arrow {
	display: none;
}
.select2-drop {
	padding-top: 10px;
	color: #464646;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
}
.select2-search {
	margin-bottom: 5px;
}
.select2-results {
	padding: 0; margin: 0;
}
.select2-dropdown-open .select2-choice {
	-webkit-box-shadow: none;
	box-shadow: none; 
	background-color: #fff;
	background-image: none; 
	background-image: none;
	background-image: none;
	filter: none;
	background-image: none; 
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 1px solid #d7d7d7;
	outline: none;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.6) inset;
}

/* 셀렉트 박스 텍스트 박스 검색 */
.search_and {
	position: relative;
}
.search_and.search_text {
	padding-left: 125px;
}
/*Chrome, Firefox, Opera, Safari 20.1+*/
.search_text .form_style::placeholder {
	color: #999;
	opacity: 1; /*firefox*/
}
/*IE 10-11*/
.search_text .form_style:-ms-placeholder {
	color: #999;
}
/*Microsoft Edge*/
.search_text .form_style::-ms-placeholder {
	color: #999;
}
.search_and .select_form {
	width: 120px;
	margin: 0;
	position: absolute; left: 0; bottom: 0;
}

/* button */
.btn_area {
	padding: 5px 0;
	position: relative;
}
.btn {
	display: inline-block;
	position: relative;
	font-size: 1rem;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn:hover {
	cursor: pointer;
}
.btn_circle{
	display: inline-block;
	position: relative;
	font-size: 1rem;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn_circle:hover {
	cursor: pointer;
}

.btn_rowposition {
	position: absolute; right: 0; top: 0;
}

/* 버튼 컬러 */

.btn_default {
	color: #1679a7;
	background-color: #fff6e6;
}
.btn_default:hover {
	background-color: #bdb6a8;
}

.btn_red {
	color: #fff;
	background-color: #ef4a34;
}
.btn_red:hover {
	background-color: #ea3119;
}

.btn_lightred {
	color: #fff;
	background-color: #f06c6c;
}
.btn_lightred:hover {
	background-color: #e54b4b; 
}

.btn_deepred {
	color: #fff;
	background-color: #7f6464;
}
.btn_deepred:hover {
	background-color: #715454; 
}

.btn_blue {
	color: #fff6e6;
	background-color: #289dd3;
}
.btn_blue:hover {
	background-color: #1679a7;
}
.btn_bo_blue {
	color: #289dd3; 
	border: 1px solid #289dd3;
	background-color: #fff;
}
.btn_bo_blue:hover {
	background-color: #deecf3;
}

.btn_deepblue {
	color: #fff;
	background-color: #00427c;
}
.btn_deepblue:hover {
	background-color: #0a3c68;
}

.btn_ivory {
	color: #1679a7;
	background-color: #fff6e7;
}
.btn_ivory:hover {
	background-color: #bdb6a8;
}

.btn_lightblue {
	color: #fff;
	background-color: #289dd3;
}
.btn_lightblue:hover {
	background-color: #178fc7;
}

.btn_green {
	color: #222;
	background-color: #becd00;
}
.btn_green:hover {
	background-color: #aab706;
}
.btn_deepgreen {
	color: #fff;
	background-color: #279fad;
}
.btn_deepgreen:hover {
	background-color: #178491;
}

.btn_orange {
	color: #fff;
	background-color: #ff9000;
}
.btn_orange:hover {
	background-color: #e68304;
}

.btn_yellow {
	color: #fff;
	background-color: #fdc107;
}
.btn_yellow:hover {
	background-color: #e9b000;
}

.btn_gray {
	color: #fff;
	background-color: #ababab;
}
.btn_gray:hover {
	background-color: #7f7f7f;
}

.btn_black {
	color: #fff;
	background-color: #464646;
}
.btn_black:hover {
	background-color: #575757;
}
.btn_white {
	color: #0d65d9;
	background-color: #fff;
}
.btn_white:hover {
	background-color: #ddd;
}
.btn_purple {
	color: #fff;
	background-color: #384577;
}
.btn_purple:hover {
	background-color: #253a89;
}
/* 버튼 사이즈 */
.btn_xs {
	padding: 0 5px;
	line-height: 30px;
}
.btn_sm {
	padding: 0 10px;
	line-height: 30px;
}
.btn_md {
	padding: 0 15px;
	line-height: 35px;
}
.btn_lg {
	padding: 0 20px;
	line-height: 40px;
}

.btn_icon_xs {
	padding: 0 8px 0 25px;
	line-height: 25px; font-size: 0.9rem;
	background-size: 15px;
}
.btn_icon_sm {
	padding: 0 10px 0 30px;
	line-height: 30px;
}
.btn_icon_md {
	padding: 0 15px 0 40px;
	line-height: 35px;
	background-position: 15px center;
}
.btn_icon_lg {
	padding: 0 20px 0 40px;
	line-height: 40px;
	background-position: 15px center;
}

.btn_addicon {
	padding-left: 40px;
	background-position: 15px center;
}

.title_label {
	display: block;
	padding-left: 2px; font-weight: 600;
}


.btn_addlike {
	width: 23px; height: 20px;
	text-indent: -9999px;
	background-size: 30px;
	background-color: transparent;
	background-position: 0 0;
	background-image: url(../../images/client/main/icon_like.png);
	background-size: 23px;
}
.btn_addlike.on {
	background-image: url(../../images/client/main/icon_like_on.png);
}
.btn_grade {
	background-image: url(../../images/client/sub/btn_capa_list.png);
}
.btn_worknetgo {
	background-image: url(../../images/client/sub/btn_worknet.png);
}
.btn_counselgo {
	background-image: url(../../images/client/sub/btn_counsel_go.png);
}
.btn_worknet {
	background-image: url(../../images/client/sub/btn_view.png);
}
.btn_addteam {
	background-image: url(../../images/client/sub/btn_userplus.png);
}
.btn_search {
	height: 35px;
	padding: 0 8px 0 30px;
	font-size: 1rem; line-height: 34px; color: #fff;
	background-color: #289dd3;
	background-image: url(../../images/client/sub/btn_view.png);
	background-size: 15px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.btn_search:hover {
	background-color: #016dae;
}
.btn_commit {
	background-position: 15px center;
	background-image: url(../../images/client/sub/btn_commit.png);
}
.btn_commit[disabled] {
	background-image: url(../../images/client/sub/btn_commit_off.png);
	cursor:default;
}
.btn_icon_sm.btn_commit {
	padding-left: 35px;
	font-size: 0.9;
	background-position: 12px center;
}
.btn_icon_md.btn_commit {
	padding-left: 40px;
	background-position: 12px center;
}
.btn_detailview {
	background-image: url(../../images/client/sub/btn_capa_list.png);
}
.btn_detailview.btn_icon_sm {
	background-size: 13px;
	background-position: 12px center;
}
.btn_confirm {
	margin-left: 5px;
	background-image: url(../../images/client/sub/btn_confirm.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_confirm.btn_icon_sm {
	background-size: 15px;
}
.btn_remove {
	background-image: url(../../images/client/sub/btn_remove.png);
}
.btn_modify {
	background-image: url(../../images/client/sub/btn_modify.png);
}
.btn_modify.btn_icon_sm {
	background-size: 13px;
	background-position: 13px center;
}
.btn_list {
	background-position: 15px center;
	background-image: url(../../images/client/sub/btn_list.png);
}
.btn_list.btn_blue {
	background-image: url(../../images/client/sub/btn_list_w.png);
}
.btn_listdel{
	background-image: url(../../images/client/sub/icon_del.png);
}
.btn_listdel.btn_icon_lg {
	background-size: 16px;
}
.btn_listdel.btn_icon_sm {
	background-size: 13px;
	background-position: 11px center;
}
.btn_setbasic {
	width: 23px; height: 23px;
	text-indent: -9999px; 
	background-color: transparent;
	background-size: contain;
	background-position: 0 0;
	background-image: url(../../images/client/sub/icon_set.png);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn_setbasic.on {
	background-image: url(../../images/client/sub/icon_set_on.png);
}
.btn_nextstep {
	background-image: url(../../images/client/sub/btn_next.png);
}
.btn_addsubject {
	color: #fff;
	background-image: url(../../images/client/sub/btn_addsubject_w.png);
}
.btn_icon_lg.btn_addsubject {
	background-position: 15px center;
}
.btn_addnunsubject {
	color: #fff;
	background-image: url(../../images/client/sub/btn_addnunsubject_w.png);
}
.btn_icon_lg.btn_addnunsubject {
	background-position: 15px center;
}
.btn_addlang {
	color: #fff;
	background-image: url(../../images/client/sub/btn_addlang_w.png);
}
.btn_addlang.btn_icon_lg {
	background-position: 15px center;
}
.btn_addlicense {
	color: #fff;
	background-image: url(../../images/client/sub/btn_addlicense_w.png);
}
.btn_addlicense.btn_icon_lg {
	background-position: 15px center;
}
.btn_listdel2{
	width: 30px; height: 30px;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url(../../images/client/sub/btn_deleta2.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px;
	border: 1px solid #999;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn_listdel2:hover {
	background-image: url(../../images/client/sub/btn_deleta2_hover.png);
}
.btn_employee_do {
	background-image: url(../../images/client/sub/btn_employee_do.png);
}
.btn_employee_do.btn_icon_md {
	background-size: 18px;
}
.btn_employee_do.btn_icon_sm {
	background-size: 15px;
	background-position: 10px center;
}
.btn_employee_cancle {
	background-image: url(../../images/client/sub/btn_employee_cancle.png);
}
.btn_employee_cancle.btn_icon_md {
	background-size: 18px;
}
.btn_employee_cancle.btn_icon_sm {
	background-size: 15px;
	background-position: 10px center;
}
.btn_more {
	padding: 5px 25px 5px 15px;
	background-image: url(../../images/client/main/bg_more.png);
	background-size: 5px;
	background-position: 85% center;
}
.btn_white.btn_more {
	background-image: url(../../images/client/main/bg_more_blue.png);
}
.btn_green.btn_more {
	background-image: url(../../images/client/main/bg_more_black.png);
}
.btn_downfile {
	background-image: url(../../images/client/sub/btn_filedown_w.png);
}
.btn_icon_md.btn_downfile {
	background-size: 18px;
}
.btn_filedown {
	width: 36px; height: 29px;
	margin-top: -18px;
	text-indent: -9999px;
	position: absolute; top: 50%;
	background: url(../../images/client/sub/icon_filefolder.png);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn_filedown_off {
	display: inline-block;
	width: 36px; height: 29px;
	margin-top: -18px;
	text-indent: -9999px;
	position: absolute; top: 50%;
	background: url(../../images/client/sub/icon_filefolder_none.png);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn_share {
	background-image: url(../../images/client/sub/btn_share.png);
}
.btn_icon_lg.btn_share{
	background-position: 15px center;
	background-size: 15px;
}
.btn_print {
	background-image: url(../../images/client/sub/btn_allprint.png);
}
.btn_print_eng {
	background-image: url(../../images/client/sub/btn_allprint_eng.png);
}
.btn_icon_lg.btn_print{
	background-position: 16px center;
	background-size: 16px;
}
.btn_icon_md.btn_print {
	padding: 0 11px 0 40px;
}
.btn_selprint {
	background-image: url(../../images/client/sub/btn_selprint.png);
}
.btn_icon_lg.btn_selprint{
	background-position: 16px center;
	background-size: 14px;
}
.btn_testsave {
	background-image: url(../../images/client/sub/btn_save.png);
}
.btn_icon_md.btn_testsave{
	background-position: 13px center;
	background-size: 15px;
}
.btn_join {
	background-image: url(../../images/client/sub/btn_join.png);
}
.btn_join.btn_icon_sm {
	background-size: 13px;
	background-position: 13px center;
}
.btn_close {
	display: inline-block;
	width: 30px; height: 30px;
	background: url(../../images/client/popup/pop_close.png) no-repeat center;
}
.btn_close:hover {
	background-image: url(../../images/client/popup/pop_close_hover.png);
}


/* 삭제 */
.btn_del {
	width: 20px; height: 20px;
	text-indent: -9999px;
	background: url(../../images/client/sub/btn_del.png) no-repeat;
}
.btn_del:hover {
	background-image: url(../../images/client/sub/btn_del_on.png);
}

/* 파일첨부 관련 */
.attach_file input{
	display: none;
}
.attach_file {
	background-size: 18px;
	background-image: url(../../images/client/sub/btn_fileadd.png);
}
.file_thumbnail {
	overflow: hidden;
	display: inline-block;
	width: 120px; height: 120px;
	margin-top: 8px;
	position: relative;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.file_thumbnail a {
	display: block;
	width: 100%; height: 100%;
	position: relative;
	background: url(../../images/client/sub/img_file_thumbnail.jpg) no-repeat center 20px;
}
.file_thumbnail a span {
	overflow: hidden;
	display: block;
	width: 100%; height: 25px;
	padding-left: 15px;
	position: absolute; bottom: 0;
	background: #dbecf6 url(../../images/client/sub/icon_attachfile.png) no-repeat 3px center;
	font-size: 0.9rem; line-height: 25px; white-space: nowrap;
	text-overflow: ellipsis;
}
.file_thumbnail:hover {
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.file_thumbnail .btn_del {
	position: absolute; top: 5px; right: 5px;
}
table .fileattach_box {
	border: 1px solid #d7d7d7;
	padding: 8px;
}

/* 검색영역 - background box */
.search_box {
	padding: 0.6em 1em 0.8em;
	background-color: #d4f3f7;
}
.grid_row.search_box .select_form{
	margin-top: 0;
}
.search_row {
	overflow: visible;
	margin-top: 0.8em;
	position: relative;
}
.search_text {
	width: 100%; min-height: 35px;
	padding-right: 70px;
}
.search_text input {
	width: 100%;
}
.search_text .btn_search {
	position: absolute; right: 0; bottom: 0;
}
.search_box_inner {
	padding: 20px;
}

/* 기업검색용 검색창 */
.search_box2 {
	margin-bottom: 20px; padding: 0.6em 1em 0.8em;
	background-color: #d5e7f2;
}
.search_box2 > div {
	margin-bottom: 10px;
}
.search_box2 > div:last-child {
	margin-bottom: 0;
}
.search_box2 .check_outer {
	padding: 8px 10px;
	background: rgba(255,255,255,0.5);
}
.search_box2 .check_outer {
	font-size: 0; line-height: 0;
}
.search_box2 .check_all {
	display: block;
	width: 100% !important;
}
.search_box2 .check_all label {
	display: block !important;
	background-position: left 3px !important;
}
.search_box2 .check_inner {
	display: none;
}
.search_box2 .check_outer .check_row, .search_box2 .check_outer .radio_row {
	margin-right: 0; padding-right: 10px;
	width: 16.666%;
	vertical-align: top;
}
.search_box2 .check_outer .check_row label, .search_box2 .check_outer .radio_row label {
	display: inline-block;
	padding: 0 0 0 20px;
	background-size: 14px; background-position: left 3px;
}
.urlbtn_area {
	display: flex;
	padding: 10px 0;
	flex: 1;
}
.urlbtn_area .btn_refresh {
	margin-left: 10px;
	height: 35px;
	flex-shrink: 0;
	line-height: 35px;
	box-shadow: none;
}
.urlbtn_outer {
	display: flex;
	width: 100%;
	background: #fff;
	border: 1px solid #289dd3;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.urlbtn_outer input[type="text"].form_style {
	padding: 0 20px;
	width: 100%;
	border: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
.urlbtn_outer .btn_blue {
	position: relative; right: -1px;
	width: 100px;
	text-align: center;
	flex-shrink: 0;
	box-shadow: none;
}
.search_box2 .check_outer.on .check_inner {
	margin-top: 6px; padding-top: 8px;
	border-top: 1px dashed #289dd3;
}

.search_box.select {
	position: relative;
	padding-right: 100px;
}
.search_box.select .btn_search {
	position: absolute; right: -80px; bottom: 3px;
}


/* tab - 비교과정보 */
.search_box::after {
	display: block; content: ""; clear: both;
}
.panel_wrap .search_box.panels {
	width: 100%;
}
#panel5, #panel6, #panel7, #panel8 { 
	background-color: #b9d5ef;
}
.panel_wrap .grid_col {
	margin-bottom: 5px;
}



/* 검색영역 - 토글버튼 */
.search_toggle_row {
	height: 40px;
	margin: 0.5em auto; margin-bottom: 1em;
	position: relative;
}
.searchtoggle_left {
	float: left;
	vertical-align: top;
}
.searchtoggle_right {
	float: right;
	vertical-align: top;
}
.search_toggle_row:after {
	display: block;
	content: "";
	clear: both;
} 
.btn_check_form {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0 10px;
	font-size: 1rem; line-height: 35px; color: #929292;
	border-bottom: 3px solid rgba(0,0,0, 0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn_check_form:hover {
	cursor: pointer;
}
.btn_check_form.on { 
	color: #004181;  
	border-color: #004181;
}
.btn_check_form input {
	display: none;
}

.btn_likelist {
	padding: 0 0.8em 0 2.5em;
	margin: 0 5px 0 0;
	color: #fff;
	background: #289dd3 url(../../images/client/sub/btn_likelist.png) no-repeat 10px center;
	background-size: 20px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.btn_likelist.on {
	color: #fff;
	background-color: #016dae;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.6);
}
.btn_recommend {
	background-image: url(../../images/client/sub/btn_recommend.png);
}
.btn_recommend.on{
	background-color: #f2b84b;
}
.btn_refresh {
	padding: 0 0.8em 0 2.5em;
	font-size: 1rem; line-height: 35px; color: #016dae;
	background-color: #fff6e7;
	background-size: 15px;
	background-position: 1em center;
	background-image: url(../../images/client/sub/btn_reflash.png);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_refresh:hover {
	background-color: #beb6a9;
}
.pre_cal {
	display: inline-block;
	margin-top: -2px; margin-right: -30px;
	width: 150px; height: 36px;
	background-color: #fff;
	background-repeat: no-repeat; 
	-webkit-border-radius: 35px 0 0 35px;
	-moz-border-radius: 35px 0 0 35px;
	border-radius: 35px 0 0 35px;
	border: 1px solid #e1e1e1;
}
.pre_cal.worknet {
	background-image: url('../../images/client/sub/bg_worknet.jpg'); 
	background-size: 84px;
	background-position: 26px 5px;
}
.pre_cal.saramin {
	background-image: url('../../images/client/sub/bg_saramin.jpg'); 
	background-size: 72px;
	background-position: 30px 7px;
}
.pre_cal.jobkorea {
	background-image: url('../../images/client/sub/bg_jobkorea.jpg'); 
	background-size: 76px;
	background-position: 28px 6px;
}
.searchtoggle_right .btn_calender {
	margin-right: 20px;
}
.btn_calender {
	padding: 0 0.8em 0 3em;
	font-size: 1rem; line-height: 35px; color: #fff;
	background-color: #289dd3;
	background-size: 21px;
	background-position: 1em 8px;
	background-image: url('../../images/client/sub/btn_calender.png');
}
.btn_calender:hover {
	background-color: #016dae;
}
.btn_disable {
	background-color: #777 !important;
}
.btn_disable:hover {
	cursor: default;
	background-color: #777 !important;
}

.btn_check {
	width: 25px; height: 30px;
}
.btn_check input {
	display: none;
}
.btn_check 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%;
}
.btn_check label:hover {
	cursor: pointer; 
}
.btn_check input:checked + label {
	background-image: url(../../images/client/sub/icon_testselect_on.png);
}

/* 채용정보 검색박스 */
.search_job {
	padding: 15px; margin-bottom: 2%;
}
.search_job .row2 {
	display: inline-block;
	width: 49%; margin-left: 2%;
	vertical-align: top;
}
.search_job .row2:nth-child(odd) {
	margin-left: 0;
}
.search_job strong {
	display: block;
}
.range_day .search_day{
	display: inline-block;
	width: 49%;
}
/*Chrome, Firefox, Opera, Safari 20.1+*/
.search_day input::placeholder {
	color: #000;
	opacity: 1; /*firefox*/
}
/*IE 10-11*/
.search_day input:-ms-placeholder {
	color: #000;
}
/*Microsoft Edge*/
.search_day input::-ms-placeholder {
	color: #000;
}
.row2 .select_form {
	margin: 0;
}


/* 링크 */
.filedown_link {
	padding: 5px 0 5px 20px;
	color: #0487d9;
	background: url(../../images/client/sub/icon_file.png) no-repeat 0 center;
}
.filedown_link:hover {
	text-decoration: underline;
}
.link_hover:hover {
	color: #00427c;
}

/* dot */
.dot_sm_circle {
	display: inline-block;
	width: 5px; height: 5px;
	margin-right: 5px;
	background-color: #00427c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/* 라벨 */
.label_new {
	display: inline-block;
	width: 20px; height: 20px;
	margin-right: 5px;
	text-align: center; color: #fff; font-size: 1rem; line-height: 20px;
	background: #f26a1b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* 달력 */
.search_day {
	width: 100%; height: 35px;
	margin: 0.2em 0;
	position: relative;
}
.search_day .form_style {
	width: 100%;
}
.search_day .calendar_open {
	display: block;
	width: 22px; height: 22px;
	text-indent: -9999px;
	position: absolute; right: 8px; top: 8px;
	background: url(../../images/client/sub/icon_calender.png) no-repeat;
	-webkit-transition : 0.2s;
	-moz-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
} 
.search_day input:focus ~ a {
	background: url(../../images/client/sub/icon_calender_on.png) no-repeat;
}
.search_day .calendar_open:focus {
	background-image: url(../../images/client/sub/icon_calender_on.png);
}


/* 기간 검색 영역 */
.search_label {
	display: block;
	margin: 3px 0 2px 0;
	font-size: 0.9rem; color: #00427c; font-weight: bold;
}
#panel5 .search_label, #panel6 .search_label, #panel7 .search_label, #panel8 .search_label {
	color: #00427c;
}
.calendar_row{
	position: relative;
	font-size: 0;
}
.calendar_row .search_day {
	display: inline-block;
	width: 50%;
	font-size: 1rem;
}

/*paging*/
.paging_wrap {
	width: 100%;
	text-align: center;
	padding: 30px 0 0; line-height: 0; font-size: 0;
	vertical-align: top;
}
.paging_wrap a{
	display: inline-block;
	margin: 0 3px;
	min-width: 26px; height: 26px;
	padding: 0 5px;
	vertical-align: top;
	font-size: 1.1rem; line-height: 26px;
	letter-spacing: -1px;
	cursor: pointer;
}
.paging_wrap a:hover{
	color: #00427c;
}
.paging_wrap a.active {
	color: #fff; font-weight: 600;
	background-color: #00427c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.paging_wrap a.page_con{
	margin: 0 2px;
	text-indent: -9999px;
	border-left: 0;
	background-position: center center;
	background-repeat: no-repeat; 
	transition: all 0.3s;
}
.paging_wrap a.pre_page {
	background-image: url(../../images/client/sub/page_prev.png);
}
.paging_wrap a.first_page {
	background-image: url(../../images/client/sub/page_first.png);
}
.paging_wrap a.next_page {
	background-image: url(../../images/client/sub/page_next.png);
}
.paging_wrap a.last_page {
	background-image: url(../../images/client/sub/page_last.png);
}


@media screen and (max-width:1279px) {


}
@media screen and (max-width:1080px) {


}
@media screen and (max-width:1024px) {

	/* 탭영역 */
	.tab_list li a {
		padding: 0.7em 1em;
		font-size: 1rem; line-height: 1.5em;
	}
	.tab_list li a.tab_all {
		background-size: 15px;
		background-position: 15px center;
	}
	.tab_list.tabs li a {
		padding: 0.5em 0.03em;
	}
	.tab_list.tabs li a.tab_all, .tab_list.tabs li a.tab_all.on {
		padding: 1.28em 1em 1.28em 3em;
	}
	.nonsub_tab .panel_wrap {
		height: 384px;
	}
	.nonsub_tab.tab_more .tab_list.tabs li a {
		width: 88px;
	}  
	
	.move_tab {
		height: 46px;
	}
	.move_tab li a{
		min-width: auto;
		padding: 0.7em 1em;
		font-size: 1rem; line-height: 1.5em;
	}
	.move_tab li a.on {
		margin-top: 2px; 
	} 
	
	
	/* 검색 영역 */
	.search_box {
		margin-top: -2px;
	}
	.panel_wrap .search_box {
		margin-top: 0;
	}
	
	/* 검색영역 - 토글버튼 */
	.search_toggle_row {
		height: 37px;
		margin: 0.3em auto; margin-bottom: 0.5em;
	}
	.btn_check_form {
		font-size: 0.9rem;
		background-position: 0.6em center;
	}
	.btn_refresh {
		font-size: 0.9rem;
	}

	/* 기업검색용 검색창 1024 */
	.search_box2 .check_outer .check_row, .search_box2 .check_outer .radio_row {
		width: 20%;
	}

	
}
@media screen and (max-width:767px) {

	/* 탭영역 */
	.tab_list {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.tab_list li:first-child {
		width: 100%;
	}
	.tab_list li {
		width: 33.333%;
	}
	.tab_list li a {
		margin-left: 0; padding: 0.7em 0.5em 0.7em 2em;
		background-size: 15px;
		border-bottom: 1px solid #ddd;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.tab_list li:first-child a{
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	.tab_list li a:nth-child(odd) {
		border-left: 0;
	}
	.tab_list li a.on {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.tab_list.tabs {
		border: 1px solid #00427c;
		background-color: #fff;
	}
	.tab_list.tabs li {
		text-align: left;
	}
	.tab_list.tabs li:nth-of-type(1) a, .tab_list.tabs li:nth-of-type(2) a, .tab_list.tabs li:nth-of-type(3) a, .tab_list.tabs li:nth-of-type(4) a, .tab_list.tabs li:nth-of-type(5) a, .tab_list.tabs li:nth-of-type(6) a, .tab_list.tabs li:nth-of-type(7) a {
		border: none;
	}
	.tab_list.tabs li:nth-of-type(1) a, .tab_list.tabs li:nth-of-type(2) a, .tab_list.tabs li:nth-of-type(3) a, .tab_list.tabs li:nth-of-type(4) a, .nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(5) a, .nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(6) a, .nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(7) a {
		border-bottom: 1px solid #ddd;
	}
	.tab_list.tabs li:nth-of-type(2) a, .tab_list.tabs li:nth-of-type(3) a, .tab_list.tabs li:nth-of-type(4) a, .tab_list.tabs li:nth-of-type(5) a, .tab_list.tabs li:nth-of-type(6) a, .tab_list.tabs li:nth-of-type(7) a, .nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(8) a {
		padding-left: 20px;
	}
	.tab_list.tabs li:nth-of-type(7) a, .nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(8) a {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.nonsub_tab .panel_wrap {
		height: 376px;
	}
	.nonsub_tab.tab_more .tab_list.tabs li a {
		width: auto;
	}
	.nonsub_tab.tab_more .tab_list.tabs li:nth-of-type(8) a {
		-webkit-border: none;
		-moz-border: none;
		border: none;
	}
	
	
	.show_tab, .show_tab2 {
		height: 40px;
	}
	.show_tab li a, .show_tab2 li a {
		min-width: auto; padding: 0 15px;
		font-size: 1.1rem; line-height: 36px;
	}	
	
	.move_tab {
		display: table;
		width: 100%; height: auto;
		border: 0;
	}
	.move_tab.tab_col_5 li {
		display: table-cell;
		width: 20%; height:100%;
	}
	.move_tab li a {
		min-width: 100%;
		padding: 10px 2px;
		font-size: 1.1rem; line-height: 1.3em; vertical-align: middle;
		border-bottom: 1px solid #d7d7d7;
	}
	.move_tab li a.on {
		padding: 10px 2px 7px;
		margin-top: 0; 
	}
	
	.move_tab.tab_col_6 {
		height: auto;
	}
	.move_tab.tab_col_6 li {
		width: 33.32%; height:100%;
	}
	.move_tab.tab_col_6 li a.on {
		border-top: 1px solid #d7d7d7;
		border-bottom-color: #d7d7d7;
	}
	
	.tab_plan {
		display: table;
		width: 100%; height: auto;
		border: 0;
	}
	.tab_plan li {
		display: table-cell;
		
	}
	.tab_plan li a {
		min-width: auto;
		padding: 0.4em 1em;
		font-size: 1rem; line-height: 1.3em;
	}
	.tab_plan li a.on {
		margin-top: 2px; 
	}
	.tab_plan li a span {
		display: block;
	}
	
	/* 검색영역 */
	.search_box {
		padding: 0.4em 0.6em 0.6em; margin-bottom: 1em;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	/* 검색영역 -토글버튼 */
	.search_toggle_row {
		height: auto;
		margin-bottom: 1.5em;
	}
	.searchtoggle_left {
		float: none;
		width: 100%; padding-bottom: 0.5em;
		text-align: center;
		border-bottom: 2px dashed #ddd;
	}
	.searchtoggle_right {
		float: none;
		width: 100%; padding-top: 0.5em;
		text-align: center;
	}
	
	/*paging*/
	.paging_wrap {
		padding: 15px 0 0;
	}
	
	.title_label {
		font-size: 0.9rem;
	}
	
	/* input - checkbox */
	.check_row label {
		padding-left: 22px;
		background-size: 18px;
	}

	/* input - radio */
	.radio_row label {
		padding-left: 22px;
		background-size: 18px;
	}
	
	/* label */
	.label_new {
		width: 15px; height: 15px;
		line-height: 15px; font-size: 0.9rem;
	}
	
	/* button */
	.btn_xs {
		padding: 0 5px;
		line-height: 25px;
	}
	.btn_sm {
		padding: 0 18px;
		line-height: 25px;
	}
	.btn_md {
		padding: 0 13px;
		line-height: 30px;
	}
	.btn_lg {
		padding: 0 15px;
		line-height: 35px;
	}
	
	.btn_icon_xs {
		padding: 0 5px 0 20px;
		line-height: 20px; font-size: 0.9rem;
		background-size: 10px;
	}
	.btn_icon_sm {
		padding: 0 10px 0 28px;
		line-height: 25px; font-size: 0.9rem;
	}
	.btn_icon_md {
		padding: 0 11px 0 30px;
		line-height: 30px;
		background-position: 11px center;
	}
	.btn_icon_lg {
		padding: 0 13px 0 32px;
		line-height: 35px;
		background-position: 12px center;
		background-size: 13px;
	}
	.btn_filedown {
		width: 30px; height: 26px;
		margin-top: 0;
		right: 5px; top: auto; bottom: 0;
		background-size: 30px;
		background-repeat: no-repeat;
	}
	.btn_filedown_off {
		width: 30px; height: 26px;
		margin-top: 0;
		right: 5px; top: auto; bottom: 0;
		background-size: 30px;
		background-repeat: no-repeat;
	}
	.btn_icon_lg.btn_share {
		background-size: 13px;
		background-position: 12px center;
	}
	.btn_icon_lg.btn_selprint {
		background-size: 12px;
		background-position: 12px center;
	}
	.btn_icon_lg.btn_print {
		background-size: 15px;
		background-position: 12px center;
	}
	.attach_file.btn_icon_sm {
		background-size: 15px;
	}
	
	/* 진로설계 tab */
	.tab_plan li a {
		font-size: 1rem; word-break: keep-all;
	}

	/* 기업검색용 검색창 767 */
	.search_box2 .check_outer .check_row, .search_box2 .check_outer .radio_row {
		width: 25%;
	}
	

}
@media screen and (max-width:690px) {

	/* 기업검색용 검색창 690 */
	.search_box2 .check_outer .check_row, .search_box2 .check_outer .radio_row {
		width: 33.333%;
	}

}
@media screen and (max-width:480px) {
	
	.tab_list li {
		width: 50%;
	}
	.tab_list.tabs li:nth-of-type(5) a {
		border-bottom: 1px solid #ddd;
	}
	.show_tab li a, .show_tab2 li a {
		padding: 0 10px;
		font-size: 1rem;
	}	
	.move_tab.tab_col_6 li {
		width: 50%;
	}
	
	/* 페이징 */
	.paging_wrap {
		padding: 10px 0 15px 0;
	}
	.paging_wrap a {
		min-width: 25px; height: 25px;
		line-height: 25px;
		background-size: 10px;
	}
	.paging_wrap a.next_page, .paging_wrap a.pre_page {
		background-size: 5px;
	}

	/* 기업검색용 검색창 480 */
	.search_box2 > div:first-child .check_outer .check_row {
		width: 33.333%;
	}
	.search_box2 .check_outer .check_row, .search_box2 .check_outer .radio_row {
		width: 50%;
	}


}