body {
    font-size: 1em;
    line-height: 1.85714286em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666666;
    font-weight: 400;		  word-break: keep-all;
}
.header{
	min-height: 400px; 
	position: relative;   
	background:url('../../asset/images/main.jpg') no-repeat center top;
}
.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: 47rem;
	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:29px; color:#000; margin:1%;font-family: 'GmarketSansMedium', 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;
}





 
.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;
    padding-left: 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;
    }
}



	   .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: #3f73ad;
        color: white;
        padding: 15px 25px;
        border-radius: 30px;
        font-weight: 600;
        min-width: 220px;
        text-align: center;
    }

    .service-desc {
        color: #555;
        font-size: 17px;
    }

    /* ¸â¹ö½Ê ¿ä±Ý */
    h2 {
     	 font-size:29px; color:#000; font-family: 'GmarketSansMedium', 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 {
            flex-direction: column;
            align-items: flex-start;
        }

        .service-badge {
            min-width: auto;
            width: 100%;
        }

        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;
	}

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


	 .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: 33rem;
		padding-bottom: 24rem;
	}



}
@media (max-width: 768px){
	.header .container{
		padding-left: 0.625rem;
	}
	.footer-content{
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.header .header-content{
		padding-top: 33rem;
		padding-bottom: 24rem;
	}



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

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




.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;
	}

}