* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none; 
  color: #333;
}
img {
  display: block;
  object-fit: cover;
}
p,h2,li,td,div {
  word-break: keep-all;
}
body {
  color: #333;
  font-family: "42dot Sans", sans-serif;
  overflow: hidden;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* header */
.header {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 999;
}
.header.head_fixed {
  position: fixed;
}
.ht {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.ht>ul>li {
  display: flex;
  gap: 20px;
}
.ht>ul>li>a {
  display: block;
  padding: 15px 0 15px 15px;
  font-size: 14px;
  color: #6d6d6d;
  transition: all .3s;
}
.ht>ul>li>a:hover {
  color: #222;
}
.hb {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.h_logo>a>img {
  width: 55%;
}
.h_menu_box {
  display: flex;
}
.h_menu {
  display: flex;
}
.h_menu>li {
  width: 25%;
  position: relative;
}
.h_menu>li>a {
  display: block;
  padding: 25px 50px;
  font-weight: 700;
  font-size: 18px;
  transition: all .3s;
  position: relative;
  /* overflow: hidden; */
}
.h_menu>li:hover>a {
  color: #2E3192;
}
.h_menu>li>a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2E3192;
  position: absolute;
  top: -12px;
  left: 40px;
  transition: all .3s;
  opacity: 0;
}
.h_menu>li:hover>a::after {
  top: 10px;
  opacity: 1;
}
.depth2 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  display: none;
}
.depth2>a {
  display: block;
  padding: 15px;
  transition: all .3s;
  border-radius: 6px;
  font-size: 15px;
  /* font-weight: 600; */
}
.depth2>a:hover {
  background: #2E3192;
  color: #fff;
}
.h_search {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.h_s {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h_search input {
  padding: 10px 15px;
  background: #eee;
  border-radius: 30px;
  border: none;
  font-size: 14px;
  color: #979797;
}
.h_search input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.h_search button {
  border: none;
  background: none;
}
.site_map {
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  z-index: 11;
}
.site_map.on>span {
  background: #2E3192;
}
.site_map>span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  transition: all .3s;
}
.site_map>span:nth-child(1) {
  background: #2E3192;
}
.site_map>span:nth-child(2) {
  transition-delay: .2s;
}
.site_map>span:nth-child(3) {
  transition-delay: .4s;
}
.site_map>span:nth-child(4) {
  transition-delay: .6s;
}
.site_map:hover>span {
  background: #2E3192;
}
.site_map_menu {
  width: 100%;
  position: absolute;
  top: -560px;
  left: 0;
  display: flex;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  z-index: 9;
  background: #fff;
  transition: all .3s;
}
.site_map_menu.on {
  top: -1px;
}
.smm_c1 {
  width: 30%;
  position: relative;
}
.smm_c1>img {
  filter: brightness(0.7);
}
.smm_c1>div {
  padding: 60px 50px;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.smm_c1>div>p {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}
.smm_c1>div>h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.smm_c1>div>h2 {
  font-size: 30px;
}
.smm_c2 {
  width: 60%;
  padding: 60px 50px;
  box-sizing: border-box;
}
.smm_menu {
  display: flex;
}
.smm_menu>li {
  width: 25%;
}
.smm_menu>li>a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #2E3192;
  margin-bottom: 20px;
  text-align: center;
}
.smm_depth2 {
  display: block;
}
.smm_depth2>a {
  display: block;
  padding: 15px 0;
  box-sizing: border-box;
  transition: all .3s;
  position: relative;
  text-align: center;
}
.smm_depth2 > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 50%;
  height: 2px;
  background: #2E3192;
  transition: transform 0.3s ease;
}
.smm_depth2 > a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* member */
.log_logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.log_logo img {
  width: 100%;
}

/* all */
section {
  padding-top: 100px;
}
.main_t {
  font-size: 40px;
  margin-bottom: 20px;
}
.main_st {
  width: 50%;
  font-size: 20px;
  line-height: 1.5;
}

/* s1 */
.s1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.s1_c2 {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  margin-top: -130px;
}
.s1_c2>p {
  font-size: 36px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}
.s1_c2>h2 {
  font-size: 48px;
  font-weight: bolder;
  line-height: 1;
}
.s1_c2>h2:nth-of-type(2) {
  font-size: 70px;
  margin-top: 20px;
  line-height: 1.5;
}

/* s2 */
.s2 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.s2_menu {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}
.s2_menu>li {
  width: calc(100% / 8);
  overflow: hidden;
}
.s2_menu>li img {
  width: 100%;
  filter: brightness(0.7);
  transition: all .3s;
  border-radius: 6px;
}
.s2_menu>li:hover img {
  filter: brightness(1);
}
.s2_menu>li p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  transition: all .3s;
  font-weight: 500;
}
.s2_menu>li:hover p {
  color: #2E3192;
}

