@charset "utf-8";
*{margin: 0; padding: 0;}
a{text-decoration: none; color: #333;}
ul{list-style: none;}
body{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	background: #fff;
}


/*header*/
#header_wrap{
	width: 100%;
    height: 10%;
}
.header{
	height: 10%;
	width: 70%;
	margin: auto;
    z-index: 99;
}

/*---------------------------------------------------------------------------*/
/*PC LANGUAGE*/
@media screen and (min-width: 1200px){
.mheader_language_wrap{display: none;}
.header_language_wrap{
    width: 70%;
    height: 35px;
	position: absolute;
	top: 0;
	right: 0%;
}
.header_language{
    width: 55%;
    text-align: right;
    margin: auto;
}
.header_language p{
    display: inline-block;
    font-size: 14px;
    padding-top: 6px;
	font-family: 'Noto Sans KR', sans-serif;
}
.header_language>p>a{
    display: block;
    color: #114676;
    font-weight: 900;
    letter-spacing: 1px;
}
.header_language>p>a:hover{
	cursor: pointer;
    color:#021242;
    transition-duration: 0.3s;
}
}

/*Tablet Language*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.header_language_wrap{display: none;}
.mheader_language_wrap{
    width: 100%;
    height: 40px;
}
.header_language{
    width: 90%;
    text-align: right;
    margin: auto;
}
.header_language p{
    display: inline-block;
    font-size: 14px;
    padding-top: 6px;
	font-family: 'Noto Sans KR', sans-serif;
}
.header_language>p>a{
    display: block;
    color: #114676;
    font-weight: 900;
    letter-spacing: 1px;
}
.header_language>p>a:hover{
	cursor: pointer;
    color:#021242;
    transition-duration: 0.3s;
}
}

/*Mobile Language*/
@media screen and (max-width: 700px){
.header_language_wrap{display: none;}
.mheader_language_wrap{
	width: 100%;
	height: 40px;
}
.header_language{
	width: 90%;
	text-align: right;
	margin: auto;
}
.header_language p{
	display: inline-block;
	font-size: 14px;
	padding-top: 6px;
	font-family: 'Noto Sans KR', sans-serif;
}
.header_language>p>a{
	display: block;
	color: #114676;
	font-weight: 900;
	letter-spacing: 1px;
}
.header_language>p>a:hover{
	cursor: pointer;
	color:#021242;
	transition-duration: 0.3s;
}
}

