@charset "utf-8";
/* **************************************** *
 * root
 * **************************************** */
 :root {
    --height-full: 100vh;
 }

 @media all and (max-width:1023px){
	 :root {
            --height-full:calc(var(--vh, 1vh) * 100);
    }
}

.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{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; filter: brightness(0.9); display:block;}






#mainwrap .section:not(footer) {
  width: 100vw;
  height: 100vh; height: var(--height-full);
}


#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; */

  /* border-bottom: 1px solid #fff; */
}

.h_bottom:before {
  display: none;
}

.homeUl {
  gap:4rem;
  font-weight: 500;
  font-size: 2rem !important;
}

header.main .homeUl li a{color:#fff;}
/* 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{margin-bottom:50px;}

#mainwrap .tit_wrap.w {
  color: #fff;
  margin:0;
  /* 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 .txt-color{display:inline-block; font-style:normal; color:#56c6ed;}

#mainwrap .tit_wrap i{display:inline-block; margin-bottom:8px; font-family: "Marcellus", serif; color:var(--color-point); font-size:29px; letter-spacing:0; font-style:normal; line-height:1em;}


#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: 12rem 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 .swiper-slide img{width:auto;}
#mainwrap .sec_1 .tit_wrap {z-index:99;
  text-align: left;
}

#mainwrap .sec_1 .tit_wrap span.name {
  font-size: 5rem;
  opacity: 0;
  margin-bottom:25px;
  display: flex;
  font-weight: 100;
  font-family: var(--font-en);
  transition-duration: 0.8s;
  transition-delay: 0.4s;
  transform: translateY(30px);
  letter-spacing:0;
}


#mainwrap .sec_1 .tit_wrap h1 {
  font-size: 4.5rem;
  line-height: 1.3em;
  margin-bottom:20px;
  font-weight: 700;
  opacity: 0;
  transition-duration: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(30px);
  letter-spacing:-2px;
}

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

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

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

#mainwrap .sec_1 .swiper-slide-active .tit_wrap span.name{
  opacity: 0.8;
  transform: translateY(0);
}







#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 .swiper-pagination-bullet,
#mainwrap .sec_1 .swiper-pagination-bullet-active {
  border-radius: 0;
  background: transparent;
}

*/

#mainwrap .sec_1 .sec1mainSwiper {height:100%; cursor:default !important;}
.swiper-pagination-wrap{position:absolute; bottom: calc(100vh / 3); width:100%; z-index:999;}
.swiper-pagination-wrap .wrap{display: flex; align-items: center; gap:50px; }
.swiper-pagination-wrap .swiper-pagination {position: relative; top: auto; left: auto; bottom: auto; width: auto; font-size:17px; color:#fff; }
.swiper-pagination-wrap .swiper-pagination span{line-height:1em; word-break:keep-all;}
.swiper-pagination-wrap .swiper-pagination-bullet {opacity: 1; width: 10px; height: 10px; margin: 0 7px !important; background: #fff; border:2px solid #fff; border-radius:50px;}
.swiper-pagination-wrap .swiper-pagination-bullet-active {width:20rem; background: var(--color-point); border-color:#000;}
.swiper-pagination-wrap .swiper-btn{display: flex; align-items: center; gap:10px;}
.swiper-pagination-wrap  .swiper-button-next,
.swiper-pagination-wrap  .swiper-button-prev {position: relative; left: auto; right: auto; top: auto; width: 20px; height: 20px; margin-top: 0; background: none;}
.swiper-pagination-wrap  .swiper-button-next {transform: scaleX(-1);}
.swiper-pagination-wrap  .swiper-button-next:after,
.swiper-pagination-wrap  .swiper-button-prev:after {content:''; font-size: 0; width: 10px; height: 10px; border: solid #fff; border-width: 2.5px 0 0 2.5px; transform: rotate(-45deg);}
.swiper-pagination-wrap  .btn_pause {display:block; width: 16px; height: 16px; margin: 0 2px; font-size: 0; transition: var(--ani-basic); background-position: 50% 50%; background: url(/center/img/ak/ic-paus.svg) no-repeat center; background-size:contain;}
.swiper-pagination-wrap  .btn_pause.on {background-image: url(/center/img/ak/ic-start.svg);}
.swiper-pagination-wrap  .btn_play {display:block; width: 16px; height: 16px; margin: 0 2px; font-size: 0; transition: var(--ani-basic); background-position: 50% 50%; background: url(/center/img/ak/ic-start.svg) no-repeat center; background-size:contain;}
.swiper-pagination-wrap  .hidden{width:0px; height:0px; padding:0; margin:0; overflow:hidden !important; text-indent:100%; white-space:nowrap; font-size:0;}



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


 

#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/main-visual02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
*/
#mainwrap .sec_1 .swiper-slide.slide3 {
  background: url(/center/img/ak/main-visual03.jpg) 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;
  display:none;
}

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

#mainwrap .hd_sch_wr {
  width:390px;
  padding: 0;
  margin: 0 auto 4rem;
  border:1px solid #818181;
}

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

#mainwrap #hd_sch #sch_stx {
  background: rgba(255, 255, 255, 0.1);
  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;
  background:#fff;
}


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

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

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

#mainwrap .main-success .sec-cont{display:flex; flex-direction: column;}


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

}

#mainwrap .su-btn-wrap ul li.active{border-color: var(--color-point);}
#mainwrap .su-btn-wrap ul li.active a {
  color: #fff !important;
  background: var(--color-point);
}
#mainwrap .sudata{padding:25px 68px; min-height:57rem; box-sizing:border-box;background:#fff;}
#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 .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: 100%;
}

