@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;
    -webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
} 
.tab_list li a{
	display: block;
	padding: 0.8em 1.5em;
	font-size: 1.2rem; line-height: 1.5em; color: #ccc;
	background-color: #fff; 
	border-left: 1px solid #00427c;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.tab_list li:first-child a{
	margin-left: 0;
	border-left: 0;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.tab_list li:last-child a {
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.tab_list li a.on {
	background-color: #f2f2f2;
}
.tab_list li a.tab_all {
}

.tab_list.tabs {
	border: none;
}
.tab_list.tabs li {
	text-align: center; width: 110px;
}
.tab_list.tabs li a {
	padding: 10px;
	border:1px solid #ccc;
    border-radius:15px 15px 0 0;
    -webkit-border-radius:15px 15px 0 0;
    -moz-border-radius:15px 15px 0 0;
    -o-border-radius:15px 15px 0 0;
}
.tab_list.tabs li a.on {
	background: #4a647d;
    color:#fff; font-weight: bold;
    border: 0;
}

.tab_list.tabs li:last-child a {
	border-right: 1px solid #ccc;
}
.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 1em;
	border-bottom: 0;
}
.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;
	 -ms-overflow-style: none;
}
.show_tab::-webkit-scrollbar, .show_tab2::-webkit-scrollbar { 
	display: none; 
}

.show_tab li, .show_tab2 li {
	display: inline-block;
	position: relative;
}
.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: #fff;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 0;
	outline:0;
  cursor: pointer !important;
}
.show_tab li a span, .show_tab2 li a span {
	vertical-align: top; line-height: inherit;
}
.show_tab li:first-child a, .show_tab2 li:first-child a {
	border-left: 1px solid #d7d7d7;
}
.show_tab li a.on, .show_tab2 li a.on {
	color: #00aeef; font-weight: 600;
	border-top: 4px solid #00aeef;
}
.show_tab.checkbox.check_width li a {
	min-width: 190px;
}
.show_tab.checkbox li a::before{
	content:"";
	display: inline-block;
	position: relative; top: 2px;
	width: 16px; height: 16px;
	background-repeat: no-repeat;
	margin-right: 10px;
	background-image: url(../../images/client/common/icon_check_blue.png);
}
.show_tab.checkbox li a.on::before{
	background: url(../../images/client/sub/icon_check_sky.png) no-repeat;
}
.show_tab3 {
	border-bottom: 0;
}
.show_tab3 li {
	cursor: pointer;
}
.show_tab3 li a{
	min-width: 70px; height: 30px;
	border:0 !important;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	background: #f5f5f5;
	color:#027dcb;
	line-height: 30px; font-size: 1rem;
	margin-right: 5px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	cursor:pointer !important;
}
.show_tab3 li a.on {
	background: #027dcb;
	color:#fff;
	border: 0; line-height: 30px;
	font-weight: 400;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}
.show_tab_row {
	height: auto;
}
.show_tab_row li {
	display: block;
}
.show_tab_row li a.on{
	color:#265097;
	margin-top: 0;
	border-top: 1px solid #d7d7d7;
	border-right: 6px solid #265097;
}
.show_tab.bgtab{
    border-bottom:1px solid #ccc;
    height: auto;
}
.show_tab.bgtab li{
    
}
.show_tab.bgtab li a{
    border-radius:20px 20px 0 0;
    -webkit-border-radius:20px 20px 0 0;
    -moz-border-radius:20px 20px 0 0;
    font-size: 1.1rem;
    transition:0.2s;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
}

.show_tab.bgtab li a.on{
    background: #004e96; color:#fff;
    border:none; 
    border-radius:20px 20px 0 0;
    -webkit-border-radius:20px 20px 0 0;
    -moz-border-radius:20px 20px 0 0;
}

.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: #fff;
	border: 1px solid #d7d7d7;
	border-bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.move_tab li a.on {
	margin-top: 1px;
	color: #289dd3; font-weight: 600;
	border-top: 4px solid #289dd3;
}

.tab_button {
	width: auto;
	margin-bottom: 15px;
}
.tab_button li {
	display: inline-block;
}
.tab_button li a {
	display: inline-block;
	min-width: 80px;
	border:0;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	background: #f5f5f5;
	color:#027dcb;
	height:30px;
	line-height: 30px;
	font-size: 1rem;
	margin-right: 5px;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	border-top: 0 !important;
	outline: none;
	text-align: center;
}

