/* future */
#future .width-wrap > h1 {
  margin-top: 16px;
}
#future .width-wrap .video-box {
  width: 100%;
  height: 600px;
  margin: 80px 0;
  border-radius: 16px;
  overflow: hidden;
}
#future .width-wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#future .width-wrap .text-zone {
  display: grid;
  grid-template-columns: minmax(auto, 1018px) auto;
  justify-content: space-between;
}
#future .width-wrap .text-zone > p {
  line-height: 150%;
}
#future .width-wrap .text-zone .name {
  display: flex;
  align-items: end;
  gap: 16px;
}

/* subject */
#subject .width-wrap > p {
  text-align: center;
}
#subject .width-wrap > h1 {
  margin: 16px 0 80px;
  text-align: center;
}
#subject .width-wrap .bottom-area {
  display: flex;
  gap: 60px;
}
#subject .width-wrap .bottom-area .btn-zone {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-right: 1px solid var(--gray);
}
#subject .width-wrap .bottom-area .btn-zone .btn {
  gap: 30px;
  opacity: 0.6;
  position: relative;
}
#subject .width-wrap .bottom-area .btn-zone .btn:hover,
#subject .width-wrap .bottom-area .btn-zone .btn.on {
  opacity: 1;
}
#subject .width-wrap .bottom-area .btn-zone .btn:hover::before,
#subject .width-wrap .bottom-area .btn-zone .btn.on::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 100%;
  background: var(--po);
  right: 0;
}
#subject .width-wrap .bottom-area .content-zone {
  padding: 60px 80px;
  border-radius: 12px;
  background: #f9f9f9;
}
#subject .width-wrap .bottom-area .content-zone > h2 {
  padding-bottom: 28px;
  margin-bottom: 40px;
  position: relative;
}
#subject .width-wrap .bottom-area .content-zone > h2::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: var(--po);
  position: absolute;
  bottom: 0;
}
#subject .width-wrap .bottom-area .content-zone .content {
  display: grid;
  grid-template-columns: minmax(200px, 480px) auto;
  grid-template-rows: minmax(auto, 306px) auto;
  gap: 40px 48px;
}
#subject .width-wrap .bottom-area .content-zone .content .img {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
#subject .width-wrap .bottom-area .content-zone .content .img.img01 {
  background: url(../img/screen/info/img_medical_01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#subject .width-wrap .bottom-area .content-zone .content .img.img02 {
  background: url(../img/screen/info/img_medical_01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#subject .width-wrap .bottom-area .content-zone .content .img.img03 {
  background: url(../img/screen/info/img_medical_01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#subject .width-wrap .bottom-area .content-zone .content .img.img04 {
  background: url(../img/screen/info/img_medical_01.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#subject .width-wrap .bottom-area .content-zone .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#subject .width-wrap .bottom-area .content-zone .content .text p:nth-child(2) {
  color: rgba(51, 51, 51, 0.8);
}
#subject .width-wrap .bottom-area .content-zone .content > p {
  grid-column: 1 / -1;
  grid-row: 2;
  color: rgba(51, 51, 51, 0.8);
}

/* reserve */
#reserve .width-wrap {
  display: flex;
  gap: 200px;
}
#reserve .width-wrap .btn-area {
  flex: 1;
}
#reserve .width-wrap .btn-area .top-zone {
  display: flex;
  gap: 24px;
}
#reserve .width-wrap .btn-area .top-zone .btn {
  flex: 1;
  justify-content: normal;
  position: relative;
}
#reserve .width-wrap .btn-area .top-zone .btn:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 6px;
  background: var(--po);
  bottom: -1px;
}
#reserve .width-wrap .btn-area .top-zone .btn:hover::after {
  content: "";
  display: inline-block;
  background: url(../img/icon/icon_arrow_right_up_b.svg) no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
