@charset "utf-8";

.page-title{
	margin-bottom:50px;
}

.page-title p{
	font-size:24px;
	color:#157CF4;
}

.page-title h2{
	font-size:35px;
	font-weight: 500;
}

.page-title h3{
	font-size:24px;
	padding-top:10px;
	font-weight: 500;
}

.form-group{
	position: relative;
}
    
.form-group select {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    color: #C3C3C3;
    box-sizing: border-box;
    outline: none;
    transition: background-color 0.3s;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/common/arrow_icon.png) no-repeat 93% 50% / 18px auto;
    cursor: pointer;
}

.form-group input {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    font-size: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 8px;
}


.form-group input::placeholder {
	color: #C3C3C3;
}

/* .container .btn-wrap button {
    border-radius: 50px;
    background: #157CF4;
    box-shadow: 3px 4px 6px 0px #C3C3C3;
    font-size: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    border: none;
    padding: 8px 45px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .btn-wrap button:hover{
	background: #FFFFFF;
	color: #0078F5;
	box-shadow: 1px 1px 6px 0px #22222245;
	transition: all 0.3s ease;
}

.container .btn-wrap .btn-group button:hover img{
	content: url(/common/img/main/arrow-h.png);
} */

.period-search{
	display: flex;
    width: 100%;
    border-top: 2px solid #157CF4;
}

.period-search.type01 {
    justify-content: center;
}

.period-search .srch-wrap{
	display: flex;
    align-items: center;
    padding: 25px 0px;
}

.period-search .srch-wrap .srch-txt{
	font-size: 24px;
	margin-right:30px;
}


.period-search .srch-wrap .srch-box{
	display: flex;
    align-items: center;
    margin-right:15px;
}

.period-search .srch-wrap .srch-box .period-set{
	padding: 10px 18px;
    width: 150px;
    height:50px;
    font-size: 20px;
    box-sizing: border-box;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    margin-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url(/images/common/arrow_icon.png) no-repeat 90% 51% / 20px auto;
}

.period-search .srch-wrap .srch-input input[type="text"]{
	padding: 10px 18px;
    width: 200px;
    height:50px;
    font-size: 20px;
    box-sizing: border-box;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    background-color:#fff;
    outline:none;
}

.period-search .srch-wrap .srch-input input[type="text"]:focus {
  background-color: azure;
  border: 2px solid #157CF4;
  outline: none;
}

#searchCondition:focus {
  background-color: azure;
  border: 2px solid #157CF4;
  outline: none;
}


.period-search .srch-wrap .srch-input span{
	width: 20px;
    height: 2px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px;
}

.period-search .srch-wrap .srch-btn button{
    width: 120px;
    background-color: #0078F5;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    font-size: 20px;
    box-shadow: 4px 4px 13px -3px rgba(0, 0, 0, 0.4);
    border: 2px solid transparent;
}

.period-search .srch-wrap .srch-btn button:hover{
	background:#fff;
	color:#0078F5;
	border:2px solid #0078F5;
	transition: all 0.3s ease;
}

.table-wrap{
	width: 100%;
    border-top: 2px solid #157CF4;
}

.table-wrap .table{
	width:100%;
	height: 650px;
}

.table-wrap .table .thead{
	border-bottom: 1px solid rgba(21, 124, 244, 0.5);
    background-color: #F8FAFD;
}

.table-wrap .table .thead ul{
	display: flex;
    justify-content: space-between;
}

.table-wrap .table .thead ul li{
    width: 100%;
    color: #444444;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 0px;
    text-align: center;
}

.table-wrap .table .tbody .row ul{
    display: flex;
    height: 110px;
    justify-content: space-between;
}

.table-wrap .table .tbody .row ul li p{
	  width:100%;	
}


.table-wrap .table .tbody .row ul li span{
    width:100%;	
	display:block;
}

.table-wrap .table .tbody .row ul li {
    width: 100%;
    height: 100%;
    color: #222222;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0px;
    text-align: center;
    box-sizing: border-box;
	border-bottom: 1px solid rgba(21, 124, 244, 0.5);
	display: flex;
    align-items: center;
    justify-content: center;
   /*  flex-wrap: wrap; */
}

.table-wrap .table .tbody .row ul li .regDt02{
	display:none;	
}

.table-wrap .table .tbody .row ul li .calc-state{
	font-weight:600;
}

