.inner {
  width: 960px;
  margin: 0 auto;
}

.mo-show {
  display: none !important;
}

.img.mo {
  display: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  height: 50px;
  background-color: #0D99FF;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
header a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 136px;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
header a.sub {
  width: 152px;
}
header.point_color1 {
  background-color: #0D99FF;
}
header.point_color2 {
  background-color: #704CE0;
}
header.point_color3 {
  background-color: #00C6CE;
}
header.point_color4 {
  background-color: #FE5E00;
}
header .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  top: -100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
header .text li + li::before {
  content: "I";
  margin-right: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
}
header.text-gnb a {
  top: -100%;
}
header.text-gnb .text {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main {
  overflow: hidden;
}

.comm-tab_cont > div {
  display: none;
}
.comm-tab_cont > div.open {
  display: block;
}

.banner {
  position: relative;
  padding-top: 50px;
}
.banner img.mo {
  display: none;
}
.banner-txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  text-align: center;
  color: #fff;
  width: 100%;
}
.banner-txt_top {
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  font-family: "Gmarket Sans";
  letter-spacing: -0.04em;
}
.banner-txt_top span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1.05px;
}
.banner-txt_top em {
  color: #32CED4;
}
.banner-txt_btm {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.scroll-down {
  margin-top: 50px;
  z-index: 1;
  -webkit-animation: scrollDown ease-in 0.6s infinite alternate;
          animation: scrollDown ease-in 0.6s infinite alternate;
}
.scroll-down .img {
  width: 45px;
  margin: 0 auto;
}
.scroll-down p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.gnb-tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  height: 90px;
}
.gnb-tab_wrap.fix {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
}
.gnb-tab .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.gnb-tab_btn {
  position: relative;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gmarket Sans";
  color: #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.gnb-tab_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.gnb-tab_btn.point_color1.on {
  color: #0D99FF;
}
.gnb-tab_btn.point_color1.on::before {
  width: 100%;
  background-color: #0D99FF;
}
.gnb-tab_btn.point_color1:hover {
  color: #0D99FF;
}
.gnb-tab_btn.point_color2.on {
  color: #704CE0;
}
.gnb-tab_btn.point_color2.on::before {
  width: 100%;
  background-color: #704CE0;
}
.gnb-tab_btn.point_color2:hover {
  color: #704CE0;
}
.gnb-tab_btn.point_color3.on {
  color: #00C6CE;
}
.gnb-tab_btn.point_color3.on::before {
  width: 100%;
  background-color: #00C6CE;
}
.gnb-tab_btn.point_color3:hover {
  color: #00C6CE;
}
.gnb-tab_btn.point_color4.on {
  color: #FE5E00;
}
.gnb-tab_btn.point_color4.on::before {
  width: 100%;
  background-color: #FE5E00;
}
.gnb-tab_btn.point_color4:hover {
  color: #FE5E00;
}

