@import url('//fonts.googleapis.com/earlyaccess/nanumbrushscript.css');

@font-face {
    font-family: 'RiaSans-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-6Bold';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-9Black';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


/*reset css*/
*{padding: 0; margin: 0;}
ol,ul,li{list-style: none; margin: 0;}
.clear:after{content: ''; display: block; clear: both;}
img{vertical-align: top;}
p{margin: 0;}
a:hover{text-decoration: none;}
body {

	font-family: 'Pretendard-Regular';
/*	font-family: "Noto Sans KR", sans-serif;*/
	color: #000;}
h1,h2,h3,h4,h5,h6{margin: 0;}
.gray{color: #777;}
.navy{color: #0840cd;}
.blue{color: #0072bc;}
.yellow{color: #fff700;}
.red{color: #ff0110;}
.aqua{color: #8afff7;}
.pointcolor{color: #0190d2;}
.bold{font-weight: 900;}
::selection {background:#0190d2; color:#fff;}


/*header*/
.header{background-color: #fff;}
.header .header_top{height: 120px; width: 1400px; margin: 0 auto; }
.header .header_top h1{width: 200px; float: left;padding: 40px 0 0;}
.header .header_top h1 a{display: block; width: 100%; height: 100%;}
.header .header_top h1 a img{width: 100%;}
.header .text-right{z-index: 11;}

.header .container{top: 0; width:1400px!important;}
.container .menu{float: right; width: 850px; height: 90px; margin: 20px 0 0;}
.container .menu > ul{width: 100%; height: 100%; }
.container .menu > ul > li{height: 100%; line-height:90px; padding: 0;
text-align: center; z-index: 1000;}
.container .menu > ul > li > a{position: relative; display: block; height: 100%; font-weight: 900; font-family: 'Pretendard-Light';}
.container .menu > ul > li > a:after{ content:""; display:block; width:0; height:2px; background-color:#01d4d3; position:absolute; bottom:-12px; transition:all 0.5s; left:50%; transition:all 0.5s;}
.container .menu > ul > li:hover>a:after{margin-left:-50%; width:100%;}
.container .menu > ul > li:hover>a{color:#01d4d3;  width: 99%;}
.container .menu > ul a{color: #000; font-size: 22px;}
.container .menu > ul li .sub-menu{top: 60px; left: 0; width: 99%; height: 190px; background-color: rgba(255,255,255,0)!important; z-index: 9999;}
/*.container .menu > ul li:nth-child(1) .sub-menu{border-left: 1px solid #bbb;}*/
.container .menu > ul li .sub-menu li{width: 100%; height: 35px; line-height: 22px; text-align: center; min-width: 0; float: left; margin: 0 20px; padding: 15px 30px;}
.container .menu ul li ul li a{display: block; height: 100%; font-size: 20px; font-weight: 400; font-weight: bold;}
.container .menu ul li:hover > .sub-menu{background-color: #e4e4e4;}
.container .menu ul li .sub-menu li:hover a{color: #000000; font-weight: bold;}

.whitebar{width: 100%!important; height: 60px; background-color: #eee; position: absolute; top: 120px; z-index:500;left: 0;}


/*container*/
.cont-wrap > div{margin: 100px 0;}
.cont-center{width: 1400px; margin: 0 auto; height: 100%;}


/*visual*/
.visual-sec .txt-box {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  width: 75%;
  padding: 0 2.0rem;
  transform: translate(-50%, -60%);
  z-index: 10;
}
.visual-sec .txt-box h2 {
  font-family: 'Pretendard-ExtraBold'; font-weight: bold; color: #fff; line-height: 90px; margin: 20px 0 0;
  font-size: 65px;
  transform: translateY(20px);
  opacity: 0;
  transition: 1s 0.2s;
}
.visual-sec .txt-box p {
  color: #fff;
  margin-top: 1em;
  font-size: 25px;
  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.4s;
}
.visual-sec .txt-box .visual-call{
	  transform: translateY(20px);
  opacity: 0;
  word-break: keep-all;
  transition: 1s 0.7s;
width: 550px; height: 100px; line-height: 90px; display: block; border-radius: 25px;font-size: 60px; background: #01D8D3; background: linear-gradient(121deg,rgba(1, 216, 211, 1) 0%, rgba(0, 145, 210, 1) 100%); color: #fff; margin: 40px 0 0; font-weight: 900; text-align:center;font-family: "Noto Sans KR", sans-serif; font-weight: 900;	
}
.visual-sec .txt-box .visual-call:hover{background-image: linear-gradient(to right, #01d8d3 0%, #0190d2 51%, #01d8d3 100%);  text-transform: uppercase; transition: 0.5s; background-size: 200% auto; background-position: right center; text-decoration: none;}

.visual-sec .swiper-slide-active .txt-box h2,
.visual-sec .swiper-slide-active .txt-box p,
.visual-sec .swiper-slide-active .txt-box .visual-call{
  transform: translateY(0);
  opacity: 1;
}

.visual-sec-sub .img-box{height: 20vh;}

.visual-sec .img-box {
  display: block;
  width: 100%;
  overflow: hidden;
}
.visual-sec img {
  transform: scale(1.05);
  transition: 1.5s 0.1s;
width:100vw;
height:100vh;
}
.visual-sec .swiper-slide-active img {
  transform: scale(1.0);
}
.visual-sec .all-box {
  position: absolute;
  display: inline-flex;
  width: 90%;
  height: 50px;
  left: 50%;
  bottom: 200px;
  box-sizing: border-box;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.visual-sec .progress-box {
  position: relative;
  width: 170px;
  height: 50px;
  z-index: 11;
	
}
.autoplay-progress {
  position: absolute;
  left: 30px;
  top: 10px;
  z-index: 10;
  width: 100px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
/*  height: 100%;*/
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(100 * (1 - var(--progress)));
  stroke-dasharray: 100;
}
.visual-sec .swiper-pagination {
  display: flex;
  color: #fff;
  justify-content: space-between;
  position: static;
  text-align: left;
}
.visual-sec .arrow-box {
  position: relative;
  width: 80px;
  height: 50px;
}

.visual-sec .swiper-button-next,
.visual-sec .swiper-button-prev {
  width: 21px;
  height: 21px;
  top: 0;
  margin-top: 0;
  background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/arrow-left.svg) no-repeat center / 100%;
}

.visual-sec .swiper-button-next {
  background-image: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/arrow-right.svg);
}
.visual-sec .swiper-button-next::after,
.visual-sec .swiper-button-prev::after {
  font-size: 0;
}


@media screen and (max-width: 480px) {
  .visual-sec .txt-box {
    left: 46%;
  }
  .visual-sec .txt-box > h3 {
    font-size: 1.2rem;
  }
  .visual-sec .txt-box > p {
    font-size: 0.8rem
  }
  .visual-sec .all-box {
    bottom: 0;
    height: 30px;
  }
}
			
			
.progress-bars-controller {
  position: absolute;
  left: 50%;
	margin-left: -500px;
  bottom: 30px;
  width: 1000px;
  font-size: 22px;
  font-weight: 700;
  font-family: sans-serif;
  display: flex;
  justify-content: space-around;
  z-index: 999;
}

.bar {
  width: 22%;
  text-align: left;
  cursor: pointer;
  user-select: none;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}

.bar-progress {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
	margin: 20px auto;
}

.bar-progress::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: rgba(255, 255,255,1);
  content: "";
}

.progress .bar-progress::before {
  width: 100%;
  /*   transition-property: width;
  transition-timing-function: ease;
  transition-duration: 5.2s; */
  transition: 5.2s ease;
}

.progress{background: rgba(0,0,0,0); height: 50px;}


/*cont01*/
.cont01{height: 1000px; position: relative;}
.cont01 > .cont-center{position: relative; display: flex; justify-content: space-between; flex-wrap: wrap;}
.cont01 > .cont-center > div{flex: 1 1 50%;}
.cont01-txt{margin: 300px 0 0;}
.cont01-txt h2{font-size: 80px; font-family: 'Pretendard-ExtraBold'; line-height: 90px;}
.cont01-txt p{font-size: 30px; margin: 40px 0 0;}
.cont01-img{position: relative;}
.cont01-img ul li{height: 553px; width: 300px; border-radius: 20px; background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont01-img01.png) no-repeat center; background-size: 100%; position: absolute;}
.cont01-img ul li a{width: 100%; height: 100%; display: block; position: relative; padding: 40px;}
.cont01-img ul li h3{color: #fff; font-size: 35px;font-family: 'Pretendard-ExtraBold';}
.cont01-img ul li:nth-child(1){top: 70px; left: 30px;}
.cont01-img ul li:nth-child(2){background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont01-img02.png) no-repeat center; background-size: 100%; bottom: 100px; right: 0;}
.cont01-img ul li .cont01-btn{color: #fff; font-size: 20px; position: absolute; bottom: 40px; right: 65px; font-weight: 100;}
.cont01-img ul li .cont01-btn:after{content: "→"; position: absolute; bottom: 0; right: -30px; opacity: 0; transition: all .2s;}
.cont01-img ul li:hover .cont01-btn{animation: bounce1 1s infinite;}
.cont01-img ul li:hover .cont01-btn:after{opacity: 1;}

.cont01-img ul li:hover{background-size: 120%; background-position: 50% 50%; transition: all .3s ease;
    -moz-transition: all .3s ease;
    -web-kit-transition: all .3s ease;}

@keyframes bounce1{
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-20px);
  }
}

/*cont01-bg-shape*/
.cont01-bg-shape01{width:1000px; height:1356px; background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont01-bg-shape01.png) no-repeat center top 0 / contain; text-align: center; position: absolute;top: -300px; left: -20px; z-index:-1;
-webkit-animation: pulse1 6s linear infinite;
		 animation: pulse1 6s linear infinite;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;}

@keyframes pulse1{
  0%{width:1000px;height:1356px;}
  50%{width:1100px;height:1492px;}
  100%{width:1000px;height:1356px;}
}


/*cont02*/
.cont02{padding: 80px 0;}
.cont02 > div > p{font-size: 28px; text-align: center;}
.cont02 > div > h2{font-size: 83px; font-family: 'Pretendard-ExtraBold'; margin: 20px 0 0; text-align: center;}
.cont02 .cont02-box{margin: 120px 0 0;}
.cont02 .cont02-box ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont02 .cont02-box ul li{background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont02-li-bg01.png) no-repeat center top 0 / cover; flex: 1 1 30%; margin: 0 20px; height: 609px; color: #fff; padding: 45px 35px; border-radius:30px;}
.cont02 .cont02-box ul li:hover{animation: bounce2 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;}
.cont02 .cont02-box ul li:nth-child(2){background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont02-li-bg02.png) no-repeat center top 0 / cover;}
.cont02 .cont02-box ul li:nth-child(3){background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont02-li-bg03.png) no-repeat center top 0 / cover;}
.cont02 .cont02-box ul li .cont02-title h3{font-size: 60px; font-family: 'Pretendard-ExtraBold'; line-height: 70px; margin: 270px 0 0;}
.cont02 .cont02-box ul li .cont02-title h4{font-size: 32px; margin:40px 0 0;}
.cont02 .cont02-box ul li .cont02-star{width: 230px; height: 40px; background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont02-star.png) space center top 0 / contain; margin: 80px 0 0;}
.cont02 .cont02-box ul li .cont02-desc{margin: 25px 0 0; font-size: 23px;font-family: 'Pretendard-Light'; word-break: keep-all;}

@keyframes bounce2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform:translateY(0px);
  }
}


/*cont03*/
.cont03{background: url(/_upload/xn--6j1b19oyud3wiqtaj7f300a.xn--299ay03bn2b.kr/cont03-bg.jpg) no-repeat center top 0 / cover; background-attachment: fixed; height: auto; padding: 150px 0; position: relative; overflow: hidden;transition: 1.5s;}
.cont03 h2{font-size: 78px; font-family: 'Pretendard-ExtraBold'; margin: 20px 0 0; color: #fff;}
.cont03 p{font-size: 35px; color: #fff; margin: 20px 0 0; font-family: 'Pretendard-Light';}
.cont03-box{width: 100%; padding: 40px 80px;}
.cont03-box ul li{width: 800px; height: 210px; padding: 40px 50px; margin: 40px 0; border: 1px solid #fff;}
.cont03-box ul li:hover{background-color: rgba(255,255,255,0.9);}
.cont03-box ul li:hover h3{color: #000;}
.cont03-box ul li:hover p{color: #000;}
.cont03-box ul li:nth-child(1){float: right;}
.cont03-box ul li:nth-child(2){float: left;}
.cont03-box ul li:nth-child(3){float: right; margin: 40px 150px 40px 0;}
.cont03-box ul li:nth-child(4){float: left; margin: 40px 0 40px 50px;}
.cont03-box ul li h3{color:#fff; font-size: 45px; font-family: 'Pretendard-Bold'; margin: 10px 0 0;}
.cont03-box ul li p{font-size: 35px; margin: 20px 0 0; font-family: 'Pretendard-Light'; color: #fff;}
/*.cont03:hover{background-position: left center; text-transform: uppercase; transition: 0.5s; background-size: 120% auto;}*/


/*cont04*/
.cont04{padding: 80px 0;}
.cont04 > p{font-size: 28px; text-align: center;}
.cont04 > h2{font-size: 83px; font-family: 'Pretendard-ExtraBold'; margin: 20px 0 0; text-align: center;}
.cont04 .cont04-box{display: flex; flex-wrap: wrap; justify-content: space-between; height: 700px; margin: 100px 0 0;}
.cont04 .cont04-box > div{height: 100%;}
.cont04 .cont04-box .cont04-left{flex: 1 1 60%; overflow: hidden;}
.cont04 .cont04-box .cont04-left img{width: 100%; height: 100%;}
.cont04 .cont04-box .cont04-left:hover img{animation: zoom 2s cubic-bezier(0.4, 0.0, 0.2, 1) forwards;}
.cont04 .cont04-box .cont04-right{flex: 1 1 40%; padding: 200px 50px 50px; border-width: 3px 0 3px 3px; border-style: solid; border-color: #ccc; position: relative;}
.cont04 .cont04-box .cont04-right h3{font-size: 45px; font-family: 'Pretendard-ExtraBold';}
.cont04 .cont04-box .cont04-right p{font-size: 30px; margin: 50px 0 0; white-space: pre-line;}
.cont04 .cont04-box .cont04-right:hover{background-image: linear-gradient(to right, #fff 0%, #ccc 51%, #fff 100%);  text-transform: uppercase; transition: 0.5s; background-size: 200% auto; background-position: right center; text-decoration: none;}

.cont04-box .cont04-right .cont04-btn{color: #000; font-size: 30px; position: absolute; bottom: 40px; left: 50px; font-weight: 100;}
.cont04-box .cont04-right .cont04-btn:after{content: "→"; position: absolute; bottom: 0; right:-40px; opacity: 0; transition: all .2s;}
.cont04-box .cont04-right .cont04-btn:hover{animation: bounce3 1s infinite;}
.cont04-box .cont04-right .cont04-btn:hover:after{opacity: 1;}

@keyframes zoom {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

@keyframes bounce3{
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}


/*cont05*/
.cont05{padding: 50px 0;}
/*
.cont05 > div{display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont05 > div > div{flex: 1 1 40%; margin: 0 65px;}
*/
.cont05 h2{font-size: 75px; color:#000; font-family: 'Pretendard-ExtraBold'; text-align: center;}
.cont05 p{font-size: 30px; color:#646464; font-family: 'Pretendard-Bold'; margin:40px 0 0; text-align: center;}
/*
.cont05 .cont05-left table{width: 100%; color: #000; margin: 70px 0 0;}
.cont05 .cont05-left table tr{height: 80px; line-height: 80px; border-bottom: 1px solid #ddd;}
.cont05 .cont05-left .table-info{width: 120px; font-size: 21px; font-family: 'Pretendard-Light';}
.cont05 .cont05-left .table-desc{font-size: 30px; font-family: 'Pretendard-ExtraBold';}
*/
.cont05 .cont05-right{display: flex; justify-content: space-around; margin: 80px auto 0; width: 1100px;}
.cont05 .cont05-right > a{width: 500px; height: 120px; padding: 30px 60px; position: relative; color: #fff; display: block; border-radius: 50px; font-size: 40px; font-weight: bold; margin: 20px 0 80px;}
.cont05 .cont05-right > a:after{content: "→"; position: absolute; top: 30px; right: 40px; width: 55px; height: 55px; background-color: #323232; color: #fff; display: block; border-radius: 50%; font-size: 30px;padding: 5px; text-align: center;}
.cont05 .cont05-right > a:hover:after{animation: move4 1s infinite;}
.cont05 .cont05-right .cont05-call01{background-color: #7d7d7d;}
.cont05 .cont05-right .cont05-call01:hover{background-color: #323232;}
.cont05 .cont05-right .cont05-call01:hover:after{background-color: #fff; color: #323232;}
.cont05 .cont05-right .cont05-call02{border: 4px solid #7d7d7d; background-color: #fff; color: #646464;}
.cont05 .cont05-right .cont05-call02:after{background-color: #7d7d7d;}
.cont05 .cont05-right .cont05-call02:hover{background-color: #7d7d7d; color: #fff;}
.cont05 .cont05-right .cont05-call02:hover:after{background-color: #fff; color: #7d7d7d;}


/*cont06*/
/*.cont06{padding: 100px 0;}*/
.cont06 > div{display: flex; justify-content: space-between; flex-wrap: wrap;}
.cont06 > div > div{flex: 1 1 20%;}
.cont06 > div > div img{width: 100%; vertical-align: middle;}


/*view-more*/
.view-more{display: block; width: 160px; height: 35px; text-align:center; line-height: 35px; background-color: #fff; border-radius: 20px;margin:20px auto; position: relative; color: #000; background-color: #fff; font-size: 19px; z-index: 1;  }
/*.view-more:before{content:''; position:absolute; top: 0; left: 0; width: 0; height: 100%; transition: all .2s; background-color:#f5f5f5; z-index: -1; border-radius: 20px;}*/
.view-more:after{content: "\f105"; font-family: "Font Awesome 5 Free"; font-weight: 900; display: inline-block; opacity: 0; transition: 0.3s ease-in; background-color: #f4c68c; border-radius: 50%; width: 20px; height: 20px; text-align: center; line-height: 20px; margin: 0 0 0 10px; margin-left: -10px;}
/*.view-more:hover:before{width:100%;}*/
.cont03-box > div:hover .view-more:after{opacity: 1; padding-left: 3px; margin-left: 10px; transition: 0.3s ease-in;}
.view-more:hover{color: #000;}


/*footer*/
.footer{padding: 70px 0; background-color: #2d2d2d; color: #fff;}
.footer > .container{width: 1400px!important; margin: 0 auto;}
.footer ul{padding: 0; font-family: 'Pretendard-Light';}
.footer-top{
/*	border-bottom: 1px solid rgba(255,255,255,0.2);*/
	height: 70px; line-height: 70px; position: relative;}
/*.footer-top > div{float: left;}*/
.footer-top-left h1{float: left; font-size: 16px; font-family: 'GmarketSansBold'; line-height: 100px; width: 200px; height: 50px;}
.footer-top-left h1 img{width:100%;height: 100%;}
.footer-top-left ul{float: left; margin-left: 30px;}
.footer-top-left ul li{float: left;}
.footer-top-left ul li:after{content:''; display: inline-block; width: 1px; height: 13px; background-color: rgba(255,255,255,1); margin: 0 10px;}
.footer-top-left ul li:last-child:after{display: none;}
.footer-top-right .item{position: absolute; top: 25px; right: 0; width: 130px; height: 45px; line-height: 45px; margin: 7px 0 0 0;}
.footer-top-right .item a{display: block; width: 100%; height: 100%; color: #fff; background-color: #5cb533; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-top-right .item a:hover{background-color: #fff; border: 1px solid #000; color: #000;}

.footer-bot{height: 150px; padding: 20px 0; position: relative;}
.footer-bot ul{margin: 10px 0 0;}
.footer-bot ul:nth-child(3){margin: 40px 0 0; color: #b6b6b6;}
.footer-bot ul li{float: left; height:30px;}
.footer-bot ul li:after{content:''; display: inline-block; width: 1px; height: 13px; background-color: rgba(255,255,255,1); margin: 0 10px;}
.footer-bot ul li:last-child:after{display: none;}

/*
.footer-bot .footer-copyright{margin: 5px 0 0 0;}
.footer-bot .footer-copyright:after{content: ''; display: inline-block; width: 1px; height: 11px; background-color: #ccc; margin: 0 10px;}
*/
.footer-bot .item{width: 130px; height: 45px; line-height: 45px; position: absolute; top: 20px; right: 0;}
.footer-bot .item a{display: block; width: 100%; height: 100%; color: #fff; background-color:#000; transition: all 0.2s; font-size: 15px; text-align: center;}
.footer-bot .item a:hover{background-color: #ddd; color: #000;}

/*sub*/
.mains {margin-top: 0;}
.mains > .container{width:100%!important;}

#page-wrapper{width: 1200px; margin: 30px auto;}

@media(min-width:768px) {
    #page-wrapper { margin: 30px auto; border-left:none;}
}
    
/*sidebar*/
 .row-full{
 width: 100vw;
 position: relative;
 margin-left: -50vw;
 height: auto;
 margin-top: 0px;
 left: 50%;
margin-bottom: 50px;
}

.nav-tabs.nav-justified{width:80%; margin: 0 auto; font-size: 12px;  }
.nav-tabs{height: 50px;}
.nav > li{height: 50px; background-color:#0190d2;}
.nav > li > a{padding: 0;}
.nav-tabs > li > a {border-radius: 0; height: 52px; line-height: 48px; color: #fff; font-size: 16px; font-weight: 300;}
.nav-tabs.nav-justified > li > a{border-radius: 0; border-bottom: 0;}
.nav-tabs.nav-justified > li{ border-left: 1px solid rgba(255,255,255,0.3); height: 50px;}
.nav-tabs.nav-justified > li:last-child{border-right: 1px solid rgba(255,255,255,0.3);}
.nav-tabs > li > a:hover{color: #000;}
.sidebar_bg{width: 100%; height: 52px; background-color:#0190d2; border-top: rgba(0,0,0,1); border-bottom: rgba(0,0,0,1);}

    
/*page-header*/
.page-header {
    padding-bottom: 40px;
    margin:100px 0 60px;
    color: #000;
    font-family: 'Pretendard-ExtraBold';
    font-size: 45px;
    text-align: center;
    border-bottom: 2px solid #eee; }

/*pagination*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #9c9c9c;
    border-color: #9c9c9c; }

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;}


/*getboard*/
.dataTable{font-size: 16px;}
.post-title{width:100%; font-size: 26px; color: #000; text-align: center; padding: 20px 0; color:#377d96;}
.post-info{font-size: 17px; color: #aaa; text-align: right; border-bottom: 2px solid #aaa; padding: 0 0 20px; margin: 0 0 30px;}
.post-btn{border: 1px solid #aaa; background-color: #fff; color: #333; border-radius: 0;}
.post-bbsConts{min-height: 200px; text-align: center;}
.post-bbsConts img{width: 50%; margin: 15px auto;}
.pagination > li:first-child > a, .pagination > li:first-child > span{border-radius: 0;}
.pagination > li:last-child > a, .pagination > li:last-child > span{border-radius: 0;}

/*gallery*/
/*.gall-subject{color: #fff;}*/

/*loadmap*/
.map_btn{width:140px; margin: 40px auto; height: 40px; text-align: center; background-color: #8d8d8d;}
.map_btn a{display: block; height: 100%; line-height: 40px; font-size: 15px; color: #fff; text-decoration: none;}

.map_table table{border-width:2px 0; border-color:#ccc; border-style: solid; width:100%; margin: 40px auto; font-size: 15px;}
.map_table table tr{height: 50px; line-height: 50px; border-bottom: 1px solid #ccc;}
.map_table table tr th{padding-left: 30px; background-color: #e4e4e4;}
.map_table table tr td{padding-left: 30px; text-align: left;}

html.lenis {
		height: auto;
}
.lenis.lenis-smooth {
		scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
		overscroll-behavior: contain;
}
.lenis.lenis-stopped {
		overflow: hidden;
}

@media screen and (max-width:1440px){
	.header .header_top{width:100%;}
	.header .container{width:100%!important;}
	.container .menu{width:60%;}
	.text-right{top: 5px; right: 5px;}
	.cont-center{width: 90%;}
	.cont02 .cont02-box ul li{flex:1 1 20%;}
	.cont02 .cont02-box ul li .cont02-title h3{font-size:30px; line-height:40px;}
	.cont02 .cont02-box ul li .cont05-desc{font-size:20px;}
	.footer > .container{width: 90%!important; min-width:90%;}
}

