/* s_tab */
.s_tab {
  padding-top: 20px;
}
.s_nav {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.s_nav>li {
  font-size: 14px;
  color: #979797;
}
.s_nav>li:last-child {
  color: #333;
}
.s_tab_bg {
  width: 100%;
  height: 330px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 100px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 20px;
}
.st_bg1 {
  background: url('../images/stab_bg1.png')no-repeat center center;
}
.s_tab_txt>h2 {
  font-size: 60px;
  margin-bottom: 20px;
  color: #fff;
}
.s_tab_txt>p {
  font-size: 18px;
  color: #fff;
}
.s_menu {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50px;
  border: 1px solid #ccc;
  background: #fff;
  /* backdrop-filter: blur(7px); */
  animation: fade_in 1s forwards ease;
  animation-delay: 1s;
  opacity: 0;
  /* transition: 0.3s; */
}
@keyframes fade_in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.s_menu.sticky {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.s_menu>li {
  width: calc(100% / 6);
}
.s_menu>li>a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  /* font-size: 18px; */
  border-radius: 40px;
  transition: all .3s;
  font-weight: 600;
}
.s_menu>li.on>a {
  background: #2E3192;
  color: #fff;
}
.s_menu>li>a:hover {
  background: #2E3192;
  color: #fff;
}
.st2_bg1 {
  background: url('../images/st2_bg1.png') no-repeat center center;
}
.st2_bg2 {
  background: url('../images/st2_bg2.png') no-repeat center center;
}
.st2_bg3 {
  background: url('../images/st2_bg3.png') no-repeat center center;
}
.st2_bg4 {
  background: url('../images/st2_bg4.png') no-repeat center center;
}
.st2_bg5 {
  background: url('../images/st2_bg5.png') no-repeat center center;
}
.st2_bg6 {
  background: url('../images/st2_bg6.png') no-repeat center center;
}
.st2_bg7 {
  background: url('../images/st2_bg7.png') no-repeat center center;
}
.st2_bg8 {
  background: url('../images/st2_bg8.png') no-repeat center center;
}
.title_name {
  font-size: 40px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}
.st_notice1 {
  background: url('../images/notice_bg1.png') no-repeat center center;
}
.st_notice2 {
  background: url('../images/notice_bg2.png') no-repeat center center;
}
.st_notice3 {
  background: url('../images/notice_bg3.png') no-repeat center center;
}
.st_notice4 {
  background: url('../images/notice_bg4.png') no-repeat center center;
}
.st_notice5 {
  background: url('../images/notice_bg5.png') no-repeat center center;
}

/* swrap */
.swrap {
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 18px;
}
.swrap_in1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.swrap_in1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.s_title {
  padding-top: 100px;
  padding-bottom: 50px;
}
.s_title p {
  font-size: 20px;
  text-align: center;
  color: #2E3192;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
.s_title h2 {
  font-size: 40px;
  text-align: center;
}.mb20 {
  margin-bottom: 20px;
}
.mt50 {
  margin-top: 50px;
}
.flx {
  display: flex;
}

/* sub1 */
.ss1_c1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ss1_c1 video {
  width: 100%;
}
.ss1_intro .s_title {
  padding-top: 0;
}
.ss1_c2 {
  margin-bottom: 50px;
}
.ss1_c2 p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.ss1_c3 div:nth-child(1) {
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.ss1_c3 .flx {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.ss1_c3 .flx img {
  width: calc(50% - 15px);
}
.ss1_c4 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 50px;
  padding: 30px;
  box-sizing: border-box;
}
.ss1_c4 li {
  display: flex;
  margin-bottom: 20px;
}
.ss1_c4 li:last-child {
  margin-bottom: 0;
}
.ss1_c4 li h2 {
  width: 10%;
  color: #6d6d6d;
}

/* sub2 */
.ss2_c1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  height: 350px;
  background: url('../images/ss2_bg.png')no-repeat bottom center;
  background-size: cover;
  /* background-attachment: fixed; */
}
.ss2_c2 {
  padding-top: 0;
}
.history_list {
  height: auto;
  padding: 50px 0;
  position: relative;
}
.history_list::after {
  width: 1px;
  height: 100%;
  content: "";
  background: #333;
  position: absolute;
  top: 0;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}
.history_list li {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}
.history_list li div {
  width: 50%;
  position: relative;
}
.history_list li div.point_r::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2E3192;
  position: absolute;
  top: 15px;
  right: -58px;
  z-index: 1;
}
.history_list li div.point_l::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2E3192;
  position: absolute;
  top: 15px;
  left: -57px;
  z-index: 1;
}
.history_list li div.txt_r {
  text-align: right;
}
.history_list li div h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  color: #2E3192;
}
.history_list li div p {
  line-height: 1.5;
}
.history_list li div span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
}
.history_t {
  padding: 50px 0;
  text-align: center;
  font-size: 30px;
}

/* sub3 */
.ss3_c1 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ss3_c1 li {
  width: calc(50% - 25px);
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f1f1f1;
}
.ss3_num {
  font-size: 50px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
.ss3_txt1 {
  font-size: 24px;
  margin-bottom: 20px;
}
.ss3_txt2 span {
  font-weight: 600;
  margin-right: 10px;
}

/* sub4 */
.ss4_c1 {
  position: relative;
}
.ss4_c1::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  z-index: -1;
}
.ss4_c1 .level {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.ss4_c1 .level .box_flx {
  display: flex;
}
.ss4_c1 .level .box {
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
}
.ss4_c1 .level1 .box {
  background: #2E3192;
  color: #fff;
  font-weight: 600;
}
.ss4_c1 .level2 .box_flx {
  gap: 100px;
  position: relative;
}
.ss4_c1 .level2 .box_flx::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.ss4_c1 .level2 .box {
  background: #7679DE;
  color: #fff;
}
.ss4_c1 .level3 {
  margin-bottom: 60px;
}
.ss4_c1 .level3 .box_flx {
  gap: 200px;
  position: relative;
}
.ss4_c1 .level3 .box_flx::after {
  content: "";
  width: 50%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.ss4_c1 .level3 .box {
  background: #91D5FF;
  color: #fff;
}
.ss4_c1 .level4 .box_flx {
  width: 100%;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
.ss4_c1 .level4 .box_flx::after {
  content: "";
  width: 60%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: -1;
}
.ss4_c1 .level4 .box_flx .box_p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.ss4_c1 .level4 .box_flx .box_p1,
.ss4_c1 .level4 .box_flx .box_p3 {
  width: 37%;
}
.ss4_c1 .level4 .box_flx .box_p2 {
  width: 26%;
}
.ss4_c1 .level4 .box_flx .box_p .box_c {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  gap: 10px;
  position: relative;
}
.ss4_c1 .level4 .box_flx .box_p .box_c::after {
  content: "";
  width: 68.2%;
  height: 1px;
  background: #333;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: -1;
}
.ss4_c1 .level4 .box_flx .box_p .box_c2::after {
  width: 50%;
}
.ss4_c1 .level4 .box_flx .box_p .box_c ul {
  /* width: 160px; */
  position: relative;
}
.ss4_c1 .level4 .box_flx .box_p .box_c ul::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #333;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%,0);
  z-index: -1;
}
.ss4_c1 .level4 .box_flx .box_p .box_c1 ul {
  width: calc(100% / 3);
  border: 1px solid #00569F;
}
.ss4_c1 .level4 .box_flx .box_p .box_c2 ul {
  width: calc(100% / 2);
  border: 1px solid #2E9244;
}
.ss4_c1 .level4 .box_flx .box_p .box_c3 ul {
  width: calc(100% / 3);
  border: 1px solid #F69F13;
}
.ss4_c1 .level4 .box_flx .box_p .box_c li {
  background: #fff;
}
.ss4_c1 .level4 .box {
  position: relative;
}
.ss4_c1 .level4 .box1 {
  background: #D4EFFF;
}
.ss4_c1 .level4 .box::after {
  content: "";
  width: 1px;
  height: 50%;
  background: #333;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: -1;
}
.ss4_c1 .level4 .box2 {
  background: #D4FFEA;
}
.ss4_c1 .level4 .box3 {
  background: #FFE0AD;
}
.ss4_c1 .level4 .box_flx .box_p .box_c ul {
  border-radius: 20px;
  padding: 15px;
  box-sizing: border-box;
  max-width: 166px;
  height: 249px;
}
.ss4_c1 .level4 .box_flx .box_p .box_c ul li {
  font-size: 15px;
  line-height: 1.5;
}
.ss4_c1 .level4 .box_flx .box_p .box_c ul li:nth-child(1) {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

/* sub5 */
.s_title2 {
  width: 35%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.ss5_t {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}
.ss5_t h2 {
  font-size: 20px;
}
.ss5_table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}
.ss5_table th,
.ss5_table td {
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #333;
}
.ss5_table th {
  background: #EFF9FF;
}
.ss5_c2 {
  margin-top: 70px;
}
.ss5_c2_b1 {
  margin-top: 20px;
}
.ss5_c2_b1 li {
  margin-bottom: 10px;
  gap: 5px;
}
.ss5_c2_b1 li.flx {
  padding-left: 10px;
}

/* sub6 */
.s16_c1 .map_img {
  width: 100%;
  position: relative;
}
.s16_c1 .map_img .ko_img .pin1 p {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.s16_c1 .map_img .ko_img .pin1 img {
  margin: 0 auto;
}
.s16_c1 .map_img .ko_img .pin2 p {
  font-size: 26px;
  color: #4169e1;
  font-weight: 600;
  margin-bottom: 5px;
}
.ko_img {
  position: relative;
  width: 100%;
  padding-top: 66.67%; /* 3:2 비율 예시 (이미지 비율 맞게 조정) */
  background-image: url('/images/maps.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.pin {
  position: absolute;
  transform: translate(-50%, -100%);
  text-align: center;
}
.pin img {
  width: 24px;
  height: auto;
}
.pin1 {
  left: 25.6%;
  top: 60.2%;
}
.pin2 {
  left: 51.5%;
  top: 48%;
  animation: pin 1s infinite linear;
  cursor: pointer;
}
.pin2 img {
  width: 30px;
  margin: 0 auto;
}
@keyframes pin {
  0% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
  100% {transform: translateY(0);}
}
.s16_c2 {
  margin-top: 50px;
  display: flex;
}
.s16_c2 .root_daum_roughmap {
  width: 50%;
  /* height: 600px; */
}
.s16_c2 .root_daum_roughmap .cont {
  display: none;
}
.s16_c2 .map_info {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}
.s16_c2 .map_info>h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.s16_c2 .map_info .add>li {
  margin-bottom: 20px;
  display: flex;
}
.s16_c2 .map_info .add>li>p:nth-child(1) {
  width: 15%;
  font-weight: 600;
}
.s16_c2 .map_info .add>li>p:nth-child(1) i {
  width: 20px;
}
.s16_c2 .map_info .add>li:last-child {
  margin-bottom: 0;
}
.s16_c3 .add_guide {
  margin-top: 30px;
  box-sizing: border-box;
  border-top: 2px solid #666;
  border-bottom: 1px solid #666;
}
.s16_c3 .add_guide h2 {
  width: 10%;
  height: 100%;
}
.s16_c3 .add_guide li {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.s16_c3 .add_guide li:last-child {
  border-bottom: 0;
}
.s16_c3 .add_guide p {
  padding-left: 10px;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 5px;
}
.s16_c3 .add_guide p:last-child {
  margin-bottom: 0;
}
.s16_c3 .add_guide p span {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 5px;
  font-weight: 600;
  width: 150px;
  margin-right: 10px;
}
.s16_c3 .add_guide div {
  width: 90%;
}

/* sub2_1 */
.ss21_c2 {
  background: #f1f1f1;
}
.ss21_c2 .s_title3 {
  margin-top: 0;
  text-align: left;
}
.ss21_c2_b1 {
  display: flex;
  align-items: center;
  gap: 70px;
}
.ss21_c2_b1>div {
  width: 50%;
}
.ss21_c2_b1 .txt_box ul li {
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.ss21_c2_b1 .txt_box ul li h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.ss21_c2_b1 .img_box {
  border-radius: 10px;
  overflow: hidden;
}
#inc02 .inc02_wrap {
  position:relative;
  width:100%;
}
#inc02 .inc02_wrap .section_par {
  color:#222e42;
}
#inc02 .inc02_wrap .tech_list>li {
  position:relative;
  perspective:300px;
  margin-bottom: 50px;
}
#inc02 .inc02_wrap .tech_list>li:last-child {
  margin-bottom: 0;
}
#inc02 .inc02_wrap .tech_list li .gsap_container {
  position:relative;
  display:flex;
  justify-content:space-between;
  padding:40px;
  border-radius:30px;
  filter:brightness(1);
  background-color:#fff;
  box-shadow: 0 7px 12px rgba( 0, 0, 0, 0.2);
  height: 629px;
  }
#inc02 .inc02_wrap .tech_list li+li {
  margin-top:60px;
}
#inc02 .inc02_wrap .tech_list li .txt_cont {
  display:flex;
  flex-direction:column;
  width:60%;
  height:100%;
}
#inc02 .inc02_wrap .tech_list li .txt_cont span {
  font-size:70px;
  font-weight:700;
  line-height:1;
  color:#ccc;
  font-family: 'Montserrat';
}
#inc02 .inc02_wrap .tech_list li .txt_cont h3 {
  margin-bottom:20px;
  font-size:30px;
  font-weight:800;
  line-height:1.3;
  color:#222e42;
  margin-top: 10px;
}
#inc02 .inc02_wrap .tech_list li .txt_cont .list>li {
  margin-top: 30px;
}
#inc02 .inc02_wrap .tech_list li .txt_cont .list>li h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#inc02 .inc02_wrap .tech_list li .txt_cont .list>li p {
  font-size: 17px;
}
#inc02 .inc02_wrap .tech_list li .img_cont {
  width:40%;
  height:100%;
}
#inc02 .inc02_wrap .tech_list li .img_cont img {
  width:100%;
  height:100%;
  border-radius:20px;
  object-fit:cover;
}

