body {
    font-size: 1em;
    line-height: 1.85714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;						    font-family: 'Pretendard', sans-serif;
    font-weight: 400;		  word-break: keep-all;		    scroll-behavior: smooth;
}		
.header{
	min-height: 400px; 
	position: relative;   
	background:url('../../asset/images/main.jpg') no-repeat center 140px;
}
.header .logo{	 	
	background:url('../../asset/images/logo.jpg') no-repeat center top;		  min-height:150px;
}
.header .shape{
	/*background: linear-gradient(150deg, #7795f8 15%, #6772e5 70%, #555abf 94%);	   */
	overflow: hidden;
}
	/*
.header .skew{
 transform: skewY(-7deg);		
	transform-origin: 0;
}   
*/
.header .header-content{
	padding-top: 42rem;
	padding-bottom: 25rem;	 text-align:center;	      
}
.header-title{
 color:#000;					font-size:30px;
	  font-family: 'GmarketSansLight', sans-serif;		line-height:140%;
}

.header-title span{
 color:#000;					font-size:30px;
	  font-family: 'GmarketSansMedium', sans-serif;
}


.header-sub-title{
	font-size: 1.333rem;
	color: #fff;
}
.btn-download{
	background-color: #3ecf8e;
	font-weight: 500;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	text-transform: uppercase;
	font-size: .875rem;
	padding: .625rem 1.25rem;
}
.btn-download i{
	margin-right: 0.875rem;
}
.btn-download:hover{
	color: #222;
}
.content{
	position: relative;
	z-index: 99;		  text-align:center;		margin:-350px auto 0;  	
}
.content .navbar{
width:100%;  	 min-height:100px;
	   background:#1e335d;			
}
.content .card{

	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
	transition: top 0.2s ease-in-out;
	top: 0;
	border: 0;
}
.content .card:hover{
	top: -10px;
}
.content .card .card-header{
	border-bottom: 0;
	background-color: transparent;
}
.content .item-name{
	font-weight: 700;
	font-size: 1rem;	
}
.content .navbar-expand .navbar-nav .nav-link{
	white-space: nowrap;
	padding: .4rem 1rem;	  	
	border-radius: 0;				  				
	transition: all 0.2s ease-in-out;
}


.content .navbar .nav-link:hover{
	background-color: #12254a;
	border-radius: 0.25rem;	  
}
.content .item-category{
	color: #999;
	line-height: 20px;	  
}
.content .dropdown-item.active,
.content .nav-item .active.nav-link{	
	color: rgba(255,255,255,1);
	border-radius: 0.25rem;
}

.content .nav-item a{ margin:0 20px; font-size:20px; font-family: 'GmarketSansMedium', sans-serif; color: rgba(255,255,255,1);}

.mb{display:none;}

