@charset "utf-8";

#wrap .inner03 {
  width: 77.75rem;
  margin: 0 auto;
}
.locationArea {
  width: 100%;
  margin: 14.37rem auto 10rem;
  text-align: center;
}
.locationArea h2 {
  font-size: 3.25rem;
  margin-bottom: 5rem;
}
.map .mapIcon {
  position: relative;
  margin-bottom: 0.93rem;
}
.map .mapIcon_b,
.map .mapIcon_t,
.map .mapIcon_m {
  display: none;
}
.map .mapIcon iframe {
  filter: grayscale(100%);
}
.map .mapText {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map .mapText span {
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--deep-gray);
}
.map .mapText span > strong {
  font-weight: 600;
  color: var(--black);
}
.map .mapText .mapLink > a > span {
  display: inline-block;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--black);
  vertical-align: 0.18rem;
}
.map .mapText .mapLink > a:first-child {
  margin-right: 0.93rem;
}
.map .mapText .mapLink > a > img {
  width: 1rem;
  height: 1rem;
}

.scrollArea {
  margin-bottom: 10rem;
}
.scrollArea .inner03 {
  position: relative;
  display: flex;
  align-items: start;
  gap: 6.25rem;
}
.scrollLeft {
  position: sticky;
  top: 100px;
  width: 25.75rem;
}
.scrollLeft h3 {
  font-size: 2.25rem;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 1.87rem;
}
.scrollLeft .fixedTab {
  position: sticky;
  top: 6.25rem;
  width: 25.75rem;
  overflow: hidden;
}
.scrollLeft .fixedTab li {
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--gray);
  margin-bottom: 1.25rem;
}
.scrollLeft .fixedTab li.active {
  position: relative;
  display: inline-block;
  color: var(--black);
}
.scrollLeft .fixedTab li.active::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -0.25rem;
  width: 100%;
  height: 2px;
  background-color: var(--black);
}

.tabRight {
  width: 45.75rem;
}
.tabRight h4 {
  font-size: 1.68rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.tabRight .tabBox .tabTxt {
  margin-bottom: 7.5rem;
}
.tabRight .tabBox .tabTxt:nth-child(2) {
  position: relative;
}
.tabRight .tabBox .tabTxt:nth-child(2)::after,
.tabRight .tabBox .tabTxt:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--light-gray);
}
.tabRight .tabBox .tabTxt:nth-child(2)::after {
  top: -3.75rem;
}
.tabRight .tabBox .tabTxt:nth-child(2)::before {
  bottom: -3.75rem;
}
.tabRight .tabBox .tabTxt:last-child {
  margin-bottom: 0;
}
.tabRight .tabBox .tabTxt .tabTextBox {
  margin-bottom: 2.5rem;
}
.tabRight .tabBox .tabTxt .tabTextBox h5 {
  position: relative;
  font-size: 1.31rem;
  font-weight: 600;
  margin-left: 0.93rem;
  margin-bottom: 0.93rem;
}
.tabRight .tabBox .tabTxt .tabTextBox h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.93rem;
  width: 0.37rem;
  height: 0.37rem;
  background: var(--light-gray);
  border-radius: 50%;
}
.tabRight .tabBox .tabTxt .tabTextBox > p {
  margin-left: 0.93rem;
}
.tabRight .tabBox .tabTxt .tabTextBox > p > span {
  position: relative;
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--deep-gray);
  padding-right: 1.56rem;
  line-height: 1.6;
}
.tabRight .tabBox .tabTxt .tabTextBox > p > span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.43rem;
  transform: translateY(-50%);
  width: 0.62rem;
  height: 0.62rem;
  background: url(../img/img_step_next.svg) no-repeat;
}
.tabRight .tabBox .tabTextBox > p > span:last-child:before {
  display: none;
}

