.intro05 .point {
  color: #cca892;
}

#intro05_con01 .sub_container {
  padding: 60px 0 100px;
}
#intro05_con01 .title {
  text-align: center;
  font-size: 35px;
  color: #1c1c1c;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
#intro05_con01 .small_tit {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  color: #1c1c1c;
  font-weight: 400;
}
#intro05_con01 .small_tit span {
  font-weight: 600;
}

.location_area {
  display: flex;
  align-items: stretch;
  margin-top: 80px;
  gap: 0 30px;
}
.location_area .left {
  flex-grow: 1;
}
.location_area .left img {
  width: 100%;
}
.location_area .right {
  width: calc(100% / 3 - 20px);
  flex-grow: 1;
}
.location_area .right .tit {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
  color: #222;
}
.location_area .right address {
  font-size: 18px;
  color: #1c1c1c;
  line-height: 1.3;
}
.location_area .right .info_txt {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.location_area .right .info_txt li span {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.location_area .right .info_txt li em {
  color: #f73131;
  font-weight: 400;
}
.location_area .right .info_txt li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}
.location_area .right .video_btn {
  font-size: 20px;
  color: #fff;
  background-color: #cca892;
  padding: 14px 50px 16px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  cursor: pointer;
}
.location_area .right .video_btn img {
  width: 23px;
  height: 23px;
  top: 50%;
  padding-top: 3px;
}
.location_area .right .map_btns {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.location_area .right .map_btns li {
  width: calc(100% / 2 - 3px);
  border: 1px solid #e7e7e7;
}
.location_area .right .map_btns li a {
  padding: 10px 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.location_area .right .map_btns li img {
  width: 32px;
}

.info_area {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
  align-items: stretch;
  margin-top: 30px;
}
.info_area > div {
  width: calc(100% / 3 - 15px);
  padding: 30px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  color: #1c1c1c;
}
.info_area > div .info_tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.info_area .left ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.info_area .center .num {
  font-size: 45px;
  font-weight: 600;
}
.info_area .right {
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.info_area .right > div {
  background-color: #fff;
  transition: all 0.3s ease;
}
.info_area .right > div:hover {
  background-color: #f3f3f3;
  transition: all 0.3s ease;
}
.info_area .right > div > a {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  gap: 0 16px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #1c1c1c;
}
.info_area .right > div img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.map_video_pop {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
.map_video_pop .map_bg {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
.map_video_pop .map_video_con {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  z-index: 99999;
  margin: 0 auto;
}
.map_video_pop .map_video_con .map_video_close {
  position: absolute;
  right: -10px;
  top: -44px;
  padding: 10px;
  cursor: pointer;
}
.map_video_pop .map_video_con .map_video_close svg {
  width: 20px;
  height: 20px;
}
.map_video_pop .map_video_con iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  #intro05_con01 .sub_container {
    padding: 60px 0 100px;
    max-width: 800px;
  }
  .location_area {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .location_area .left,
  .location_area .right {
    width: 100%;
  }
  .location_area .right {
    margin-top: 60px;
    padding-left: 0;
  }

  .info_area {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
  }
  .info_area > div {
    width: 100%;
    padding: 30px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    color: #1c1c1c;
  }
  .info_area .right {
    gap: 15px 0;
  }
}
@media (max-width: 768px) {
  #intro05_con01 {
    margin-top: 154px;
  }
  #intro05_con01 .title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  #intro05_con01 .small_tit {
    font-size: 20px;
  }
  .location_area,
  .location_area .right {
    margin-top: 30px;
  }
  .location_area .right .tit {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .location_area .right address {
    font-size: 16px;
  }
  .location_area .right .info_txt {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .location_area .right .info_txt li p {
    font-size: 16px;
  }
  .location_area .right .info_txt li em {
    font-size: 15px;
  }
  .location_area .right .video_btn {
    font-size: 16px;
    padding: 8px 30px 10px;
    margin-bottom: 20px;
  }
  .location_area .right .video_btn img {
    width: 20px;
    height: 20px;
  }
  .location_area .right .map_btns li img {
    width: 20px;
  }
  .location_area .right .map_btns li a {
    font-size: 16px;
  }
  .info_area {
    gap: 10px 0;
    margin-top: 20px;
  }
  .info_area > div {
    padding: 20px 26px;
  }
  .info_area .center {
    padding: 20px 26px 42px;
    position: relative;
  }
  .info_area .center::before {
    position: absolute;
    content: "터치 시 전화 상담으로 연결됩니다.";
    bottom: 20px;
    font-size: 14px;
    color: #9c9c9c;
    font-weight: 400;
  }
  .info_area > div .info_tit {
    font-size: 16px;
    margin-bottom: 0;
  }
  .info_area .left ul li {
    font-size: 16px;
  }
  .info_area .center .num {
    font-size: 30px;
  }
  .info_area .right {
    gap: 10px 0;
  }
  .info_area .right > div {
    padding: 0;
  }
  .info_area .right > div > a {
    font-size: 16px;
  }
  .info_area .right > div img {
    width: 24px;
    height: 24px;
  }
  
  .map_video_pop .map_video_con .map_video_close {
    position: absolute;
    right: -16px;
    top: -40px;
    padding: 10px;
    cursor: pointer;
  }
  .map_video_pop .map_video_con .map_video_close svg {
    width: 16px;
    height: 16px;
  }
  /* 퀵 유튜브 */
  #quick_youtube {
    bottom: 90px;
    right: 10px;
    min-width: 80px;
  }
  .map_video_pop .map_video_con {
    width: 92%;
  }
  #quick_nav .mobile_quick {
    height: 60px;
  }
}