@media(max-width:768px) {
  #inc02 .inc02_wrap .tech_list li .gsap_container{height:400px;padding:20px}  
  #inc02 .inc02_wrap .tech_list li .txt_cont span{font-size:40px}  
  #inc02 .inc02_wrap .tech_list li .txt_cont h3{font-size:22px}  
  #inc02 .inc02_wrap .tech_list li .txt_cont p{font-size:16px}
}
.ss21_c4 .s_title3 {
  margin-top: 0;
}
.ss21_c4_b1 {
  width: 100%;
  display: flex;
  gap: 30px;
}
.ss21_c4_b1>li {
  width: 25%;
  /* text-align: center; */
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
.ss21_c4_b1>li .img_box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ss21_c4_b1>li .img_box img {
  width: 100%;
}
/* .ss21_c4_b1>li:nth-child(even) {
  padding-top: 50px;
} */
.ss21_c4_b1>li span {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}
.ss21_c4_b1>li h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ss21_c4_b1>li p {
  line-height: 1.5;
}

/* sub2_2 */
.ss_t {
  color: #2E3192;
  text-transform: uppercase;
  text-align: center;
  margin-top: 100px;
}
.s_title3 {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}
.s_title3 h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.s_title3 p {
  font-size: 18px;
  line-height: 1.5;
}
.ss22_c1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ss22_c1_b1 {
  display: flex;
  gap: 50px;
  margin-top: 100px;
}
.ss22_c1_b1>li {
  width: calc(100% / 3);
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  transition: all .3s;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.ss22_c1_b1>li>span {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-family: 'Montserrat';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #4169e1;
  color: #fff;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.03);
  transition: all .3s;
}
.ss22_c1_b1>li>h2 {
  padding: 20px 0;
  font-size: 22px;
  transition: all .3s;
}
.ss22_c1_b1>li>p {
  line-height: 1.5;
  transition: all .3s;
}
.ss22_c1_b1>li:hover {
  color: #fff;
  background: #4169e1;
}
.ss22_c1_b1>li:hover>span {
  color: #4169e1;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.ss22_c1_b2 {
  text-align: center;
  margin-top: 50px;
}
.ss22_c2 {
  margin-top: 100px;
  padding: 100px 0;
  background: #f1f1f1;
}
.ss22_c2_b1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ss22_c2 .s_title3 {
  margin-top: 0;
}
.l_bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.l_bnr li {
  width: calc(50% - 25px);
}
.ss22_c2_b1 .txt_box>h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.ss22_c2_b1 .txt_box>p {
  line-height: 1.5;
}
.ss22_c2_b1 .img_box {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.ss22_c2_b1 li:nth-child(1) .img_box {
  align-items: flex-start;
}
.ss22_c2_b1 .img_box>img {
  width: 100%;
  object-fit: cover;
}
.ss22_c3 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.ss22_c3 .s_title3 {
  text-align: left;
  margin: 0;
  padding-top: 40px;
}
.ss22_c3>div {
  width: 50%;
}
.business_list {
  margin-top: 30px;
}
.business_list>li {
  padding: 20px 0;
  box-sizing: border-box;
  /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
}
.business_list>li>h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.business_list>li>p {
  padding-left: 10px;
  line-height: 1.5;
}
.ss22_c3>div.ss22_c3_b2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss22_c3>div.ss22_c3_b2 img {
  display: block;
  width: 100%;
  height: 100%;
}
.ss22_c4 {
  padding: 100px 0;
  background: url('../images/ss22_c5_bg.png')no-repeat;
  background-position: center center;
  background-size: cover;
}
.ss22_c4 .s_title3 {
  margin-top: 0;
}
.ss22_c4_b1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.ss22_c4_b1>li {
  width: 20%;
  text-align: center;
  padding: 30px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #FBF9F0;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.1);
}
.ss22_c4_b1>li:nth-child(even) {
  margin-top: 100px;
}
.ss22_c4_b1>li>div {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ss22_c4_b1>li>div>img {
  width: 40%;
}
.ss22_c4_b1>li>h2 {
  margin-bottom: 20px;
  font-size: 20px;
}
.ss22_c4_b1>li>p {
  line-height: 1.5;
  font-size: 17px;
}
.ss22_c5 {
  height: fit-content;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  background: url('../images/ss22_c5_bg2.png') no-repeat center center;
  background-size: cover;
}
.ss22_c5 .s_title3 {
  margin-top: 0;
}
.ss22_c5 .outer {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ss22_c5_b1 {
  width: 70%;
  margin: 0 auto;
}
.ss22_c5_b1>li {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  transition: all .3s;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #f9f9f9;
  cursor: pointer;
}
.ss22_c5_b1>li>h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #6064d5;
}
.ss22_c5_b1>li>h2>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4169e1;
  color: #fff;
}
.ss22_c5_b1>li>div {
  display: none;
  margin-top: 30px;
  padding-left: 50px;
}
.ss22_c5_b1>li>div>p {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 18px;
}
.ss22_c5_b1>li>div>p:last-child {
  margin-bottom: 0;
}
.ss22_c5_b1>li.on {
  background: #fff;
  border: 1px solid #4169e1;
}
.ss22_c5_b1>li>h2 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #4169e1;
}
.ss22_c5_b1>li>h2>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4169e1;
  color: #fff;
}
.ss22_c5_b1>li>div.txt {
  display: none;
  margin-top: 30px;
  padding-left: 50px;
}
.ss22_c5_b1>li>div.txt>p {
  margin-bottom: 10px;
  line-height: 1.5;
}
.ss22_c5_b1>li>div.txt>p:last-child {
  margin-bottom: 0;
}
.ss22_c5_b1>li>div.plus_btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4169e1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 0;
  margin: 0;
  transition: all .5s;
}
.ss22_c5_b1>li>div.plus_btn>div {
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  transition: all .3s;
}
.ss22_c5_b1>li>div.plus_btn>div:nth-child(2) {
  width: 1px;
  height: 15px;
}
.ss22_c5_b1>li.on>div.plus_btn>div:nth-child(2) {
  transform: rotate(-90deg);
}

.ss22_c6 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.ss22_c6 .img_box {
  width: 40%;
}
.ss22_c6 .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ss22_c6 .s_title3 {
  width: 100%;
}
.ss22_c6_b1 {
  margin-bottom: 40px;
  border-left: 5px solid #4169e1;
}
.ss22_c6_b1:nth-of-type(2) {
  margin-left: 15px;
}
.ss22_c6_b1:nth-of-type(3) {
  margin-left: 30px;
}
.ss22_c6_b1:nth-of-type(4) {
  margin-left: 45px;
  margin-bottom: 0;
}
.ss22_c6_b1>li {
  margin-bottom: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 17px;
}
.ss22_c6_b1>li:nth-child(1) {
  margin-bottom: 15px;
}
.ss22_c6_b1>li:nth-child(1)>h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.ss22_c6_b1>li:last-child {
  margin-bottom: 0;
}
.ss22_c7_b1 {
  display: flex;
  gap: 50px;
}
.ss22_c7_b1>li {
  width: calc(100% / 3);
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
}
.ss22_c7_b1>li>h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.ss22_c7_b2 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.ss22_c7_b2>li {
  text-align: center;
}
.ss22_c7_b2>li .num {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.ss22_c7_b2>li h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

/* sub2-3 */
.ss23_c1 {
  padding: 100px 0;
  display: flex;
  gap: 50px;
  background: url('../images/ss23_c1_bg.png')no-repeat top center;
  background-attachment: fixed;
}
.ss23_c1 .s_title3 {
  width: 50%;
  margin: 0 auto;
  color: #fff;
}
.ss23_c1 .s_title3>h2 {
  margin-bottom: 30px;
}
.ss23_c2_b1 {
  width: 50%;
  margin: 0 auto;
  display: flex;
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 5px;
  /* gap: 50px; */
}
.ss23_c2_b1 > li {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  border-radius: 30px;
  transition: all 0.3s;
  opacity: 0.5;
}
.ss23_c2_b1 > li.on {
  background: #6064d5;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
}
.ss23_c2_b1 > li:hover {
  background: #6064d5;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.ss23_c2 .s_title3 {
  margin-bottom: 100px;
}
.ss23_sheet>li {
  margin-top: 100px;
  display: none;
}
.ss23_sheet>li.on {
  display: block;
}
.sheet_t {
  padding-left: 20px;
}
.sheet_t>h2 {
  width: fit-content;
  font-size: 30px;
  margin-bottom: 20px;
  position: relative;
}
.sheet_t>h2::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4169e1;
  position: absolute;
  top: -5px;
  left: -20px;
}
.sheet_t>p {
  font-size: 18px;
  line-height: 1.5;
  margin-left: -20px;
}
.sheet_txt {
  display: flex;
  margin-top: 50px;
  gap: 20px;
}
.sheet_txt>li {
  width: 25%;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}