#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%;
}




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

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

  .swiper-pagination-wrap .wrap{width: calc(100% - 8rem);}

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

@media all and (max-width: 1200px) {
  .homeUl {
    gap: 2rem;
  }
  #mainwrap section .inner{padding:10rem 0;}
}

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

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

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

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

  .main-map .con_active_wrap .map_wrap,
  .main-map .con_active_wrap .con_txt_wrap {
    width: 100%;
  }

  .main-map .con_active_wrap .con_txt_wrap {
    padding: 4rem 0 0;
    height: auto;
  }

  #mainwrap .section:not(footer){min-height:600px;}
}

@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_1 .tit_wrap span.name{font-size:4.5rem;}

  /**/
  #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 {
    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: 860px) {
	#mainwrap section .inner{padding:8rem 0;}
}
@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;
  }

  .main-map .tab_wrap ul {
    flex-wrap: wrap;
  }

  .main-map .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;
  }
	#mainwrap .hd_sch_wr{margin: 0 auto 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: 5rem 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 .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: 700;
  font-size: 4rem;
  line-height: 5.6rem;
}

#mainwrap .su-btn-wrap ul li {
  border-right: none;
  width:calc(100% / 7);
  height: 50px;
}



#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;
  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 .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 .basic_li:last-child .right .con{
  border:none;
}

#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 .info_box{overflow:hidden;}

#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 .sudata{padding:14px; min-height:49.5rem;}
  #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;
  }

/*
  #mainwrap .tit_wrap {
	  margin: 0 0 2rem 0;
	}
*/

	#hd_sch #sch_stx{height:40px;}
	#hd_sch #sch_submit{width:40px; height:40px; background-size:17px auto;}

}

@media(max-width:500px) {
  #mainwrap .sec4 .inner {
    padding: 7rem 0;
  }
  #mainwrap .sec4 .sudata .flex_wrap .right .con a{width: calc(100% - 12rem);}
  #mainwrap .sec4 .sudata .flex_wrap .left h2, 
  #mainwrap .sec4 .sudata .flex_wrap .right .con a h2{font-size:1.7rem;}
  #mainwrap .sec4 .sudata .flex_wrap .right .info_box{height:3rem;}
}



#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_01 .tit_wrap h1 .txt-point{color: #56c6ed;}

#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;
}

.section03 {background:#f5f6f9;}


.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 .section05{background: url(/center/img/ak/bg-success.jpg)no-repeat center center/cover;}
#mainwrap .section06{background: url(/center/img/ak/bg-perfection.jpg)no-repeat center center/cover;}
#mainwrap .section_05 .inner {

}

#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%;
}




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

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





.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:21px;
  font-weight:500;
  color: #333;
}

