.main-top a {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}

#mainwrap {
  display: flex;
  flex-direction: column;
}

#mainwrap .video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#mainwrap .video:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: rbga(0, 0, 0, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
}

#mainwrap video {
  width: 2200px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}

#mainwrap .section:not(footer) {
  width: 100vw;
  /* height: 100vh; */
}

#mainwrap .sec2 {
  background: url(/center/img/ak/mbg2.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#mainwrap .sec3 {
  background: #fff;
}

#mainwrap .sec4 {
  background: #fff;
}







#mainwrap .sec6 {
  background: url(/center/img/ak/m5.png) no-repeat;
  background-size: cover;
  background-position: center;
}

/* #mainwrap .sec7 {
  background: url(/center/img/ak/m6.png) no-repeat;
  background-size: cover;
  background-position: center;
} */

.header .h_bottom {
  align-items: center;
  /* background: transparent; */
  background: #fff;
  /* border-bottom: 1px solid #fff; */
}

.h_bottom:before {
  display: none;
}

.homeUl {
  gap: 3rem;
  font-weight: 900;
  font-size: 2rem !important;
}

/* header.header .homeUl,
header.header .h_bottom .ham-btn.pc-hidden {
  filter: invert(1);
} */

header.header.b .homeUl,
header.header.b .h_bottom .ham-btn.pc-hidden {
  filter: invert(0);
}

#mainwrap .tit_wrap.w {
  color: #fff;
  /* padding-top: 3rem; */
}

#mainwrap .tit_wrap h1 {
  font-size: 4rem;
  line-height: 5.4rem;
  font-weight: 800;
}

#mainwrap .tit_wrap p {
  margin-bottom: 1rem;
}

#mainwrap .tit_wrap .tit_wrap_desc {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #000;
}

#mainwrap section .inner {
  margin: 0 auto;
  /* height: calc(100vh - 130px); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16rem 0;
}

#mainwrap .sec_1 {
  position: relative;
  overflow: hidden;
}

/* #mainwrap .sec_1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
} */

#mainwrap section.sec_1 .inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#mainwrap .sec_1 .tit_wrap {
  text-align: left;
}

#mainwrap .sec_1 .tit_wrap h1 {
  font-size: 4.2rem;
  line-height: 5.2rem;
  margin-bottom: 4rem;
  font-weight: 400;
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(30px);
}

#mainwrap .sec_1 .swiper-slide-active .tit_wrap h1 {
  opacity: 1;
  transform: translateY(0);
}

#mainwrap .sec_1 .swiper-slide-active .tit_wrap p {
  opacity: 0.6;
  transform: translateY(0);
}

#mainwrap .sec_1 .tit_wrap span.name {
  font-size: 2.4rem;
  opacity: 0.4;
  letter-spacing: 5px;
  margin-bottom: 2rem;
  display: flex;
  font-weight: 100;
  font-family: var(--font-serif);
}

#mainwrap .sec_1 .tit_wrap h1 .thin {
  opacity: 0.6;
}

#mainwrap .sec_1 .tit_wrap p {
  margin-bottom: 1rem;
  font-family: inherit;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 100;
  /* opacity: 0.8; */
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
  transform: translateY(30px);
}

#mainwrap .sec_1 .img_wrap {
  width: 50%;
}

#mainwrap .sec_1 .swiper-button {
  top: 50%;
  color: #fff;
}

#mainwrap .sec_1 .swiper-button-next {
  right: 12rem;
}

#mainwrap .sec_1 .swiper-button-prev {
  left: 12rem;
}

@media all and (max-width: 1553px) {
  #mainwrap .sec_1 .swiper-button-next {
    right: 4rem;
  }

  #mainwrap .sec_1 .swiper-button-prev {
    left: 4rem;
  }
}

@media all and (max-width: 1412px) {
  #mainwrap .sec_1 .swiper-button {
    top: auto;
    bottom: 20rem;
  }
}

@media all and (max-width: 680px) {
  #mainwrap .sec_1 .swiper-button {
    top: 50%;
    bottom: auto;
  }
}

#mainwrap .sec_1 .sec1mainSwiper {
  height: auto;
}

#mainwrap .sec_1 .swiper-pagination-bullet,
#mainwrap .sec_1 .swiper-pagination-bullet-active {
  border-radius: 0;
  background: transparent;
}

#mainwrap .sec_1 .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
  min-height: auto;
}

#mainwrap .sec_1 .swiper-slide.slide1 {
  background: url(/center/img/ak/mslide1.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#mainwrap .sec_1 .swiper-slide.slide2 {
  background: url(/center/img/ak/mslide2.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#mainwrap .sec_1 .swiper-slide.slide3 {
  background: url(/center/img/ak/mslide4.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#mainwrap .sec_1 .swiper-slide.slide4 {
  background: url(/center/img/ak/mslide3.png) no-repeat;
  background-size: cover;
  background-position: center;
}

#mainwrap .sec_1 .sec_1-nav {
  width: 100%;
  height: 120px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  color: #fff;
}

#mainwrap .sec_1 .sec_1-nav .inner {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  align-items: center;
}

/* #mainwrap .sec_1 .sec_1-nav .move-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.333%;
  height: 4px;
  background: var(--gold-c);
} */

#mainwrap .sec_1 .sec_1-nav .pgnation {
  width: 100%;
  display: flex;
}

#mainwrap .sec_1 .sec_1-nav .nav-txt {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  height: 100%;
  justify-content: center;
  cursor: pointer;
}

#mainwrap .sec_1 .sec_1-nav .nav-txt p {
  font-size: 1.6rem;
  word-break: keep-all;
}

#mainwrap .sec_1 .swiper-pagination-bullet {
  position: relative;
}

#mainwrap .sec_1 .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -12px;
  left: 0;
  background: #fff;
}


#mainwrap .sec_2 .map_wrap {
  display: flex;
  margin-top: 6rem;
  align-items: center;
  gap: 4rem;
  justify-content: center;
}

#mainwrap .sec_2 .map {
  width: 50%;
  position: relative;
}

#mainwrap .sec_2 .map h2 {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: #777;
}

#mainwrap .sec_2 .pop_wrap {
  width: 50%;
}

#mainwrap .sec_2 .pop {
  width: 100%;
  float: right;
  border: 2px solid #d6d6d6;
  padding: 2rem;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
  height: auto;
}

#mainwrap .sec_2 .pop .more {
  filter: invert(1);
  position: absolute;
  top: 2rem;
  right: 2rem;
}

#mainwrap .sec_2 .pop .more span {
  transform: rotate(45deg);
}

#mainwrap .sec_2 .pop .map-loca {
  font-size: 2.4rem;
}

#mainwrap .sec_2 .pop .map-law {
  width: 100%;
  height: auto;
  /* background: #fff; */
  margin-top: 2rem;
}

.maplawSwiper {
  height: 24rem;
  transition-duration: 0.3s;
}

.maplawSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
}

.maplawSwiper .swiper-slide .img-wrap {
  /* height: 100%; */
  height: auto;
  /* width: 30%; */
  width: 100%;
  overflow: hidden;
}

.maplawSwiper .swiper-slide .txt-wrap {
  /* width: calc(100% - 30% - 2rem); */
  width: 100%;
  text-align: center;
}

.maplawSwiper .swiper-slide .txt-wrap h2 {
  /* font-size: 2.4rem; */
  font-size: 2rem;
}

.maplawSwiper .swiper-slide .txt-wrap .show-box {
  height: 12rem;
  overflow: auto;
  margin-top: 2rem;
}

.maplawSwiper .swiper-slide span.badge {
  position: absolute;
  width: 3rem;
  top: 1rem;
  left: 1rem;
}

#mainwrap .sec_2 .pop h3 {
  margin-top: 4rem;
  font-size: 1.8rem;
}

#mainwrap .sec_2 .pop .map-list {
  width: 100%;
  height: 25rem;
  /* background: #fff; */
  margin-top: 2rem;
}

#mainwrap .sec_2 .pop .map-list .show-box {
  width: 100%;
  height: 20rem;
  overflow: hidden;
  margin-top: 1rem;
  background: #fff;
  padding: 2rem;
  font-size: 1.6rem;
}

#mainwrap .sec_2 .pop .map-list .move-box {
  animation-name: movedata;
  animation-duration: 10s;
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: infinite;
  /* animation-play-state: paused; */
  animation-timing-function: ease;
  /* animation-fill-mode: both; */
}

#mainwrap .sec_2 .pop .map-list .move-box.big2 {
  animation-duration: 400s;
}

#mainwrap .sec_2 .pop .map-list .move-box.big {
  animation-duration: 300s;
}

#mainwrap .sec_2 .pop .map-list .move-box.middle1 {
  animation-duration: 100s;
}

#mainwrap .sec_2 .pop .map-list .move-box.middle2 {
  animation-duration: 80s;
}

#mainwrap .sec_2 .pop .map-list .move-box.small {
  animation-duration: 50s;
}

