	
* {
	margin: 0;
	padding: 0;
	color: #3d3d3d;
}

header{
	background:#fff;
}
body{
	
}
/* * { font-family: 'Spoqa Han Sans Neo', 'sans-serif'; } */

a {
	text-decoration: none;
	color: #3d3d3d;
}

ul,
li {
	list-style: none;
}


.inner2{
	max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.mainSection{
	
}
.resume-btn.dx-button {
	background-color: #474be6 !important;
	color: white !important;
}

.pause-btn.dx-button {
	background-color: #f17b27 !important;
	color: white !important;
}
.resume-btn.dx-button span{
	color: white !important;
}

.pause-btn.dx-button span{
	color: white !important;
}

.mainSectionWrap{
	display: flex;
	justify-content: space-between;
}

.mainSectionWrap2{
	display: flex;
	flex-direction: column;
	width: 490px;
	justify-content: space-between;
}

.mainSection01{
	background: #fff;
	width: 490px;
	padding: 40px 50px;
}

.mainSection03{
	background: #fff;
	padding: 25px 50px;

}

.mainSection03 p{
	margin-bottom: 30px;
}


.title{
	font-size: 26px;
}


.title > span{
	color: #4549e6;
}

.moreBtn{
		border: none;
    background: none;
    border: 1px solid #c1c1c1;
    padding: 10px 30px;
    border-radius: 35px;
    font-size: 16px;
		cursor: pointer;
		display: block;
		margin: auto;
}

.imgWrap{
	width: 100%;
	margin:30px 0;
}

.imgWrap img{
	width: 65%;
	display: block;
	margin: auto;
}

.buttonWrap{
	display: flex;
	justify-content: space-between;
}

.buttonWrap button{
	width: 115px;
	padding: 34px 0;
	font-size: 16px;
	border: none;
	background: none;
	cursor: pointer;
	color: #fff;
}

.buttonWrap button:first-child{
	background:#4549e6;
}

.buttonWrap button:nth-child(2){
	background-color: #f17b27;
}

.buttonWrap button:nth-child(3){
	background-color: #00a66a;
}

.buttonWrap button:last-child{
	background-color: #4549e6;
}

.buttonWrap button img{
	width: 50%;
	display: block;
	margin: 20px auto auto auto;
}


.mainSection03>p>span{
	font-size: 26px;
	font-weight: 900;
	display: block;
	margin: 18px 0 10px 0
}



.nav_pc {
	border-bottom: 1px solid #ddd;
}

.mainWrap{
	background: #f9fafb
}
.demoContainer{
	width: 1300px;
	margin:auto;
}

.banner{
	padding-top: 20px;
}

.shadow{
	
}

.mainSectionWrap{
	display: flex;
	padding: 20px 0;
}

.mainSectionWrap>div{
	width: 48.5%;
}

.tit{
	background: linear-gradient(0.25turn, rgba(16, 185, 209, 1) 0%, rgb(71 75 230));
    display: inline-block;
    color: #fff;
    padding: 10px 17px;
    border-radius: 10px 20px 10px 20px;
	font-size: 1rem !important;
}

.tit a{
	color: #fff;
}

.tit1{
	background: #fff;
	color: #3d3d3d;
}

#scStatusIng{
	
    height: 300px;
/*    border: 3px solid #13b5d2;*/
background: #fff;
    height: 400px;
    padding:  0 25px;
	border-radius: 10px;
    margin-top: 12px;
	}
	
.plus{
	display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #ddd;
    padding: 8px;
    border-radius: 50%;
	margin-left: 6px
}

.flexW{
	display: flex;
	background: #f9fafb;
}

#scStatusIng td{
	padding: 15px 0;
	/*text-align: left !important;*/
}


#scStatusIng .dx-header-row {
	font-size: 13px;
	color: #999;
}

#scStatusIng .dx-header-row  .dx-datagrid-text-content {
	font-size: 14px;
	color: #999;
}

#scStatusIng .dx-datagrid-rowsview .dx-row{
	
	
}

#scStatusIng .dx-datagrid-table.dx-datagrid-table-fixed:last-child{
/*   border-collapse: separate;
   border-spacing: 0px 10px;*/
 }
 
 #scStatusIng .dx-datagrid-headers .dx-datagrid-table .dx-row > td{
	border-bottom: 0 !important;
	
 }
 
 #scStatusIng td{
	font-size: 15px;
 }
 
 #scStatusIng  .dx-gridbase-container > .dx-datagrid-rowsview.dx-scrollable{
	/*margin-top: -19px;*/
 }
 