.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 span.name{font-size:4rem; margin-bottom:15px;}

  #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;
  }

  #mainwrap .sec_1 .tit_wrap span.name img{height:30px;}
  .swiper-pagination-wrap{bottom:30px; }
  .swiper-pagination-wrap .wrap{gap:18px; justify-content: center;}
  .swiper-pagination-wrap .swiper-pagination{font-size:12px;}
  .swiper-pagination-wrap .swiper-button-next, .swiper-pagination-wrap .swiper-button-prev{width:8px; height:8px;}
  .swiper-pagination-wrap .swiper-button-next:after, .swiper-pagination-wrap .swiper-button-prev:after{width:8px; height:8px; border-width: 1.5px 0 0 1.5px;}
  .swiper-pagination-wrap .btn_pause,
  .swiper-pagination-wrap .btn_play{width:10px; height:10px;}
}

@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_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_06 .tit_wrap h1 {
    margin: 0 0 1.6rem 0;
  }

  #mainwrap .section_06 .tit_wrap p {
    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;
  }

  .main-map .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;
	margin:0;
  }


  #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_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_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;
  }

  .main-map .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;
  }




}

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

  #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;
  }

 

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

}


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

/* 250116 리뉴얼 후 수정 */


.main-member .sec-cont{position:relative;}
.section02.main-member .sec-cont:before{content:''; position:absolute; top:-100px; right:-130px; background:url(/center/img/ak/obj-ak.png)no-repeat center; background-size:contain; width:272px; height:130px;}
.sec-tit{text-align:center; margin-bottom:50px;}
.inner .sec-tit img{width:auto; margin:0 auto;}
.sec-tit em{display:inline-block; font-size:3.3rem; font-weight:400; color:#333; line-height:1em; word-break:keep-all; font-style:normal; text-transform:uppercase;}
.sec-tit em i{font-weight:600; font-style:normal;}
.sec-tit .tit-img{position:relative; display:block; margin:30px 0;}
.sec-tit h3{display:block; font-size:4.4rem; font-weight:700; color:#222; line-height:1em; word-break:keep-all;}
.sec-tit p{display:inline-block; margin-top:30px; font-size:1.8rem; font-weight:400; color:#1c1c1c; line-height:1em; word-break:keep-all; letter-spacing:-0.5px;}
.sec-tit span{color:var(--color-point);}
.sec-tit.wt > *{color:#fff;}
.memberSwiper .swiper-slide{width:100%; height:0; padding-bottom:33%; background:#222; cursor:pointer;}
.memberSwiper .swiper-slide a{display:flex; flex-direction: column; justify-content: space-between; width:100%; height:100%; }
.memberSwiper .swiper-slide a .txt{display:flex; gap:12px; padding:20px 20px 15px; min-height:90px; box-sizing:border-box; align-items: center;}
.memberSwiper .swiper-slide a .txt .badge{width:55px; height: 55px; display: flex; justify-content: center;  align-items:center;}
.memberSwiper .swiper-slide a .txt .badge.v3 img{width:90%;}
.memberSwiper .swiper-slide a .txt .txt-wrap{width:calc(100% - 67px);}
.memberSwiper .swiper-slide a .txt:not(:has(.badge)) .txt-wrap{width: 100%;}
.memberSwiper .swiper-slide a .txt .txt-wrap .name{display:flex; align-items: flex-end; gap:8px;}
.memberSwiper .swiper-slide a .txt .txt-wrap .name h3{display:block; font-size:2.3rem; font-weight:500; color:#fff; line-height:1em; word-break:keep-all;}
.memberSwiper .swiper-slide a .txt .txt-wrap .name span{display:inline-block; font-size:1.5rem; font-weight:300; color:#fff; line-height:1em; word-break:keep-all;}
.memberSwiper .swiper-slide a .txt .txt-wrap em{display:inline-block; margin:7px 0 0; font-size:1.5rem; font-style:normal; font-weight:300; line-height:1.3em; color:#fff; word-break:keep-all;}
.section03 .memberSwiper .swiper-slide a .txt{align-items: center;}

.memberSwiper .swiper-slide a .img{padding:0 20px;}
.memberSwiper .swiper-slide.slide03 a .img{padding:0 0 0 20px;}
.memberSwiper .swiper-slide.sr a .img{padding:0 5px 0 0;}
.area-btn{display:block; margin:80px auto 0; text-align:center;}
.area-btn a{display:block; padding:15px 10px; margin:0 auto; width:287px; height:57px; background:var(--color-point); border-radius:5px; box-sizing:border-box; text-align:center;}
.area-btn a span{font-size:2.2rem; font-weight:500; color:#fff; line-height:1.3em; word-break:keep-all;}

.main-member .swiper-button-next, 
.main-member .swiper-button-prev{margin-top:-26px; width:53px; height:53px; border:1px solid #3b3b3b; box-sizing:border-box; border-radius:50px; background:url(/center/img/ak/ic-slide-arr.svg)no-repeat center; background-size:17px auto;}
.main-member .swiper-button-prev{left:-76px;}
.main-member .swiper-button-next{right:-76px; transform:rotate(-180deg);}
.main-member .swiper-button-next:after, 
.main-member .swiper-button-prev:after{display:none;}
.main-member .swiper-pagination{display:none; top:unset; bottom:-50px;}


@media(max-width:1500px) {
	.main-member .swiper-button-next, .main-member .swiper-button-prev{display:none;}
	.section02.main-member .sec-cont:before{display:none;}
}
@media(max-width:1200px) {
	.sec-tit em{font-size:3rem;}
	.sec-tit .tit-img{margin:23px 0;}
	.sec-tit .tit-img img{height:40px;}
	.sec-tit p{margin-top:25px;}
	
	.memberSwiper .swiper-slide a .txt{padding:15px 15px 10px; min-height:auto; gap:10px;}
	.memberSwiper .swiper-slide a .txt .badge{width:50px; height:50px; }
	.memberSwiper .swiper-slide a .txt .txt-wrap{width:calc(100% - 60px);}
	.area-btn a span{line-height:1.4em;}
}
@media(max-width:1024px) {
	.main-member .swiper-pagination{display:none;}
	.memberSwiper .swiper-slide{padding-bottom:46.5%;}
	.area-btn{margin:50px auto 0;}
	.area-btn a{width:230px; height:50px; padding:13px 10px; font-size:2em;}
}
@media(max-width:860px) {
	.sec-tit em{font-size:2.8rem;}
	.sec-tit .tit-img{margin:18px 0;}
	.sec-tit .tit-img img{height:35px;}
	.sec-tit h3{font-size:4rem;}
	.sec-tit p{margin-top:20px;}
	
}
@media(max-width:768px) {
	#mainwrap .tit_wrap{margin-bottom:40px;}

	.sec-tit{margin-bottom:40px;}
	.sec-tit em{font-size:2.5rem;}
	.sec-tit .tit-img{margin:15px 0;}
	.sec-tit .tit-img img{height:30px;}
	.sec-tit h3{font-size:3rem;}
	.sec-tit p{margin-top:18px;}
	
	.memberSwiper .swiper-slide{padding-bottom:44.5%;}
	.memberSwiper .swiper-slide a .txt .badge{width:40px; height:40px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name{gap:5px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name h3{font-size:1.9rem;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name span{font-size:1.3rem;}
	.memberSwiper .swiper-slide a .txt .txt-wrap em{margin:4px 0 0; font-size:1.3rem;}
	/*.memberSwiper .swiper-slide{padding-bottom:66%;}*/

	/*
	.memberSwiper{width:90%; margin:0 auto;}
	.main-member .swiper-button-next, .main-member .swiper-button-prev{display:block; width:30px; height:30px;}
	.main-member .swiper-button-prev{left:-15px;}
	.main-member .swiper-button-next{right:-15px;}*/

}
@media(max-width:600px) {
	#mainwrap .tit_wrap{margin-bottom:20px;}

	.sec-tit{margin-bottom:20px;}
	.sec-tit em{font-size:12px;}
	.sec-tit .tit-img{margin:10px 0;}
	.sec-tit .tit-img img{height:18px;}
	.sec-tit h3{font-size:2.5rem;}
	.sec-tit p{margin-top:10px; font-size:11px;}
	.area-btn{margin:25px auto 0;}
	.area-btn a{width:120px; height:35px; padding:10px;}
	.area-btn a span{font-size:12px;}

	/*.memberSwiper .swiper-slide a .txt{gap:7px;}
	.memberSwiper .swiper-slide a .txt .badge{width:40px; height:40px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name{gap:4px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name h3{font-size:2.1rem;}
	.memberSwiper .swiper-slide a .txt .txt-wrap em{margin:5px 0 0;}
	.memberSwiper .swiper-slide a .txt .txt-wrap{width:calc(100% - 47px);}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name span{position:relative; top:-1px;}
	
	*/
	.memberSwiper .swiper-slide{padding-bottom: 43.5%;}
	.memberSwiper .swiper-slide a .txt{padding:7px 7px 5px; gap:4px;}
	.memberSwiper .swiper-slide a .txt .badge{width:2.5rem; height:2.5rem;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name{gap:3px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name h3{font-size:1.4rem;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name span{position:relative; top:-1px; font-size:6px; letter-spacing:-0.6px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap em{font-size:7px; letter-spacing:-0.6px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap em{margin:1.5px 0 0;}
	.memberSwiper .swiper-slide a .txt .txt-wrap{width:calc(100% - 15px);}	

	.section03 .memberSwiper .swiper-slide a .txt,
	.section04 .memberSwiper .swiper-slide a .txt{align-items: flex-start; }
	.section03 .memberSwiper .swiper-slide a .txt.noinfo{align-items: center;}
	.section03 .memberSwiper .swiper-slide a .txt .badge,
	.section04 .memberSwiper .swiper-slide a .txt .badge{position:relative; top:-1px;}
	.section04 .memberSwiper .swiper-slide a .txt.noinfo .badge{top:0;}
	.section03 .memberSwiper .swiper-slide a .txt .txt-wrap em,
	.section04 .memberSwiper .swiper-slide a .txt .txt-wrap em{font-size:6px; }
	.section04 .memberSwiper .swiper-slide a .txt .txt-wrap em br{display:none;}
	.memberSwiper .swiper-slide a .img{padding:0 10px;}
	.memberSwiper .swiper-slide.slide03 a .img{padding:0 0 0 10px;}
	
}
/*
@media(max-width:500px) {
	.memberSwiper .swiper-slide a .txt{padding:10px 10px 5px;}
	.memberSwiper .swiper-slide a .txt .badge{width:40px; height:40px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap{width:calc(100% - 45px);}
	.memberSwiper .swiper-slide a .txt .txt-wrap em{margin:3px 0 0;}
}

@media(max-width:380px) {
	.memberSwiper .swiper-slide{padding-bottom:120%; }
	
	
	.memberSwiper .swiper-slide a .txt{padding:15px 15px 5px;}
	.memberSwiper .swiper-slide a .txt .badge{width:45px; height:45px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name{gap:5px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name h3{font-size:2.6rem;}
	.memberSwiper .swiper-slide a .txt .txt-wrap .name span,
	.memberSwiper .swiper-slide a .txt .txt-wrap em{font-size:11px;}
	.memberSwiper .swiper-slide a .txt .txt-wrap em{margin:5px 0 0;}
	.memberSwiper .swiper-slide a .txt .txt-wrap{width:calc(100% - 55px);}	
}
*/
@media(max-width:370px) {
	.memberSwiper .swiper-slide{padding-bottom:65%;}
}
#mainwrap .section05 .sec-tit p{margin:0; line-height:1.5em; font-weight:300;}


/* 수상내역 */
.main-awards{position:relative; padding:120px 0; background:#1d1d1d; z-index:1; overflow:hidden;}
.main-awards .obj{position:absolute; left:0; bottom:0; z-index:-1;}
#mainwrap .main-awards .tit_wrap{position:absolute; top:50%; left:50%; margin-left:-700px; text-align:left; word-break:keep-all; transform:translateY(-50%);}
#mainwrap .main-awards .tit_wrap.w h1,
#mainwrap .main-awards .tit_wrap.w p{color:#fff;}
#mainwrap .main-awards .tit_wrap.w h1{margin-bottom:20px;}
#mainwrap .main-awards .tit_wrap.w p{font-size:18px; font-weight:300; line-height:1.5em; word-break:keep-all;}
.section_05_slide_box{position:relative; left:50%; margin-left:120px;}

@media(max-width:1500px) {
	#mainwrap .main-awards .tit_wrap{left:8rem; margin-left:0; width:40%;}
	.section_05_slide_box{margin-left:0;}
}
@media(max-width:1200px) {
	.main-awards{padding:10rem 0;}
	.main-awards .obj{width:500px;}
	.main-awards .obj img{width:100%;}
}
@media(max-width:1100px) {
	#mainwrap .main-awards .tit_wrap.w h1{margin-bottom:15px;}
	#mainwrap .main-awards .tit_wrap.w p{font-size:16px;}
	#mainwrap .main-awards .tit_wrap.w p br{display:None;}
	
}
@media(max-width:860px) {
	.main-awards{padding:8rem 0;}
}
@media(max-width:800px) {
	#mainwrap .main-awards .tit_wrap{position:relative; top:0; left:unset; right:0; width:90%; margin:0 auto 40px; transform:none; text-align:center;}
	#mainwrap .main-awards .tit_wrap.w h1{margin-bottom:15px;}
	#mainwrap .main-awards .tit_wrap.w p{font-size:15px; margin:0;}
	.section_05_slide_box{left:0; width: calc(100% - 7rem); padding:0; margin:0 auto;}
}	
@media(max-width:600px) {
	#mainwrap .main-awards{overflow:hidden;}
	#mainwrap .main-awards .tit_wrap{margin:0 auto 20px;}
	.main-awards{padding:5rem 0;}
	#mainwrap .tit_wrap i{font-size:2.2rem; margin-bottom:5px;}
	#mainwrap .main-awards .tit_wrap.w h1{margin-bottom:10px;}
	#mainwrap .main-awards .tit_wrap.w p{font-size:11px;}
	.section_05_slide_box{width: calc(100% - 5rem);}
	.main-awards .obj{width:90%; }
}
/* 상담안내 */
.main-inquiry .con_box {display: grid; grid-template-columns: repeat(2, 1fr); gap:18px; }
.main-inquiry .con_box .con {height:150px; border: 1px solid #565656; background:rgba(0,0,0,0.45);}
.main-inquiry .con_box .con a{display: flex; align-items: center; padding: 10px 55px;  width:100%; height:100%; box-sizing:border-box;}
.main-inquiry .con_box .con .txt_box > *{color:#fff;}
.main-inquiry .con_box .con .txt_box{display:flex; gap:30px; padding-top:12px; width:100%;}
.main-inquiry .con_box .con strong{position:relative; display: block; line-height:1em; font-size: 25px; font-weight: 600; word-break:keep-all; }
.main-inquiry .con_box .con strong:before{content:''; position:absolute; top:-12px; left:0; width:30px; height:3px; background:var(--color-point);}
.main-inquiry .con_box .con p{font-weight: 400; font-size: 17px; line-height: 1.5em; word-break:keep-all; }

@media(max-width:1400px) {
	.main-inquiry .con_box .con .txt_box{gap:10px; flex-direction: column;}
	.main-inquiry .con_box .con p br{display:none;}
}
@media(max-width:1200px) {
	.main-inquiry .con_box .con a{padding:10px 30px;}
}
@media(max-width:768px) {
	.main-inquiry .con_box{gap:12px;}
	.main-inquiry .con_box .con{height:125px;}
	.main-inquiry .con_box .con .txt_box{gap:8px;}
	.main-inquiry .con_box .con a{padding:20px;}
	.main-inquiry .con_box .con strong{font-size:20px;}
	.main-inquiry .con_box .con p{font-size:15px; line-height:1.3em;}
}

@media(max-width:600px) {
	.main-inquiry .con_box{gap:10px; grid-template-columns: repeat(1, 1fr);}
	.main-inquiry .con_box .con{height:90px;}
	.main-inquiry .con_box .con .txt_box{gap:5px;}
	.main-inquiry .con_box .con a{padding:15px;}
	.main-inquiry .con_box .con strong{font-size:16px;}
	.main-inquiry .con_box .con strong br{display:none !important;}
	.main-inquiry .con_box .con strong:before{width:25px; height:2px;}
	.main-inquiry .con_box .con p{font-size:12px; line-height:1.3em;}
}
@media(max-width:540px) {
	.main-inquiry .sec-tit h3{line-height:1.4em;}
}
/* 온라인상담신청 */
.main-cs{background:url(/center/img/ak/bg-cs.jpg)no-repeat center; background-size:cover;}

/* 골든타임 */
.main-gtime{background:url(/center/img/ak/bg-gtime.jpg)no-repeat center; background-size:cover;}
.box-gtime{position:relative; width:100%; height:397px; padding:60px 70px; border-radius:10px; box-sizing:border-box; background:url(/center/img/ak/gtime.jpg)no-repeat center; background-size:cover; box-shadow: 0px 16px 12.87px 0.13px rgba(0, 0, 0, 0.51);}
.box-gtime .txt{height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.box-gtime .txt em{display:inline-block; font-size:3.3rem; font-weight:300; color:#fff; line-height:1em; font-style:normal; word-break:keep-all;}
.box-gtime .txt em i{display:inline-block; text-transform:uppercase; font-weight:600; font-style:normal;}
.box-gtime .txt h3{display:block; font-size:3.6rem; font-weight:700; color:#fff; line-height:1.2em; word-break:keep-all;}
.box-gtime .txt a{display:flex; justify-content: center; align-items: center; margin:20px 0 0; padding:10px; width:218px; height:54px; border:1px solid #fff; border-radius:50px; box-sizing:border-box;}
.box-gtime .txt a span{position:relative; top:-2px; display:inline-block; padding-left:35px; font-size:2.3rem; font-weight:bold; color:#fff; line-height:1em; word-break:keep-all;}
.box-gtime .txt a span:before{content:''; position:absolute; top:3px; left:0; width:22px; height:22px; background:url(/center/img/ak/ic-call.png)no-repeat center; background-size:contain;}
.box-gtime .obj-txt{position:absolute; right:-35px; bottom:30px;}

@media(max-width:1200px) {
	.box-gtime{padding:50px;}
	.box-gtime .obj-txt{right:-25px;}
	.box-gtime .obj-txt img{height:115px;}
}

@media(max-width:768px) {
	.box-gtime{padding:30px; height:260px;}
	.box-gtime .txt em{font-size:2.6rem;}
	.box-gtime .txt h3{font-size:3rem; line-height:1.3em;}
	.box-gtime .txt a{height:40px; width:155px;}
	.box-gtime .txt a span{top:0; padding-left:25px; font-size:2rem;}
	.box-gtime .txt a span:before{width:15px; height:15px;}
	.box-gtime .obj-txt img{height:75px;}
}

@media(max-width:600px) {
	.box-gtime{padding:20px; height:200px;}
	.box-gtime .txt em{font-size:2rem;}
	.box-gtime .txt h3{font-size:2.4rem;}
	.box-gtime .txt a{margin:15px 0 0; height:34px; width:125px;}
	.box-gtime .txt a span{top:0; padding-left:18px; font-size:15px;}
	.box-gtime .txt a span:before{width:12px; height:12px;}
	.box-gtime .obj-txt img{height:50px;}
}

/* 오시는 길 */
.main-map {  display: flex; justify-content: center; align-items: center; /* margin: 8rem  0; */ }
#mainwrap .main-map .tit_wrap h1{margin:0;}
.main-map .tab_wrap ul {display: flex; width: 100%; }
.main-map .tab_wrap ul li{width: 100%; height: 50px; background:#f4f4f4; border:1px solid #ccc; border-right:none; box-sizing:border-box; font-size: 1.6rem; cursor: pointer; display: flex; justify-content: center; align-items: center; color: #333;}
.main-map .tab_wrap ul li:last-child{border-right:1px solid #ccc;}
.main-map .tab_wrap ul li.active {background: var(--color-point); border-color: var(--color-point);  color:#fff;}
.main-map .con_wrap{position:relative; height:518px;}
.main-map .con_active_wrap .con {width: 100%; height:100%; display: none; }
.main-map .con_active_wrap .con.active {display: flex; }
.main-map .con_active_wrap .map_wrap { width: 100%; height:100%; }
.main-map .con_active_wrap .con_txt_wrap {position:absolute; top:50%; right:100px; transform:translateY(-50%); width: 567px; height: auto; padding: 3rem 0 3rem 3rem; border-radius:10px; box-sizing:border-box; border:1px solid #ccc; background:#fff; }
.main-map .con_active_wrap .con_txt_wrap article { margin-bottom: 2rem; font-size: 1.6rem; display: flex; align-items: flex-start; }
.main-map .con_active_wrap .con_txt_wrap article:last-child{margin:0;}
.main-map .con_active_wrap .con_txt_wrap .icon {width: 42px; height: 42px; background:var(--color-point); border-radius:50px; margin-right: 1rem; display: flex; justify-content: center; align-items: center; }
.main-map .con_active_wrap .con_txt_wrap .icon img{width:auto;}
.main-map .con_active_wrap .con_txt_wrap .con_txt {width: calc(100% - 58px);}
.main-map .con_active_wrap .con_txt_wrap .con_txt h1{font-size:17px; color:#1d1d1d; line-height:1.2em; word-break:keep-all;}
.main-map .con_active_wrap .con_txt_wrap .con_txt p{font-size:17px; font-weight:400; color:#333; line-height:1.2em; word-break:keep-all;}
.main-map .map_wrap iframe {height: 100%;}

@media all and (max-width: 1400px) {
	.main-map .con_active_wrap .con_txt_wrap{right:70px; width:500px;}
}
@media all and (max-width: 1200px) {
	.main-map .con_active_wrap .con_txt_wrap{padding:2.5rem 0 2.5rem 2.5rem; right:40px; width:470px;}
	.main-map .con_active_wrap .con_txt_wrap .icon{width:38px; height:38px;}
	.main-map .con_active_wrap .con_txt_wrap .con_txt h1,
	.main-map .con_active_wrap .con_txt_wrap .con_txt p{font-size:16px;}
}
@media all and (max-width: 900px) {
	.main-map .con_active_wrap .con_txt_wrap{position:relative; top:0; right:unset; width:100%; transform:none; border-radius:0;}
}
@media all and (max-width: 600px) {
	.main-map .tab_wrap ul li{height:35px;}
	.main-map .con_wrap{height:400px;}
	.main-map .con_active_wrap .con_txt_wrap{padding:1.5rem 0 1.5rem 1.5rem;}
	.main-map .con_active_wrap .con_txt_wrap .icon{width:28px; height:28px;}
	.main-map .con_active_wrap .con_txt_wrap .icon img{width:13px;}
	.main-map .con_active_wrap .con_txt_wrap .con_txt h1{font-size:12px;}
	.main-map .con_active_wrap .con_txt_wrap .con_txt p{font-size:11px;}
	.main-map .con_active_wrap .con_txt_wrap article{margin-bottom:1rem;}
}


@media (max-width: 891px) {
	.modal .con_wrap .con_right{padding-top:2rem;}
}

.modal-swiper{width:100%;}


/* main scroll */
.scrolldown{position:absolute; left:50%; bottom:90px; z-index:9; opacity: 0; transform: translate(-50%, 20px); transition: all 0.6s ease;}
.scrolldown i{position: relative; display:block; opacity:0; margin:0 auto; width:14px; height:7px; margin:0 auto 3px; background:url(../../img/ak/ic-arr-bottom.svg)no-repeat center; background-size:contain; animation: scroll-icon-ani 2s infinite;}
.scrolldown a{font-weight:400; font-size:12px; color:#fff;}
.scrolldown i.arrow01{animation-delay:0s;}
.scrolldown i.arrow02{animation-delay:0.3s;}
.scrolldown i.arrow03{animation-delay:0.6s;}
.scrolldown em{display:block; margin-bottom:6px; text-transform: uppercase; font-style:normal; letter-spacing:0; font-size:15px; font-weight:500; font-family:var(--font-en);}
.delay-appear {animation: fadeInUp 0.8s ease 1s forwards; /* 1초 delay */}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}


@keyframes scroll-icon-ani {
	0% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@media (max-width: 900px) {
	.scrolldown em{font-size:14px;}
	.scrolldown i{width:13px; height:6px;}
	.scrolldown{bottom:110px;}
}
@media (max-width: 500px) {
	.scrolldown{bottom:100px;}
	.scrolldown i{margin:0 auto 2px;}
	.scrolldown em{font-size:12px;}
}