/*SUBMENU*/
.subMenuHide {
    display: none;
}
.cpoint {
    cursor: pointer;
}
/*froala buttons*/
#insertVideo-1 {
	display: none;
}
#getPDF-1 {
	display: none;
}
.fr-view [data-f-id]{
    display: none;
}
.w10em {
    width: 4.9em;
}
.statTable table tbody tr td{
    padding: 10px 11px!important;
}
.regionList > div ul li{
    position: initial!important;
}
.regionList > div ul {
    background: white!important;
    border: none!important;
}
.regionList > div ul li::before {
    content: "" !important;
}
/*batsy start*/
.nolist { width: 100%!important;}
.nolist p{ font-size: 20px;}
#chartContainer.stat_div{
	margin-top: 30px;
}

/*batsy end*/
[v-cloak]{
	visibility:hidden;
}
.my_capability_graph *{
	transition:.7s;
}
.supporter_info{
	display:none;
}

.iconRegion {
    background-color: #2dbfed;
    display: block;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    color: white;
    font-size: medium;
    text-align: center;
    line-height: 2.4;
    margin-top: 30px;
}
/*gdiTimePicker - gtp*/
.gdiTimePickerCon{
	position:relative;
	display:inline-block;
}
.gtp_con{
	background: white;
	position:absolute;
	padding:1px;
	border:1px solid #ddd;
	width:50px;
	border-radius:4px;
	
	display:none;
}
.gtp_con.active{
	display:table;
}
.gtp_con tr td{
	border:none;
	padding:0;
	text-align: center;
}
.gtp_con a{
	opacity: .7;
}
.gtp_con a:hover{
	opacity: 1;
}
.gtp_con tr td input{
	border-radius:4px;
	text-align: center;
	width: 50px;
	margin: 0 5px;
}
.input_timepicker{
	width: 120px;
    background: url(../images/sub/icon_date_grey.png) no-repeat right 10px top 50%;
}

/* additional */
.clipping .btn_sm.btn_red span{
	color:white!important;
	font-weight: bold!important;
}
.clipping .btn_sm{
	min-width: 80px;
}
.clipping .btn_sm span{
	font-weight: 700;
}  
.clipping.scrapping span{
	display: none;
}
.clipping .loaderPsy{
	display: none;
}
.clipping.scrapping .loaderPsy{
	display: block;
}
.consultant_schedule_wrap .consultant_schedule dl dd{
	overflow:auto;
}
.board_view .list_input{
	cursor:pointer;
}
label{
	cursor:pointer;
}
.wp_bottom span{
	color:white;
	font-weight: bold;
}
#consultant_profile .img-responsive{
	width: 100%;
}
.invalid{
	display: block;
	color:red;
}
.consulting_view .consultant_a .board_view_title{
	overflow:hidden;
}
.stu_base_info .stu_img_wrap img{
	width: 100%;
}
.consultant_schedule_wrap .consultant_schedule dl dd ul li.open.late a:before { 
	content:"종료";
	border:1px solid #919cae;
	background-color:#fff;
	color:#919cae; 
}
.consultant_schedule_wrap .consultant_schedule dl dd ul li.open.late a { 
	color: #888;
    text-decoration: line-through;
}
.consultant_schedule_wrap .consultant_schedule dl dd ul li.applied a:before { 
/* 	content:"이미"; */
/* 	border:1px solid #146cc5;  */
/* 	background-color:green;  */
/* 	color:#fff;  */
	content:"마감";
	border:1px solid #f41942; 
	color:#f41942; 
}
.consultant_schedule_wrap .consultant_schedule dl dd ul li.applied a:after { 
	content:"Me";
	border:1px solid #146cc5;
	color:#146cc5;
	padding:1px 5px 2px;
}
.consultant_schedule_wrap .consultant_schedule dl dd ul li.past a:before {
    content: "종료";
    border: 1px solid green;
    color: green;
}
.consultant_schedule_wrap .consultant_schedule dl dd ul li.past a {
    color: #888;
    text-decoration: line-through;
}
.loadingCon{
	width: 100%;
	text-align: center;
}
.loadingCon img{
	
}
.debuggerClass{
	position:fixed;
	left:0;
	top: 0;
	z-index: 99999;
	background: white;
	padding:10px;
	border:1px solid black;
	background: rgba(255,255,255,.5);
}
.hiddenCanvas{
	position:absolute;
	left:-9999px;
	top:-9999px;	
}
.psyLoaderCon, .loginLoaderCon{
	position:fixed;
	height: 100%;
	width: 100%;
	background-color:rgba(0,0,0,.7);
	z-index: 999;
	top: 0;
	left: 0;
}
.psyLoader{
	position:relative;
	top:calc(50% - 50px);
	left:calc(50% - 150px);
	height: 100px;
	width: 300px;	
}
.spinner {
  margin:30px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #146cc5;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*calendar mode 1*/
.schedule_wrap .schedule_mode ul li.active a{
    background-color: #2cace3;
    color: #fff;
}
.gdiCalendarHead{
    display: flex;
    flex-wrap: wrap;
}
.gdiCalendarHead li{
    flex: 0 0 14.2857%;
    box-sizing: border-box;
    border-top: 2px solid #146cc5;
    padding: 12px 8px;
    border-bottom: 1px solid #bbb;
    background-color: #f1f1f1;
    font-weight: 700;
    color: #333;
    text-align: center;
}
.gdiCalendar ul{
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.gdiCalendar>ul>li{
    flex: 0 0 14.2857%;
    width: 100%;
    max-width: 14.2857%;
    display: inline-block;
    box-sizing: border-box;

    position: relative;
    min-height: 150px;
    padding: 0px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}

.gdiCalendar ul li .day_num{
    position: relative;
    display: block;
    padding: 10px;
    text-align: right;
    font-size: 14px;
    color: #555;
}
.gdiCalendar ul li:first-child:before {
    display:none;
}
.gdiCalendar ul ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #f1f1f1;
}
.gdiCalendar ul ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #f1f1f1;
}
.gdiCalendar .more{
    padding: 0px 10px 10px;
    text-align: right;
}
.gdiCalendar .more span{
    color: #2cace3;
}
.gdiCalendar .more a{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background: url(../images/sub/arrow_small_blue.png) no-repeat right 50%;
    color: #2cace3;
}
.gdiCalendarHead .sat,
.gdiCalendar ul li.sat .day_num{
    color: #078cf3;
}
.gdiCalendarHead .sun,
.gdiCalendar ul li.sun .day_num{
    color: #ea2748;
}