.table-wrap .table .tbody .row ul li i{
	color:#444;
    font-size: 20px;
}

.table-wrap .table .tbody .row ul li i:hover{
	color:#333;
}

.table-wrap .table .tbody .row ul li button{
	width: 120px;
    background-color: #0078F5;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    font-size: 20px;
}

.table-wrap .table .tbody .row ul li button.btn-disabled{
    background: #D9D9D9;
    color:#666666;
    cursor: default ;
}

.table-wrap .table .tbody .row ul li button.resultViewBtn:hover{
	box-shadow: 4px 4px 13px -3px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
}

.page-btn .pagination{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
}

.page-btn .pagination li{
	display: flex;
    align-items: center;
}

.page-btn .pagination .active{
	font-size: 20px;
    margin: 0px 10px;	
    color:#157CF4;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.page-btn .pagination a{
	font-size: 20px;
    margin: 0px 10px;
}

.page-btn .pagination a.btn-prev{
   position: relative;
    width: 30px;
  	height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    margin: 0;
}

.page-btn .pagination a.btn-prev .chevron {
    position: absolute;
    width: 15px;
    height: 15px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transform: rotate(45deg);
}

.page-btn .pagination a.btn-prev .chevron-1 {
  left: 4px;
  top: 6px;
}

.page-btn .pagination a.btn-prev .chevron-2 {
  left: 12px;
  top: 6px;
}

.page-btn .pagination a.btn-next{
   position: relative;
    width: 30px;
  	height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    margin: 0;
}

.page-btn .pagination a.btn-next .chevron {
    position: absolute;
    width: 15px;
    height: 15px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    transform: rotate(-135deg);
}

.page-btn .pagination a.btn-next .chevron-1 {
  left: 8px;
  top: 6px;
}

.page-btn .pagination a.btn-next .chevron-2 {
  left: 0px;
  top: 6px;
}


.period-search.type02 {
    justify-content: end;
}

.table-wrap.type02 .table .thead ul li:nth-child(1){
	width:5%;
}

.table-wrap.type02 .table .thead ul li:nth-child(2){
	width:10%;
}

.table-wrap.type02 .table .thead ul li:nth-child(3){
	width:11%;
}

.table-wrap.type02 .table .thead ul li:nth-child(4){
	width:15%;
}

.table-wrap.type02 .table .thead ul li:nth-child(5){
	width:12%;
}

.table-wrap.type02 .table .thead ul li:nth-child(6){
	width:5%;
}

.table-wrap.type02 .table .thead ul li:nth-child(7){
	width:7%;
}

.table-wrap.type02 .table .thead ul li:nth-child(8){
	width:10%;
}

.table-wrap.type02 .table .thead ul li:nth-child(9){
	width:7%;
}

.table-wrap.type02 .table .thead ul li:nth-child(10){
	width:10%;
}