/*------------------------------------------------------------------------------------*/
/*pc header*/
@media screen and (min-width: 1200px){
	.mgnb{display: none;}
	h1{
		float: left;
		width: 20%;
		padding: 3.5% 0;
	}
.gnb{
	padding-top: 50px;
    float: right;
    width: 55%;
    display: flex;
    justify-content: flex-start; /* 왼쪽부터 쌓기 */
    gap: 7%; /* 메뉴 간 간격 조절 */
}
.gnb li{
	position: relative;
	float: none; /* float 제거 */
    width: auto; /* 글자 길이에 맞춤 */
}
.gnb li a{
	display: block;
    padding: 10px 0; /* 위아래 패딩 */
    font-size: 16px;
    font-weight: 500;
    color: #114676;
}
.gnb li:hover .submenu1{
	display: block;
	z-index: 1010;
}

/*submenu1*/
.submenu1{
	display: none;
	position: absolute;
	top: 100%;
	right: 60%;
	opacity: 0;
	visibility: hidden;
	
}
.submenu1>li{
	display: block;
	color: #114676;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	text-align: center;
	width: 200%;
	padding: 0%;
	}

.gnb li:hover .submenu1{
	opacity: 1;
	visibility: visible;
}
.submenu1>li>a{
	display: block;
	padding: 10% 0%;
	background: #114676;
	color: #fff;    
	transition-property: background-color;
	transition-duration: 0.5s;
	/* 변하는 속도가 점점 빨라지는 패턴 */
	transition-timing-function: ease-out;
	/* 0.5초 뒤에 transition이 변경되는 딜레이 시간 */
	transition-delay: 1ms;
}
.submenu1 li a:hover{
	background: #fff;
	color: #114676;    
	transition: 0.6s ease-out 20ms;
}

/*submenu2*/
.submenu2{
	display: none;
	position: absolute;
	top: 100%;
	right: 60%;
	opacity: 0;
	visibility: hidden;
}
.gnb li:hover .submenu2{
	opacity: 1;
	visibility: visible;
	z-index: 1010;
}
.submenu2>li{
	color: #114676;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	text-align: center;
	width: 220%;
	padding: 0%;
	background: #114676;
	}
.submenu2>li>a{
	display: block;  
    padding: 9% 0%;
	background: #114676;
	color: #fff;  
	transition-duration: 0.5s;
	/* 변하는 속도가 점점 빨라지는 패턴 */
	transition-timing-function: ease-out;
	/* 0.5초 뒤에 transition이 변경되는 딜레이 시간 */
	transition-delay: 1ms;
}
	.submenu2>li:last-child>a{
	background: #114676;
	color: #fff;
	font-size: 16px;
			padding: 11% 0%;
}
.submenu2 li a:hover{
	background: #fff;
	color: #114676;    
	transition: 0.6s ease-out 20ms;
}
.submenu2 li a:active{
	background-color: #fff;
	color: #114676;
	font-weight: 600;
}
	
.gnb li:hover .submenu2{
	display: block;
}

/*submenu3*/
.submenu3{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 4.5%;
	left: 100%;
}
.gnb>li>.submenu2>li:nth-child(1) .submenu3{
	opacity: 1;
	visibility: visible;
}
.submenu3>li{
	width: 550%;
	background: rgba(255, 255, 255, 0.8);
}
.submenu3>li>a{
	display: block;
	padding: 8.5% 0;
	color: #222222;    
	transition-property: background-color;
	transition-duration: 0.5s;
	/* 변하는 속도가 점점 빨라지는 패턴 */
	transition-timing-function: ease-out;
	/* 0.5초 뒤에 transition이 변경되는 딜레이 시간 */
	transition-delay: 1ms;
}
.submenu3 li a:hover{
	color: #114676;    
	transition: 0.6s ease-out 20ms;
	z-index: 1010;
}

.submenu2 li:hover .submenu3{
	display: block;
}

/*submenu4*/
.submenu4{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0%;
	left: 100%;
}
.gnb>li>.submenu2>li:nth-child(2) .submenu4{
	opacity: 1;
	visibility: visible;
}
.submenu4>li{
	width: 300%;
	background: rgba(255, 255, 255, 0.8);
}
.submenu4>li>a{
	display: block;
	padding: 8.8% 0;
	color: #222222;    
	transition-property: background-color;
	transition-duration: 0.5s;
	/* 변하는 속도가 점점 빨라지는 패턴 */
	transition-timing-function: ease-out;
	/* 0.5초 뒤에 transition이 변경되는 딜레이 시간 */
	transition-delay: 1ms;
}
.submenu4 li a:hover{
	color: #114676;    
	transition: 0.6s ease-out 20ms;
	z-index: 1010;
}


.submenu2 li:hover .submenu4{
	display: block;
	z-index: 1010;
}
	
/*submenu5*/
.submenu5{
	display: none;
	position: absolute;
	top: 100%;
	right: 60%;
	opacity: 0;
	visibility: hidden;
}
.submenu5>li{
	display: block;
	text-align: center;
	width: 260%;
	padding: 0%;
}
.gnb li:hover .submenu5{
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 1010;
}
.submenu5>li>a{
	display: block;
	padding: 11% 0;
	background: #114676;
	color: #fff;    
	transition-property: background-color;
	transition-duration: 0.5s;
	/* 변하는 속도가 점점 빨라지는 패턴 */
	transition-timing-function: ease-out;
	/* 0.5초 뒤에 transition이 변경되는 딜레이 시간 */
	transition-delay: 1ms;
}
.submenu5 li a:hover{
	background: #fff;
	color: #114676;    
	transition: 0.6s ease-out 20ms;
}

/*submenu6*/
.submenu6{
	display: none;
	position: absolute;
	top: 100%;
	left: -30%;
	opacity: 0;
	visibility: hidden;
}
.submenu6>li{
	display: block;
	text-align: center;
	width: 100%;
}
.gnb li:hover .submenu6{
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 1010;
}
.submenu6>li>a{
	display: block;
	padding: 10% 0;
	background: #114676;
	color: #fff;    
	transition-property: background-color;
	transition-duration: 0.5s;
	/* 변하는 속도가 점점 빨라지는 패턴 */
	transition-timing-function: ease-out;
	/* 0.5초 뒤에 transition이 변경되는 딜레이 시간 */
	transition-delay: 1ms;
}
.submenu6 li a:hover{
	background: #fff;
	color: #114676;    
	transition: 0.6s ease-out 20ms;
}
	}
	
	
	/*tablet header*/
	@media screen and (min-width: 701px) and (max-width: 1199px){
	.gnb{display: none;}
	.header{
		width: 100%;
	}
	h1{
		float: left;
		width: 30%;
		text-align:right;
		padding: 4%;
	}
	h1 img{
		width: 100%;
	}
	.mgnb{
		display: block;
	}
	.mgnb p{
		float: right;
		padding: 3% 0;
		width: 10%;
	}
	.mgnb p img{width:45%;}
	}
	
	
	/*mobile header*/
	@media screen and (max-width: 700px){
	.gnb{display: none;}
	.header{
		width: 100%;
	}
	h1{
		float: left;
		width: 40%;
		text-align:right;
		padding: 4%;
	}
	h1 img{
		width: 100%;
	}
	.mgnb{
		display: block;
	}
	.mgnb p{
		float: right;
		padding: 15px 1%;
		width:10%;
	}
	.mgnb p img{width:70%;}
	}
	
	/*-----------------------------------------------------------------------------*/

