.title {
	display: none;
}
.dateTime{
	display: none;
}

:root {
  --primary-color: #0890d8;
  --secondary-color: #1563af;
}

.meta_data_textLayout {
    height: 5.5%;
    box-sizing: border-box;
    width: 1170px;
    margin: 0 auto;
    z-index: 1;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: calc(835px - 5.5%); 
    transform: translate(-50%, -50%);
}

.meta_data_textLayout .meta_data_line {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke: 1px black;
}

/*mainTestimg start*/
#main-img-test{
	width: 100%;
	height: 900px;
	overflow-y: hidden;
	position: relative;
}

.mainView_img{
	width: 1170px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-fit:cover;
	object-position: center center;
}

/* 20240104 메인페이지 컬러적외 위치 조정*/
.mainView_img_typeE{
	width: 1170px;
	height: 100%;
	position: absolute;
	top: 48.4%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	object-fit:cover;
	object-position: center center;
}

.mainView_img_typeT{
	width: 1170px;
	height: 100%;
	position: absolute;
	top: 40%;
	left: 50%;
	z-index: 1;
	transform: scale(3) translate(-16%, 14%);
	object-position: center center;
	object-fit: unset;	
}
#btnImage{
	width: 100px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
/*mainTestimg end*/

#homepage-container .content-wrap #main_renewal section.section_container {
  max-width: 1180px;
  margin: auto;
  position: relative;
  margin-bottom: 80px;
  margin-top: 20px;
  min-height: 380px;
}
#homepage-container .content-wrap #main_renewal section.section_main {
  height: 900px;
  position: relative;
  width: 100%;
/*   margin: 0 auto; */
/*   overflow-y: hidden; */

}
.img_viewGroup{
  height: 90%;
  position: relative;
  width: 1170px;
  margin:0 auto;
  overflow: hidden;
}
#homepage-container .content-wrap #main_renewal section.section_main .img_viewGroup::before, #homepage-container .content-wrap #main_renewal section.section_main .img_viewGroup::after {
  content: "";
  display: block;
/*   width: calc((100% - 1180px) / 2); */
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
}
#homepage-container .content-wrap #main_renewal section.section_main .img_viewGroup::before {
/*   left: calc((100% - 1180px) / 2); */
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent);
  z-index: 2;
}
#homepage-container .content-wrap #main_renewal section.section_main .img_viewGroup::after {
/*   right: calc((100% - 1180px) / 2); */
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent);
  z-index: 2;
}

/**  메인화면 play 버튼 **/
#btnImage:hover{
	cursor: pointer;
}