.section01-top {
  padding-top: 64px;
}
.section01-top_tit {
  display: block;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  line-height: 55px;
  text-align: center;
  color: #222;
}
.section01-top_tit em {
  color: #0D99FF;
}
.section01-top_txt {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  text-align: justify;
}
.section01-top_video {
  position: relative;
  display: block;
  margin: 60px 0 50px;
  overflow: hidden;
  border-radius: 25px;
}
.section01-top_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section01-btm {
  position: relative;
  margin-top: 30px;
}
.section01-btm .inner {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section01-btm .bg {
  height: 660px;
}
.section01-btm .bg img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.section01-btm_tit {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #0D99FF;
}
.section01-btm_tit::before, .section01-btm_tit::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 350px;
  height: 1px;
  background-color: #0D99FF;
}
.section01-btm_tit::before {
  left: 0;
}
.section01-btm_tit::after {
  right: 0;
}
.section01-btm_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  margin-top: 58px;
}
.section01-btm_cont .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 0 75px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 236, 243, 0.1)), color-stop(85%, #0D99FF));
  background: linear-gradient(180deg, rgba(234, 236, 243, 0.1) 0%, #0D99FF 85%);
}
.section01-btm_cont .item .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 40px;
  border-radius: 100px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #131B2E;
}
.section01-btm_cont .item .point em {
  padding-left: 5px;
  color: #0D99FF;
}
.section01-btm_cont .item .img {
  width: 83px;
  margin: 0 auto 14px;
}
.section01-btm_cont .item-txt {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Gmarket Sans";
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: #131B2E;
}
.section01-btm_cont .item-sub-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  color: #fff;
}
.section01-btm_cont .item:nth-child(even) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 236, 243, 0.2)), color-stop(81%, #32CED4));
  background: linear-gradient(180deg, rgba(234, 236, 243, 0.2) 0%, #32CED4 81%);
}
.section01-btm_cont .item:nth-child(even) .point em {
  color: #32CED4;
}
.section01.space {
  padding-top: 90px;
}
.section02-top {
  position: relative;
}
.section02-top_guide {
  position: absolute;
  top: 184px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section02-top_tit {
  display: block;
  margin-bottom: 38px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  line-height: 55px;
  text-align: center;
  color: #222;
}
.section02-top_tit em {
  color: #704CE0;
}
.section02-top .bg {
  height: 928px;
}
.section02-top .bg img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.section02-slide {
  position: relative;
  width: 1620px;
}
.section02-slide .swiper {
  width: 1280px;
}
.section02-slide .swiper-slide {
  position: relative;
  height: 306px;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  font-family: "Gmarket Sans";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.section02-slide .swiper-slide .front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 102px;
  text-align: center;
}
.section02-slide .swiper-slide .front-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 4px 20px 0;
  border-radius: 100px;
  background-color: #704CE0;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0;
  line-height: 1;
}
.section02-slide .swiper-slide .front-txt {
  margin: 9px 0 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
  color: #131B2E;
}
.section02-slide .swiper-slide .front-txt span {
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
}
.section02-slide .swiper-slide .front-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #704CE0;
}
.section02-slide .swiper-slide .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 51px;
  background-color: #131B2E;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.section02-slide .swiper-slide .back-tit {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.9px;
}
.section02-slide .swiper-slide .back-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.section02-slide .swiper-slide:hover .back {
  opacity: 1;
}
.section02-slide .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 96px;
  height: 96px;
  margin-top: 0;
  border-radius: 96px;
  background-color: #704CE0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.section02-slide .slide-btn::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 13px;
  margin-top: -7px;
  background: no-repeat center/100%;
}
.section02-slide .slide-btn::after {
  content: none;
}
.section02-slide .slide-btn.swiper-button-prev::before {
  background-image: url("../image/arw-left.png");
}
.section02-slide .slide-btn.swiper-button-next::before {
  background-image: url("../image/arw-right.png");
}
.section02-slide .slide-btn:hover {
  background-color: #131B2E;
}
.section02-btm {
  padding: 68px 0 44px;
}
.section02-btm_map .map-tit {
  margin-bottom: 42px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  color: #222;
  text-align: center;
}
.section02-btm_map .map-txt {
  margin-bottom: 53px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #222;
}
.section02-btm_map .map-txt b {
  font-weight: 700;
  text-decoration: underline;
}
.section02 .tab-year_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.section02 .tab-year_btn button {
  width: 170px;
  height: 50px;
  border-radius: 100px;
  background-color: #131B2E;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.section02 .tab-year_btn button.on {
  background-color: #704CE0;
}
.section02 .tab-year_cont {
  padding-top: 26px;
}
.section02 .tab-year .tab_wrapper-box {
  display: none;
}
.section02 .tab-year .tab_wrapper-box.open {
  display: block;
}
.section02 .tab-map {
  position: relative;
}
.section02 .tab-map_btn {
  position: absolute;
  top: 0;
  left: 306px;
  width: 349px;
  height: 556px;
}
.section02 .tab-map_btn .map-btn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section02 .tab-map_btn .map-btn_top .before {
  width: 56px;
  margin-bottom: 8px;
}
.section02 .tab-map_btn .map-btn_top .after {
  width: 40px;
  margin-bottom: 10px;
}
.section02 .tab-map_btn .map-btn_btm {
  font-family: "Gmarket Sans";
}
.section02 .tab-map_btn .map-btn_btm .before {
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
  color: #704CE0;
}
.section02 .tab-map_btn .map-btn_btm .after {
  font-size: 18px;
  line-height: 19px;
  color: #fff;
}
.section02 .tab-map_btn .map-btn .after {
  display: none;
}
.section02 .tab-map_btn .map-btn.map-btn01 {
  top: 94px;
  left: 83px;
}
.section02 .tab-map_btn .map-btn.map-btn01.sec {
  top: 84px;
}
.section02 .tab-map_btn .map-btn.map-btn02 {
  top: 90px;
  right: 88px;
}
.section02 .tab-map_btn .map-btn.map-btn03 {
  top: 225px;
  left: 99px;
}
.section02 .tab-map_btn .map-btn.map-btn04 {
  bottom: 94px;
  left: 70px;
}
.section02 .tab-map_btn .map-btn.map-btn05 {
  bottom: 176px;
  right: 58px;
}
.section02 .tab-map_btn .map-btn.on .before {
  display: none;
}
.section02 .tab-map_btn .map-btn.on .after {
  display: block;
}
.section02 .tab-map_btn .map-btn.on.map-btn01 {
  top: 47px;
  left: 89px;
}
.section02 .tab-map_btn .map-btn.on.map-btn01 .after {
  line-height: 14px;
}
.section02 .tab-map_btn .map-btn.on.map-btn01.sec {
  left: 75px;
  top: 61px;
}
.section02 .tab-map_btn .map-btn.on.map-btn01.sec .after {
  line-height: 19px;
}
.section02 .tab-map_btn .map-btn.on.map-btn02 {
  top: 40px;
  right: 93px;
}
.section02 .tab-map_btn .map-btn.on.map-btn02 .after {
  line-height: 14px;
}
.section02 .tab-map_btn .map-btn.on.map-btn03 {
  top: 179px;
  left: 78px;
}
.section02 .tab-map_btn .map-btn.on.map-btn04 {
  bottom: 88px;
  left: 54px;
}
.section02 .tab-map_btn .map-btn.on.map-btn05 {
  bottom: 176px;
  right: 55px;
}
.section02 .tab-map_cont .map-cont_item {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section02 .tab-map_cont .map-cont_item.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section02 .tab-map_cont .list {
  width: 275px;
  padding-top: 52px;
}
.section02 .tab-map_cont .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  line-height: 2;
}
.section02 .tab-map_cont .list li + li {
  margin-top: 10px;
}
.section02 .tab-map_cont .list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #131B2E;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.section02 .shool-step {
  margin-top: 86px;
}
.section02 .shool-step_tit {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  color: #222;
  text-align: center;
}
.section02 .shool-step_tit em {
  color: #704CE0;
}
.section02 .shool-step_txt {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #222;
  letter-spacing: -0.9px;
}
.section02 .shool-step_txt b {
  text-underline-offset: 4px;
  text-decoration: underline;
}
.section02 .shool-step_box {
  padding: 50px 80px 65px;
  border: 2px solid #704CE0;
  background-color: #fff;
}
.section02 .shool-step_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 70px;
  border-bottom: 1px dashed #704CE0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section02 .shool-step_box ul em {
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  color: #704CE0;
}
.section02 .shool-step_box ul .tit {
  width: 240px;
  margin-right: 25px;
  font-size: 20px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  color: #222;
}
.section02 .shool-step_box ul .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.section02 .shool-step_box ul .txt a {
  font-weight: 700;
  color: #704CE0;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  font-size: 18px;
}
.section02 .shool-step_box ul .img {
  position: absolute;
  right: -6px;
  bottom: -2px;
  width: 70px;
}
.section02 .shool-step_box ul li:nth-child(6) .img,
.section02 .shool-step_box ul li:nth-child(7) .img {
  bottom: -10px;
}
.section03 {
  padding-top: 56px;
}
.section03-video {
  margin-bottom: 50px;
}
.section03-video_tit {
  margin-bottom: 42px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  text-align: center;
  color: #222;
}
.section03-video_tit em {
  color: #00C6CE;
}
.section03-video .mid-tit {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #00C6CE;
}
.section03-video .mid-tit::before, .section03-video .mid-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 350px;
  height: 1px;
  background-color: #00C6CE;
}
.section03-video .mid-tit::before {
  left: 0;
}
.section03-video .mid-tit::after {
  right: 0;
}
.section03-video_btn {
  display: block;
  margin-top: 38px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.section03-video_btn iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section03-tab_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section03-tab_btn button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 55px;
  background-color: #131B2E;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.section03-tab_btn button:nth-child(1) {
  border-radius: 20px 0 0 0;
}
.section03-tab_btn button:nth-child(2) {
  border-radius: 0 20px 0 0;
}
.section03-tab_btn button.on {
  background-color: #00C6CE;
}
.section03-tab_cont {
  height: 880px;
  background: url("../image/bg-mint.jpg") no-repeat top/cover;
}
.section03-tab_cont .tab-item {
  display: none;
  grid-template-columns: 463px 1fr;
  gap: 24px 32px;
  padding-top: 50px;
}
.section03-tab_cont .tab-item_img {
  grid-row: 1/3;
}
.section03-tab_cont .tab-item_tit .img {
  width: 44px;
}
.section03-tab_cont .tab-item_tit p {
  margin: 10px 0;
  font-size: 22px;
  line-height: 33px;
  color: #222;
  font-family: "Jeju Myeongjo";
}
.section03-tab_cont .tab-item_tit span {
  font-size: 16px;
  font-weight: 600;
  color: #00C6CE;
}
.section03-tab_cont .tab-item > p {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  text-align: justify;
}
.section03-tab_cont .tab-item_btm {
  grid-column: 1/3;
}
.section03-tab_cont .tab-item.open {
  display: grid;
}
.section03-tab_cont .tab-item.tab02 > p {
  letter-spacing: -0.053em;
}
.section03-consulting {
  padding: 78px 0 119px;
}
.section03-consulting .consulting-item_tit {
  margin-bottom: 45px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  text-align: center;
  letter-spacing: -0.8px;
  color: #222;
}
.section03-consulting .consulting-item_tit em {
  color: #00C6CE;
}
.section03-consulting .consulting-item + .consulting-item {
  margin-top: 68px;
}
.section03-consulting .consulting-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.section03-consulting .consulting-tab_btn button {
  position: relative;
  width: 360px;
  height: 60px;
  border-radius: 100px;
  background-color: #E7E7E7;
}
.section03-consulting .consulting-tab_btn button .img {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 62px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.section03-consulting .consulting-tab_btn button p {
  padding-left: 110px;
  font-size: 18px;
  text-align: left;
  letter-spacing: -1.08px;
  color: #222;
}
.section03-consulting .consulting-tab_btn button + button {
  margin-top: 30px;
}
.section03-consulting .consulting-tab_btn button.on, .section03-consulting .consulting-tab_btn button:hover {
  background-color: #131B2E;
}
.section03-consulting .consulting-tab_btn button.on .img, .section03-consulting .consulting-tab_btn button:hover .img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.section03-consulting .consulting-tab_btn button.on p, .section03-consulting .consulting-tab_btn button:hover p {
  color: #fff;
}
.section03-consulting .consulting-tab_cont .item {
  position: relative;
  min-height: 346px;
  margin-left: 24px;
  padding: 28px 50px;
  border-radius: 20px;
  background-color: #E3F1FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section03-consulting .consulting-tab_cont .item::before {
  content: "";
  position: absolute;
  left: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 48px 24px 0px;
  border-color: transparent #E3F1FF transparent transparent;
}
.section03-consulting .consulting-tab_cont .item p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.9px;
  color: #222;
  text-align: justify;
}
.section03-consulting .consulting-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.section03-consulting .consulting-box_item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section03-consulting .consulting-box_item .top-txt p {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.69px;
  white-space: nowrap;
}
.section03-consulting .consulting-box_item .top-txt p em {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section03-consulting .consulting-box_item .top-txt p em.color1 {
  color: #FE5E00;
}
.section03-consulting .consulting-box_item .top-txt p em.color2 {
  color: #00C6CE;
}
.section03-consulting .consulting-box_item .top-txt span {
  font-size: 15px;
  font-weight: 700;
  color: #999;
}
.section03-consulting .consulting-box_item .top-img {
  width: 210px;
}
.section03-consulting .consulting-box_item .btm {
  font-size: 18px;
  line-height: 28px;
  color: #222;
  text-align: justify;
  letter-spacing: -0.06em;
}
.section04 {
  padding-top: 60px;
  background-color: #FEEEEA;
}
.section04-tit {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  text-align: center;
  letter-spacing: -2px;
  color: #222;
}
.section04-tit em {
  color: #FE5E00;
}
.section04-tit span {
  color: #FE5E00;
  font-size: 18px;
  display: block;
  font-family: "Pretendard";
  letter-spacing: -0.05em;
  margin-top: 5px;
  font-weight: 600;
}
.section04-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1262px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section04-top .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
}
.section04-top .item .num {
  font-size: 18px;
  font-weight: 700;
  color: #FE5E00;
}
.section04-top .item .tit {
  font-size: 25px;
  font-weight: 700;
  color: #222;
}
.section04-top .item .img {
  width: 160px;
  margin-top: 8px;
}
.section04-top .item .big-txt {
  font-size: 30px;
  font-weight: 700;
  color: #FE5E00;
}
.section04-top .item span {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
.section04-mid {
  position: relative;
  padding-top: 50px;
}
.section04-mid::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 251px;
  height: 49px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../image/img-one.png") no-repeat center/100%;
}
.section04-mid_arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background-color: #fff;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
}
.section04-mid_arw::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../image/arw-down-b.png") no-repeat center center/12px auto;
}
.section04-mid_cont {
  padding: 116px 0;
  background-color: #FE5E00;
}
.section04-mid_box {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 45px 68px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section04-mid_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.section04-mid_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
}
.section04-mid_box ul li + li {
  border-left: 1px solid rgba(153, 153, 153, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section04-mid_box ul li .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 161px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 100px;
  background-color: #222;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.section04-mid_box ul li span {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  color: #222;
}
.section04-mid_box ul li .big {
  margin: 30px 0 33px;
  font-size: 50px;
  font-weight: 900;
  line-height: 30px;
  color: #FE5E00;
}
.section04-mid_box ul li .star {
  width: 168px;
}
.section04-mid_tit {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #FE5E00;
  letter-spacing: -0.9px;
}
.section04-mid_tit::before, .section04-mid_tit::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 420px;
  height: 1px;
  background-color: #FE5E00;
}
.section04-mid_tit::before {
  left: 0;
}
.section04-mid_tit::after {
  right: 0;
}
.section04-btm {
  background: url("./image/bg-btm.jpg") no-repeat top/cover;
}
.section04-btm .inner {
  padding: 110px 0 135px;
}
.section04-btm_tit {
  margin-bottom: 47px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Gmarket Sans";
  text-align: center;
  color: #fff;
}
.section04-btm_tit em {
  color: #FE5E00;
}
.section04-btm_txt {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}
.section04-btm_txt b {
  text-decoration: underline;
}

