@charset "UTF-8";


.main * {
	box-sizing: border-box;
	word-break: keep-all;
}
.main *  .slick-slide img {
	max-width:100%;
}
button {
	border: 0;
	background: none;
	cursor: pointer;
}

.main_popup_wrap{
	position: fixed;
	z-index: 10005;
	width:100%;
	height:100%;
	padding: 30px;
	box-sizing:border-box;
	background-color: rgb(0 0 0 / 65%);
	display:none;
}
.main_popup_wrap.on {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_popup {
	position:relative;
	-webkit-box-shadow: 0px 13px 40px -6px #061626;
	box-shadow: 0px 13px 40px -6px #061626;
}

.main_popup .img_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width:800px;
	height:auto
}
.main_popup .img_wrap img {
	max-width:100%;
}
.main_popup .btn_close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 0;
	border: 0;
	background: none;
}
.main_popup .btn_close::before {
	content: "";
	width: 2px;
	height: 32px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 15px;
	transform: rotate(45deg);
}
.main_popup .btn_close::after {
	content: "";
	width: 32px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 15px;
	left: 0;
	transform: rotate(45deg);
}
.main_popup .btn_today_close {
	width: 100%;
	height: 45px;
	background-color: #111;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: block;
}
.main_popup .btn_today_close span {
	display: block;
	line-height: 40px;
	vertical-align: bottom;
	opacity: 0.8;
}






.main-title {
	margin-bottom:20px;
}
.main-title h2 {
    font-size:34px;
    font-weight:600;
	display:inline-block;
}
.main-title h2 span {
	display:block;
}
.main-title b {
    font-weight:600; 
}
.main-title p {
	display:inline-block;
	font-size:15px;
	color:#777;
	margin-left:20px;

}
.section01 {
    position: relative;
	background:#f9f9f9;
}




/* 메인 슬라이더 공통 */
/* 화살표 */
.slick-navigation{
	font-family: 'GangwonEduPowerExtraBoldA';
	display:inline-block;
	vertical-align:middle;
	display: flex;
	/* align-items: center; */
	}