/*banner*/
@media screen and (min-width: 1200px){
.mbanner{display: none;}
#banner_wrap{
	width: 100%;
	overflow: hidden;
}
.banner_slider{
	position: relative; /* 자식 요소를 배치하기 위해 */
	width: 100%;
}
.banner_slider img{
	width: 100%;
}
.banner-text {
  position: absolute;
  top: 50%;               /* 세로 중앙 */
  left: 15%;                /* 배너 왼쪽 기준 */
  width: 70%;             /* 전체 가로의 70% */
  transform: translateY(-50%); /* 세로 중앙 정확히 */
  color: #fff;            /* 글자 색 */
  font-size: 2em;         /* 필요에 따라 조정 */
  font-weight: bold;
  text-align: left;       /* 좌측 정렬 */
  padding-left: 0;       /* 좌측 여백 */
}
}

/*tablet banner*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.mbanner{display: none;}
#banner_wrap{
	width: 100%;
	overflow: hidden;
}
.banner_slider{
	width: 100%;
	position: relative; /* 자식 요소를 배치하기 위해 */
}
.banner_slider img{
	width: 100%;
}
.banner-text {
  position: absolute;
  top: 50%;               /* 세로 중앙 */
  left: 7%;                /* 배너 왼쪽 기준 */
  width: 70%;             /* 전체 가로의 70% */
  transform: translateY(-50%); /* 세로 중앙 정확히 */
  color: #fff;            /* 글자 색 */
  font-size: 2em;         /* 필요에 따라 조정 */
  font-weight: bold;
  text-align: left;       /* 좌측 정렬 */
  padding-left: 0;       /* 좌측 여백 */
}
}


