.visual_main {position: relative;overflow: hidden; width:80%; margin:0 auto; margin-top:0px; gap: 20px;display: flex; flex-direction: column; padding:30px 0;}
#slides div a {display:block;}
.carousel-inner {position: relative;width: 1200px;overflow: hidden;margin: 0 auto;}
.carousel-inner .img01{background:url('../images/main/imgBg01.png') no-repeat 50% 50%;}
.carousel-inner .img02{background:url('../images/main/imgBg02.png') no-repeat 50% 50%;}
.carousel-inner .img03{background:url('../images/main/imgBg03.png') no-repeat 50% 50%;}

.transition-timer-carousel .carousel-caption {
	width: 100%;left: 0px;right: 0px;bottom: 0px;text-align: left;padding-top: 5px;padding-left: 15%;padding-right: 15%;
	display:none;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}

.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 3px;
    /*background-color: #A9D9F0;*/
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.visual_main .container .main-right .accessInfo{
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap:20px;
}
.boardBox{
	width:30%;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    /* We make the transition time shorter to avoid the slide transitioning
    before the timer bar is "full" - change the 4.25s here to fit your
    carousel's transition time */
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
.chatbot-face {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #ffffff;
  border-radius: 20px;
  border: 2px solid #ccc;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  animation: bounce 2s infinite ease-in-out;
}

.antenna {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 12px;
  background: #888;
  border-radius: 2px;
}

.antenna::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #f5b116;
  border-radius: 50%;
}

.eye {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  top: 25px;
}

.eye.left { left: 20px; }
.eye.right { right: 20px; }

.mouth {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 30px;
  height: 15px;
  border: 3px solid transparent;
  border-top: none;
  border-bottom: 3px solid #000000; /* 핑크색 미소 */
  border-radius: 0 0 30px 30px;
  transform: translateX(-50%);
}

@keyframes blink {
  0%, 95%, 100% {
    height: 10px;
  }
  96%, 97%, 98%, 99% {
    height: 2px;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
}

.InfoBox .balloon {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  background: #fff;
  border-radius: 15px;
  font-size: 1.6rem;
  color: #333;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.InfoBox .balloon strong{
	color:#ff9200;
}
.InfoBox .balloon::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
	border-bottom-color: #fff;
}

#headerWrap.Ssize .visual_main .carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.carousel-control.left, .carousel-control.right {
	background: none !important;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
	{
	left: 30%;
}

.carousel-control.right {
	right: 30%;
}




@media ( max-width : 1279px) {
	.main .content_box article {
		box-sizing: border-box;
		padding: 0 20px;
	}
	#noticeListUl {
		padding: 10px 0 !important;
		gap: 10px;
	}
	#noticeListUl>li>p:before {
		font-size: 15px;
	}
	#noticeListUl>li>p {
		font-size: 16px;
	}
	#noticeListUl li .sdate {
		font-size: 14px;
	}
	.boardBox .title .more {
		width: 30px;
		height: 30px;
		font-size: 25px;
	}
	.boardBox ul{
		width:100%;
		padding:10px 0px !important;
	}
	.carousel-control.left .icon-left, .carousel-control.right .icon-right {
		display: none;
	}
	.visual_main {
		width: 100%;
		padding:20px 0;
	}
	.visual_main .content_box{
		width: 90% !important;
		margin: 0 auto;
	}
	.visual_main .container {
		display: unset;
		width: 90% !important;
		margin: 0 auto;
		height:fit-content;
	}
	.visual_main .container .main-right {
		flex-direction: column;
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
	}
	.main .state ul li {
		width: 100%;
		gap: 0;
		padding: 10px 0;
	}
	.main .state ul li dt {
		width: 100%;
	}
	.main .state ul li dd {
		margin-left: 0;
		width: 100%;
	}
	.visual_main .container .main-right .accessInfo {
		display: none;
	}
	.visual_main .container .state {
		width: 100%;
	}
	.boardBox {
		width: 100%;
	}
	.main .contactInfo article {
		flex-direction: column;
		height: fit-content;
		gap: 20px;
	}
	.main .contactInfo article>h2 {
		text-align: center;
		font-size: 20px;
	}
	.main .contactInfo .contactWrap {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
	
	.main .contactInfo .contactWrap .cotnactBox{
		padding: 15px 20px;
		display: flex;
    	flex-direction: row;
    	align-items:center;
	}
	
	.main .contactInfo .contactWrap .cotnactBox i.bi-envelope-fill,.main .contactInfo .contactWrap .cotnactBox i.bi-geo-alt-fill{
		font-size:30px;
	}
	.main .contactInfo{
		padding:40px 0;
	}
	.main .contactInfo .contactWrap .cotnactBox p{
		font-size:15px;
	}
}