.containerWrap_1 {
  background: url("../img/menu/company/company_4/bg.jpg") no-repeat center;
  background-size: cover;
}

.containerWrap_2 {
  position: relative;
  margin: 0 auto;
  width: 70%;
  height: 65rem;
  margin-bottom: 6.7rem;
  padding: 15rem 0rem 15rem 0rem;
  transition-duration: 0.8s;
  transform: translateY(20%);
}

.containerWrap_2.active {
  transform: translateY(0%);
}

.containerWrap_2 > iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}

.containerWrap_2 > .mapContainerWrap {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background-image: linear-gradient(to left, var(--main-color-2), #6274bd);
  padding: 4.8rem 0rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1rem 1rem 1rem 0.2rem rgba(0, 0, 0, 0.16);
  border-radius: 0.5rem;
}

.containerWrap_2 > .mapContainerWrap > .container1 {
  margin-bottom: 0.9rem;
}

.containerWrap_2 > .mapContainerWrap > .container1 > h2 {
  font-size: 1.6rem;
  font-weight: 400;
}

.containerWrap_2 > .mapContainerWrap > .container2 {
  margin-bottom: 3.2rem;
  display: flex;
  gap: 1.3rem;
}

.containerWrap_2 > .mapContainerWrap > .container2 > .content {
  font-size: 1.3rem;
  display: flex;
  font-weight: 500;
}

.containerWrap_2 > .mapContainerWrap > .container2 > .content > p {
  margin-right: 0.5rem;
  color: #7dedff;
}

.containerWrap_2 > .mapContainerWrap > .container3 {
  display: flex;
  gap: 1.3rem;
}

.containerWrap_2 > .mapContainerWrap > .container3 > a {
  border: 0.1rem solid #fff;
  padding: 0.7rem 0.9rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255, 0.1);
}

.containerWrap_2 > .mapContainerWrap > .container3 > a > b {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.6rem;
}

.containerWrap_2 > .mapContainerWrap > .container3 > a.naver > b {
  background: url("../img/menu/company/company_4/naver-icon.png") no-repeat
    center;
  background-size: contain;
}

.containerWrap_2 > .mapContainerWrap > .container3 > a.kakao > b {
  background: url("../img/menu/company/company_4/kakao-icon.png") no-repeat
    center;
  background-size: contain;
}

.containerWrap_2 > .mapContainerWrap > .container3 > a.google > b {
  background: url("../img/menu/company/company_4/google-icon.png") no-repeat
    center;
  background-size: contain;
}

.containerWrap_2 > .mapContainerWrap > .container3 > a > i {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  line-height: 1;
}

.containerWrap_3 {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 16rem;
}

.containerWrap_3 > .container {
  display: flex;
  flex-direction: row;
  align-items: start;
  border-top: 0.1rem solid #e0e0e0;
  padding: 1.7rem 0rem;
}

.containerWrap_3 > .container:last-child {
  border-bottom: 0.1rem solid #e0e0e0;
}

.containerWrap_3 > .container > .content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13rem;
  height: 13rem;
  border: 0.3rem solid #e6e6e6;
  margin: 0rem 4.5rem;
}

.containerWrap_3 > .container > .content1 > p {
  width: 13rem;
  height: 13rem;
  transition-duration: 0.8s;
}

.containerWrap_3 > .container > .content1 > p.active {
}

.containerWrap_3 > .container:nth-child(1) > .content1 > p {
  background: url("../img/menu/company/company_4/bus.png") no-repeat center;
  background-size: 3.7rem;
  scale: 0;
}

.containerWrap_3 > .container:nth-child(1) > .content1 > p.active {
  scale: 1;
}

.containerWrap_3 > .container:nth-child(2) > .content1 > p {
  background: url("../img/menu/company/company_4/walking.png") no-repeat center;
  background-size: 4.5rem;
  transform: translateX(-40%);
}

.containerWrap_3 > .container:nth-child(2) > .content1 > p.active {
  transform: translateX(0%);
}

.containerWrap_3 > .container:nth-child(3) > .content1 > p {
  background: url("../img/menu/company/company_4/car.png") no-repeat center;
  background-size: 5rem;
  transform: translateX(-40%);
}

.containerWrap_3 > .container:nth-child(3) > .content1 > p.active {
  transform: translateX(0%);
}

.containerWrap_3 > .container > .content2 {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}

.containerWrap_3 > .container > .content2 > p {
  color: var(--main-dark-color);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.containerWrap_3 > .container > .content2 > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #444444;
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}

.containerWrap_3 > .container > .content2 > span:last-child {
  margin-bottom: 0rem;
}

.containerWrap_3 > .container:nth-child(1) > .content2 > span > em {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 600;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
}

.containerWrap_3
  > .container:nth-child(1)
  > .content2
  > span:nth-of-type(1)
  > em {
  background: #996cac;
}

.containerWrap_3
  > .container:nth-child(1)
  > .content2
  > span:nth-of-type(2)
  > em {
  background: #0052a4;
}

.containerWrap_3
  > .container:nth-child(1)
  > .content2
  > span:nth-of-type(1)
  > b
  > i {
  color: #996cac;
}

.containerWrap_3
  > .container:nth-child(1)
  > .content2
  > span:nth-of-type(2)
  > b
  > i {
  color: #0052a4;
}

.containerWrap_3 > .container:nth-child(1) > .content2 > span > b {
  line-height: 1;
}

.containerWrap_3 > .container:nth-child(1) > .content2 > span > b > i {
  font-weight: 600;
  margin-right: 0.2rem;
}

.containerWrap_3 > .container:nth-child(1) > .content2 > span > b > b {
  background: rgb(255, 255, 0, 0.5);
  padding: 0rem 0.5rem;
  margin: 0rem 0.3rem;
  line-height: 1.6;
}

.containerWrap_3 > .container:nth-child(2) > .content2 > span > em {
  font-size: 1rem;
  color: #fff;
  padding: 0.3rem 0.4rem;
  letter-spacing: 0.1rem;
  border-radius: 0.2rem;
  line-height: 1;
  margin-right: 0.6rem;
}

.containerWrap_3
  > .container:nth-child(2)
  > .content2
  > span:nth-of-type(1)
  > em {
  background: #fb5852;
}

.containerWrap_3
  > .container:nth-child(2)
  > .content2
  > span:nth-of-type(2)
  > em {
  background: #87c700;
}

.containerWrap_3 > .container:nth-child(2) > .content2 > span > b {
  line-height: 1;
}

.containerWrap_3 > .container:nth-child(3) > .content2 {
  padding-right: 16rem;
}

.containerWrap_3 > .container:nth-child(3) > .content2 > P {
  margin-bottom: 0.7rem;
}

.containerWrap_3 > .container:nth-child(3) > .content2 > span {
  margin-bottom: 0.4rem;
}

.containerWrap_3 > .container:nth-child(3) > .content2 > span > b {
  line-height: 1.7;
}

.containerWrap_3 > .container:nth-child(3) > .content2 > span > b > i {
  color: #222;
  font-weight: 700;
  position: relative;
  padding-left: 0.7rem;
}

body
  > main
  > .containerWrap_3
  > .container:nth-child(3)
  > .content2
  > span
  > b
  > i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.1rem;
  background: #222;
}
