@charset "utf-8";
@import url(reset.css);
body {
    font-size:10px;
    -webkit-overflow-scrolling: touch;
}
.mt20 {margin-top:20px;}
.p-relative{position:relative;}
.clear{clear:both;}
.color-header {
  background-color: #fff !important;
  z-index:11;
  position:fixed;
  top:0;
  width:100%;
  padding:0 30px;
  left:50%;
  transform:translateX(-50%);
  transition:background-color 0.3s;
}
.color-header a {
  color:rgb(0, 0, 0) !important;
}
.color-header .menu-button .bar {
  background:#000;
}
.header {
  background-color: transparent;
  z-index:1002;
  position:fixed;
  top:0;
  width:100%;
  padding:0 30px;
  left:50%;
  transform:translateX(-50%);
  transition:background-color 0.3s;
}
.header > div:first-child {
    max-width:1580px;
    display:flex;
    margin:0 auto;
    height:75px;
    line-height:75px;
    align-items: center;
    justify-content: space-between;
}
.header a {
  font-weight:bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px; 
  transition:color 0.3s ease;
  position:Relative;
  width:200px ;
  display:inline-block;
}

.header img {
  vertical-align: middle;
  width:191px;
  height:49px;
} 
/* .header .logo {
    width:200px;
    height:50px;
    border:1px solid transparent;
    background-image:url(../img/header-logo-w.png);
    background-size:cover;
    position:Relative;
    top:50%;
    transform:translateY(-50%);
    transition:opacity 0.3s ease;
} */
.header:hover {
    background:#fff !important;
}
.header:hover a {
    color:#000 !important;
}
.header a:hover {
  color: #004893 !important;
}

.header a.active {
  background-color: transparent;
  color: #004893!important;
}

.header a::after {
    content: ''; /* 가상 요소로 빈 문자열을 삽입 */
    position: absolute; /* 위치 절대 지정 */
    bottom: 0; /* a 태그의 하단에 배치 */
    left: 0; /* 왼쪽 끝에 배치 */
    width: 100%; /* a 태그의 전체 너비에 맞춤 */
    height: 3px; /* border-bottom 두께 */
    background-color: transparent; /* 기본적으로 보이지 않게 설정 */
    transition: background-color 0.3s ease; /* 부드럽게 색상 변화 */
    
  }
  
.header a:hover::after {
    background-color: #004893!important; /* hover 시 border-bottom이 검은색으로 나타나도록 */
  }
.header a:active::after {
    background-color: #004893!important; /* hover 시 border-bottom이 검은색으로 나타나도록 */
  }

.header-right {
  float: right;
}

.gnb-contents {
  background:#fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  position:absolute;
  width:100%;
  max-width:100% !important;
  top:100%;
  left:0;
  z-index:10;
  visibility: hidden;
  display:flex !important; 
  justify-content: space-between;

}
.gnb-contents > div {
  max-width:1580px;
  display:flex;
  height:100% !important;
  
}
.gnb-contents ul:first-child {

}
.gnb-contents ul {
  border-right:1px solid #eee;
}
.gnb-contents ul:last-child {
  border-right:none;
}
.gnb-contents ul > li {
  font-size:16px;
  text-align:center;
  height:52px;
  line-height:52px;
  width:200px;
  cursor:pointer;
}
.gnb-contents ul > li:hover {

}
.header:hover .gnb-contents {
  visibility: visible;
}
.detail-container {padding-top:75px;}
.detail-container .banner-container {
  height: 25vh !important;
}
.detail-container .banner-container .img-container {
  background:url(../img/about_us.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position:center;
  position:Relative;
}
.detail-container .banner-container .img-container_2 {
  background:url(../img/sub/visual_sub02.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position:center;
  position:Relative;
}
.detail-container .banner-container .img-container_3 {
  background:url(../img/sub/visual_sub03.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position:center;
  position:Relative;
}
.detail-container .banner-container .img-container_4 {
  background:url(../img/sub/visual_sub04.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position:center;
  position:Relative;
}
.detail-container .banner-container .img-container_5 {
  background:url(../img/sub/visual_sub05.jpg) no-repeat;
  width:100%;
  height:100%;
  background-position:center;
  position:Relative;
}
.detail-container .banner-container .overlay-text {
  top:50% !important;
}
.detail-container .banner-container .overlay-text p.title-text {
  line-height:.8em;
}
.detail-container .banner-container .overlay-text p > span {
  opacity:1;
}
/* 전체 배너 컨테이너 */
.banner-container {
    position: relative;
    width: 100%;
    height: 75vh; /* 화면 높이를 꽉 채움 */
    overflow: hidden;
  }
  
  /* 슬라이드 이미지들을 가로로 배치 */
  .banner-slide {
    display: flex;
    transition: transform 1s ease-in-out; /* 슬라이드 전환 효과 */
    width: 400vw; /* 전체 이미지 4개가 한 번에 보여질 수 있도록 설정 */
    position:relative
  }

.detail-container .banner-container .banner-image {
  width:100vw;
  height:35vh;
  object-fit:none;
}
  /* 각 이미지 */
  .banner-image {
    width: 100vw; /* 화면 너비에 맞게 이미지 크기 설정 */
    height: 100vh; /* 화면 높이에 맞게 이미지 크기 설정 */
    object-fit: cover; /* 이미지 비율 유지하며 크기 맞추기 */
  }
  

   /* 이미지와 텍스트를 감쌀 div */
   .image-container {
    position: relative;
    display: inline-block;
    width:100%;
}

/* 이미지 스타일 */
.image-container img {
    width: 100%;  /* 이미지를 부모 div에 맞게 크기 조정 */
    height: auto;
}

/* 이미지 위에 나타날 텍스트 */
.overlay-text {
    position: absolute;
    top: 30%;  /* 수직 중앙 */
    left: 50%; /* 수평 중앙 */
    transform: translate(-50%, -50%); /* 텍스트 중앙 정렬 */
    z-index: 2;
    max-width: 1580px; /* 텍스트 최대 너비 제한 */
    width: 90%;  /* 텍스트의 너비를 화면에 맞게 조정 (최대 너비는 1580px로 제한) */
    text-align: left; /* 텍스트 가운데 정렬 */
}
.overlay-text p.title-text {
    color:#fff;font-size:4rem;line-height:1.2em;padding-bottom:10px;z-index:2;width:100%;
    font-weight:500;
    padding-left:5rem;
  }
  .overlay-text p > span {
    color:#fff;font-size:1.2rem;display:block;line-height:1.6em;padding-top:20px;opacity: 0.6;font-weight:400;
  }
  .progress-section {
    padding-left:5rem;
    position: absolute;
    top: 60%;  /* 수직 중앙 */
    left: 50%; /* 수평 중앙 */
    transform: translate(-50%, -50%); /* 텍스트 중앙 정렬 */
    z-index: 2;
    max-width: 1580px; /* 텍스트 최대 너비 제한 */
    width: 90%;  /* 텍스트의 너비를 화면에 맞게 조정 (최대 너비는 1580px로 제한) */
  }
  /* 프로그레스 바 */
  .progress-container {
    width:200px;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    margin-left:60px;
  }
  
  .progress-bar { 
    width: 0;
    height: 100%;
    background-color: #fff
  }
  
  /* 이미지 번호 표시 */
  .image-info {
    position: absolute;
    left:5.4rem;
    top:-110%;
    color: white;
    font-size:1rem;
    font-weight:700;

  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 검정색 배경에 50% 투명도 */
    z-index: 1; /* 오버레이가 이미지 위에 오도록 설정 */
  }
.main-arrowbtn-section {
    left:50%;
    max-width:1580px;
    width:100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
}
  /* 좌우 버튼 */
  .banner-container button {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 1.2rem;
    padding: 10px;
    cursor: pointer;
    z-index:2;
    width:3rem;
    height:3rem;

  }
  .menu-button {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    visibility:hidden;
   
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 5px;
}

/* 햄버거 -> X 변경 */
.menu-button.active .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.menu-button.active .bar:nth-child(2) {
    opacity: 0;
}

.menu-button.active .bar:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}
.mobile-full-menu {
  position:fixed; /* 화면에 고정 */
  top: 0;
  left: 0;
  width: 100vw; /* 전체 너비 */
  height: 100vh; /* 전체 높이 */
  background-color: #000; /* 반투명 배경 */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
   font-size: 24px;
   z-index:1001;
   display:none;
   padding:120px 40px;
   overflow-y:scroll;
   padding-bottom:60px;
}

.mobile-full-menu ul li {
  display:flex;
  font-weight:bold;
  max-width:320px;
  margin:0 auto;
}
.mobile-full-menu ul li button {
  font-size: 15px;
    line-height: 40px;
    font-weight: normal;
    color:#fff;
    text-align:left;
}
    
.mobile-full-menu ul li  > p {
  margin-top:5px;
  width:70px;
  font-size:20px;
  text-align:left;
}
.mobile-full-menu ul li div ul li {
    font-size:15px;
    line-height:40px;
    font-weight:normal;
    padding-left:60px;
}
.mobile-full-menu .menu-button {
  position:absolute;
  top:25px;right:45px;
}
.scrolled {display:none }
.black {background:#000 !important;}
#section2 > div,
#section5 > div  {
  padding:120px 0;
  max-width:1580px;
  margin:0 auto;
  padding-left:5rem;
  padding-right:5rem;
}


#section3 > div > p:first-child,
#section4 > div > p:first-child {
  padding-top:120px;
  max-width:1580px;
  display:block;
  margin:0 auto;
  padding-left:5rem;
  padding-right:5rem;
}
#section3 > div > p,
#section4 > div > p {
  max-width:1580px;
  display:block;
  margin:0 auto;
  padding-left:5rem;
  padding-right:5rem;
}
#section2 > div > p:first-child,
#section3 > div > p:first-child,
#section4 > div > p:first-child,
#section5 > div > p:first-child {
  font-size:32px;
  color:#004893;
  font-weight:bold;
  margin-bottom:0.6em;
}
#section2 > div > p,
#section3 > div > p,
#section4 > div > p,
#section5 > div > p {
  font-size:36px;
  color:#000;
  font-weight:bold;
}
#section2 > div > p span.pointtext,
#section3 > div > p span.pointtext,
#section4 > div > p span.pointtext,
#section5 > div > p span.pointtext {
  color:#004893;
}

