@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}

/* swiper1 */
.swiper1 .swiper {
  padding: 0 6.6666vw;
}

/* toggle-box-wrap */
.toggle-box-wrap {
  background: url(../images/tab1/bg.png) center top / cover;
}
.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 8vw;
}
.con-title {
  width: 30.13vw;
  background-color: #f5f5f5;
  border-right: 1px solid #dadada;
  border-bottom-left-radius: 3vw;
  overflow: hidden;
}
.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-bottom-right-radius: 3vw;
  overflow: hidden;
}
.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;
}

/* #link3 */
#link3 {
  display: block;
  width: 60vw;
  height: 15vw;
  position: absolute;
  left: 50%;
  top: 25vw;
  transform: translateX(-50%);

  /* background-color: rgba(255, 0, 0, 0.5); */
}