.slick-navigation button i {  position:relative; }
.slick-navigation a{transition:all 0.3s; position:relative; display:block !important}
.slick-navigation .slick_prev:hover {transform:translateX(-5px)}
.slick-navigation .slick_next:hover {transform:translateX(5px)}
.slick-navigation a i{color:#fff; font-size:18px}
.slick-navigation button, .slick-navigation .slick-dots, .slick-navigation ul li {display:inline-block;color:#fff;vertical-align: middle;}
.slick-navigation ul li	 {margin:0 10px; height:10px;}
.slick-navigation ul li button { position:relative;}

.slick-navigation .btn-play { position: relative; width:44px; height:15px; margin-left:10px;}
.slick-navigation .btn-play::after {content:"";position: absolute;top:0;left:0;width:44px;height:15px;
	background: #02152c;;border-radius:20px;z-index: auto;}
.slick-navigation .btn-play span {position: absolute;left:0;top:-5px;-webkit-transition:all 03s;transition:all 0.3s;z-index: 1;}
.slick-navigation .btn-play span.on { left:30px}

.slick-navigation .control { display:none; width:26px; height:26px;}
.slick-navigation .Pause{ background: url(../../../../img/smbrnd/main/ico_slick_pause.png) no-repeat center center}
.slick-navigation .Play{background: url(../../../../img/smbrnd/main/ico_slick_play.png) no-repeat center center}
.slick-navigation .control.on { display:inline-block}
.slick-navigation .slick-arrow { width:23px; height:16px}
.slick-navigation .slick-prev  { background: url(../../../../img/smbrnd/main/ico_slick_prev.png) no-repeat center center}
.slick-navigation .slick-next  { background: url(../../../../img/smbrnd/main/ico_slick_next.png) no-repeat center center}

.slick-navigation  .slick-dots  { font-size:18px; letter-spacing: 5px;}
.slick-navigation  .slick-dots li { display:none; }
.slick-navigation .slick-dots li.slick-active {  display: block;}

.slick-navigation .paging-info { display:none;font-weight:600;color:#fff;font-size:18px;margin-right:15px;display: inline-block;vertical-align: middle;}
.slick-navigation .paging ul li:first-letter {  }



.slick-navi-dot {vertical-align: middle;margin-top: -12px; display: inline-block;}
.slick-navi-dot {display:inline-block; vertical-align:middle; margin:-1px -8px 0 7px}
.slick-navi-dot li{position:relative; display:inline-block; margin-right:20px; transition:all 0.8s}
.slick-navi-dot li:after{position:absolute; content:""; width:0; height:2px; background-color:#fff; left:35px; top:17px;}
.slick-navi-dot li button{position:relative; display:inline-block; padding-left:11px;color:#fff; font-weight:900; font-size:18px; }



/* 메인 비주얼 */

.section01 {
	 position:relative;
	 width:100%;
	 overflow:hidden;
 	 padding-top:120px;
	 margin-top:50px;
	 padding-bottom:120px;
}
.section01 .slick-slide img {     width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;}
.slick-navi-dot li {display:inline-block;}
 
#visual-slide {
    height: 100%;
}
#visual-slide  .slick-list {
	height:100%;
}
#visual-slide .slick-track{
	height:100%;
}
#visual-slide .slick-slide > div {
	height:100%;
}
#visual-slide .img-wrap {
	height:100%;
	background-position: center center;
	background-size:cover;
}
.visual-wrap {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
    justify-content: space-around;
	
 	
}

.visual-slider-wrap {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;


}
.visual-wrap  .visual-left {
	width:calc(100% - 500px)
}
.visual-wrap  .visual-right {
	max-width:500px;
}

.visual-title {
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 1.2;
	margin-bottom:50px;
}

.visual-title h2 {
	font-size: 50px;
	margin-bottom:20px;
	letter-spacing: -1px;;
}
.visual-title p {
	font-size: 16px;
	font-weight: 200;
}

#visual-slide-navi { margin-top:60px;}

.popzone-wrap { margin-bottom:10px;}
.popzone-wrap .slick-navigation { 
	position: absolute;
	right:20px;
	bottom:20px;
	z-index:1;
	display:flex;margin-top:0; margin-left:auto;  display: flex; align-items: center;justify-content: flex-end;}
.popzone-wrap .slick-navigation button, 
.popzone-wrap .slick-navigation .slick-dots, 
.popzone-wrap .slick-navigation ul li {
 }

.popzone-slider-wrap {  position: relative;}
 
 .popzone-wrap  .slick-navigation .btn-play::after {background: #6191ea; }




/* 우측 배너 */
.banner-wrap {

 }
.banner-wrap ul {
    display:flex;
    width:100%;
	align-items: stretch;
    flex-wrap: wrap;
    position:relative;
}

.banner-wrap li {
    flex: 1;
	background-color:#fff;
}
.banner-wrap li:last-child {
	background:#6191ea;
}
.banner-wrap a {
    display:block;
	width:100%;
	height:100%;
	padding:30px 20px;
	position: relative;
	
	
}
.banner-wrap a b {
	display:block;
	font-size:20px;
}
.banner-wrap a::after {
	display:inline-block;
	width:25px;
	height:25px;
	background:#d1dae7 url(../../../../img/smbrnd/main/ico_arr.png) no-repeat center center;
	border-radius:100%;
	margin-left:20px;
	content:"";
	position: absolute;
	transition:all 0.3s ease;
}
.banner-wrap li:last-child  a{
	color:#fff;
}
.banner-wrap a:hover::after {
	-webkit-animation: swing 1s ease;
    animation: swing 1s ease;

	
}


.section02 .layout{
    position: relative;
    z-indeX:1;
	padding-top:60px;
	padding-bottom:90px;
	background: url(../../../../img/smbrnd/main/img_people.png) no-repeat bottom right 20px;
}
.count-wrap {
    margin-top: 40px;
	width:60%;
	display:flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.count-wrap > div {
	width:180px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.count-wrap >  ul  {
    display:flex;
    flex-wrap: wrap;
    align-items: stretch;
	width:calc(100% - 180px - 50px) ;
	
 }
.count-wrap >  ul > li {
	position: relative;
	width:calc((100% - 25px) /2);
	display: flex;
	}
.count-wrap >  ul > li:first-child {
	margin-right:25px;
}
.count-wrap .box{
     border:1px solid #ddd;
     padding: 20px;
     width: 100%;
	 border-radius:20px;
	 text-align: center;
	 box-shadow: 0px 6px 25px rgba(1, 0, 30, 0.12);
	 

}
.count-wrap .box .icon {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.count-wrap .box .icon  i {
    display:block;
    width:100%;
    height: 35px;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.count-wrap .box  .icon  i.icon01 {
    background-image:url(../../../../img/smbrnd/main/ico_stat01.svg)
}
.count-wrap .box  .icon  i.icon02 {
    background-image:url(../../../../img/smbrnd/main/ico_stat02.svg)
}
.count-wrap .box h3 {
 	text-align: center;
	margin: 5px 0 10px 0;
}

.count-wrap .box .info {
	text-align:center;
}
.count-wrap .box .info  li {
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}
.count-wrap .box  .info > span {
	font-weight: 600;
	padding-bottom:5px;
	display:block;
}
.count-wrap .box .count {
	font-family: 'GangwonEduPowerExtraBoldA';
	font-size:20px;
}
.count-wrap .box .count strong {
   font-size: 40px;
   font-weight:700;
   color: #6191ea;
}
.count-wrap .box .count small {
	font-size:18px;
}
.count-wrap > div a {
	border:1px solid #6191ea;
	color:#6191ea;
	background-color:#fff;
	text-align: center;
	width:100%;
	height:55px;
	line-height:55px;
	display:block;
	font-weight:600;
	border-radius:40px;
	margin: 7px 0;
}
.count-wrap > div a:last-child {
	background-color:#6191ea;
	color:#fff;	
}


.section03{ 
	padding:30px 0;
	background:#ebf0f5;
}


.tab-cont {width: 100%;position: absolute;top: 50px;left: 0;}
.bbs-business-wrap {position:relative; width:100%;min-height:300px;}
.bbs-business-wrap .hd_tab {position: relative;display: flex;justify-content: flex-end;transform: translateY(-50px);z-index:1}
.bbs-business-wrap .hd_tab::after { content:""; display:block; clear:both}
.bbs-business-wrap .hd_tab > li {cursor: pointer;box-sizing: border-box;padding: 0 10px 20px 10px;}
.bbs-business-wrap .hd_tab > li > a {font-weight: 400;display: block;}
.bbs-business-wrap .hd_tab > li.active > a {position: relative;font-weight: 900;color:#6191ea;padding-bottom: 5px;}
.bbs-business-wrap .hd_tab > li.active > a::after {
	content:"";
	display:block;
	width:100%;
	bottom: 0;
	left:0;
	position: absolute;
	border-bottom:1px solid #6191ea;
}

.bbs-business-wrap  .tab-cont {
	top:50px;
	border-top:0;
}
.bbs-business{

}

.bbs-business ul {  
	display:flex;
	flex-wrap: wrap;
}
.bbs-business ul li{
	width:calc((100% - 60px) / 3);

}
.bbs-business ul li:nth-child(2) {
	margin:0 30px;
}
.bbs-business ul li a{
	background:#fff;
	border-radius:30px;
	display:block;
	padding:30px;
	position: relative;
	height:100%;
	border:1px solid #fff;
	transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
}
.bbs-business ul li a:hover {
	border:1px solid #ddd;
	box-shadow: 0px 6px 25px rgba(1, 0, 30, 0.12);
}
.bbs-business .cate {
	display:inline-block;
	min-width:93px;
	text-align:center;
	padding:7px 15px;
	background:#dfe9fb;
	color:#6191ea;
	border-radius:30px;
	margin-bottom:20px;

}
.bbs-business .bbs-title {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    height: 2.8em;
    margin-bottom: 15px;
}

.bbs-business .date {
	color: #747474;
	margin-top: 35px;
	display: inline-block;
	position: relative;
	padding-bottom:20px;
	width:calc(100% - 70px)
}
.bbs-business .date  b {
	display: block;
	font-weight: normal;
 }
.bbs-business .bottom-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.bbs-business .state {
	width:60px;
	height:60px;
	background:#e7e7e7;
	border-radius:100%;
	display:inline-block;
	font-weight:600;
	text-align: center;
	line-height:60px;

 }

 .bbs-business .state.type01 {
	background-color:#476691;
	color:#fff;
 }
 .bbs-business .state.type02 {
	background-color:#3061FF;
	color:#fff;
 }
 .bbs-business .state.type03 {
	background:#e7e7e7;
 }

 .btn-more-wrap {
	text-align:center;
 }
 .section03 .btn-more {
    display: inline-block;
	margin:30px auto;
	border:1px solid #6191ea;
	color:#6191ea;
 	border-radius:30px;
	padding:15px 80px 20px 20px;
	font-weight:600;
	background:#fff;
	position: relative;
   
}
.section03 .btn-more::after {
	width:26px;
	height:26px;
	background: #dfe9fb url(../../../../img/smbrnd/main/ico_more_arr_blue.svg) no-repeat center center;
	display:inline-block;
	position: absolute;
	right:20px;
	top:50%;
	margin-top:-14px;
	border-radius: 100%;;
	content:"";
	transition-duration: 0.25s;
    transition-timing-function: ease-in-out;

}
.section03 .btn-more:hover::after {
	right:25px
}





.section04 { 
	padding:40px 0;
 }
.section04 .layout {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section04 .main-title h2 {
	font-size:22px;
}

.bbs-notice-wrap {
	position:relative;
	border:1px solid #ddd;
	padding:20px;
	border-radius: 20px;
	width:440px;
}
.bbs-notice-wrap .btn-more {
	top:-55px;
}
.bbs-notice ul{ }
.bbs-notice ul li { 
	position: relative;
	padding-left:10px;
	margin:3px 0;
}
.bbs-notice ul li::before {
	content:"";
	display:block;
	width:3px;
	height:3px;
	background:#a9a9a9;
	border-radius: 100%;
	position: absolute;
	left:0;
	top:12px;
}
.bbs-notice ul li a {
    display:block;
    position: relative;
}
.bbs-notice ul li a .bbs-title {
	font-weight:500;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	text-align: left;
	width:100%;
	display:block;
	font-size:15px;
}

.section04 .btn-more {
    display: inline-block;
 	background:#e7e7e7;
    color: #777;
    border-radius: 30px;
    padding: 5px 30px 5px 10px;
    font-weight: 600;
	font-size:14px;
     position: absolute;
	 right:30px;
	 top:30px;
}

.section04 .btn-more::after {
	width:12px;
	height:8px;
	background:url(../../../../img/smbrnd/main/ico_more_arr_gray.svg) no-repeat center center;
	display:inline-block;
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-4px;
	border-radius: 100%;;
	content:"";
	transition-duration: 0.25s;
    transition-timing-function: ease-in-out;

}
.section04 .btn-more:hover::after {
	right:12px
}

.section04 .rd-wrap {
	width:calc(100% - 440px - 40px);
	border:1px solid #ddd;
	border-radius:20px;
	padding:30px;;
	display: flex;
	align-items: flex-start;

}
.section04 .rd-wrap .main-title {
	padding-right:50px;

}
.section04 .rd-wrap ul {
	display:flex;
	flex-wrap: wrap;
}
.section04 .rd-wrap ul li {
	width:50%;
	height: 50%;
	padding: 7px;
}
.section04 .rd-wrap ul li a {
    display: flex;
    background-color: #eff4fd;
    height: 65px;
    border-radius: 5px;
    padding: 5px 5px 5px 60px;
    position: relative;
    align-items: center;
	line-height:1.2;

}
.section04 .rd-wrap ul li.rd-banner02 a {
	 
}
.section04 .rd-wrap ul li.rd-banner03 a {
 
}
.section04 .rd-wrap ul li.rd-banner04 a {
	 
}
.rd-wrap ul li a::after {
	content:"";
	display:block;
	position: absolute;
	left:5px;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	
}
.rd-wrap ul li.rd-banner01 a::after {
	background: url(../../../../img/smbrnd/main/img_rd01.png) no-repeat center center;
}
.rd-wrap ul li.rd-banner02 a::after {
	background: url(../../../../img/smbrnd/main/img_rd02.png) no-repeat center center;
}
.rd-wrap ul li.rd-banner03 a::after {
	background: url(../../../../img/smbrnd/main/img_rd03.png) no-repeat center center;
}
.rd-wrap ul li.rd-banner04 a::after {
	background: url(../../../../img/smbrnd/main/img_rd04.png) no-repeat center center;
}
.section04 .rd-wrap ul li a strong {
	color: #fffe90;
	font-size: 24px;
	line-height:1.2;
	width: 100%;
	
}
.section04 .rd-wrap ul li a  span {
	font-size:16px;
	display:block;
	color:#fff;
}
.section04 .rd-wrap ul li a  p {
	color:#fff;
	width: 100%;
}
.section04 .rd-wrap ul li a p::after {
	content:"";
	display:inline-block;
	width:50px;
	height:50px;
	vertical-align:middle; 
	margin-left:10px;
	background: url(../../../../img/smbrnd/main/ico_more_plus_w.png) no-repeat center center;
}




.footer-banner {position:relative; padding:20px 0; border-top:1px solid #ddd;}
.footer-banner #bannerList {position:relative;z-index:1;margin-left: 150px;}
.footer-banner #bannerList li {position:relative;text-align:center;border-radius: 30px;overflow: hidden;/* height: 424px; */}
.footer-banner .slider li img {display:inline-block; }
.footer-banner .slick-navigation {position:absolute;top: 5px;left: 0;width: 160px;padding:0 20px;z-index:1;text-indent: inherit;text-align:right;vertical-align: middle;display: inline-block;}
.footer-banner .slick-navigation::after { content:""; display:block; clear:both;}
.footer-banner .slick-navigation button { float:left;width:34px; height:34px; border:1px solid #ddd; margin-left:-1px}
.footer-banner .slick-navigation .Pause{display:none; background: #fff url(../../../../img/smbrnd/main/ico_fbanner_pause.svg) no-repeat center center / 20px}
.footer-banner .slick-navigation .Play{background: #fff url(../../../../img/smbrnd/main/ico_fbanner_play.svg) no-repeat center center / 20px}
.footer-banner .slick-navigation .slick-arrow { }
.footer-banner .slick-navigation .slick-prev  { background: #fff url(../../../../img/smbrnd/main/ico_fbanner_left.svg) no-repeat center center / 20px}
.footer-banner .slick-navigation .slick-next  { background: #fff url(../../../../img/smbrnd/main/ico_fbanner_right.svg) no-repeat center center / 20px}



@media all and (max-width:1380px) {


}

@media all and (max-width:1200px) {
}


@media all and (max-width:1026px) {
	.visual-wrap .visual-left {
		width:100%;
	}
	.visual-wrap .visual-right {
		width:100%;
		max-width:inherit;
	}
	.main-title h2 {
		font-size:40px;
	}

	.main-title p {
		font-size:18px;
	}
	.visual-title h2 {
		font-size: 40px;
	}
	.visual-title p {
		font-size:20px
	}

	.section02 .layout {
	
		background-size:200px;
	}
	.count-wrap {
		width:calc(100% - 200px);
	}


	.bbs-notice ul li a {
		font-size:16px;
	}
	.bbs-notice ul li a .bbs-title {
		font-size:16px;
	}
	
	.count-wrap ul li {}
	.count-wrap ul li:nth-child(2):after { display:none}
	.count-wrap ul li .box .info { text-align:right;}

	

	.bbs-notice-wrap {
		width:100%;
	}
	.section04 .rd-wrap {
		width:100%;
		margin-top:10px;
	}
	.bbs-business-wrap {
		min-height:360px;
	}


}

@media (min-width: 1027px) and (max-width: 1200px) {
	.section04 .rd-wrap .main-title{
		padding-right:20px;
	}
	.section04 .rd-wrap ul li a {
		font-size:14px;
	}

}

@media (min-width: 769px) and (max-width: 1025px){


	.bbs-business .date {
		width:100%;
	}
	
}

@media all and (max-width:768px) {

	.section02 .layout {
		padding-bottom:150px;;
		background-size:200px;
		background-position: bottom center;
	}
	.count-wrap {
		width:100%
	}
	.bbs-business-wrap {
		height:850px;
	}
	.bbs-business ul li {
		width: 100%
	}
	.bbs-business ul li:nth-child(2) {
		margin:20px 0;
	}
	.bbs-business ul li a {
		padding:20px;
	}
	
	.bbs-business-wrap .hd_tab {
		transform: translateY(-55px);
	}
	.section05 .btn-more {
		vertical-align: bottom;
	}

}




@media all and (max-width:640px) {

	.visual-title { margin-left:20px;}
	.visual-title h2 {
		font-size:30px;
	}
	.main-title h2 {
		font-size:30px;
	}
	.count-wrap .box h3 {
		font-size:18px;
	}
	.count-wrap .box .count strong {
		font-size:18px;
	}
	.count-wrap .box .count small {
		font-size:15px;
	}
	.main-title p {
		margin-left:0;
 	}
	.main-title h2 span  {
		display:inline-block;
	}
	.count-wrap > ul > li {
	    width: 100%;
	}
	.count-wrap > ul > li:first-child {
		margin-right:0;
		margin-bottom:10px;
	}
	.section04 .rd-wrap ul li {
		width:100%;
		height: auto;
	}

 

	

}
@media all and (max-width:480px) {
	.banner-wrap li {
		width:100%;
		flex:auto;
		}
	.count-wrap > ul {
		width:100%;
	}
	.count-wrap > div {
		margin:30px auto;
		width:100%;
	}
	.bbs-business-wrap .hd_tab {
		transform: translateY(0px);
	}
	.bbs-business-wrap .tab-cont {
		top:40px
	}

	.section04 .rd-wrap {
		flex-wrap: wrap;
	}
    .footer-banner .slick-navigation {
        top:-45px
    }
	.footer-banner #ft-banner-slide { 
		margin-left:0;
		margin-top:50px;
	}
}


@keyframes swing {
    15% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    65% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    80% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}