#section4 .slide {background:#fff;}
#section4 .slide img {
  width:180px;
}


.tab-container {
  width: 100%;
  background: white;
  overflow: hidden;
}
/* 탭 버튼 영역 */
.tab-buttons-wrapper {
  float:right;
  width:50%;
  overflow-x: auto; /* 가로 스크롤 가능 */
  white-space: nowrap; /* 버튼들이 한 줄에 유지되도록 */
  cursor: grab; /* 드래그 가능하도록 */
  scrollbar-width: thin; /* Firefox 스크롤바 얇게 */
  scrollbar-color: #004893 #eee; /* Firefox 스크롤바 색상 */
  position:Relative;
  top:8em;
}
/* 가로 스크롤 바 스타일 */
.tab-buttons-wrapper::-webkit-scrollbar {
  height: 5px; /* 스크롤바 높이 */
}

.tab-buttons-wrapper::-webkit-scrollbar-track {
  background: #f0f0f0; /* 스크롤바 배경 */
  border-radius: 10px;
}

.tab-buttons-wrapper::-webkit-scrollbar-thumb {
  background: #bbb; /* 스크롤바 색상 */
  border-radius: 10px;
}

.tab-buttons-wrapper::-webkit-scrollbar-thumb:hover {
  background: #888; /* 마우스 호버 시 색상 변경 */
}



/* 가로 스크롤 스타일 숨기기 */
.tab-buttons-wrapper::-webkit-scrollbar {
  display: none; /* 크롬, 사파리 */
}
/* 탭 버튼 스타일 */
.tab-buttons {
  display: flex;
  /* width: max-content; */
  width:100%;
   /* 버튼들이 넘칠 경우 전체를 유지 */
  float:right;
}

.tab-button {   
  font-weight:bold;
  position:Relative;
  flex: none;
    padding: 10px 15px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    transition: 0.3s;
    white-space: nowrap; /* 버튼 글자가 한 줄 유지되도록 */
    color:#828282;
}
.tab-button::after {
  content:"";
  display:inline-block;
  right:0;
  top:50%;
  transform:translateY(-50%);
  position:absolute;
  width:1px;
  height:14px;
  background:#ccc;
  pointer-events: none;
}
.tab-button:last-child::after {
  background:#fff ;
}

.tab-button:hover {
  background: #FFF;
  color: #004893;
  font-weight:bold;
}

/* 활성화된 탭 버튼 */
.tab-button.active {
  background: #FFF;
  color: #004893;
  font-weight: bold;
}

/* 탭 내용 스타일 */
.tab-content {
  display: none;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}

/* 활성화된 탭 내용 */
.tab-content.active {
  display: block;
}
.tab-content > div {
  display:flex;

}

.tab-content > div > div {
  text-align:left;
}
.tab-content > div > div > p:first-child {
  font-size:32px;
  padding-left:1rem;
  font-weight:bold;
}
.tab-content > div > div > p {
  padding-left:1rem;
  font-weight:500;
  }

.tab-content > div > div:first-child {
  width:50%;
}
.tab-content > div > div:last-child {
  width:50%;
 display: flex;
    flex-direction: column; /* 세로 방향 정렬 */
    justify-content: center; /* 세로 중앙 정렬 */
    align-items: flex-start; /* 가로 중앙 정렬 */
  gap:20px;
}
.tab-content > div > div button {
  padding:.8em 3em;
  font-size:.9rem;
  border-radius: 30px;
  background:#004893;
  color:#fff;
  margin-left:1rem;
}
#section3 {
  background:#F8F9FA;
}
.slider-container {
  position: relative;
  left: 0;
  width: 100vw; /* 화면 전체 너비 */
  overflow: hidden;
  padding-bottom:6em;
  padding-top:10em;

  
}


.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  width: 100vw; /* 부모 너비에 꽉 차도록 설정 */
  gap:1rem;
  /* margin-left:calc(100vw / 5 - 53%); */
}
.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* 🎯 부드럽고 빠르게 둥둥 떠 있는 애니메이션 */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-2px); } /* 위로 살짝 올라감 */
  100% { transform: translateY(0px); }
}

