/* .container{
	width: 100%;
	/*height: 100%;*/
/* } */ 
/*.navigation{
	height: 72px;
	width: 100%;
	margin-bottom: 0px;
}
.row{
	margin: 0;
}
.navigation li{
	float: left;
	width: 13%;
	list-style-type: none;
	line-height: 72px;
	font-size: 14px;
	color: #CECECE;
	text-align: center;
}
.navigation li:hover{
	background: #C31B1B;
}
.navigation li a{
	color: #000000;
	text-decoration: none;
}
.navigation li:hover a{
	color: #FFFFFF;
}
.header{
	width: 100%;
	position: fixed;
	top: 0px;
	height: 72px;
	border: 0px solid green;
	left: 0px;
	padding: 10px 0px 10px 5px;
}*/
/* .main{
	width: 100%;
	position: fixed;
	top: 86px;
	left: 0px;
	bottom: 0px;
	overflow: auto;
}
.col{
	padding: 0px;
}
.time{
	position: absolute;
	width: 150px;
	height: 50px;
	border: 0px solid red;
	top: 500px;
	left:130px;
	color: #424343;
	font-size: 20px;
	font-weight: bold;
} */

.container{
	width: 100%;
	/*height: 100%;*/
}
/*.navigation{
	height: 72px;
	width: 100%;
	margin-bottom: 0px;
}
.row{
	margin: 0;
}
.navigation li{
	float: left;
	width: 13%;
	list-style-type: none;
	line-height: 72px;
	font-size: 14px;
	color: #CECECE;
	text-align: center;
}
.navigation li:hover{
	background: #C31B1B;
}
.navigation li a{
	color: #000000;
	text-decoration: none;
}
.navigation li:hover a{
	color: #FFFFFF;
}
.header{
	width: 100%;
	position: fixed;
	top: 0px;
	height: 72px;
	border: 0px solid green;
	left: 0px;
	padding: 10px 0px 10px 5px;
}*/
.main{
	width: 100%;
	position: fixed;
	top: 72px;
	left: 0px;
	bottom: 0px;
	overflow: auto;
}
.col{
	padding: 0px;
}
.time{
	position: absolute;
	width: 150px;
	height: 50px;
	border: 0px solid red;
	top: 500px;
	left:130px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
/* .slideshow-container {
	max-width: 800px;
	position: relative;
	margin: auto;
  } */
  
  .mySlides {
	/* display: none; */
	width: 100%;
	/* height: 400px; */
	/* position: absolute; */
	top: 0;
	left: 0;
	margin-top: 64px;
  }
  
  .mySlides img {
	/* width: 100%; */
	/* height: 400px; */
	object-fit: cover;
	margin: 0 25px;
  }

.register-link {
	height: 100%;
	width: 20.4%;
	position: absolute;
	right: 0px;
	top: 0px;
}
	
.gundong{
	background-color: #fff;
	margin: 0 !important;
	width: 100% !important;
}
.partner01{
	margin: 0 !important;
}
  
  @media screen and (min-width: 1199px) {
	
	.partnertext{
		display: inline-block; 
		/* float: left;
						line-height: 120px;font-size: 2rem;margin-left: 120px;
    margin-right: 64px; */
	}


  .slideshow-container {
	/* max-width: 800px; */
	margin: auto;
	position: relative;
	overflow: hidden;
  }
  
  .slider-wrapper {
	width: calc(100% * 6);
	position: relative;
	transition: transform 500ms ease-in-out;
  }
  
  .slider {
	display: flex;
	flex-wrap: nowrap;
	/* justify-content: space-between; */
	width: 100%;
	/* height: 400px; */
  }
  
  .image-slide {
	width: calc(100% / 6);
	/* height: 100%; */
	position: relative;
	margin: 64px 0 24px 0;
  }
  
  .image-slide img {
	/* width: 100%; */
	/* height: 100%; */
	object-fit: cover;
	/* margin: 0 32px; */
  }
  
  .slider-controls {
	display: flex;
	justify-content: center;
	margin-top: 10px;
  }
  
  .slider-controls span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	margin-right: 5px;
	cursor: pointer;
  }
  
  .slider-controls span.active {
	background-color: #FBC015;
  }
  .slideshow-container {
	position: relative;
	width: 100%;
	overflow: hidden;
  }
  
  .innovation-wrapper {
	/* width: 100%; */
	width: calc(100% * 3);
	overflow: hidden;
  }
  
  .innovation {
	display: flex;
	/* width: calc(100% * 3); */
  }
  
  .innovation-slide {
	/* width: 100%; */
  }
  
  .innovation-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
  }
  
  .innovation-controls {
	position: absolute;
	bottom: 64px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	z-index: 1;
  }
  
  .innovation-controls span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: gray;
	margin-right: 5px;
	cursor: pointer;
  }
  
  .innovation-controls span.active {
	background-color: white;
  }
  .gundong div{
	margin-top: 16px;
  }

}

  @media screen and (max-width: 1199px) {

	.partnertext{
		display: inline-block; float: left;
						line-height: 120px;font-size: 2rem;margin-left: 64px;
    margin-right: 64px;
	}
	.slideshow-container {
		max-width: 100%;
		margin: auto;
		position: relative;
		overflow: hidden;
	  }
	  
	  .slider-wrapper {
		width: calc(100% * 6);
		position: relative;
		transition: transform 500ms ease-in-out;
	  }
	  
	  .slider {
		display: flex;
		flex-wrap: nowrap;
		/* justify-content: space-between; */
		width: 100%;
		height: auto;

	  }
	  
	  .image-slide {
		width: 100%;
		height: auto;
		position: relative;
		margin: 64px 0 24px 0;
	  }
	  
	  .image-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
		/* margin: 0 32px; */
	  }
	  
	  .slider-controls {
		display: flex;
		justify-content: center;
		margin-top: 10px;
	  }
	  
	  .slider-controls span {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #ccc;
		margin-right: 5px;
		cursor: pointer;
	  }
	  
	  .slider-controls span.active {
		background-color: #FBC015;
	  }
	  .slideshow-container {
		position: relative;
		width: 100%;
		overflow: hidden;
	  }
	  
	  .innovation-wrapper {
		/* width: 100%; */
		width: calc(100% * 3);
		overflow: hidden;
	  }
	  
	  .innovation {
		display: flex;
		height: auto;
		/* width: calc(100% * 3); */
	  }
	  
	  .innovation-slide {
		width: 100%;
		height: auto;
	  }
	  
	  .innovation-slide img {
		width: 100%;
		height: auto;
		object-fit: cover;
	  }
	  
	  .innovation-controls {
		position: absolute;
		bottom: 64px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		justify-content: center;
		z-index: 1;
	  }
	  
	  .innovation-controls span {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: gray;
		margin-right: 5px;
		cursor: pointer;
	  }
	  
	  .innovation-controls span.active {
		background-color: white;
	  }
	  .gundong div{
		margin-top: 36px;
	  }
}