#mainwrap .sec_2 .pop .map-list .move-box.small2 {
  animation-duration: 65s;
}

#mainwrap .sec_2 .pop .map-list .move-box:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes movedata {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-99.7%);
  }
}

#mainwrap .sec_2 .pop .map-list .show-box .row {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  align-items: center;
}

#mainwrap .sec_2 .pop .map-list .show-box .row p:nth-child(1) {
  width: calc(100% - 15rem - 1rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#mainwrap .sec_2 .pop .map-list .show-box .row p:nth-child(2) {
  width: 15rem;
  text-align: right;
}

#mainwrap .sec_2 .pop .full-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  font-size: 1.6rem;
  background: var(--gold-c);
  margin-top: 2rem;
}

#mainwrap .sec4 .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-top: 2rem;
}

#mainwrap .sec4 .btn-wrap a {
  color: #000;
  padding: 0.5rem 2rem;
  border: 1px solid #000;
  border-radius: 4px;
}

#mainwrap .hd_sch_wr {
  padding: 0;
  margin: 4rem auto;
}

#mainwrap #hd_sch {
  overflow: unset;
  border-radius: 0;
}

#mainwrap #hd_sch #sch_stx {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 1.6rem;
}

#mainwrap #hd_sch #sch_submit {
  border-radius: 0;
  border-bottom: 1px solid #000;
  background: #fff;
}

#mainwrap .su-btn-wrap {
  display: flex;
  justify-content: unset;
  border-bottom: 1px solid #000;
}


#mainwrap .su-btn-wrap ul {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

#mainwrap .sec4 .su-btn-wrap ul {
  margin-bottom: 0;
}

#mainwrap .su-btn-wrap ul li {
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}

#mainwrap .su-btn-wrap ul li.active {
  opacity: 1;
  border: 1px solid #111;
}

#mainwrap .su-btn-wrap ul li a {
  color: #fff;
  padding: 0.5rem 2.4rem;

}

#mainwrap .su-btn-wrap ul li.active a {
  color: #fff !important;
  background: #000;
}

#mainwrap .allsucessSwiper {
  height: 36rem;
  /*margin: 1.6rem 0 0 0;*/
  border-top: 1px solid #ddd;
}

#mainwrap .allsucessSwiper .swiper-slide {
  /* padding: 2rem; */
  font-size: 2rem;
  /* min-height: 226px; */
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

#mainwrap .allsucessSwiper .swiper-slide .con {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#mainwrap .allsucessSwiper .swiper-slide .badge {
  font-size: 1.6rem;
  padding: 0.6rem 2rem;
  background: var(--main-c);
  color: #fff;
  border-radius: 10px;
  width: 10rem;
  text-align: center;

  display: none;
}

#mainwrap .allsucessSwiper .swiper-slide a {
  width: calc(100% - 10rem - 25rem - 4rem);
}

#mainwrap .allsucessSwiper .swiper-slide .con_tit {
  /* margin: 2rem 0; */
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainwrap .allsucessSwiper .swiper-slide .info_box {
  display: flex;
  align-items: center;
  /* margin-top: 4rem; */
  font-size: 1.6rem;
  flex-wrap: wrap;
  height: 5rem;
  width: 25rem;
  justify-content: flex-end;
}

#mainwrap .allsucessSwiper .swiper-slide .u_img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}

#mainwrap .clientSwiper {
  margin-top: 6rem;
}

#mainwrap .clientSwiper .swiper-slide {
  border: 2px solid rgb(235, 235, 235);
  position: relative;
  margin-right: 10px;
}

#mainwrap .clientSwiper .lt_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#mainwrap .clientSwiper a {
  font-size: 2rem;
  padding: 3rem;
  word-break: keep-all;
  display: inline-block;
}

#mainwrap .clientSwiper .new_icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.4rem;
  width: 2rem;
  height: 2rem;
  background: var(--gold-c);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#mainwrap .sec_4 .con_wrap {
  margin-top: 6rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#mainwrap .sec_4 .con_wrap .con {
  width: 33.333%;
  background: #f5f6f7;
  border: 1px solid #d6d6d6;
  position: relative;
  transition-duration: 0.5s;
  height: 28rem;
}

#mainwrap .sec_4 .con_wrap .con:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  filter: grayscale(1);
}

#mainwrap .sec_4 .con_wrap .con:hover:before {
  opacity: 1;
  filter: grayscale(0);
}

#mainwrap .sec_4 .con_wrap .con.a1:before {
  background: url(/center/img/ak/sec4conbg1.png) no-repeat;
  background-size: cover;
  background-position: right;
}

#mainwrap .sec_4 .con_wrap .con.a2:before {
  background: url(/center/img/ak/sec4conbg2.png) no-repeat;
  background-size: cover;
  background-position: right;
}

#mainwrap .sec_4 .con_wrap .con.a3:before {
  background: url(/center/img/ak/sec4conbg3.png) no-repeat;
  background-size: cover;
  background-position: right;
}

#mainwrap .sec_4 .con_wrap .con.a4:before {
  background: url(/center/img/ak/sec4conbg4.png) no-repeat;
  background-size: cover;
  background-position: right;
}

#mainwrap .sec_4 .con_wrap .con.a5:before {
  background: url(/center/img/ak/sec4conbg5.png) no-repeat;
  background-size: cover;
  background-position: right;
}

#mainwrap .sec_4 .con_wrap .con.a6:before {
  background: url(/center/img/ak/sec4conbg6.png) no-repeat;
  background-size: cover;
  background-position: right;
}

#mainwrap .sec_4 .con_wrap .con .more {
  position: absolute;
  top: 2rem;
  right: 2rem;
  filter: invert(1);
}

#mainwrap .sec_4 .con_wrap .con a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  transition-duration: 0.5s;
  position: relative;
}

#mainwrap .sec_4 .con_wrap .con .line {
  position: absolute;
  background: #333;
  transition-duration: 0.8s;
  opacity: 0.5;
}

#mainwrap .sec_4 .con_wrap .con .line.top {
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
}

#mainwrap .sec_4 .con_wrap .con .line.right {
  top: 0;
  right: 0;
  width: 3px;
  height: 0;
}

#mainwrap .sec_4 .con_wrap .con .line.bottom {
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
}

#mainwrap .sec_4 .con_wrap .con .line.left {
  bottom: 0;
  left: 0;
  width: 3px;
  height: 0;
}

#mainwrap .sec_4 .con_wrap .con:hover .line.top,
#mainwrap .sec_4 .con_wrap .con:hover .line.bottom {
  width: 100%;
}

#mainwrap .sec_4 .con_wrap .con:hover .line.right,
#mainwrap .sec_4 .con_wrap .con:hover .line.left {
  height: 100%;
}

#mainwrap .sec_4 .con_wrap .con a .icon {
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
}

#mainwrap .sec_4 .con_wrap p {
  font-size: 2.4rem;
  font-weight: 400;
}

#mainwrap .sec_4 .con_wrap .hidden-txt-wrap {
  height: 0;
  overflow: hidden;
  transition-duration: 0.5s;
}

#mainwrap .sec_4 .con_wrap .con:hover .hidden-txt-wrap {
  height: 9rem;
}

#mainwrap .sec_4 .con_wrap .hidden-txt-wrap p {
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
}

#mainwrap .sec_4 .con_wrap .hidden-txt-wrap .m-line {
  display: block;
  width: 4rem;
  height: 4px;
  background: var(--gold-c);
  margin: 2rem auto;
}

#mainwrap .sec_5 .box_wrap {
  display: flex;
  color: #fff;
  gap: 1rem;
  /* margin-top: 4rem;/ */
}

#mainwrap .sec_5 .box_wrap .box {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  width: calc(50% - 1rem);
  align-items: center;
}

#mainwrap .sec_5 .box_wrap .box .icon {
  width: 10rem;
  height: 10rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainwrap .sec_5 .box_wrap .box h6 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

#mainwrap .sec_5 .box_wrap .box p {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  gap: 0.5rem;
}

#mainwrap .sec_6 {
  position: relative;
}

/* #mainwrap .sec_6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
} */

/* #mainwrap .sec_6 .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
} */
#mainwrap .centerSwiper {
  overflow: hidden;
  margin-top: 4rem;
}

#mainwrap .centerSwiper .swiper-slide {
  background: rgba(255, 255, 255, 0.15);
  padding: 2rem;
  transform: scale(0.8) !important;
}

#mainwrap .centerSwiper .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
}

#mainwrap .sec_form_wrap {
  padding: 0;
}

#mainwrap .sec_form_wrap .inner {
  width: 1200px;
}

#mainwrap .sec_form_wrap .con_wrap {
  display: flex;
  width: 100%;
  gap: 4rem;
}

#mainwrap .sec_form_wrap .con_wrap .kakao_go {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

#mainwrap .sec_form_wrap .con_wrap form {
  width: 60%;
}