.slide {
  flex: 1;
  /* min-width: calc(100vw / 5.5);  */
  min-width: calc(100vw / 6);
  /* 6개의 div가 한 화면에 표시 */
  background: lightcoral;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  user-select: none; /* 드래그 방지 */
  border: 1px solid white;
  animation: float 1.5s infinite ease-in-out; /* 속도를 빠르게 조정 */
  position:Relative;
}

.slide:hover {
  transform: translateY(-10px); /* 위로 10px 이동 */
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); 
}
#section4 .slide:hover {
  box-shadow:none; 
  /* 그림자 추가 */
}
.slide img {
  width:100%;
}
.slide_blue {
  background:#fff;
  color:#000;
  border:1px solid #E7E7EC
}
.slide_blue > div {
  background:#EAEEF6;
  color:#000;
  border:1px solid #E7E7EC;
  position:absolute;
  top:-42px;left:0;
  width:100%;
  height:42px;
  line-height:42px;
  font-size:1rem;
  text-align:Center;
  font-weight:normal;
}
.slide_pink > div {
  background:#FFEFF2;
  color:#000;
  border:1px solid #E7E7EC;
  position:absolute;
  top:-42px;left:0;
  width:100%;
  height:42px;
  line-height:42px;
  font-size:1rem;
  text-align:Center;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* 화살표 버튼 호버 효과 */
.arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.main-default-btn {
  padding: .8em 3em;
    font-size: .9rem;
    border-radius: 30px;
    background: #004893;
    color: #fff;
     display:block;
     margin:0 auto;
     z-index:2;
     position:relative;
}





.gallery-container {
  overflow: hidden;
  position: relative;
  padding-top:10em;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: transform 0.5s ease-in-out;
}
.gallery > div {  width: calc(20% - 10px);margin-bottom:50px;}
.gallery img {
  width: 80%;
  object-fit: cover;
  border:1px solid #eee;
}
.overlay-white-fade {
  position: absolute; /* 또는 relative 내에서 absolute */
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none; /* 클릭 방지하고 싶을 때 */
}
footer {
  background:#202531;
  color:#B4B4B4;
  padding:2em;
  font-size:1rem;

}

footer > div {
  justify-content: center;
  gap:10em;

}
footer > div:first-child {
  display:flex;
  justify-content: center;
  align-items: center;
}
footer p  {
  color:#fff;
  display:inline-block;
  position:relative;
  height:28px;
  line-height:28px;
  opacity:.4;
}
footer span {
  font-size:.9em;
}
.d-flex {display:flex;}

.pathbox {
    width: 100%;
    padding:0 !important;
    height: 48px !important;
    background-color: #424242;
    z-index: 300;
    position: relative;
    max-width:100% !important;
    position:sticky;
    top:75px;
    z-index:9;
}
.pathbox>div {
    display:block;
    margin: 0 auto;
    color: #fff;
    position: relative;
    max-width:1920px;
    padding-right:20px;
    max-width:1580px;
}
.pathbox .path {
    float: right;
    font-size: 13px;
    padding-top: 17px;
}
.pathbox .path span:before {
    display: inline-block;
    content: ' > ';
    padding: 0 10px;
    color: #fff;
}
.pathbox .path span:first-child:before {
    display: inline-block;
    content: '';
}
.pathbox .path span.current_path {
    color: #58aff3;
}


 .fix-tabs {
      position: sticky;
      top: 123px;
      width: 100%;
      display: flex;
      z-index: 9;
      padding:0 !important;
      background:#fff;
      margin-bottom:60px !important
    }

.fix-tabs button {
  padding: 15px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
  border:1px solid #bbb;
  border-left:none;
    }
.fix-tabs button:first-child {border-left:1px solid #bbb !important;}
.fix-tabs button:hover {
  background-color: #3c93d8;
  color:#fff;
}
 .fix-tabs button.active {
      background-color: #3c93d8;
      color: white;
       
}
.fix-tabs .tab-def {
  width:25%;
}
.fix-tabs-2 .tab-def {
  width:50%;
}
.fix-tabs .goto-top {
  background:#E7E7EC;
  font-size:.8rem;
  color:#333;
}

.fix-section {
      height: 100%;
      padding:0 !important; /* 탭 영역 높이만큼 여백 */
      clear:both;
      padding-bottom:0 !important;

}

.fix-section:nth-child(odd) {

    }

.fix-section:nth-child(even) {

    }
.fix-tabs .fixtopbtn {
      padding:0;
    }
h1.sub01_11 {
    margin: 0 0 2px;
    font-size: 3em;
    text-align:center;
}
.sub01_con11,
.sub01_con12 {
    margin: 0 auto;
    padding-bottom: 80px;
}
.sub01_con11 .inbox_top {
    padding: 74px 0 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
}
.inbox_top {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: right;
}
.fontBlue {
    color: #3b93d7;
}
.sub01_con11 .inbox_top p {
    font-size: 14px;
    margin-top: 31px;
}
.sub01_con11 .inbox_top p .fontBlue {
    font-weight: bold;
}
.sub01_con11 .inbox {
    width: 100%;
    height: 110px;
    margin-top: 64px;
    display:flex;
}
.sub01_con11 .inbox>span.ico01 {
    background-position: 0 3px;
}
.sub01_con11 .inbox>span.ico02 {
    background-position: 0 -148px;
}
.sub01_con11 .inbox>span.ico03 {
    background-position: 0 -301px;
}
.sub01_con11 .inbox>span.ico04 {
    background-position: 0 -469px;
}
.sub01_con11 .inbox>span {

    width: 140px;
    height: 110px;
    display: inline-block;
    background: url(../img/sub/sub01_11_icoset.gif) no-repeat;
}

.sub01_con11 .inbox .con_text {
    width:100%;
    padding: 5px 0 5px 15px;
    display: inline-block;
}
.sub01_con11 .inbox .con_text h2 {
    font-size: 2em;
    padding-top: 5px;
}
.sub01_con11 .inbox .con_text p {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.8;
    color: #363636;
}
.mt20 {margin-top:20px;}
.sub01_con12 .inbox {
    width: 100%;
    margin-top: 73px;
}
.sub01_con12 .inbox h2 {
    padding: 0 0 30px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub01_con12 .inbox>div {
    display: inline-block;
    width:100%;
}
.sub01_con12 .inbox span.gensol_grid {
    display: inline-block;
}
.sub01_con12 .inbox>div p.text {
    display: inline-block;
    height: 122px;
    padding-left: 28px;
}
.sub01_con12 .inbox>div p {
    font-size: 17px;
}
.sub01_con12 .inbox>div p.text b {
    display: block;
    font-size: 1.2em;
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}
.sub01_con12 .inbox>div p.text span {
    font-size: 14px;
    display: block;
    letter-spacing: -0.025em;
    line-height: 1.8;
}

.sub01_con12 .inbox>div dl {
    float: left;
    text-align: center;
    width:25%;
}
.sub01_con12 .inbox>div dl dt.ico01 {
    background-position: 7px 0;
}
.sub01_con12 .inbox>div dl dt {
    width: 120px;
    height: 103px;
    display: inline-block;
    background: url(../img/sub/sub01_12_iconset.gif) no-repeat 0 0;
}
.sub01_con12 .inbox>div dl dd {
    font-size: 1.4em;
    margin-top: 10px;
}
.sub01_con12 .inbox>div dl dt.ico02 {
    background-position: -245px 0;
}
.sub01_con12 .inbox>div dl dt.ico03 {
    background-position: -502px 0;
}
.sub01_con12 .inbox>div dl dt.ico04 {
    background-position: -765px 0;
}
.d-flex {display:flex !important;}
.gensol-intro {display:flex !important;}
p.org-p {
      margin-top: 15px;
    font-size: 15px !important;
    line-height: 1.5;
    text-align:center;
    font-weight:normal !important;
}

.org-img-section {
  display:Flex;
  justify-content: center;
}
.sub01_con13 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
 
}
.sub01_con13 .inbox>div {
    width: 100%;
    display: inline-block;
}
.sub01_con13 .inbox>div p {
    height: 40px;
    margin-bottom: 15px;
    font-size: 15px;
}
.sub01_con13 .inbox>div p span.ico01 {
    background-position: 4px 2px;
}
.sub01_con13 .inbox>div p span.ico02 {
    background-position: 0 -42px;
}
.sub01_con13 .inbox>div p span.ico03 {
    background-position: 6px -84px;
}
.sub01_con13 .inbox>div p span.ico04 {
    background-position: 0 -130px;
}
.sub01_con13 .inbox>div p span.ico05 {
    background-position: 2px -170px;
}
.sub01_con13 .inbox>div p span {
    width: 36px;
    height: 40px;
    display: inline-block;
    background: url(../img/sub/sub01_13_iconset.png) no-repeat 0 0;
    margin-right: 15px;
}


.sub01_con13 .inbox>div .p05 {
    float: right;
    display: inline-block;
}
.sub01_con13 div.map {

    width: 100%;
    height: 400px;
    border: 1px solid #aaa;
    margin-bottom: 40px;
    text-align: center;
}
.sub01_con13 div.map iframe {
  width:100%;
}
.sub01_con20 {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 80px;
}

.sub01_con20 .inbox:first-child {
    border-top: none;
}
.sub01_con20 .inbox {
    width: 100%;
    padding: 27px 0;
    border-top: 1px dashed #bbb;
    display: flex;
}
.sub01_con20 .inbox h2 {
    width: 120px;
    height: 1.8em;
    line-height:1.8em;
    display: inline-block;
    background-color: #3b93d7;
    color: #fff;
    font-size: 2.4em;
    font-weight: normal;
    text-align: center;
}
.sub01_con20 .inbox>div {
    display: inline-block;
    padding-left: 21px;
    height: auto;
    width:100%;
}
.sub01_con20 .inbox>div dl:first-child {
    margin-top: 0px;
}
.sub01_con20 .inbox>div dl {
    font-size: 13px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
.sub01_con20 .inbox>div dl dt {
    float: left;
    font-weight: bold;
    display: inline-block;
    line-height: 1.6;
}
.sub01_con20 .inbox>div dl dd {
    float: left;
    max-width: 805px;
    margin-left: 18px;
    display: inline-block;
    line-height: 1.6;
    font-weight: normal;
}
.sub01_con30 .inbox_top {
    padding: 74px 0 71px;
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
}
.sub01_con30 .inbox_top p {
    font-size: 14px;
    margin-top: 31px;
}
#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
  background:#fff;
    border:1px solid #bbb;
    
  border-radius:10px;
}

#scrollTopBtn img {
  width: 80%;
  object-fit: contain;

  opacity:.8;
}
.sub01_con40 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
   
}
.sub01_con40 .inbox .row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;

}
.sub01_con40 .inbox .row .col:first-child {
    margin-left: 0px;
}
.sub01_con40 .inbox .row .col {
    width: 196px;
    float: left;
        margin-left: 78px;
}
.sub01_con40 .inbox .row .col>span {
    width: 194px;
    height: 269px;
    display: inline-block;
    border: 1px solid #bbb;
    text-align: center;
    margin-bottom: 18px;
}
.contents_wrap .sub01_con40 .gallery-container .gallery img {
  display:block;
  margin:0 auto;

}
.al_c {
  text-align:center;
  font-size:1.6em;
  padding-top:1.6em;
}