/* #scStatusIng td:first-child,th:first-child{
	border-radius: 10px 0 0 10px;
 }
 
 #scStatusIng td:last-child,th:last-child{
 	border-radius:  0 10px 10px 0
	}*/
	
	/*
	@font-face {
	  font-family: 'jalnan';
	  src: url("../component/fonts/jalnanGothic/JalnanGothic.otf") format('opentype');
	  font-weight: 800;
	}


	@font-face {
	    font-family: 'JalnanGothic';
	    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
	    font-weight: normal;
	    font-style: normal;
	}

	*/

	#news, #notice{
		background-color: #fff;
		padding: 20px 25px;
		border-radius: 10px;
	}

	.list_news, .list_notice{
		margin-top: 12px;
	}

	.list_news ul, .list_notice ul{
		
	}
	.list_news ul > li,
	.list_notice ul>li {
	    /*padding: 5px 10px;*/
		margin-bottom: 20px;
	    padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.list_news ul > li:last-child,
	.list_notice ul>li:last-child{
		margin-bottom: 0px;
		border: none;
		padding-bottom: 0;
	}

	.list_news ul > li a 
	.list_notice ul>li a{
		display: flex;
		    justify-content: flex-start;
		    align-items: flex-start;
		    flex-direction: column;
	}

	.listW{
		padding-left: 20px;
		width: 84%;
	}

	#notice .listW{
		width: auto;
	}
	.bottomW, .topW{
		display: flex;
		align-items: center;
		align-items: flex-start;
	}

	.stopType, .startType, .start2Type, .statusType{
		
		display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    /* min-width: 40px; */
	    /* height: 28px; */
	    box-sizing: border-box;
	    padding: 5px 18px;
	    border-radius: 50rem;
	    font-size: 12px;
	    font-weight: 500;
	    color: #fff;
		width: auto;
	    height: 33px;
		width: 105px;
	}
	.stopType{
		background: #00a66a;
	}
	.startType{
		background: #ff3434;
	}
	.start2Type{
		background: #474be6;
	}
	.statusType{
		background:#f17b27;
	}
	.listTit{
		font-weight: 500;
	}
	.listDate{
		/*margin-left: auto;*/
		color: #474be6;
		font-size: 0.8rem;

	}

	.more{
		font-size: 0.8rem;
		border: 1px solid #ddd;
		padding: 5px 12px;
	    border-radius: 5px;
		cursor: pointer;

	}

	.listContent{
		font-size: 0.9rem;
		color: #999;
		font-weight: 400;
		margin: 8px 0;
	}
	
	.moreViewTit{
		font-size: 1.1rem;
	}

	.moreViewContent{
		display: block;
		margin-top: 10px !important;
		height: 300px;
		overflow-y: scroll;
	}

	.aW{
		display: flex;
	}

	.backgroundText{
	    position: relative;
	    top: 90px;
		font-size: 2.5rem;
		font-family: 'JalnanGothic';
		}
		
	.backgroundText>span{
		color: #fff;
		font-size: 1.7rem !important;
		font-family: 'JalnanGothic';
	}

	.backgroundText>p{
		color: #fff;
		font-family: 'JalnanGothic';
		margin-top: 5px;
	}

	.yellow{
		color: #fff955 !important;
		font-family: 'JalnanGothic';
	}

	.subText{
		margin-top: 22px;
		line-height: 1.7rem;
	}

	.subText span{
		
		display: block;
		font-size: 1rem;
		color: #fff;
	}

	
	@media screen and (max-width: 767px) {
		
		.demoContainer {
			width: auto;
		}
		
		.mainSectionWrap {
		flex-direction: column;
		
		}

		.mainSectionWrap>div{
		width: 100%;
		}
		
		.mainWrap{
			padding: 0 12px;
			margin-top: 62px;	
		}
		
		.mainSection3{
			margin-top: 20px;
		}
		
		.listW {
		    padding-left: 10px;
		    width: 84%;
		}
		
		.list_news ul > li, .list_notice ul>li{
			align-items: flex-start;
		    justify-content: space-between;
		    flex-direction: column;
		}
		
		.more{
			margin-left: auto;
			margin-top: 5px;
		}
	}