#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn {
  display: block;
  width: calc((100% - 20px) / 2);
  height: 100%;
  border-radius: 40px 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: all 0.4s;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:hover {
  background: var(--primary-color);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:hover .content_title h3 {
  color: #fff;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:hover .content_title span.more {
  background: url(../images/more_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:hover ul.menu_btn_subTitle li {
  color: #fff;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:first-child {
  background: url(../images/menu_btn_01.svg) no-repeat calc(100% - 20px) calc(100% - 20px)/auto 60%, #fff;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:first-child:hover {
  background: url(../images/menu_btn_01.svg) no-repeat calc(100% - 35px) calc(100% - 35px)/auto 60%, var(--primary-color);
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:last-child {
  background: url(../images/menu_btn_02.svg) no-repeat calc(100% - 20px) calc(100% - 20px)/auto 70%, #fff;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:last-child:hover {
  background: url(../images/menu_btn_02.svg) no-repeat calc(100% - 35px) calc(100% - 35px)/auto 70%, var(--primary-color);
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn ul.menu_btn_subTitle {
  margin-top: 30px;
}
#homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn ul.menu_btn_subTitle li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
#homepage-container .content-wrap #main_renewal section .content_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#homepage-container .content-wrap #main_renewal section .content_title h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-color);
  transition: all 0.4s;
}
#homepage-container .content-wrap #main_renewal section .content_title span.more {
  display: inline-block;
  width: 50px;
  height: 40px;
  background: url(/resources/homepage/images/mainpage/more.svg) no-repeat center/contain;
  transition: all 0.4s;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 40px;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box {
  cursor: pointer;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box:hover .content_title h3 {
  color: var(--secondary-color);
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box:hover .content_title span.more {
  background: url(/resources/homepage/images/mainpage/more_b.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box:hover.card_news .box_inner {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.card_news {
  grid-column: 1/2;
  grid-row: 1/2;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.card_news .box_inner {
  width: 100%;
  height: 380px;
  border-radius: 40px 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  background: url(../images/card_news.jpg) no-repeat center/cover;
  overflow: auto; 
}

#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.card_news .box_inner #main_thumb{
	width: 100%;
	height: 100%;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice {
  grid-column: 2/4;
  grid-row: 1/2;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table {
  width: calc(100% - 20px);
  margin-top: 20px;
  margin-left: 20px;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr {
  /* 20230908 유종선 주문관 요청*/
/*   height: 60px; */
  height: 70px;
  position: relative;
  border-bottom: 1px solid #EEF2F7;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr:hover {
  border-color: #dbdbdb;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr:hover td {
  color: var(--primary-color);
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th{
  line-height: 60px;
  font-size: 18px;
}
/* 20230908 유종선 주문관 요청*/
 #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td {
  line-height: 30px;
  font-size: 18px;
  vertical-align: middle;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th {
  font-weight: 600;
  color: var(--primary-color);
  text-align: left;
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th:before {
  content: "[";
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th:after {
  content: "]";
}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td {
  max-width: 525px;
  transition: all 0.3s;
	/*20230908 유종선 주무관 요청*/
/*   overflow: hidden; */
/*   text-overflow: ellipsis; */
/*   white-space: nowrap; */
	word-break: break-all; 

}
#homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td.date {
  text-align: right;
}
#homepage-container .content-wrap #main_renewal section.section_3 {
  background-color: var(--primary-color);
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container {
  max-width: 1180px;
  height: fit-content;
  margin: auto;
  position: relative;
  padding: 80px 0;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container::before, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper {
  width: 100%;
  overflow: visible;
  transition-timing-function: linear;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide {
  height: 196.67px;
  width: 16.6666666667%;
  border: 1px solid #fff;
  border-right: none;
  cursor: pointer;
  transition: all 0.4s;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide:hover, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.active {
  background: #fff;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide:hover .icon_title, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.active .icon_title {
  color: var(--primary-color);
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide:hover span.more, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.active span.more {
  background: url(../images/more.svg) no-repeat center bottom/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon {
  width: 80px;
  height: 80px;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon_title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a span.more {
  display: block;
  width: 50px;
  height: 16px;
  background: url(/resources/homepage/images/mainpage/more_hover.svg) no-repeat center bottom/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_01:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_01.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_01_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_01 .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_01.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_02_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02 .icon {
  width: 100px;
  background: url(/resources/homepage/images/mainpage/slide_icon_02.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_03_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03 .icon {
  width: 75px;
  background: url(/resources/homepage/images/mainpage/slide_icon_03.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_04_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04 .icon {
  width: 70px;
  background: url(/resources/homepage/images/mainpage/slide_icon_04.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_05:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_05.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_05_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_05 .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_05.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_06_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 .icon {
  margin-top: 10px;
  height: 74px;
  background: url(/resources/homepage/images/mainpage/slide_icon_06.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_07:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_07.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_07_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_07 .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_07.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_08:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_08.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_08_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_08 .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_08.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_09:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_09.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_09_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_09 .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_09.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_10:hover .icon, #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_10.active .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_10_hover.svg) no-repeat center/contain;
}
#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_10 .icon {
  background: url(/resources/homepage/images/mainpage/slide_icon_10.svg) no-repeat center/contain;
}

/* 20230821 - 슬라이드 버튼메뉴 제거 */

#homepage-container .content-wrap #main_renewal section.section_3 .swiper-container {
    padding: 60px 0;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide {
    height: 162px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon {
    width: 60px;
    height: 60px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon_title {
    font-size: 14px;
    white-space: pre-line;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a span.more {
    display: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02 > a .icon {
    width: 75px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03 > a .icon {
    width: 55px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04 > a .icon {
    width: 50px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 > a .icon {
    margin-top: 3px;
    height: 57px;
  }

  #homepage-container .content-wrap #main_renewal section.section_3 {
    position: relative;
  }
  
  #homepage-container .content-wrap #main_renewal section.section_3:after {
    content: "";
    display: block;
    width: 33.3333333333vw;
    height: 40px;
/*     background: url(../images/logo_w.svg) no-repeat center/contain; */
    background: url(/resources/homepage/images/mainpage/logo_w.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container {
    padding: 30px 0;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper {
    /* flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide {
    /* width: calc(100% / 4); */
    width: 100%;
    height: 110px;
  }
  
   #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(4),
   #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(6),
   #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide:nth-child(10) {
   	border-right : 1px solid #ffffff;
   }
  
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 10px 0;
    justify-content: space-evenly;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon {
    width: 40px;
    height: 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon_title {
    font-size: 12px;
    white-space: pre-line;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a span.more {
    display: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02 > a .icon {
    width: 70px;
    height: 43px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03 > a .icon {
    width: 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04 > a .icon {
    width: 36px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_05 {
    border-top: none;
    border-bottom: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 {
  	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: none;
    border-bottom: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 > a .icon {
    margin-top: 0;
    height: 43px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_08 {
    border-right: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_10 {
    border-right: 1px solid #fff;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .slide_icon_11 {
    border-left: 1px solid #fff;
    border-right: none;
    border-top: none;
    border-bottom: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .slide_icon_12 {
    border: none;
  }
  
  /* 20230821 - 슬라이드 버튼메뉴 제거 끝 */

@media (min-width: 767px) and (max-width: 1180px) {
  
  #homepage-container .content-wrap #main_renewal section.section_container {
    margin: 0 20px 80px;
  }
  #homepage-container .content-wrap #main_renewal section.section_main {
    height: 600px;
  }
  
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn {
    padding: 30px;
  }
  #homepage-container .content-wrap #main_renewal section .content_title h3 {
    font-size: 28px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap {
    gap: 20px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td {
    font-size: 16px;
  }
  
  .meta_data_textLayout{
  	width: 100%;
  	margin-top: -29px;
  }
} 



@media (min-width: 540px) and (max-width: 767px) {
  .meta_data_textLayout{
  	width: 100%;
  	font-size: 1px;
  }
  #homepage-container .content-wrap #main_renewal section.section_container {
    margin: 0 10px 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_main  {
    height: 400px;
    margin-bottom: 40px;
  }
  
  #homepage-container .content-wrap #main_renewal section.section_main #btnImage{
  	width: 80px;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: fit-content;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn {
    width: 100%;
    background-size: 50%;
    min-height: 260px;
    padding: 30px;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn ul.menu_btn_subTitle {
    margin-top: 10px;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn ul.menu_btn_subTitle li {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:first-child {
    margin-bottom: 10px;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:first-child {
    background: url(../images/menu_btn_01.svg) no-repeat calc(100% - 30px) calc(100% - 30px)/auto 70%, #fff;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:first-child:hover {
    background: url(../images/menu_btn_01.svg) no-repeat calc(100% - 40px) calc(100% - 40px)/auto 70%, var(--primary-color);
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:last-child {
    background: url(../images/menu_btn_02.svg) no-repeat calc(100% - 30px) calc(100% - 30px)/auto 80%, #fff;
  }
  #homepage-container .content-wrap #main_renewal section.section_1 .menu_btn_wrap .menu_btn:last-child:hover {
    background: url(../images/menu_btn_02.svg) no-repeat calc(100% - 35px) calc(100% - 35px)/auto 80%, var(--primary-color);
  }
  #homepage-container .content-wrap #main_renewal section .content_title h3 {
    font-size: 20px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box {
    height: fit-content;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.card_news {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.card_news .box_inner {
    width: 70%;
    height: 280px;
    margin: auto;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table {
    margin: 10px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr {
    height: 40px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th, #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td {
    font-size: 14px;
    line-height: 40px;
  }
/*   #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container {
    padding: 60px 0;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide {
    height: 162px;
    width: calc((100% - 40px) / 4);
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon {
    width: 60px;
    height: 60px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon_title {
    font-size: 14px;
    white-space: pre-line;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a span.more {
    display: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02 > a .icon {
    width: 75px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03 > a .icon {
    width: 55px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04 > a .icon {
    width: 50px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 > a .icon {
    margin-top: 3px;
    height: 57px;
  } */
}
@media (max-width: 540px) {
  .meta_data_textLayout{
  	width: 100%;
  }
  #homepage-container .content-wrap #main_renewal section.section_container {
    width: calc(100vw - 40px);
    margin-bottom: 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_main  {
    height: 360px;
    margin-bottom: 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_main #viewImage{
      top: 50%;
  }
  #homepage-container .content-wrap #main_renewal section.section_main #btnImage{
  	width: 60px;
  }
  #homepage-container .content-wrap #main_renewal section .content_title h3 {
    font-size: 18px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.card_news .box_inner {
    height: 300px;
  }
  
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr {
    width: calc(100vw - 40px);
   	/*20240104 문자 겹침 수정
   		height: 120px;
   	/*
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /*20240104 문자 겹침 수정
    grid-template-rows: repeat(2, 1fr);
    */
    margin: 5px 0;
  }
  /* 2024-05-30 수정 */
  
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr{
  	height: max-content;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th, #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td {
    font-size: 13px;
    line-height: 25px;
    vertical-align: top;
    padding: 3px 0px;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr th {
    grid-column: 1/2;
    grid-row: 1/2;
    white-space: nowrap;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td {
    grid-column: 1/6;
    grid-row: 2/3;
  }
  #homepage-container .content-wrap #main_renewal section .grid_content_wrap .content_box.notice table tr td.date {
    grid-column: 4/6;
    grid-row: 1/2;
    font-size: 11px;
    vertical-align: top;
  }
/*   #homepage-container .content-wrap #main_renewal section.section_3 {
    position: relative;
  }
  
  #homepage-container .content-wrap #main_renewal section.section_3:after {
    content: "";
    display: block;
    width: 33.3333333333vw;
    height: 40px;
    background: url(../images/logo_w.svg) no-repeat center/contain;
    background: url(/resources/homepage/images/mainpage/logo_w.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container {
    padding: 30px 0;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide {
    width: calc(100% / 4);
    width: 100%;
    height: 110px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a {
    padding: 10px 0;
    justify-content: space-evenly;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon {
    width: 40px;
    height: 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a .icon_title {
    font-size: 12px;
    white-space: pre-line;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide > a span.more {
    display: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_02 > a .icon {
    width: 70px;
    height: 43px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_03 > a .icon {
    width: 40px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_04 > a .icon {
    width: 36px;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_05 {
    width: calc(100% + 0.5px);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: none;
    border-bottom: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 {
    grid-column: 4/5;
    border-top: none;
    border-bottom: none;
  }
  #homepage-container .content-wrap #main_renewal section.section_3 .swiper-container .swiper-wrapper .swiper-slide.slide_icon_06 > a .icon {
    margin-top: 0;
    height: 43px;
  } */
  
  .new-search-section{
  	display: none;
  }
}
@media (max-width: 1180px){
	.meta_data_textLayout{
	  	top: calc(835px - 47.5%);
	  }
}

@media (max-width: 540px){
	.meta_data_textLayout{
	  	width: 100%;
	  	font-size: 1px;
	  }
}
@media (max-width: 410px){
  .meta_data_textLayout{
  	width: 100%;
  	font-size: 1px;
  }
	  #homepage-container .content-wrap #main_renewal section.section_main #viewImage{
      width: auto;
      max-width: unset !important;
      height: 100%;
      top: 50%;
  }
} 


.main_slide_arrow_group .main_slide_arrow_item img{
	width:60px !important;
}
@media(max-width:768px){
	.main_slide_arrow_group .main_slide_arrow_item img{
		width:20px !important;
	}
}