.sub01_con40 .inbox .row .col table td {
    height: 20px;
    line-height: 1.5;
    vertical-align: top;
}
.cer-table {
  font-size:1.4em;
}
.gallery-div-section {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width:100%;
  height:100%;
}

.gallery-div-section img {
  display: block;
}
.gallerybtn {
  background:#424242ad;
  color:#fff;
  width:1.4em;
  height:1.4em;
  border-radius:50%;
  font-size:2.4em;
  position:absolute;
  left:50%;
  top:45%;
  transform: translate(-50%,-50%);
  line-height:1em;
}
.gallerybtn:hover {
  background:#3c93d8;
  color:#fff;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 10px;
  padding: 20px;
  display: none;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-content {
  position: relative;
}

.close-modal {
  margin-top: 10px;
  background: #333;
  color: white;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  border-radius:50%;
  background-image:url(../img/delete.png);
  background-size:cover;
  transition:opacity 0.3s ease;
  width:50px;
  height:50px;
  position:absolute;
  bottom:-65px;
  left:50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.gallery-modal {
  width:500px;
  padding:40px;
  font-size:1.4em;
}

.gallery-modal table tr {
  height:30px;
}
.gallery-modal table tr img {
  border:1px solid #bbbbbb7e;
}
.text-center {
  text-align:center;
}
.gallery-modal table {width:100%;}
.gallery-modal table img {
  width:200px;
  height:auto;
}
.f-bold {font-weight:bold;}
.sub01_con60 {
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top:20px;
}
.sub01_con60 .inbox:first-child {
    border-top: 1px solid #bbb;

}
.sub01_con60 .inbox {
    padding: 20px;
    border-bottom: 1px solid #bbb;
}
.sub01_con60 .published_date {
    padding: 5px 0;
    font-size: 13px;
    color: #919191;
}
.sub01_con60 .published_title {
    padding: 5px 0;
}
.sub01_con60 .published_title a {
    display: inline-block;
    font-size: 18px;
}
.sub01_con60 .published_date {
    padding: 5px 0;
    font-size: 13px;
    color: #919191;
}
.sub01_con60 .inbox:hover {
  background:#e6f2fb;
}
.sub01_con60 .inbox.detail:hover {
  background:transparent;
}
.news_link a {
    word-break: break-word;
    }
.sub01_con60 .detail .published_title {
    font-size: 20px;
}
.sub01_con60 .detail .published_date {
    font-size: 16px;
     padding: 5px 0;
      color: #919191;
}
.sub01_con60 .article {
    padding: 30px 20px 0;
}
.sub01_con60 .article > p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 150%;
}
.sub01_con60 .article .news_link {
    margin-top: 30px;
}
.sub01_con60 .bottom_util {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}
.sub01_con60 .bottom_util_right {
    text-align: right;
}
.sub01_con60 .goto_list {
    display: inline-block;
    width:7em;
    height: 30px;
    font-size: 1.4em;
    line-height:30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #fff;
    border: none;
    background-color: #3b93d7;
    cursor: pointer;
}
.sub01_con51 {
      margin: 0 auto;
    padding-bottom: 80px;
}
.sub01_con51 .inbox_top {
    padding: 74px 0 71px;
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
}
.sub01_con51 .inbox_top p {
    font-size: 16px;
    margin-bottom: 11px;
}
.sub01_con51 .inbox_wrap {
    display: inline-block;
    width: 100%;
}
.sub01_con51 .inbox:nth-child(1),
.sub01_con51 .inbox:nth-child(2) {
    margin-bottom: 50px;
}
.sub01_con51 .inbox {
    float: left;
    display: inline-block;
    width: 50%;
    height: 120px;
}
.sub01_con51 .inbox {
    float: left;
    display: inline-block;
    width: 50%;
    height: 120px;
}
.sub01_con51 .inbox>span.ico01 {
    background-position: 0 -1px;
}
.sub01_con51 .inbox>span.ico02 {
    background-position: -135px 8px;
}
.sub01_con51 .inbox>span.ico03 {
    background-position: 5px -135px;
}
.sub01_con51 .inbox>span.ico04 {
    background-position: -128px -130px;
}
.sub01_con51 .inbox>span {
    float: left;
    width: 118px;
    height: 120px;
    display: inline-block;
    background: url(../img/sub/sub01_51_iconset.jpg) no-repeat;
}
.sub01_con51 .inbox .con_text {
    max-width: 380px;
    float: left;
    padding: 5px 0 5px 5px;
    display: inline-block;
}
.sub01_con51 .inbox .con_text h2 {
    font-size: 2em;
    padding-top: 28px;
    font-weight: normal;
}
.sub01_con51 .inbox .con_text p {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: -0.05em;
    line-height: 1.8;
    color: #363636;
}
.sub01_con52 {
    margin: 0 auto;
    padding-bottom: 30px;
}
.sub01_con52 .inbox_wrap {
  max-width:1020px;
  height:411px;
    background: url(../img/sub/sub01_52_bg.png) no-repeat 0 0;
    background-size:100%;
    margin-top: 40px;
    display:block;
    margin:0 auto;
    width:100%

}
.sub01_con52 .inbox {
    width: 20%;
    float: left;
}
.sub01_con52 .inbox p {
    padding: 145px 25px 0 15px;
    line-height: 1.5;
}
.sub01_con53 {
   overflow-x:scroll;
    width: 100%;
    margin: 0 auto;
}
.sub01_con53 .inbox {
    width: 100%;
    padding-top: 50px;
}
.sub01_con53 .inbox table {
  width:100%;
    min-width: 1020px;
    font-size: 13px;
}
.sub01_con53 .inbox table thead th:first-child {
    border-left: none;
}
.sub01_con53 .inbox table thead th {
   background-color: #F0F2F6;
    border-top: 1px solid #3b93d7;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 15px 0;
    font-weight: bold;
}
.sub01_con53 .inbox table tbody th:first-child {
    border-right: 1px solid #bbb;
}
.sub01_con53 .inbox table tbody th {
    font-weight: normal;
    border-bottom: 1px solid #bbb;
}
.sub01_con53 .inbox table tbody td {
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 15px;
    line-height: 1.8;
}
.sub01_con53 .inbox table tbody td span {
    display: block;
    padding-left: 25px;
}
.sub01_con54 {
    margin: 0 auto;
    padding-bottom: 80px;
}
.sub01_con54 .inbox {
    width: 100%;
    padding-top: 50px;
}
.sub01_con54 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub01_con54 .inbox ul li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 10px;
    background: url(../img/common/bul_gray_square.gif) no-repeat 2px 10px;
}
.sub01_con54 .inbox h2 span {
    font-size: 20px;
    font-weight: normal;
    vertical-align: bottom;
    padding-left: 5px;
}
.sub01_con54 .inbox ul li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 10px;
    background: url(../img/common/bul_gray_square.gif) no-repeat 2px 10px;
}
.sub01_con54 .inbox div.bg {
    height: 120px;
    padding-top: 15px;
    overflow: hidden;
    background: url(../img/sub/sub01_53_bg.jpg) no-repeat;
    background-position-y:50%;
}
.sub01_con54 .inbox div.bg dl {
    float: left;
    display: inline-block;
    width: 73px;
    font-size: 15px;
    text-align: center;
}
.sub01_con54 .inbox div.bg dl dt {
    margin-bottom: 50px;
}
.sub01_con54 .inbox div.bg dl dt b {
    font-weight: bold;
    font-size: 18px;
}
.sub01_con54 .inbox p {
    font-size: 14px;
    color: #777;
    padding-left: 13px;
}
  .sub01_con54 .inbox div.bg {background-position-X:50%;
  position:relative;
  transform: translateX(-50%);
  left:50%;
  width:1020px;
  }
  .sub01_con55 {
    margin: 0 auto;
    padding-bottom: 13px;
}
.sub01_con55 .inbox_top {
    padding: 74px 0 71px;
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
}
.sub01_con55 .inbox_top p {
    font-size: 16px;
    margin-bottom: 11px;
}
.sub01_con55 .inbox {
    width: 100%;
}
.sub01_con55 .inbox .row {
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    margin-bottom: 67px;
}
.sub01_con55 .inbox .row .col:first-child {
    margin-left: 0px;
}
.sub01_con55 .inbox .row .col {
    float: left;
    width: 20%;
}
.sub01_con55 .inbox .row .col span.ico01 {
    background-position: -2px 5px;
}
.sub01_con55 .inbox .row .col span {
    width: 131px;
    height: 130px;
    display: block;
    margin:0 auto;
    background: url(../img/sub/sub01_55_iconset.png) no-repeat;
}
.sub01_con55 .inbox .row .col h3 {
    font-size: 1.6em;
    text-align: center;
    font-weight: normal;
    padding: 10px 0;
}