.table-wrap.type02 .table .thead ul li:nth-child(11){
	width:8%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(1){
	width:5%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(2){
	width:10%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(3){
	width:11%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(4){
	width:15%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(5){
	width:12%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(6){
	width:5%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(7){
	width:7%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(8){
	width:10%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(9){
	width:7%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(10){
	width:10%;
}

.table-wrap.type02 .table .tbody .row ul li:nth-child(11){
	width:8%;
}

.table-wrap.type02 .table .tbody .row ul li a i{
	margin:0 5px;
}

.table-wrap.type03 {
	display:none;
}

.table-wrap.type03 .table{
	height: 710px;
}
  
 .table-wrap.type03 .table .thead{
  display: flex;
  justify-content: space-between;
  align-items: center;
 }

 .table-wrap.type03 .table .thead div ul{
 	width:100%;
 }
 
  .table-wrap.type03 .table .thead div:nth-child(1){
  	width:10%;
  }
  
  .table-wrap.type03 .table .thead div:nth-child(2){
  	width:60%;
  }

  .table-wrap.type03 .table .thead div:nth-child(3){
  	width:30%;
  }
  
 .table-wrap.type03 .table .thead div:nth-child(2) ul li:nth-child(1){
 	width:20%;
 }
 
 .table-wrap.type03 .table .thead div:nth-child(2) ul li:nth-child(2){
 	width:60%;
 }
 
 .table-wrap.type03 .table .thead div:nth-child(2) ul li:nth-child(3){
 	width:20%;
 }
 
 .table-wrap.type03 .table .thead div:nth-child(3) ul li:nth-child(1){
 	width:60%;
 }
 
 .table-wrap.type03 .table .thead div:nth-child(3) ul li:nth-child(2){
 	width:20%;
 }
 
 .table-wrap.type03 .table .thead div:nth-child(3) ul li:nth-child(3){
 	width:20%;
 }
  

 .table-wrap.type03 .table .thead div:nth-child(2) ul:nth-child(1) {
  	border-bottom:1px solid #dee2e6
  }
   
.table-wrap.type03 .table .tbody .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(21, 124, 244, 0.5);
 }
 
 .table-wrap.type03 .table .tbody .row div:nth-child(1){
 	width:10%;
 }
 
   .table-wrap.type03 .table .tbody .row div:nth-child(2){
 	width:60%;
 }

  .table-wrap.type03 .table .tbody .row div:nth-child(3){
 	width:30%;
 }
 
 .table-wrap.type03 .table .tbody .row div ul{
    height: 60px;
 }
 
 .table-wrap.type03 .table .tbody .row div ul li{
 	border-bottom:0;
 }
  
 .table-wrap.type03 .table .tbody .row div:nth-child(2) ul:nth-child(1) {
  	border-bottom:1px solid #dee2e6
  }
 
 .table-wrap.type03 .table .tbody .row div:nth-child(2) ul li:nth-child(1){
	width:20%;
} 
 
  .table-wrap.type03 .table .tbody .row div:nth-child(2) ul li:nth-child(2){
 	width:60%;
 }
 
 .table-wrap.type03 .table .tbody .row div:nth-child(2) ul li:nth-child(3){
 	width:20%;
 } 

 .table-wrap.type03 .table .tbody .row div:nth-child(3) ul li:nth-child(1){
 	width:60%;
 }
 
 .table-wrap.type03 .table .tbody .row div:nth-child(3) ul li:nth-child(2){
 	width:20%;
 }
 
 .table-wrap.type03 .table .tbody .row div:nth-child(3) ul li:nth-child(3){
 	width:20%;
 }
 
 .page-btn.mobile-btn{
 	display:none;
 }
 
.table-wrap.type04 .table .thead ul li:nth-child(1){
	width:5%;
}

.table-wrap.type04 .table .thead ul li:nth-child(2){
	width:10%;
}

.table-wrap.type04 .table .thead ul li:nth-child(3){
	width:10%;
}

.table-wrap.type04 .table .thead ul li:nth-child(4){
	width:25%;
}

.table-wrap.type04 .table .thead ul li:nth-child(5){
	width:10%;
}

.table-wrap.type04 .table .thead ul li:nth-child(6){
	width:25%;
}

.table-wrap.type04 .table .thead ul li:nth-child(7){
	width:15%;
}
 
.table-wrap.type04 .table .tbody .row ul li:nth-child(1){
	width:5%;
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(2){
	width:10%;
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(3){
	width:10%;
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(4){
	width:25%;
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(5){
	width:10%;
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(6){
	width:25%;
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(6) div{
	width:100%;
    display: inline-block; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle; 
}

.table-wrap.type04 .table .tbody .row ul li:nth-child(7){
	width:15%;
}

.custom-checkbox {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	user-select: none;
	width: 30px;
	height: 30px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: rgba(21, 124, 244, 0.1);
  border: 2px solid #007aff;
  border-radius: 6px;
  box-sizing: border-box;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #007aff;
  border-color: #007aff;
}

.checkmark::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 4px;
	width: 8px;
	height: 13px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}


.modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display:none;
    z-index: 600;
}

.modal-box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	border-radius: 30px;
	background: #F8FAFD;
	box-shadow: 4px 5px 6px 0px #6666664D;
	text-align: center;
}

.modal-box .modal-title{
	font-size: 26px;
	text-align: left;
}

.modal-box .modal-title h3 {
    font-weight: 500;
}

.modal-box .modal-head{
    padding: 30px;
}

.modal-box .modal-body h1{
	font-size: 33px;
	padding: 0px 50px;
	margin-bottom: 15px;
}

.modal-box .modal-body p{
	color: #A5A1A1;
	font-size: 20px;
	padding: 0px 50px;
}

.modal-box .modal-body p span{
	color:#157CF4;
}

.modal-box .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-box .btn-wrap .btn-continue{
    padding: 20px 50px;
    border-radius: 35px;
    width: 45%;
    font-size: 24px;
}

.modal-box .btn-wrap .btn-cancel{
    padding: 20px 50px;
    border-radius: 35px;
    width: 45%;
    font-size: 24px;
    background: #157CF4;
    color: #FFFFFF;
}

.modal-btn .check-btn{
	width: 100%;
	background: #157CF4;
	color: #fff;
	font-size: 24px;
	padding: 20px 0px;
	border-radius: 0px 0px 30px 30px;
}

.modal-btn .close-modal  {
    background: #157CF4;
    font-size: 24px;
    border-radius: 25px;
    color: #fff;
    padding: 10px 80px;
    box-sizing: border-box;
    border: 1px solid transparent;
    float: right;
}

.modal-btn .close-modal:hover{
	border: 1px solid #157CF4;
	background: #ffff;
	color: #157CF4;
	transition: all 0.3s;
}

.modal-btn .logout-btn  {
    background: #157CF4;
    font-size: 24px;
    border-radius: 25px;
    color: #fff;
    padding: 10px 80px;
    box-sizing: border-box;
    border: 1px solid transparent;
    float: right;
}

.modal-btn .logout-btn:hover{
	border: 1px solid #157CF4;
	background: #ffff;
	color: #157CF4;
	transition: all 0.3s;
}


.loadingPage{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(225, 225, 225, 0.8);
    backdrop-filter: blur(2px);
    z-index: 600;
}

.loadingPage .loding-wrap{
	width: 100%;
    height: 100vh;
}

.loadingPage .loding-wrap .loding-box{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	
}

.loadingPage .loding-wrap .loding-box .load-img{
	max-width: 100%;
    width: 200px;
    margin: 0 auto;
    margin-bottom:30px;
}

.loadingPage .loding-wrap .loding-box .load-txt{
	font-size:36px;
}


.ui-widget.ui-widget-content {
    box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.ui-datepicker .ui-datepicker-header {
	background: none;
    border: 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	margin: 0px 3px !important;
    width: 30% !important;
    border: 0 !important;
}


.ui-datepicker .ui-datepicker-title {
    font-size: 18px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top: 6px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    padding: 0px 20px;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.5em !important;
}

.ui-datepicker td a.ui-state-active {
  color: #157CF4 !important;
  background: rgba(21, 124, 244, 0.2) !important;
  font-weight: bold;
  border-radius: 50%;
}

/* 오늘 날짜 (선택 안 된 경우) */
.ui-datepicker td a.ui-state-highlight {
  color: #FF9900 !important;
  background: rgba(255, 230, 180, 0.2) !important;
}

/* 오늘 날짜 + 선택된 날짜 */
.ui-datepicker td a.ui-state-active.ui-state-highlight {
  color: #157CF4 !important;
  background: rgba(21, 124, 244, 0.2) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    text-align: center;
    background: #fff !important;
    border: none !important;
}

.ui-icon-circle-triangle-w{
    background: url(/images/common/datepicker_left.png) no-repeat center !important;
    background-position: 0 !important;
}

.ui-icon-circle-triangle-e{
    background: url(/images/common/datepicker_right.png) no-repeat center !important;
    background-position: 0 !important;
}


/*==========================================================================  */
/*================================[    Mobile    ]=================================  */
/*==========================================================================  */
@media all and (min-width: 1024px) and (max-width: 1400px) {
	.page-title p{
		font-size:20px;
	}
	
	.page-title h2{
		font-size:25px;
	}
	
	.page-title h3{
		font-size:22px;
		padding-top:40px;
		font-weight: 500;
	}
	
	
	.section {
        padding: 50px 40px;
    }
    
    .period-search .srch-wrap .srch-txt {
    	font-size: 18px;
    
    }
    
    .period-search .srch-wrap {
    	padding:20px 0px;
    }
    
    .period-search .srch-wrap .srch-box .period-set {
        width: 120px;
        height: 40px;
        font-size: 18px;
        padding: 0 10px;
        background:#FFFFFF url(/images/common/arrow_icon.png) no-repeat 90% 55% / 16px auto;
    }
    
    .period-search .srch-wrap .srch-input input[type="text"] {
	    width: 130px;
	    height: 40px;
	    font-size: 18px;
    }
    
    .table-wrap .table .thead ul li {
    	font-size: 18px;
    }
    
    .table-wrap .table .tbody .row ul li {
    	font-size: 16px;
    }
    
    .table-wrap .table .tbody .row ul li.calc-date {
    	font-size:14px;
    }
    
    .table-wrap .table .tbody .row ul li.calc-stat {
    	font-size:14px;
    }
    
    .table-wrap .table .tbody .row ul li button {
    	width: 90px;
    	height: 35px;
    	font-size: 18px;
    }

    
    
}

@media all and (min-width: 640px) and (max-width: 1024px) {
		
	.section {
        padding: 50px 10px;
    }
    
    .page-title{
    	margin-bottom:20px;
    }
    
	.page-title p{
		font-size:15px;
	}
	
	.page-title h2{
		font-size:20px;
	}
	
	.page-title h3{
		font-size:18px;
		padding-top:40px;
		font-weight: 500;
	}
	
	
	.period-search .srch-wrap .srch-txt {
	    font-size: 14px;
	    margin-right: 15px;
	}
	
	.period-search .srch-wrap .srch-box .period-set {
	    padding: 5px 10px;
	    width: 85px;
	    height: 30px;
	    font-size: 14px;
	    background: #FFFFFF url(/images/common/arrow_icon.png) no-repeat 87% 51% / 10px auto;
	}
	
	.period-search .srch-wrap .srch-input input[type="text"] {
	    padding: 10px 15px;
	    width: 90px;
	    height: 30px;
	    font-size: 14px;
	}
	
	.period-search .srch-wrap .srch-input span {
	    width: 10px;
	    height: 2px;
	    margin: 0px 1px;
	}
	
	.period-search .srch-wrap .srch-btn button {
	    width: 40px;
	    height: 30px;
	    font-size: 14px;
    }
    
    .table-wrap .table {
    	height: 450px;
    }
    

    .table-wrap .table .thead ul li {
    	font-size:14px;
    	padding: 10px 0px;
    }
    
    .table-wrap .table .tbody .row ul{
    	height: 75px;
    }
    
    .table-wrap .table .tbody .row ul li {
    	font-size:14px;
    }
    
     .table-wrap .table .tbody .row ul li span{
     	display:block;
     	font-size: 11px;
     }
    
	.table-wrap .table .tbody .row ul li.calc-date {
	    font-size: 14px;
	}

	.table-wrap .table .tbody .row ul li .regDt01{
		display:none;
	}
	
	.table-wrap .table .tbody .row ul li .regDt02{
		display:block;	
	}
	
	.table-wrap .table .tbody .row ul li button {
	    width: 60px;
	    height: 25px;
	    font-size: 13px;
	}
	
	.table-wrap .table .tbody .row ul li p {
	    font-size: 10px;
	}

	.table-wrap .table .tbody .row ul li.calc-stat span{
		display:none;
	}
	
	.page-btn .pagination a {
    	font-size: 14px;
    }
    
    .page-btn .pagination .active {
    	font-size: 14px;
    }
    
    .table-wrap.type02{
    	display:none;
    }
     
   .table-wrap.type03 {
 	 	display:block;
   }
   
   .table-wrap .table .tbody .row ul li i {
	    color: #444;
	    font-size: 14px;
	}
	
	.table-wrap.type03 .table .tbody .row ul li a i {
	    margin: 0 5px;
	}
    
}

@media all and (min-width: 360px) and (max-width: 640px) {
	
	
	.section {
        padding: 40px 15px;
    }
	
	.page-title {
	    margin-bottom: 30px;
	}

	.page-title p{
		font-size:12px;
	}
	
	.page-title h2{
		font-size:15px;
	}
	
	.page-title h3{
		font-size:14px;
		padding-top:40px;
		font-weight: 500;
	}
	
	.period-search .srch-wrap .srch-txt {
	    display:none;
	}
	
	.period-search .srch-wrap {
	    padding: 10px 0px;
	}
	
	.period-search .srch-wrap .srch-box {
	    margin-right: 5px;
	}
	
	.period-search .srch-wrap .srch-box .period-set {
	   padding: 0px 10px;
	    margin-right:5px;
        width: 70px;
        height: 25px;
	    font-size: 14px;
	    background: #FFFFFF url(/images/common/arrow_icon.png) no-repeat 87% 51% / 10px auto;
	}
	
	.period-search .srch-wrap .srch-input input[type="text"] {
	   padding: 5px 10px;
        width: 75px;
        height: 25px;
	    font-size: 14px;
	}
	
	.period-search .srch-wrap .srch-input span {
	    width: 10px;
	    height: 2px;
	    margin: 0px 1px;
	}
	
	.period-search .srch-wrap .srch-btn button {
	    width: 40px;
        height: 25px;
	    font-size: 14px;
    }
    
    .table-wrap .table {
        height: 420px;
    }
    

    .table-wrap .table .thead ul li {
        font-size: 12px;
    	padding: 10px 0px;
    }
    
    .table-wrap .table .tbody .row ul{
    	height: 75px;
    }
    
    .table-wrap .table .tbody .row ul li {
        font-size: 10px;
    }
    
    .table-wrap .table .tbody .row ul li div i{
        font-size: 10px;
    }
    
     .table-wrap .table .tbody .row ul li span{
     	display:block;
     	font-size: 11px;
     }
    
	.table-wrap .table .tbody .row ul li.calc-date {
        font-size: 12px;
	}

	.table-wrap .table .tbody .row ul li .regDt01{
		display:none;
	}
	
	.table-wrap .table .tbody .row ul li .regDt02{
		display:block;	
	}
	
	.table-wrap .table .tbody .row ul li button {
	    width: 60px;
	    height: 25px;
        font-size: 11px;
	}
	
	.table-wrap .table .tbody .row ul li p {
        font-size: 9px;
	}
	
	.table-wrap .table .tbody .row ul li.calc-stat span{
		display:none;
	}
	
	.page-btn .pagination a {
    	font-size: 14px;
    }
    
    .page-btn .pagination .active {
    	font-size: 14px;
    }
	
	.table-wrap.type01 .table .thead ul li:nth-child(3){
		display:none;
	}
	
	
	.table-wrap.type01 .table .tbody .row ul li:nth-child(3){
       display:none;
    }
    
	.table-wrap.type02{
    	display:none;
    }
     
   .table-wrap.type03{
 	 	display:block;
 	 	overflow-x: auto;
   }
   
  .table-wrap.type03 .table{
      width: 600px;
  }
   
   .tbody .row div:nth-child(3) ul li:nth-child(1) {
   		font-size:12px;
   }
   
   .table-wrap.type04 {
       display: block;
       overflow-x: auto;
   }
   
   .table.type04{
          width: 800px;
   }
   
   .page-btn .pagination a {
       margin: 0px 5px;
   }
   
   .page-btn .pagination a.btn-prev {
	    width: 20px;
	    height: 30px;
	}
   
   .page-btn .pagination a.btn-prev .chevron {
   	    width: 8px;
    	height: 8px;
   }
   
   .page-btn .pagination a.btn-prev .chevron-1 {
	    left: 4px;
	    top: 10px;
	}
	
	.page-btn .pagination a.btn-prev .chevron-2 {
	    left: 12px;
	    top: 10px;
	}
	
	.page-btn .pagination a.btn-next {
		width: 20px;
	    height: 30px;
	}
	
	.page-btn .pagination a.btn-next .chevron {
	    width: 8px;
    	height: 8px;
	}
	
	.page-btn .pagination a.btn-next .chevron-2 {
	    left: 0px;
	    top: 10px;
	}
	
	.page-btn .pagination a.btn-next .chevron-1 {
	    left: 8px;
	    top: 10px;
	}
   
   .page-btn.mobile-btn{
	 	display:flex;
	}

 	 .table-wrap.type01 {
      overflow-x: auto;
  	}

    
    .table-wrap.type01.mobile-table01 .table .thead ul li:nth-child(6){
    	display:none;
    }
    
    .table-wrap.type01.mobile-table01 .table .tbody .row ul li:nth-child(6){
    	display:none;
     }
     
   .table-wrap.type01.mobile-table01 .table .thead ul li:nth-child(8){
    	display:none;
    }
    
    .table-wrap.type01.mobile-table01 .table .tbody .row ul li:nth-child(8){
    	display:none;
    }
    
   .table-wrap .table .tbody .row ul li i {
	    color: #444;
	    font-size: 14px;
	}
	
	.table-wrap.type03 .table .tbody .row ul li a i {
	    margin: 0 5px;
	}

}