.pop-up {
  position: fixed;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 360px;
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.pop-up_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 51px;
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #222;
}
.pop-up_top button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../image/ico-close.svg) no-repeat center/100%;
  font-size: 0;
}
.pop-up_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 169px;
  background-color: #F2F2F2;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #222;
  text-align: center;
}
.pop-up.open {
  opacity: 1;
  top: 50%;
  z-index: 13;
}

#backbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 12;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  opacity: 0;
}
#backbg.open {
  opacity: 0.8;
}

footer .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
footer .top ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #000;
}
footer .top ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .top ul li > div.mo {
  display: none;
}
footer .top ul em {
  font-weight: bold;
}
footer .top ul p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 400;
}
footer .top ul p::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background-color: #999;
}
footer .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background-color: #131B2E;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.slide-pop {
  display: none;
}

@media screen and (max-width: 1320px) and (min-width: 787px) {
  .banner-slide img {
    height: 600px;
    width: auto;
  }
  .section02-slide {
    width: auto;
  }
  .section02-slide .swiper {
    width: 980px;
  }
  .section02-slide .slide-btn {
    top: auto;
    bottom: -170px;
  }
  .section04-top {
    zoom: 0.6;
  }
  .section04-top .item {
    width: 100%;
  }
  .section04-mid_tit::before,
  .section04-mid_tit::after {
    width: 30%;
  }
  .section04-mid_box {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 787px) {
  .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner-txt_top {
    font-size: 36px;
  }
  .banner-txt {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner-txt .banner-txt_btm .pc-show {
    display: none;
  }
  .section01-btm_tit::before,
  .section01-btm_tit::after {
    width: 33%;
  }
  .section01-btm_cont .item {
    padding: 50px 5px 65px;
  }
  .section01-btm_cont .item-txt {
    font-size: 18px;
  }
  .section01-btm_cont .item-sub-txt br {
    display: none;
  }
  .section02-top .bg {
    height: 680px;
  }
  .section02-top_guide {
    top: 110px;
  }
  .section02-top_tit {
    margin-bottom: 20px;
  }
  .section02-slide .swiper {
    width: 760px;
  }
  .section02-slide .slide-btn {
    display: none;
  }
  .section02 .tab-map_cont .map-cont_item.open {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .section02 .tab-map_cont .map-cont_item .img {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 349px;
    margin: 0 auto;
  }
  .section02 .tab-map_cont .map-cont_item .list {
    margin: 0 auto;
  }
  .section02 .tab-map_btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .section02 .shool-step_box ul em {
    margin-right: 10px;
  }
  .section02 .shool-step_box ul .tit {
    width: 215px;
    margin-right: 15px;
    font-size: 18px;
  }
  .section02 .shool-step_box ul .txt a {
    display: block;
  }
  .section02 .shool-step_box ul .img {
    display: none;
  }
  .section02-btm_map .map-txt .pc-show {
    display: none;
  }
  .section03-consulting .consulting-box_item .top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section03-consulting .consulting-box_item .top-txt {
    width: 60%;
  }
  .section03-consulting .consulting-box_item .top-img {
    width: 40%;
  }
  .section04-mid_tit::before,
  .section04-mid_tit::after {
    width: 25%;
  }
  .section04-mid_box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .section04-mid_box ul li + li {
    border: none;
  }
  .section04-btm .inner {
    padding: 110px 20px 135px;
  }
  footer .top ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    zoom: 0.8;
  }
}
@media screen and (max-width: 786px) {
  .pc-show {
    display: none !important;
  }
  .mo-show {
    display: block !important;
  }
  .inner {
    width: 100%;
    padding: 0 3.8167938931vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header {
    height: 12.7226463104vw;
  }
  header a {
    width: 32.0610687023vw;
  }
  header a.sub {
    width: 38.6768447837vw;
  }
  header .text {
    gap: 2.5445292621vw;
    width: 100%;
    font-size: 4.5801526718vw;
  }
  header .text li + li::before {
    margin-right: 2.5445292621vw;
    font-size: 3.8167938931vw;
  }
  footer .top ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    padding: 15.2671755725vw 12.4681933842vw;
  }
  footer .top ul li {
    font-size: 3.0534351145vw;
    line-height: 6.3613231552vw;
  }
  footer .top ul li:last-child {
    grid-column: 1/3;
    margin-top: 2.5445292621vw;
    padding-top: 2.5445292621vw;
    border-top: 1px solid #D7D7D7;
  }
  footer .top ul li:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .top ul li:nth-child(1) em, footer .top ul li:nth-child(3) em {
    width: 9.5419847328vw;
  }
  footer .top ul p::before {
    height: 18px;
    margin: 0 10px;
  }
  footer .btm {
    height: 12.7226463104vw;
    font-size: 3.0534351145vw;
  }
  .banner {
    padding-top: 12.7226463104vw;
  }
  .banner-txt {
    width: 100%;
    top: 25.4452926209vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 0 3.8167938931vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner-txt_top {
    margin-bottom: 7.6335877863vw;
    font-size: 7.6335877863vw;
    line-height: 10.1781170483vw;
    letter-spacing: -0.3816793893vw;
  }
  .banner-txt_top span {
    font-size: 4.5801526718vw;
    letter-spacing: -0.1526717557vw;
  }
  .banner-txt_top em {
    display: block;
  }
  .banner-txt_btm {
    font-size: 4.5801526718vw;
    line-height: 1.55;
    text-align: justify;
  }
  .scroll-down {
    margin-top: 7.6335877863vw;
  }
  .scroll-down .img {
    width: 10.1781170483vw;
  }
  .scroll-down p {
    margin-top: 2.5445292621vw;
    font-size: 3.8167938931vw;
  }
  .gnb-tab {
    height: 15.2671755725vw;
  }
  .gnb-tab_wrap .gnb-tab {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
  }
  .gnb-tab_wrap .gnb-tab::-webkit-scrollbar {
    height: 4px;
  }
  .gnb-tab_wrap .gnb-tab::-webkit-scrollbar-thumb {
    background-color: #a8a7a3;
    border-radius: 4px;
  }
  .gnb-tab_wrap .gnb-tab::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2196078431);
  }
  .gnb-tab_wrap .gnb-tab::-webkit-scrollbar {
    display: none;
  }
  .gnb-tab_wrap.fix {
    top: 12.7226463104vw;
  }
  .gnb-tab_wrap .inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 7.6335877863vw;
    padding: 0 7.6335877863vw;
  }
  .gnb-tab_btn {
    height: 15.2671755725vw;
    font-size: 3.8167938931vw;
    white-space: nowrap;
  }
  .gnb-tab_btn::before {
    height: 0.5089058524vw;
  }
  .gnb-tab.fix {
    top: 12.7226463104vw;
  }
  .section01-top {
    padding-top: 12.7226463104vw;
  }
  .section01-top_tit {
    margin-bottom: 6.6157760814vw;
    font-size: 7.6335877863vw;
    line-height: 8.9058524173vw;
  }
  .section01-top_tit em {
    display: block;
  }
  .section01-top_txt {
    font-size: 4.5801526718vw;
    line-height: 1.55;
  }
  .section01-top_video {
    margin: 7.6335877863vw 0;
    border-radius: 2.5445292621vw;
  }
  .section01-btm {
    margin-top: 7.6335877863vw;
  }
  .section01-btm .inner {
    top: 22.9007633588vw;
  }
  .section01-btm .bg {
    height: auto;
  }
  .section01-btm .bg img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
  .section01-btm_tit {
    font-size: 5.0890585242vw;
    line-height: 6.3613231552vw;
  }
  .section01-btm_tit::before, .section01-btm_tit::after {
    width: 8.9058524173vw;
  }
  .section01-btm_cont {
    gap: 0;
    position: relative;
    margin-top: 8.1424936387vw;
    padding: 0 5.0890585242vw;
  }
  .section01-btm_cont .item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 15.2671755725vw 0;
    border-radius: 5.0890585242vw;
  }
  .section01-btm_cont .item .point {
    top: -4.5801526718vw;
    width: 38.1679389313vw;
    height: 10.1781170483vw;
    font-size: 4.5801526718vw;
  }
  .section01-btm_cont .item .point em {
    padding-left: 1.272264631vw;
  }
  .section01-btm_cont .item .img {
    width: 83px;
    margin: 0 auto 14px;
  }
  .section01-btm_cont .item-txt {
    margin-bottom: 7.6335877863vw;
    font-size: 5.0890585242vw;
    line-height: 7.1246819338vw;
  }
  .section01-btm_cont .item-sub-txt {
    font-size: 3.8167938931vw;
    line-height: 5.3435114504vw;
  }
  .section01-btm_cont .swiper-wrapper {
    padding-top: 4.5801526718vw;
  }
  .section01-btm_cont .slide-btn::after {
    content: none;
  }
  .section01-btm_cont .slide-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.0534351145vw;
    height: 5.0890585242vw;
    background: no-repeat center/100%;
  }
  .section01-btm_cont .slide-btn.swiper-button-prev {
    left: -1.0178117048vw;
  }
  .section01-btm_cont .slide-btn.swiper-button-prev::before {
    background-image: url("../image/m/arw-left-b.svg");
  }
  .section01-btm_cont .slide-btn.swiper-button-next {
    right: -1.0178117048vw;
  }
  .section01-btm_cont .slide-btn.swiper-button-next::before {
    background-image: url("../image/m/arw-right-b.svg");
  }
  .section01.space {
    padding-top: 15.2671755725vw;
  }
  .section02-top_guide {
    top: 11.4503816794vw;
    width: 100%;
  }
  .section02-top_tit {
    margin-bottom: 12.7226463104vw;
    font-size: 7.6335877863vw;
    line-height: 8.9058524173vw;
  }
  .section02-top_tit em {
    display: block;
  }
  .section02-top .bg {
    height: auto;
  }
  .section02-top .bg img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
  }
  .section02-slide {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section02-slide .swiper {
    width: auto;
    padding: 0 3.8167938931vw;
  }
  .section02-slide .swiper-slide {
    height: 63.6132315522vw;
    border-width: 0.3816793893vw;
    border-radius: 5.0890585242vw;
  }
  .section02-slide .swiper-slide .front {
    padding-top: 15.2671755725vw;
  }
  .section02-slide .swiper-slide .front-tit {
    height: 8.1424936387vw;
    padding: 0.5089058524vw 5.0890585242vw 0;
    font-size: 3.8167938931vw;
  }
  .section02-slide .swiper-slide .front-txt {
    margin: 3.3078880407vw 0;
    font-size: 5.8524173028vw;
    line-height: 7.1246819338vw;
  }
  .section02-slide .swiper-slide .front-sub {
    font-size: 3.8167938931vw;
    line-height: 5.0890585242vw;
  }
  .section02-slide .swiper-slide .back {
    padding: 0 7.6335877863vw;
  }
  .section02-slide .swiper-slide .back-tit {
    margin-bottom: 2.0356234097vw;
    font-size: 4.5801526718vw;
    line-height: 7.3791348601vw;
  }
  .section02-slide .swiper-slide .back-txt {
    font-size: 4.0712468193vw;
    line-height: 5.8524173028vw;
  }
  .section02-slide .slide-btn {
    display: none;
  }
  .section02-btm {
    padding: 10.1781170483vw 0 0;
  }
  .section02-btm_map .map-tit {
    margin-bottom: 3.8167938931vw;
    font-size: 7.6335877863vw;
  }
  .section02-btm_map .map-txt {
    margin-bottom: 8.9058524173vw;
    font-size: 4.5801526718vw;
    line-height: 7.1246819338vw;
    text-align: justify;
    font-weight: 400;
  }
  .section02 .tab-year_btn {
    gap: 3.5623409669vw;
  }
  .section02 .tab-year_btn button {
    width: 43.2569974555vw;
    height: 10.1781170483vw;
    font-size: 4.5801526718vw;
  }
  .section02 .tab-year_info {
    margin: 3.8167938931vw 0 3.0534351145vw;
    padding: 2.5445292621vw 3.8167938931vw;
    border-radius: 100px;
    background-color: #E7E7E7;
    font-size: 3.8167938931vw;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.75px;
    color: #999;
  }
  .section02 .tab-year_cont {
    padding-top: 6.6157760814vw;
  }
  .section02 .tab-map_btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 88.8040712468vw;
    height: 141.475826972vw;
  }
  .section02 .tab-map_btn .map-btn_top .before {
    width: 13.2315521628vw;
    margin-bottom: 2.0356234097vw;
  }
  .section02 .tab-map_btn .map-btn_top .after {
    width: 9.1603053435vw;
    margin-bottom: 2.5445292621vw;
  }
  .section02 .tab-map_btn .map-btn_btm .before {
    font-size: 3.5623409669vw;
    line-height: 3.8167938931vw;
  }
  .section02 .tab-map_btn .map-btn_btm .after {
    font-size: 4.5801526718vw;
    line-height: 5.8524173028vw;
  }
  .section02 .tab-map_btn .map-btn.map-btn01 {
    top: 23.9185750636vw;
    left: 21.1195928753vw;
  }
  .section02 .tab-map_btn .map-btn.map-btn01 .after {
    line-height: 0.8;
  }
  .section02 .tab-map_btn .map-btn.map-btn01.sec {
    top: 21.8829516539vw;
  }
  .section02 .tab-map_btn .map-btn.map-btn02 {
    top: 22.9007633588vw;
    right: 22.3918575064vw;
  }
  .section02 .tab-map_btn .map-btn.map-btn03 {
    top: 57.2519083969vw;
    left: 25.1908396947vw;
  }
  .section02 .tab-map_btn .map-btn.map-btn04 {
    bottom: 23.9185750636vw;
    left: 17.8117048346vw;
  }
  .section02 .tab-map_btn .map-btn.map-btn05 {
    bottom: 44.7837150127vw;
    right: 14.7582697201vw;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn01 {
    top: 14.5038167939vw;
    left: 22.6463104326vw;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn01.sec {
    top: 19.0839694656vw;
    left: 18.5750636132vw;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn01.sec .after {
    line-height: 1.3;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn02 {
    top: 10.1781170483vw;
    right: 26.2086513995vw;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn02 .after {
    line-height: 0.8;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn03 {
    top: 45.5470737913vw;
    left: 19.8473282443vw;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn04 {
    bottom: 22.3918575064vw;
    left: 13.7404580153vw;
  }
  .section02 .tab-map_btn .map-btn.on.map-btn05 {
    bottom: 44.7837150127vw;
    right: 13.9949109415vw;
  }
  .section02 .tab-map_cont .map-cont_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section02 .tab-map_cont .img {
    width: 88.8040712468vw;
    height: 141.475826972vw;
  }
  .section02 .shool-step {
    margin-top: 12.7226463104vw;
  }
  .section02 .shool-step_tit {
    margin-bottom: 6.106870229vw;
    font-size: 7.6335877863vw;
    line-height: 10.1781170483vw;
  }
  .section02 .shool-step_tit em {
    display: block;
  }
  .section02 .shool-step_txt {
    margin-bottom: 7.6335877863vw;
    font-size: 4.5801526718vw;
    line-height: 7.3791348601vw;
    text-align: justify;
  }
  .section02 .shool-step_box {
    padding: 4.5801526718vw 4.0712468193vw;
  }
  .section02 .shool-step_box ul li {
    display: grid;
    grid-template-columns: 8.2697201018vw 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 26.4631043257vw;
    padding-top: 2.5445292621vw;
    padding-right: 14.7582697201vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section02 .shool-step_box ul li:nth-child(1) .txt {
    margin-top: -3.3078880407vw;
  }
  .section02 .shool-step_box ul li:nth-child(5) .txt, .section02 .shool-step_box ul li:nth-child(6) .txt, .section02 .shool-step_box ul li:nth-child(7) .txt {
    margin-top: -4.834605598vw;
  }
  .section02 .shool-step_box ul em {
    margin-right: 0;
    font-size: 5.0890585242vw;
  }
  .section02 .shool-step_box ul .tit {
    width: auto;
    margin-right: 0;
    font-size: 5.0890585242vw;
    white-space: nowrap;
  }
  .section02 .shool-step_box ul .txt {
    grid-column: 1/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -8.1424936387vw;
    font-size: 4.0712468193vw;
  }
  .section02 .shool-step_box ul .txt a {
    display: block;
    margin-top: 1.0178117048vw;
  }
  .section02 .shool-step_box ul .img {
    width: 17.8117048346vw;
  }
  .section03 {
    padding-top: 11.4503816794vw;
  }
  .section03-video {
    margin-bottom: 12.7226463104vw;
  }
  .section03-video_tit {
    margin-bottom: 6.3613231552vw;
    font-size: 7.6335877863vw;
  }
  .section03-video .mid-tit {
    display: none;
  }
  .section03-video_btn {
    margin-top: 0;
    border-radius: 3.1806615776vw;
  }
  .section03-tab_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .section03-tab_btn button {
    height: 13.9949109415vw;
    font-size: 4.0712468193vw;
  }
  .section03-tab_btn button:nth-child(1) {
    border-radius: 2.5445292621vw 0 0 0;
  }
  .section03-tab_btn button:nth-child(2) {
    border-radius: 0 2.5445292621vw 0 0;
  }
  .section03-tab_cont {
    height: auto;
    background: rgba(219, 237, 255, 0.6);
  }
  .section03-tab_cont .tab-item {
    grid-template-columns: 1fr;
    gap: 7.6335877863vw 0;
    padding: 8.9058524173vw 3.8167938931vw 15.2671755725vw;
  }
  .section03-tab_cont .tab-item_img {
    grid-row: 3/4;
    overflow: hidden;
    border-radius: 5.0890585242vw;
  }
  .section03-tab_cont .tab-item_tit .img {
    width: 11.1959287532vw;
  }
  .section03-tab_cont .tab-item_tit p {
    position: relative;
    margin: 2.5445292621vw 0 3.3078880407vw;
    font-size: 5.5979643766vw;
    line-height: 8.3969465649vw;
    letter-spacing: -0.06em;
  }
  .section03-tab_cont .tab-item_tit p::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7.6335877863vw;
    width: 9.9236641221vw;
    height: 17.5572519084vw;
    background: url("../image/m/img-flower.png") no-repeat center/100%;
  }
  .section03-tab_cont .tab-item_tit span {
    font-size: 4.0712468193vw;
  }
  .section03-tab_cont .tab-item > p {
    font-size: 4.5801526718vw;
    line-height: 7.6335877863vw;
  }
  .section03-tab_cont .tab-item_btm {
    grid-column: 1/2;
  }
  .section03-tab_cont .tab-item.tab01 > p {
    letter-spacing: -0.05em;
  }
  .section03-tab_cont .tab-item.tab01 > p {
    letter-spacing: -0.05em;
  }
  .section03-consulting {
    padding: 13.4860050891vw 0 0;
  }
  .section03-consulting .consulting-item_tit {
    margin-bottom: 11.4503816794vw;
    font-size: 5.8524173028vw;
  }
  .section03-consulting .consulting-item_tit em:nth-child(2) {
    display: block;
    font-size: 7.6335877863vw;
    letter-spacing: -0.06em;
    margin-top: 0.7633587786vw;
  }
  .section03-consulting .consulting-item + .consulting-item {
    margin-top: 15.2671755725vw;
    padding: 12.213740458vw 3.8167938931vw 21.1195928753vw;
    background-color: #E7F2FD;
  }
  .section03-consulting .consulting-tab {
    display: block;
  }
  .section03-consulting .consulting-tab_btn {
    display: block;
  }
  .section03-consulting .consulting-tab_btn + .consulting-tab_btn {
    margin-top: 3.8167938931vw;
  }
  .section03-consulting .consulting-tab_btn button {
    width: 100%;
    height: 15.2671755725vw;
  }
  .section03-consulting .consulting-tab_btn button .img {
    width: 15.5216284987vw;
  }
  .section03-consulting .consulting-tab_btn button p {
    padding-left: 25.4452926209vw;
    font-size: 4.5801526718vw;
    font-weight: 500;
    letter-spacing: -0.05em;
  }
  .section03-consulting .consulting-tab_btn button:hover {
    background-color: #E7E7E7;
  }
  .section03-consulting .consulting-tab_btn button:hover .img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .section03-consulting .consulting-tab_btn button:hover p {
    color: #222;
  }
  .section03-consulting .consulting-tab_btn button.on {
    background-color: #131B2E;
  }
  .section03-consulting .consulting-tab_btn button.on .img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .section03-consulting .consulting-tab_btn button.on p {
    color: #fff;
  }
  .section03-consulting .consulting-tab_cont {
    position: relative;
    display: none;
    margin-top: 8.1424936387vw;
    padding: 7.1246819338vw 3.8167938931vw;
    border-radius: 5.0890585242vw;
    background-color: #E3F1FF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section03-consulting .consulting-tab_cont::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6.106870229vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3.0534351145vw 6.106870229vw 3.0534351145vw;
    border-color: transparent transparent #E3F1FF transparent;
  }
  .section03-consulting .consulting-tab_cont p {
    font-size: 4.5801526718vw;
    line-height: 7.3791348601vw;
    letter-spacing: -0.05em;
    color: #222;
    text-align: justify;
  }
  .section03-consulting .consulting-tab_cont.on {
    display: block;
  }
  .section03-consulting .consulting-box {
    gap: 15.2671755725vw;
    padding: 5.3435114504vw 0;
    background-color: #fff;
    border-radius: 5.0890585242vw;
  }
  .section03-consulting .consulting-box_item .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.3613231552vw;
    margin-bottom: 6.3613231552vw;
  }
  .section03-consulting .consulting-box_item .top-txt {
    width: 100%;
  }
  .section03-consulting .consulting-box_item .top-txt p {
    margin-bottom: 3.3078880407vw;
    font-size: 5.8524173028vw;
    line-height: 7.6335877863vw;
    text-align: center;
  }
  .section03-consulting .consulting-box_item .top-txt span {
    display: block;
    font-size: 3.8167938931vw;
    text-align: center;
  }
  .section03-consulting .consulting-box_item .top-img {
    width: 53.4351145038vw;
  }
  .section03-consulting .consulting-box_item .btm {
    padding: 0 3.8167938931vw;
    font-size: 4.5801526718vw;
    line-height: 7.6335877863vw;
  }
  .section03-consulting .consulting-box .slide-btn {
    top: 31.8066157761vw;
  }
  .section03-consulting .consulting-box .slide-btn::after {
    content: none;
  }
  .section03-consulting .consulting-box .slide-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.0534351145vw;
    height: 5.0890585242vw;
    background: no-repeat center/100%;
  }
  .section03-consulting .consulting-box .slide-btn.swiper-button-prev {
    left: 8.1424936387vw;
  }
  .section03-consulting .consulting-box .slide-btn.swiper-button-prev::before {
    background-image: url("../image/m/arw-left-b.svg");
  }
  .section03-consulting .consulting-box .slide-btn.swiper-button-next {
    right: 8.1424936387vw;
  }
  .section03-consulting .consulting-box .slide-btn.swiper-button-next::before {
    background-image: url("../image/m/arw-right-b.svg");
  }
  .section04 {
    padding-top: 10.1781170483vw;
  }
  .section04-tit {
    margin-bottom: 6.3613231552vw;
    font-size: 7.6335877863vw;
  }
  .section04-tit em {
    display: block;
  }
  .section04-tit span {
    margin-top: 1.272264631vw;
    font-size: 4.0712468193vw;
  }
  .section04-top {
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    padding-bottom: 0;
  }
  .section04-top .item {
    width: 76.3358778626vw;
    height: 76.3358778626vw;
    border-radius: 76.3358778626vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 10.6870229008vw;
  }
  .section04-top .item .num {
    font-size: 3.3078880407vw;
  }
  .section04-top .item .tit {
    font-size: 5.3435114504vw;
  }
  .section04-top .item .img {
    width: 30.534351145vw;
    margin-top: 2.5445292621vw;
  }
  .section04-top .item .big-txt {
    font-size: 5.8524173028vw;
  }
  .section04-top .item span {
    margin-top: 0.6361323155vw;
    font-size: 3.5623409669vw;
  }
  .section04-top_wrap {
    margin-bottom: 10.941475827vw;
  }
  .section04-top_wrap #sec04TopSlide {
    position: relative;
    padding: 0 11.7048346056vw;
  }
  .section04-top_wrap .slide-btn::after {
    content: none;
  }
  .section04-top_wrap .slide-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.0534351145vw;
    height: 5.0890585242vw;
    background: no-repeat center/100%;
  }
  .section04-top_wrap .slide-btn.swiper-button-prev {
    left: 1.0178117048vw;
  }
  .section04-top_wrap .slide-btn.swiper-button-prev::before {
    background-image: url("../image/m/arw-left-b.svg");
  }
  .section04-top_wrap .slide-btn.swiper-button-next {
    right: 1.0178117048vw;
  }
  .section04-top_wrap .slide-btn.swiper-button-next::before {
    background-image: url("../image/m/arw-right-b.svg");
  }
  .section04-mid {
    padding-top: 12.7226463104vw;
  }
  .section04-mid::before {
    top: 0.5089058524vw;
    width: 63.8676844784vw;
    height: 12.4681933842vw;
  }
  .section04-mid_arw {
    top: 6.106870229vw;
    width: 12.213740458vw;
    height: 12.213740458vw;
    border-radius: 50%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section04-mid_arw::before {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../image/m/arw-down-b.png);
    background-size: 3.0534351145vw auto;
  }
  .section04-mid_cont {
    padding: 10.1781170483vw 3.8167938931vw 15.7760814249vw;
  }
  .section04-mid_box {
    width: 100%;
    padding: 11.4503816794vw 4.5801526718vw 7.6335877863vw;
    border-radius: 5.0890585242vw;
  }
  .section04-mid_box ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7.1246819338vw;
  }
  .section04-mid_box ul li {
    width: 100%;
    padding-bottom: 6.6157760814vw;
  }
  .section04-mid_box ul li + li {
    padding-top: 7.6335877863vw;
    border-left: none;
    border-top: 1px solid #D7D7D7;
  }
  .section04-mid_box ul li .tit {
    width: 40.9669211196vw;
    height: 10.1781170483vw;
    margin-bottom: 2.5445292621vw;
    font-size: 4.5801526718vw;
  }
  .section04-mid_box ul li span {
    font-size: 3.8167938931vw;
    line-height: 7.6335877863vw;
  }
  .section04-mid_box ul li .big {
    margin: 5.0890585242vw 0 3.8167938931vw;
    font-size: 12.7226463104vw;
    line-height: 7.6335877863vw;
  }
  .section04-mid_box ul li .star {
    width: 42.7480916031vw;
  }
  .section04-mid_tit {
    font-size: 5.8524173028vw;
    line-height: 6.6157760814vw;
  }
  .section04-mid_tit span {
    display: block;
    font-size: 3.5623409669vw;
    font-weight: 500;
    color: #999;
  }
  .section04-mid_tit::before, .section04-mid_tit::after {
    content: none;
  }
  .section04-btm {
    background-image: url("./image/m/bg-btm.jpg");
  }
  .section04-btm .inner {
    padding: 12.7226463104vw 3.8167938931vw 19.3384223919vw;
  }
  .section04-btm_tit {
    margin-bottom: 2.5445292621vw;
    font-size: 7.6335877863vw;
  }
  .section04-btm_txt {
    font-size: 4.5801526718vw;
    line-height: 7.6335877863vw;
  }
  .pop-up {
    width: 88.2951653944vw;
    border-radius: 5.0890585242vw;
  }
  .pop-up_top {
    height: 12.9770992366vw;
    font-size: 4.0712468193vw;
  }
  .pop-up_top button {
    right: 3.8167938931vw;
    width: 6.106870229vw;
    height: 6.106870229vw;
  }
  .pop-up_btm {
    height: 38.6768447837vw;
    font-size: 4.0712468193vw;
    line-height: 5.3435114504vw;
  }
  .slide-pop {
    display: block;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 5.0890585242vw 5.0890585242vw 0px 0px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
  }
  .slide-pop .close {
    position: absolute;
    right: 5.0890585242vw;
    top: 5.0890585242vw;
    width: 6.106870229vw;
    height: 6.106870229vw;
    background: url(../image/ico-close_w.svg) no-repeat center/100%;
    font-size: 0;
    z-index: 10;
  }
  .slide-pop_cont {
    height: 100%;
  }
  .slide-pop_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 30.534351145vw;
    padding-left: 16.7938931298vw;
    padding-bottom: 6.106870229vw;
    background-color: #704CE0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .slide-pop_top .img {
    width: 7.6335877863vw;
    margin-right: 4.0712468193vw;
  }
  .slide-pop_top p {
    font-size: 5.3435114504vw;
    font-weight: 700;
    font-family: "Gmarket Sans";
    color: #fff;
  }
  .slide-pop_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    padding-top: 5.5979643766vw;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: overlay;
  }
  .slide-pop_btm::-webkit-scrollbar {
    width: 6px;
    height: 8px;
  }
  .slide-pop_btm::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
  }
  .slide-pop_btm::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2196078431);
  }
  .slide-pop_btm .scroll-guide {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 50.8905852417vw;
    color: #fff;
  }
  .slide-pop_btm ul {
    width: 50.8905852417vw;
  }
  .slide-pop_btm ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5445292621vw;
    font-size: 3.8167938931vw;
    font-weight: 600;
    line-height: 6.9974554707vw;
  }
  .slide-pop_btm ul span {
    color: #0D99FF;
  }
  .slide-pop .slide-btn {
    top: 40%;
  }
  .slide-pop .slide-btn::after {
    content: none;
  }
  .slide-pop .slide-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.0534351145vw;
    height: 5.5979643766vw;
    background: no-repeat center/100%;
  }
  .slide-pop .slide-btn.swiper-button-prev {
    left: 12.7226463104vw;
  }
  .slide-pop .slide-btn.swiper-button-prev::before {
    background-image: url("../image/arw-left-w.svg");
  }
  .slide-pop .slide-btn.swiper-button-next {
    right: 12.7226463104vw;
  }
  .slide-pop .slide-btn.swiper-button-next::before {
    background-image: url("../image/arw-right-w.svg");
  }
  .slide-pop .swiper-slide {
    border: none;
  }
  .slide-pop.open {
    opacity: 1;
    top: 0;
    z-index: 13;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}