#mainwrap .sec_form_wrap .con_wrap form input[type="submit"] {
  color: #fff;
  width: 100%;
}

#mainwrap .div_flex {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  align-items: center;
}

#mainwrap .div_mid .div_lt {
  width: 30rem;
}

#mainwrap .div_mid .tit_wrap {
  text-align: left;
}

#mainwrap .div_mid .div_rt {
  width: calc(100% - 30rem);
}

#mainwrap .sec_7 .inner {
  /* gap: 10rem; */
  gap: 5rem;
}

#mainwrap .sec_7 .inner .div_top {
  margin-bottom: 10rem;
}

#mainwrap .sec_7 .inner .div_bottom {
  margin-top: 10rem;
}

.div_bottom .swiper .swiper-slide {
  border: 1px solid #32b44a;
}

.div_bottom .swiper .swiper-slide .slide-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
}

.div_bottom .swiper .swiper-slide .slide-inner .icon {
  width: 3.2rem;
  display: flex;
}

.div_bottom .swiper .swiper-slide .slide-inner h2 {
  font-size: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 6.4rem;
}

.div_bottom .swiper .swiper-slide .slide-inner p {
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#mainwrap .sec_7 .box {
  width: 50%;
}

#mainwrap .sec_7 .box .tit_wrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#mainwrap .more {
  width: 4rem;
  height: 4rem;
  border: 2px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 2rem;
}

#mainwrap .more-box {
  width: 12rem;
  display: flex;
  height: 4rem;
  background: var(--gold-c);
  font-size: 1.6rem;
  align-items: center;
  margin-top: 6rem;
  justify-content: space-around;
}

#mainwrap .sec_7 .div_top .div_flex {
  margin-top: 2rem;
  align-items: flex-end;
  gap: 6rem;
}

#mainwrap .sec_7 .div_top .div_flex .div_lt {
  /* width: 40%; */
  width: 30rem;
}

#mainwrap .sec_7 .div_top .div_flex .div_rt {
  /* width: calc(60% - 6rem); */
  width: calc(100% - 30rem - 6rem);
}

#mainwrap .sec_7 .div_top .broadcastSwiper .img {
  /* height: 32rem; */
  height: auto;
  overflow: hidden;
}

#mainwrap .sec_7 .div_top .broadcastSwiper .txt {
  font-size: 2rem;
  padding: 2rem;
  background: var(--gold-c);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainwrap .sec_7 .div_top .broadcastSwiper .txt .tit_wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

#mainwrap .sec_7 .div_top .broadcastSwiper .txt .tit_wrap p {
  margin-bottom: 0;
}

#mainwrap .sec_7 .div_flex .div_rt .more {
  filter: invert(1);
  margin-left: auto;
  margin-bottom: 2rem;
}

#mainwrap .sec_7 .div_flex .div_rt ul {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

#mainwrap .sec_7 .div_flex .div_rt li {
  font-size: 1.6rem;
  border-top: 2px solid #333;
  padding: 1rem 0;
}

#mainwrap .sec_7 .div_flex .div_rt li:first-child {
  border-top: 0;
}

#mainwrap .sec_7 .div_flex .div_rt li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

#mainwrap .sec_7 .div_flex .div_rt li .date {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#mainwrap .sec_7 .div_flex .div_rt li .d {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 600;
  color: var(--gold-c);
}

#mainwrap .sec_7 .div_flex .div_rt li .txt {
  width: calc(100% - 6rem - 15rem - 4rem);
}

#mainwrap .sec_7 .div_flex .div_rt li .txt h3 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2rem;
  margin-bottom: 1rem;
}

#mainwrap .sec_7 .div_flex .div_rt li .txt p {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#mainwrap .sec_7 .div_flex .div_rt li .img {
  width: 15rem;
  height: auto;
}

#mainwrap .sec_7 .swiper {
  width: 100%;
  margin-top: 1rem;
  /* margin-top: 4rem; */
}

#mainwrap .sec_7 .div_bottom .swiper {
  margin-top: 4rem;
}

#mainwrap .sec_7 .listSwiper {
  width: 100%;
  margin-top: 2rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 14rem;
}

#mainwrap .sec_7 .listSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 7rem;
  padding: 1rem 0;
}

#mainwrap .sec_7 .listSwiper .swiper-slide a {
  color: #fff;
}

#mainwrap .sec_7 .listSwiper .swiper-slide a h3 {
  font-size: 1.8rem;
  font-weight: 500;
}

#mainwrap .sec_7 .listSwiper .swiper-slide a p {
  font-size: 1.4rem;
  font-weight: 100;
}

#mainwrap .sec_7 .listSwiper .swiper-slide img {
  width: auto;
  height: 100%;
}

/**/
.sec_8 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 8rem 0; */
}

.sec_8 .s_sec_1 {
  padding-bottom: 0;
}

.sec_8 .s_sec_1 .con_wrap {
  display: flex;
  margin-top: 6rem;
}

.sec_8 .s_sec_1 .con_left,
.sec_8 .s_sec_1 .con_right {
  width: 50%;
  height: auto;
}

.sec_8 .s_sec_1 .con_left {
  color: #fff;
}

.sec_8 .s_sec_1 .con_left .con1 {
  background: var(--point-c);
  padding: 4rem;
  position: relative;
  margin-bottom: 0;
}

.sec_8 .s_sec_1 .con_left .con1:after {
  content: "";
  width: 100%;
  height: 20rem;
  background: var(--main-c);
  position: absolute;
  bottom: -20rem;
  left: -100%;
}

.sec_8 .s_sec_1 .con_left .con1 .box {
  width: 20px;
  height: 20px;
  background: #fff;
  display: block;
  margin-bottom: 2rem;
}

.sec_8 .s_sec_1 .con_left .con1 h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  font-family: var(--font-serif);
}

.sec_8 .s_sec_1 .con_left .con2 {
  background: url(../../img/ak/sub/1/sec_1-bg1.png);
  background-size: contain;
  background-position: 0 0;
  font-size: 2rem;
  line-height: 3rem;
  padding: 4rem;
  position: relative;
}

.sec_8 .s_sec_1 .con_left .con2:before {
  content: "";
  width: 10rem;
  height: 100%;
  background: var(--gradient2);
  position: absolute;
  top: 0;
  left: -10rem;
}

.sec_8 .s_sec_1 .con_left .con2:after {
  content: "";
  width: 1920px;
  height: 600px;
  background: var(--gradient1);
  background: linear-gradient(90deg,
      var(--gradient1) 0%,
      var(--gradient2) 100%);
  position: absolute;
  bottom: 0;
  right: -1920px;
  z-index: -1;
}

.sec_8 .s_sec_1 .con_left .con2 p {
  margin-bottom: 4rem;
  color: #ffffff;
}

.sec_8 .s_sec_1 .con_left .con2 p span {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 400;
}

.sec_8 .s_sec_1 .con_right {
  /* height: 750px; */
  height: auto;
  position: relative;
}

.sec_8 .s_sec_1 .con_right .con_icon {
  position: absolute;
  bottom: 80px;
  right: -250px;
  width: 600px;
}

.sec_8 .s_sec_1 .con_right .con_txt {
  position: absolute;
  right: -10rem;
  bottom: 16rem;
  transform: rotate(90deg);
  font-size: 2rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.sec_8 .s_sec_1 .con_right .con_txt .line {
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #222222;
  margin-right: 1rem;
}

.sec_8 .tab_wrap.con_tab_wrap {
  /* margin-top: 4rem; */
}

.sec_8 .tab_wrap ul {
  display: flex;
  width: 100%;
}

.sec_8 .tab_wrap ul li {
  width: 100%;
  height: 50px;
  background: var(--gradient1);
  font-size: 1.6rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.sec_8 .tab_wrap ul li:nth-child(odd) {
  background: var(--gradient2);
}

.sec_8 .tab_wrap ul li.active {
  background: var(--main-c);
}

.sec_8 .con_active_wrap .con {
  width: 100%;
  display: none;
  background: #fff;
  padding: 0;
}

.sec_8 .con_active_wrap .con.active {
  display: flex;
}

.sec_8 .con_active_wrap .map_wrap {
  width: 60%;
  height: fit-content;
  background: #fafafa;
}

.sec_8 .con_active_wrap .con_txt_wrap {
  width: calc(40% - 3rem);
  height: auto;
  padding: 3rem 0 3rem 3rem;
}

.sec_8 .con_active_wrap .con_txt_wrap article {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
}

.sec_8 .con_active_wrap .con_txt_wrap .icon {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_8 .con_active_wrap .con_txt_wrap .con_txt {
  width: calc(100% - 40px);
}

.sec_8 .map_wrap iframe {
  height: 40vh;
}

@media all and (max-width: 1143px) {
  .header .inner ul {
    gap: 1.4rem;
  }
}

@media all and (max-width: 1281px) {

  #mainwrap .sec_1 .fix_wrap,
  #mainwrap .sec_form_wrap .inner {
    width: calc(100% - 8rem);
  }

  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    width: 31rem;
  }

  #mainwrap .sec_form_wrap .con_wrap form {
    width: calc(100% - 31rem - 4rem);
  }
}

