
/* select box  */

.select_wrap .select_box {display: inline-block;}

.select_wrap .select_box + .select_box {margin-left: 20px;}

.select_box {position: relative; width: 140px; height: 29px; letter-spacing: -0.02em;margin-right:20px;}

.select_box .label {font-family: 'NanumSquare', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.88; letter-spacing: -0.02em;  border-bottom: 1px solid #c0c1c1; text-align: left; position: relative;}

.select_box .label:before {display: block; content: ''; position: absolute; top: 14px; right: 0; width: 11px; height: 6px; background: url("/resources/images/select_arrow.png") no-repeat 50% 50% / contain; transition: transform 0.3s; -webkit-transition: transform 0.3s;}

 .select_box.active .label:before {transform: rotate(180deg); -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);}

 .select_box .option_list {position: absolute; top: 100%; left: 0; width: 100%; list-style-type: none; padding: 0; overflow: hidden; max-height: 0; /*transition: .3s ease-in;*/ background-color: #fff;  box-shadow: 0px 5px 6px rgba(190, 190, 190, 0.11); z-index: 2;}

 .select_box.active .option_list {max-height: 217px; border: 2px solid #eaeaea; z-index: 30;overflow-y: scroll;}
 
 .select_box.active .option_list {max-height: 217px; border: 2px solid #eaeaea; z-index: 30;overflow-y: scroll;-ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */}
 
 .select_box.active .option_list::-webkit-scrollbar {display: none; /* Chrome, Safari, Opera*/}

 .select_box .option_item {/* padding: 5px 15px 5px; transition: .1s;*/ font-size: 18px; line-height: 1.56; color: #878b8d; padding: 17px 22px 0; cursor: pointer;}

 .select_box .option_item:last-child {padding-bottom: 17px;}


 .select_box .option_item:hover {color: #4f5254;}


 .table_input{
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 
	}
	.table_input.table_radio .input-cont{
		margin-right: 40px;
	}
	.table_input.table_radio p,
	.table_input.table_radio span{
		font-size: 16px;
	}
.table-wrap > .table_input{
	margin-top:20px;
}
.search-form{
    display: flex;
    align-items: center;
}

.table-cont .check_wrapper{
	
}
.table-cont th .file-btn{
	display: inline-block;
}
.table-cont th .file-btn:after{
	margin-left: -2px;
	margin-right: 12px;
}
.table-cont .check_wrapper .check input{
	display: none;
}
.table-cont .check_wrapper > span,
.table-cont .check_wrapper > a{
	display:inline-block;
}

.table-cont .check_wrapper .check .mark{
	display: inline-block;
	width: 16px;
    height: 16px;
	margin-right: 12px;
    border: 1px solid #bbc0c4;
    border-radius: 4px;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.table-cont .check_wrapper .check input:checked + .mark{
    background-color: #3b4850;
}

.table-cont .check_wrapper .check input:checked + .mark::after{
	display: block;
    content: '';
    width: 13px;
    height: 9px;
    background: no-repeat center / cover;
    background-image: url("/resources/icon/check-icon.png");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.check-box{display: flex; align-items: center;}
.table_input.table_radio .input-cont.flex{margin-right: 20px; display: flex;}
/* .search-form {width: 100%;border-bottom: 0.19vw solid #c0c1c1;padding: 2.78vw 1.76vw 0 1.76vw; position: relative;} */
.wrap .filter-wrap .filter > *{display: flex;}

.check-box.width{box-sizing: border-box; width: 11%;}

.filter.pd{display: flex; margin-bottom: 20px;}


@media screen and (max-width: 1440px) {
    

	/* select box  */

	.select_wrap .select_box + .select_box {margin-left: 1.39vw;}

	.select_box { width: 9.72vw; height: 2.0139vw;margin-right:1.39vw;}

	.select_box .label {font-size: 1.11vw;}

	.select_box .label:before {top: 0.97vw; width: 0.76vw; height: 0.42vw;}

	.select_box .option_list {box-shadow: 0 0.35vw 0.42vw rgba(190, 190, 190, 0.11); }

	.select_box.active .option_list {max-height: 15.07vw;}

	.select_box .option_item {font-size: 1.25vw; padding: 1.18vw 1.53vw 0;}

	.select_box .option_item:last-child {padding-bottom: 1.18vw;}

	.table-wrap > .table_input{margin-top:1.39vw;}

	.table-cont .check_wrapper .check .mark{width: 1.1111vw;height: 1.1111vw;margin-right: 0.8333vw;}

}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    
    /* select box  */
    
	.select_box {height: 20px;}
    
	.select_box .label  {font-size: 11px;}
    
	.select_box .label:before {width: 8px; height: 4px;}
    
    .select_box .option_list {box-shadow: 0 4px 4px rgba(190, 190, 190, 0.11); }
    
    .select_box .option_item {font-size: 13px;}

	.check-box.width{box-sizing: border-box; width: 15%;}

	
}
@media screen and (max-width: 768px){
	.wrap .filter-wrap .filter .input-cont label + label{
        width: auto;
        margin-left: 2.08vw;	
	}
.table-cont .check_wrapper .check .mark{
	display: inline-block;
	
        width: 3.0833vw;
        height: 3.0833vw;
        margin-right: 2.35vw;
		border: 1px solid #bbc0c4;
		border-radius: 0.5208vw;
		background-color: #fff;
		vertical-align: middle;
		cursor: pointer;
		position: relative;
}
.check_wrapper a{
	padding:0;
}
.table-cont .check_wrapper .check input:checked + .mark::after{
	width:1.6927vw;
	height: 1.1719vw;
}

.select_box {
	
        width: 21vw;
        height: 11vw;
}
.select_box .label{
	height: 100%;
	font-size: 4.44vw;
}
.select_box .option_item{
	font-size: 3.44vw;
}

.select_box .label:before{
	top: 50%;
	transform: translateY(-50%);

        width: calc(0.76vw * 3);
        height: calc(0.42vw * 3);
}
.table-wrap > .table_input > .select_box{
	width: 15vw;
}
.wrap .filter-wrap .filter > *{display: inline-block;}

.filter.pd{display: block; margin-bottom: 0;}

@media screen and (max-width: 768px) {
    .wrap .filter-wrap .filter .input-cont {
        width: 100%;
        margin-bottom: 20px;
    }
}


}