.sub01_con55 .inbox .row .col ul li {
    padding-left: 10px;
    background: url(../img/common/bul_gray_square.gif) no-repeat 4px 8px;
    line-height: 1.8;
    font-size:1.1em;
}
.sub01_con55 .inbox .row .col span.ico01 {
    background-position: -2px 5px;
}
.sub01_con55 .inbox .row .col span.ico02 {
    background-position: -223px 5px;
}
.sub01_con55 .inbox .row .col span.ico03 {
    background-position: -445px 5px;
}
.sub01_con55 .inbox .row .col span.ico04 {
    background-position: -668px 5px;
}
.sub01_con55 .inbox .row .col span.ico05 {
    background-position: -890px 0px;
}
.sub01_con55 .inbox .row .col span.ico06 {
    background-position: -2px -152px;
}
.sub01_con55 .inbox .row .col span.ico07 {
    background-position: -223px -153px;
}
.sub01_con55 .inbox .row .col span.ico08 {
    background-position: -445px -153px;
}
.sub01_con55 .inbox .row .col span.ico09 {
    background-position: -664px -153px;
}
.sub01_con55 .inbox .row .col span.ico10 {
    background-position: -890px -153px;
}
.sub02_con00 {
    width: 100%;
    overflow-x:scroll;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}