/*mobile banner*/
@media screen and (max-width: 700px){
.banner_slider{display: none;}
.mbanner{
	width: 100%;
	overflow: auto;
	position: relative; /* 자식 요소를 배치하기 위해 */
}
.mbanner-text {
  position: absolute;
  top: 50%;               /* 세로 중앙 */
  left: 10%;                /* 배너 왼쪽 기준 */
  width: 70%;             /* 전체 가로의 70% */
  transform: translateY(-50%); /* 세로 중앙 정확히 */
  color: #fff;            /* 글자 색 */
  font-size: 1.5em;         /* 필요에 따라 조정 */
  font-weight: bold;
  text-align: left;       /* 좌측 정렬 */
  padding-left: 0;       /* 좌측 여백 */
}
.mbanner img{
	width: 100%;
}
}
/*-------------------------------------------------------------------------*/
/*Section1*/
#section1_wrap{
	width: 100%;
	overflow: hidden;
}
.sub-nav {
  font-size: 15px;
  color: #555;
  padding: 0px 0 20px;
  border-bottom: 1px solid #e0e0e0; /* 전체 폭 구분선 */
  margin-bottom: 3%; /* 상세설명과 간격 */
}

.sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-nav li {
  margin-right: 20px;
}
.sub-nav li:first-child {
  margin-right: 0px; /* 첫 번째 li만 여백 줄임 */
}
.sub-nav .category a {
  font-weight: bold;
  color: #222;
  margin-right: 17px;
}

.sub-nav a {
  text-decoration: none;
  color: #949494;
  transition: color 0.2s;
}

.sub-nav a:hover {
  color: #114676;
}

.sub-nav .active a {
  font-weight: 600;
  color: #114676;
}

/*PC Section1*/
@media screen and (min-width: 1200px){
.msection1{display: none;}
.section1{
	overflow: hidden;
	width: 70%;
	margin: 4% auto 7%;
}
.page_title{
	font-size: 36px;
	color: #114676;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 8%;
}
.line{
	width: 4%;
	border-top: 3px solid #114676;
	margin-bottom: 3%;
}
.section1_title{
	font-size: 28px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 4%;
}
.product_name{
	font-size: 20px;
	padding-bottom: 1%;
}
.product_img1{
	width: 45%;
	float: left;
}
.product_img1 img{
	width: 100%;
}
.product_img2{
	width: 45%;
	float: right;
}
.product_img2 img{
	width: 100%;
}
.section1_text2 span{
	color: #114676;
}
}

/*Tablet Section1*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.section1{display: none;}
.msection1{
	width: 85%;
	margin: auto;
	overflow: hidden;
}
.sub-nav {
  padding: 20px 0 20px;
}
.mpage_title{
	font-size: 30px;
	color: #114676;
	font-weight: bold;
	line-height: 40px;
	margin: 10% 0;
}
.line{
	width: 7%;
	border-top: 3px solid #114676;
	margin-bottom: 5%;
}
.section1_title{
	font-size: 25px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 8%;
}
.product_name{
	font-size: 18px;
	padding-bottom: 3%;
}
.product_img1{
	margin-bottom: 7%;
}
.product_img1 img{
	width: 100%;
}
.product_img2 img{
	width: 100%;
}
}

/*mobile Section1*/
@media screen and (max-width: 700px){
.section1{display: none;}
.msection1{
	width: 85%;
	margin: auto;
	overflow: hidden;
}
.sub-nav {
  padding: 20px 0 20px;
  font-size: 0.74em;
}
.sub-nav li {
  margin-right: 17px;
}
.sub-nav .category a {
  margin-right: 10px;
}

.mpage_title{
	font-size: 30px;
	color: #114676;
	font-weight: bold;
	line-height: 40px;
	margin: 10% 0 15%;
}
.line{
	width: 10%;
	border-top: 3px solid #114676;
	margin-bottom: 5%;
}
.section1_title{
	font-size: 25px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 8%;
}
.product_name{
	font-size: 18px;
	padding-bottom: 3%;
}
.product_img1{
	margin-bottom: 7%;
}
.product_img1 img{
	width: 100%;
}
.product_img2 img{
	width: 100%;
}
}
/*-------------------------------------------------------------------------*/
/*Section2*/
#section2_wrap{
	width: 100%;
	overflow: hidden;
}