.tab_button li a.on {
	background: #027dcb;
	color:#fff;
	border: 0;
	font-weight: 400;
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

/* form 공통 */
.form_style {
	padding: 0 5px;
	line-height: 35px; font-size: 1rem; color: #464646;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}
.form_style:focus {
	border: 1px solid #00427c;
}
input[type="text"].form_style {
	height: 35px;
	border: 1px solid #d7d7d7;
}
input[type="text"].form_style:focus {
	border: 1px solid #265097;
}
/* input - checkbox */
.check_row {
	display: inline-block;
	margin: 2px 10px 2px 0;
	font-size: 1rem;
}
.check_row label {
	padding: 2px 0 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	background-image: url(../../images/client/common/icon_check_blue.png);
}

.check_row input:checked + label {
	background-image: url(../../images/client/common/icon_checkblue2_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: 0px 0 2px 20px;
	background-repeat: no-repeat;
	background-position:left center;
	background-size: 16px;
	background-image: url(../../images/client/common/icon_radio_white.png);
}

.radio_row input:checked + label {
	background-image: url(../../images/client/common/icon_radioblue_on.png);
}


/* textarea */
textarea {
	border: 1px solid #d7d7d7;
	-webkit-border: 1px solid #d7d7d7;
}
textarea.form_style{
	width: 100%;
	padding: 8px;
	line-height: 1.5em;
	border: 1px solid #d7d7d7;
	-webkit-border: 1px solid #d7d7d7;
}

/* select */
.select_form {
	display: inline-block;
	width: auto;
	position: relative;	
	height: 35px;
	z-index: 1;
}
.select_form label {
	overflow: hidden;
	display: block;
	width: 100%; height: 100%;
	padding: 0 27px 0 0.8em;
	position: absolute; top: 0; bottom: 0; left: 0px;
	white-space: nowrap; text-overflow: ellipsis;
	background: #fff url(../../images/client/sub/bg_select_purple.png) right 5px center no-repeat;
	z-index: -1;
    border:1px solid #d7d7d7;
	border: 0;
	line-height: 30px;
}
.select_form.normal label {
	border: 1px solid #d7d7d7;
}
.select_form.bluebd label{
    border:1px solid #4a647d;
}
.select_form label:active {
	border-color: #00427c;
}
.select_form .select_custom {
	width: 100%; height: auto;
	padding: 9px 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 #d7d7d7;
	background: #fff url(../../images/client/sub/bg_select_purple.png) right 5px 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_purple.png)right 5px center no-repeat;
}
.select2-container .select2-choice > .select2-chosen {
	width: 100%;
	line-height: 32px;
	font-size: 0.95rem;
	padding-left: 10px;
	font-weight: 400;
}
.select2-container .select2-choice .select2-arrow {
	display: none;
}
.select2-drop {
	padding-top: 10px;
	color: #333333;
	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;
}
/*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: 110px; height: 33px;
	margin: 0;
	position: absolute; left: 1px; top: 1px;
}

/* 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-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition:0.5s;
	transition: 0.5s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  transition: 0.2s;
}
.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: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.btn_rowposition {
	position: absolute; right: 0; top: 51px;
}
.btn_rightposition {
    position: absolute; right: 0; top: 0;
}
/* 버튼 컬러 */

.btn_default {
	color: #1679a7;
	background-color: #fff6e6;
}
.btn_bdred {
    border:1px solid #cd6a82;
    color:#cd6a82;
    background-color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.btn_lightred {
	color: #fff;
	background-color: #f06c6c;
}
.btn_deepred {
	color: #fff;
	background-color: #77314c;
}
.btn_blue {
	color: #fff;
	background-color: #265097;
}
.btn_blue2 {
	color: #fff;
	background-color: #294269 !important; 
}
.btn_blue2:hover {
	background-color: #132849 !important; 
}

.btn_bdblue {
    color:#265097;
    border:1px solid #265097;
    background-color: #fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.btn_deepblue {
	color: #fff;
	background-color: #4a647d;
}
.btn_bddeepblue {
	color: #4a647d;
    background: #fff;
	border:1px solid #4a647d;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.btn_ivory {
	color: #1679a7;
	background-color: #fff6e7;
}
.btn_lightblue {
	color: #fff;
	background-color: #289dd3;
}
.btn_solblue {
	color: #2b6292;
	font-weight: 500;
	background-color: #d7e2eb;
}
.btn_lightwhite {
	background: #f5f5f5;
	color:#265097; font-weight: bold;
}
.btn_green {
	color: #fff;
	background-color: #189380;
}
.btn_green.shadow {
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.btn_deepgreen {
	color: #fff;
	background-color: #279fad;
}
.btn_orange {
	color: #fff;
	background-color: #ff9000;
}
.btn_yellow {
	color: #fff;
	background-color: #fdc107;
}
.btn_gray {
	color: #fff;
	background-color: #949ca9;
}
.btn_black {
	color: #fff;
	background-color: #464646;
}
.btn_white {
	color:#189380;
	background-color: #fff;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);
}
.btn_purple {
	color: #fff;
	background-color: #605ca8;
}
.btn_bdpurple {
	color: #817799;
    background: #fff;
    border:1px solid #817799;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.btn_cancel{
    color:#7d838f;
    border: 1px solid #7d838f;
    background-color: #fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
/* 버튼 사이즈 */
.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_lg2 {
	padding: 0 35px;
	line-height: 45px;
	width: 103px;
	height:45px;
	border-radius: 10px;
}

.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: 21px; 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: 21px;
}
.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 18px 0 35px;
	font-size: 1rem; line-height: 34px; color: #fff;
	background-color: #265097;
	background-image: url(../../images/client/sub/btn_view.png);
	background-size: 19px;
    background-position: 12px center;
}
.col_md_6 .btn_search {
	float: right;
}
.btn_commit {
	background-position: 15px center;
	background-image: url(../../images/client/sub/btn_commit.png);
}
.btn_icon_sm.btn_commit {
	padding-left: 35px;
	font-size: 0.9rem;
	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 {
	background-image: url(../../images/client/sub/btn_confirm.png);
}
.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: 18px; height: 25px;
	text-indent: -9999px;
	background-size: 17px;
	background-color: transparent;
	background-position: 2px 0;
	background-image: url(../../images/client/sub/icon_set.png);
}
.btn_setbasic.on {
	background-image: url(../../images/client/sub/icon_setblue_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_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 15px 5px 15px;
}
.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_filedown.png);
	background-repeat: no-repeat;
	background-position: center;
	-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_filedown_off.png);
	background-repeat: no-repeat;
	background-position: center;
	-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_del {
	width: 20px; height: 20px;
	text-indent: -9999px;
	background: url(../../images/client/sub/btn_del.png) no-repeat;
}

/* 파일첨부 관련 */
.attach_file input{
	display: none;
}
.attach_file {
    width: 120px; height: 120px;
	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;
    transition:0.2s;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
}
.file_thumbnail.attach_file{
    background: url(../../images/client/sub/bg_corner_dot.png);
    border:none;
}
.file_thumbnail.attach_file .attach_text{
    text-indent: -9999px;
    display: inline-block;
    background: url(../../images/client/sub/attach_file.png);
    width: 30px; height: 30px;
    position: absolute; top: 40%; left: 50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
	cursor:pointer;
}
.file_thumbnail.attach_file p{
    display: block;
    text-align: center;
    padding-top: 70px;
    cursor:pointer;
}

.file_thumbnail a {
	display: block;
	width: 100%; height: 100%;
	position: relative;
	background: url(../../images/client/sub/img_file_thumbnail_gray.png) no-repeat center 30px;
}
.file_thumbnail a span {
	overflow: hidden;
	display: block;
	width: 100%; height: 25px;
	padding-left: 15px;
	position: absolute; bottom: 0;
	background:#f2f2f2 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 .btn_del {
	position: absolute; top: 5px; right: 5px;
}
.thumbnail_img {
	position: relative;
	background-color: #fff;
	width: 100%; height: 100%;
}
.thumbnail_img img {
	position: absolute; top: 42%; left: 50%;
	max-width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/* 검색영역 - background box */
.search_box {
	padding: 0.6em 1em 0.8em;
	background-color: #f2f2f2;
}
.grid_row.search_box .select_form{
	margin-top: 0;
}
.search_box .grid_col {
	margin-bottom: 8px;
}
.search_row {
	margin-top: 0px;
	overflow: visible;
	position: relative;
}
.search_text {
	width: 100%; min-height: 35px;
	padding-right: 85px;
}
.search_text p{
    font-weight: 600;
}
.search_text input {
	width: 100%;
	padding-left: 115px;
}
.search_text .btn_search {
	position: absolute; right: 0; bottom: 0;
    padding: 0 15px 0 38px;
}
.search_box_inner {
	padding: 20px;
}
/* tab - 비교과정보 */
.search_box::after {
	display: block; content: ""; clear: both;
}
.panel_wrap .search_box.panels {
	width: 100%;
}
.panel_wrap .grid_col {
	margin-bottom: 0;
}
.panel_wrap.subject_panel{
    margin-top: -1px;
    border-top:1px solid #ccc;
}


/* 검색영역 - 토글버튼 */
.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;
	padding: 0 1.2em;
	font-size: 1rem; line-height: 35px; color: #027dcb;
	background-color: #f5f5f5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn_check_form.on {
	background-color:#027dcb;
    color:#fff;
	box-shadow:1px 1px 5px rgba(0,0,0,0.3);
}
.btn_check_form input {
	display: none;
}
.btn_check_form input + span {
	vertical-align: top; line-height: inherit;
}
.btn_likelist {
	padding: 0 0.8em 0 2.5em;
	margin-right: 5px;
	background: #289dd3 url(../../images/client/sub/btn_likelist.png) no-repeat 10px center;
	background-size: 20px;
	-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 {
	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: #fff;
	background-color: #a1a1a1;
	background-size: 15px;
	background-position: 1em center;
	background-image: url(../../images/client/sub/btn_refresh.png);
  background-repeat:no-repeat;
}
/*202404 소단위 전공과정 추가*/
.btn_refresh2 {
	padding: 0 0.8em 0 2.5em;
	font-size: 1rem; line-height: 45px; color: #294269;
	background-color: #fff;
	background-size: 15px;
	background-position: 1em center;
	background-image: url(../../images/client/sub/btn_refresh2.png);
  background-repeat:no-repeat;
	border: 1px solid #294269;
	line-height: 44px;
	height: 45px;
	width: 103px;
}
.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_disable {
	background-color:#c2c2c2 !important;
	cursor: default !important;
}
button[disabled] {
	background-color:#c2c2c2 !important;
	cursor: default !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 input:checked + label {
	background-image: url(../../images/client/sub/icon_testselect_on.png);
}
/* input - checkcol : 버튼형태의 체크박스 */
.check_col_wrap {
	display: inline-block;
	font-size: 0; line-height: 0;
}
.check_col_wrap > li {
	margin-right: 5px;
}
.check_col {
	display: inline-block;
	margin: 4px 4px 0 0;
	font-size: 14px;
}
.check_col > input {
	display: none;
}
.check_col label {
	display: inline-block;
	padding: 0 14px; 
	color: #027dcb; line-height: 33px; 
	background: #f8f3ef;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}
.check_col label span {
	line-height: inherit; vertical-align: top; 
}
.check_col input:checked + label {
	color: #fff;
	background: #027dcb;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.check_col input:disabled + label {
	cursor: default;
}
/* 채용정보 검색박스 */
.search_job {
	padding: 30px; 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 5px;
	color: #11265e;
}
.filedown_link+span{
    color:#7d7d7d; display: inline-block;
}

/* 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 .form_style::placeholder {
	color:#999;
}
.search_day .search_label+.form_style {
	padding-left: 110px;
}
.search_day .calendar_open {
	display: block;
	width: 20px; height: 22px;
	text-indent: -9999px;
	position: absolute; right: 8px; top: 8px;
	background: url(../../images/client/sub/icon_calender.png) no-repeat;
} 
.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_day .search_label {
	top: 52%;
}
.search_day .search_label:after {
	top: 57%;
}
.search_day.search_text a{
	right: 100px;
}
/* 기간 검색 영역 */
.search_label {
	display: block;
	font-size:0.95rem; color: #333333; font-weight: 400;
	position: absolute; top: 47%; text-align: center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	width: 100px; 
}
.search_label::after {
	content:"";
	background: url(../../images/client/sub/bar_gray.png) no-repeat;
	width: 1px; height: 14px;
	color:#d0c9cd;
	right: 0; position: absolute; top:55%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.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-right: 15px;
	width: 15px; height: 27px;
	padding: 0 1px;
	vertical-align: top;
	font-size: 1.1rem; line-height: 30px;
	cursor: pointer;   
}
.paging_wrap a:nth-child(7){
        margin-right: 0;
}
.paging_wrap a.last{
    margin-right: 0;
}
.paging_wrap a.page_con{
    display: inline-block;
	min-width: 30px; height: 30px;
	padding: 0 5px;
	vertical-align: top;
	font-size: 1.1rem; line-height: 30px;
	letter-spacing: -1px;
	cursor: pointer;
	margin: 0 2px;
	text-indent: -9999px;
	border-left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
    border:1px solid #d7d7d7;
}
.paging_wrap a.pre_page {
	margin-right: 20px;
	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 {
	margin-left: 20px;
	background-image: url(../../images/client/sub/page_next.png);
}
.paging_wrap a.last_page {
	
	background-image: url(../../images/client/sub/page_last.png);
}
.paging_wrap a.active {
	padding-bottom: 1px;
	color: #027dcb;
	border-bottom: 2px solid  #027dcb;
}
/* 현장실습 */
.field_file {
	display: inline-block;
}
.field_file .attach_text{
	display: inline-block; width: 38px; height: 35px;
	background-color: #265097;
	background-image: url(../../images/client/sub/btn_view.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor:pointer;
	transition:0.3s;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
}

/*202404 버튼 추가*/
.common-btnType-1{
	width: 204px;
	height:40px;
	line-height:40px;
	display:block;
	position:relative;
	font-size:1.3rem;
	color: #1C77FF;
	letter-spacing: -0.2px;
	text-align: center;
	background:#fff;
}
.common-btnType-1 span{color:#1C77FF;font-family: 'Pretendard';}
.common-btnType-1:after {
	content: "";
	display: block;
	clear: both;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #1C77FF;
	opacity: 0.6;
	position: absolute;
	border-radius: 100px;
}
.common-btnType-2{
	width: 204px;
	height:40px;
	line-height:40px;
	display:block;
	position:relative;
	font-size:1.3rem;
	color: #fff;
	letter-spacing: -0.2px;
	text-align: center;
	background:#CCCED4;
	border-radius: 100px;
}
.common-btnType-2 span{color:#fff;font-family: 'Pretendard';}
.common-btnType-2:after {
	content: "";
	display: block;
	clear: both;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.6;
	position: absolute;
	border-radius: 100px;
}


@media screen and (max-width:1279px) {
	/*202404 소단위 전공과정 추가*/
  .search_box.sh_box {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #DCDEE0;
	}

}
/*================================ hover(pc) ================================ */
@media screen and (min-width:1025px) {
	/*202404 소단위 전공과정 추가*/
	.search_box.sh_box{
		background:#fff;
		border-radius: 25px;
		border: 1px solid #DCDEE0;
	}
	/* tab hover */
	.show_tab li a:hover {
			color: #289dd3;
			cursor: default;
	}
	.show_tab2 li a:hover {
		cursor: default;
	}
	.show_tab3 li a:hover {
		color:#fff;
		background: #027dcb;
	}
	.show_tab_row li a:hover {
			border-right: 6px solid #265097;
			border-top: 1px solid #d7d7d7;
			color: #265097;
	}
	.show_tab.bgtab li a:hover {
			background: #004e96; color:#fff;
	}
	.move_tab li a:hover {
			color:  #289dd3;
	}
	.tab_button li a:hover {
			background-color: #027dcb;
			color: #fff;
	}
	/* input -checkbox hover*/
	.check_row label:hover {
			color: #2a4764;
			cursor: pointer;
	}
	/* input - radiobox hover*/
	.radio_row label:hover {
			color:#2a4764;
			cursor: pointer;
	}
	/* btn hover */
	.btn:hover {
			cursor: pointer;
	}
	.btn_circle:hover {
			cursor: pointer;
	}
	.btn_default:hover {
			background-color: #ede8de;
	}
	.btn_bdred:hover{
			border: 1px solid #a14b60;
			color:#a14b60;
	}
	.btn_lightred:hover {
			background-color: #e54b4b; 
	}
	.btn_deepred:hover {
			background-color: #51152c; 
	}
	.btn_blue:hover {
		background-color:#0d306c;
	}
	.btn_bdblue:hover{
			background-color:#265097;
	color:#fff;
	}
	.btn_deepblue:hover {
			background-color: #2a4764;
	}
	.btn_bddeepblue:hover {
			color:#293e53;
			border:1px solid #293e53;
	}
	.btn_ivory:hover {
		background-color: #bdb6a8;
	}
	.btn_lightblue:hover {
			background-color: #178fc7;
	}
	.btn_solblue:hover {
			background-color: #d7e2ff;
	}
	.btn_lightwhite:hover {
		background: #dbd8d8;
	}
	.btn_green:hover {
			background-color: #0a6355;
	}
	.btn_deepgreen:hover {
			background-color: #178491;
	}
	.btn_orange:hover {
			background-color: #e68304;
	}
	.btn_yellow:hover {
			background-color: #e9b000;
	}
	.btn_gray:hover {
			background-color: #697486;
	}
	.btn_black:hover {
		background-color: #575757;
	}
	.btn_white:hover {
			background-color: #ddd;
	}
	.btn_purple:hover {
			background-color: #3b3783;
	}
	.btn_bdpurple:hover {
			color:#a099b1;
			border:1px solid #a099b1;
	}
	.btn_cancel:hover{
			background-color:#7d838f;
	color:#fff;
	}
	/* 서브 페이지 버튼 */
	.btn_search:hover {
			background-color: #0d306c;
	}
	.btn_close:hover {
			background-image: url(../../images/client/popup/pop_close_hover.png);
	}
	.btn_del:hover {
			background-image: url(../../images/client/sub/btn_del_on.png);
	}
	.btn_listdel2:hover {
			background-image: url(../../images/client/sub/btn_deleta2_hover.png);
	}
	.file_thumbnail.attach_file:hover p{
			color:#00427c
	}
	.file_thumbnail.attach_file:hover{
			box-shadow:none;
	}
	.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);
	}
	.btn_check_form:hover {
			cursor: pointer;
			background-color: #027dcb;
			color:#fff;
	}
	.btn_refresh:hover {
			background-color:#868484;
	}
	.btn_calender:hover {
			background-color: #016dae;
	}
	.btn_disable:hover {
			background-color:#c2c2c2 !important;
	}
	button[disabled]:hover {
		background-color:#c2c2c2 !important;
	}
	.btn_check label:hover {
			cursor: pointer; 
	}
	.filedown_link:hover {
			text-decoration: underline;
	}
	.filedown_link:hover span{
			text-decoration: none;
	}
	.link_hover:hover {
			color: #00427c;
	}
	.paging_wrap a:hover{
			padding-bottom: 1px;
			color: #027dcb;
			border-bottom: 2px solid  #027dcb;
	}
	.paging_wrap .page_con:hover {
			border-bottom: 1px solid #d7d7d7;
	}
	/* 현장실습 hover */
	.field_file .attach_text:hover {
		background-color: #0d306c;
	}
}
/*================================ //hover(pc) ================================ */

@media screen and (max-width:1024px) {
	/*202404 소단위 전공과정 추가*/
	.search_box.sh_box{
		background:#fff;
		border-radius: 25px;
		border: 1px solid #DCDEE0;
	}
	/* 탭영역 */
	.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;
	}
	.show_tab li a, .show_tab2 li a {
		
	}
	
	.show_tab li a.on, .show_tab2 li a.on {
		border-bottom: 0;
	}
	.show_tab3 li a {
		height: 30px;
	}
	.show_tab_scroll {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.nonsub_tab .panel_wrap {
		height: 384px;
	}
	.nonsub_tab.tab_more .tab_list.tabs li a {
		width: 88px;
	}
	.nonsub_tab .tab_list.tabs li:last-child a, .nonsub_tab .tab_list.tabs li:last-child a.on {
		padding: 1.35em 0;
	}
	
	
	.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: 1px;
		border-bottom: 1px solid #fff;
	}
	
	/* 검색 영역 */
	.search_box {
		margin-top: -2px;
	}
	.search_box .grid_col {
		margin-bottom: 0;
	}
	.panel_wrap .search_box {
		margin-top: 0;
	}
	.search_row {
		margin-top: 5px;
	}
	.search_job {
		padding: 15px;
	}
	/* 검색영역 - 토글버튼 */
	.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;
	}
    .btn_rowposition {
        top: 0;
    }
	.btn_rightposition {
		position: static;
		margin-bottom: 10px;
		text-align: right;
	}
	.btn_rightposition .select2-container .select2-choice {
		text-align: left;
	}
}
@media screen and (max-width:767px) {
	/*202404 소단위 전공과정 추가*/
	.search_box.sh_box {
    background: #fff;
    border-radius: 25px;
    border: 1px solid #DCDEE0;
	}
	.search_box.sh_box
	/* 탭영역 */
    .show_tab.bgtab li a {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
    .show_tab.bgtab li a.on {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
	.tab_list {
		display: block;
		width: 100%;
		margin-bottom: 5px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
	}
	.tab_list li:first-child {
		width: 100%;
	}
	.tab_list li {
		width: 33.333%;
	}
    .tab_list.tabs li {
        width: 50%;
    }
	.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.tabs li a{
        padding:1em; text-align: center;
        border: 0;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    }
	.tab_list.tabs li:first-child{
		width: 100%; border-bottom: 1px solid #ccc;
	}
	.tab_list.tabs li a:nth-child(4) {
		border-right: 0;
	}
	.tab_list li a.on {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
        border-radius:0px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
	}
    
	.tab_list.tabs {
		border: 1px solid #4a647d;
	}
    .tab_list.tabs li{
        text-align: left;
	}
    .tab_list.tabs li:nth-of-type(5) a{
        border-radius:0px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
    }
    .tab_list.tabs li:nth-of-type(5) a.on{
        border-radius:0px;
        -webkit-border-radius:0px;
        -moz-border-radius:0px;
    }
	.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-right: 1px solid #ccc;
	}
    .tab_list.tabs li:nth-of-type(odd) a{
        border-right: 0; 
    }
    .tab_list.tabs li:nth-of-type(2) a, .tab_list.tabs li:nth-of-type(3) a {
        border-bottom: 1px solid #ccc;
    }
	.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 {
		
	}
	.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 {
	}
	.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: 48px;
	}
	.show_tab li a, .show_tab2 li a {
		min-width:70px; padding: 0 15px;
		font-size: 1.1rem; line-height: 44px;
	}
	.show_tab.scroll_tab li a, .show_tab2.scroll_tab li a {
		min-width: auto; padding: 0 15px;
		font-size: 1.1rem; line-height: 44px;
	}
	.show_tab.checkbox.check_width2 li a {
		min-width: 140px;
	}
	.show_tab3 {
		margin-bottom: 30px;
	}
	.show_tab3 li a {
		line-height: 30px; margin-bottom: 5px;
	}
	.move_tab {
		display: table;
        border: 1px solid #ccc;
		width: 100%; height: auto;
	}
    .grid_content>[class*=col] {
        border-left-width: 1px;
        border-right-width: 1px;
    }
	.move_tab.tab_col_5 li {
		display: table-cell;
		width: 20%; height:100%;
	}
	.move_tab li a {
		min-width: 100%;
		padding: 10px 8px;
		font-size: 1.1rem; line-height: 1.3em; vertical-align: middle;
	}
	.move_tab li a.on {
		margin-top: 0; border-top: 0;
	}
	.move_tab.portfolio_tab li:nth-child(1) a {
		border-left: 0; 
		border-bottom: 1px solid #ccc;
	}
	.move_tab.portfolio_tab li:nth-child(2) a {
		border-bottom: 1px solid #ccc;
	}
    .move_tab li:nth-child(1) a, .move_tab li:nth-child(2) a, .move_tab li:nth-child(3) a {
        border-top: 0; border-left: 0;
    }
    .move_tab li:nth-child(3) a {
        border-bottom: 1px solid #ccc;
		border-right: 0;
    }
	.move_tab.portfolio_tab li:nth-child(4) a {
		border-left: 0; border-right: 1px solid #ccc;
		border-top: 0;
	}
    .move_tab li:nth-child(4) a, .move_tab li:nth-child(5) a, .move_tab li:nth-child(6) a {
        border-bottom: 0; border-right: 0; border-top: 1px solid #ccc;
    }
	.move_tab.portfolio_tab li:nth-child(4) a {
		border-bottom: 0;
	}
    .move_tab li:nth-child(5) a {
        border-right: 1px solid #ccc;
    }
	.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 {
	}
	
	.tab_plan {
		display: table;
		width: 100%; height: auto;
		border: 0;
	}
	.tab_plan li {
		display: table-cell;
		
	}
	.tab_plan li a {
		min-width: auto;
		padding: 5px;
		line-height: 1.3em; font-size: 1.1rem;
		border: 1px solid #d7d7d7;
	}
	.tab_plan li a.on {
		border-bottom-color: #fff;
	}
	.tab_plan li a span {
		display: block;
	}
	.tab_of_sm {
		height: 42px;
		white-space: nowrap;
		border-top: 1px solid #d7d7d7;
		overflow-x: auto;
		/* 스크롤바 숨기기 */
		-ms-overflow-style: none; /* ie, Edge */
	}
	.tab_of_sm::-webkit-scrollbar {
		/* 스크롤바 숨기기 */
		display: none; /* chrome, safari, opera */
	}
	.tab_of_sm li {
		margin-top: 0;
	}
	.tab_of_sm li a {
		min-width: auto; 
		line-height: 38px;
		border: 0;
		border-bottom: 2px solid rgba(0,0,0,0);
	}
	.tab_of_sm li a.on {
		line-height: 38px;
		border-top: 0;
	/*border-bottom: 2px solid #364f97;*/
	}
	/* 검색영역 */
	.search_box {
		padding: 15px; margin-bottom: 1em;
	}
	
	/* 검색영역 -토글버튼 */
	.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_left .btn_check_form {
        margin-bottom: 5px;
    }
	.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_md2 {
		line-height: 35px;
	}
	.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: 18px;
		background-repeat: no-repeat;
	}
	.btn_filedown_off {
		width: 30px; height: 26px;
		margin-top: 0;
		right: 5px; top: auto; bottom: 0;
		background-size: 18px;
		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;
	}
	.btn_refresh {
		padding: 0 11px 0 30px;
		background-position: 11px center;
	}
	.btn_rightposition .select2-container .select2-choice {
		text-align: left; height: 30px;
	}
	.btn_rightposition .select2-container .select2-choice > .select2-chosen {
		line-height: 28px;
	}
	/* 진로설계 tab */
	.tab_plan li a {
		font-size: 1rem; word-break: keep-all;
	}
	/* 설문조사 768 */
	.grid_content.survey_grid>[class*=col] {
		border-left-width:0.5em;
		border-right-width:0.5em;
	}

	.btn_lg2 {
		padding: 0 10px;
		width: 94px;
		height: 38px;
		line-height: 36px; font-size: 14px;
		border-radius: 5px;
	}
	.btn_refresh2 {
		padding: 0 10px 0 30px;
		background-position: 12px center;
	}
}
@media screen and (max-width:480px) {
	/*202404 소단위 전공과정 추가*/
	.search_box.sh_box {
		background: #fff;
		border-radius: 25px;
		border: 1px solid #DCDEE0;
	}
	.search_rt{float: right;}

	.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%;
	}
	.show_tab.scroll_tab, .show_tab2.scroll_tab {
		height: 48px;
	}
	.scroll_tab {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.show_tab.scroll_tab li a, .show_tab2.scroll_tab li a {
		border-right: 0;
		border-left: 0;
		border-top: 1px solid #ccc;
		height: 48px;
		border-bottom: 1px solid #ccc;
		line-height: 44px;
	}
	.show_tab.scroll_tab li a.on, .show_tab2.scroll_tab li a.on {
		border-top:1px solid #ccc;
		border-bottom: 4px solid #289dd3;
	}
	/* 페이징 */
	.paging_wrap {
		padding: 10px 0 15px 0;
	}
	.paging_wrap a {
		min-width: 20px; height: 24px;
		line-height: 25px;
		background-size:10px;
        margin-right: 10px;
	}
    .paging_wrap a{
        margin-right: 5px;
    }
    .paging_wrap a.page_con{
        min-width: 25px; height: 25px;
    }
    .paging_wrap a.pre_page{
        margin-right: 10px;
    }
    .paging_wrap a.next_page {
        margin-left: 10px;
    }
    .search_and {
        padding-right: 0;
    }
    .search_and.search_text .btn_search {
        position: static;
        float: right; margin-top: 5px;
    }
	.search_text .btn_search {
		position: static;
		float: right; 
		margin-top: 5px;
	}
	.search_text {
		padding-right: 0;
		display: block;
	}
	.search_day.search_text a{
		right: 8px;
	}
    .move_tab li:nth-child(1) a{
        border-bottom: 1px solid #ccc; 
    }
    .move_tab li:nth-child(3) a {
        border-bottom: 0;
    }
		.move_tab.portfolio_tab li:nth-child(4) a {
			border-right: 1px solid #ccc;
		}
		.move_tab li:nth-child(4) a, .move_tab li:nth-child(5) a, .move_tab li:nth-child(6) a {
			border-bottom: 1px solid #ccc; margin-top: 0;
		}
		.move_tab li:nth-child(5) a {
			border-bottom: 0;
		}
		/* 설문조사 480 */
		.grid_content.survey_grid>[class*=col] {
		border-left-width:1px;
		border-right-width:1px;
		}
}

/* global form_style */
.font_green2{color:#89a435 !important;}
.font_lightgray{color:#7c7b7b !important;}