@media all and (max-width: 1200px) {
  .homeUl {
    gap: 2rem;
  }
}

@media all and (max-width: 1120px) {
  .header .inner ul.homeUl {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  #fullpage .section.sec_8 {
    height: 120vh;
  }

  #fullpage section.sec_8 .inner {
    /* height: calc(120vh - 130px); */
    height: 110vh;
    display: block;
  }

  .sec_8 .con_active_wrap .con.active {
    flex-direction: column;
  }

  .sec_8 .con_active_wrap .map_wrap,
  .sec_8 .con_active_wrap .con_txt_wrap {
    width: 100%;
  }

  .sec_8 .con_active_wrap .con_txt_wrap {
    padding: 4rem 0 0;
    height: auto;
  }
}

@media all and (max-width: 980px) {
  #mainwrap .sec_1 .img_wrap {
    width: 45%;
  }

  #mainwrap .sec_1 .tit_wrap h1 {
    font-size: 3.8rem;
    line-height: 5rem;
    margin-bottom: 3rem;
  }

  #mainwrap .sec_1 .tit_wrap p {
    font-size: 2rem;
    line-height: 3rem;
  }

  /**/
  #mainwrap .sec_2 .map {
    width: 40%;
  }

  #mainwrap .sec_2 .pop_wrap {
    width: 60%;
  }

  #mainwrap .sec_form_wrap .con_wrap {
    gap: 2rem;
  }

  #mainwrap .sec_form_wrap .con_wrap form {
    width: calc(100% - 31rem - 2rem);
    padding: 2rem;
  }

  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    padding: 2rem;
  }
}

@media all and (max-width: 890px) {
  #mainwrap .sec_2 .map_wrap {
    flex-direction: column;
  }

  #mainwrap .sec_2 .pop_wrap,
  #mainwrap .sec_2 .map {
    width: 50rem;
  }

  /**/
  #mainwrap .sec_4 .con_wrap .con {
    width: 50%;
  }

  /**/

  #mainwrap .sec_5 .box_wrap {
    flex-wrap: wrap;
    text-align: center;
  }

  /**/
  #mainwrap .sec_7 .div_top .div_flex {
    flex-direction: column;
    align-items: center;
  }

  #mainwrap .sec_7 .div_top .div_flex .div_lt {
    width: 50rem;
  }

  #mainwrap .sec_7 .div_top .div_flex .div_rt {
    width: 100%;
  }

  #mainwrap .sec_form_wrap .con_wrap {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    margin-bottom: 1rem;
    width: 60rem;
    padding: 1rem;
  }

  .sec_form_wrap .con_wrap .kakao_go p {
    font-size: 1.4rem;
  }

  .sec_form_wrap .con_wrap .kakao_go a {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  #mainwrap .sec_form_wrap .con_wrap form {
    width: 60rem;
    font-size: 1.4rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #mainwrap .sec_form_wrap .con_wrap form .con {
    width: 100%;
  }

  #mainwrap .sec_form_wrap .con_wrap form .con:nth-child(3),
  #mainwrap .sec_form_wrap .con_wrap form .con:nth-child(4) {
    /* width: 50%; */
    width: 100%;
  }
}

@media all and (max-width: 780px) {
  #mainwrap .allsucessSwiper .swiper-slide .u_img {
    width: 3rem;
    height: 3rem;
  }

  #mainwrap .allsucessSwiper .swiper-slide .info_box {
    width: 15rem;
  }

  #mainwrap .allsucessSwiper .swiper-slide a {
    width: calc(100% - 10rem - 15rem - 4rem);
  }

  #mainwrap .hd_sch_wr {
    width: 100%;
  }

  #mainwrap #hd_sch #sch_stx {
    width: calc(100% - 60px);
  }
}

@media all and (max-width: 760px) {
  #mainwrap .div_mid .div_flex {
    flex-direction: column;
    gap: 2rem;
  }

  #mainwrap .div_mid .div_lt {
    width: 100%;
  }

  #mainwrap .div_mid .tit_wrap {
    text-align: center;
  }

  #mainwrap .more-box {
    margin-left: auto;
    width: 4rem;
    position: relative;
    margin-top: 0;
    background: transparent;
  }

  #mainwrap .more-box span {
    display: none;
  }

  #mainwrap .more-box:before {
    content: "+";
    width: 4rem;
    height: 4rem;
    border: 2px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 2rem;
    filter: invert(1);
    position: absolute;
    top: 0;
    left: 0;
  }

  #mainwrap .div_mid .div_rt {
    width: 100%;
  }

  #mainwrap .sec_7 .inner {
    gap: 15rem;
  }

  #mainwrap .sec_7 .inner .div_bottom {
    margin-top: 0;
  }

  #mainwrap .sec_7 .inner .div_top {
    margin-bottom: 0;
  }
}

@media all and (max-width: 740px) {

  #fullpage .sec_form_wrap .con_wrap form .con .label_wrap,
  .sec_form_wrap .con_wrap form .con {
    flex-direction: row;
  }

  .sec_8 .tab_wrap ul {
    flex-wrap: wrap;
  }

  .sec_8 .tab_wrap ul li {
    width: 33.333%;
  }
}

@media all and (max-width: 680px) {
  #mainwrap section.sec_1 .inner {
    flex-direction: column;
    padding: 12rem 0 25rem;
  }

  #mainwrap .sec_1 .img_wrap {
    width: 75%;
  }

  #mainwrap .sec_1 .tit_wrap {
    text-align: center;
  }

  #mainwrap .sec_5 .box_wrap .box {
    width: 100%;
  }

  #mainwrap .sec_1 .tit_wrap span.name {
    justify-content: center;
  }
}

@media all and (max-width: 640px) {
  #mainwrap .sec_form_wrap .con_wrap form .con .label_wrap {
    width: 100%;
  }

  #mainwrap .sec_form_wrap .con_wrap form,
  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    width: 100%;
  }

  #mainwrap .sec_form_wrap .con_wrap form .con {
    width: 100%;
    margin-bottom: 2rem;
  }

  .sec_form_wrap .con_wrap form input[type="submit"] {
    margin-top: 2rem !important;
    font-size: 12px;
  }

  #mainwrap .sec_form_wrap .con_wrap form .con p {
    display: none;
  }

  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    padding: 4rem 1rem;
  }

  #mainwrap .sec_form_wrap .con_wrap form {
    padding: 5rem 2rem;
  }
}

@media all and (max-width: 500px) {

  #mainwrap .sec_2 .pop_wrap,
  #mainwrap .sec_2 .map {
    width: 100%;
  }

  #mainwrap .sec_4 .con_wrap .con {
    /* width: 100%; */
    width: 50%;
    height: 16rem;
  }

  #mainwrap .sec_4 .con_wrap .con a .icon {
    width: 6rem;
    height: 6rem;
  }

  #mainwrap .sec_4 .con_wrap p {
    font-size: 1.6rem;
  }

  #mainwrap .sec_4 .con_wrap .hidden-txt-wrap,
  #mainwrap .sec_4 .con_wrap .con .more {
    display: none;
  }

  #mainwrap .allsucessSwiper .swiper-slide .info_box {
    width: 6rem;
    overflow: hidden;
  }

  #mainwrap .allsucessSwiper .swiper-slide a {
    width: calc(100% - 10rem - 6rem - 4rem);
  }

  #mainwrap .sec_7 .div_top .div_flex .div_lt {
    width: 100%;
  }

  #mainwrap section .inner {
    padding: 7rem 0;
  }

  #mainwrap .sec_7 .inner {
    gap: 7rem;
  }
}

@media all and (max-width: 480px) {
  .aside .aside-item {
    height: 68px;
  }
}





/* 241217 변영성 */

#mainwrap .sec_1 .swiper-slide.slide1 {
  background: url(/center/img/ak/main_slide01_250211.png)no-repeat center center/cover;
}

#mainwrap .sec_1 .swiper-slide.slide1 .slg {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

#mainwrap .sec_1 .swiper-slide.slide1 .slg strong {
  display: block;
  margin: 0 0 16px 0;
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  color: #fff;
}

#mainwrap .sec_1 .swiper-slide.slide1 .slg span {
  opacity: 0.6;
}

#mainwrap .sec_1 .swiper-slide.slide1 .slg p {
  font-size: 16px;
  font-weight: 100;
  color: #fff;
}

#mainwrap .sec_1 .swiper-slide.slide1 .m_per {
  display: none;
}