.gdiCalendar ul li .event_link{
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*calendar mode 2*/
.main_content .main_calendar .main_calendar_table table td a{
	cursor:pointer;
}
.calendar ul{
    width: 100%;
    font-size: 0;
    line-height: 33px;
    vertical-align: top;
    top: -30px;
    position: relative;
}
.calendar ul li{
    display: inline-block;
    width: calc(100%/7);
    text-align: center;
}
.main_calendar .box .calendar li.sat a{
    color: #2064d3;
}
.main_calendar .box .calendar li.sun a{
    color: #f9336f;
}
.main_calendar .box .calendar li a.event{
    display: inline-block;
    width: 26px;
    height: 26px;
    padding: 6px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/main/bg_event_day.png") no-repeat 50% 50%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.fileTip{
	text-align: right;
	display:block;
	padding-right: 20px;
}
#tx_file{
	display:none;
}
#keywordPointer li {
	cursor: pointer
}
.gdi_multi{
	min-height: 36px;	
	border: 1px solid #ccc;
}
li.inProgress a{
	color:red;
}
li.publishOnly a{
	color:#146cc5;
}
.paginate ul li.num.active a {
    background-color: #146cc5;
    border: 1px solid #146cc5;
    color: #fff;
} 

@media (max-width: 767px) {
	/* Paginate */
.paginate ul li { width: auto!important; min-width: 24px!important;}
}
.table_no_bd th label { min-height:51px; padding:7px 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-weight:700; font-size:14px; color:#333; text-align:left; vertical-align:top; }
.noData {
    background: whitesmoke!important;
    color: darkgrey!important;
}
.psyLoadingText {
	text-align: center;
    font-size: 25px;
    color: aliceblue;
    font-weight: bold;
    padding: 5px;
}
.psyLoadingSmallText {
	text-align: center;
    font-size: 18px;
    color: gainsboro;
    font-weight: 500;
}
.vbox-container {
	overflow-y: auto !important;
}
.paginate ul li{
	width:auto;
	min-width:42px;
}
.contentProgram img{
	width:100%
}
.disableCursor{
	cursor:not-allowed;
}
.result_ncs_keyword {
	max-height:200px;
}
.disabledArrow{
	opacity:0.5;
}
.disabledArrow a{
	color:#333!important;
	border-color:#a4a4a4!important;
}
.disabledArrow:hover > a{
	color:#333!important;
	border-color: #a4a4a4!important;
}
/*shinee style roPicker | openapi*START*/
.resume_list li:first-child dl dd.resume_major_func {
	background: url(/resources/images/sub/img_resume.png) no-repeat 50% 0px;
}
.isEstablish {
	background-image: url(/resources/images/sub/img_resume_major.png)!important;
}
.paginate ul li.paginate_func a {
	background-position: 0 0;
}
.board_list.board_employment table tbody td.empl_corp a {
    width: 17%;
    font-size: 17px;
    font-family: "NanumSquare", sans-serif;
    text-align: left;
    vertical-align: top;
 }
.lds-default {
  margin: auto;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.loader10:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    -webkit-animation: loader10g 1s ease-in-out infinite;
            animation: loader10g 1s ease-in-out infinite;
}
.loader10{
    position: relative;
    margin: 5px;
    width: 8px;
    height: 8px;
    top: 46%;
    left: 46%;
    border-radius: 8px;
    -webkit-animation: loader10m 1s ease-in-out infinite;
            animation: loader10m 1s ease-in-out infinite;
}
.loader10:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    -webkit-animation: loader10d 1s ease-in-out infinite;
            animation: loader10d 1s ease-in-out infinite;
}
@-webkit-keyframes loader10g{
    0%{background-color: rgba(255, 255, 255, .2);}
    25%{background-color: rgba(255, 255, 255, 1);}
    50%{background-color: rgba(255, 255, 255, .2);}
    75%{background-color: rgba(255, 255, 255, .2);}
    100%{background-color: rgba(255, 255, 255, .2);}
}
@keyframes loader10g{
    0%{background-color: rgba(255, 255, 255, .2);}
    25%{background-color: rgba(255, 255, 255, 1);}
    50%{background-color: rgba(255, 255, 255, .2);}
    75%{background-color: rgba(255, 255, 255, .2);}
    100%{background-color: rgba(255, 255, 255, .2);}
}
@-webkit-keyframes loader10m{
    0%{background-color: rgba(255, 255, 255, .2);}
    25%{background-color: rgba(255, 255, 255, .2);}
    50%{background-color: rgba(255, 255, 255, 1);}
    75%{background-color: rgba(255, 255, 255, .2);}
    100%{background-color: rgba(255, 255, 255, .2);}
}
@keyframes loader10m{
    0%{background-color: rgba(255, 255, 255, .2);}
    25%{background-color: rgba(255, 255, 255, .2);}
    50%{background-color: rgba(255, 255, 255, 1);}
    75%{background-color: rgba(255, 255, 255, .2);}
    100%{background-color: rgba(255, 255, 255, .2);}
}