.sheet_txt>li h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.sheet_txt>li p {
  line-height: 1.5;
  font-size: 17px;
}
.sheet_t2 {
  margin-top: 100px;
}
.sheet1_2 {
  display: flex;
  /* align-items: center; */
  gap: 100px;
  margin-top: 50px;
}
.sheet1_2>div {
  width: 50%;
}
.sheet1_2 .txt_box>h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.sheet1_2 .txt_box>p {
  line-height: 1.5;
  margin-bottom: 30px;
}
.sheet1_2 .txt_box>p:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 0;
}
.sheet1_2 ul {
  padding: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.sheet1_2 ul>li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.sheet1_2 .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.sheet1_3 {
  margin-top: 100px;
}
.cont_box {
  display: flex;
  /* align-items: center; */
  gap: 100px;
}
.cont_box .img_box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.cont_box .img_box img {
  height: 100%;
}
.cont_box>ul {
  width: 50%;
}
.cont_box>ul>li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.cont_box>ul>li:last-child {
  border-bottom: 1px solid #ccc;
}
.cont_box>ul>li>span {
  width: 15%;
  color: #4169e1;
  font-weight: 600;
  font-size: 20px;
}
.circle-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 100px auto;
}
.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #f0e5c8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.segment {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.segment::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: transparent;
  transform-origin: center;
  z-index: -1;
}
.text-box {
  text-align: left;
  border-radius: 10px;
  box-sizing: border-box;
}
.circle-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
}
.item2 .text-box {
  text-align: right;
} 
.circle-item .icon {
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-item .text-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 22px;
}
.circle-item .text-desc {
  color: #666;
}
.item1 { top: 18%; right: -39%; }
.item2 { top: 40%; left: -56%;}
.item3 { bottom: 17%; right: -40%;}
/* 호버 효과 */
.circle-container {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 5px auto;
  margin-bottom: 0;
}
.circle-container svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(5deg); /* 12시 방향 시작 */
}
.arc {
  fill: none;
  stroke: #333;
  stroke-width: 7;
  transition: all 0.3s;
  cursor: pointer;
}
.arc.on {
  stroke-width: 17;
}
.icon {
  font-size: 24px;
}
@media (max-width: 600px) {
  .circle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    aspect-ratio: unset;
    height: auto;
  }
  .circle {
    display: none;
  }
  .circle-item {
    position: static;
    transform: none;
    margin: 20px 0;
  }
}
.sheet2_1 .sheet_txt>li {
  width: calc(100% / 3);
}
.sheet2_2>ul>li {
  width: calc(100% / 3 - 13.4px);
}

/* sub2_4 */
.ss24_c1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.ss24_c1 .s_title3 {
  margin: 0;
  position: absolute;
  color: #fff;
}
.ss24_c2 {
  background: none !important;
}
.ss24_c2 .ss24_c2_b1>li>h2 {
  height: auto;
  line-height: 1.5;
}
.ss24_c3 {
  background: url('../images/ss24_c3_bg.png')no-repeat center center;
  background-size: cover;
}
.ss24_c3 .s_title3 {
  margin-top: 0;
}
.program_list {
  width: 100%;
  display: flex;
  gap: 50px;
}
.program_list .program_box {
  width: calc(100% / 3);
  padding: 30px;
  border: 1px solid #4169e1;
  border-radius: 10px;
  background: rgba( 65, 105, 255, 0.7 );
  backdrop-filter: blur(5px);
  text-align: center;
}
.program_list .program_box2 {
  border: 1px solid #ffc45d;
  background: rgba( 255, 196, 93, 0.7 );
}
.program_list .program_box3 {
  border: 1px solid #ff8e77;
  background: rgba( 255, 142, 119, 0.7 );
}
.program_list .program_box>p {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  background: #4169e1;
}
.program_list .program_box2>p {
  background: #ffc45d;
}
.program_list .program_box3>p {
  background: #ff8e77;
}
.program_list .program_box>h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.program_list .program_box span {
  padding: 10px 0;
  display: inline-block;
}
.program_list .program_box .program {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 123px;
}
.program_list .program_box .program p {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba( 0, 0, 0, 0.3 );
}
.program_list .program_box .program3 p {
  color: #ff5656;
}
.program_list .program_box .program h2 {
  font-size: 20px;
}
.program_list .program_box3 .program2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.program_list .program_box3 .program3 {
  background: rgba( 255, 208, 219, 0.9 );
}
.program_ment {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #333;
  font-weight: 600;
  font-size: 24px;
}
.ss24_c4_b1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ss24_c4_b1>li {
  width: calc(100% / 3 - 13.4px);
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f1f1;
}
.ss24_c4_b1>li:nth-child(1) {
  background: url('../images/ss24_c4_bg.png')no-repeat center center;
  background-size: cover;
}
.ss24_c4_b1>li .s_title3 {
  margin: 0;
  text-align: left;
  color: #fff;
}
.ss24_c4_b1>li .img_box {
  width: 40px;
  height: 55px;
  margin-bottom: 20px;
}
.ss24_c4_b1>li .img_box img {
  width: 100%;
}
.ss24_c4_b1>li:last-child .img_box {
  width: 55px;
}
.ss24_c4_b1>li .txt_box h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss24_c4_b1>li .txt_box p {
  line-height: 1.5;
}
.ss24_c5_b1 {
  display: flex;
  align-items: center;
  gap: 70px;
}
.ss24_c5 .img_box {
  width: 50%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ss24_c5 .img_box img {
  height: 100%;
  object-fit: cover;
}
.ss24_c5 .txt_box {
  width: 50%;
}
.ss24_c5 .txt_box p {
  line-height: 1.5;
}
.ss24_c7 {
  background: #f1f1f1;
}
.ss24_c7 .s_title3 {
  margin-top: 0;
  padding-top: 100px;
}
.ss24_c7_b1 {
  padding-top: 0;
}
.ss24_c7_b1 li {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 7px 12px rgba( 0, 0, 0, 0.18 );
  cursor: pointer;
  margin-bottom: 30px;
  transition: all .3s;
  background: #fff;
}
.ss24_c7_b1 li:hover {
  color: #fff;
  background: #4169e1;
}
.ss24_c7_b1 li:hover img {
  filter: invert();
}
.ss24_c7_b1 li .title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ss24_c7_b1 li .title_box h2 {
  font-size: 22px;
}
.ss24_c7_b1 li .title_box span {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4169e1;
  margin-right: 10px;
  transition: all .3s;
}
.ss24_c7_b1 li:hover .title_box span {
  background: #fff;
  color: #4169e1;
}
.ss24_c7_b1 li .title_box img {
  transition: all .3s;
}
.ss24_c7_b1 li p {
  margin-top: 20px;
  display: none;
}
.ss24_c7_b1 li.on {
  background: #4169e1;
  color: #fff;
}
.ss24_c7_b1 li.on span {
  background: #fff;
  color: #4169e1;
}
.ss24_c7_b1 li.on img {
  filter: invert();
  transform: rotate(180deg);
}
.ss24_c8_b1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  border: 5px dashed transparent;
  transition: border 1s ease;
}
.ss24_c8_b1.show-border {
  border: 5px dashed #4169e1;
}
.ss24_c8_b1>h2 {
  position: absolute;
  top: 45%;
  left: -147px;
  padding: 0 10px;
  border-radius: 20px;
  background: #fff;
  font-size: 28px;
  color: #4169e1;
  opacity: 0;
  transition: opacity 1s ease;
}
.ss24_c8_b1.show-border > h2 {
  opacity: 1;
}
.ss24_c8_b1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ss24_c8_b1 ul li {
  width: calc(100% / 3 - 33.5px);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ccc;
  position: relative;
  background: #f9f9f9;
}
.ss24_c8_b1 ul li div span {
  display: inline-block;
  background: #4169e1;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 20px;
  font-family: 'Montserrat';
  font-size: 14px;
}
.ss24_c8_b1 ul li>p.color_red {
  color: #ff5353;
  font-weight: 600;
}
.ss24_c8_b1 ul li div h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.ss24_c8_b1 ul li div p {
  font-size: 16px;
  color: #6064d5;
}
.ss24_c8_b1 ul li>p {
  background: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 20px;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #6d6d6d;
}
.ss24_c8_b2 {
  padding-top: 25px;
  border: 0;
}