@media(max-width:800px) {
  #mainwrap .sec_1 .swiper-slide.slide1 {
    display: block;
    background: url(/center/img/ak/m_main_slide01_241216.jpg)no-repeat center center/cover;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .inner_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9rem 0 0;
    gap: 60px;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg {
    position: static;
    width: calc(100% - 8rem);
    transform: translate(0, 0);
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg strong {
    font-size: 24px;
    line-height: 32px;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg p {
    font-size: 16px;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .m_per {
    display: block;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .m_per img {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media(max-width:800px) and (min-width: 680px) {
  #mainwrap .sec_1 .swiper-slide.slide1 .inner_flex {
    padding: 6rem 0 14rem;
  }
}

@media(max-width:480px) {


  #mainwrap .sec_1 .swiper-slide.slide1 .slg p {
    font-size: 12px;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .inner_flex {
    gap: 40px;
    padding: 12rem 0 0 0;
  }
}





/* 250102 css 리뉴얼 */
#mainwrap .tit_wrap .tit_wrap_desc {
  line-height: 3.2rem;
}

#mainwrap .sec4 .inner {
  padding: 16rem 0 4rem;
}

#mainwrap .sec4 .tit_wrap h1,
#mainwrap .sec4 .tit_wrap p,
#mainwrap .sec4 .su-btn-wrap ul li a,
#mainwrap .sec4 .allsucessSwiper .swiper-slide .con_tit,
#mainwrap .sec4 .btn-wrap a {
  color: #000;
}

#mainwrap .tit_wrap {
  margin: 0 0 4rem 0;
}

#mainwrap .tit_wrap h1 {
  color: #000;
  margin: 0 0 3.2rem 0;
  font-weight: 900;
  font-size: 4rem;
  line-height: 5.6rem;
}

#mainwrap .su-btn-wrap {
  margin-bottom: 1.6rem;
}

#mainwrap .su-btn-wrap ul li {
  border-right: none;
  width: 15rem;
  height: 50px;
}

#mainwrap .su-btn-wrap ul li:last-child {
  border: 1px solid #ddd;
}

#mainwrap .su-btn-wrap ul li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}

@media(max-width: 777px) {
  #mainwrap .sec_1 .sec_1-nav .nav-txt {
    height: 66px;
    justify-content: unset;
  }

}

@media(max-width: 500px) {
  #mainwrap .sec_1 .sec_1-nav .nav-txt {
    height: 50px;
  }
}

#mainwrap .sec4 #hd_sch {
  position: relative;
}

#mainwrap .sec4 #hd_sch #sch_stx {
  width: 100%;
  color: #333;
}

#mainwrap .sec4 #hd_sch #sch_submit {
  position: absolute;
  right: 0;
  background: url(/center/img/ak/ic-sch.svg) no-repeat center;
  background-size: 20px auto;
  opacity: 0.5;
  border-bottom: none;
}

#mainwrap .sec4 .sudata .flex_wrap {
  position: relative;
}

.board-list {
  width: 100%;
}

#mainwrap .sec4 .sudata .flex_wrap .basic_li {
  display: flex;
  gap: 0;
  width: 100%;
}

#mainwrap .sec4 .sudata .flex_wrap .left {
  position: absolute;
  top: 0;
  padding: 30px 25px;
  width: 43rem;
  height: 52.3rem;
  border: 1px solid #cfcfcf;
  background: #fff;
  box-sizing: border-box;
}

#mainwrap .sec4 .sudata .flex_wrap .left h2 {
  display: block;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
}

#mainwrap .sec4 .sudata .flex_wrap .left .lt_img img {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

#mainwrap .sec4 .sudata .flex_wrap .right {
  margin-left: 45rem;
  width: calc(100% - 45rem);
  box-sizing: border-box;
}

#mainwrap .sec4 .sudata .flex_wrap .basic_li:nth-child(1) .right {
  border-top: 1px solid #cfcfcf;
}

#mainwrap .sec4 .sudata .flex_wrap .right .con {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  border-bottom: 1px solid #cfcfcf;
  box-sizing: border-box;
}

#mainwrap .sec4 .sudata .flex_wrap .right .con .badge {
  display: none;
}

#mainwrap .sec4 .sudata .flex_wrap .right .con a {
  width: calc(100% - 20rem);
  padding: 3rem 0;
  box-sizing: border-box;
}

#mainwrap .sec4 .sudata .flex_wrap .right .con a h2 {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainwrap .sec4 .sudata .flex_wrap .right .con .u_img {
  cursor: pointer;
}

#mainwrap .sec4 .flex_wrap .basic_li:nth-child(1) .left {
  z-index: 2;
}

#mainwrap .sec4 .sudata .flex_wrap .basic_li:hover .right .con {
  background: #f9f9f9;
}

#mainwrap .sec4 .sudata .flex_wrap .basic_li:hover .left {
  opacity: 1;
  z-index: 3;
}

@media(max-width:1280px) {
  #mainwrap .sec4 .sudata .flex_wrap .left .lt_img img {
    width: 240px;
  }
}

@media(max-width:1025px) {
  #mainwrap .su-btn-wrap ul li {
    width: 10rem;
  }

  #mainwrap .su-btn-wrap ul li>a {
    padding: 0.5rem 1rem;
  }

  #mainwrap .tit_wrap h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  #mainwrap .sec4 .sudata .flex_wrap .left {
    padding: 20px;
    width: 35%;
    height: 46.3rem;
  }

  #mainwrap .sec4 .sudata .flex_wrap .left h2 {
    margin-bottom: 20px;
    font-size: 1.9rem;
  }

  #mainwrap .sec4 .sudata .flex_wrap .left .lt_img img {
    width: 220px;
    max-width: 90%;
  }

  #mainwrap .sec4 .sudata .flex_wrap .right {
    margin-left: 37%;
    width: 63%;
  }

  #mainwrap .sec4 .sudata .flex_wrap .right .con a {
    padding: 2.5rem 0;
  }
}

@media(max-width:800px) {
  #mainwrap .sec4 .sudata .flex_wrap .basic_li {
    display: block;
  }

  #mainwrap .sec4 .sudata .flex_wrap .left {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    display: none;
    height: auto;
  }

  #mainwrap .sec4 .sudata .flex_wrap .basic_li:nth-child(1) .left {
    display: block;
  }

  #mainwrap .sec4 .sudata .flex_wrap .right {
    margin-left: 0;
    width: 100%;
  }
}

@media(max-width:780px) {
  #mainwrap .su-btn-wrap ul li {
    width: auto;
    height: 40px;
  }

  #mainwrap .sec4 .sudata .flex_wrap .right .con .u_img {
    width: 3rem;
    height: 3rem;
  }

  #mainwrap .sec4 .sudata .flex_wrap .right .con a {
    padding: 2rem 0;
  }
}

@media(max-width:768px) {
  #mainwrap .tit_wrap h1 {
    font-size: 2.4rem;
    line-height: 21px;
  }


}

@media(max-width:640px) {
  #mainwrap .su-btn-wrap ul li {
    height: 30px;
  }

  #mainwrap .su-btn-wrap ul li a {
    padding: 0.5rem 1rem;
  }

  #mainwrap .sec4 .sudata .flex_wrap .left h2,
  #mainwrap .sec4 .sudata .flex_wrap .right .con a h2 {
    font-size: 2rem;
  }
}

@media(max-width:500px) {
  #mainwrap .sec4 .inner {
    padding: 7rem 0;
  }
}



#mainwrap .sec4 .tit_wrap h1 {
  margin: 0 0 3.2rem 0;
}

#mainwrap .section_01 .inner {
  padding: 15rem 0 20rem;
}

#mainwrap .section_01 .tit_wrap h1 {
  color: #fff;
}

#mainwrap .section_03 .tit_wrap {
  margin: 0 0 14rem 0;
}

#mainwrap .section_03 .tit_wrap h1 {
  position: relative;
  margin: 0;
}

#mainwrap .section_03 .tit_wrap h1::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  width: 60px;
  height: 48px;
  transform: translate(-50%, 0);
  background: url(/center/img/ak/section03_tit_01.jpg)no-repeat center center/cover;
}

#mainwrap .section_03 .tit_wrap h1::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 50%;
  width: 60px;
  height: 48px;
  transform: translate(-50%, 0);
  background: url(/center/img/ak/section03_tit_02.jpg)no-repeat center center/cover;
}

#mainwrap .section_06 .tit_wrap h1 {
  color: #fff;
}

#mainwrap .section_06 .tit_wrap p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}


/* 250103  변영성 */
#mainwrap .section_02 .su-btn-wrap {
  justify-content: center;
}

#mainwrap .section_02 .btn-wrap a {
  border: 1px solid #cfcfcf;
  border-radius: 0;
}

.section_03 {}

.section_03 .inner .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}



.section_04 {}

.section_04 .tit_wrap p {
  margin-bottom: 3.2rem;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: left;
  display: inline-block;
  font-weight: 500;
}

.section_04 .tit_wrap h1 {
  text-align: end;
}

.section_04 .tit_wrap .img_box {
  max-width: 800px;
  margin: 0 0 12rem auto;
}

