@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';
	color: #000;}
h1,h2,h3,h4,h5,h6{margin: 0;}
.gray{color: #777;}
.navy{color: #0840cd;}
.blue{color: #0072bc;}
.darkblue{color: #386984;}
.yellow{color: #fff700;}
.red{color: #ff0110;}
.pointcolor{color: #0072bc;}
.bold{font-weight: 900;}
::selection {background:#0072bc; color:#000;}


/*header*/

/*.header h1{position: absolute; left: 0; top: 3px; z-index: 12; width: 200px; height: 50px;}*/
.header{width: 100%; position: absolute; background-color: rgba(255,255,255,0);}
.header .header_top{height: 100%;}
.header .header_top > .container{width: 1600px!important;  display: flex; flex-wrap: wrap; z-index: 11; border-bottom:1px solid #fff; height: 100%;}
.header .header_top > .container > div{line-height: 100px; height: 100px;}
.header .header_top > .container > div:nth-child(1){flex: 0 0 190px; }
.header .header_top > .container > .container-full{flex: 1; height: 100%;}
.header .header_top > .container > div:nth-child(3){flex: 0 0 150px;}
.header .header_top > .container > div h1{width: 100%; height: 100%;}
.header .header_top > .container > div h1 a{width: 100%; height: 100%; display: block;}
.header .header_top > .container > div h1 a img{padding-top: 30px;}
.header .text-right{z-index: 11;}
/*.header .container{top: 30px; width:1600px!important;}*/
.container{width:auto!important; height: 100%;}
/*.container .menu{float: right; width: 950px; height: 50px; margin-right: 180px;}*/
.container .menu{float: none; width: 100%; height: 100%}
.container .menu > ul{width: 100%; height: 100%; }
.container .menu > ul > li{width: 100%; height: 100%; line-height: 96px; padding: 0;
text-align: center; z-index: 11;}
.container .menu > ul > li > a{position: relative; display: block; width: 100%; height: 100%; color: #fff;}
/*.container .menu > ul > li > a:after{ content:""; display:block; width:0; height:2px; background-color:rgba(255,255,255,0.3); position:absolute; bottom:-1px; 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{font-weight: 700; width: 99%; color: #000;}
.header:hover .header .header_top > .container{border-bottom: 1px solid #000;}
.container .menu > ul a{color: #000; font-weight: 400; font-size: 20px;}
.container .menu > ul li .sub-menu{top: 100px!important; left: 0; width: 99%; height: 350px; z-index: 11; background-color: rgba(0,0,0,0)!important;}
/*.container .menu > ul li:nth-child(1) .sub-menu{border-left: 1px solid #bbb;}*/
.container .menu > ul li .sub-menu li{width: 100%; height:40px; line-height: 22px; text-align: center; min-width: 0;}
.container .menu > ul li .sub-menu li:nth-child(1){height: 70px; padding-top: 30px;}
.header .menu ul li ul li{padding: 0;}
.container .menu ul li ul li a{display: block; width: 100%; height: 100%; font-size: 19px; font-weight: 400; color:#595959;}
.container .menu ul li:hover > .sub-menu{background-color: #e4e4e4; }
.container .menu ul li .sub-menu li:hover a{color: #3c7ace; font-family: 'Pretendard-Bold';}

.whitebar{width: 100%; height: 350px; background-color: rgba(255,255,255,1); position: absolute; top: 100px; z-index:8;}


/*visual-sec-sub*/
.visual-sec-sub{height: 450px; overflow: hidden; background: url(/_upload/kaver.kr/sgetech.kaver.kr/sub-top.jpg)  no-repeat center top 0 / cover;}
.visual-sec-sub-txt{position: absolute; z-index: 9; padding: 150px 0 0; width: 100%;}
.visual-sec-sub-txt p{color:#fff; font-size: 35px;}
.visual-sec-sub-txt h2{font-size: 45px;font-family: 'Pretendard-ExtraBold'; font-weight: bold; color: #fff; line-height: 45px; margin: 10px 0 0;}
/*.visual-sec-sub-txt .purple{color: #4e1192;}*/
.visual-sec-sub-txt .visual-sec-sub-call{width: 550px; height: 100px; line-height: 90px; display: block; border-radius: 25px;font-size: 60px; background-color: #4e1192; color: #fff; margin: 40px 0 0; font-weight: 900; text-align:center;font-family: "Noto Sans KR", sans-serif; font-weight: 900;}
.visual-sec-sub .visual-sec-sub-call:hover{background-image: linear-gradient(to right, #a18dfe 0%, #4e1192 51%, #a18dfe 100%);  text-transform: uppercase; transition: 0.5s; background-size: 200% auto; background-position: right center; text-decoration: none;}


/*container*/
.cont-wrap > div{margin: 100px 0;}
.cont-center{width: 1400px; margin: 0 auto; height: 100%;}


/*cont01*/
/*.cont-wrap > .cont01{position: relative; height: 1150px; margin: 0 0 100px;}*/
.cont01{position: relative; height: 1150px; margin: 0 0 100px;}

.cont01-txt{position: absolute; z-index: 11; padding: 220px 0 0; width: 100%;}
.cont01-txt p{color:#fff; font-size: 25px;}
.cont01-txt h2{font-size: 65px;font-family: 'Pretendard-ExtraBold'; font-weight: bold; color: #fff; line-height: 90px; margin: 20px 0 0;}
.cont01-txt .purple{color: #4e1192;}
.cont01-txt .cont01-call{width: 550px; height: 100px; line-height: 90px; display: block; border-radius: 25px;font-size: 60px; background-color: #4e1192; color: #fff; margin: 40px 0 0; font-weight: 900; text-align:center;font-family: "Noto Sans KR", sans-serif; font-weight: 900;}
.cont01-txt .cont01-call:hover{background-image: linear-gradient(to right, #a18dfe 0%, #4e1192 51%, #a18dfe 100%);  text-transform: uppercase; transition: 0.5s; background-size: 200% auto; background-position: right center; text-decoration: none;}

/*cont01-bg-icon*/
.cont01-bg-icon01{width:120px;height:112px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-icon01.png)  no-repeat center top 0 / contain; position: absolute; top: 100px; right: 250px; z-index: 11;
animation: move1 3s infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont01-bg-icon02{width:120px;height:112px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-icon02.png)  no-repeat center top 0 / contain; position: absolute; bottom: 350px; right: 700px; z-index: 11;
animation: move2 5s infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont01-bg-icon03{width:120px;height:112px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-icon03.png)  no-repeat center top 0 / contain; position: absolute; top: 550px; right: 150px; z-index: 11;
animation: move3 3s infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont01-bg-icon04{width:300px;height:745px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-icon04.png)  no-repeat center top 0 / contain; position: absolute; top: 80px; right: 360px; z-index: 11;}

@keyframes move1{
  0%{
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100%{
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
@keyframes move2{
  0%{
    transform: rotate(0deg) translateY(10px) rotate(0deg);
  }
  100%{
    transform: rotate(-360deg) translateY(10px) rotate(360deg);
  }
}
@keyframes move3{
  0%{
    transform:translateY(10px);
  }
 50%{
    transform:translateY(50px);
  }
  100%{
    transform:translateY(10px);
  }
}

/*cont01-bg-polygon*/
.cont01-bg-polygon{	background-color: rgba(255,255,255,0.1); mix-blend-mode: overlay;}
.cont01-bg-polygon01 {
  width: 500px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(99.3% 58.34%,67.43% 96.86%,18.13% 88.53%,0.7% 41.66%,32.57% 3.14%,81.87% 11.47%);
		animation: pulse1 10s linear infinite;
		position: absolute; top: -300px; left: 300px; z-index: 9;
}
.cont01-bg-polygon02 {
  width: 500px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(90.14% 79.81%,44.25% 99.67%,4.11% 69.86%,9.86% 20.19%,55.75% 0.33%,95.89% 30.14%);
	 animation: pulse2 6s linear infinite;
		position: absolute; top: 70px; left: -100px; z-index: 9;
}			
.cont01-bg-polygon03 {
  width: 200px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(94.55% 72.7%,52.62% 99.93%,8.07% 77.23%,5.45% 27.3%,47.38% 0.07%,91.93% 22.77%);
		animation: pulse3 4s linear infinite;
		position: absolute; bottom:-100px; left: 50px; z-index: 9;
}

@keyframes pulse1{
  0%{width:800px;height:800px;}
  50%{width:900px;height:900px;}
  100%{width:800px;height:800px;}
}
@keyframes pulse2{
  0%{width:600px;height:600px;}
  50%{width:650px;height:650px;}
  100%{width:600px;height:600px;}
}
@keyframes pulse3{
  0%{width:500px;height:500px;}
  50%{width:550px;height:550px;}
  100%{width:500px;height:500px;}
}

/*cont01-bg-shape*/
.cont01-bg-shape01{width:1400px; height:937px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-shape01.png)  no-repeat center top 0 / contain; text-align: center; position: absolute;top: 0; left: 0; z-index:1}
.cont01-bg-shape02{width:1400px; height:1163px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-shape02.png)  no-repeat center top 0 / cover; text-align: center; position: absolute; right: 0; top: -20px;z-index: 0}
.cont01-bg-shape03{width:600px; height: 337px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-shape03.png)  no-repeat center top 0 / cover; text-align: center; position: absolute; right: 0; top: -140px;z-index: -1}
.cont01-bg-shape04{width:550px; height: 550px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont01-bg-shape04.png)  no-repeat center top 0 / cover; text-align: center; position: absolute; right: 230px; top: 100px;z-index: 10;
-webkit-animation: circle 1s ease-in-out alternate;
	animation: circle 1s ease-in-out alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;
	animation-fill-mode:forwards;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes circle {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}


/*cont02*/
.cont02{position: relative; height: 1000px;}
.cont02-text{width: 100%; position: absolute; z-index: 2;}
.cont02-text h2{font-size: 85px; font-family: 'Pretendard-ExtraBold'; line-height: 90px;}
.cont02-text p{font-size: 28px; margin: 40px 0 0;}

/*cont02-bg-icon*/
.cont02-bg-icon01{width:90px;height:90px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-icon01.png)  no-repeat center top 0 / contain; position: absolute; top: 30px; right: 750px; z-index: 11;
animation: move1 2s infinite;
}
.cont02-bg-icon02{width:200px;height:200px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-icon02.png)  no-repeat center top 0 / contain; position: absolute; bottom: 400px; right: 850px; z-index: 11;
animation: move2 3s infinite;
}
.cont02-bg-icon03{width:200px;height:72px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-icon03.png)  no-repeat center top 0 / contain; position: absolute; top:120px; right: 650px; z-index: 11;
animation: move3 3s infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont02-bg-icon04{width:230px;height:235px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-icon04.png)  no-repeat center top 0 / contain; position: absolute; top: 80px; right:220px; z-index: 11;
animation: bounce1 1.8s cubic-bezier(0.4, 0.0, 0.2, 1) infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont02-bg-icon05{width:190px;height:72px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-icon05.png)  no-repeat center top 0 / contain; position: absolute; top: 350px; right: 140px; z-index: 11;
animation: bounce2 2.8s cubic-bezier(0.4, 0.0, 0.2, 1) infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont02-bg-icon06{width:800px;height:549px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-icon06.png)  no-repeat center top 0 / contain; position: absolute; top: 280px; right: 70px; z-index: 11;}

@keyframes bounce1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform:translateY(0px);
  }
}
@keyframes bounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*cont02-bg-shape*/
.cont02-bg-shape01{width:1300px; height:1438px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-shape01.png) no-repeat center top 0 / contain; text-align: center; position: absolute;top: -600px; left: 0; z-index:1}
.cont02-bg-shape02{width:500px; height: 500px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont02-bg-shape02.png)  no-repeat center top 0 / cover; text-align: center; position: absolute; right: 270px; top: 160px;z-index: 10;
-webkit-animation: circle 1s ease-in-out alternate;
	animation: circle 1s ease-in-out alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;
	animation-fill-mode:forwards;
}

/*cont03*/
.cont-wrap > .cont03{position: relative; height: 1000px; text-align: center; margin: 0;}
.cont03 p{color: #fff; font-size: 28px;}
.cont03 h2{color: #fff; font-size: 85px; font-family: 'Pretendard-ExtraBold'; margin: 20px 0 0;}
.cont03-bg{overflow: hidden; width: 100%; position: absolute; top: -550px;height: 1300px;}

.cont03 ul{display: flex; justify-content: space-between; flex-wrap: wrap; margin: 70px 0 0}
.cont03 ul li{flex: 1 1 30%; margin: 0 20px; background-color: #fff; box-shadow: 5px 10px 10px rgba(0,0,0,0.2); height: 700px; position: relative; z-index: 2; padding: 0 40px; transition: all .5s;}
.cont03 ul li:hover{animation: bounce3 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;}
.cont03 ul li .li-border-top{position: absolute; top: 0; left: 0; width:100%; height: 7px; background-image: linear-gradient(to right, #93CDFF 0%, #9478FE  51%, #93CDFF  100%);transition: 0.5s; background-size: 200% auto;}
.cont03 ul li:hover .li-border-top{background-position: right center;}
.cont03 ul li h4{font-size: 26px; margin: 80px 0 0; font-family: 'Pretendard-Light'; font-weight: bold; letter-spacing: 3px; color: #6170ff;}
.cont03 ul li:nth-child(2) h4{color: #fd8378;}
.cont03 ul li:nth-child(3) h4{color: #81d0cb;}
.cont03 ul li h3{font-size: 35px; margin: 40px 0 0;font-family: 'Pretendard-ExtraBold'; color: #333; line-height: 46px;}
.cont03 ul li .cont03-icon{margin: 40px 0; transition: all .2s;}
.cont03 ul li:nth-child(1) .cont03-icon{margin: 61px 0;}
.cont03 ul li:nth-child(3) .cont03-icon{margin: 61px 0;}
.cont03 ul li p{font-size: 22px; line-height: 35px; color: #000; color: #333; font-weight: 100;word-break: keep-all;}
.cont03 ul li a{width: 220px; margin: 60px auto 0; height: 60px; line-height: 60px; color: #fff; display: block; background-image: linear-gradient(to right, #93CDFF 0%, #9478FE  51%, #93CDFF  100%); font-size:20px; font-family: 'Pretendard-Light'; font-weight: bold; letter-spacing: 2px; text-align: center; text-transform: uppercase; transition: 0.5s; background-size: 200% auto;}
.cont03 ul li:nth-child(2) a{background-image: linear-gradient(to right, #82c6f5 0%, #fe8678  51%, #82c6f5  100%);}
.cont03 ul li:nth-child(3) a{background-image: linear-gradient(to right, #79cfff 0%, #7adefe  51%, #79cfff  100%);}
.cont03 ul li:hover a{background-position: right center; color: #fff; text-decoration: none;}
.cont03 ul li:hover .cont03-icon{transform: rotate(180deg);}

/*cnot03-bg-polygon*/
.cont03-bg-polygon{	background-color: rgba(255,255,255,0.1); mix-blend-mode: overlay;}

.cont03-bg-polygon01 {
  width: 500px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(79.81% 90.14%,30.14% 95.89%,0.33% 55.75%,20.19% 9.86%,69.86% 4.11%,99.67% 44.25%);
		animation: pulse3 5s linear infinite;
		position: absolute; top:0; right: 0; z-index: 1;
}
.cont03-bg-polygon02 {
  width: 500px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(86.45% 84.23%,38.58% 98.68%,2.13% 64.45%,13.55% 15.77%,61.42% 1.32%,97.87% 35.55%);
	 animation: pulse4 6s linear infinite;
		position: absolute; top: 300px; right:-300px; z-index: 1;
}
.cont03-bg-polygon03 {
  width: 200px; /* adjust to control the size */
  aspect-ratio: 1;
  clip-path: polygon(97.71% 64.95%,60.91% 98.8%,13.2% 83.84%,2.29% 35.05%,39.09% 1.2%,86.8% 16.16%);
		animation: pulse3 4s linear infinite;
		position: absolute; top:800px; left:300px; z-index: 1;
}

@keyframes pulse3{
  0%{width:700px;height:700px;}
  50%{width:800px;height:800px;}
  100%{width:700px;height:700px;}
}
@keyframes pulse4{
  0%{width:1000px;height:1000px;}
  50%{width:1100px;height:1100px;}
  100%{width:1000px;height:1000px;}
}

/*cont03-bg-shape*/
.cont03-bg-shape01{width:1712px; height:1323px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont03-bg-shape01.png)  no-repeat center top 0 / contain; text-align: center; position: absolute;top: 100px; right: 0; z-index:-1;}


/*cont04*/
.cont04{background-color: #f7f7f7; text-align: center; padding: 100px 0 0; height: auto;}
.cont04 h2{font-size: 65px; font-family: 'Pretendard-ExtraBold'; color: #333;}
.cont04-box{width:80%; margin: 50px auto 0;}
.cont04-box .apos{background: url(/_upload/leaflet.xn--299ay03bn2b.kr/apos.png) no-repeat center top 0 / contain; position: absolute; top: -20px; left: 50px; width: 90px; height: 70px;}
.cont04-box .apos2{background: url(/_upload/leaflet.xn--299ay03bn2b.kr/apos2.png) no-repeat center top 0 / contain; position: absolute; bottom: -20px; right: 50px; width: 90px; height: 70px;}
.cont04-img{position: absolute; top: -70px; left: 50%; margin-left: -75px; width:150px; height: 150px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont04-img.png)  no-repeat center top 0 / contain;}
.cont04-box h3{font-size: 32px;font-family: 'Pretendard-Bold';}
.cont04-box p{font-size: 20px; line-height: 40px; margin: 20px 0 0;}

/*cont05*/
.cont05{padding: 80px 0;}
.cont05 > div > p{font-size: 28px; text-align: center;}
.cont05 > div > h2{font-size: 83px; font-family: 'Pretendard-ExtraBold'; margin: 20px 0 0; text-align: center;}
.cont05 .cont05-box{margin: 120px 0 0;}
.cont05 .cont05-box ul{display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont05 .cont05-box ul li{background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont05-li-bg01.png) no-repeat center top 0 / cover; flex: 1 1 30%; margin: 0 20px; height: 609px; color: #fff; padding: 45px 35px;}
.cont05 .cont05-box ul li:hover{animation: bounce3 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;}
.cont05 .cont05-box ul li:nth-child(2){background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont05-li-bg02.png) no-repeat center top 0 / cover;}
.cont05 .cont05-box ul li:nth-child(3){background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont05-li-bg03.png) no-repeat center top 0 / cover;}
.cont05 .cont05-box ul li .cont05-title h3{font-size: 50px; font-family: 'Pretendard-ExtraBold'; line-height: 60px;}
.cont05 .cont05-box ul li .cont05-title h4{font-size: 27px; margin:40px 0 0;}
.cont05 .cont05-box ul li .cont05-star{width: 230px; height: 40px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont05-star.png) space center top 0 / contain; margin: 80px 0 0;}
.cont05 .cont05-box ul li .cont05-desc{margin: 25px 0 0; font-size: 23px;font-family: 'Pretendard-Light'; word-break: keep-all;}


/*cont06*/
.cont06{background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont06-bg.jpg) no-repeat center top 0 / cover; height: auto; padding: 150px 0; position: relative; overflow: hidden;transition: 1.5s;}
.cont06 h2{font-size: 78px; font-family: 'Pretendard-ExtraBold'; margin: 20px 0 0; color: #444;}
.cont06 p{font-size: 30px; color: #7d7d7d; margin: 20px 0 0;}
.cont06-box{width: 100%; padding: 40px 80px; border-radius: 30px; background-color: rgba(255,255,255,0.5); 
	margin: 70px 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.2) inset,
	0 3px 0px 0 rgba(255,255,255,0.5) inset,
	5px 15px 30px 0 rgba(0,0,0,0.2),
	0px 0px 0px 0 rgba(255,255,255,0.5);
}
.cont06-box ul li{width: 800px; height: 140px; padding: 20px 40px; box-shadow: 5px 5px 20px rgba(0,0,0,0.2); border-radius: 63px; margin: 40px 0; background-color: #fff;}
.cont06-box ul li h3{color:#3e3e3e; font-size: 35px; font-family: 'Pretendard-ExtraBold'; margin: 10px 0 0;}
.cont06-box ul li p{font-size: 24px; margin: 10px 0 0; font-weight: bold;}
.cont06:hover{background-position: left center; text-transform: uppercase; transition: 0.5s; background-size: 200% auto;}

/*cont06-bg-icon*/
.cont06-bg-icon01{width:458px;height:359px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont06-bg-icon01.png)  no-repeat center top 0 / contain; position: absolute; top: -30px; right: 100px; z-index: 11;
animation: move2 2s infinite;
}
.cont06-bg-icon02{width:1100px;height:856px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont06-bg-icon02.png)  no-repeat center top 0 / contain; position: absolute; top: 450px; right:170px; z-index: 11;
}
.cont06-bg-icon03{width:203px;height:344px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont06-bg-icon03.png)  no-repeat center top 0 / contain; position: absolute; top:500px; right: 0; z-index: 11;
animation: move3 3s infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}
.cont06-bg-icon04{width:553px;height:561px; background: url(/_upload/leaflet.xn--299ay03bn2b.kr/cont06-bg-icon04.png)  no-repeat center top 0 / contain; position: absolute; bottom: -10px; left: 0; z-index: 11;
animation: bounce2 1.8s cubic-bezier(0.4, 0.0, 0.2, 1) infinite; filter: drop-shadow(10px 20px 20px rgba(0,0,0,0.1));
}

/*cont07*/
.cont07{padding: 50px 0;}
.cont07 > div{display: flex; flex-wrap: wrap; justify-content: space-between;}
.cont07 > div > div{flex: 1 1 40%; margin: 0 65px;}
.cont07 h2{font-size: 75px; color:#3e3e3e; font-family: 'Pretendard-ExtraBold';}
.cont07 .cont07-left table{width: 100%; color: #000; margin: 70px 0 0;}
.cont07 .cont07-left table tr{height: 80px; line-height: 80px; border-bottom: 1px solid #ddd;}
.cont07 .cont07-left .table-info{width: 120px; font-size: 21px; font-family: 'Pretendard-Light';}
.cont07 .cont07-left .table-desc{font-size: 30px; font-family: 'Pretendard-ExtraBold';}

.cont07 .cont07-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;}
.cont07 .cont07-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;}
.cont07 .cont07-right > a:hover:after{animation: move4 1s infinite;}
.cont07 .cont07-right .cont07-call01{background-color: #7d7d7d;}
.cont07 .cont07-right .cont07-call01:hover{background-color: #323232;}
.cont07 .cont07-right .cont07-call01:hover:after{background-color: #fff; color: #323232;}
.cont07 .cont07-right .cont07-call02{border: 4px solid #7d7d7d; background-color: #fff; color: #646464;}
.cont07 .cont07-right .cont07-call02:after{background-color: #7d7d7d;}
.cont07 .cont07-right .cont07-call02:hover{background-color: #7d7d7d; color: #fff;}
.cont07 .cont07-right .cont07-call02:hover:after{background-color: #fff; color: #7d7d7d;}

@keyframes move4{
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*cont08*/
/*.cont08{padding: 100px 0;}*/
.cont08 > div{display: flex; justify-content: space-between; flex-wrap: wrap;}
.cont08 > div > div{flex: 1 1 20%;}
.cont08 > 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: 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: 100%; margin: 550px auto 0; padding: 0;}

@media(min-width:768px) {
    #page-wrapper { margin: 550px auto 0; 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:#4e1192;}
.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:#4e1192; 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-Bold';
    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%;}
	.cont01-txt h2{font-size: 50px; line-height: 70px;}
	.cont01-txt .cont01-call{width: 350px; height: 80px; line-height: 74px; font-size: 40px;}
	.cont01-bg-icon01{right: 150px;}
	.cont01-bg-icon04{width: 200px; height: 497px; right: 350px;}
	.cont01-bg-shape01{width: 1200px; height: 803px;}
	.cont01-bg-shape04{width: 370px; height: 370px; right: 280px;}
	
	.cont02-text h2{font-size: 65px; line-height: 75px;}
	.cont02-text p{font-size: 23px;}
	.cont02-bg-icon01{width: 60px; height: 60px; right: 550px;}
	.cont02-bg-icon02{width: 170px; height: 170px;}
	.cont02-bg-icon04{width: 170px; height: 175px; right: 190px;}
	.cont02-bg-icon05{width: 150px; height: 57px; top: 290px; right: 100px;}
	.cont02-bg-icon06{width: 600px;height: 413px; top: 310px;}
	.cont02-bg-shape02{width: 400px;height: 400px; top: 200px; right: 200px;}
	
	.cont-wrap > .cont03{height: auto;}
	.cont03 h2{font-size: 65px;}
	.cont03 p{font-size: 23px;}
	.cont03 ul li{flex: 1 1 20%;}
	.cont03 ul li h4{font-size: 20px;}
	.cont03 ul li h3{font-size: 25px; line-height: 35px;}
	.cont03 ul li p{font-size: 19px;}
	.cont03 ul li a{width: 200px; font-size: 16px;}
	.cont05 > div > p{font-size: 23px;}
	.cont05 > div > h2{font-size: 65px;}
	.cont05 .cont05-box ul li{flex: 1 1 20%; border-radius:30px;}
	.cont05 .cont05-box ul li .cont05-title h3{font-size: 30px; line-height: 40px;}
	.cont05 .cont05-box ul li .cont05-star{margin-top: 40px 0 0; width: 170px; height: 30px;}
	.cont05 .cont05-box ul li .cont05-desc{font-size: 20px;}
	.cont06 h2{font-size: 65px;}
	.cont06 p{font-size: 23px;}
	.cont06-box ul li h3{font-size: 28px;}
	.cont06-box ul li p{font-size: 22px; font-weight: normal;}
	.cont06-bg-icon01{width: 258px;height: 201px;}
	.cont06-bg-icon02{width: 900px; top: 600px; right: 0;}
	.cont06-bg-icon03{width: 160px; height: 272px;}
	.cont06-bg-icon04{width: 253px; height: 258px;}
	.cont07 h2{font-size: 65px;}
	.cont07 > div > div{flex: 1 1 25%;}
	.cont07 .cont07-left .table-desc{font-size: 24px;}
	.cont07 .cont07-right > a{margin: 60px 0;}
	.cont08 > div > div{flex: 1 1 50%;}
	.footer > .container{width: 90%!important; min-width:90%;}
}

			/*sub01*/
			.sub01-intro{text-align: center;}
			.sub01-intro p{color: #505050; font-size: 20px; font-weight: bold;}
			.sub01-intro h2{font-size: 50px; font-family: 'Pretendard-ExtraBold'; color: #505050;}
			.sub01-intro h2:before{content:""; display: block; width: 40px; height:2px; background-color: #505050; margin: 20px auto;}
			.sub01-box{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 100px 0;}
			.sub01-box-left{width: 40%;}
			.sub01-box-left img{width: 90%; margin: 0 auto; display: block;}
			.sub01-title p{color: #385161; font-size: 22px; font-weight: bold;}
			.sub01-title h3{color:#000; margin: 15px 0 40px; font-family: 'Pretendard-ExtraBold'; font-size: 40px; white-space: pre-line; line-height: 50px;}
			.sub01-desc p{font-size: 18px; color: #2b2b2b; white-space: pre-line; line-height: 30px;}
			.sub01-desc p:nth-child(2){text-align: right; margin: 50px 0 0;}
			
				@media screen and (max-width:1440px){
					.sub01-box > div{width: 100%; margin: 0 0 30px}
					.sub01-box-left{width: 100%;}
					.sub01-box-left img{width: 50%;}
					.sub01-box-right{text-align: center;}
					.sub01-title h3{font-size: 25px; line-height: 40px;}
				}
				
			/*sub02-1*/
			.sub02-1{text-align: center; margin: 0 0 100px;}
			.sub02-1-title h2{font-size: 50px; font-family: 'Pretendard-Bold';}
			.sub02-1-title p{font-size: 25px; margin: 15px 0 0;}
			.sub02-1-img{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 50px 0 0;}
			.sub02-1-img > div{margin: 10px;}
			.sub02-1-img > div img{width: 100%;}
			.sub02-1-img01 > div{flex: 1 1 18%;}		
			.sub02-1-img02 > div{flex: 1 1 26%;}
			.sub02-1-img03 > div{flex: 1 1 30%;}
			.sub02-1-title2{font-size: 40px; color:#545454; font-family: 'Pretendard-Bold'; margin: 100px 0 0;}
			.sub02-1-desc{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 30px 0 0;}
			.sub02-1-desc > div{width:23%; border-radius: 25px; background-color: #ededed; height: 50px; line-height: 51px; font-size: 20px; color: #000;}
			.border{width: 100%; background-color: #ebebeb; height: 2px; margin: 100px 0;}

				@media screen and (max-width:1440px){
					.sub02-1-title h2{font-size: 30px; font-family: 'Pretendard-Bold';}
					.sub02-1-title p{font-size: 18px; margin: 15px 0 0;}
					.sub02-1-img01 > div{flex: 1 1 100%;}		
					.sub02-1-img02 > div{flex: 1 1 45%;}
					.sub02-1-img03 > div{flex: 1 1 100%;}
					.sub02-1-title2{font-size: 25px}
					.sub02-1-desc > div{width: 100%; margin: 10px auto;}
				}

			/*sub03-1*/
			.sub03-1{text-align: center; margin: 0 0 100px;}
			.sub03-1-title h2{font-size: 50px; font-family: 'Pretendard-Bold';}
			.sub03-1-title p{font-size: 25px; margin: 15px 0 0;}
			.sub03-1-img{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 50px 0 0;}
			.sub03-1-img > div{margin: 10px; border: 1px solid #d7d7d7;}
			.sub03-1-img > div img{width: 100%;}
			.sub03-1-img01 > div{flex: 1 1 18%;}		
			.sub03-1-img02 > div{flex: 1 1 100%;}
			.sub03-1-img03 > div{flex: 1 1 30%;}
			.sub03-1-desc{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 60px 0 0;}
			.sub03-1-desc > div{width:33%; font-size: 20px; color: #000;}
			.sub03-1-desc > div h3{font-size:30px; font-family: 'Pretendard-Bold'; text-align: left;}
			.sub03-1-desc > div p{font-size:18px; white-space: pre-line; margin: 15px 0 0; text-align: left;}
			.sub03-1-desc02 > div:nth-child(1){width: 50%;}
			.sub03-1-desc02 > div:nth-child(2){width: 25%;}
			.sub03-1-desc02 > div:nth-child(3){width: 25%;}
			.sub03-1-desc03 > div{padding: 40px 10px; background-color: #f2f2f2; border-radius: 30px; width: 32%;}
			.sub03-1-desc .sub03-1-txt1{min-height: 115px;}
			.sub03-1-desc .sub03-1-txt1 h3{font-size: 30px; text-align: center;}
			.sub03-1-desc .sub03-1-txt1 p{font-size: 15px; margin: 15px 0 0; text-align: center; word-break: keep-all;}
			.sub03-1-desc .sub03-1-txt2:before{content: ""; display: block; width: 100%; background-color: #d7d7d7; height: 2px; margin: 0 auto;}
			.sub03-1-desc .sub03-1-txt2{padding:0 40px;}
			.sub03-1-desc .sub03-1-txt2 h4{font-size: 20px; margin: 30px 0 10px; font-family:'Pretendard-Bold'; text-align: left;}
			.sub03-1-desc .sub03-1-txt2 p{font-size: 13px; margin: 20px 0 0;}
			.border{width: 100%; background-color: #ebebeb; height: 2px; margin: 100px 0;}

				@media screen and (max-width:1440px){
					.sub03-1-title h2{font-size: 26px; font-family: 'Pretendard-Bold';}
					.sub03-1-title p{font-size: 16px; margin: 15px 0 0; word-break: keep-all;}
					.sub03-1-img01 > div{flex: 1 1 43%;}		
					.sub03-1-desc > div{width: 100%; margin: 10px auto;}
					.sub03-1-desc > div h3{font-size: 20px;}
					.sub03-1-desc > div p{font-size: 15px;}
					.sub03-1-desc02 > div:nth-child(1){width: 100%;}
					.sub03-1-desc02 > div:nth-child(2){width: 100%;}
					.sub03-1-desc02 > div:nth-child(3){width: 100%;}
					.sub03-1-desc .sub03-1-txt1{padding: 0 20px;}
					.sub03-1-desc .sub03-1-txt2 h4{text-align: center;}
					.sub03-1-desc .sub03-1-txt2 p{text-align: center;}
					.border{margin: 50px 0;}
				}