@-webkit-keyframes loader10d{
    0%{background-color: rgba(255, 255, 255, .2);}
    25%{background-color: rgba(255, 255, 255, .2);}
    50%{background-color: rgba(255, 255, 255, .2);}
    75%{background-color: rgba(255, 255, 255, 1);}
    100%{background-color: rgba(255, 255, 255, .2);}
}
@keyframes loader10d{
    0%{background-color: rgba(255, 255, 255, .2);}
    25%{background-color: rgba(255, 255, 255, .2);}
    50%{background-color: rgba(255, 255, 255, .2);}
    75%{background-color: rgba(255, 255, 255, 1);}
    100%{background-color: rgba(255, 255, 255, .2);}
}

.loaderPsy {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 12px;
  height: 12px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.job_info_item_wrap li {
    cursor: text;
}
.w-66{
	width: 66.6666% !important;
}
.w-33{
	width: 33.3333% !important;
}
dd.showNoImg {
	overflow:hidden;
	height:19px;
	line-height:19.5px;
}
dd.showNoImg > * {
	font-size: 13px!important;
	display:inline!important;
	line-height: 19px!important;
	vertical-align: top!important;
}
dd.showNoImg br {
	display:none;
}
dd.showNoImg img{
	display:none;
}
.top_container ul li a.active{
	background-color: #0359b0;
}
.loadingCenter{
	text-align:center;
}
.selectRegWrap {
	display: inline-block;
	position: relative;
    padding: 5px;
    min-height: 42px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 70%;
    vertical-align: top
}
.selectRegWrap:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.selectRegTit {
    float: left;
    width: 20%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    color: #146cc5;
 }
 .selectRegSel {
    float: left;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
  .selectRegItem {
 	float: left;
    display: table;
    height: 30px;
 }
   .removeItem {
     position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: #6b7483 url(../../images/sub/cross_x_sm.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
 }
 .spanReg {
     display: table-cell;
    padding: 0px 15px 0px 0px;
    vertical-align: middle;
 }
 .regBtn {
 	padding: 13px;
 }
/*shinee style roPicker | openapi*END*/
/*SECTION: home afterFeedback css*/
.btn_blue_outline{
    border-color:#146cc5;
    background: #fff;
    color:#146cc5;
    min-width: 100px;

}
.text-center{
    text-align: center;
}
.layer_popup_wrap .layer_popup #afterPoll.layer_popup_window,
.layer_popup_wrap .layer_popup #afterFeedback.layer_popup_window{
    height:initial!important;
    max-width: 300px;
}
.layer_popup_wrap .layer_popup #afterPoll.layer_popup_window  .lp_content
.layer_popup_wrap .layer_popup #afterFeedback.layer_popup_window  .lp_content{
    height: initial!important;
}
#afterPoll small,
#afterFeedback small{
    color: rgba(0,0,0,0.5);
}
#afterPoll .lp_content,
#afterFeedback .lp_content{
    height: 250px!important;
}
#statisticPoll .commentCon,
#statistic .commentCon{
    max-height: 200px;
    overflow-x: auto;
}
#statisticPoll .progress,
#statistic .progress{
    height: 10px;
    width: 100%;
    background: lightgray;
}
#statisticPoll .progress-bar,
#statistic .progress-bar{
    height: 10px;
    width: 100%;
    background: #146cc5;
}