/* sub2_5 */
.ss25_c3 {
  background: #f1f1f1;
}
.ss25_c3 .s_title3 {
  padding-top: 100px;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.ss25_c3_b1 {
  padding-top: 50px;
}
.ss25_c3_b1 .intro {
  display: flex;
  gap: 70px;
}
.ss25_c3_b1 .intro div {
  width: 50%;
}
.ss25_c3_b1 .intro .img_box {
  border-radius: 10px;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss25_c3_b1 .intro .txt_box h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss25_c3_b1 .intro .txt_box p {
  line-height: 1.5;
}
.ss25_c3_b1 .intro .txt_box p.mt20 {
  margin-top: 20px;
}
.ss25_c3_b2 {
  padding-top: 0;
}
.ss25_c3_b2 ul {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}
.ss25_c3_b2 ul li {
  width: calc(100% / 3);
}
.ss25_c3_list .txt_box {
  text-align: center;
}
.ss25_c4_b1 {
  display: flex;
  gap: 50px;
}
.ss25_c4_b1>li {
  width: calc(100% / 3);
  text-align: center;
  padding: 30px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 10px;
}
.ss25_c4_b1>li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ss25_c4_b1>li .img_box img {
  width: 50px;
}
.ss25_c4_b1>li .txt_box h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.ss25_c4_b1>li .txt_box p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.ss25_c4_b1>li .txt_box p:nth-of-type(2) {
  margin-bottom: 0;
}
.ss25_c5 {
  background: #f1f1f1;
}
.ss25_c5_b1 {
  display: flex;
  align-items: center;
  gap: 70px;
}
.ss25_c5_b1 .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.ss25_c5_b1 .txt_box .s_title3 {
  margin: 0;
  text-align: left;
  margin-bottom: 50px;
}
.ss25_c5_b1 .txt_box ul li {
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.ss25_c5_b1 .txt_box ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.ss25_c5_b1 .txt_box ul li h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss25_c5_b1 .txt_box ul li p {
  line-height: 1.5;
  font-size: 17px;
}
.ss25_c6 {
  background: url('../images/ss25_c6_bg.png')no-repeat center center !important;
  background-size: cover;
}
.ss24_c6 {
  background: url('../images/ss24_c6_bg.png') no-repeat center center !important;
}
.ss25_c6_b1 ul {
  align-items: stretch;
}
.ss25_c6_b1 ul li .bottom {
  height: 256px;
}
.ss25_c6_b1 ul li .bottom h2 {
  font-size: 20px !important;
}
.ss25_c7_b1 {
  display: flex;
}
.ss25_c7_b1>div {
  width: 50%;
}
.ss25_c7_b1 .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.ss25_c7_b1 .txt_box .s_title3 {
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
}
.ss25_c7_b1 .txt_box ul li {
  margin-bottom: 40px;
}
.ss25_c7_b1 .txt_box ul li:last-child {
  margin-bottom: 0;
}
.ss25_c7_b1 .txt_box ul li h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.ss25_c7_b1 .txt_box ul li p {
  line-height: 1.5;
}

/* sub2_6 */
.ss26_c1 {
  padding: 0;
}
.s_title3 .sub_title {
  margin-bottom: 10px;
  font-size: 24px;
}
.ss26_c1_b1 {
  padding-top: 50px;
  display: flex;
  gap: 70px;
}
.ss26_c1_b1 .img_box {
  width: 50%;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss26_c1_b1 .img_box img {
  width: 100%;
}
.ss26_c1_b1 .txt_box {
  width: 50%;
}
.ss26_c1_b1 .txt_box h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.ss26_c1_b1 .txt_box p {
  line-height: 1.5;
}
.ss26_c2 {
  background: #f9f9f9;
  margin-top: 100px;
}
.ss26_c2 .s_title3 {
  margin-top: 0;
}
.ss26_c2_b1 {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.ss26_c2_b1>li {
  width: calc(100% / 3);
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}
.ss26_c2_b1>li h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.ss26_c2_b1>li p {
  line-height: 1.5;
}
.ss26_c2_b1>li .img_box {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ss26_c2_b1>li .img_box img {
  width: 20%;
}
.ss26_c2_b2 {
  text-align: center;
  line-height: 1.5;
}
.ss26_c3 {
  display: flex;
  gap: 70px;
  align-items: stretch;
}
.ss26_c3 .ss26_c3_bg {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.ss26_c3 .ss26_c3_bg img {
  width: 100%;
  height: 100%;
}
.ss26_c3>ul {
  width: 50%;
  gap: 20px;
}
.ss26_c3>ul>li {
  padding: 30px 0;
  box-sizing: border-box;
  display: flex;
  background: #f1f1f1;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.ss26_c3>ul>li:last-child {
  margin-bottom: 0;
}
.ss26_c3>ul>li.s_title3 {
  margin: 0;
  text-align: left;
  padding: 0;
  background: none;
  margin-bottom: 20px;
}
.ss26_c3>ul>li>p {
  padding-left: 60px;
  position: relative;
  z-index: 5;
}
.ss26_c3 > ul > li div {
  width: 40.5px;
  height: 40.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
  z-index: 10;
}
.ss26_c3 > ul > li div > p {
  width: 40.5px;
  height: 40.5px;
  box-sizing: border-box;
  border-radius: 0 0 50% 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 600;
}
.ss26_c3 > ul > li.round_box::before {
  content: "";
  width: 40.5px;
  height: 100%;
  position: absolute;
  top: 40.5px;
  left: 0;
  background: #fff;
  z-index: 2;
}
.ss26_c3 > ul > li.round_box::after {
  content: "";
  width: 81px;
  height: 40.5px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
.ss26_c3 > ul > li .bg {
  width: 40.5px;
  height: 40.5px;
  background: #fff;
  border-radius: 0 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ss26_c3 > ul > li .bg::before {
  content: "";
  width: 40.5px;
  height: 80px;
  position: absolute;
  top: 40.5px;
  left: 0;
  background: #f1f1f1;
  border-radius: 10px 0 0 0;
  z-index: 3;
}
.ss26_c3 > ul > li .bg::after {
  content: "";
  width: 40.5px;
  height: 40.5px;
  position: absolute;
  top: 0;
  left: 40.5px;
  background: #f1f1f1;
  border-top-left-radius: 10px;
  z-index: 3;
}
.ss26_c4 {
  background: #f7f7f7;
}
.ss26_c4 .s_title3 {
  padding-top: 100px;
  margin-top: 0;
}
.ss26_c4_b1 {
  display: flex;
  gap: 50px;
  padding-top: 0;
}
.ss26_c4_b1>li {
  width: calc(100% / 3);
  padding: 30px;
  border-radius: 50px 0 50px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
}
.ss26_c4_b1>li>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4169e1;
  color: #fff;
  font-size: 24px;
  font-family: 'Montserrat';
  margin: 0 auto;
  margin-bottom: 20px;
}
.ss26_c4_b1>li>h2 {
  margin-bottom: 20px;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
}
.ss26_c4_b1>li:last-child>h2 {
  height: auto;
  line-height: 1.5;
}
.ss26_c4_b1>li>p {
  line-height: 1.5;
}
.ss26_c5_b1 {
  display: flex;
  gap: 70px;
}
.ss26_c5_b1 .s_title3 {
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
}
.ss26_c5_b1>div {
  width: 50%;
}
.ss26_c5_b1 .txt_box>ul {
  margin-bottom: 40px;
}
.ss26_c5_b1 .txt_box>ul:last-child {
  margin-bottom: 0;
}
.ss26_c5_b1 .txt_box>ul>li {
  line-height: 1.5;
}
.ss26_c5_b1 .txt_box>ul>li:first-child {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  /* color: #4169e1; */
}
.ss26_c5_b1 .img_box {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss27_c1 {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('../images/ss27_c1_bg.png') no-repeat top center;
  background-attachment: fixed;
}
.ss27_c1 .s_title3 {
  margin: 0;
  color: #fff;
}
.ss27_c2_b1 {
  display: flex;
  gap: 70px;
}
.ss27_c2_b1 .s_title3 {
  width: 50%;
  margin: 0;
  text-align: left;
}
.ss27_c2_b1 .pyramid {
  width: 50%;
}
.ss27_c2_b1 .layer {
  display: flex;
  align-items: center;
}
.ss27_c2_b1 .layer .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.ss27_c2_b1 .layer .img_box .icon {
  position: absolute;
  width: 10%;
}
.ss27_c2_b1 .layer .txt_box {
  width: 100%;
  border-bottom: 1px solid #ffd591;
  padding: 23px 0;
  box-sizing: border-box;
}
.ss27_c2_b1 .layer3 .txt_box {
  border-bottom: 0;
}
.ss27_c2_b1 .layer h2 {
  margin-bottom: 10px;
}
.ss27_c2_b1 .layer1 .txt_box {
  margin-left: -100px;
}
.ss27_c2_b1 .layer2 .txt_box {
  margin-left: -50px;
}
.ss27_c3_b1 {
  display: flex;
  gap: 70px;
}
.ss27_c3_b1>div {
  width: 50%;
}
.ss27_c3_b1 .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.ss27_c3_b1 .img_box img {
  height: 100%;
}
.ss27_c3_b1 .s_title3 {
  margin: 0;
  text-align: left;
  /* margin-bottom: 50px; */
}
.ss27_c3_b1 p {
  line-height: 1.5;
}
.ss27_c3_b1 ul>li {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}
.ss27_c3_b1 ul>li h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.ss27_c3_b1 ul>li p {
  font-size: 17px;
}
.ss27_c3_b1 .more {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed #ccc;
  position: relative;
}
.ss27_c3_b1 .more::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4169e1;
  top: 15px;
  left: 0;
  position: absolute;
}
.ss27_c3_b1 .more p {
  padding-left: 10px;
}
.ss27_c4 {
  background: url('../images/ss27_c4_bg.png')no-repeat center center;
  background-size: cover;
}
.ss27_c4_b1 .s_title3 {
  margin: 0;
  padding-top: 150px;
  padding-bottom: 50px;
}
.ss27_c4_b1 .line {
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.ss27_c4_b1 ul {
  display: flex;
  gap: 20px;
  padding: 0;
  padding-bottom: 100px;
}
.ss27_c4_b1 ul li {
  width: 25%;
}
.ss27_c4_b1 ul li .top {
  text-align: center;
  font-family: 'Montserrat';
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #4169e1;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -20px;
}
.ss27_c4_b1 ul li .bottom {
  padding: 30px;
  background: rgba( 255, 255, 255, 0.7 );
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  text-align: center;
  margin-top: 20px;
}
.ss27_c4_b1 ul li .bottom img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.ss27_c4_b1 ul li .bottom h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.ss27_c4_b1 ul li .bottom p {
  line-height: 1.5;
}
.ss27_c5_b1 {
  display: flex;
  align-items: center;
  gap: 70px;
  margin-bottom: 70px;
}
.ss27_c5_b1 .img_box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.ss27_c5_b1 .txt_box {
  width: 50%;
}
.ss27_c5_b1 .txt_box h2 {
  margin-bottom: 20px;
  font-size: 22px;
}
.ss27_c5_b1 .txt_box p {
  line-height: 1.5;
}
.ss27_c5_b2 {
  width: 100%;
  display: flex;
  gap: 50px;
  margin: 0 auto;
}
.ss27_c5_b2 li {
  width: calc(100% / 3);
  border-top: 2px solid #333;
  /* border-bottom: 1px solid #ccc; */
  box-sizing: border-box;
  padding: 50px;
  text-align: center;
}
.ss27_c5_b2 li h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.ss27_c5_b2 li h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss27_c5_b2 li div {
  width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}
.ss27_c5_b2 li p {
  line-height: 1.5;
}
.ss27_c6 {
  background: #f1f1f1;
}
.ss27_c6_b1 {
  padding-bottom: 0;
}
.ss27_c6_b1 .s_title3 {
  margin-top: 0;
}
.container {
  margin-bottom: 50px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
}
.circle_box {
  display: flex;
  align-items: center;
}
.circle_box li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.circle_box li:nth-child(1) {
  text-align: right;
  justify-content: flex-end;
}
.circle_box li h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.circle_box li .box {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  box-sizing: border-box;
}
.circle_box li .box img {
  filter: invert();
}
.circle_box li .box1 {
  border-radius: 100% 0 0 0;
  border-right: 1px solid #fff;
}
.circle_box li .box2 {
  border-radius: 0 100% 0 0;
}
.circle_box li .box3 {
  border-radius: 0 0 0 100%;
  border-right: 1px solid #fff;
}
.circle_box li .box4 {
  border-radius: 0 0 100% 0;
}
.circle_box li .box1 img {
  margin-left: 30px;
  margin-top: 30px;
}
.circle_box li .box2 img {
  margin-right: 30px;
  margin-top: 30px;
}
.circle_box li .box3 img {
  margin-left: 30px;
  margin-bottom: 30px;
}
.circle_box li .box4 img {
  margin-right: 30px;
  margin-bottom: 30px;
}
.circle_box2 {
  padding-top: 0;
}
.circle_box2 li .box {
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
.ss27_c6_b2 {
  padding-bottom: 100px;
}
.ss27_c6_b2>h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.ss27_c6_b2>p {
  line-height: 1.5;
  text-align: center;
}
.ss27_c7_b1 {
  display: flex;
  gap: 50px;
  padding-top: 0;
}
.ss27_c7_b1>li {
  width: calc(100% / 3);
}
.ss27_c7_b1>li .img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ss27_c7_b1>li .img_box img {
  width: 100%;
}
.ss27_c7_b1>li .txt_box h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.ss27_c7_b1>li .txt_box p {
  line-height: 1.5;
}

/* sub2_8 */
.ss28_c2_b1 {
  display: flex;
  gap: 50px;
}
.ss28_c2_b1>li {
  width: calc(100% / 3);
  padding: 30px;
  border-radius: 30px 0 30px 0;
  border: 1px solid #ccc;
  text-align: center;
}
.ss28_c2_b1>li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 60px;
}
.ss28_c2_b1>li .img_box img {
  width: 50px;
}
.ss28_c2_b1>li:last-child .img_box img {
  width: 40px;
}
.ss28_c2_b1>li .txt_box h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.ss28_c2_b1>li .txt_box p {
  line-height: 1.5;
}
.ss28_c3 {
  display: flex;
  gap: 70px;
}
.ss28_c3>div {
  width: 50%;
}
.ss28_c3 .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.ss28_c3 .txt_box .s_title3 {
  margin: 0;
  margin-bottom: 50px;
  text-align: left;
}
.ss28_c3 .txt_box ul li {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.ss28_c3 .txt_box ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.ss28_c3 .txt_box ul li h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.ss28_c3 .txt_box ul li p {
  line-height: 1.5;
}
.ss28_c4 {
  background: #f7f7f7;
}
.ss28_c4 .ss28_c4_b1 {
  padding-bottom: 100px;
}
.ss28_c4 .ss28_c4_b1 .s_title3 {
  margin-top: 0;
}
.ss28_c4_b2 ul {
  display: flex;
  gap: 50px;
}
.ss28_c4_b2 ul li {
  width: 25%;
  border-top: 2px solid #333;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.ss28_c4_b2 ul li div {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.ss28_c4_b2 ul li h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss28_c4_b2 ul li p {
  line-height: 1.5;
}
.ss28_c5_b1 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ss28_c5_b1>li {
  width: calc(50% - 25px);
  text-align: center;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
}
.ss28_c5_b1>li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.ss28_c5_b1>li .img_box img {
  width: 50px;
}
.ss28_c5_b1>li .txt_box h2 {
  margin-bottom: 10px;
  font-size: 22px;
}
.ss28_c6 {
  background: url('../images/ss28_c6_bg.png')no-repeat top center;
  background-size: cover;
  color: #fff;
}
.ss28_c6_b1 {
  padding-bottom: 50px;
}
.ss28_c6_b1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.ss28_c6_b1 ul li {
  width: calc(100% / 3 - 33.5px);
  background: rgba( 255, 255, 255, 0.2 );
  backdrop-filter: blur(4px);
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.ss28_c6_b1 ul li h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss28_c6_b1 ul li p {
  line-height: 1.5;
}
.ss28_c6_b2 {
  text-align: center;
  padding-bottom: 100px;
  line-height: 1.5;
}
.ss28_c7 {
  display: flex;
  gap: 70px;
}
.ss28_c7 .txt_box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.ss28_c7 .txt_box .s_title3 {
  margin: 0;
  text-align: left;
}
.ss28_c7 .txt_box ul {
  width: 100%;
  display: flex;
  gap: 20px;
}
.ss28_c7 .txt_box ul li {
  text-align: center;
  width: calc(100% / 3);
}
.ss28_c7 .txt_box ul li h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  font-size: 20px;
}
.ss28_c7 .txt_box ul li p {
  line-height: 1.5;
}
.ss28_c7 .img_box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.ss28_c8_b1 li {
  display: flex;
  /* align-items: center; */
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.ss28_c8_b1 li:last-child {
  margin-bottom: 0;
}
.ss28_c8_b1 li div {
  width: 50%;
  overflow: hidden;
}
.ss28_c8_b1 li .txt_box {
  padding: 50px;
}
.ss28_c8_b1 li .txt_box h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.ss28_c8_b1 li .txt_box p {
  line-height: 1.5;
}

/* 미디어 1400 */
@media screen and (max-width: 1400px) {
  .swrap {
    font-size: 16px;
  }
  .swrap_in1200 {

  }
  .s_tab {
    padding: 20px 10px 0 10px;
  }
  .s_tab_txt>h2 {
    font-size: 50px;
  }
  .ss1_c2 p {
    font-size: 16px;
  }
  .ss4_c1::after {
    height: 30%;
  }
  .ss4_c1 .level4 .box_flx .box_p {
    width: calc(100% / 3);
  }
  .ss4_c1 .level4 .box_flx .box_p .box_c::after {
    display: none;
  }
  .ss4_c1 .level4 .box_flx .box_p .box_c {
    display: block;
    margin-top: 30px;
  }
  .ss4_c1 .level4 .box_flx .box_p .box_c ul {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .ss4_c1 .level4 .box_flx .box_p .box_c ul:last-child {
    margin-bottom: 0;
  }
  .ss4_c1 .level4 .box_flx .box_p .box_c ul::after {
    display: none;
  }
  .s16_c1 .map_img .polygon_map {
    position: absolute;
    left: 25%;
    top: 19.6%;
  }
  .s16_c2 .map_info>h2 {
    font-size: 36px;
  }
  .s16_c2 .map_info>h2 {
    font-size: 32px;
  }
  .s16_c2 .root_daum_roughmap .wrap_map  {
    height: 100% !important;
  }
  .item1 {
    right: -33%;
  }
  .item2 {
    left: -49%;
  }
  .item3 {
    right: -34%;
  }
  .ss25_c3 .s_title3 {
    padding: 0 10px;
    padding-top: 100px;
  }
  .ss26_c3 > ul > li .bg::before {
    top: 39px;
  }
  .swrap_in1400 {
    padding: 0 10px;
  }
  .s16_c3 .add_guide li {
    display: block;
  }
  .s16_c3 .add_guide h2 {
    margin-bottom: 10px;
  }
}

/* 미디어 1200 */
@media screen and (max-width: 1200px) {
  .s_tab_txt>h2 {
    font-size: 46px;
  }
  .history_list li div h2 {
    font-size: 30px;
  }
  .history_list li div span {
    font-size: 18px;
  }
  .ss3_num {
    font-size: 42px;
  }
  .ss3_txt1 {
    font-size: 22px;
  }
  .pin2 {
    left: 50.5%;
  }
  .s_title3 h2 {
    font-size: 36px;
  }
  .s_title3 p {
    font-size: 16px;
  }
  .swrap_in1200 {
    padding: 70px 10px;
  }
  .ss21_c2_b1 {
    gap: 50px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont span {
    font-size: 50px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont h3 {
    font-size: 26px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont .list>li h2 {
    font-size: 18px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont .list>li p {
    font-size: 16px;
  }
  .s_menu2>li>a {
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
  }
  .s_menu.s_menu.sticky {
    top: 10px;
    width: calc(100% - 20px);
  }
  .ss22_c1_b1>li>h2 {
    font-size: 20px;
  }
  .ss22_c1 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ss22_c1_b1 {
    gap: 30px;
  }
  .ss22_c2_b1 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ss22_c2_b1 .txt_box>h2 {
    font-size: 22px;
  }
  .ss22_c4_b1 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ss22_c4_b1>li>h2 {
    font-size: 18px;
  }
  .ss22_c5_b1>li>h2 {
    font-size: 18px;
  }
  .ss22_c5_b1>li>div>p {
    font-size: 16px;
  }
  .ss22_c6_b1>li:nth-child(1)>h2 {
    font-size: 18px;
  }
  .ss22_c6_b1>li {
    font-size: 16px;
  }
  .ss22_c7_b1 {
    gap: 30px;
  }
  .s_menu>li>a {
    font-size: 14px;
  }
  .ss23_c1 .s_title3 {
    width: 70%;
  }
  .sheet_t>h2 {
    font-size: 26px;
  }
  .sheet_t>p {
    font-size: 16px;
  }
  .sheet_txt>li p {
    font-size: 16px;
  }
  .sheet1_2 {
    gap: 70px;
  }
  .cont_box {
    gap: 70px;
  }
  .ss26_c4_b1 {
    gap: 30px;
  }
  .program_list {
    gap: 30px;
  }
  .program_ment {
    font-size: 22px;
  }
  .ss24_c6_b1 {
    padding: 0 10px;
  }
  .ss27_c4_b1 ul {
    padding: 0 10px;
    padding-bottom: 100px;
  }
  .ss26_c2_b1 {
    gap: 30px;
  }
  .ss26_c3 > ul > li .bg::before {
    top: 38px;
  }
  .ss27_c4_b1 ul li .bottom h2 {
    font-size: 20px;
  }
  .ss27_c5_b2 li h2 {
    font-size: 20px;
  }
  .ss27_c5_b2 li h1 {
    font-size: 36px;
  }
  .circle_box li h2 {
    font-size: 20px;
  }
  .ss27_c7_b1>li .txt_box h2 {
    font-size: 20px;
  }
  .ss27_c7_b1 {
    padding: 0 10px;
  }
  .ss28_c2 {
    padding-top: 0;
  }
}

/* 미디어 1024 */
@media screen and (max-width: 1024px) {
  .s_tab_bg {
    height: 250px;
    padding: 0 50px;
  }
  .s_tab_txt>h2 {
    font-size: 40px;
  }
  .s_tab_txt>p {
    font-size: 16px;
  }
  .s_title p {
    font-size: 18px;
  }
  .s_title h2 {
    font-size: 32px;
  }
  .history_list li div h2 {
    font-size: 26px;
  }
  .ss3_num {
    font-size: 36px;
  }
  .ss3_txt1 {
    font-size: 20px;
  }
  .ss3_c1 {
    gap: 30px;
  }
  .ss3_c1 li {
    display: block;
    width: calc(100% / 2 - 15px);
  }
  .ss3_c1 li .ss3_txtbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .ss3_c1 li .ss3_imgbox {
    display: flex;
    justify-content: center;
  }
  .pin2 {
    left: 49.5%;
    top: 46%;
  }
  .s16_c2 .map_info {
    padding: 25px;
  }
  .s16_c2 .map_info>h2 {
    font-size: 28px;
  }
  .s16_c2 .map_info .add_guide p {
    font-size: 16px;
  }
  .s16_c2 .map_info .add>li {
    display: block;
  }
  .s16_c2 .map_info .add>li>p:nth-child(1) {
    margin-bottom: 5px;
  }
  .s_title3 h2 {
    font-size: 32px;
  }
  .ss21_c2_b1 .txt_box ul li h2 {
    font-size: 20px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont span {
    font-size: 46px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont h3 {
    font-size: 24px;
  }
  .ss21_c4_b1>li h2 {
    font-size: 18px;
  }
  .ss22_c2_b1 .txt_box>h2 {
    font-size: 20px;
  }
  .ss22_c4_b1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ss22_c4_b1>li:nth-child(even) {
    margin-top: 0;
  }
  .ss22_c4_b1>li {
    width: calc(100% / 3 - 20px);
  }
  .ss22_c4_b1>li>p {
    font-size: 16px;
  }
  .ss22_c6 .s_title3 {
    margin-bottom: 0;
  }
  .ss22_c1_b1>li>h2 {
    font-size: 18px;
  }
  .ss22_c1_b1>li>span {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
  .sheet_txt {
    flex-wrap: wrap;
  }
  .sheet_txt>li {
    width: calc(50% - 10px);
  }
  .sheet1_2 {
    gap: 50px;
  }
  .cont_box {
    gap: 50px;
  }
  .cont_box>ul>li>span {
    font-size: 18px;
  }
  .sheet_t>h2 {
    font-size: 24px;
  }
  .sheet1_2 .txt_box>h2 {
    font-size: 20px;
  }
  .sheet2_1 .sheet_txt>li {
    width: calc(50% - 10px);
  }
  .ss23_c3 .s_title3 {
    margin-top: 0;
  }
  .sheet_t>p br {
    display: none;
  }
  .program_list .program_box {
    padding: 20px;
  }
  .program_list .program_box>h2 {
    font-size: 18px;
  }
  .program_list .program_box .program h2 {
    font-size: 18px;
  }    .program_ment {
    font-size: 20px;
  }
  .ss24_c4_b1>li .txt_box h2 {
    font-size: 20px;
  }
  .ss27_c4_b1 ul li .bottom h2 {
    font-size: 20px;
  }
  .ss27_c4_b1 .line {
    display: none;
  }
  .ss27_c4_b1 ul {
    flex-wrap: wrap;
  }
  .ss27_c4_b1 ul li {
    width: calc(50% - 10px);
    position: relative;
  }
  .ss27_c4_b1 ul li .top {
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
  }
  .ss27_c4_b1 ul li .bottom {
    margin-top: 0;
  }
  .ss24_c7_b1 li .title_box h2 {
    font-size: 20px;
  }
  .ss24_c7_b1 li .title_box span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
  .ss24_c8_b1>h2 {
    top: -20px;
    left: 20px;
  }
  .ss24_c8_b1 ul li div h2 {
    font-size: 20px;
  }
  .ss24_c8 {
    padding: 0 10px;
  }
  .ss25_c3 .s_title3 {
    padding-top: 70px;
  }
  .ss25_c3_b1 .intro {
    gap: 50px;
  }
  .ss25_c3_b1 .intro .txt_box h2 {
    font-size: 20px;
  }
  .ss25_c3_b2 ul {
    gap: 30px;
  }
  .ss27_c7_b1>li .txt_box h2 {
    font-size: 20px;
  }
  .ss25_c5_b1 {
    gap: 50px;
  }
  .ss25_c5_b1 .txt_box ul li h2 {
    font-size: 20px;
  }
  .ss25_c4_b1 {
    gap: 30px;
  }
  .ss25_c3_b1, .ss25_c3_b2 {
    padding-top: 30px;
  }
  .ss25_c4 .s_title3 {
    margin-top: 70px;
  }
  .ss25_c4_b1>li .txt_box h2 {
    font-size: 20px;
  }
  .ss26_c1_b1 {
    gap: 50px;
  } 
  .ss26_c3 {
    gap: 50px;
  }
  .ss26_c5_b1 {
    gap: 50px;
  }
  .ss26_c4_b1 {
    padding-top: 0;
  }
  .ss26_c5_b1 .txt_box>ul>li:first-child {
    font-size: 20px;
  }
  .ss27_c2_b1 {
    display: block;
  }
  .ss27_c2_b1 .s_title3 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .ss27_c2_b1 .pyramid {
    margin: 0 auto;
  }
  .ss27_c3_b1 {
    gap: 50px;
  }
  .ss27_c5_b2 li h1 {
    font-size: 32px;
  }
  .ss27_c5_b2 li div {
    margin: 15px auto;
  }
  .circle_box li.circle_img>div {
    width: 170px;
    height: 170px;
  }
  .ss27_c5_b1 {
    gap: 50px;
  }
  .ss27_c5 .s_title3 {
    margin-top: 0;
  }
  .circle_box li .box {
    width: 150px;
    height: 150px;
  }
  .ss28_c3 .txt_box ul li h2 {
    font-size: 20px;
  }
  .ss28_c4_b2 ul li h2 {
    font-size: 20px;
  }
  .ss28_c5_b1>li .txt_box h2 {
    font-size: 20px;
  }
  .ss28_c6_b1 ul {
    gap: 30px;
  }
  .ss28_c6_b1 ul li {
    width: calc(100% / 3 - 20px);
  }
  .ss28_c6_b1 ul li h2 {
    font-size: 20px;
  }
  .ss28_c7 .txt_box ul {
    flex-wrap: wrap;
  }
  .ss28_c7 .txt_box ul li {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .ss28_c7 .txt_box ul li h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    width: 35%;
  }
  .ss28_c7 .txt_box ul li p br {
    display: none
  }
  .ss28_c8 {
    padding-top: 0;
  }
  .s16_c3 .add_guide p span {
    display: block;
    margin-bottom: 5px;
  }
  .s16_c3 .add_guide p {
    margin-bottom: 20px;
  }
  .s16_c3 .add_guide h2 {
    width: 100%;
  }
}

/* 미디어 880 */
@media screen and (max-width: 880px) {
  .pin2 {
    left: 49.5%;
    top: 44.5%;
  }
  .s16_c1 .map_img .ko_img .pin1 p {
    font-size: 18px;
  }
  .s16_c1 .map_img .ko_img .pin2 p {
    font-size: 22px;
  }
  .s16_c2 {
    display: block;
    margin-top: 0;
  }
  .s16_c2 .map_info {
    width: 100%;
  }
  .s16_c2 .map_info .add>li {
    display: flex;
  }
  .s16_c2 .root_daum_roughmap {
    width: 100%;
    height: 400px !important;
  }
  .s16_c2 .map_info>h2 {
    font-size: 24px;
  }
  .ss21_c4_b1 {
    flex-wrap: wrap;
  }
  .ss21_c4_b1>li {
    width: calc(50% - 15px);
  }
  .ss21_c4_b1>li p br {
    display: none;
  }
  .ss22_c6 {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .ss22_c6 .txt_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .ss22_c6 .img_box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ss22_c6 .img_box img {
    opacity: 0.2;
  }
  .ss22_c6_b1 {
    width: calc(50% - 15px);
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    background: rgba( 255, 255, 255, 0.7);
  }
  .ss22_c6_b1:nth-of-type(2) {
    margin-left: 0;
  }
  .ss22_c6_b1:nth-of-type(3) {
    margin-left: 0;
  }
  .ss22_c6_b1:nth-of-type(4) {
    margin-left: 0;
  }
  .ss22_c6_b1>li {
    padding-left: 0;
  }
  .ss22_c6_b1>li:nth-child(1) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .ss22_c7_b1 {
    gap: 20px;
  }
  .ss22_c1_b1>li {
    padding: 30px;
  }
  .ss22_c1_b1 {
    gap: 20px;
  }
  .circle-container {
    width: 300px;
    height: 300px;
  }
  .circle-container svg {
    width: 300px !important;
    height: 300px !important;
  }
  .circle-item {
    gap: 10px;
  }
  .circle-item .icon {
    width: 30px;
    height: 30px;
  }
  .circle-item .text-title {
    font-size: 18px;
  }
  .item1 {
    right: -47%;
  }
  .item2 {
    left: -65%;
  }
  .item3 {
    right: -50%;
  }
  .ss24_c3 {
    background-size: auto;
  }
  .program_list {
    flex-wrap: wrap;
  }
  .program_list .program_box {
    width: 60%;
    margin: 0 auto;
  }
  .ss24_c4_b1>li {
    width: calc(50% - 10px);
  }
  .ss22_c6 {
    gap: 30px;
  }
  .ss22_c6 .s_title3 {
    margin-top: 50px;
  }
  .ss25_c1 .s_title3 {
    margin-top: 50px;
  }
  .s_title3 .sub_title {
    font-size: 22px;
  }
  .ss26_c1_b1 .txt_box h2 {
    font-size: 20px;
  }
  .ss26_c3 > ul > li .bg::before {
    top: 38px;
  }
  .ss27_c7_b1 {
    gap: 30px;
  }
  .circle_box li.circle_img>div {
    width: 140px;
    height: 140px;
  }
  .ss27_c5_b2 li h1 {
    font-size: 30px;
  }
  .ss27_c2_b1 .pyramid {
    width: 70%;
  }
  .circle_box li {
    gap: 10px;
  }
  .circle_box li .box {
    width: 120px;
    height: 120px;
  }
  .circle_box li .box img {
    width: 40px;
  }
  .circle_box li h2 {
    font-size: 18px;
  }
  .ss28_c2_b1 {
    gap: 20px;
  }
  .ss28_c3 {
    gap: 50px;
  }
  .ss28_c4_b2 ul {
    gap: 30px;
  }
  .ss28_c5_b1 {
    gap: 20px;
  }
  .ss28_c5_b1>li {
    width: calc(50% - 10px);
  }
  .ss28_c6_b1 {
    padding-top: 50px;
  }
  .ss28_c6_b1 .s_title3 {
    margin-top: 50px;
  }
  .ss28_c7 {
    gap: 50px;
  }
  .ss28_c8_b1 li .txt_box {
    padding: 30px;
  }
}

/* 미디어 768 */
@media screen and (max-width: 768px) {
  .s_tab_bg {
    padding: 0 30px;
    height: 200px;
  }
  .s_title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .ss1_c4 {
    padding: 0 20px;
  }
  .ss1_c4 li {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .ss1_c4 li:last-child {
    border-bottom: 0;
  }
  .ss1_c4 li h2 {
    margin-bottom: 10px;
  }
  .s_nav>li {
    font-size: 14px;
  }
  .swrap_in1200 {
    padding: 70px 10px;
  }
  .ss1_c3 div:nth-child(1) {
    max-height: 100%;
  }
  .ss1_c3 div:nth-child(1) img {
    width: 100%;
    height: 100%;
  }
  .history_list li div h2 {
    font-size: 24px;
  }
  .history_t {
    font-size: 26px;
    text-align: left;
    padding: 30px 0;
  }
  .history_list::after {
    left: 10px;
  }
  .history_list li div.point_r::after,
  .history_list li div.point_l::after {
    left: -27.5px;
    top: 8px;
  }
  .history_list li div {
    width: 100%;
  }
  .history_list li div.txt_r {
    text-align: left;
  }
  .history_list li {
    padding-left: 30px;
  }
  .history_list li:last-child {
    margin-bottom: 0;
  }
  .history_list li div.impt {
    display: none;
  }
  .ss3_c1 li {
    display: flex;
    width: 100%;
  }
  .ss3_c1 li .ss3_txtbox {
    text-align: left;
    margin-bottom: 20px;
  }
  .ss3_num {
    font-size: 32px;
  }
  .ss3_txt1 {
    font-size: 18px;
  }
  .ss3_txt2 {
    font-size: 15px;
  }
  .ss4_c1 .level1 .box {
    width: 100%;
  }
  .ss4_c1 .level2 .box,
  .ss4_c1 .level3 .box {
    width: 50%;
  }
  .ss4_c1 .level .box_flx {
    width: 100%;
  }
  .ss4_c1 .level4 .box_flx {
    display: block;
  }
  .ss4_c1 .level4 .box_flx .box_p {
    width: 100%;
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
  }
  .ss4_c1 .level4 .box_flx .box_p:last-child {
    margin-bottom: 0;
  }
  .ss4_c1::after {
    height: 15%;
  }
  .ss4_c1 .level4 .box_flx::after {
    display: none;
  }
  .ss4_c1 .level4 .box::after {
    display: none;
  }
  .ss4_c1 .level4 .box {
    width: 100%;
  }
  .ss4_c1 .level4 .box_flx .box_p .box_c {
    margin-top: 10px;
  }
  .ss5_t {
    display: block;
  }
  .ss5_t span {
    margin-top: 10px;
    display: block;
  }
  .ss5_c2_b1 li.flx {
    display: block;
    margin-bottom: 30px;
  }
  .ss5_c2_b1 li.flx h2 {
    margin-bottom: 10px;
  }
  .ss5_t h2 {
    font-size: 18px;
  }
  .s16_c1 .map_img {
    display: none;
  }
  .s_menu2 {
    flex-wrap: wrap;
    border-radius: 30px;
  }
  .s_menu2>li {
    width: 25%;
  }
  .s_title3 h2 {
    font-size: 28px;
  }
  .ss21_c2_b1 {
    display: block;
  }
  .ss21_c2_b1>div {
    width: 100%;
  }
  .ss21_c2 .s_title3 {
    margin-bottom: 30px;
  }
  .ss21_c2_b1 .img_box {
    height: 400px;
  }
  .img_box img {
    width: 100%;
    height: 100%;
  } 
  #inc02 .inc02_wrap .tech_list li .txt_cont span {
    font-size: 42px;
    color: #7679DE;
  }
  #inc02 .inc02_wrap .tech_list li .gsap_container {
    height: auto;
    /* display: block; */
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #inc02 .inc02_wrap .tech_list li .img_cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    opacity: 0.2;
  }
  .ss21_c4 {
    padding-bottom: 0;
  }
  .ss21_c3_b1 {
    padding: 0 10px;
  }
  .s_title3 {
    margin-bottom: 30px;
  }
  .ss22_c1_b1 {
    display: block;
  }
  .ss22_c1_b1>li {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .ss22_c3 {
    position: relative;
  }
  .ss22_c3>div {
    width: 100%;
  }
  .ss22_c3>div.ss22_c3_b2 {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .ss22_c3>div.ss22_c3_b2 img {
    opacity: 0.2;
    height: 100%;
  }
  .business_list>li {
    padding: 20px;
    background: rgba( 255, 255, 255, 0.7 );
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .business_list>li:last-child {
    margin-bottom: 0;
  }
  .ss22_c3 .s_title3 {
    text-align: center;
  }
  .ss22_c4_b1 {
    display: block;
  }
  .ss22_c4_b1>li {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ss22_c4_b1>li>div>img {
    width: 20%;
  }
  .ss22_c7_b1 {
    display: block;
  }
  .ss22_c7_b1>li {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ss22_c7_b1>li:last-child {
    margin-bottom: 0;
  }
  .s_menu>li>a {
    padding: 15px 0;
  }
  .sheet1_2 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .sheet1_2>div {
    width: 100%;
  }
  .sheet1_2 .img_box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sheet1_2 .img_box img {
    opacity: 0.2;
  }
  .sheet1_3 {
    margin-top: 50px;
  }
  .cont_box {
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
  }
  .cont_box .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cont_box .img_box img {
    opacity: 0.2;
  }
  .cont_box>ul {
    width: 100%;
  }
  .cont_box>ul>li {
    border-top: 1px solid rgba( 0, 0, 0, 0.2);
  }
  .cont_box>ul>li:nth-child(1) {
    border-top: 0;
  }
  .cont_box>ul>li:last-child {
    border-bottom: 0;
  }
  .ss23_c2 .s_title3 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .ss23_sheet>li {
    margin-top: 50px;
  }
  .ss23_c1 .s_title3  {
    width: 100%;
    padding: 0 10px;
  }
  .sheet_txt>li {
    width: 100%;
  }
  .ss23_c3 {
    padding-bottom: 0;
  }
  .circle-container {
    width: 100%;
    height: auto;
  }
  .circle-container svg {
    display: none;
  }
  .circle-item .icon {
    display: none;
  }
  .circle-item {
    position: static;
    width: 100%;
    padding: 20px;
    background: #eee;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .circle-item:last-child {
    margin-bottom: 0;
  }
  .circle-item .text-box {
    width: 100%;
    text-align: center;
  }
  .item2 .text-box {
    text-align: center;
  }
  .sheet2_1 .sheet_txt>li {
    width: 100%;
  }
  .sheet_t>h2 {
    font-size: 22px;
  }
  .sheet_txt>li h2 {
    font-size: 18px;
  }
  .ss26_c4 .s_title3 {
    padding-top: 70px;
  }
  .ss26_c4_b1>li>h2 {
    height: auto;
    line-height: 1;
    margin-bottom: 20px;
  }
  .ss26_c4_b1 {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .ss26_c4_b1>li {
    width: 100%;
  }
  .ss26_c4_b1>li>div {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .ss26_c4_b1>li:last-child>h2 {
    font-size: 18px;
  }
  .program_ment {
    font-size: 18px;
  }
  .ss24_c4_b1>li .img_box {
    width: 100%;
    height: auto;
  }
  .ss24_c4_b1>li .img_box img {
    width: fit-content;
    height: 50px;
  }
  .ss27_c4_b1 ul li .bottom h2 {
    font-size: 18px !important;
  }
  .ss24_c7_b1 li .title_box h2 {
    font-size: 18px;
  }
  .ss24_c8_b1 ul {
    gap: 30px;
  }
  .ss24_c8_b1 ul li {
    width: calc(50% - 15px);
  }
  .ss24_c8_b1 ul li div h2 {
    font-size: 18px;
  }
  .ss25_c3_b2 ul {
    flex-wrap: wrap;
  }
  .ss25_c3_b2 ul li {
    width: 60%;
    margin: 0 auto;
  }
  .ss25_c3_b1 .intro {
    display: block;
    position: relative;
  }
  .ss25_c3_b1 .intro div {
    width: 100%;
  }
  .ss25_c3_b1 .intro .img_box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ss25_c3_b1 .intro .img_box img {
    opacity: 0.15;
  }
  .ss25_c3_b1 .intro .txt_box {
    padding: 20px;
    box-sizing: border-box;
  }
  .ss25_c3_b2 {
    padding-top: 0;
  }
  .ss25_c4_b1 {
    flex-wrap: wrap;
  }
  .ss25_c4_b1>li {
    width: 100%;
  }
  .ss25_c5_b1 {
    position: relative;
  }
  .ss25_c5_b1 div {
    width: 100%;
  }
  .ss25_c5_b1 .img_box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0;
  }
  .ss25_c5_b1 .img_box img {
    opacity: 0.15;
  }
  .ss25_c7_b1 {
    position: relative;
  }
  .ss25_c7_b1>div {
    width: 100%;
  }
  .ss25_c7_b1 .txt_box {
    padding: 20px;
    box-sizing: border-box;
  }
  .ss25_c7_b1 .img_box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ss25_c7_b1 .img_box img {
    opacity: 0.15;
  }
  .ss25_c7_b1 .txt_box ul li {
    margin-bottom: 30px;
  }
  .ss25_c7_b1 .txt_box ul li h2 {
    font-size: 18px;
  }
  .ss27_c4_b1 ul li {
    width: 100%;
  }
  .ss25_c6_b1 ul li .bottom {
    height: auto;
  }
  .ss25_c4_b1>li .txt_box h2 {
    font-size: 18px;
  }
  .ss26_c1_b1 {
    position: relative;
    padding-top: 0;
  }
  .ss26_c1_b1 .txt_box {
    width: 100%;
    padding: 50px 20px;
  }
  .ss26_c1_b1 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ss26_c1_b1 .img_box img {
    opacity: 0.15;
  }
  .ss26_c2 {
    margin-top: 0;
  }
  .ss26_c2_b1 {
    flex-wrap: wrap;
  }
  .ss26_c2_b1>li {
    width: 60%;
    margin: 0 auto;
  }
  .ss26_c2_b1>li h2 {
    font-size: 18px;
  }
  .ss26_c2_b1>li .img_box {
    height: auto;
  }
  .ss26_c2_b1>li .img_box img {
    width: 60px;
  }
  .ss26_c3 {
    flex-wrap: wrap-reverse;
    gap: 0;
  }
  .ss26_c3 .ss26_c3_bg {
    width: 100%;
    height: 200px;
  }
  .ss26_c3>ul {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .ss26_c3 > ul > li .bg::before {
    top: 39px;
  }
  .ss26_c5_b1 .txt_box>ul>li:first-child {
    font-size: 18px;
  }
  .ss26_c5_b1 {
    position: relative;
  }
  .ss26_c5_b1>div {
    width: 100%;
  }
  .ss26_c5_b1 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ss26_c5_b1 .img_box img {
    opacity: 0.15;
  }
  .ss26_c5_b1 .txt_box {
    padding: 20px;
    box-sizing: border-box;
  }
  .txt_box {
    position: relative;
    z-index: 1;
  }
  .ss27_c2_b1 .pyramid {
    width: 100%;
    justify-content: center;
  }
  .ss27_c2_b1 .layer {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
  }
  .ss27_c2_b1 .layer3 {
    margin-bottom: 0;
  }
  .ss27_c2_b1 .layer .txt_box {
    width: 100%;
    border-bottom: 0;
    text-align: center;
    padding-bottom: 0;
  }
  .ss27_c2_b1 .layer1 .txt_box {
    margin-left: 0;
  }
  .ss27_c2_b1 .layer2 .txt_box {
    margin-left: 0;
  }
  .ss27_c2_b1 .layer .img_box .icon {
    height: 40px;
    width: fit-content;
    position: static;
  }
  .ss27_c2_b1 .layer .img_box img:nth-child(1) {
    display: none;
  }
  .ss27_c3_b1 {
    position: relative;
  }
  .ss27_c3_b1>div {
    width: 100%;
  }
  .ss27_c3_b1 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ss27_c3_b1 .img_box img {
    opacity: 0.15;
  }
  .ss27_c3_b1 .txt_box {
    padding: 20px;
    box-sizing: border-box;
  }
  .ss27_c3_b1 ul>li {
    background: rgba( 255, 255, 255, 0.7 );
  }
  .ss27_c3_b1 ul>li h2 {
    font-size: 18px;
  }
  .ss27_c3_b1 ul>li p {
    font-size: 16px;
  }
  .ss27_c4_b1 .s_title3 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .ss27_c5_b1 {
    position: relative;
  }
  .ss27_c5_b1 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .ss27_c5_b1 .txt_box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .ss27_c5_b1 .img_box img {
    opacity: 0.15;
  }
  .ss27_c5_b2 li {
    padding: 10px;
    padding-top: 20px;
  }
  .ss27_c5_b2 li h1 {
    font-size: 26px;
  }
  .ss27_c5_b2 li h2 {
    font-size: 18px;
  }
  .circle_box li .box {
    background: none;
    height: auto;
  }
  .circle_box li .box img {
    filter: none;
    margin: 0 !important;
    width: 40px;
  }
  .circle_box2 {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }
  .circle_box li .box1,
  .circle_box li .box3 {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
  }
  .ss27_c6_b1 {
    padding-bottom: 0;
  }
  .ss27_c6_b2>h2 {
    font-size: 22px;
  }
  .ss27_c7_b1 {
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 50px;
  }
  .ss27_c7_b1>li {
    width: 60%;
    margin: 0 auto;
  }
  .ss27_c7_b1>li .txt_box {
    background: #f1f1f1;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
  }
  .ss27_c7_b1>li .txt_box h2 {
    font-size: 18px;
  }
  .ss27_c7_b1>li .img_box {
    height: 250px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .ss27_c6_b2 {
    padding: 0 10px;
    padding-bottom: 50px;
  }
  .ss27_c1 .s_title3 {
    padding: 0 10px;
  }
  .ss28_c2 {
    padding-top: 0;
  }
  .ss28_c2_b1 {
    flex-wrap: wrap;
  }
  .ss28_c2_b1>li {
    width: 100%;
  }
  .ss28_c2_b1>li .img_box {
    height: auto;
  }
  .ss28_c2_b1>li .txt_box h2  {
    font-size: 18px;
  }
  .ss28_c3 {
    position: relative;
  }
  .ss28_c3>div {
    width: 100%;
  }
  .ss28_c3 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0;
  }
  .ss28_c3 .img_box img {
    opacity: 0.15;
  }
  .ss28_c3 .txt_box ul li h2 {
    font-size: 18px;
  }
  .ss28_c4_b2 ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ss28_c4_b2 ul li {
    width: calc(50% - 10px);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .ss28_c6_b1 ul {
    gap: 20px;
  }
  .ss28_c6_b1 ul li {
    width: calc(50% - 10px);
  }
  .ss28_c7 {
    position: relative;
  }
  .ss28_c7 .txt_box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .ss28_c7 .txt_box .s_title3 {
    margin-bottom: 50px;
  }
  .ss28_c7 .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0;
  }
  .ss28_c7 .img_box img {
    opacity: 0.15;
  }
  .ss28_c8 .s_title3 {
    margin-top: 0;
  }
  .ss28_c5 {
    padding-top: 0;
  }
  .ss28_c5_b1>li .txt_box h2 {
    font-size: 18px;
  }
  .ss28_c7 .txt_box ul li h2 {
    font-size: 18px;
  }
  .ss26_c1 {
    padding-top: 0;
  }
  .s_title3 .sub_title {
    font-size: 18px;
  }
  .ss27_c1 {
    padding: 0;
    height: 300px;
    /* overflow: hidden; */
  }
  .s16_c3 .add_guide p {
    font-size: 15px;
  }
  .s16_c3 .add_guide li {
    display: block;
  }
  .s16_c3 .add_guide h2 {
    margin-bottom: 10px;
  }
}

/* 미디어 580 */
@media screen and (max-width: 580px) {
  .s_menu {
    flex-wrap: wrap;
    border-radius: 30px;
  }
  .s_menu>li {
    width: calc(100% / 3);
  }
  .s_menu>li>a {
    font-size: 14px;
  }
  .ss1_c3 .flx img {
    width: 100%;
  }
  .s_title p {
    font-size: 16px;
  }
  .s_title h2 {
    font-size: 26px;
  }
  .s_tab_txt>h2 {
    font-size: 32px;
  }
  .history_list li div h2 {
    font-size: 20px;
  }
  .history_t {
    font-size: 22px;
  }
  .ss3_c1 li {
    display: block;
    width: 100%;
  }
  .ss3_c1 li .ss3_txtbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .ss3_num {
    font-size: 32px;
  }
  .ss4_c1 .level2 .box_flx {
    gap: 50px;
  }
  .ss4_c1 .level3 .box_flx {
    gap: 80px;
  }
  .s16_c2 .map_info .add>li {
    display: block;
  }
  .s16_c2 .map_info .add>li>p {
    line-height: 1.5;
  }
  .s16_c2 .map_info .add>li>p:nth-child(1) {
    width: 100%;
  }
  .s_nav>li {
    font-size: 12px;
  }
  .s_menu2>li {
    width: calc(100% / 4);
  }
  .s_title3 {
    margin-top: 70px;
    padding: 0 10px;
  }
  .s_title3 h2 {
    font-size: 26px;
  }
  .ss21_c2_b1 .txt_box ul li h2 {
    font-size: 18px;
  }
  .ss21_c2_b1 .img_box {
    height: 300px;
  }
  .ss21_c4 {
    padding-top: 100px;
  }
  .ss21_c4_b1>li {
    width: 100%;
  }
  .ss21_c4_b1>li .img_box {
    height: 300px;
  }
  .ss22_c5_b1>li {
    padding: 30px;
    width: 100%;
  }
  .ss22_c5_b1 {
    width: 100%;
    padding: 0 10px;
  }
  .ss22_c5_b1>li>div.plus_btn {
    top: 30px;
    right: 30px;
  }
  .ss22_c5 {
    padding: 70px 0;
  }
  .ss22_c6 {
    gap: 0;
    background: url('../images/ss2_c6.png') no-repeat;
    background-size: cover;
  }
  .ss22_c6 .img_box {
    display: none;
  }
  .ss22_c6 .txt_box {
    display: block;
  }
  .ss22_c6_b1 {
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
  }
  .ss22_c6_b1:last-child {
    margin-bottom: 0;
  }
  .ss22_c7 {
    padding-bottom: 0;
  }
  .ss22_c7_b2>li h2 {
    font-size: 20px;
  }
  .ss22_c7_b1>li>h2 {
    font-size: 18px;
  }
  .ss22_c7_b1>li {
    width: 100%;
  }
  .l_bnr {
    display: block;
  }
  .l_bnr li {
    width: 100%;
    margin-bottom: 40px;
  }
  .l_bnr li:last-child {
    margin-bottom: 0;
  }
  .ss22_c2_b1 .img_box {
    margin-bottom: 10px;
  }
  .ss22_c2_b1 .txt_box>h2 {
    margin-bottom: 10px;
  }
  .program_list .program_box {
    width: 100%;
  }
  .ss24_c4_b1>li {
    width: 100%;
  }
  .ss22_c6_b1>li:nth-child(1) {
    padding-bottom: 15px;
  }
  .ss24_c1 {
    height: 300px;
  }
  .ss24_c1 .s_title3 {
    padding: 50px 0;
  }
  .ss24_c1 .img_box {
    height: 300px;
  }
  .ss24_c2 .s_title3 {
    padding-top: 50px;
  }
  .ss24_c4_b1>li .img_box img {
    margin: 0 auto;
  }
  .ss24_c4_b1>li .txt_box {
    text-align: center;
  }
  .ss24_c4_b1>li:last-child .img_box {
    width: 100%;
  }
  .ss27_c4_b1 ul li {
    width: 100%;
  }
  .ss24_c7_b1 {
    padding-top: 0;
  }
  .ss25_c3_b2 ul li {
    width: 100%;
  }
  .ss27_c5_b1 .txt_box h2 {
    font-size: 18px;
  }
  .ss27_c5_b1 {
    margin-bottom: 50px;
  }
  .ss27_c5_b2 {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ss27_c5_b2>li {
    width: 100%;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  .circle_box {
    align-items: flex-start;
  }
  .circle_box li {
    display: block;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .circle_box li:nth-child(1) {
    text-align: center;
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 0;
    justify-content: center;
    border-right: 1px solid #ccc;
  }
  .circle_box li .box {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .circle_box li .box1, .circle_box li .box3 {
    border-right: 0;
  }
  .ss27_c7_b1>li {
    width: 100%;
  }
  .ss28_c4_b2 ul li {
    width: 100%;
  }
  .ss28_c5_b1>li {
    width: 100%;
  }
  .ss28_c6_b1 ul li {
    width: 100%;
  }
  .ss28_c8_b1 li {
    display: block;
  }
  .ss28_c8_b1 li div {
    width: 100%;
  }
  .ss28_c8_b1 li .txt_box h2 {
    font-size: 18px;
  }
  .ss28_c8_b1 li:nth-child(2) {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .ss28_c8 {
    padding-bottom: 0;
  }
  .ss28_c7 .txt_box ul li {
    display: block;
    background: rgba( 255, 255, 255, 0.7 );
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 0;
    border-radius: 10px;
    text-align: center;
  }
  .ss28_c7 .txt_box ul li h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .ss28_c8_b1 li .txt_box {
    padding: 20px;
  }
  .ss27_c2_b1 .layer .img_box {
    height: auto;
    width: 40px;
    margin: 0 auto;
  }
  .ss27_c2_b1 .layer .img_box .icon {
    width: 100%;
    height: auto;
  }
}

/* 미디어 500 */
@media screen and (max-width: 500px) {
  .s_tab_txt>h2 {
    font-size: 24px;
  }
  .s_tab_txt>p {
    font-size: 14px;
    line-height: 1.5;
  }
  .s_tab_txt>h2 {
    font-size: 26px;
  }
  .ss5_table_box {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    overflow-x: scroll;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont span {
    font-size: 36px;
  }
  #inc02 .inc02_wrap .tech_list li .txt_cont h3 {
    font-size: 20px;
  }
  #inc02 .inc02_wrap .tech_list>li {
    margin-bottom: 30px;
  }
  .s_menu>li>a {
    font-size: 12px;
  }
  .ss22_c4_b1>li {
    width: 100%;
  }
  .ss22_c1_b1>li {
    width: 100%;
  }
  .ss22_c5_b1>li>div.txt {
    padding-left: 0;
  }
  .ss22_c5_b1>li>h2>span {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .ss22_c5_b1>li>div.plus_btn {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .cont_box>ul>li {
    padding: 20px 0;
    display: block;
  }
  .cont_box>ul>li>span {
    display: block;
    margin-bottom: 5px;
  }
  .s_title3 h2 {
    font-size: 24px;
  }
  .circle-item {
    margin: 0;
    margin-bottom: 20px;
  }
  .ss23_c2_b1 {
    width: 100%;
  }
  .ss24_c8_b1 ul li {
    width: 100%;
  }
  .ss26_c3>ul>li>p {
    padding-left: 50px;
    font-size: 15px;
  }
  .ss26_c2_b1 {
    gap: 20px;
  }
  .ss26_c2_b1>li {
    width: 100%;
  }
  .ss24_c7_b1 li {
    padding: 20px;
  }
  .ss24_c7_b1 li .title_box {
    align-items: end;
  }
  .ss24_c7_b1 li .title_box h2 {
    width: 100%;
    font-size: 16px;
  }
  .ss24_c7_b1 li .title_box h2 span {
    display: block;
    margin-bottom: 10px;
  }
  .ss24_c7_b1 li .title_box img {
    margin-bottom: 5px;
  }
  .ss24_c8_b1>h2 {
    font-size: 20px;
  }
  .ss24_c8_b1>h2 {
    top: -15px;
  }
  .ss27_c2_b1 .layer {
    width: 100%;
  }
  .container {
    background: none;
    padding: 0;
  }
  .circle_box {
    flex-wrap: wrap;
    gap: 20px;
  }
  .circle_box li {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
  }
  .circle_box li:nth-child(1) .txt_box {
    width: 100%;
  }
  .circle_box2 li .box {
    border-top: 0;
  }
  .circle_box2 {
    padding-top: 20px;
    margin-top: 0;
    border-top: 0;
  }

}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */