@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%;
     z-index: 1000;
}
.header{
	height: 10%;
	width: 70%;
	margin: auto;
    z-index: 1000;
}

/*---------------------------------------------------------------------------*/
/* 슬라이더 전체 */
.banner_slider {
  position: relative;
  width: 100%;
 z-index: 80;
  height: 100%; /* 배너 높이 지정 */
  margin: auto;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* 초기 숨김 */
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  background: transparent; /* 배경 투명 */
  border: none;
  padding: 12px;
  cursor: pointer;
  z-index: 10;
  opacity: 0; /* 기본은 숨김 */
  transition: opacity 0.3s ease;
}

/* 배너에 마우스 올렸을 때만 보이게 */
.banner_slider:hover .prev,
.banner_slider:hover .next {
  opacity: 1;
}

.prev { left: 15px; }
.next { right: 15px; }

.dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #fff;
}
/*tablet banner*/
@media screen and (min-width: 701px) and (max-width: 1199px){
  #banner_wrap{
    width: 100%;
    overflow: hidden;
    height: 500px; /* 태블릿용 배너 높이 추가 */
    position: relative;
  }
  .banner_slider{
    width: 100%;
    height: 100%;
  }
  .banner_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

@media screen and (max-width: 700px){
  #banner_wrap {
    width: 100%;
    height: 300px; /* 모바일용 배너 높이 */
    overflow: hidden;
    position: relative;
    margin-top: 10px;
  }

  .banner_slider {
    width: 100%;
    height: 100%;
  }

  .banner_slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.prev, .next {
    padding: 8px;
    font-size: 14px;
  }
  
  .dot {
    width: 5px;
    height: 5px;
  }

}


.banner_toptext,
.banner_toptext2 {
  position: absolute;
  top: 42%; /* 원하는 위치 조정 */
  left: 50%;
  transform: translateX(-50%); /* 가운데 정렬 */
  color: #FFFFFF; /* 글씨가 잘 보이게 흰색 */
  z-index: 10; /* 배너 이미지보다 위로 */
  font-size: 20px;
	text-align: center; /* 여러 줄일 경우 중앙 정렬 */
}
.banner_toptext {
  font-size: 40px;
  font-weight: bold;
}
.banner_toptext2 {
  margin-top: 50px; /* 첫번째 텍스트보다 살짝 아래로 */
	font-size: 18px;}
/*---------------------------------------------------------------------------*/
/*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){
#banner_wrap{
	width: 100%;
	overflow: hidden;
	 margin-top: 20px;
	 height: 600px; /* 배너 높이 지정 */
	position: relative; /* 슬라이드 absolute 기준 */
}
#banner_wrap::after {
  content: "";
  display: block;
  clear: both;
}
	.banner_slider{
	width: 100%;
}
.banner_slider img{
	width: 100%;
}
}
@media screen and (max-width: 700px){
.banner_toptext,
.banner_toptext2 {
  position: absolute;
  top: 30%; /* 원하는 위치 조정 */
  left: 50%;
  transform: translateX(-50%); /* 가운데 정렬 */
  color: #FFFFFF; /* 글씨가 잘 보이게 흰색 */
  z-index: 10; /* 배너 이미지보다 위로 */
  font-size: 20px;
	text-align: center; /* 여러 줄일 경우 중앙 정렬 */
}
}
/*-----------------------------------------------------------------------------*/

/*youtube*/
#youtube{
    width: 70%;
    margin: auto;
    padding: 10% 0;
}
.embed-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed{ 
	position: absolute; 
	top: 0; 
	left: 15%; 
	width: 70%; 
	height: 70%; }

/*-----------------------------------------------------------------------------*/

/*Section1*/
#section1_wrap{
	width: 100%;
	overflow: auto;
	margin-bottom: 4%;
}

/*PC Section1*/
@media screen and (min-width: 1200px){
.msection1{display: none;}
.section1{
	width: 70%;
	margin: 5% auto;
	overflow: hidden;
}
.section1_inner1{
	width: 25%;
	float: left;
}
.title_line{
	width: 10%;
	border-top: 4px solid #114676;
	padding-bottom: 10%;
}
.section1_title{
	font-size: 24px;
	color: #114676;
	font-weight: 500;
	padding-bottom: 30%;
}
.business_title{
	color: #114676;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
}
.title1:nth-child(2){
	padding: 30% 0;
}
.section1_inner2{
	width: 53%;
	float: right;
	margin-top: 12%;
}
.text1{
	color: #114676;
	font-weight: 600;
	padding-bottom: 1%;
}
.business_text2{
	padding: 15% 0;
}
.section1_text li{
	float: left;
	width: 33.3%;
}
}

/*tablet Section1*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.section1{display: none;}
.msection1{
	width: 85%;
	margin: 10% auto;
	overflow: auto;
}
.title_line{
	width: 5%;
	border-top: 4px solid #114676;
	padding-bottom: 6%;
}
.section1_title{
	font-size: 28px;
	color: #114676;
	font-weight: 600;
	padding-bottom: 7%;
}
.business_title{
	color: #114676;
	font-size: 36px;
	line-height: 40px;
	font-weight: 60 0;
}
.text1{
	font-size: 22px;
	color: #114676;
	padding: 5% 0 2%;
	font-weight: 500;
}
.text2{
	line-height: 25px;
	padding-bottom: 10%;
}
}

/*mobile Section1*/
@media screen and (max-width: 700px){
.section1{display: none;}
.msection1{
	width: 85%;
	margin: 10% auto;
	overflow: auto;
}
.title_line{
	width: 10%;
	border-top: 4px solid #114676;
	padding-bottom: 6%;
}
.section1_title{
	font-size: 28px;
	color: #114676;
	font-weight: 600;
	padding-bottom: 9%;
}
.business_title{
	color: #000000;
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
}
.text1{
	font-size: 22px;
	color: #114676;
	padding: 5% 0 2%;
	font-weight: 500;
}
.text2{
	line-height: 25px;
	padding-bottom: 10%;
}
}

/*--------------------------------------------------------------*/
/*Section2*/
#section2_wrap{
	width: 100%;
	height: 50%;
	padding: 5% 0 3%;
	background: #eee;
}

/*PC Section2*/
@media screen and (min-width: 1200px){
.msection2{display: none;}
.section2{
	width: 70%;
	margin: auto;	
}
.title_line2{
	width: 2.7%;
	border-top: 4px solid #114676;
	padding-bottom: 2.8%;
}
.section2_title{
	font-size: 24px;
	color: #114676;
	font-weight: 500;
}
.section2_title2{
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	line-height: 30px;
}
.section2 img{
	text-align: center;
}
.vision_img{
	width: 100%;
	margin: 0% auto 2%;
	text-align: center;
}
	.vision_img img{
	width: 100%;
}
}

/*tablet Section2*/
@media screen and (min-width: 701px) and (max-width: 1199px){
.msection2{display: none;}
#section2_wrap{
	padding: 1% 0 3%;
}
.section2{
	width: 85%;
	margin: 10% auto;	
}
.title_line2{
	width: 5%;
	border-top: 4px solid #114676;
	padding-bottom: 6%;
}
.section2_title{
	font-size: 28px;
	color: #114676;
	font-weight: 600;
	padding-bottom: 4%;
}
.section2_title2{
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	line-height: 35px;
	padding-bottom:2%;
}
.section2 img{
	text-align: center;
}
.vision_img{
	width: 100%;
	margin: 4% auto;
	text-align: center;
}
.vision_img img{
	width: 100%;
}
}


/*Mobile Section2*/
@media screen and (max-width: 700px){
.section2{display: none;}
.msection2{
	width: 85%;
	margin: auto;
	padding: 11% 0 15%;
}
.title_line2{
	width: 10%;
	border-top: 4px solid #114676;
	padding-bottom: 8%;
}
.section2_title{
	font-size: 28px;
	color: #114676;
	font-weight: 600;
	padding-bottom: 5%;
}
.section2_title2{
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	line-height: 35px;
	padding-bottom:2%;
}
.vision_img{
	width: 100%;
	margin-top: 10%;
}
.vision_img img{
	width: 100%;
}
}
/*---------------------------------------------------------*/
/*Section3*/
/* ============================= */
/* section3_wrap 전체 공통 스타일 */
/* ============================= */
#section3_wrap {
  position: relative;
  width: 100%;
  padding: 80px 20px; /* 위아래 여백 */
  box-sizing: border-box;
  overflow: hidden;
  background-color: #000; /* 배경 이미지 로딩 전 기본 색상 */
}

/* ----------------------------- */
/* 배경 이미지 */
.section3_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/sub01_2/banner.jpg') no-repeat center/cover;
  z-index: 1;
  opacity: 0.3;
}

/* ----------------------------- */
/* 내용 레이아웃 공통 */
.section3_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:70%;
  margin: 0 auto;
  z-index: 2;
  gap: 40px;
}

/* 왼쪽 타이틀 */
.section3_left h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  color: #fff;
}

/* 오른쪽 뉴스 리스트 */
.news_list {
  list-style: none;
  padding: 30px;
  margin: 0;
  background-color:rgba(255, 255, 255, 0.1);;
}

.news_list li {
  margin-bottom: 20px;
}

.news_list a {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.news_list a:hover {
  color: #114676;
}

.news_date {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #ddd;
}

/* ============================= */
/* PC / 모바일 표시 제어 */
/* ============================= */
.section3 { display: block; }
.msection3 { display: none; }

/* ============================= */
/* 모바일 반응형 (max-width: 1199px) */
/* ============================= */
@media screen and (max-width: 1199px) {
  .section3 { display: none; }
  .msection3 { display: block; }

  .section3_content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .section3_left {
    margin-bottom: 30px;
  }

  .section3_right {
    width: 100%;
  }

  .section3_left h2 {
    font-size: 36px;
  }

  .news_list a {
    font-size: 18px;
  }

  .news_date {
    font-size: 13px;
  }
}

/*-------------------------------------------------------------------------*/
/*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 Section3*/

@media screen and (min-width: 701px) and (max-width: 1199px){
.section4{display: none;}
.msection4{
	width: 85%;
	margin: auto;
	padding: 5% 0;
}
table{
	font-weight: 600;
	border-spacing: 10px;
}
.table_text{
	padding-left: 3%;
}
}

/*mobile Section4*/
@media screen and (max-width: 700px){
.section4{display: none;}
.msection4{
	width: 85%;
	margin: auto;
	padding: 5% 0;
}
table{
	font-weight: 600;
	border-spacing: 10px;
}
.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: 901px) and (max-width: 1270px){
.footer{
	width: 75%;
	margin: auto;
	overflow: auto;
	padding: 10% 0;
	background-color: inherit;
}
	/* 가운데 연락처 */
.footer-center {
  margin: 0 0 0 7%;
}
.footer_inner{
	color: #fff;
	margin-top: 0.5%;
	font-size: 16px;
}
}
/* 반응형 - 모바일 */
@media screen and (max-width: 900px) {
.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 {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