.sub02_con00 .inbox_wrap {
    width: 1020px;
    display: block;
    margin:0 auto;
    margin-top: 20px;
}
.sub02_con00 .inbox:first-child {
    margin-left: 0px;
}
.sub02_con00 .inbox {
    width: 193px;
    height: auto;
    background: url(../img/sub/sub02_00_middle_line.gif) repeat-y;
    text-align: center;
    float: left;
    margin-left: 13.7px;
}
.sub02_con00 .inbox h2 {
    width: 100%;
    height: 40px;
    line-height:40px;
    display: inline-block;
    background-color: #3b93d7;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 19px;
}
.sub02_con00 .inbox ul li.link {
    padding-top: 0px;
    height: 53px;
}
.sub02_con00 .inbox ul li:first-child {
    margin-top: 0px;
}
.sub02_con00 .inbox ul li {
    width: 191px;
    height: 53px;
    padding-top: 7px;
    display: inline-block;
    border: 1px solid #bbb;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
}
.sub02_con00 .inbox ul li.link a {
    padding-top: 7px;
    color: #3b93d7;
}
.sub02_con00 .inbox ul li a {
    width: 191px;
    height: 46px;
    display: inline-block;
    color: #363636;
}
.sub02_con00 .inbox ul li.link:hover {
    background:#3b93d7;

}
.sub02_con00 .inbox ul li.link:hover a {
  color:#fff;
}
.sub02_con10 {
    margin: 0 auto;
    padding-bottom: 45px;
}
.sub02_con10 .inbox {
    padding-top: 30px;
    /* padding-bottom: 80px; */
}
.sub02_con10 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub02_con10 .inbox>div h3:first-child {
    padding-top: 0px;
}

.sub02_con10 .inbox>div p {
    font-size: 1.4em;
    line-height: 1.5;
}
table.type02 {
    width: 100%;
}
table.type02 tbody tr:first-child th {
    border-top: 1px solid #bbb;
}
table.type02 tbody th {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -0.025em;
    background-color: #F0F2F6;
    padding: 15px 5px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
table.type02 tbody tr:first-child td {
    border-top: 1px solid #bbb;
}
table.type02 tbody td {
    padding: 15px 20px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    font-size:1.4em;
}
table.type02 tbody td ul li {
    font-size: 1em;
    line-height: 1.6;
    padding-left: 8px;
    background: url(../img/common/bul_gray_square.gif) no-repeat 0px 8px;
}
.sub02_con10 .inbox h3 {
    font-size: 1.6em;
    font-weight: bold;
    font-weight: 500;
    padding: 50px 0 15px 0px;
}
.sol_visual {display:flex;justify-content: center;}
.inbox>div .sec_expac_effect {
    width: 100%;
    display: flex;
    justify-content: center;
    gap:2em;
}
.inbox>div .sec_expac_effect .sec:first-child {
    margin-left: 0px;
}
.inbox>div .sec_expac_effect .sec {
    width: 33.333%;
    min-height: 170px;
    padding-top: 10px;
    display: inline-block;
    background: url(../img/sub/sub02_expec_effect.png) no-repeat 0px 0;
    background-position-x:50%;
}
.inbox>div .sec_expac_effect .sec h4 {
    font-size: 1.4em;
    font-weight: bold;
    font-weight: 500;
    padding-top: 75px;
    padding-bottom: 65px;
    text-align: center;
}
.inbox>div .sec_expac_effect .sec ul li {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 15px;
    padding-right: 20px;
    background: url(../img/common/bul_gray_square.gif) no-repeat 8px 8px;
    margin-top: 5px;
}
.sub02_con50 .inbox {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
}
.sub02_con50 .inbox h2 {
    float: left;
    width: 261px;
    height:60px;
  line-height:60px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #bbb;
}
.sub02_con50 .inbox p {
    float: left;
    width: calc(100% - 261px);
    height: 60px;
    padding-left: 15px;
    display: table;
    font-size: 13px;
}
.sub02_con50 .inbox p > span {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.5;
}
.sub02_con50 .inbox.disabled h2 {
    background-color: #dadada;
    color: #848484;
}
table.type02 tbody td em {
    font-size: 1em;
    display: block;
    margin-bottom: 5px;
}
.new-inbox h4:first-child {
    padding-top: 0px;
}
.new-inbox h4 {
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
    padding: 20px 0 10px 0px;
}
table.function tbody th {
    padding: 12px 5px;
    font-size: 1.4em;
}
table.function tbody td {
    padding: 12px 0px;
}
table.type02 tbody tr:first-child td {
    border-top: 1px solid #bbb;
}
table.function td span.part {
    width: 100px;
    height: 100%;
    display: inline-block;
    text-align: center;
}
table.function tbody td * {
    vertical-align: middle;
}
table.function td span.gt {
    color: rgb(205, 205, 205);
    display: inline-block;
}
  .sec_expac_effect_4 .sec {
    width:25% !important;
  }
.fix-tabs-3 .tab-def {
  width:33.333%;
}
.sub02_con30,
.sub02_con40 {
    margin: 0 auto;
}
.sub02_con30 .inbox {
    padding-top: 30px;
    padding-bottom: 120px;
}
.sub02_con30 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;

}
.sub02_con30 .inbox>div h3:first-child {
    padding-top: 0px;
}
.sub02_con30 .inbox h3 {
    font-size: 1.6em;
    font-weight: bold;
    font-weight: 500;
    padding: 50px 0 15px 0px;
}
.sub02_con30 .inbox>div p {
    font-size: 13px;
    line-height: 1.5;
}
.sub02_con40 .inbox {
    padding-top: 30px;
    padding-bottom: 80px;
}
.sub02_con40 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub02_con40 .inbox>div h3:first-child {
    padding-top: 0px;
}
.sub02_con40 .inbox h3 {
    font-size: 1.6em;
    font-weight: bold;
    font-weight: 500;
    padding: 50px 0 15px 0px;
}
.sub02_con40 .inbox>div p {
    font-size: 1.4em;
    line-height: 1.5;
}
.sub03_con10 {
    margin: 0 auto;
    padding-bottom: 80px;
}
.sub03_con10 .inbox {
    width: 100%;
    padding-top: 50px;
}
.sub03_con10 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub03_con10 .inbox> ul > li {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.8;
    padding-left: 10px;
    background: url(../img/common/bul_gray_square.gif) no-repeat 2px 10px;
}
.sub03_con20 .inbox table {
    width: 100%;
}
table.type01 {font-size:1.3em;}
table.type01 thead th {
    padding: 15px 5px;
    background-color: #F0F2F6;
    border-top: 1px solid #3b93d7;
    border-bottom: none;
    font-size: 13px;
    font-weight: bold;
}
table.type01 tbody tr:first-child td {
    border-top: 1px solid #ddd;
}
.sub03_con20 .inbox tbody td {
    text-align: left;
    padding: 12px 10px;
}
table.type01 tbody td {
    padding: 12px 5px;
    border-bottom: 1px solid #ddd;
    line-height: 1.6;
}
.sub03_con30 {
      margin: 0 auto;
    padding-bottom: 80px;
}
.sub03_con30 .inbox {
    width: 100%;
    padding-top: 50px;
}
.sub03_con30 .inbox h2 {
    padding: 0 0 20px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub03_con30 .inbox h2 + .row {
    margin-top: 0px;
}
.sub03_con30 .inbox .row {
    width: 100%;
    overflow: hidden;
    margin-top: 38px;
    display:Flex;
    justify-content: center;
    flex-wrap:wrap;
    gap:10px;
  }

.sub03_con30 .inbox .row .col:first-child {
    margin-left: 0px;
}
.sub03_con30 .inbox .row .col {
    border: 1px solid #bbb;
    text-align: center;

}
.sub03_con30 .inbox .row .col img {

}
.sub03_con30 .inbox .row .col * {
    vertical-align: middle;
}
.sub04_con10 {
    margin: 0 auto;
    padding-bottom: 80px;
}
.sub04_con10 .inbox {
    width: 100%;
    margin-top: 73px;
}
.sub04_con10 .inbox h2 {
    padding: 0 0 30px 30px;
    background: url(../img/common/bul01.gif) no-repeat 0 5px;
    font-size: 1.9em;
    font-weight:bold;
}
.sub04_con10 .inbox h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sub04_con10 .inbox p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 35px;
}
.sub04_con10 .inbox>div>div {
    font-size: 14px;
    line-height: 1.8;
}
.sub04_con10 .inbox>div>div ul {
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 5px;
}
.sub04_con10 .inbox>div>div ul li {
    font-weight: normal;
}
.sub04_con20 .inbox table {
    width: 100%;
}
table.type01 tbody tr:first-child th {
    border-top: 1px solid #ccc;
}
.sub04_con20 .inbox tbody th {
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}
table.type01 tbody th {
   background-color: #F0F2F6;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.sub04_con20 .inbox tbody td {
    padding: 12px 10px;
    padding-left: 20px;
}
.inbox .line2_h2 {
  height:3.6em !important;
}
.sub05_con01 {
    margin: 0 auto;
    padding-bottom: 80px;
}
.sub05_con01 .inbox_wrap {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap:wrap
}
.sub05_con01 .inbox:first-child {
    margin-left: 0px;
}