/* ==========노트북 반응형============= */
@media screen and (max-width: 1023px) {
  #wrap .inner03 {
    width: 58.93rem;
  }
  .locationArea {
    margin: 11.87rem auto 7.5rem;
  }
  .locationArea h2 {
    font-size: 2.75rem;
    margin-bottom: 3.75rem;
  }
  .map .mapIcon,
  .map .mapIcon_t,
  .map .mapIcon_m {
    display: none;
  }
  .map .mapIcon_b {
    display: block;
    position: relative;
    margin-bottom: 0.93rem;
  }
  .map .mapIcon_b iframe {
    filter: grayscale(100%);
  }
  .map .mapText span {
    font-size: 1.06rem;
  }

  .scrollArea {
    margin-bottom: 7.5rem;
  }
  .scrollArea .inner03 {
    gap: 0;
  }
  .scrollLeft {
    width: 16rem;
  }
  .scrollLeft h3 {
    font-size: 2rem;
  }
  .scrollLeft .fixedTab {
    width: 20.5rem;
  }
  .scrollLeft .fixedTab li {
    font-size: 1.06rem;
  }
  .tabRight h4 {
    font-size: 1.5rem;
  }
  .tabRight .tabBox .tabTxt .tabTextBox {
    margin-bottom: 1.56rem;
  }
  .tabRight .tabBox .tabTxt .tabTextBox h5 {
    font-size: 1.25rem;
    margin-bottom: 0.62rem;
  }
  .tabRight .tabBox .tabTxt .tabTextBox h5::before {
    transform: translateY(-50%);
  }
  .tabRight .tabBox .tabTxt .tabTextBox > p > span {
    font-size: 1.06rem;
    line-height: 1.4;
  }
}
/* ==========태블릿 반응형============= */
@media screen and (max-width: 860px) {
  #wrap .inner03 {
    width: 49.56rem;
  }
  .locationArea {
    margin: 11.87rem auto 7rem;
  }
  .locationArea h2 {
    font-size: 3.12rem;
  }
  .map .mapIcon,
  .map .mapIcon_b,
  .map .mapIcon_m {
    display: none;
  }
  .map .mapIcon_t {
    display: block;
    position: relative;
    margin-bottom: 0.93rem;
  }
  .map .mapIcon_t iframe {
    filter: grayscale(100%);
  }
  .map .mapIcon_t iframe {
    filter: grayscale(100%);
  }
  .map .mapText {
    display: block;
    text-align: left;
  }
  .map .mapText span {
    font-size: 1.25rem;
  }
  .map .mapText .mapLink > a > span {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .scrollArea {
    margin-bottom: 7rem;
  }
  .scrollArea .inner03 {
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
  }
  .scrollLeft {
    position: static;
    width: 49.56rem;
  }
  .scrollLeft h3 {
    display: none;
  }
  .scrollLeft .fixedTab {
    position: static;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.87rem;
    overflow: auto;
  }
  .scrollLeft .fixedTab li {
    font-size: 1.25rem;
  }
  .tabRight {
    width: 100%;
  }
  .tabRight h4 {
    font-size: 1.68rem;
  }
  .tabRight .tabBox .tabTxt .tabTextBox h5 {
    font-size: 1.43rem;
  }
  .tabRight .tabBox .tabTxt .tabTextBox > p > span {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .tabRight .tabBox .tabTxt .tabTextBox > p > span::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}
/* ==========모바일 반응형============= */
@media screen and (max-width: 540px) {
  #wrap .inner03 {
    width: 30.31rem;
  }
  .locationArea {
    margin: 13.12rem auto 8.68rem;
  }
  .locationArea h2 {
    font-size: 3.5rem;
  }
  .map .mapIcon,
  .map .mapIcon_b,
  .map .mapIcon_t {
    display: none;
  }
  .map .mapIcon_m {
    display: block;
    position: relative;
    margin-bottom: 0.93rem;
  }
  .map .mapIcon_m iframe {
    filter: grayscale(100%);
  }
  .map .mapIcon_m iframe {
    filter: grayscale(100%);
  }
  .map .mapText {
    display: block;
    text-align: left;
  }
  .map .mapText span {
    font-size: 1.43rem;
  }
  .map .mapText span > strong {
  display: none;
  }
  .map .mapText .mapLink > a > span {
    font-size: 1.25rem;
  }
  .map .mapText .mapLink > a > img {
  vertical-align: 3px;
}
  .scrollArea {
    margin-bottom: 7rem;
  }
  .scrollArea .inner03 {
    gap: 1.87rem;
  }
  .scrollLeft {
    width: 30.31rem;
  }
  .scrollLeft .fixedTab {
    gap: 1.25rem;
  }
  .scrollLeft .fixedTab li {
    font-size: 1.43rem;
  }
  .tabRight h4 {
    width: 18.75rem;
    font-size: 2.12rem;
    line-height: 1.5;
  }
  .tabRight .tabBox .tabTxt .tabTextBox h5 {
    font-size: 1.56rem;
  }
  .tabRight .tabBox .tabTxt .tabTextBox > p > span {
    font-size: 1.43rem;
    line-height: 1.4;
  }
  .tabRight .tabBox .tabTxt .tabTextBox > p > span::before {
    right: 0.31rem;
    width: 0.87rem;
    height: 0.87rem;
  }
}
