@import url(form.css);

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
       url('../webFonts/noto-sans-kr-v12-korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webFonts/noto-sans-kr-v12-korean-regular.woff') format('woff'), /* Modern Browsers */
       url('../webFonts/noto-sans-kr-v12-korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webFonts/noto-sans-kr-v12-korean-regular.svg#NotoSansKR') format('svg'); /* Legacy iOS */
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ================ custom  ================ */
html{
	height: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 10px;
	color: #5f5f5f;
}
body{
	height: 100%;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

*{box-sizing: border-box;}
a{
	color: #5f5f5f;
	text-decoration: none;
}
hr{ 
    height: 0;
    margin: 10px 0;
    border: 0;   
    border-top: #dedede 1px solid; 
}
hr.dot-line{
    height: 1px;
    border: 0;
    background: url(../images/dot_line.png) repeat-x bottom;
}

.blind{
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.clear{clear: both;}

.mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.mask.block{display:block}
.overflow{
  overflow-y: hidden;
}
.img-wrap img{width: 100%;}

/* ================ Title  ================ */
.section-title{
	margin-bottom: 10px;
	text-align: center;
}
.section-title h2{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #333;
}
.form-title{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #dedede solid;
  font-weight: 700;
}

.more span{
	font-size: 0;
	color: transparent;
}
.more{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	border-radius: 100%;
	border: 2px #f65a7b solid;
	color: #f65275 !important;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 18px;
}

/* ================ flex grid  ================ */
.flex-wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; 
  margin-left: -2px;
  margin-right: -2px;
}
.flex-form{
    margin: 0 2px;
    flex: 1;
    -webkit-flex: 1;
}
.flex-wrap > input[type="text"],
.flex-wrap > select,
.flex-wrap > textarea{
  flex: 1;
  -webkit-flex: 1;
  margin: 0 2px;
}
.flex-wrap button{
  flex: initial;
  -webkit-flex: initial;
  margin: 0 2px;
}
.flex-wrap .txt{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  padding: 8px;
}

.flex-inline{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.flex-inline > div,
.flex-inline > input,
.flex-inline > select{
  flex: auto;
  -webkit-flex: auto;
  margin-left: 2px;
}
.flex-inline > div:first-child,
.flex-inline > input:first-child,
.flex-inline > select:first-child{
  margin-left: 0;
}
.flex-inline > button{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  margin-left: 2px;
}
.flex-inline > input + button,
.flex-inline > select + button{
  margin-left: 2px;
  margin-bottom: 3px;
}

.flex-8{flex: 8 !important;}
.flex-7{flex: 7 !important;}
.flex-6{flex: 6 !important;}
.flex-5{flex: 5 !important;}
.flex-4{flex: 4 !important;}
.flex-3{flex: 3 !important;}
.flex-2{flex: 2 !important;}
.flex-span{
  padding: 0 8px;
  min-width: 12px;
  text-align: center;
}

/* ================ table ================ */
table{
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
  word-break: keep-all;
}
table thead, table tbody{
  width: 100%;
}
table th{
  font-size: 1.2rem;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
table td{
    word-break: break-all;
    text-align: center;
}
table td.left{
  text-align: left !important;
}
table td.right{
    text-align: right !important;
}

/*kimsungjun ellipsis*/
table.ellipsis {
    width: 100%;
}
td.ellipsis {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*kimsungjun*/

/* tbody scroll을 위한 컨테이너 */
.table-container{
  position: relative;
  height: 70vh;
  border-top: 1px #dedede solid;
  overflow-y: hidden;
}

/*헤더 고정풀기*/
.table-container.table-header-unfix{
  height: 100%;
  overflow-y: unset;
  position: relative;
}

.table-header{
  /* th 한줄일때 */
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  background: #f6f6f6;
  z-index: 10;
}
.table-container .table-header.double{
  /* th 두줄일때 */
  height: 60px;
}
.table-container .table-header.triple{
  /* th 세줄일때 */
  height: 90px;
}
.table-container .table-header.four{
  /* th 세줄일때 */
  height: 120px;
}
.table-container .table-header.four2{
  /* th 세줄일때 */
  height: 130px;
}

.table-wrap{
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding-top: 30px;
}
.table-wrap.vh-resize{
    height: auto;
    min-height: auto;
    max-height: calc(100% - 60px);
}

.table-container .table-header.double + .table-wrap{
    padding-top: 60px;
}
.table-container .table-header.triple + .table-wrap{
    padding-top: 90px;
}
.table-container .table-header.four + .table-wrap{
    padding-top: 120px;
}
.table-container .table-header.four2 + .table-wrap{
    padding-top: 130px;
}

/* data table - th고정 */
.data-table thead th{
    padding: 0;  
    background: #f6f6f6;
}
.data-table thead th .th {
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    border-left: 1px #dedede solid;
    border-bottom: 1px #dedede solid; 
    line-height: 30px;
    z-index: 11;
}
.data-table thead th .th2 {
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    border-left: 1px #dedede solid;
    border-bottom: 1px #dedede solid; 
    line-height: 40px;
    z-index: 11;
}
.data-table thead th .th22 {
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    border-left: 1px #dedede solid;
    border-bottom: 1px #dedede solid; 
    line-height: 40px;
    z-index: 11;
}
.data-table thead tr th:first-child .th{
    border-left: 0;
}
.data-table thead tr th:first-child .th2{
    border-left: 0;
}

.data-table thead tr th:first-child .th22{
    border-left: 0;
}

.data-table thead tr:first-child th:first-child .th2{
    height: 40px;
    line-height: 25px;
} 

.data-table thead tr:first-child th:first-child .th22{
    height: 61px;
    line-height: 61px;
}

.data-table thead tr th:first-child .th2-1{
    display: block;
    position: absolute;
    top: 18px;
    border-left: 0;
    font-size: 1.2rem;
    font-weight: 100;
    z-index: 11;
    width: inherit;
}

.data-table thead tr + tr th .th{
    top: 30px;
}
.data-table thead tr + tr + tr th .th{
    top: 60px;
}
.data-table thead tr + tr + tr + tr th .th{
    top: 90px;
}
.data-table thead tr + tr + tr + tr + tr th .th{
    top: 120px;
}

.data-table thead tr + tr th .th2{
    top: 40px;
    line-height: 30px;
}
.data-table thead tr + tr + tr th .th2{
    top: 70px;
    line-height: 30px;
}
.data-table thead tr + tr + tr + tr th .th2{
    top: 100px;
    line-height: 30px;
}
.data-table thead tr + tr + tr + tr + tr th .th2{
    top: 130px;
    line-height: 30px;
}

.data-table tbody td{
    padding: 5px 3px;
    border-right: 1px #dedede solid;
    border-bottom: 1px #dedede solid;
    vertical-align: middle;
    font-size: 1.3rem;
}

/*kimsungjun 20200316*/
.data-table thead tr:first-child th span.radio {
   visibility: hidden;
}
/*kimsungjun 20200316*/

.data-table tbody tr.last-child td.last-child{
    padding: 0;
}
.data-table tbody td:first-child{
    border-left: 0;
}
.data-table tbody tr.last-child td{
    border-bottom: 1px #999 solid;
}
.data-table tbody tr > td.subject{
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
}
.data-table tbody tr > td.subject.file{
    /* 첨부파일 있을때 */
    position: relative;
    height: 36px;
    vertical-align: middle;
}
.data-table tbody tr > td.subject .add-file{
    /* 첨부파일 아이콘 */
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.data-table tbody tr > td.subject .label{
    margin-right: 3px;
    padding: 0 5px;
    border: 1px #ccc solid;
}

.data-table tbody tr > td.subject .btn-comment{
    float: right;
    padding: 2px 8px;
    /*background: #000;*/
    font-size: 1.2rem;
}
.data-table tbody td .dt-cont{
    display: block;
    margin-top: 5px;
    font-weight: normal;
}
.data-table tbody td .dt-right{
    display: block;
    text-align: right;
    font-size: 1.2rem;
    font-weight: normal;
}
.data-table tbody td .dt-sub{
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
}
.data-table tbody td .comment-view{
    margin-top: 5px;
    /*kimsungjun*/
    display:none;
}


/* 스크롤 테이블 높이 */
.tbl-h-xs{
    height: 200px !important;
    border-bottom: 1px #dedede solid;
}
.tbl-h-sm{
    height: 300px !important;
}
.tbl-h-md{
    height: 400px !important;
}
.tbl-h-lg{
    height: 500px !important;
}


/* -- 데이터 출력 방향 -가로 -- */
.vertical-table{
  border-top: 1px #333 solid;
}
.vertical-table > thead > tr > th{
    padding: 6px 3px;
    border-bottom: 1px #dedede solid;
}
.vertical-table > tbody > tr > td{
    padding: 5px 3px;
    border-bottom: 1px #dedede solid;
    text-align: center;
}
.vertical-table > thead > tr > th:first-child,
.vertical-table > tbody > tr > td:first-child{
    border-left: 0;
}


/*  데이터 출력 세로 */
/*  사원정보조회 세부정보 */
.horizontal-table th,
.horizontal-table td{
    padding: 3px;
  text-align: left;
}


/* accordion table */
.accordion > tbody > tr:nth-child(even) > td{
  height: 0;
  padding: 0 5px;
  border-bottom: 0;
}
.accordion > tbody > tr:nth-child(even) > td.active{
  height: auto;
  border-bottom: 1px #dedede solid;
  background: #fbfbfb;
}

/* tbody만 scroll되는 table */
.flex-table {
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  width: 100%;
  height: 100%;    
}
.flex-table thead {
  flex: 0 0 auto;
}
.flex-table tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: scroll;
}
.flex-table thead tr,
.flex-table tbody tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}

/* list 안에 삽입되는 테이블  */
/* 평가결과 리스트 내부에 사용됨 */
.inner-table{
  margin-bottom: 20px;
  border-top: 1px #4b5d76 solid;
}
.inner-table:last-child{
  margin-bottom: 0;
}
.inner-table caption{
  margin-bottom: 7px;
  text-align: left;
}
.inner-table caption:before{
  content: "·";
}
.inner-table th,
.inner-table td{
  padding: 6px 3px;
  border-bottom: 1px #dedede solid;
}

/* ================ pagination ================ */
.pagination{
  margin-top: 20px;
  font-size: 0;
  text-align: center; 
}
.pagination a{
  display: inline-block;
  min-width: 35px;
  margin-right: -3px;
  padding: 0 10px;
  border: 1px #ccc solid;
  background: #fff;
  color: #5f5f5f;
  font-size: 1.4rem;
  line-height: 3.5rem;
  vertical-align: middle; 
}
.pagination a.active{
  border: 1px #27316d solid;
  background: #27316d;
  color: #fff;
}
.pagination a.btn-first{
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.pagination a.btn-end{
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.paginationS{
  margin-top: 10px;
  font-size: 0;
  text-align: center; 
}
.paginationS a{
    display: inline-block;
    min-width: 25px;
    margin-right: -3px;
    padding: 0 10px;
    border: 1px #ccc solid;
    background: #fff;
    color: #5f5f5f;
    font-size: 1.4rem;
    line-height: 2.5rem;
    vertical-align: middle;
}
.paginationS a.active{
  border: 1px #5a8ace solid;
  background: #5a8ace;
  color: #fff;
}
.paginationS a.btn-first{
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.paginationS a.btn-end{
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

/* ================ tab ================ */
.tab{
  display: flex;
  display: -webkit-flex;
  /*justify-content: space-between;*/
  margin: 10px 0;
}
.tab a{
    flex: 1;
    -webkit-flex: 1;
    margin-right: -1px;
  padding: 10px;
  border: 1px #ccc solid;
  text-align: center;
}
.tab a.active{
  border-top: 3px #2767c1 solid;
  border-bottom: none;
  color: #2767c1;
}
.tab a.disabled{
	border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}
.tab-cont{
	/*kimsungjun*/
  /* display: none; */
}


/* ================ 부트스트랩 모달 ================ */
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal-close{
	margin-top: -2px;
	text-align: right;
	/* position: absolute;
    right: 0;
    top: -10px; */
}

.in.modal-close {
    position: absolute;
    right: 0;
    top: -10px;
}

.modal-close .btn-close{
	line-height: 1;
}
.modal-open {
  overflow: hidden;
  /*kinsungjun*/
  position: fixed;
  width: 100%;
  height: 100%
}

.modal-open #main-container {
    position: relative;
    top: 0;
}

.modal-open .container {
    position: relative;
    top: 0;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.modal-dialog-centered{
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.modal-dialog .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #041e43;
}

.modal-dialog .modal-title {
  color: #fff;
  font-size: 16px;
}
.modal-dialog .modal-title + h5 {
	color: #fff;
	font-size: 14px;
}
.modal-body {
  position: relative;
  padding: 10px 10px 20px 10px ;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal .help-pop .modal-header{
	background: #cea55c;
}
.modal .help-pop .modal-header h2{
  color: #fff;
}
.modal-body .table-wrap.vh-resize{
   /* height: 100% !important;
    max-height: 100%;*/
}

/* alert message */
.message-box{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.message-content{
    flex: 1;
    background: #fff;
    min-height: calc(100% - 1rem);
}

/* ================ 부트스트랩 dorpdown  ================ */
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* ================ icon ================ */
.icon-circle{
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px #fff solid;
  border-radius: 100%;
  text-align: center;
  line-height: 3.3rem;
}
.icon-circle.exclamation{
  font-size: 20px;
}
.icon-down{
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #eee url(../images/icon_down.png) no-repeat center;
  -webkit-background-size: 62%;
  background-size: 62%;
}
.icon-down.active{
  background: #eee url(../images/icon_down_active.png) no-repeat center;
  -webkit-background-size: 62%;
  background-size: 62%;
}



/* ================ font  ================ */
.fc-bold{color: #333; font-weight: bold;}
.fc-red{color: #f65275;}
.fc-blue{color: #3d71ba;}
.fc-gray{color: #999;}
.fc_red{color: #f65275;}
.fs-xs{font-size: 1.2rem;}

/* ================ margin  ================ */
.mb3{margin-bottom: 3px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mt3{margin-top: 3px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 10px;}

.txt-right{
	text-align:right;
}
.txt-center{
	text-align: center;
}

/*vue*/
.fade-enter-active {
  transition: opacity .3s ease;
}

.fade-leave-active {
  transition: opacity .1s ease;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.slideUpDown-enter-active {
   -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -moz-transition-timing-function: ease-in;
   -webkit-transition-timing-function: ease-in;
   -o-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
}

.slideUpDown-leave-active {
   -moz-transition-duration: 0.3s;
   -webkit-transition-duration: 0.3s;
   -o-transition-duration: 0.3s;
   transition-duration: 0.3s;
   -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slideUpDown-enter-to, .slideUpDown-leave {
   max-height: 200px;
   overflow: hidden;
}

.slideUpDown-enter, .slideUpDown-leave-to {
   overflow: hidden;
   max-height: 0;
}

.bounce-enter-active{
  animation: bounce-enter .5s;
}
.bounce-leave-active{
  animation: bounce-leave .5s;
}

@keyframes bounce-enter{
  0%{
    width: 0px;
  }
  80%{
    width: 90%;
  }
  100%{
    width: 80%;
  }
}
@keyframes bounce-leave{
  0%{
    width: 80%;
  }
  20%{
    width: 90%;
  }
  100%{
    width: 0px;
  }
}