.section_04 .top {
  text-align: end;
}

#mainwrap .section_04 .top p {
  margin-bottom: 4rem;
}

#mainwrap .section_04 .top h1 {
  margin-bottom: 8rem;
}

.section_04 .bottom {
  text-align: left;
}

.section_04 .bottom h1 {
  text-align: left;
  margin-bottom: 4rem;
}

.section_04 .bottom strong {
  display: block;
  margin-bottom: 8rem;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  color: #000;
}

.section_04 .end_box {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.section_04 .end_box p {
  margin-bottom: 3.2rem;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  text-align: left;
  display: inline-block;
}

.section_04 .end_box p:last-child {
  margin-right: 26px;
}

.section_04 .banner {
  padding: 13rem 0;
  background: url(/center/img/ak/section04_banner.jpg)no-repeat center center/cover;
}

#mainwrap .section_04 .banner .inner {
  padding: 0;
}

.section_04 .banner .tit_wrap h1 {
  text-align: center;
}

.section_04 .banner .banner_btn {
  text-align: center;
}

.section_04 .banner .banner_btn a {
  display: inline-block;
  padding: 0 99px;
  border-radius: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  background: #000;
}

@media(max-width:1025px) {


  .section_04 .tit_wrap .img_box {
    max-width: 80%;
  }
}

#mainwrap .section_05 .inner {
  padding: 16rem 0 0 0;
}

#mainwrap .section_02 .tit_wrap strong {
  font-size: 20px;
  line-height: 32px;
  color: #000;
}

.section_05 .tit_wrap p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
}

.section_05 .itm {
  max-width: 243px;
  width: 100%;
}

.section_05 .itm .img_box {
  border: 1px solid #eee;
}

.section_05 .section_05_slide_box {
  padding: 0 0 16rem 0;
}

#mainwrap .section_07 .img_wrap {
  margin-top: 0;
}

#mainwrap .section_07 .tit_wrap h1 {
  margin: 0;
}

#mainwrap .section_08 .tit_wrap h1 {
  margin: 0;
}

.section_08 .con_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.section_08 .con_box .con {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  border: 1px solid #c4c4c4;
}

.section_08 .con_box .con:nth-child(odd) {
  margin: 0 -1px 0 0;
}

.section_08 .con_box .con:nth-child(3),
.section_08 .con_box .con:nth-child(4),
.section_08 .con_box .con:nth-child(5),
.section_08 .con_box .con:nth-child(6) {
  margin-top: -1px;
}

.section_08 .con_box .con strong {
  display: block;
  margin: 0 0 36px 0;
  line-height: 32px;
  font-size: 32px;
  font-weight: 700;
}

.section_08 .con_box .con p {
  font-weight: 400;
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 32px;
}

.section_08 .con_box a {}

.section_08 .con_box a img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.section_09 {
  padding: 180px 0;
  background: url(/center/img/ak/section_09_back.jpg)no-repeat center center/cover;
}

.section_09 {}

#mainwrap .section_09 .tit_wrap {
  margin: 0;
}

#mainwrap .section_09 .tit_wrap h1 {
  line-height: 4rem;
  margin: 0 0 1.6rem 0;
}

.section_09 .section_09_slide {
  padding: 56px 0;
}

.section_09 .swiper-slide {
  max-width: 360px !important;
  background: #fff;
  filter: drop-shadow(4px 4px 22.4px rgba(0, 0, 0, 0.09));
}

.section_09 .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.sec_7 {
  display: none;
}

#mainwrap .section_10 .tit_wrap h1 {
  color: #fff;
  margin: 0;
}

.section_10 h1 {
  font-size: 19px;
  line-height: 25px;
  margin: 0 0 44px 0;
  text-align: center;
  color: #000;
}

#mainwrap .section_10 .con_wrap {
  margin-top: 0;
}

#mainwrap .section_10 .con_wrap .kakao_go {
  height: 100%;
  justify-content: unset;
}

#mainwrap .section_10 .kakao_go a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  background: var(--gold-c);
  padding: 0;
  margin: 0;
}

#mainwrap .section_10 .kakao_go .sec10_call {
  margin: 16px 0 32px 0;
  background: #fff;
  border: 1px solid #000;
}

#mainwrap .section_10 p {
  margin: 0;
  font-size: 17px;
  color: #a3a3a3;
}

.section_10 .chk_box_wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.section_10 .label_wrap label {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

#mainwrap .section_10 .con_wrap form .con .label_wrap span,
.section_10 .chk_box_wrap span {
  margin-left: 0;
  font-size: 16px;
}




#mainwrap .section_11 .tit_wrap h1 {
  margin: 0;
}

.m_br_480 {
  display: none;
}

#mainwrap .section_02 .tit_wrap {
  margin: 0;
}

@media(max-width:890px) {


  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    width: 100%;
    padding: 40px;
  }

  #mainwrap .sec_form_wrap .con_wrap form {
    width: 100%;
    padding: 40px;
  }

  #mainwrap .section_10 .kakao_go a {
    max-width: 400px;
  }

  #mainwrap .sec_5 .box_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  #mainwrap .sec_5 .box_wrap .box {
    width: 100%;
  }

  #mainwrap .sec_5 .box_wrap .box .icon {
    margin: 0 0 24px 0;
  }

  #mainwrap .sec_5 .box_wrap .box h6 {
    margin: 0 0 24px 0;
  }

  .section_10 .label_wrap label,
  .section_10 .chk_box_wrap {
    align-items: center;
  }

  #mainwrap .section_10 .con_wrap form .con .label_wrap span,
  .section_10 .chk_box_wrap span {

    font-size: 13px;
    line-height: 13px;
  }

}

@media(max-width:800px) {
  #mainwrap section.sec_1 .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #mainwrap .sec_1 .img_wrap {
    width: 75%;
  }

  #mainwrap .sec_1 .tit_wrap {
    text-align: center;
  }

  #mainwrap .sec_5 .box_wrap .box {
    width: 100%;
  }

  #mainwrap .sec_1 .tit_wrap span.name {
    justify-content: center;
  }

  #mainwrap .sec_1 .swiper-button {
    top: 50%;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg strong {
    font-size: 24px;
    line-height: 32px;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg p {
    font-size: 16px;
    line-height: 24px;
  }

  #mainwrap .sec_1 .tit_wrap h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 16px 0;
  }

  #mainwrap .sec_1 .tit_wrap p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 16px 0;
  }
}

@media(max-width:800px) and (min-width: 680px) {

  #mainwrap .sec_1 .swiper-slide.slide1 .inner_flex,
  #mainwrap section.sec_1 .inner {
    padding: 9rem 0 14rem;
  }
}

@media(max-width:769px) {


  #mainwrap section .inner {
    padding: 7rem 0;
  }

  #mainwrap .section_02 .inner {
    padding: 7rem 0;
  }

  #mainwrap .section_02 .tit_wrap {
    margin: 0;
  }

  #mainwrap .section_02 .tit_wrap h1 {
    margin: 0 0 1.6rem 0;
  }

  #mainwrap .section_02 .tit_wrap .tit_wrap_desc {
    font-size: 14px;
    line-height: 20px;
  }



  #mainwrap .su-btn-wrap ul {
    width: 100%;
    justify-content: space-between;
  }

  #mainwrap .su-btn-wrap ul li {
    width: 100%;
  }

  #mainwrap .su-btn-wrap ul li a {
    font-size: 14px;
    padding: 4px 0;
  }

  #mainwrap .section_03 .tit_wrap {
    margin: 0 0 10rem 0;
  }

  #mainwrap .section_03 .tit_wrap h1::before {
    width: 32px;
    height: 28px;
    top: -41px;
  }

  #mainwrap .section_03 .tit_wrap h1::after {
    width: 32px;
    height: 28px;
    bottom: -41px;
  }

  .section_03 .inner .grid_box {
    gap: 16px;
  }

  #mainwrap .section_04 .tit_wrap {
    margin: 0;
  }

  .section_04 .tit_wrap p {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }

  #mainwrap .section_04 .top p {
    margin-bottom: 16px;
  }

  #mainwrap .section_04 .top h1 {
    margin-bottom: 32px;
  }

  #mainwrap .section_04 .bottom h1 {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }

  .section_04 .tit_wrap .img_box {
    margin: 0 0 32px auto;
  }

  .section_04 .bottom strong {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }


  .section_04 .end_box p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-align: right;
  }


  .section_04 .end_box p:first-child {
    margin: 0 0 8px 0;
  }

  .section_04 .end_box p:last-child {
    margin: 0;
  }

  .section_04 .banner {
    padding: 57px 0;

  }

  .section_04 .banner .banner_btn a {
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
  }

  #mainwrap .section_05 {
    padding: 7rem 0;
  }

  #mainwrap .section_05 .inner {
    padding: 0;
  }

  .section_05 .tit_wrap p {
    font-size: 2.0rem;
    line-height: 2.6rem;
  }

  .section_05 .tit_wrap p br {
    display: none;
  }

  .section_05 .itm {
    max-width: unset;
  }

  .section_05 .itm img {
    max-width: 100%;
  }

  .section_05 .section_05_slide_box {
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: 0;
  }

  #mainwrap .section_05 .tit_wrap h1 {
    margin: 0 0 1.6rem 0;
  }

  #mainwrap .section_06 .tit_wrap h1 {
    margin: 0 0 1.6rem 0;
  }

  #mainwrap .section_06 .tit_wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  .section_08 .con_box .con {
    justify-content: space-between;
  }

  .section_08 .con_box .con strong {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 14px;
  }

  .section_08 .con_box .con p {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .section_09 {
    padding: 24px 0;
  }

  .section_09 .section_09_slide {
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: 20px 0;
  }

  .section_09 .swiper-slide {
    max-width: unset;
    filter: none;
  }

  .section_09 .swiper-slide img {
    max-width: 100%;
  }

  .section_10 h1 {
    margin: 0 0 16px 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  #mainwrap .section_10 .kakao_go a {
    font-size: 14px;
    line-height: 40px;
  }

  #mainwrap .section_10 .kakao_go .sec10_call {
    margin: 8px 0 16px 0;
  }

  #mainwrap .section_10 p {
    font-size: 12px;
  }

  .sec_8 .tab_wrap ul {
    flex-wrap: unset;
  }

}