.service{margin:80px auto;max-width:1500px; background:#fff;}			
.service h2{font-size:30px; color:#000;  margin:1%;font-family: 'GmarketSansBold', sans-serif;}	
.service .box	{display:flex;  flex-wrap: wrap; }
.service .servicebox{font-size:18px; text-align:center;color:#000; border:1px solid #d1d1d1; box-sizing: border-box;padding:20px; width:23%; margin:1%;    font-family: 'Pretendard', sans-serif;}		
 .service .servicebox img{max-width:100%; margin-bottom:10px;;}		






.content .dropdown-menu{
	background-color: #fff;
	max-height: 350px;
	overflow-y: scroll;
	min-width: 232px;
	margin: 0;
	right: 0;
	left: unset;
}
.content .dropdown-menu::-webkit-scrollbar-track{
	border-radius: 0;
	background-color: #fff;
}
.content .dropdown-menu::-webkit-scrollbar{
	width: 4px;
	background-color: transparent;
}
.content .dropdown-menu::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ccc;
}
.content .dropdown-menu a{
	color: rgba(0,0,0,0.5);
}

.content .dropdown{

}
.content #dropdownMenuButton{
	width: 232px;
}
.content .grid{
	margin-right: -6px;
	margin-left: -6px;
}
.grid .item{
	width: 33.33%;
	display: block;
	padding: 0 16px;
	margin-bottom: 30px;
	float: left;
}
.grid .item:hover{
	text-decoration: none;
}
.back-to-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
	width: 40px;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	text-align: center;
	line-height: 40px;
	text-align: center;
	opacity: 0;
	border-radius: 50%;
	color: #fff;
	transition: all 0.4s ease-in-out;
	z-index: 999;
}
.back-to-top:hover{
	color: #fff;
}
.header .shape span{
	position: absolute;
	border-radius: 50%;
	transform: skew(8deg);
}
.header .shape span:first-child{
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.2);
	top: 20%;
	right: 10%;
}
.header .shape span:nth-child(2){
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.4);
	top: 29%;
	right: 8%;
}
.header .shape span:nth-child(3){
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.4);
	top: -3%;
	left: -3%;
}
.header .shape span:nth-child(4){
	width: 150px;
	height: 150px;
	background-color: rgba(255,255,255,0.15);
	top: 37%;
	left: 8%;
}
.header .shape span:nth-child(5){
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.09);
	top: 35%;
	left: 50%;
}
.header .shape span:nth-child(6){
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.2 );
	top: 72%;
	left: 7%;
}
.header .shape span:nth-child(7){
	width: 100px;
	height: 100px;
	background-color: rgba(255,255,255,0.2);
	top: 72%;
	right: -4%;
}
.footer-caption{
	font-size: 2.369rem;
}
.footer-slogan{
	font-size: 1.777rem;
	font-weight: 400;
}
.footer{
    padding-top: 500px;
    margin-top: -480px;
    position: relative;
    overflow: hidden;	  font-family: 'Pretendard', sans-serif;
}
.footer:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
 /*   background: #F4F5F7;		*/
    width: 100%;
    z-index: -1;
    transform: skew(0, -7deg);
    transform-origin: 100%;
    top: 16px;
    height: 802px;
}
.footer .footer-bottom{
	color: #707070;			font-size:14px;	 font-family: 'Pretendard', sans-serif;		 line-height:160%;
}
.footer .footer-bottom img{
max-width:100%;
}
.navbar.sticky-top{
	top: 30px;
}


.sns{display:none !important}

 .process-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
    padding:40px 0;		margin-bottom:30px;
}

.step{
    width:220px;
    background:#fff;
    border-radius:20px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    position:relative;
}

.circle{
    width:70px;
    height:70px;
    line-height:70px;
    margin:0 auto 15px;
    background:#2d6df6;
    color:#fff;
    border-radius:50%;
    font-size:24px;
    font-weight:700;
}

.step h3{
    margin:0 0 10px;
    font-size:21px;	  font-weight:500;    font-family: 'Pretendard', sans-serif;
    color:#000;
}

.step p{
    margin:0;
    color:#666;
    line-height:130%;		  font-weight:400;    font-family: 'Pretendard', sans-serif;
    font-size:16px;
}

.arrow{
    font-size:34px;
    color:#2d6df6;
    font-weight:bold;
}

@media(max-width:768px){
    .process-wrap{
        flex-direction:column;
    }

    .arrow{
        transform:rotate(90deg);
    }
}

   /*
	 
.slider {
    position: relative;
    max-width: 1472px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    display: block;
}


.caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    align-items: center;			font-weight:300;
    padding-left: 20px;		  font-family: 'Pretendard', sans-serif; font-size:20px;
}


   */





	   /* ½½¶óÀÌ´õ Æ² ±¸Á¶ */
.slider {
    position: relative;
    width: 100%;		      max-width: 1472px;	   margin:0 auto;
    height: 600px; /* ¿øÇÏ½Ã´Â ³ôÀÌ·Î Á¶Àý */
    overflow: hidden;
}

/* ½½¶óÀÌµåµéÀ» ÇÑ°÷¿¡ °ãÄ§ */
.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* ±âº»ÀûÀ¸·Î´Â ¼û±è */
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s; /* ºÎµå·¯¿î ÆäÀÌµå È¿°ú */
    z-index: 1;
}

