@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}

/* toggle-box-wrap */
.toggle-box-wrap {
  margin-bottom: 18.66vw;
  background: #fff;
}
/* .toggle-box-wrap:not(:first-child) {
  margin-top: 13.3333vw;
} */
.toggle-box__btns {
  cursor: pointer;
}
.con-wrap {
  display: flex;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 3.4vw;
  height: 151.2vw;
  padding: 0 6.6666vw;
}
.con-title {
  width: 30.13vw;
  background-color: #fff;
  border-right: 2px solid #dadada;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}
.con-title li {
  height: 11.46vw;
}
.con-title li.on {
  background-color: #fff;
}
.con-title li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.con-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 100%;
  color: #707070;
}
.con-title li.on a {
  font-weight: bold;
  color: #202020;
}
.con {
  flex: 1 0;
  background-color: #fff;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}
.con > li {
  display: none;
}
.con > li.on {
  display: block;
}
.res_jum li {
  display: flex;
  align-items: center;
  height: 11.46vw;
  color: #aaaaaa;
  border-bottom: 1px solid #f7f7f7;
  padding-left: 6.1333vw;
  cursor: pointer;
}
.res_jum li.on {
  font-weight: bold;
  color: #202020;
}
.res_jum li.on:after {
  content: "";
  margin-left: 2.13vw;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.73vw;
  height: 2.66vw;
}
.toggle-box__link-btn {
  margin-top: 8vw;
  margin-bottom: 17.7333vw;
}
.toggle-box-wrap.last .toggle-box__link-btn {
  margin-bottom: 0;
}

.swiper-mask .swiper-pagination {
  position: absolute;
  display: inline-block;
  bottom: 13.33vw;
  width: 10.13vw;
  margin-top: 0;
  font-size: 0;
  left: 6.66vw;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 !important;
  background-color: #c3cbd1;
}
.swiper-pagination-bullet-active {
  background-color: #290529;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 2.66vw !important;
}

/* renewal */
.renewal .con-wrap {
  display: block;
  height: auto;
  background-color: #fff;
  margin-bottom: 10vw;
}
.renewal .con-title {
  width: auto;
  border-color: transparent;
  border: none;
  padding: 0;
}

.renewal .con-title li {
  background-color: #fff;
  height: auto;
  border-bottom: none;
}

.renewal .con-title > li {
  padding: 3.3333vw 0;
}
.renewal .con-title > li:last-child {
  padding-bottom: 0;
}

.renewal .con-title a {
  display: block;
  color: #333;
  margin-bottom: 4vw;
  font-weight: 500;
  font-size: 4vw;
}

.renewal .con-list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1.3333vw;
}
.renewal .res_jum li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  padding-left: 0;
  padding: 1.33vw 2.6667vw 1.2vw;
  background-color: #fff;
  color: #989898;
  line-height: 150%;
  min-width: 17.3333vw;
  font-size: 3.2vw;
  border: 1px solid #d7d7d7;
}

.renewal .res_jum li.on {
  background-color: #000;
  color: #fff;
}

.renewal .res_jum li.on:after {
  display: none;
}

.toggle-box__link-btn {
  margin: 0 auto;
}
.sec02 .swiper-mask {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 6.6666vw;
}
.sec02 .swiper-mask .swiper {
  overflow: visible;
}
.sec02 .swiper1 {
  top: 12.4971%;
}
.sec02 .swiper2 {
  top: 42.726%;
}
.sec02 .swiper3 {
  top: 72.3675%;
}
.sec05 .swiper-mask {
  position: absolute;
  left: 0;
  width: 100%;
  top: 31.6409%;
}
.sec05 .swiper {
  padding: 0 9.3333vw;
}

.sec05 .swiper-pagination {
  position: absolute;
  display: inline-block;
  bottom: 13.33vw;
  width: 10.13vw;
  margin-top: 0;
  font-size: 0;
  left: 6.66vw;
}