@media(max-width:480px) {
  .m_br_480 {
    display: block !important;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg strong {
    font-size: 20px;
    line-height: 28px;
  }

  #mainwrap .sec_1 .tit_wrap h1 {
    font-size: 20px;
    line-height: 28px;
  }

  #mainwrap .sec_1 .tit_wrap p {
    font-size: 14px;
    line-height: 20px;
  }

  #mainwrap .tit_wrap h1 {
    font-size: 17px;
    line-height: 22px;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .slg p {
    font-size: 14px;
    line-height: 20px;
  }

  #mainwrap .sec_1 .swiper-slide.slide3 {
    align-items: baseline;
  }

  #mainwrap .sec_1 .swiper-slide.slide4 .inner {
    padding: 0;
  }

  #mainwrap .sec_1 .sec_1-nav .nav-txt {
    height: 50px;
  }

  #mainwrap .section_02 .tit_wrap {
    margin: 0;
  }

  #mainwrap .section_02 .tit_wrap h1 br {
    display: none;
  }

  #mainwrap .section_02 .tit_wrap .tit_wrap_desc {
    font-size: 12px;
    line-height: 18px;
  }


  #mainwrap .su-btn-wrap ul {
    width: 100%;
    justify-content: space-between;
  }

  #mainwrap .su-btn-wrap ul li {
    width: 100%;
  }

  #mainwrap .su-btn-wrap ul li a {
    font-size: 11px;
    padding: 4px 0;
  }

  #mainwrap .section_02 .sudata .flex_wrap .right .con a {
    width: calc(100% - 100px);
  }

  #mainwrap .section_02 #hd_sch #sch_stx {
    height: 30px;
  }

  #mainwrap .section_02 #hd_sch #sch_submit {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }

  #mainwrap .section_03 .tit_wrap {
    margin: 0 0 10rem 0;
  }

  #mainwrap .section_03 .tit_wrap h1::before {
    width: 32px;
    height: 28px;
    top: -41px;
  }

  #mainwrap .section_03 .tit_wrap h1::after {
    width: 32px;
    height: 28px;
    bottom: -41px;
  }

  .section_03 .inner .grid_box {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }

  .section_03 .inner .grid_box .img_box img {
    max-width: 90%;
    margin: 0 auto;
  }

  #mainwrap .section_04 .tit_wrap {
    margin: 0;
  }

  .section_04 .tit_wrap p {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }

  #mainwrap .section_04 .top p {
    margin-bottom: 16px;
  }

  #mainwrap .section_04 .top h1 {
    margin-bottom: 24px;
    font-size: 2.8rem;
  }

  .section_04 .tit_wrap .img_box {
    margin: 0 0 48px auto;
  }

  .section_04 .bottom strong {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }

  .section_04 .bottom strong br {
    display: none;
  }

  .section_04 .end_box p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }



  .section_04 .end_box p:first-child {
    margin: 0 0 8px 0;
  }

  .section_04 .banner {
    padding: 24px 0;

  }

  .section_04 .banner .banner_btn a {
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
  }

  #mainwrap .section_05 {
    padding: 7rem 0;
  }

  #mainwrap .section_05 .inner {
    padding: 0;
  }

  .section_05 .tit_wrap p {
    font-size: 12px;
    line-height: 18px;
  }

  .section_05 .tit_wrap p br {
    display: none;
  }

  .section_05 .itm {
    max-width: unset;
  }

  .section_05 .itm img {
    max-width: 100%;
  }

  .section_05 .section_05_slide_box {
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: 0;
  }

  #mainwrap .section_06 .box_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  #mainwrap .section_06 .box_wrap .box .icon {
    margin: 0 0 16px 0;
    /* width: 48px;
    height: 48px; */
  }

  #mainwrap .section_06 .box_wrap .box h6 {
    margin: 0 0 16px 0;
  }

  #mainwrap .section_06 .tit_wrap p {
    font-size: 12px;
    line-height: 18px;
  }

  .section_08 .con_box .con {
    padding: 16px;
    justify-content: space-between;
  }

  .section_08 .con_box .con strong {
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 16px;
  }

  .section_08 .con_box .con p {
    margin: 0 0 12px 0;
    font-size: 12px;
    line-height: 18px;
  }

  .section_08 .con_box a img {
    width: 40px;
    height: 40px;
  }

  .section_09 {
    padding: 24px 0;
  }

  .section_09 .section_09_slide {
    width: calc(100% - 8rem);
    margin: 0 auto;
  }

  .section_09 .swiper-slide {
    max-width: unset;
  }

  .section_09 .swiper-slide img {
    max-width: 100%;
  }

  .section_10 h1 {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 20px;
  }

  #mainwrap .section_10 .kakao_go a {
    font-size: 14px;
    line-height: 40px;
  }

  #mainwrap .section_10 .kakao_go .sec10_call {
    margin: 8px 0 16px 0;
  }

  #mainwrap .section_10 p {
    font-size: 12px;
  }

  .sec_8 .tab_wrap ul {
    flex-wrap: unset;
  }

  #mainwrap .sec_form_wrap .con_wrap .kakao_go {
    padding: 24px;
  }

  #mainwrap .sec_form_wrap .con_wrap form {
    padding: 24px;
  }
}

@media(max-width:380px) {


  .section_10 h1 {
    font-size: 12px;
    line-height: 18px;
    word-break: keep-all;
  }

  #mainwrap .section_10 p {
    text-align: center;
    word-break: keep-all;
  }

  .section_04 .tit_wrap p {
    font-size: 13px;
  }
}

#mainwrap .section_12 .inner {
  padding: 16rem 0 0;
}

#mainwrap .section_12 .qna-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}

#mainwrap .section_12 .qna-top .tabs {
  display: flex;
}

#mainwrap .section_12 .qna-top .tabs li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

#mainwrap .section_12 .qna-top .tabs li:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
}

#mainwrap .section_12 .qna-top .tabs li span {
  font-size: 2rem;
  font-weight: 600;
  color: #a2a2a2;
}

#mainwrap .section_12 .qna-top .tabs li.active:before {
  opacity: 1;
}

#mainwrap .section_12 .qna-top .tabs li.active span {
  color: #333;
}

#mainwrap .section_12 .qna-top #hd_sch {
  position: relative;
  width: 300px;
  height: 50px;
}

#mainwrap .section_12 .qna-top #hd_sch #sch_stx {
  width: 100%;
  height: 50px;
  color: #333;
}

#mainwrap .section_12 .qna-top #hd_sch #sch_submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  border: none;
  background: url('/center/img/ak/ic-sch.svg')no-repeat center;
  background-size: 20px auto;
  opacity: 0.5;
}

#mainwrap .section_12 .faq_list_board {
  border-top: 2px solid #000;
  box-sizing: border-box;
}

#mainwrap .section_12 .faq_list_board>li {
  border-bottom: 1px solid #cfcfcf;
}

#mainwrap .section_12 .faq_list_board p.q {
  display: block;
  padding: 25px 100px 25px 100px;
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  word-break: keep-all;
  color: #000;
  cursor: pointer;
}

#mainwrap .section_12 .faq_list_board p.q:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 20px;
  height: 2px;
  background: #333;
  transition: transform 120ms 200ms ease-out;
  z-index: 12;
  opacity: 0.8;
}

#mainwrap .section_12 .faq_list_board p.q:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 49px;
  width: 2px;
  height: 20px;
  margin-top: -9px;
  background: #333;
  transition: transform 120ms 200ms ease-out;
  z-index: 12;
  opacity: 0.8;
}