#reserve .width-wrap .btn-area .top-zone .btn > div p:nth-child(1) {
  margin-bottom: 8px;
  letter-spacing: -2.4px;
}
#reserve .width-wrap .btn-area .top-zone .btn > div p:nth-child(1) span {
  letter-spacing: -0.6px;
}
#reserve .width-wrap .btn-area .bottom-zone {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 60px;
}
#reserve .width-wrap .btn-area .bottom-zone .btn {
  letter-spacing: normal;
  line-height: 150%;
}
#reserve .width-wrap .btn-area .bottom-zone .btn:hover {
  background: var(--po);
  color: var(--white);
}
#reserve .width-wrap .btn-area .bottom-zone .btn svg {
  width: 20px;
}
#reserve .width-wrap .btn-area .bottom-zone .btn:hover svg path {
  stroke: var(--white);
  stroke-opacity: 1;
}

/* infomation */
#infomation {
  overflow: hidden;
}
#infomation .width-wrap > h1 {
  margin: 16px 0 80px;
}
#infomation .width-wrap .img-area {
  display: grid;
  grid-template-columns: minmax(auto, 800px) minmax(auto, 730px);
  grid-template-rows: repeat(3, minmax(auto, 600px));
  gap: 28px;
}
#infomation .width-wrap .img-area .img-zone {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}
#infomation .width-wrap .img-area .img-zone.img01 {
  background: url(../img/screen/info/img_gallery_01.png?ver=0.0.1) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img02 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img03 {
  background: url(../img/screen/info/img_gallery_03.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img04 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img05 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img06 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img07 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img08 {
  background: url(../img/screen/info/img_gallery_04.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img09 {
  background: url(../img/screen/info/img_gallery_05.png?ver=0.0.1) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img10 {
  background: url(../img/screen/info/img_gallery_06.png?ver=0.0.1) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img11 {
  background: url(../img/screen/info/img_gallery_07.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img12 {
  background: url(../img/screen/info/img_gallery_08.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img13 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img14 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img15 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area .img-zone.img16 {
  background: url(../img/screen/info/img_gallery_02.png) no-repeat;
  background-size: cover;
  background-position: center;
}
#infomation .width-wrap .img-area li.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: end;
}
#infomation .width-wrap .img-area li.two .left {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-rows: auto minmax(auto, 240px);
}
#infomation .width-wrap .img-area li.two > .img-zone {
  max-height: 400px;
}
#infomation .width-wrap .img-area li.two-mo {
  display: none;
}
#infomation .width-wrap .img-area li.two .text-zone p:nth-child(2) {
  margin: 20px 0 40px;
}
#infomation .width-wrap .img-area li.text {
  display: flex;
  flex-direction: column;
}
#infomation .width-wrap .img-area li.text .img-zone {
  max-height: 400px;
}
#infomation .width-wrap .img-area li.text p:nth-child(2) {
  margin-top: 20px;
  flex: 1;
}

/* map */
#map .width-wrap .map-area {
  font-size: 0;
  margin: 80px 0;
}
#map .width-wrap > h1 {
  margin-top: 16px;
}
#map .width-wrap .map-area .side-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: var(--black);
}
#map .width-wrap .map-area .side-zone p,
#map .width-wrap .map-area .side-zone a {
  gap: 6px;
}
#map .width-wrap .info-area {
  display: flex;
  justify-content: space-between;
}
#map .width-wrap .info-area li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#map .width-wrap .info-area li div {
  display: flex;
  gap: 26px;
}
#map .width-wrap .info-area li:nth-child(1) > p {
  padding-left: 72px;
}
#map .width-wrap .info-area li:nth-child(2) .transport p:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* filter 박스*/
#filter-show,
#filter-location {
  display: none;
}