/*PC Section2*/
@media screen and (min-width: 1200px){
.msection2{display: none;}
.section2{
	overflow: hidden;
	width: 70%;
	margin: 0 auto 7%;
}
.section2_title{
	font-size: 28px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 3%;
}
.section2_text{
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
}
}

/*Tablet Section1*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.section2{display: none;}
.msection2{
	overflow: hidden;
	width: 85%;
	margin: 15% auto;
}
.msection2_title{
	font-size: 28px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 3%;
}
.section2_text{
	margin-top: 6%;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
}
}

/*mobile Section2*/
@media screen and (max-width: 700px){
.section2{display: none;}
.msection2{
	overflow: hidden;
	width: 85%;
	margin: 15% auto;
}
.msection2_title{
	font-size: 28px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 3%;
}
.section2_text{
	margin-top: 6%;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
}
}
/*--------------------------------------------------------------------------*/
/*Section3*/
#section3_wrap{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2%;
}

/*PC Section3*/
@media screen and (min-width: 1200px){
.msection3{display: none;}
.section3{
	width: 70%;
	margin: 0 auto 5%;
}
table{
	border-top: 2px solid #c6c6c6;
	border-bottom : 2px solid #c6c6c6;
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 3%;
}
tr{
	border-bottom: 1px solid #c6c6c6;	
}
th{
	width: 20%;
	padding: 1.5% 0;
	border-right: 1px solid #c6c6c6;
}
td{
	text-align: center;
	font-weight: 600;
}
button{
	width: 10%;
	border: none;
	padding: 1% 0;
	border-radius: 5%;
	margin-right: 1%;
	font-family: 'Noto Sans KR';
	background-color: #114676;
}
button a{
	color: #fff;
}
}

/*tablet Section3*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.section3{display: none;}
.msection3{
	width: 85%;
	margin: auto;
}
.section2_title{
	font-size: 28px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 3%;
}
#section3_wrap{
	margin-bottom: 10%;
}
table{
	border-top: 2px solid #c6c6c6;
	border-bottom : 2px solid #c6c6c6;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 5% 0 5%;
}
tr{
	border-bottom: 1px solid #c6c6c6;	
}
th{
	width: 20%;
	padding: 3% 0;
	border-right: 1px solid #c6c6c6;
}
td{
	text-align: center;
	font-weight: 600;
}
button{
	width: 25%;
	border: none;
	padding: 1% 2%;
	border-radius: 5%;
	font-family: 'Noto Sans KR';
	background-color: #114676;
	margin-bottom: 3%;
}
button a{
	color: #fff;
}
}
/*mobile Section3*/
@media screen and (max-width: 700px){
.section3{display: none;}
.msection3{
	width: 85%;
	margin: auto;
}
.section2_title{
	font-size: 28px;
	line-height: 30px;
	color: #114676;
	font-weight: 500;
	margin-bottom: 3%;
}
table{
	border-top: 2px solid #c6c6c6;
	border-bottom : 2px solid #c6c6c6;
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
    margin: 5% 0 5%;
}
tr{
	border-bottom: 1px solid #c6c6c6;	
}
th{
	width: 20%;
	padding: 3% 0;
	border-right: 1px solid #c6c6c6;
}
td{
	text-align: center;
	font-weight: 600;
}
button{
	width: 20%;
	border: none;
	padding: 1% 2%;
	border-radius: 5%;
	font-family: 'Noto Sans KR';
	background-color: #114676;
	margin-bottom: 4%;
}
button a{
	color: #fff;
}
}
/*-------------------------------------------------------------------------*/
/*Section4*/
#section4_wrap{
	width: 100%;
	overflow: hidden;
	background-color: #ddd;
}

/*PC Section4*/
@media screen and (min-width: 1200px){
.msection4{display: none;}
.section4{
	width: 70%;
	margin: auto;
	padding: 2% 0;
	overflow: auto;
}
.section4_inner li{
	float: left;
	display: flex;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	width: 33.3%;
}
.section4_inner li img{
	width: 35px;
	height: 35px;
	padding-right: 2%;
}
}