.sub05_con01 .inbox {
    width: 203px;
    text-align: center;
}
.sub05_con01 .inbox span.ico01 {
    background-position: 7px 0;
}
.sub05_con01 .inbox span {
    width: 95px;
    height: 75px;
    display: inline-block;
    background: url(../img/sub/sub05_iconset.png) no-repeat;
}
.sub05_con01 .inbox h3 {
    font-size: 16px;
    padding: 10px 0;
}
.sub05_con01 .inbox p {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 15px;
    border-bottom: 1px dashed #b2b2b2;
}
.sub05_con01 .inbox ul {
    text-align: center;
    padding-top: 25px;
}
.sub05_con01 .inbox ul li {
    font-size: 14px;
    line-height: 1.8;
}
.sub05_con01 .inbox span.ico01 {
    background-position: 7px 0;
}
.sub05_con01 .inbox span.ico02 {
    background-position: -267px 0;
}
.sub05_con01 .inbox span.ico03 {
    background-position: -538px 2px;
}
.sub05_con01 .inbox span.ico04 {
    background-position: -812px 0;
}
.header > div > img.logo {cursor:pointer;}
.sub01_con60 .article .news_link a {
    color: #1290d9;
}
.c-pointer {
  cursor:pointer;
}
.inbox2 h2 {
  font-size:1.9em;
  font-weight:bold;
}

@media (max-width: 1000px) {
  .sub01_con11 .inbox .con_text h2 {text-align:center;}
  .sub05_con01 .inbox:first-child,
.sub05_con01 .inbox:nth-child(2) {
  padding-bottom:20px;
} 
 .sub05_con01 .inbox {
  width:50%;
 }
    .sec_expac_effect_4 {
      flex-wrap:wrap;
    }
  .sec_expac_effect_4 .sec {
    width:48% !important;
  }
   .fix-tabs-7 {
    flex-wrap: wrap;
   }
  .fix-tabs-7 .tab-def {
  width:33.333%;

}
  .fix-tabs-7 .tab-def-100 {
    width:100%;
  }
  .sol_visual img {
  width:100%;
}
  .sub01_con55 .inbox .row .col ul li {
    background:none;
  }
  .sub01_con55 .inbox .row .col ul {text-align:Center;}
  .sub01_con55 .inbox .row {
    flex-wrap:wrap !important;
  }
  .sub01_con55 .inbox .row .col {
    width:50%;
    margin-left:0;
  }
  .sub01_con54 .inbox p {text-align:Center;}
    .sub01_con54 .inbox div.bg dl.dl_1 {
      padding-top:12px;
    }
    .sub01_con54 .inbox div.bg dl.dl_2 {
      padding-top:24px;
    }
    .sub01_con54 .inbox div.bg dl.dl_3 {
      padding-top:118px;
    }
    .sub01_con54 .inbox div.bg dl.dl_4 {
      padding-top:214px;
    }
    .sub01_con54 .inbox div.bg dl.dl_5 {
      padding-top:308px;
    }
  .sub01_con54 .inbox div.bg dl {
    width:100%;
    margin-left:0 !important;
    display:flex;
    justify-content: center;
    gap:70px;
  }
  .sub01_con54 .inbox div.bg {
    height:1020px;
    background: url(../img/sub/sub01_53_bg_h.png) no-repeat;
    background-position-x:50%;
    width:50%;
}
  .sub01_con53 {
   overflow-x:scroll; }
  .sub01_con51 .inbox
 {
    margin-bottom: 20px;
}
  .sub01_con51 .inbox .con_text {
    width:380px;
  }
.sub01_con51 .inbox {
  width:100%;

}
.sub01_con51 .inbox .con_text {
  float:none;
}
.sub01_con51 .inbox>span {
  float:none;
}
.sub01_con51 .inbox {
      display: flex;
    justify-content: center;
}
  .gallery-modal {
  width:80%;
}
.al_c {

}
  .org-img-section img {
  width:100%;
}
  .gensol_grid {
    position: Relative;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom:20px;
  }
  .gensol-intro {display:inline-block !important;}
.sub01_con11 .inbox {
  display:inline-block;
}
.sub01_con11 .inbox>span {
  position:relative;
  left: 50%;
  transform: translateX(-50%);
}
.fix-tabs button {
  font-size:.9rem;
  }
 .fix-tabs .goto-top {
  font-size:.7rem;
 } 
footer > div {
  justify-content: center;
  gap:2em;
}
footer span {
  width:100px;
}
  .gallery-container {
    padding-top:3em;
  }
  .gallery {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
  }
  .gallery > div {  width: 70%;display:block;margin:0 auto;}
  .gallery img {
      width: 100%;
  }
  /* 어긋나게 교차 배치 */
  .gallery img:nth-child(odd) {
      transform: translateY(20px);
  } 
}
@media (min-width: 500px) {
  .pc-none {display:none !important;}
}
@media (max-width: 500px) { 
    .sub05_con01 .inbox {
  padding-bottom:20px;
} 
   .sub05_con01 .inbox {
  width:100%;
 }
  .sub02_con50 .inbox h2 {display:block;margin:0 auto;width:100% !important;}
  .sub02_con50 .inbox {
  display:block;
}
.sub02_con50 .inbox h2,
.sub02_con50 .inbox p
{float:none;}
.sub02_con50 .inbox p {
  width:100%;
}
  .inbox>div .sec_expac_effect {
  display:block;
}
.inbox>div .sec_expac_effect .sec {
  width:100%;
}
  .sub01_con51 .inbox .con_text h2,
  .sub01_con51 .inbox .con_text p {text-align:Center;}
  .sub01_con51 .inbox>span,
  .sub01_con51 .inbox .con_text {
    position:relative;
    transform:translateX(-50%);
    left:50%;
  }
  .sub01_con51 .inbox {
    display:block;
    height:100%;
  }
  .list-btn,
  .sub02_con00 .btn {
    background:transparent !important; font-size:inherit;
  }
  footer span  {
  width:100px;
}
  footer > div:first-child {
  display:block;
}
  .mobile-none {display:none !important;}

  .gallery {
       display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
  }
  .gallery > div {
    width:100%;
    margin-bottom:0;
  }
  .gallery img {
      width: 100%;
      flex: 0 0 100%;
      transform: none;
  }
  .slider-controls {
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
  }
  .btn {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      padding: 10px;
      font-size: 20px;
      cursor: pointer;
  }
}