/* responsive */
@media all and (max-width: 1600px) {
  /* reserve */
  #reserve .width-wrap {
    gap: 32px;
    flex-direction: column;
  }

  /* map */
  #map .width-wrap .map-area {
    margin: 32px 0;
  }
  #map .width-wrap .info-area {
    flex-direction: column;
    gap: 0;
  }
  #map .width-wrap .info-area li,
  #map .width-wrap .info-area li:nth-child(2) .transport p:nth-child(2) {
    gap: 0;
    font-weight: 500;
  }
  #map .width-wrap .info-area li div {
    flex-direction: column;
    gap: 0;
  }
  #map .width-wrap .info-area li div p:nth-of-type(1) {
    margin-bottom: 12px;
  }
  #map .width-wrap .info-area li div p:nth-of-type(3) {
    margin-top: 6px;
  }
  #map .width-wrap .info-area li div:not(.week) {
    margin-top: 20px;
  }
  #map .width-wrap .info-area li:nth-child(1) > p {
    margin-top: 12px;
    font-weight: 500;
    padding-left: 0;
  }
}
@media all and (max-width: 1500px) {
  /* future */
  #future .width-wrap > h1 {
    margin-top: 10px;
  }
  #future .width-wrap .video-box {
    margin: 32px 0;
    height: 400px;
  }
  #future .width-wrap .text-zone {
    gap: 28px;
    justify-content: normal;
    grid-template-columns: 1fr;
  }
  #future .width-wrap .text-zone .name {
    justify-self: end;
    gap: 10px;
  }

  /* subject */
  #subject .width-wrap .bottom-area {
    flex-direction: column;
    gap: 28px;
  }
  #subject .width-wrap .bottom-area .btn-zone {
    display: flex;
    flex-direction: row;
    gap: 0;
    border-bottom: 1px solid var(--gray);
    border-right: 0;
  }
  #subject .width-wrap .bottom-area .btn-zone .btn:hover::before,
  #subject .width-wrap .bottom-area .btn-zone .btn.on::before {
    width: 100%;
    height: 2px;
    bottom: 0;
  }
  #subject .width-wrap .bottom-area .btn-zone .btn {
    flex: 1;
  }
}
@media all and (max-width: 1250px) {
  /* subject */
  #subject .width-wrap .bottom-area .content-zone {
    padding: 44px 48px;
  }
  #subject .width-wrap .bottom-area .content-zone .content {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(auto, 650px) auto;
  }
  #subject .width-wrap .bottom-area .content-zone .content .text {
    margin: 28px 0 32px;
  }
  #subject .width-wrap .bottom-area .content-zone .content > p {
    grid-column: auto;
    grid-row: auto;
  }
}
@media all and (max-width: 1150px) {
  /* reserve */
  #reserve .width-wrap .btn-area .bottom-zone {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }

  /* infomation */
  #infomation .width-wrap > h1 {
    margin: 10px 0 32px;
  }
  #infomation .width-wrap .img-area {
    grid-template-columns: 1fr;
    grid-template-rows:
      minmax(auto, 550px) minmax(auto, 400px) minmax(auto, 550px)
      minmax(auto, 550px) minmax(auto, 550px) minmax(auto, 400px);
  }
  #infomation .width-wrap .img-area li.two > .img-zone {
    max-height: initial;
  }
  #infomation .width-wrap .img-area li.text .img-zone {
    max-height: initial;
  }
  #infomation .width-wrap .img-area li.text p:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 28px;
  }
}
@media all and (max-width: 950px) {
  /* subject */
  #subject .width-wrap > h1 {
    margin: 10px 0 32px;
  }
  #subject .width-wrap .bottom-area .btn-zone .btn {
    gap: 16px;
    padding: 14px 0;
  }
  #subject .width-wrap .bottom-area .content-zone > h2 {
    margin-bottom: 32px;
  }
  #subject .width-wrap .bottom-area .content-zone .content {
    grid-template-rows: minmax(auto, 450px) auto;
  }

  /* reserve */
  #reserve .width-wrap .btn-area .top-zone {
    gap: 0;
    flex-direction: column;
  }
  #reserve .width-wrap .btn-area .top-zone .btn {
    gap: 20px;
    max-height: 136px;
    padding-bottom: 0;
    padding: 28px 0;
  }
  #reserve .width-wrap .btn-area .top-zone .btn img {
    width: 80px;
  }
}
@media all and (max-width: 700px) {
  /* subject */
  #subject .width-wrap .bottom-area .content-zone .content {
    grid-template-rows: minmax(auto, 350px) auto;
  }

  /* reserve */
  #reserve .width-wrap .btn-area .bottom-zone {
    grid-template-columns: 1fr;
  }

  /* infomation */
  #infomation .width-wrap .img-area {
    grid-template-rows:
      minmax(auto, 350px) minmax(auto, 400px) minmax(auto, 400px)
      minmax(auto, 400px) minmax(auto, 400px) minmax(auto, 400px);
  }
  #infomation .width-wrap .img-area li.two {
    display: none;
  }
  #infomation .width-wrap .img-area li.two-mo {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #infomation .width-wrap .img-area li.two-mo p:nth-child(2) {
    margin: 16px 0 28px;
  }
  #infomation .width-wrap .img-area li.two-mo .swiper {
    width: 100%;
    height: 100%;
    overflow: initial;
  }
  #infomation .width-wrap .img-area li.two-mo .swiper-slide.mo {
    background: url(../img/screen/info/img_gallery_03_mo.png) no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 250px;
    max-height: 375px;
    height: auto;
    overflow: hidden;
    border-radius: 14px;
  }

  /* map */
  #map .width-wrap .map-area iframe {
    height: 300px;
  }
  #map .width-wrap .map-area .side-zone {
    padding: 16px 12px;
  }
  #map .width-wrap .map-area .side-zone p {
    gap: 2px;
    font-weight: 400;
  }
  #map .width-wrap .map-area .side-zone a {
    gap: 6px;
  }
  #map .width-wrap .map-area .side-zone p,
  #map .width-wrap .map-area .side-zone a,
  #map .width-wrap .info-area li div p:nth-of-type(2) {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #map .width-wrap .map-area .side-zone p img,
  #map .width-wrap .map-area .side-zone a img {
    width: 14px;
  }
  #map .width-wrap .info-area li:nth-child(1) > p,
  #map .width-wrap .info-area li div p:nth-of-type(3) {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
}
@media all and (max-width: 500px) {
  /* future */
  #future .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #future .width-wrap > h1 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
  #future .width-wrap .video-box {
    height: 300px;
    border-radius: 8px;
  }
  #future .width-wrap .text-zone > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #future .width-wrap .text-zone .name p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  /* subject */
  #subject .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #subject .width-wrap > h1 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
  #subject .width-wrap .bottom-area .btn-zone .btn img {
    width: 32px;
  }
  #subject .width-wrap .bottom-area .btn-zone .btn p {
    font-size: 12px;
    letter-spacing: -0.36px;
  }
  #subject .width-wrap .bottom-area .content-zone {
    padding: 24px 16px;
  }
  #subject .width-wrap .bottom-area .content-zone .content {
    grid-template-rows: minmax(auto, 280px) auto;
  }
  #subject .width-wrap .bottom-area .content-zone .content .text p:nth-child(2),
  #subject .width-wrap .bottom-area .content-zone .content > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  /* reserve */
  #reserve .width-wrap .btn-area .top-zone .btn > div p:nth-child(1) {
    margin-bottom: 6px;
    letter-spacing: -2.16px;
  }
  #reserve .width-wrap .btn-area .top-zone .btn > div p:nth-child(1) span {
    letter-spacing: -0.54px;
  }
  #reserve .width-wrap .btn-area .top-zone .btn > div p:nth-child(2) {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  /* infomation */
  #infomation .width-wrap > p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #infomation .width-wrap > h1 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
  #infomation .width-wrap .img-area li p.tit {
    font-size: 18px;
    letter-spacing: -0.54px;
  }
  #infomation .width-wrap .img-area li p.desc {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  /* map */
  #map .width-wrap > h1 {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
  #map .width-wrap .map-area iframe {
    height: 250px;
  }
}

@media all and (max-width: 375px) {
  /* subject */
  #subject .width-wrap .bottom-area .content-zone .content {
    grid-template-rows: minmax(auto, 200px) auto;
  }

  /* infomation */
  #infomation .width-wrap .img-area {
    grid-template-rows:
      minmax(auto, 200px) minmax(auto, 306px) minmax(auto, 306px)
      minmax(auto, 280px) minmax(auto, 280px) minmax(auto, 306px);
  }

  /* future */
  #future .width-wrap .video-box {
    height: 200px;
  }

  /* map */
  #map .width-wrap .map-area iframe {
    height: 200px;
  }
}