/* È°¼ºÈ­µÈ ½½¶óÀÌ´õ¸¸ º¸ÀÌ°Ô Ã³¸® */
.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* ÀÌ¹ÌÁö ¹× Ä¸¼Ç ½ºÅ¸ÀÏ À¯Áö */
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ¹öÆ°µéÀÌ ½½¶óÀÌµåº¸´Ù À§¿¡ ¿Àµµ·Ï ¼³Á¤ */
.prev, .next {
    z-index: 10;
}


   .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    display: flex;
    align-items: center;			font-weight:300;
    padding-left: 20px;		  font-family: 'Pretendard', sans-serif; font-size:20px;
}





/* ¹öÆ° */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover, .next:hover {
    background: rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
    .caption {
        font-size: 14px;
        height: 60px;
    }






	 .slider {
    position: relative;
    width: 100%;		      max-width: 1472px;	   margin:0 auto;
    height: 300px; /* ¿øÇÏ½Ã´Â ³ôÀÌ·Î Á¶Àý */
    overflow: hidden;
}









}




  .drag-guide{
    text-align:center;
    margin-bottom:15px;
    font-size:14px;
    color:#888;
    font-weight:500;
    animation: moveGuide 1.5s infinite ease-in-out;
}

@keyframes moveGuide{
    0%,100%{
        transform:translateX(0);
    }
    50%{
        transform:translateX(8px);
    }
}






   .study-system{

    display:flex;
    gap:30px;
    align-items:center;

    max-width:1472px;
    margin:50px auto;
}

.study-menu{

    width:240px;
}

.study-item{

    padding:20px;
    border-bottom:1px solid #ddd;

    font-size:20px;
    font-weight:600;

    cursor:pointer;

    transition:.1s;
}

.study-item:hover{

    background:#f4f7ff;
}

.study-item.active{

    color:#2d6df6;

    border-left:5px solid #2d6df6;

    background:#f8fbff;
}

.study-view{

    flex:1;

    text-align:center;
}

.study-view img{

    width:100%;

    max-width:1472px;

    border-radius:20px;

   border:1px solid #ddd;

    transition:.4s;		padding:0px;
}


   .pcver {display:block !important;}
   .mover{display:none !important;}



@media (max-width:768px){
  
   .pcver {display:none !important;}
   .mover{display:block !important;}

    .study-system{
        display:block;		margin-top:10px;
    }

    .study-menu{
        width:100%;
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:10px;
        margin-bottom:20px;
    }

    .study-item{
        border:1px solid #ddd;		   
		box-sizing:border-box;
        border-radius:12px;
        padding:14px 10px;
        text-align:center;
        font-size:16px;
        font-weight:600;
        background:#fff;	   
    }

    .study-item.active{
        background:#2d6df6;
        color:#fff;
        border-color:#2d6df6;		
    }


   /*
	    .study-menu{
  display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
    }

    .study-item{
 box-sizing:border-box;
        border:1px solid #ddd;
        border-radius:12px;
        padding:14px 10px;
        text-align:center;
        background:#fff;
    }

    .study-item.active{
            border:1px solid #2d6df6 !important;
        border-left:1px solid #2d6df6 !important;
        background:#2d6df6;
        color:#fff;
    }



   */





    .study-view{
        width:100%;
    }

    .study-view img{
        width:100%;
        border-radius:16px;
    }
}














.app-wrap{
    position:relative;
}

.drag-overlay{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:10;

    background:rgba(0,0,0,.6);
    color:#fff;
    padding:10px 20px;
    border-radius:30px;

    pointer-events:none;

    animation:fadeGuide 3s infinite;
}

@keyframes fadeGuide{
    0%,100%{opacity:.3;}
    50%{opacity:1;}
}




.app-scroll{
    display:flex;
    gap:20px;
    overflow-x:auto;
    padding:20px 10px;
    scroll-snap-type:x mandatory;
    cursor:grab;
    user-select:none;
    -webkit-overflow-scrolling:touch;			   touch-action: pan-x;
}

.app-scroll.dragging{
    cursor:grabbing;
}

