@charset "utf-8";

/*메인*/
/*비주얼*/
.main_visual {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 50%;
}

/* mySwiper2 스타일 */
.mySwiper2 {
  width: 100%;
  height: auto;
}

/* 슬라이드 스타일 */
.swiper-slide.slide-type {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper2 .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

/* 슬라이드 이미지 스타일 */
.swiper-slide.slide-type img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 네비게이션 버튼 스타일 */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* 페이지네이션 스타일 */
.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

/* 태블릿 반응형 */
@media screen and (max-width: 1240px) {
  .main_visual {
    height: 540px;
  }

  .swiper-slide.slide-type img {
    height: 540px;
    object-fit: contain;
  }

  .swiper-button-next,
  .swiper-button-prev {
    transform: translateY(-50%) scale(0.8);
  }
}

/* 모바일 반응형 */
@media screen and (max-width: 720px) {
  .main_visual {
    height: 500px;
    /* 높이 줄임 */
  }

  .swiper-slide.slide-type {
    height: 300px;
    /* 슬라이드 높이 조정 */
  }

  .swiper-slide.slide-type img {
    width: 100%;
    height: 500px;
    /* 이미지 높이 조정 */
    object-fit: contain;
    /* cover에서 contain으로 변경 */
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination {
    bottom: 10px !important;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
}

/* 작은 모바일 화면 */
@media screen and (max-width: 520px) {
  .main_visual {
    height: 200px;
    /* 더 작은 높이로 조정 */
  }

  .swiper-slide.slide-type {
    height: 250px;
  }

  .swiper-slide.slide-type img {
    height: 100%;
    object-fit: contain;
    /* 이미지가 잘리지 않고 전체가 보이도록 설정 */
  }
}

.main_01_major_area {
  background: #fff;
}

.main_01_major {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 4% 50px 4%;
}

.main_01_major:after {
  clear: both;
  display: block;
  content: "";
}

.main_01_major h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.main_01_major_area .pro_mapro {
  margin-left: -20px;
  overflow: hidden;
  width: 100%;
}

.main_01_major_area .pro_mapro li {
  float: left;
  width: 33.3333%;
}

.main_01_major_area .pro_mapro li:first-child {
  margin-left: 0;
}

.main_01_major_area .pro_mapro li dl {
  padding: 5%;
  margin-left: 20px;
  border: 1px solid #eeeeee;
  background: #fff;
}

.main_01_major_area .pro_mapro li dl dt {
  text-align: center;
}

.main_01_major_area .pro_mapro li dl dt img {
  margin: 0 auto;
}

.main_01_major_area .pro_mapro li dl dd {
  margin-top: -20px;
  height: 40px;
  overflow: hidden;
  color: #666;
  line-height: 1.3em;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .main_01_major_area .pro_mapro {
    margin-left: -10px;
  }

  .main_01_major_area .pro_mapro li dl {
    margin-left: 10px;
  }

  .main_01_major_area .pro_mapro li dl dd {
    margin-top: 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .main_01_major_area .pro_mapro li dl dd {
    margin-top: 0px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .main_01_major h2 {
    font-size: 16px;
  }
}

.main_01_area {
  border-bottom: 1px solid #e3e3e3;
}

.main_01 {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 4% 50px 4%;
}

.main_01:after {
  clear: both;
  display: block;
  content: "";
}

.main_01 h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}

.main_01 ul {
  margin-left: -30px;
  overflow: hidden;
  width: 100%;
}

.main_01 ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.main_01 ul li:first-child {
  margin-left: 0;
}

.main_01 ul li dl {
  margin-left: 30px;
  display: block;
}

.main_01 ul li dl dt {
  font-size: 18px;
  margin: 10px 0;
}

.main_01 ul li dl dd {
  height: 43px;
  overflow: hidden;
}

.main_01 ul li a:hover dl p img {
  opacity: 0.9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 720px) {
  .main_01>ul>li {
    width: 50%;
  }

  .main_product {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .main_01 ul li dl dt {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }

  .main_01 ul li dl dd {
    letter-spacing: -1px;
    font-size: 12px;
    color: #999;
  }

  .main_01 ul li dl dd br {
    display: none;
  }

  .main_01 h2 {
    font-size: 16px;
  }
}

/*
.simu_area{background:#c83b36}
.simu_text{ text-align:center; font-size:20px; line-height:70px; letter-spacing:-1px;}
.simu_text a{color:#fff;}
*/

.simu_area_bg {
  width: 100%;
  background: #e4e4e4 url(./img/main/simu_img_bg.jpg) top center no-repeat;
  text-align: center;
  overflow: hidden;
}

.simu_img {
  max-width: 1000px;
  margin: 0 auto;
}

.simu_img p.img1 {
  width: 52.9%;
  float: left;
}

.simu_img p.img2 {
  width: 47.1%;
  float: left;
}

.main_02 {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 4% 60px 4%;
}

.main_02:after {
  clear: both;
  display: block;
  content: "";
}

.main_02>ul {
  margin-left: -30px;
  overflow: hidden;
  width: 100%;
}

.main_02>ul>li {
  float: left;
  width: 25%;
}

.main_02>ul>li>div {
  margin-left: 30px;
}

.main_02>ul>li h2 {
  margin: 15px 0 15px 0;
  font-size: 18px;
}

.main_02>ul>li:first-child {
  margin-left: 0;
}

.main_02>ul>li img {
  width: 100%;
}

.main_02 ul li ul.inquiry {
  border-top: 1px solid #e5e5e5;
}

.main_02 ul li ul.inquiry li {
  border-bottom: 1px solid #e5e5e5;
  max-height: 70px;
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(./img/main/icon_arr1.gif) no-repeat 93% 50%;
}

.main_02 ul li ul.inquiry li dl {
  margin: 10px 0 10px 10px;
}

.main_02 ul li ul.inquiry li dl dt {
  font-size: 15px;
  margin-bottom: 5px;
}

.main_02 ul li ul.inquiry li dl dd {
  color: #666;
  line-height: normal;
}

@media screen and (max-width: 999px) {
  .main_02 ul li ul.inquiry li {
    height: auto;
  }

  .main_02 ul li ul.inquiry li dl dt {
    margin-bottom: 0px;
  }

  .main_02 ul li ul.inquiry li dl dd {
    font-size: 12px;
    height: auto;
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .main_02>ul>li {
    width: 50%;
    min-height: 180px;
  }

  .main_02>ul>li:first-child {}

  .main_02 ul li ul.inquiry li dl dt {
    margin-bottom: 5px;
  }

  .main_02 ul li ul.inquiry li dl dd {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .simu_text {
    font-size: 16px;
    line-height: 50px;
  }

  .simu_text img {
    width: 20px;
  }

  .main_02>ul {
    margin-left: -10px;
  }

  .main_02>ul>li>div {
    margin-left: 10px;
  }

  .main_02>ul>li h2 {
    font-size: 16px;
  }

  .main_02 ul li ul.inquiry li dl dt {
    margin-bottom: 0px;
  }

  .main_02 ul li ul.inquiry li dl dd {
    display: none;
  }
}

.slider_peo {
  position: relative;
}

.slider_peo .bx-wrapper {
  padding: 0px;
  position: relative;
}

.slider_peo .bx-wrapper .bx-viewport {}

.slider_peo .bx-wrapper .bx-pager {
  display: none;
}

.slider_peo .bx-wrapper .bx-controls-auto {
  display: none;
}

.slider_peo .bx-wrapper .bx-pager {}

.slider_peo .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.slider_peo .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.slider_peo .bx-wrapper .bx-default-pager.bx-pager a {}

/*라운드,글자*/
.slider_peo .bx-wrapper .bx-default-pager.bx-pager a:hover {}

.slider_peo .bx-wrapper .bx-default-pager.bx-pager a.active {}

.slider_peo .bx-wrapper .bx-prev {
  background: url("./img/main/icon_prev.gif") no-repeat top;
  top: -40px;
  right: 24px;
  width: 25px;
  height: 25px;
}

.slider_peo .bx-wrapper .bx-next {
  background: url("./img/main/icon_next.gif") no-repeat top;
  top: -40px;
  right: 0;
  width: 25px;
  height: 25px;
}

.slider_peo .bx-wrapper .bx-prev:hover {}

.slider_peo .bx-wrapper .bx-next:hover {}

.slider_peo .bx-wrapper .bx-controls-direction a {
  text-indent: -9999px;
  position: absolute;
  z-index: 9999;
}

.slider_peo .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-pager {}

.slider_peo .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-controls-auto {}

.slider_peo .bx-wrapper .bx-caption {
  background: rgba(80, 80, 80, 0.75);
  left: 0px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.slider_peo .bx-wrapper .bx-caption span {
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 0.85em;
  display: block;
}

#slider1 li {
  margin: 0;
  padding: 0;
}

#slider1 dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#slider1 dl dt {}

#slider1 dl dt img {
  max-height: 160px;
}

#slider1 dl dd {
  position: absolute;
  background: #000;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  width: 100%;
  text-indent: 10px;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #slider1 dl dt img {
    height: auto;
  }

  #slider1 dl dd {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

.slider_mpro {
  position: relative;
}

.slider_mpro .bx-wrapper {
  padding: 0px;
  position: relative;
}

.slider_mpro .bx-wrapper .bx-viewport {}

.slider_mpro .bx-wrapper .bx-pager {
  text-align: center;
  top: -30px;
  right: 0px;
  position: absolute;
  z-index: 1000;
}

/*라운드영역*/
.slider_mpro .bx-wrapper .bx-controls-auto {
  display: none;
}

.slider_mpro .bx-wrapper .bx-pager {}

.slider_mpro .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.slider_mpro .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.slider_mpro .bx-wrapper .bx-prev {
  display: none;
  background: url("./img/main/icon_prev.gif") no-repeat top;
  top: -40px;
  right: 24px;
  width: 25px;
  height: 25px;
}

.slider_mpro .bx-wrapper .bx-next {
  display: none;
  background: url("./img/main/icon_next.gif") no-repeat top;
  top: -40px;
  right: 0;
  width: 25px;
  height: 25px;
}

.slider_mpro .bx-wrapper .bx-prev:hover {}

.slider_mpro .bx-wrapper .bx-next:hover {}

.slider_mpro .bx-wrapper .bx-controls-direction a {
  text-indent: -9999px;
  position: absolute;
  z-index: 9999;
}

.slider_mpro .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-pager {}

.slider_mpro .bx-wrapper .bx-has-pager.bx-has-controls-auto.bx-controls .bx-controls-auto {}

.slider_mpro .bx-wrapper .bx-default-pager.bx-pager a {
  background: #ccc;
  margin: 0px 2px;
  outline: 0px;
  border-radius: 7px;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  display: block;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

/*라운드,글자*/
.slider_mpro .bx-wrapper .bx-default-pager.bx-pager a:hover {
  background: #c83b36;
  width: 10px;
  height: 10px;
}

.slider_mpro .bx-wrapper .bx-default-pager.bx-pager a.active {
  background: #c83b36;
  width: 10px;
  height: 10px;
}

.slider_mpro .bx-wrapper .bx-caption {
  background: rgba(80, 80, 80, 0.75);
  left: 0px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.slider_mpro .bx-wrapper .bx-caption span {
  padding: 10px;
  color: rgb(255, 255, 255);
  font-family: Arial;
  font-size: 0.85em;
  display: block;
}

#slider3 {}

#slider3 li {
  margin: 0;
  padding: 0;
}

#slider3 dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#slider3 dl dt {}

#slider3 dl dt img {
  max-height: 160px;
}

#slider3 dl dd {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #333;
  width: 100%;
  text-indent: 10px;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  #slider3 dl dt img {
    height: auto;
  }
}

.main_03 {
  background: #f5f5f5;
  position: relative;
  padding: 30px 0 50px 0;
}

.m_portfolio {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 0px 4% 0px 4%;
}

.m_portfolio:after {
  display: block;
  clear: both;
  content: "";
}

.m_portfolio h2 {
  margin: 20px 0;
  font-size: 22px;
  text-align: center;
}

.m_portfolio ul {
  width: 100%;
  margin-left: -10px;
}

.m_portfolio ul li {
  float: left;
  width: 25%;
  margin-bottom: 10px;
  position: relative;
}

.m_portfolio ul li:first-child {
  margin-left: 0;
}

.m_portfolio ul li p {
  margin-left: 10px;
  display: block;
  position: relative;
}

.m_portfolio ul li p img {
  width: 100%;
  height: 218px;
}

.m_port_over {
  position: absolute;
  top: 0;
  margin-left: 10px;
  color: #fff;
  width: 100%;
  z-index: 100;
  height: 100%;
  background: #333;
  background: rgba(0, 0, 0, 0.5);
}

.m_port_over a {
  color: #fff;
  display: block;
  height: 100%;
}

.m_port_over_in {
  padding: 20px;
  height: 80px;
  position: absolute;
}

@media screen and (max-width: 999px) {
  .m_portfolio ul li p img {
    height: 178px;
  }
}

@media screen and (max-width: 720px) {
  .m_portfolio ul li {
    width: 50%;
  }

  .m_portfolio ul li p img {
    height: 218px;
  }
}

@media screen and (max-width: 480px) {
  .m_portfolio ul li p img {
    height: 140px;
  }

  .m_portfolio h2 {
    font-size: 16px;
  }
}

.main_04 {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 4% 50px 4%;
  position: relative;
}

.main_04:after {
  clear: both;
  display: block;
  content: "";
}

.main_04>ul {
  margin-top: 20px;
  width: 100%;
  margin-left: -50px;
}

.main_04>ul>li {
  float: left;
  width: 33.333%;
}

.main_04>ul>li>div {
  margin-left: 50px;
  padding: 0 30px;
}

.main_04>ul>li:first-child {
  margin-left: 0;
}

.main_04>ul>li h2 {
  font-size: 18px;
  margin: 30px 0 20px 0;
}

.main_04 ul li div p.img {
  text-align: center;
  margin: 0 auto;
}

.notice_list li {
  color: #999;
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.notice_list:after {
  clear: both;
  display: block;
  content: "";
}

.main_04 li div.con {
  color: #999;
}

.main_04 li p.more {
  color: #555;
  text-decoration: underline;
  margin-top: 20px;
}

.main_04 li p.call {
  font-size: 25px;
  margin-top: 10px;
  letter-spacing: -1px;
}

.main_04 li p.call span {
  color: #189947;
}

@media screen and (max-width: 999px) {
  .main_04 li p.call {
    font-size: 18px;
  }

  .main_04>ul {
    margin-left: -20px;
  }

  .main_04>ul>li>div {
    margin-left: 20px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 780px) {
  .main_04>ul {
    margin-left: -20px;
  }

  .main_04>ul>li>div {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .main_04>ul>li {
    width: 50%;
  }

  .main_04>ul>li>div {
    padding: 0 0px;
  }

  .main_04>ul>li:first-child {
    margin-left: 0;
  }

  .main_04 .m_recruit {
    display: none;
  }

  .main_04 li p.call {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .notice_list li {}
}

/**/

.main_product {}

.main_product:after {
  clear: both;
  display: block;
  content: "";
}

.main_product .bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
}

.main_product .bx-wrapper .bx-viewport {
  /*-moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: 5px solid #fff; left: -5px;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.main_product .bx-wrapper .main_product .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .main_product .bx-wrapper .main_product .bx-wrapper .bx-controls-auto {
    bottom: -30px;
  }
}

/* PAGER */
.main_product .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  color: #666;
  padding-top: 20px;
}

.main_product .bx-wrapper .bx-pager .bx-pager-item,
.main_product .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.main_product .bx-wrapper .bx-pager.bx-default-pager a {
  background: #999;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main_product .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main_product .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #24a854;
}

.main_product .bx-wrapper .bx-prev {
  left: -60px;
  background: url(./img/main/icon_prev.png) no-repeat 0 0;
  opacity: 0.5;
}

.main_product .bx-wrapper .bx-next {
  right: -100px;
  background: url(./img/main/icon_next.png) no-repeat 0 0;
  opacity: 0.5;
}

.main_product .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.main_product .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.main_product .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 78px;
  height: 65px;
  text-indent: -9999px;
  z-index: 9999;
}

.main_product .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.main_product .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.main_product .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.main_product .bx-wrapper .bx-controls-auto .bx-start:hover,
.main_product .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.main_product .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.main_product .bx-wrapper .bx-controls-auto .bx-stop:hover,
.main_product .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.main_product .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.main_product .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.main_product .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #6669;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.main_product .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

*/ .main_product .port_list dl {
  padding: 0%;
  margin-left: -30px;
  background: #fff;
  border: 1px solid #e7e7e7;
}

.main_product .port_list dl dt {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.main_product .port_list dl dd {
  text-align: center;
}

.main_product .port_list p {
  height: 40px;
  overflow: hidden;
}

.main_product .port_list .p_name {
  font-size: 18px;
  margin: 10px 0;
  height: 20px;
  color: #0c913c;
}

.main_product .port_list dl dt img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media screen and (max-width: 1200px) {
  .main_product .bx-wrapper .bx-prev {
    display: none;
  }

  .main_product .bx-wrapper .bx-next {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .main_product .port_list li {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .main_product .bx-wrapper .bx-prev {
    left: -20px;
    background: url(./img/contents/slider_pre.png) no-repeat 0 0;
    background-size: 40px;
  }

  .main_product .bx-wrapper .bx-next {
    right: -20px;
    background: url(./img/contents/slider_next.png) no-repeat 0 0;
    background-size: 40px;
  }

  .main_product .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .main_product .port_list dl dd p {
    letter-spacing: -1px;
    font-size: 12px;
    color: #999;
  }

  .main_product .port_list dl dd p.p_name {
    color: #333;
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
}

@media screen and (max-width: 1000px) {

  .main_01,
  .main_02,
  .main_03 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/*메인컨텐츠*/

.main_container {
  position: relative;
  width: 100%;
  margin-top: 120px;
}

.main_container section {
  position: relative;
  margin-bottom: 120px;
}

.main_container .main_tit {
  position: relative;
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.main_container .main_tit span {
  display: block;
  font-size: 15px;
  color: #ffd700;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.main_container .sub_txt {
  font-size: 15px;
  color: #fff;
  z-index: 15;
  width: 500px;
}

@media screen and (max-width: 1240px) {
  .main_container {
    margin-top: 100px;
  }

  .main_container section {
    margin-bottom: 100px;
  }

  .main_container .main_tit {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .main_container .main_tit span {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .main_container {
    margin-top: 60px;
  }

  .main_container section {
    margin-bottom: 60px;
  }

  .main_container .main_tit {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .main_container .main_tit span {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
  }

  .main_container .sub_txt {
    font-size: 14px;
  }
}


/* ================================================================= */

.product {
  background-color: transparent;
  color: white;
  padding: 100px 0;
  height: 75%;
}

.main_tit {
  text-align: center;
  margin-bottom: 30px;
}

.main_tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.wrap.swiper {
  padding: 0 100px;
  position: relative;
}

/* 내비게이션 화살표 스타일 */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  /* 슬라이드의 중앙에 맞춤 */
  transform: translateY(90%);
  /* 화살표 자체의 높이만큼 위로 조정 */
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

/* 화살표 색상 변경 */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  color: white;
}

.swiper-slide {
  transition: all 0.3s ease;
  opacity: 0.2;
  transform: scale(0.8);
}

.wrap.swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  box-shadow: inset 0 0 10px rgba(255, 215, 0, 0.3);
}

.swiper-slide.product-slide,
.product-slide {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  height: 400px;
  width: 400px !important;
  display: flex;
  flex-direction: column;
}

.swiper-slide dt {
  font-size: 24px;
  margin-bottom: 10px;
  color: white;
}

.swiper-slide .sub {
  font-size: 14px;
  margin-bottom: 20px;
  color: white;
}

/* 이미지 컨테이너 스타일 */
.swiper-slide.product-slide .img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  /* 이미지 컨테이너 최대 너비 조절 */
  width: 100%;
  /* 컨테이너의 너비를 슬라이드의 80%로 설정 */
}

/* 일반 슬라이드의 이미지는 기본 커서 스타일 */
.swiper-slide .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  cursor: default;
  /* 기본 커서 */
  pointer-events: none;
  /* 클릭 이벤트 비활성화 */
}


/* 일반 슬라이드의 이미지 호버 효과는 제거 */
.swiper-slide .img img:hover {
  transform: none;
  /* 호버 효과 없음 */
}

/* 액티브 상태 슬라이드의 이미지만 포인터 커서와 호버 효과 적용 */
.swiper-slide-active .img img {
  cursor: zoom-in;
  /* 확대 가능함을 나타내는 커서 */
  pointer-events: auto;
  /* 클릭 이벤트 활성화 */
}


/* 액티브 상태 슬라이드의 이미지 호버 효과만 적용 */
.swiper-slide-active .img img:hover {
  transform: scale(1.2);
  /* 호버시 확대 효과 */
}

/* More View 버튼 스타일 수정 */
.more-view-btn {
  background-color: #b8860b;
  color: white !important;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

/* 모달 스타일 */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  backdrop-filter: blur(5px);
  animation: modalFadeIn 0.3s ease-in-out;
  /* Flexbox를 사용하여 중앙 정렬 */
  display: none;
  /* JavaScript에서 block으로 변경됨 */
  justify-content: center;
  align-items: center;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content {
  position: relative;
  margin: 20px auto;
  padding: 20px;
  width: 90%;
  height: 90%;
  max-width: 1600px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 1);
  z-index: 1001;
}

.close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close:hover {
  background-color: transparent;
  transform: rotate(90deg);
}


.zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
}

.modal-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform-origin: center center;
  transition: transform 0.1s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  cursor: grab;
  user-select: none;
  -webkit-user-drag: none;
}

.modal-img:active {
  cursor: grabbing;
}

/* 줌 컨트롤 표시 */
.zoom-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  gap: 15px;
  backdrop-filter: blur(5px);
  z-index: 10001;
}

.zoom-text {
  color: white;
  font-size: 14px;
  opacity: 0.8;
}

/* 마우스 휠 가이드 표시 */
.zoom-guide {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
  border-radius: 20px;
  color: white;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
  z-index: 1001;
}

.modal:hover .zoom-guide {
  opacity: 1;
}

/* 이미지에 커서 포인터 추가 */
.zoomable-img {
  cursor: pointer;
}

/* 태블릿 크기 (768px 이하) */
@media screen and (max-width: 768px) {
  .wrap.swiper {
    padding: 0 50px;
    /* 좌우 패딩 축소 */
  }

  .swiper-slide.product-slide,
  .product-slide {
    height: 350px;
    width: 300px !important;
  }

  /* sub 클래스 선택자 수정 */
  .product-slide .sub,
  .swiper-slide.product-slide .sub {
    font-size: 13px;
  }

  .product-slide dt {
    font-size: 20px;
    /* 제목 폰트 크기 축소 */
  }

  .swiper-slide .sub {
    font-size: 13px;
    /* 설명 텍스트 폰트 크기 축소 */
  }

  .main_tit span {
    font-size: 20px;
    /* 메인 타이틀 폰트 크기 축소 */
  }

  .product-slide .img {
    max-width: 260px;
    /* 이미지 컨테이너 최대 너비 축소 */
    width: 90%;
    /* 슬라이드 대비 너비 비율 */
  }

  .product-slide .img img {
    max-height: 200px;
    /* 이미지 최대 높이 제한 */
    object-fit: contain;
    /* 비율 유지하면서 컨테이너에 맞춤 */
  }

  .modal-content {
    width: 95%;
    height: 65vh;
    padding: 10px;
    margin: 10px auto;
  }

  .zoom-container {
    height: calc(100% - 40px);
  }

  /* 마우스 휠 가이드와 줌 컨트롤 숨기기 */
  .zoom-guide,
  .zoom-controls {
    display: none;
  }

}

/* 모바일 크기 (480px 이하) */
@media screen and (max-width: 480px) {
  .product {
    padding: 20px 0;
    /* 섹션 패딩 축소 */
  }

  .wrap.swiper {
    padding: 0 30px;
    /* 좌우 패딩 더 축소 */
  }

  .swiper-slide.product-slide,
  .product-slide {
    height: 300px;
    width: 240px !important;
    padding: 15px;
  }

  /* sub 클래스 선택자 수정 */
  .product-slide .sub,
  .swiper-slide.product-slide .sub {
    font-size: 12px;
  }

  .product-slide dt {
    font-size: 18px;
    /* 제목 폰트 크기 더 축소 */
    margin-bottom: 5px;
  }

  .swiper-slide .sub {
    font-size: 12px;
    /* 설명 텍스트 폰트 크기 더 축소 */
    margin-bottom: 15px;
  }

  .main_tit span {
    font-size: 18px;
    /* 메인 타이틀 폰트 크기 더 축소 */
  }

  /* 네비게이션 버튼 크기 조정 */
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    transform: translateY(50%);
  }

  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 16px;
  }

  /* More View 버튼 조정 */
  .more-view-btn {
    padding: 8px 15px;
    font-size: 12px;
    bottom: 15px;
    right: 15px;
  }

  /* 모달 조정 */

  .modal-content {
    width: 98%;
    height: 55vh;
    padding: 5px;
    margin: 5px auto;
  }

  .zoom-container {
    height: 100%;
    /* zoom-controls가 없으므로 전체 높이 사용 가능 */
  }

  /* 마우스 휠 가이드와 줌 컨트롤 숨기기 */
  .zoom-guide,
  .zoom-controls {
    display: none;
  }

  .close {
    font-size: 28px;
    right: 5px;
    top: 2px;
  }

  /* 이미지 관련 스타일 수정 */
  .product-slide .img,
  .swiper-slide.product-slide .img {
    max-width: 200px;
    width: 85%;
    top: 50%;
  }

  .product-slide .img img {
    max-height: 160px;
  }

  .swiper-slide-active .img img:hover {
    transform: scale(1.1);
    /* 모바일에서는 확대 효과 줄임 */
  }

}

/* 매우 작은 모바일 화면 (320px 이하) */
@media screen and (max-width: 320px) {
  .wrap.swiper {
    padding: 0 20px;
  }

  .swiper-slide.product-slide,
  .product-slide {
    height: 280px;
    width: 200px !important;
    padding: 10px;
  }

  .product-slide dt {
    font-size: 16px;
  }

  .swiper-slide .sub {
    font-size: 11px;
  }

  .main_tit span {
    font-size: 16px;
  }

  .product-slide .img,
  .swiper-slide.product-slide .img {
    max-width: 160px;
    width: 80%;
  }

  .product-slide .img img {
    max-height: 140px;
  }

  .modal-content {
    width: 98%;
    height: 45vh;
    padding: 3px;
    margin: 3px auto;
  }

  /* 마우스 휠 가이드와 줌 컨트롤 숨기기 */
  .zoom-guide,
  .zoom-controls {
    display: none;
  }

}


/* ================================================================= */

/*메인컨텐츠-배너*/
.main_container .banners {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.main_container .banners .banner {
  position: relative;
  width: 287px;
  height: 287px;
  padding: 60px;
  border: 0px solid #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.main_container .banners .banner a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px;
  text-decoration: none;
  color: inherit;
}

/* 배너 배경 설정 유지 */
.main_container .banners .banner1,
.main_container .banners .banner2,
.main_container .banners .banner3,
.main_container .banners .banner4 {
  background-size: cover;
  background-position: center;
  background-color: rgba(50, 50, 50, 0.7);
}

.main_container .banners .banner::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.637);
  transition: top 0.3s ease;
}

.main_container .banners .banner:hover {
  transform: translateY(-15px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.main_container .banners .banner:hover::before {
  top: 0;
}

.main_container .banners .banner .main_tit {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

.main_container .banners .banner .main_tit span {
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}

.main_container .banners .banner .sub_txt {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

/* 배너 이미지 배경 스타일 */
.main_container .banners .banner1 {
  background: url(../img/main/banner1_bg1.png) no-repeat center center;
  background-color: rgba(50, 50, 50, 0.7);
}

.main_container .banners .banner2 {
  background: url(../img/main/banner1_bg2.png) no-repeat center center;
  background-color: rgba(50, 50, 50, 0.7);
}

.main_container .banners .banner3 {
  background: url(../img/main/banner1_bg3.png) no-repeat center center;
  background-color: rgba(50, 50, 50, 0.7);
}

.main_container .banners .banner4 {
  background: url(../img/main/banner1_bg4.png) no-repeat center center;
  background-color: rgba(50, 50, 50, 0.7);
}

.main_container .banners .banner1,
.main_container .banners .banner2,
.main_container .banners .banner3,
.main_container .banners .banner4 {
  background-size: cover;
}

/* 태블릿 반응형 */
@media screen and (max-width: 1024px) {
  .main_container .banners {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }

  .main_container .banners .banner {
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 1/1;
    padding: 40px;
  }

  .main_container .banners .banner a {
    padding: 40px;
  }
}

/* 모바일 반응형 */
@media screen and (max-width: 640px) {
  .main_container .banners {
    display: flex;
    flex-wrap: wrap;
    /* 2x2 그리드를 위한 wrap */
    gap: 15px;
    padding: 15px;
    width: 100%;
  }

  .main_container .banners .banner {
    width: calc(50% - 8px);
    /* 2열 배치를 위한 너비 조정 */
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
    margin-bottom: 0;
    /* 기존 margin-bottom 제거 */
  }

  .main_container .banners .banner a {
    padding: 10px;
    justify-content: center;
    align-items: center;
  }

  .main_container .banners .banner .main_tit {
    font-size: 20px;
    /* 글자 크기 축소 */
    text-align: center;
    margin-bottom: 0;
  }

  .main_container .banners .banner .main_tit span {
    font-size: 14px;
    margin-bottom: 5px;
  }

  /* sub_txt 숨기기 */
  .main_container .banners .banner .sub_txt {
    display: none;
  }
}

/*메인컨텐츠-기술특징*/
.tech .side_grid ul li {
  position: relative;
  margin-bottom: 50px;
}

.tech .side_grid ul li:last-child {
  margin-bottom: 0px;
}

.tech .side_grid ul li dl {
  display: flex;
}

.tech .side_grid ul li dl dt {
  position: relative;
  width: 50%;
  z-index: 1;
  border-radius: 32px;
  overflow: hidden;
}

.tech .side_grid ul li dl dt img {
  width: 100%;
}

.tech .side_grid ul li dl dd {
  position: absolute;
  width: 42%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.tech .side_grid ul li dl dd:before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #009844;
  position: absolute;
}

.tech .side_grid ul li dl dd span.num {
  font-size: 13px;
  color: #009844;
  letter-spacing: 2px;
}

.tech .side_grid ul li dl dd .grid-tit {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.tech .side_grid ul li dl dd .ex-txt {
  font-size: 15px;
  color: #555;
}

.tech .side_grid ul li dl.left {
  flex-direction: row;
}

.tech .side_grid ul li dl.left dt {
  margin-right: 8%;
}

.tech .side_grid ul li dl.left dd {
  right: 0;
}

.tech .side_grid ul li dl.left dd:before {
  top: 12px;
  left: -220px;
}

.tech .side_grid ul li dl.right {
  flex-direction: row-reverse;
  text-align: right;
}

.tech .side_grid ul li dl.right dt {
  margin-left: 8%;
}

.tech .side_grid ul li dl.right dd {
  left: 0;
}

.tech .side_grid ul li dl.right dd:before {
  top: 12px;
  right: -220px;
}

@media screen and (max-width: 1000px) {
  .tech .side_grid ul li dl dd:before {
    content: none;
  }

  .tech .side_grid ul li dl dd span.num {
    font-size: 12px;
  }

  .tech .side_grid ul li dl dd .grid-tit {
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .tech .side_grid ul li dl dd .ex-txt {
    font-size: 14px;
  }

  .tech .side_grid ul li dl dd .ex-txt br {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .tech .side_grid ul li {
    margin-bottom: 30px;
  }

  .tech .side_grid ul li dl {
    display: block;
  }

  .tech .side_grid ul li dl dt {
    width: 100%;
    border-radius: 16px;
  }

  .tech .side_grid ul li dl dd {
    position: relative;
    width: 90%;
    top: inherit;
    transform: translateY(0);
    margin-top: 20px;
    margin-left: 10%;
  }

  .tech .side_grid ul li dl dd:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #009844;
    position: absolute;
  }

  .tech .side_grid ul li dl.left dt {
    margin-right: 0;
  }

  .tech .side_grid ul li dl.left dd {
    right: inherit;
  }

  .tech .side_grid ul li dl.left dd:before {
    top: -50px;
    left: -6%;
  }

  .tech .side_grid ul li dl.right {
    text-align: left;
  }

  .tech .side_grid ul li dl.right dt {
    margin-left: 0;
  }

  .tech .side_grid ul li dl.right dd {
    left: inherit;
  }

  .tech .side_grid ul li dl.right dd:before {
    top: -50px;
    left: -6%;
    right: inherit;
  }
}

/*메인컨텐츠-고객센터*/
.support {
  position: relative;
  width: 100%;
  top: 20px;
}

.support .wrap {
  position: relative;
  display: flex;
  border-radius: 0 32px 0 32px;
  overflow: hidden;
}

.support .support-tit {
  width: 20%;
  padding: 60px 80px;
  background: url(/MD/img/main/bg1.png) no-repeat center center;
  background-size: cover;
  text-align: right;
}

.support .support-tit .main_tit {
  text-align: right;
  color: #000000;
  z-index: 15;
}

.support .support-tit .main_tit span {
  text-align: right;
  color: #000000;
  z-index: 15;
}

.support .support-tit a {
  display: inline-block;
}

.support .support-tit a:hover img {
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.support .support-icon {
  width: 80%;
  padding: 60px 80px;
  background: #f1f8f4;
}

.support .support-icon ul {
  width: 100%;
  display: flex;
}

.support .support-icon ul li {
  position: relative;
  width: 25%;
}

.support .support-icon ul li a {
  display: block;
  border-right: 1px solid #000;
}

.support .support-icon ul li:last-child a {
  border-right: 0px;
}

.support .support-icon ul li dl {
  text-align: center;
}

.support .support-icon ul li dl dt img {
  width: 80px;
}

.support .support-icon ul li dl dd {
  margin-top: 12px;
}

.support .support-icon ul li dl dd p {
  font-size: 20px;
}

.support .support-icon ul li dl dd span {
  margin-top: 6px;
  display: block;
}

@media screen and (max-width: 1240px) {
  .support .support-tit {
    padding: 50px;
  }

  .support .support-icon {
    padding: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .support .support-tit {
    width: 30%;
  }

  .support .support-icon {
    width: 70%;
  }

  .support .support-icon ul {
    flex-wrap: wrap;
  }

  .support .support-icon ul li {
    width: 50%;
  }

  .support .support-icon ul li:nth-child(1) a {
    border-bottom: 1px solid #e7efea;
    padding-bottom: 30px;
  }

  .support .support-icon ul li:nth-child(2) a {
    border-right: 0px;
    border-bottom: 1px solid #e7efea;
    padding-bottom: 30px;
  }

  .support .support-icon ul li:nth-child(3) a {
    padding-top: 30px;
  }

  .support .support-icon ul li:last-child a {
    padding-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .support .wrap {
    display: block;
  }

  .support .support-tit {
    width: 100%;
    padding: 0px;
    text-align: center;
    background: none;
  }

  .support .support-tit .main_tit {
    text-align: center;
    color: #111;
  }

  .support .support-tit .main_tit span {
    color: #ffd700;
    text-align: center;
  }

  .support .support-tit a {
    display: none;
  }

  .support .support-icon {
    width: 100%;
    padding: 0px;
    background: none;
  }

  .support .support-icon ul li {
    width: 25%;
  }

  .support .support-icon ul li a {
    border-right: none;
  }

  .support .support-icon ul li:nth-child(1) a {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .support .support-icon ul li:nth-child(2) a {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0px;
  }

  .support .support-icon ul li:nth-child(3) a {
    padding-top: 0px;
  }

  .support .support-icon ul li:last-child a {
    padding-top: 0px;
  }

  .support .support-icon ul li a:after {
    content: "";
    width: 1px;
    height: 50px;
    background: #e9e9e9;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }

  .support .support-icon ul li:last-child a:after {
    content: none;
  }

  .support .support-icon ul li dl dt img {
    width: 56px;
  }

  .support .support-icon ul li dl dd {
    margin-top: 10px;
  }

  .support .support-icon ul li dl dd p {
    font-size: 16px;
  }

  .support .support-icon ul li dl dd span {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .support .support-icon ul li a:after {
    height: 36px;
  }

  .support .support-icon ul li dl dt img {
    width: 42px;
  }

  .support .support-icon ul li dl dd {
    margin-top: 6px;
  }

  .support .support-icon ul li dl dd p {
    font-size: 14px;
  }
}

/*메인컨텐츠-뉴스*/

.main_container .product.news ul {
  justify-content: flex-start;
}

.main_container .product.news ul li {
  margin-right: 2%;
}

.main_container .product.news ul li:last-child {
  margin-right: 0%;
}

.product.news ul li a {
  text-align: left;
}

.product.news ul li dl dt {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  min-height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product.news ul li dl dd.con {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  min-height: 4.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 16px 0;
}

.product.news ul li dl dd.date {
  font-size: 13px;
  color: #999;
}

@media screen and (max-width: 1280px) {
  .main_container .product.news ul li {
    margin-right: 1.6%;
  }

  .main_container .product.news ul li:last-child {
    margin-right: 0%;
  }
}

@media screen and (max-width: 800px) {
  .main_container .product.news ul li {
    margin-right: 1.2%;
  }

  .main_container .product.news ul li:last-child {
    margin-right: 0%;
  }
}

@media screen and (max-width: 640px) {
  .main_container .product.news ul li {
    margin-right: 2%;
  }

  .main_container .product.news ul li:nth-child(2) {
    margin-right: 0%;
  }

  .main_container .product.news ul li:last-child {
    margin-right: 0%;
  }

  .product.news ul li dl dt {
    font-size: 18px;
    line-height: 1.4em;
    min-height: 1.4em;
    -webkit-line-clamp: 1;
  }

  .product.news ul li dl dd.con {
    line-height: 1.4em;
    min-height: 2.8em;
    -webkit-line-clamp: 2;
    margin: 12px 0;
  }
}

@media screen and (max-width: 480px) {
  .main_container .product.news ul li {
    width: 100%;
    margin-right: 0%;
  }
}

/*새로 추가*/
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.map_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}

/* 태블릿 크기 (768px 이하) */
@media screen and (max-width: 768px) {
  .map_wrap {
    max-width: 100%;
    padding: 0 15px;
  }

  #map {
    width: 100% !important;
    height: 500px !important;
  }

  .net_info {
    padding: 0 15px;
  }
}

/* 모바일 크기 (480px 이하) */
@media screen and (max-width: 480px) {
  .map_wrap {
    padding: 0 10px;
  }

  #map {
    height: 450px !important;
  }

  .net_info {
    padding: 0 10px;
  }
}

/* 매우 작은 모바일 화면 (320px 이하) */
@media screen and (max-width: 320px) {
  .map_wrap {
    padding: 0 5px;
  }

  #map {
    height: 350px !important;
  }
}

.radius_border {
  border: 1px solid #919191;
  border-radius: 5px;
}

.custom_typecontrol {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 130px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 12px;
  font-family: "Malgun Gothic", "맑은 고딕", sans-serif;
}

.custom_typecontrol span {
  display: block;
  width: 65px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.custom_typecontrol .btn {
  background: #fff;
  background: linear-gradient(#fff, #e6e6e6);
}

.custom_typecontrol .btn:hover {
  background: #f5f5f5;
  background: linear-gradient(#f5f5f5, #e3e3e3);
}

.custom_typecontrol .btn:active {
  background: #e6e6e6;
  background: linear-gradient(#e6e6e6, #fff);
}

.custom_typecontrol .selected_btn {
  color: #fff;
  background: #425470;
  background: linear-gradient(#425470, #5b6d8a);
}

.custom_typecontrol .selected_btn:hover {
  color: #fff;
}

.custom_zoomcontrol {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 36px;
  height: 120px;
  overflow: hidden;
  z-index: 150;
  background-color: #f5f5f5;
}

.custom_zoomcontrol span {
  display: block;
  width: 36px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 300;
}

.custom_zoomcontrol span img {
  width: 15px;
  height: 15px;
  padding: 12px 0;
  border: none;
  z-index: 200;
}

.custom_zoomcontrol span:first-child {
  border-bottom: 1px solid #bfbfbf;
}

.custom_zoomcontrol span:nth-child(2) {
  border-bottom: 1px solid #bfbfbf;
}