/* 모바일 터치 동작 부드럽게 */
@media (max-width: 600px) {
      .sec_expac_effect_4 .sec {
        width:100% !important;
    }
  .slider-container {
      width: 100%;
  }
}



/* 🎯 반응형: 화면 너비가 1000px 이하일 때 */
@media (max-width: 1000px) {


  .slide {
      min-width: calc(1000px / 4); /* 4개씩 보이게 설정 */
  }
}

/* 🎯 모바일 최적화: 600px 이하일 때 */
@media (max-width: 600px) {
  .slider-container {
      width: 100%; /* 모바일에서 가득 차도록 */
  }

  .slide {
      min-width: 50%; /* 한 번에 2개씩 보이게 */
  }
}


@media (max-width: 390px) {

  .slide {min-width:100%;}

}




@media (min-width: 1001px) and (max-width: 1110px) {
  .tab-button {font-size:1rem;}
  
}
@media (min-width: 1160px) and (max-width: 1288px) {
  .tab-content > div > div > p:first-child {font-size:26px !important;}
  .tab-content > div > div > p {font-size:16px !important;}
  .tab-content > div > div:last-child {gap:10px;}

}
@media (min-width: 1001px) and (max-width: 1288px) {
  .tab-content > div > div > p:first-child {font-size:22px;}
  .tab-content > div > div > p {font-size:14px;}
  .tab-content > div > div:last-child {gap:10px;}
  .tab-buttons-wrapper {top:7em;}
}
@media (min-width: 1201px) and (max-width: 1288px) {
  .header a {
    width:140px;

  }
  .gnb-contents ul > li {
    width:140px;
    font-size:14px
  }

}
@media (min-width: 1001px) and (max-width: 1200px) {
  .header a {
    width:135px;

  }
  .gnb-contents ul > li {
    width:135px;
    font-size:13px
  }
  .slide_blue > div {font-size:.9rem;}
}

@media (min-width: 1001px) {
  .sub01_con55 {
    width:1020px;
  }
  .mobile-full-menu {
      display: none !important;
  }
}
  @media screen and (max-width: 1000px) {
    .sub02_con50 .inbox h2 {
      width:12em;
    }
    #section3 > div > p:first-child,
    #section3 > div > p,
    #section4 > div > p:first-child,
    #section4 > div > p {
      padding-left:2rem;
      padding-right:2rem;
    }
    #section3 > div > p:first-child,
    #section4 > div > p:first-child {padding-top:60px;}
    .tab-container {padding-top:15px;}
    .tab-content > div > div:last-child {width:100%; align-items: center;}
    .tab-content > div > div:last-child p {padding-left:0;}
    .tab-content > div > div:first-child {
      display:block;
      margin:0 auto;
      width:100%;
    }
    .tab-content > div > div > p:first-child {display:none;}
    .tab-buttons-wrapper {
      top:0;
      width: 100%;border-bottom: 6px solid #e8eaed; }
    .tab-content > div > div {width:100%;}
    .tab-buttons {width:100%;}
    .tab-content > div {display:block;}
    
    /* span.d-block {
      display:block !important;
    } */
    #section2 > div,
    #section5 > div {
      padding:60px 0;
      padding-left:2rem;
      padding-right:2rem;
    }
    #section2 > div > p:first-child,
    #section3 > div > p:first-child,
    #section4 > div > p:first-child,
    #section5 > div > p:first-child  {
      font-size:22px;
      margin-bottom:0.6em;
    }
    #section2 > div > p,
    #section3 > div > p,
    #section4 > div > p,
    #section5 > div > p  {
      font-size:22px;
      line-height:30px;
    }
    
    .header:hover .menu-button .bar {
      background:#000;
    }
    /* .header,
    .header:hover {
      background:transparent !important;
    } */

    .header a {
      display:none;
    }
    
    .header-right {
      float: none;
    }
    .banner-container {
      height:450px !important;
    }
    .progress-section {
      top:70% !important;
    }
    .overlay-text {
        top:25% !important;
    }
    .overlay-text p.title-text {
      font-size: 3rem !important;
    }
    .detail-container .banner-container .overlay-text p.title-text {
      font-size: 3rem !important;
    }
    .detail-container .banner-container .overlay-text p > span {
      font-size: 1rem !important;
    }
    .overlay-text p > span {
      font-size:1rem !important;
    }
    .menu-button {
      visibility: visible;
    }
    .gnb-contents {visibility:hidden !important;}
    
    
  }
  
  @media screen and (max-width: 852px) {
      .inbox>div .sec_expac_effect_2 {display:block;}
  .inbox>div .sec_expac_effect_2 .sec {width:100%;}
    .progress-section {
        top:80% !important;
      }
    
      .overlay-text p.title-text {
        font-size: 2.6rem !important;
      }
      .overlay-text p.title-text {
        padding-left:0 !important;
      }
      .progress-container {
        margin-left:-3em;
      }
      .image-info {left:0;}
  }
  @media screen and (max-width: 700px) {

    .sub01_con12 .inbox>div dl {
      width:50%;
      padding-bottom:10px;
    }
  }
  @media screen and (max-width: 516px) {
     .inboxtable-div {
    overflow-x: scroll;
  }
  .sub03_con20 .inbox table {
    width:600px;
  }
  .sub01_con20 .inbox>div {padding-left:0;}
   .sub01_con20 .inbox {
    display:inline-block;
   }
   .sub01_con20 .inbox h2 {
    margin-bottom:10px;
   }
    .overlay-text p.title-text {
        font-size: 2rem !important;
      }
      .overlay-text p > span {
        font-size:.8rem !important;
      }
  
  }
  @media screen and (max-width: 375px) {


  }
  
  @media screen and (max-width: 344px) {
   
  
  }
.gnb-contents ul > li:hover {font-weight:700}
  .gnb-contents ul {position:Relative;}
.gnb-contents ul.depth_1:hover:after,
.gnb-contents ul.depth_2:hover:after,
.gnb-contents ul.depth_3:hover:after,
.gnb-contents ul.depth_4:hover:after,
.gnb-contents ul.depth_5:hover:after {
content: ''; /* 가상 요소로 빈 문자열을 삽입 */
    position: absolute; /* 위치 절대 지정 */
    top: -5px; /* a 태그의 하단에 배치 */
    left: 0; /* 왼쪽 끝에 배치 */
    width: 100%; /* a 태그의 전체 너비에 맞춤 */
    height: 3px; /* border-bottom 두께 */
    background-color: #004793; /* 기본적으로 보이지 않게 설정 */
    transition: background-color 0.3s ease; /* 부드럽게 색상 변화 */
}