/* s3 */
.s3 {
  margin-top: 70px;
  background: url('../images/main_img2.png') no-repeat center center;
  padding: 200px 0;
  box-sizing: border-box;
}
.s3_c1 {
  margin-bottom: 30px;
}
.s3_c1>p {
  color: #2E3192;
  text-align: center;
  font-size: 32px;
}
.s3_c2>p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.s3_c3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  width: 100%;
  max-width: 1400px;
  margin: 100px auto;
}
.s3_c3>li {
  width: calc(100% / 3);
}
.num_con {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
}
.num_con .num {
  font-size: 80px;
  font-weight: bolder;
}
.num_con span {
  font-size: 32px;
}
.num_con span i {
  font-size: 28px;
  font-weight: 400;
}
.s3_c3>li>p {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
.more_btn {
  display: flex;
  justify-content: center;
}
.more_btn>a {
  width: 200px;
  display: block;
  padding: 15px 0;
  text-align: center;
  font-family: 'Montserrat';
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}
.more_btn>a>i {
  font-weight: 400;
}

/* s4 */
.s4 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.s4_menu>li div {
  border-radius: 10px;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 148.75px;
  transition: all .3s;
}
.s4_menu>li div>img {
  transition: all .3s;
  width: fit-content;
}
.s4_menu>li:hover div {
  background: #2E3192;
}
.s4_menu>li:hover div>img {
  filter: invert();
}

/* s4-1 */
.s4-1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.s4-1_c1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.s4-1_c1>li {
  width: calc(25% - 15px);
  padding: 20px;
  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;
  overflow: hidden;
}
.s4-1_c1>li>a>i {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  transform: rotate(-45deg);
  opacity: 0;
  padding: 20px;
  transition: all .3s;
}
.s4-1_c1>li>a>h2 {
  margin-bottom: 20px;
}
.s4-1_c1>li>a>div {
  height: 80px;
  margin-bottom: 30px;
}
.s4-1_c1>li>a>div>img {
  transition: all .3s;
}
.s4-1_c1>li>a>p {
  line-height: 1.5;
  font-size: 15px;
}
.s4-1_c1>li:hover {
  background: #2E3192;
}
.s4-1_c1>li:hover>a>h2,
.s4-1_c1>li:hover>a>p {
  color: #fff;
}
.s4-1_c1>li:hover>a>div>img {
  filter: invert();
}
.s4-1_c1>li:hover>a>i {
  opacity: 1;
}

/* s5 */
.s5_c1 .main_loop {
  display: flex;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
}
.s5_c1 .main_loop>div {
  width: calc(100% / 9);
  display: flex;
  justify-content: center;
}
.s5_c1 .main_loop2 {
  display: none;
}

/* footer */
.footer {
  background: #222;
}
.f_inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
}
.f_top_btn {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.f_t>p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat';
}
.f_t>a>img {
  width: 30%;
}
.f_b {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.f_b>ul>li {
  color: #fff;
  margin-bottom: 10px;
}
.f_b>ul>li>span {
  font-weight: 600;
  margin-right: 5px;
}
.f_b>div {
  color: #fff;
  text-align: right;
  position: relative;
}
.f_b>div>p {
  font-size: 24px;
}
.f_b>div>h2 {
  font-size: 36px;
}
.f_b>div>a {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  position: absolute;
  top: -120px;
  right: 0;
}
.f_b>div>a img {
  width: 100px;
}
.f_copy {
  text-align: center;
  color: #979797;
  font-size: 14px;
  padding-top: 50px;
  font-family: 'Montserrat';
}



/* 미디어 1600 */
@media screen and (max-width: 1600px) {
  .header {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .s1_c2 {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .s1_c2>p {
    font-size: 30px;
  }
  .s1_c2>h2 {
    font-size: 42px;
  }
  .s1_c2>h2:nth-of-type(2) {
    font-size: 60px;
  }
  .footer {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .s5 {
    width: 100%;
    overflow: hidden;
    display: flex;
  }
  .s5_c1 {
    width: 200%;
    display: flex;
    animation: loop_client 60s infinite linear;
  }
  @keyframes loop_client {
    0% {transform: translateX(0);}
    50% {transform: translateX(-50%);}
  }
  .s5_c1 .main_loop {
    padding: 100px 0;
    gap: 50px;
  }
  .s5_c1 .main_loop2 {
    display: flex;
  }
  .s5_c1 .main_loop>div {
    width: fit-content;
  }
  .smm_c1 {
    overflow: hidden;
  }
  .smm_c2 {
    width: 65%;
  }
  .smm_c1>img {
    width: 100%;
    height: 100%;
  }
}

/* 미디어 1400 */
@media screen and (max-width: 1400px) {
  .s2,
  .s4-1 {
    padding: 0 10px;
    padding-top: 100px;
    box-sizing: border-box;
  }
  .h_logo>a>img {
    width: 65%;
  }
}

/* 미디어 1200 */
@media screen and (max-width: 1200px) {
  .wrap {
    font-size: 16px;
  }
  .h_menu {
    display: none;
  }
  .h_logo>a>img {
    width: 55%;
  }
  .hb {
    padding-bottom: 20px;
  }
  .s1_c2>p {
    font-size: 24px;
  }
  .s1_c2>h2 {
    font-size: 38px;
  }
  .s1_c2>h2:nth-of-type(2) {
    font-size: 50px;
  }
  .main_t {
    font-size: 30px;
  }
  .main_st {
    font-size: 18px;
  }
  .s2_menu>li p {
    font-size: 14px;
  }
  .s3_c2>p {
    font-size: 18px;
  }
  .num_con .num {
    font-size: 64px;
  }
  .num_con span {
    font-size: 24px;
  }
  .s3_c3>li>p {
    font-size: 18px;
  }
  .f_b>ul>li {
    font-size: 14px;
  }
  .f_copy {
    font-size: 12px;
  }
}

/* 미디어 1024 */
@media screen and (max-width: 1024px) {
  .h_logo>a>img {
    width: 50%;
  }
  .site_map_menu {
    display: block;
    height: 100vh;
    top: -1px;
    left: -100%;
  }
  .site_map_menu.on {
    left: 0;
    top: -1px;
  }
  .smm_c1 {
    width: 100%;
    height: 150px;
  }
  .smm_c1>div {
    padding: 20px;
  }
  .smm_c1>img {
    filter: brightness(1);
  }
  .smm_c1>div>p {
    font-size: 16px;
  }
  .smm_c1>div>h3 {
    font-size: 20px;
  }
  .smm_c1>div>h2 {
    font-size: 24px;
  }
  .smm_c2 {
    width: 100%;
  }
  .main_st {
    width: 60%;
  }
  .f_b>div>a img {
    width: 60px;
  }
}

/* 미디어 768 */
@media screen and (max-width: 768px) {
  .h_logo>a>img {
    width: 220px;
  }
  .ht>ul>li>a {
    font-size: 12px;
  }
  .h_search input {
    padding: 7px 10px;
    font-size: 13px;
  }
  .smm_c2 {
    height: 100%;
    padding: 30px;
  }
  .site_map_menu.on {
    overflow: hidden;
    position: fixed;
  }
  .smm_menu {
    display: block;
  }
  .smm_menu>li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
  }
  .smm_menu>li>a {
    margin-bottom: 0;
  }
  .smm_depth2 {
    display: none;
    margin-top: 20px;
    max-height: 300px; /* 원하는 최대 높이 설정 */
    overflow-y: auto;
  }
  .s2, .s4-1 {
    padding-top: 70px;
  }
  .main_st {
    width: 100%;
    font-size: 16px;
  }
  .main_t {
    font-size: 24px;
  }
  .s2_menu {
    width: 100%;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 30px 50px;
  }
  .s2_menu>li {
    width: calc(100% / 4 - 37.5px);
  }
  .s3 {
    padding: 70px 0;
  }
  .s3_c1>p {
    font-size: 28px;
  }
  .s3_c2 {
    width: 70%;
    margin: 0 auto;
  }
  .s3_c2>p {
    font-size: 16px;
  }
  .s3_c3 {
    /* display: block; */
    margin: 50px auto;
    gap: 50px;
  }
  /* .s3_c3>li {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  } */
  .num_con .num {
    font-size: 54px;
  }
  .num_con span {
    font-size: 20px;
  }
  .num_con span i {
    font-size: 20px;
  }
  .s3_c3>li>p {
    font-size: 16px;
  }
  .s4-1_c1 {
    gap: 20px;
  }
  .s4-1_c1>li {
    width: calc(50% - 10px);
  }
  .f_t>p {
    font-size: 16px;
  }
  .f_b {
    display: block;
  }
  .f_t>a>img {
    width: 50%;
  }
  .f_b>div {
    text-align: left;
    margin-top: 30px;
  }
  .f_b>div>p {
    font-size: 20px;
  }
  .f_b>div>h2 {
    font-size: 32px;
  }
  .f_b>div>a {
    justify-content: flex-start;
  }
  .f_b>div>a {
    position: static;
  }
  .f_b>div>a img {
    width: 32px;
  }
}

/* 미디어 580 */
@media screen and (max-width: 580px) {
  .h_search {
    display: none;
  }
  .smm_c1>div>p {
    font-size: 14px;
  }
  .smm_c1>div>h3 {
    font-size: 18px;
  }
  .smm_c1>div>h2 {
    font-size: 22px;
  }
  .s1_c2>p {
    font-size: 20px;
  }
  .s1_c2>h2 {
    font-size: 34px;
  }
  .s1_c2>h2:nth-of-type(2) {
    font-size: 46px;
  }
  .s3_c3 {
    padding: 0 10px;
    display: block;
  }
  .s3_c3>li {
    width: 100%;
    text-align: center;
    padding: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .num_con .num {
    font-size: 48px;
  }
  .s4-1_c1>li>a>div {
    width: 60px;
    height: 60px;
  }
  .s4-1_c1>li>a>div>img {
    width: 100%;
  }
}

/* 미디어 500 */
@media screen and (max-width:500px) {
  .s1 {
    height: 100vh;
    overflow: hidden;
  }
  .s1_c1,
  .s1_c2 {
    margin-top: -50px;
  }
  .s1_c2>p {
    font-size: 16px;
  }
  .s1_c2>h2 {
    font-size: 24px;
  }
  .s1_c2>h2:nth-of-type(2) {
    font-size: 36px;
  }
  /* .s1_c1 {
    margin-top: -50px;
  } */
  .s2_menu {
    gap: 20px;
  }
  .s2_menu>li {
    width: calc(100% / 4 - 15px);
  }
  .s4-1_c1>li {
    width: 100%;
  }
  .s4-1_c1>li>a>p {
    font-size: 14px;
  }
}