.app-scroll img{
    pointer-events:none;
}
.app-scroll::-webkit-scrollbar{
    height:6px;
}

.app-scroll::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius:10px;
}

.app-card{
    flex:0 0 100%;
    position:relative;
    overflow:hidden;		    text-align:center;
    border-radius:20px;		 border:1px solid #ddd;
}

.app-card img{
    max-width:100%;
    height:auto;
    object-fit:cover;
    border-radius:20px;		    display:block;
    margin:0 auto;
}

.app-card span{
    position:absolute;
    bottom:20px;
    left:20px;
    color:#000;
    font-size:26px;	
    font-weight:700;		background:#fff; display:inline-block;	  padding:10px;
 
}






.floating-sns{
    position:fixed;
    right:20px;
    top:50%;
    transform:translateY(-50%);

    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:12px;
}

.floating-sns a{
    width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    border-radius:50%;

    box-shadow:0 4px 10px rgba(0,0,0,.10);
    transition:.3s;
}

.floating-sns a:hover{
    transform:scale(1.1);
}

.floating-sns img{
    width:32px;
    height:32px;
}
@media (max-width:768px){

    .floating-sns{
       /* 
	   right:10px;
        gap:8px;
		*/

		display:none
    }

    .floating-sns a{
        width:48px;
        height:48px;
    }

    .floating-sns img{
        width:24px;
        height:24px;
    }




 .sns{
        display:flex !important;
        justify-content:center;
        align-items:center;
        gap:15px;

        position:fixed;
        left:0;
        bottom:0;

        width:100%;
        padding:12px 0;

        background:#fff;
        box-shadow:0 -2px 10px rgba(0,0,0,.1);

        z-index:9999;
    }

 .sns img{max-width:40px; margin:0 3px;}




}




	   .service{margin:80px auto;max-width:1500px; width:90%;}			


       .container2 {
        width: 90%;
        max-width: 1480px;
        margin: 60px auto;		 font-family: 'Pretendard', sans-serif;
    }

    /* »ó´Ü ¼­ºñ½º ¼Ò°³ */
    .service-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 80px;
    }

    .service-item {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .service-badge {
        background-color: #346ad7;
        color: white;
        padding: 15px 25px;
        border-radius: 30px;
        font-weight: 600;
        min-width: 220px;	  font-size:20px;
        text-align: center;
    }

    .service-desc {
        color: #555;
        font-size: 17px;	   line-height:140%;
    }

    /* ¸â¹ö½Ê ¿ä±Ý */
    h2 {
     	 font-size:30px; color:#000; font-family: 'GmarketSansBold', sans-serif;
        margin-bottom: 20px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background: white;
    }

    th, td {
        border: 1px solid #ddd;
        padding: 18px;
        text-align: center;
        font-size: 18px;
    }

    th {
        background-color: #f0f0f0;
        font-weight: 600;
    }

    .category {
        background-color: #f9f9f9;
        font-weight: 600;
        width: 120px;
    }


    @media (max-width: 768px) {

  .service-item{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .service-badge{
        width:100%;
        min-width:0;
        box-sizing:border-box;
        margin-bottom:0;
    }

    .service-desc{
        width:100%;		margin-top:5px;		 margin-bottom:15px;
    }


	/*
        table, thead, tbody, th, td, tr {
            display: block;
        }

        th {
            display: none;
        }

        tr {
            margin-bottom: 20px;
            border: 1px solid #ddd;
        }

        td {
            text-align: left;
            padding: 12px;
            border: none;
            border-bottom: 1px solid #eee;
        }

        td::before {
            content: attr(data-label);
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            color: #666;
        }

		*/
    }


.bottomcon{
	min-height: 193px; 
	position: relative;   	 text-align:center;				 padding:65px;
	background:url('../../asset/images/bottomback.jpg') no-repeat center top;		  font-family: 'Pretendard', sans-serif;
}

 .bottomcon h2{
	color:#fff;
	font-size:30px;
	position: relative;   	 text-align:center;		 font-family: 'Pretendard', sans-serif;		   line-height:130%;		 margin-bottom:5px;
	font-weight:400;
}

 .bottomcon h2 span{
font-weight:700;			   font-family: 'Pretendard', sans-serif;
} 


.bottomcon h3{
	color:#a3fffc;
	font-size:24px;
	position: relative;   	 text-align:center;	 font-weight:500;	 font-family: 'Pretendard', sans-serif;
}




@media (max-width: 1260px){
	.header .container{
		max-width: 100%;
		padding-left: 4.125rem;

	}
	.footer-content{
		max-width: 100%;
		padding-left: 4.125rem;
		padding-right: 4.125rem;

	}

	

 .content .nav-item a{ margin:0 10px; font-size:16px; font-family: 'GmarketSansMedium', sans-serif; }



}
@media (max-width: 992px){
	.header .container{
		padding-left: 1.563rem;
	}
	.footer-content{
		max-width: 100%;
		padding-left: 1.563rem;
		padding-right: 1.563rem;
	}



	 .mb{display:block;}
	 .content .nav-item a{ margin:0 0px; font-size:16px; font-family: 'GmarketSansMedium', sans-serif; }
	
	 .content .navbar-expand .navbar-nav .nav-link{

	padding: .4rem 0.5rem;	  	
}


 	.header .header-content{
		padding-top: 28rem;
		padding-bottom: 24rem;
	}



}
@media (max-width: 768px){

 	 .header{
	min-height: 300px; 
	position: relative;   
	background:url('../../asset/images/main_m.jpg') no-repeat center 120px;
	background-size:700px;
}

 .header .logo{	 	
	background:url('../../asset/images/logo.jpg') no-repeat center 5px;		background-size:190px auto;  	 min-height:120px;
}



h2{font-size:22px !important; color:#000; margin:1% 1% 20px 1% !important;font-family: 'GmarketSansMedium', sans-serif;}	


	.header .container{
		padding-left: 0.625rem;
	}
	.footer-content{
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.header .header-content{
		padding-top: 28rem;
		padding-bottom: 24rem;
	}



 .bottomcon{
	min-height: 193px; 
	position: relative;   	 text-align:center;				 padding:60px 40px;
	background:url('../../asset/images/bottomback.jpg') no-repeat center top;		  font-family: 'Pretendard', sans-serif;
}

 .bottomcon h2{
	color:#fff;
	font-size:17px !important;
	position: relative;   	 text-align:center;		 font-family: 'Pretendard', sans-serif;		   line-height:120%;		 margin-bottom:10px;
	font-weight:400;
}

  .bottomcon h3{
	font-size:20px !important;
}



.header-title{
 color:#000;					font-size:20px !important;
	  font-family: 'GmarketSansLight', sans-serif;		line-height:140%;
}

.header-title span{
 color:#000;					font-size:20px;
	  font-family: 'GmarketSansMedium', sans-serif;
}

.service h2{font-size:20px; color:#000; margin:1%;font-family: 'GmarketSansMedium', sans-serif;}	

.service .servicebox{font-size:16px; text-align:center;color:#000; border:1px solid #d1d1d1; box-sizing: border-box;padding:20px; width:48%; margin:1%;    font-family: 'Pretendard', sans-serif;}		



	.btn-download{
		font-size: 0.75rem;
	}
	.content .grid{
		margin: 0;
	}
    .grid .item{
    	width: 50%;
    	padding: 0 10px;
    }
    .content{
    	padding: 0;
    }
}
@media (min-width: 992px){
	.content{
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
}
@media (max-width: 667px){
	.site-name{
		font-size: 3.157rem;
	}

	.header-sub-title{
		font-size: 1rem;
	}
	.footer-caption{
		font-size: 1.777rem;
	}
	.footer-slogan{
		font-size: 1.333rem
	}
}

@media (max-width: 475px){

	.header-sub-title{
		font-size: 0.75rem;
	}
	.footer-caption{
		font-size: 1.333em;
	}
	.footer-slogan{
		font-size: 1rem
	}
}
@media (max-width: 375px){
	.site-name{
		font-size: 2.369rem;
	}

}