._con{
	width: 100%;
 }
 
 /*메인 팝업 배너*/
 .mainBnnerPop {z-index: 1; overflow: hidden; position: absolute; left: 20px; top:50%;transform: translateY(-50%); width: 400px; } 
 .mainBnnerPop img{width: 100%;}
 .mainBnnerPop .mainPopSwiper { position: relative; width: 100%; height: 100%; } 
 .mainBnnerPop .swiper-pagination { position: absolute; top: 95%; right:50%; width: initial; left: 0; bottom: initial; width: 100%; height: 10px;; display: flex; justify-content: center; gap: 10px; } 
 .mainBnnerPop .swiper-pagination-bullet { width: 10px; height: 10px; } 
 .mainBnnerPop .swiper-button-next, .swiper-button-prev { width: 52px; height: 52px; background-color:rgba(0,0,0,0.2) } 
 .mainBnnerPop .swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 0;; } 
 .mainBnnerPop .swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 0;; } 
 .mainBnnerPop .swiper-button-next:after, .swiper-button-prev:after { font-size: 20px; } 
 .mainBnnerPop .closeBox{display: none;}
 .mainBann{
	width: 100%;
	height: 780px;
	position: relative;background-color: #000;
 }
 .mainBann .bg_img{
	width: 100%;
	height: 100%;opacity: 0.5;
	position: absolute;
	left: 0;background-attachment: fixed;
	top: 0;
 }
 .mainBann .bg_img img{
	width: 100%;
	height: 780px;
	object-fit: cover;
 }
 .mainBann .boxWrap{
	width: 1200px;text-align: center;
	margin: 0 auto;;
	height: 100%;position: relative;
	padding-top: 180px;
 }
 .mainBann .boxWrap img{
	width: 440px;
 
 }
 .mainBann .boxWrap .btnWrap{
	width: 340px;margin: 0 auto;;margin-top: 50px;
 }
 .mainBann .boxWrap .btnWrap a{
	display: inline-block;
	width: 340px;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;font-weight: 500;
	height: 64px;
	line-height: 62px;
	color: #fff;transition: all 0.4s;
 }
 .mainBann .boxWrap .btnWrap a:first-child{
	background-color:#2f4b9e;
	margin-bottom: 10px;
 }
 .mainBann .boxWrap .btnWrap a:last-child{
	background-color: #1dddb2
 }
 .mainBann .boxWrap .btnWrap a:first-child:hover{
	background-color: #18338f;
 
 }
 .mainBann .boxWrap .btnWrap a:last-child:hover{
	background-color: #17b290
 }
 
 
 
 .conMenuWrap .box ul{
	width: 1200px;
	margin: 40px auto 0;
 }
 .conMenuWrap .box ul:after{
	content: "";
	display: block;
	clear: both;
 }
 .conMenuWrap .box ul li{
	float: left;
	width: calc((100% - 60px)/6);
	margin-right: 12px;
	font-size: 20px;
	height: 160px;;transition: all 0.4s;
	padding-top: 110px;
	text-align: center;cursor: pointer;
	background-position:center 40px;;
	font-weight: 500;
	border-radius: 10px;;
	background-color: #fafafa;
 }
 .conMenuWrap .box ul li:hover{
	transform: translateY(-10px);
	background-color: #f1f2f7;
 }
 .conMenuWrap .box ul li:last-child{
	margin-right: 0;
 }
 .conMenuWrap .box ul li:nth-child(1){background-image: url(/images/main/top_icon_01.png);}
 .conMenuWrap .box ul li:nth-child(2){background-image: url(/images/main/top_icon_02.png);}
 .conMenuWrap .box ul li:nth-child(3){background-image: url(/images/main/top_icon_03.png);}
 .conMenuWrap .box ul li:nth-child(4){background-image: url(/images/main/top_icon_04.png);}
 .conMenuWrap .box ul li:nth-child(5){background-image: url(/images/main/top_icon_05.png);}
 .conMenuWrap .box ul li:nth-child(6){background-image: url(/images/main/top_icon_06.png);}
 
 @keyframes _01 {
	from {background-size: 140%;}
	to {background-size: 100%;}
 }
 @keyframes opa {
	from {opacity:0.3;}
	to {opacity: 1;}
 }
 @keyframes left {
	from {opacity: 0;transform: translateX(-50px);}
	to {opacity: 1;transform: translateX(0);}
 }
 @keyframes right {
	from {opacity: 0;transform: translateX(50px);}
	to {opacity: 1;transform: translateX(0);}
 }
 @keyframes up {
	from {transform: translateY(-40px);opacity: 0;}
	to {transform: translateY(0);opacity: 1;}
 }
 section._01.act {
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	animation-name: _01;
	animation-duration: 1.4s;
	animation-delay:0.2s
 }
 
 section._01{
 
	background-color: #1a3446;
	background-image: url(/images/main/section_02_bg.jpg);
	width:560px ;
	border-radius: 560px;
	margin: 160px auto 120px;;
	background-size: 140%;
	height: 560px;
	box-shadow: -0.5px 0.9px 21.5px 0 rgba(203, 55, 205, 0.39), -2.7px 5.3px 48.6px 9.9px rgba(32, 35, 150, 0.49);
 
 }
 
 section._01 .circle{
	background-image: url(/images/main/section_02_bg_02.png);
	background-size:86%;
	width: 100%;text-align: center;
	height: 100%;
	padding-top: 15%;
	position: relative;
 }
 
 section._01 .circle .img_01{
	width:310px ;
	transform: translateY(-40px);opacity: 0;
 }
 section._01.act .circle .img_01{
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	animation-name: up;
	animation-duration: 0.4s;
 }
 section._01 .circle ._ab{
	position: absolute;width: 26%;
	opacity:0.3;
 
 
 }
 section._01.act .circle ._ab{
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	animation-name: opa;
	animation-duration: 0.8s;
 
 }
 section._01 .circle .img_02{
 
	left: 16%;
	bottom: 32%;
 
 }
 section._01 .circle .img_03{
 
	left: 50%;
	transform: translateX(-50%);
	bottom: 16%;
 
 }
 section._01 .circle .img_04{
 
	right: 16%;
	bottom: 32%;
 
 }
 section._02 ul li{
	height:460px ;
 }
 
 section._02 ul li .box{
	width: 1200px;height:460px ;
	margin: 0 auto;position: relative;;
 }
 section._02 ul li .box:after{
	content: "";
	height: 240px;position: absolute;
 
	width: 240px;
	left: 38%;
	 top: 13%;
	border-radius: 240px;
 
	display: block;
 }
 section._02 ul li .box:after{
	content: "";display: block;clear: both;
 }
 section._02 ul li .box .img{
	float: left;z-index: 1;
	position: relative;height: 100%;transform: translateX(-50px);
	opacity: 0;
 }
 section._02.act ul li .box .img{
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	animation-name: left;
	animation-duration: 0.8s;
 
 }
 
 section._02.act ul li:nth-child(2) .box .img{
	animation-delay: 0.4s;
 }
 section._02.act ul li:nth-child(3) .box .img{
	animation-delay: 0.6s;
 }
 section._02.act ul li:nth-child(2) .box .txtWrap{
	animation-delay: 0.4s;
 }
 section._02.act ul li:nth-child(3) .box .txtWrap{
	animation-delay: 0.6s;
 }
 
 section._02 ul li .box .img img{
	position: absolute;
	width: 320px;
	left:200px;
	bottom: 0;box-shadow: -2.7px 5.3px 23px 0 rgba(74, 81, 95, 0.07);
 }
 section._02 ul li .box .txtWrap{
	float: right;opacity: 0;
	width:50%;transform: translateX(50px);
	padding-top: 120px;position: relative;z-index: 1;
 }
 section._02.act ul li .box .txtWrap{
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	animation-name: right;
	animation-duration: 0.8s;
 }
 section._02 ul li .box .txtWrap .sub{
	font-size: 20px;
	color: #797979; font-family: 'GmarketSans';
	font-weight: 200;
 }
 section._02 ul li .box .txtWrap .tit{
	font-size: 40px;
	letter-spacing: -1px;
	margin: 28px 0 34px;
	line-height: 46px;
	font-family: 'GmarketSans';
 }
 section._02 ul li .box .txtWrap .txt{
	font-size: 20px;line-height: 34px;
 }
 section._02 ul li:nth-child(1){
	background-color: #f0f3f9;
 }
 section._02 ul li:nth-child(2){
	background-color: #fef8ec;
 }
 section._02 ul li:nth-child(3){
	background-color: #e9fff7;
 }
 
 section._02 ul li:nth-child(1) .box:after{
	background-color: #e7eaf5;
 }
 section._02 ul li:nth-child(2) .box:after{
	background-color: #fef0da;
 }
 section._02 ul li:nth-child(3) .box:after{
	background-color: #d7f9ee;
 }
 
 
 section._03 .center{
	width: 1200px;
	margin: 160px auto 130px;;
 }
 section._03 .center .txtWrap{
	text-align: center;
 }
 section._03 .center .txtWrap .tit{
	font-family: 'GmarketSans';
	font-size: 32px;
	line-height: 45px;
 }
 section._03 .center .txtWrap .txt{
	font-size: 20px;
	color: #797979;
	line-height: 33px;
	margin-top: 10px;
	letter-spacing: -1px;
 }
 section._03 .center .iconWrap{
	width: 100%;margin-top: 50px;
	height: 320px;;
	background-color: #fafafa;
	padding:74px 60px 80px;
	border-radius:10px 10px 0 0 ;
 }
 section._03 .center .iconWrap li{
	width: 200px;
	float: left;
	margin-right: calc((100% - 800px)/3);
	font-family: 'GmarketSans';
	font-size: 20px;
	text-align: center;
	padding-top: 140px;
	position: relative;
	background-size: 90px;
	opacity: 0;transform: translateX(-50px);
 }
 section._03 .center .iconWrap li:after{
	content: "";display: block;
	width:55px ;height: 40px;
	position: absolute;
	background-image: url(/images/main/section_04_05.png);
	right:-55px;
	 top: 50%;
	 transform: translateY(-50%);
 }
 section._03 .center .iconWrap li:nth-child(1){background-image: url(/images/main/section_04_01.png);}
 section._03 .center .iconWrap li:nth-child(2){background-image: url(/images/main/section_04_02.png);}
 section._03 .center .iconWrap li:nth-child(3){background-image: url(/images/main/section_04_03.png);}
 section._03 .center .iconWrap li:nth-child(4){background-image: url(/images/main/section_04_04.png);}
 section._03 .center .iconWrap li:last-child{
	margin-right: 0;
 }
 section._03 .center .iconWrap li:last-child:after{
	display: none;
 }
 section._03 .center .emainWrap{
	background-color: #f6f6f6;
	border-radius:0 0 10px 10px ;
	padding: 28px 0 26px;text-align: center;
	font-size: 20px;
	letter-spacing: -1px;
 }
 section._03 .center .emainWrap span{
	font-weight: 600;font-size: 20px;
 }
 section._03.act .center .iconWrap li{
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	animation-name: left;
	animation-duration: 0.8s;
 }
 section._03.act .center .iconWrap li:nth-child(1){
 
	animation-delay: 0.1s;
 }
 section._03.act .center .iconWrap li:nth-child(2){
 
	animation-delay: 0.3s;
 }
 section._03.act .center .iconWrap li:nth-child(3){
 
	animation-delay: 0.5s;
 }
 section._03.act .center .iconWrap li:nth-child(4){
 
	animation-delay: 0.7s;
 }
 
 @media screen and (max-width: 1280px) {
	._con{
	   width: 1280px;
	}
	.conMenuWrap .box ul{
	   padding: 0 20px;
	   width: 1280px;
	}
	section._03 .center {
	   padding: 0 20px;
	}
 
	.mainBann{width: 1280px;}
	section._02 ul li .box{width: 1280px;}
	section._03 .center{width: 1280px;}
 }
 
 @media screen and (max-width: 720px) {
	._con{
	   width: 100%;
	}
	.mainBann{
	   width: 100%;
	   height: initial;
	   padding-bottom: 13.88vw;
	   min-height: 18vw;
	}
	.mainBann .boxWrap{
	   width: 100%;
	   
	   padding-top: 16vw;
	}
	.mainBann .boxWrap img{
	   width:70%;
	}
	.mainBann .bg_img img{
	   height: 100%;
	}
	.mainBann .boxWrap .btnWrap{
	   width: 100%;
	}
	.mainBann .boxWrap .btnWrap a{
	   width: 64%;
	   height:13vw;
	   font-size:4.2vw;
	   line-height:13vw;
	}
	.conMenuWrap .box ul {
	   width: 100%;
	}
	.conMenuWrap .box ul li{
	   margin-right: 2.6vw;
	   width: calc((100% - 2.6vw)/2);
	   margin-bottom: 2.6vw;
	   font-size: 3.8vw;
	}
	.conMenuWrap .box ul li:nth-child(even){
	   margin-right: 0;
	}
	section._01{
	   width: 84vw;
	   height: 84vw;
	   margin-top: 14vw;
	   margin-bottom: 14vw;
	}
	section._01 .circle .img_01{
	   width:64%;
 
	}
	section._02 ul li {
	   height: initial;
	   padding: 10vw 0;
	}
	section._02 ul li .box{
	   width: 100%;
	}
	section._02 ul li .box .img{
	   float: initial;
	}
 
	section._02 ul li .box{
	   height: initial;
	}
	section._02 ul li .box .img img{
	   width: 50%;position: relative;
	   left: 50%;bottom: inherit;
	   transform: translateX(-50%);
	}
	section._02 ul li .box .txtWrap{
	   width: 100%;float: initial;text-align: center;
	   padding-top: 10vw;
	}
	section._02 ul li .box .txtWrap .sub{
	   font-size: 3.6vw;
	}
	section._02 ul li .box .txtWrap .tit{
	   font-size:5.8vw;
	   line-height:8vw;
	   margin: 5vw 0 5.5vw;
	}
	section._02 ul li .box .txtWrap .txt{
	   font-size: 3.8vw;
	   line-height:6.2vw;
	}
	section._03 .center{
	   width: 100%;
	   margin:20vw auto 0;
	   padding: 0;
	}
 
	section._03 .center .txtWrap .tit{
	   font-size: 5.8vw;
	   line-height: 7.5vw;
	}
	section._03 .center .txtWrap .txt{
	   font-size: 3.6vw;
	   line-height: 5.6vw;
	}
	section._03 .center .iconWrap{
	   width: 90%;margin: 0 auto;;
	   margin-top: 10vw;
	   height: initial;background-color: #fff;
	   padding:10vw 0;
 
	}
	section._03 .center .iconWrap li{
	   width:100%;
	   float: initial;
	   margin-right:0;
	   border-radius:1.38vw 1.38vw 0 0;
	   font-size: 3.6vw;
	   background-color: #fafafa;
	   padding-top: 0;
	   height: 50vw;
	   margin-bottom: 3vw;
	   background-size: 28%;
	   background-position: 10vw center;
	   padding-left: 52%;position: relative;
	   line-height: 50vw;z-index: 0;
	   font-size: 4.6vw;text-align: left;
 
	}
	section._03 .center .iconWrap li:after{
 
	   left: 50%;
	   right: 0;
	   transform: translateX(-50%) rotate(90deg);
	   top: initial;
	   top: -13%;
	   background-color: #fff;border:1px solid #f0f0f0;
	   border-radius: 20vw;
	   width: 12vw;
	   height: 12vw;z-index: 1;
	   background-position: center;
	   background-size: 60%;background-repeat: no-repeat;
	}
	section._03 .center .iconWrap li:first-child:after{
	   display: none;
	}
	section._03 .center .iconWrap li:last-child:after{
	   display: block;
	}
	section._03 .center .emainWrap{
	   font-size: 3.8vw;
	}
	section._03 .center .emainWrap span{
	   font-size: 3.8vw;
	   padding: 3.6vw 0;
	}
	 
 /*메인 팝업 배너*/
 .mainBann{padding-top: var(--160); }
 .mainBnnerPop {position: relative; left: 50%;top: initial; transform: translateX(-50%); width: 80%; height: initial;} 
 .mainBnnerPop img { width: 100%;; } 
 .mainBnnerPop .swiper-pagination { height: var(--10);; gap: var(--10); } 
 .mainBnnerPop .swiper-pagination-bullet { width: var(--16); height: var(--16); } 
 .mainBnnerPop .swiper-button-next, .swiper-button-prev { width: var(--60); height:var(--60); } 
 .mainBnnerPop .swiper-button-next:after, .swiper-button-prev:after { font-size: var(--20); } 
 .mainBnnerPop .closeBox{background-color: rgba(255,255,255,0.8);display: flex;    backdrop-filter: blur(10px);justify-content: space-between;}
 .mainBnnerPop .closeBox .today{font-size: 3vw;padding:2vw 2.5vw;color: #595959;}
 .mainBnnerPop .closeBox .today input{height: initial;}
 .mainBnnerPop .closeBtn{display: block;   font-size: 3vw;padding:2vw 2.5vw;background-color: #18338f;color: #fff;}
 
 
 
 
 }
 
 