/*tablet Section4*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.section4{display: none;}
.msection4{
	width: 85%;
	margin: auto;
	padding: 5% 0;
}
.info_table{
	font-weight: 600;
	border-spacing: 10px;
	border: none;
	margin: 0;
}
.info_table tr{
	border: none;
	padding: 10% 0;
}
.info_table td{
	padding: 0.5% 0;
}
.table_text{
	padding-left: 3%;
}
}

/*mobile Section4*/
@media screen and (max-width: 700px){
.section4{display: none;}
.msection4{
	width: 85%;
	margin: auto;
	padding: 5% 0;
}
.info_table{
	font-weight: 600;
	border-spacing: 10px;
	border: none;
	margin: 0;
}
.info_table tr{
	border: none;
}
.info_table td{
	padding: 0.5% 0;
}
.table_text{
	padding-left: 3%;
}
}

/*-------------------------------------------------------------------------*/
/*Footer*/
#footer_wrap{
	width: 100%;
	overflow: hidden;
	background-color: #DDDDDD;
}

.footer-container {
	width: 100%;
	padding: 3.5% 0;
	background-color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  flex-wrap: wrap; /* 반응형용 */
}

/* 왼쪽 로고 */
.footer-left {
 margin: auto 0;
}
.footer-left img {
  max-width: 100%;
  align-items: center;   /* 세로 중앙 정렬 */
}

/* 가운데 연락처 */
.footer-center {
  flex: 1;
  margin: 0 0 0 22%;
  border-left: 1px solid #C0C0C0; /* 연한 회색 구분선 */
  padding-left: 15px;          /* 라인과 내용 간격 */
}
.footer-center p {
  margin: 8px 0;
  display: flex;
  align-items: center;
  color: #3A3A3A;
}
.footer-center img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  vertical-align: middle;
}

/* 오른쪽 메뉴 */
.footer-right {
  border-left: 1px solid #C0C0C0; /* 연한 회색 구분선 */
  padding-left: 10px;          /* 라인과 내용 간격 */
}
.footer-right ul {
  list-style: none;
  padding: 0 20px;
}
.footer-right li {
  margin: 10px 0;
}
.footer-right a {
  color: #3A3A3A;
  text-decoration: none;
}
.footer-right a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;  /* 가운데 정렬 */
  padding: 15px 0;     /* 위아래 여백 */
  font-size: 0.9em;    /* 글자 크기 */
  color: #FFFFFF;     
  background-color: #114676;
  margin-top: 20px;    /* 윗부분과 간격 */
}
/*PC footer*/
@media screen and (min-width: 1270px){
.footer{
	width: 70%;
	margin: auto;
	overflow: auto;
	padding: 0;
	background-color: inherit;
}

}

/*tablet footer*/
@media screen and (min-width: 701px) and (max-width: 1270px){
.footer{
	width: 80%;
	margin: auto;
	overflow: auto;
	padding: 10% 0;
	background-color: inherit;
}
	/* 가운데 연락처 */
.footer-center {
  margin: 0 0 0 7%;
}
.footer-right { margin-top: 25px;}
.footer-right ul {
	padding-left: 10px;          /* 라인과 내용 간격 */
    display: flex;
    justify-content: center;
    gap: 40px;
	font-size: 1.2em;
  }
.footer_inner{
	color: #fff;
	margin-top: 0.5%;
	font-size: 16px;
}
}
/* 반응형 - 모바일 */
@media screen and (max-width: 700px) {
.footer{
	width: 85%;
	margin: auto;
	overflow: auto;
	padding: 10% 0;
	background-color: inherit;
}
.footer_inner{
	color: #fff;
	margin-top: 0.5%;
	font-size: 16px;
}
  .footer-container {
    flex-direction: column;
  }
  .footer-center {
    margin: 20px 0;
  }
  .footer-right ul {
	padding-left: 10px;          /* 라인과 내용 간격 */
    display: flex;
    justify-content: center;
    gap: 8px;
	font-size: 0.74em;
  }
}