#mainwrap .section_12 .faq_list_board p.q.on {}

#mainwrap .section_12 .faq_list_board p.q.on:before {
  transform: rotate(-45deg);
  transition: transform 120ms ease-in-out;
}

#mainwrap .section_12 .faq_list_board p.q.on:after {
  transform: rotate(-45deg);
  transition: transform 120ms ease-in-out;
}

#mainwrap .section_12 .faq_list_board div.answer {
  font-size: 1.8rem;
  font-weight: 400;
  color: #595959;
  word-break: keep-all;
  padding: 0px 100px 40px 100px;
  line-height: 1.6em;
  display: none;
}

#mainwrap .section_12 .faq_list_board div.answer:before {
  display: block;
  color: #bc0000;
  width: 40px;
  display: block;
  float: left;
  text-align: center;
  margin-left: -40px;
}

#mainwrap .section_12 .faq_list_board div.answer img {
  max-width: 100%;
  margin: 0;
}

#mainwrap .section_12 .faq_list_board div.answer .desc {}

#mainwrap .section_12 .faq_list_board .cate_name {
  display: inline-block;
  padding: 0 10px 0 0;
  text-align: center;
}

.empty_li {
  padding: 25px 100px;
  font-size: 2rem;
  color: #999;
  line-height: 1em;
  word-break: keep-all;
  text-align: center;
}

.btn-qna {
  margin-top: 35px;
  text-align: right;
}

.btn-qna>a span {
  position: relative;
  padding-right: 25px;
  font-size: 2rem;
  color: #000;
}

.btn-qna>a span:before {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 13px;
  height: 15px;
  background: url('/center/img/ak/ic-arr.svg')no-repeat center;
  background-size: contain;
}

@media(max-width:1300px) {
  #mainwrap .section_12 .qna-top #hd_sch {
    margin: 0 auto 40px;
    width: 445px;
  }

  #mainwrap .section_12 .qna-top {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media(max-width:1025px) {




  #mainwrap .section_12 .faq_list_board p.q {
    padding: 25px 30px 25px 60px;
  }

  #mainwrap .section_12 .faq_list_board p.q:after {
    left: 20px;
  }

  #mainwrap .section_12 .faq_list_board p.q:before {
    left: 29px;
  }

  #mainwrap .section_12 .faq_list_board div.answer {
    padding: 0 30px 30px 60px;
  }
}

@media(max-width:800px) {
  #mainwrap .section_12 .qna-top {
    margin-bottom: 15px;
  }

  #mainwrap .section_12 .qna-top .tabs li {
    height: 40px;
    padding: 10px 15px;
  }

  #mainwrap .section_12 .qna-top .tabs li span {
    font-size: 1.8rem;
  }

  #mainwrap .section_12 .qna-top #hd_sch {
    height: 40px;
  }

  #mainwrap .section_12 .qna-top #hd_sch #sch_submit {
    width: 40px;
    height: 40px;
    background-size: 18px;
  }

  #mainwrap .section_12 .qna-top #hd_sch #sch_stx {
    height: 40px;
  }

  #mainwrap .section_12 .faq_list_board p.q {
    padding: 12px 20px 12px 35px;
  }

  #mainwrap .section_12 .faq_list_board p.q:after {
    left: 10px;
    width: 14px;
  }

  #mainwrap .section_12 .faq_list_board p.q:before {
    left: 16px;
    height: 14px;
    margin-top: -6px;
  }

  #mainwrap .section_12 .faq_list_board div.answer {
    padding: 0 20px 20px 35px;
  }

  .btn-qna>a span {
    padding-right: 20px;
  }

  .btn-qna>a span:before {
    top: 8px;
    width: 10px;
    height: 12px;
  }
}


@media(max-width:780px) {
  #mainwrap .section_12 .qna-top #hd_sch {
    width: 100%;
  }

  #mainwrap .section_12 .qna-top .tab-wrap {
    overflow-x: auto !important;
    width: 100%;
  }

  #mainwrap .section_12 .qna-top .tab-wrap>div {
    min-width: 630px;
  }
}

@media(max-width:769px) {
  #mainwrap .section_12 .inner {
    padding: 7rem 0;
  }

  #mainwrap .section_12 .qna-top .tabs li span {
    font-size: 16px;
  }

  #mainwrap .section_12 .faq_list_board p.q {
    font-size: 14px;
    line-height: 20px;
  }

  #mainwrap .section_12 .faq_list_board div.answer .desc {
    font-size: 12px;
    line-height: 20px;
  }
}



@media(max-width:540px) {
  #mainwrap .section_12 .tit_wrap h1 {
    margin: 0;
  }

  #mainwrap .section_12 .qna-top {
    margin-bottom: 10px;
  }

  #mainwrap .section_12 .qna-top .tab-wrap {
    height: 35px;
  }

  #mainwrap .section_12 .qna-top .tab-wrap>div {
    min-width: 430px;
  }

  #mainwrap .section_12 .qna-top .tabs li {
    padding: 5px 8px;
    height: 30px;
  }

  #mainwrap .section_12 .qna-top .tabs li span {
    font-size: 13px;
  }

  #mainwrap .section_12 .qna-top #hd_sch {
    margin: 0 auto 30px;
    height: 30px;
  }

  #mainwrap .section_12 .qna-top #hd_sch #sch_submit {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }

  #mainwrap .section_12 .qna-top #hd_sch #sch_stx {
    height: 30px;
  }

  #mainwrap .section_12 .faq_list_board p.q {
    padding: 10px 20px 10px 25px;
  }

  #mainwrap .section_12 .faq_list_board p.q:after {
    left: 5px;
    width: 13px;
    height: 1px;
  }

  #mainwrap .section_12 .faq_list_board p.q:before {
    left: 11px;
    width: 1px;
    height: 13px;
    margin-top: -6px;
  }

  #mainwrap .section_12 .faq_list_board div.answer {
    padding: 0 20px 20px 25px;
  }

  .btn-qna {
    margin-top: 15px;
  }

  .btn-qna>a span {
    padding-right: 12px;
  }

  .btn-qna>a span:before {
    top: 5px;
    width: 9px;
    height: 10px;
  }
}

@media(max-width:500px) {
  #mainwrap .section_12 .inner {
    padding: 7rem 0 0;
  }
}

@media(max-width:480px) {
  #mainwrap .section_12 .tit_wrap {
    margin: 0 0 2rem;
  }

  #mainwrap .section_12 .qna-top #hd_sch {
    margin: 0 auto 20px;
  }

  #mainwrap .section_12 .faq_list_board p.q {
    font-size: 13px;
    line-height: 18px;
  }

  .section_11 .con_active_wrap .con_txt_wrap article {
    align-items: center;
  }

  #mainwrap .sec_1 .swiper-slide.slide1 .inner_flex {
    padding: 77px 0 0 0;
  }

  #mainwrap section.sec_1 .inner {
    padding: 77px 0 140px;
  }
}

/* 250116 리뉴얼 후 수정요청 */
.m_br_769 {
  display: none;
}

#mainwrap .sec_1 .slide1 .slg strong {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(30px);
}

#mainwrap .sec_1 .swiper-slide-active .slg strong {
  opacity: 1;
  transform: translateY(0);
}

#mainwrap .sec_1 .slide1 .slg p {
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.8s;
  transform: translateY(30px);
}

#mainwrap .sec_1 .swiper-slide-active .slg p {
  opacity: 0.6;
  transform: translateY(0);
}


#mainwrap .section_02 .tit_wrap strong {
  display: block;
}

@media(max-width:810px) {
  .topmenuSwiper ul {
    gap: 0 !important;
  }
}


@media(max-width:769px) {
  .m_br_769 {
    display: block;
  }

  .section_08 .con_box .con strong {
    line-height: 20px;
    font-size: 16px;
  }


}

@media(max-width:480px) {
  .header .ham-menu .hamUl {
    gap: 4rem;
  }

  #mainwrap .sec_1 .sec_1-nav {
    height: auto;
  }

  #mainwrap .sec_1 .sec_1-nav .inner {
    padding: 16px 0 32px 0;
  }

  .section_04 .bottom strong {
    margin-bottom: 48px;
  }

  #mainwrap .section_04 .banner {
    margin: 32px 0;
  }

  #mainwrap .section_04 .banner .tit_wrap h1 {
    margin: 0 0 12px 0;
  }

  .section_08 .con_box .con strong {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 8px 0;
  }

  #mainwrap .section_04 .bottom h1 {
    margin-bottom: 22px;
  }

}

@media(max-width:400px) {
  .section_08 .con_box .con p {
    font-size: 11px;
    line-height: 16px;
    word-break: keep-all;
  }
}

@media(max-width:360px) {
  #mainwrap .tit_wrap h1 {
    font-size: 16px;
  }
}

/* 250116 리뉴얼 후 수정 */