@charset "UTF-8";

#wrap.detail .at-body {
  padding: 2rem 0
}

#wrap.detail .at-body .at-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem
}

#wrap.detail #attraction-detail .loading {
  text-align: center;
  padding: 4rem 0
}

#wrap.detail #attraction-detail .loading .spinner-border {
  width: 3rem;
  height: 3rem
}

#wrap.detail #attraction-detail .error-message {
  text-align: center;
  padding: 4rem 0
}

#wrap.detail #attraction-detail .error-message h2 {
  color: #dc3545;
  margin-bottom: 1rem
}

#wrap.detail #attraction-detail .error-message p {
  margin-bottom: 2rem;
  color: #6c757d
}

#wrap.detail #attraction-detail .error-message .btn {
  padding: .75rem 2rem;
  font-size: 1.1rem
}

#wrap.detail #attraction-detail .detail-content .breadcrumbs {
  margin-bottom: 16px
}

#wrap.detail #attraction-detail .detail-content .breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px
}

#wrap.detail #attraction-detail .detail-content .breadcrumbs ol li {
  color: #6c757d
}

#wrap.detail #attraction-detail .detail-content .breadcrumbs ol li.active span {
  color: #212529;
  font-weight: 600
}

#wrap.detail #attraction-detail .detail-content .breadcrumbs ol li a {
  color: #6c757d;
  text-decoration: none
}

#wrap.detail #attraction-detail .detail-content .detail-title-area {
  margin-bottom: 20px
}

#wrap.detail #attraction-detail .detail-content .detail-title-area h1 {
  font-size: 2.25rem;
  margin: 0 0 8px;
  color: #212529
}

#wrap.detail #attraction-detail .detail-content .detail-title-area .meta {
  display: flex;
  align-items: center;
  gap: 12px
}

#wrap.detail #attraction-detail .detail-content .detail-title-area .meta .location-tag {
  background: #eef7ff;
  color: #0d6efd;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 600
}

#wrap.detail #attraction-detail .detail-content .detail-title-area .meta .share-actions {
  margin-left: auto;
  display: flex;
  gap: 8px
}

#wrap.detail #attraction-detail .detail-content .detail-title-area .meta .share-actions .share-btn {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer
}

#wrap.detail #attraction-detail .detail-content .hero-image {
  margin: 16px 0 24px
}

#wrap.detail #attraction-detail .detail-content .hero-image img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px
}

#wrap.detail #attraction-detail .detail-content .detail-body .summary {
  margin-bottom: 24px
}

#wrap.detail #attraction-detail .detail-content .detail-body .summary p {
  line-height: 1.8;
  color: #444
}

#wrap.detail #attraction-detail .detail-content .detail-body .info-grid {
  display: grid;
  gap: 12px
}

#wrap.detail #attraction-detail .detail-content .detail-body .info-grid .info-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  gap: 10px
}

#wrap.detail #attraction-detail .detail-content .detail-body .info-grid .info-item strong {
  min-width: 60px;
  color: #495057
}

#wrap.detail #attraction-detail .detail-content .detail-body .info-grid .info-item span {
  color: #495057
}

#wrap.detail #attraction-detail .detail-content .detail-actions {
  margin-top: 28px;
  display: flex;
  gap: 10px
}

#wrap.detail #attraction-detail .detail-content .detail-actions a {
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff
}

#wrap.detail #attraction-detail .detail-content .detail-actions .back-to-list {
  background: #6c757d
}

#wrap.detail #attraction-detail .detail-content .detail-actions #back-to-region {
  background: #0d6efd
}

@media (max-width: 576px) {
  #wrap.detail .at-body {
    padding: 1rem 0
  }

  #wrap.detail .at-body .at-container {
    padding: 0 .5rem
  }

  #wrap.detail #attraction-detail .detail-content .detail-header .detail-hero .detail-info h1 {
    font-size: 1.8rem
  }

  #wrap.detail #attraction-detail .detail-content .detail-header .detail-hero .detail-info .detail-location,
  #wrap.detail #attraction-detail .detail-content .detail-header .detail-hero .detail-info .detail-description {
    font-size: 1rem
  }

  #wrap.detail #attraction-detail .detail-content .detail-sections .section {
    padding: 1.5rem
  }

  #wrap.detail #attraction-detail .detail-content .detail-sections .section h2 {
    font-size: 1.5rem
  }

  #wrap.detail #attraction-detail .detail-content .detail-sections .section .related-links {
    flex-direction: column
  }

  #wrap.detail #attraction-detail .detail-content .detail-sections .section .related-links a {
    text-align: center
  }
}

.all .contain {
  background-color: #cdeaff
}

.all .attraction_wrap {
  position: relative;
  overflow: hidden
}

.all .title {
  width: fit-content;
  margin: 0 auto;
  padding: 80px 0 50px;
  text-align: center
}

.all .title h1 {
  font-family: SCDream, Roboto, Arial, Apple SD Gothic Neo, sans-serif;
  font-weight: 900;
  font-size: 3.125rem
}

.all .title h2 {
  padding: 10px 0 0;
  font-size: 1.75rem;
  color: #0094ff;
  font-weight: 300
}

.all .check_wrap {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%)
}

.all .check_pop_up {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 10px 30px 20px;
  background-color: #0000001a;
  display: none
}

.all .check_pop_up p {
  font-size: 1.25rem;
  color: #212529
}

.all .check_pop_up span {
  width: 26px;
  height: 35px;
  display: inline-block;
  position: relative;
  top: 8px
}

.all .check_pop_up span img {
  width: 100%
}

.all .check_pop_up .close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: auto;
  right: 15px;
  top: 3px;
  bottom: 0
}

.all .check_pop_up .close_btn img {
  width: 21px;
  height: 21px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.all .map_wrap {
  width: 100%;
  max-width: 828px;
  position: relative;
  margin: 0 auto 105px;
  display: block
}

.all .map_wrap>img {
  width: 100%
}

.all .txt_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2
}

.all .arrow_contain {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}

.all .arrow_contain .item_cont .elm_popup {
  display: none
}

.all .arrow_contain .item_cont:nth-of-type(1) .map_arrow {
  top: 15%;
  left: 21%
}

.all .arrow_contain .item_cont:nth-of-type(2) .map_arrow {
  top: 38%;
  right: 52%
}

.all .arrow_contain .item_cont:nth-of-type(3) .map_arrow {
  top: 73%;
  left: 35%
}

.all .arrow_contain .item_cont:nth-of-type(4) .map_arrow {
  top: 2%;
  right: 20.5%
}

.all .arrow_contain .item_cont:nth-of-type(5) .map_arrow {
  top: 49%;
  right: 29%
}

.all .arrow_contain .map_arrow {
  width: 52px;
  height: 69px;
  position: absolute;
  background: url(../../img/attractions/map_icon_pc.png) 50% 50% no-repeat;
  background-size: cover
}

.all .arrow_contain .map_arrow img {
  width: 100%
}

.all .item_contain {
  width: fit-content;
  position: absolute;
  text-align: right
}

.all .item_contain.cont1 {
  left: -152px;
  top: 80px
}

.all .item_contain.cont1 .link_element {
  left: 12px
}

.all .item_contain.cont1 .link_element:before {
  bottom: -7px;
  right: -9px;
  rotate: 39deg
}

.all .item_contain.cont1 .desc_elm strong:before {
  top: -46px;
  left: -15px;
  rotate: 25deg
}

.all .item_contain.cont2 {
  left: -107px;
  top: 330px
}

.all .item_contain.cont2 .link_element {
  left: 13px
}

.all .item_contain.cont2 .link_element:before {
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto
}

.all .item_contain.cont2 .desc_elm strong:before {
  top: -34px;
  left: -36px
}

.all .item_contain.cont3 {
  left: -11%;
  bottom: 4%
}

.all .item_contain.cont3 .link_element {
  left: 15px
}

.all .item_contain.cont3 .link_element:before {
  top: 0;
  right: -15px;
  rotate: -30deg
}

.all .item_contain.cont3 .desc_elm strong:before {
  top: -46px;
  left: -14px;
  rotate: 28deg
}

.all .item_contain.cont4 {
  right: -22%;
  top: 2%;
  text-align: left
}

.all .item_contain.cont4 .link_wrap .link_element {
  left: -16px;
  float: left
}

.all .item_contain.cont4 .link_wrap .link_element:before {
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  rotate: 180deg
}

.all .item_contain.cont4 .desc_elm strong:before {
  top: -28px;
  left: -33px;
  rotate: 9deg
}

.all .item_contain.cont5 {
  bottom: 33%;
  right: -19%;
  text-align: left
}

.all .item_contain.cont5 .link_wrap .link_element {
  left: -30px;
  float: left
}

.all .item_contain.cont5 .link_wrap .link_element:before {
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  rotate: 180deg
}

.all .item_contain.cont5 .desc_elm strong:before {
  top: -22px;
  left: -35px
}

.all .item_contain .link_wrap {
  width: 100%
}

.all .item_contain .link_wrap:after {
  content: "";
  display: block;
  clear: both
}

.all .item_contain .link_wrap .link_element {
  float: right;
  position: relative;
  padding: 13px 60px 13px 25px;
  border-radius: 100px;
  background-color: #fff
}

.all .item_contain .link_wrap .link_element span {
  font-size: 1.375rem;
  color: #212529;
  font-weight: 700
}

.all .item_contain .link_wrap .link_element:after,
.all .item_contain .link_wrap .link_element:before {
  content: "";
  display: block;
  position: absolute
}

.all .item_contain .link_wrap .link_element:after {
  width: 36px;
  height: 36px;
  top: 10px;
  right: 12px;
  background: url(../../img/attractions/arrow_icon2.png) 50% 50% no-repeat
}

.all .item_contain .link_wrap .link_element:before {
  width: 22px;
  height: 19px;
  z-index: -1;
  background: url(../../img/attractions/map_icon3.png) 50% 50% no-repeat
}

.all .item_contain .desc_elm {
  padding: 15px 0 0
}

.all .item_contain .desc_elm strong {
  line-height: 20px;
  position: relative
}

.all .item_contain .desc_elm strong:before {
  width: 39px;
  height: 39px;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -36px;
  background: url(../../img/attractions/arrow_icon.png) 50% 50% no-repeat
}

.all .item_contain .desc_elm strong b {
  font-weight: 700;
  color: #ff7a00;
  font-size: 1.125rem
}

.all .item_contain .desc_elm strong span {
  color: #212529;
  font-size: 1.125rem
}

.all .item_contain .desc_elm p {
  padding: 10px 0 0;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  color: #212529
}

@media (max-width: 1280px) {
  .all .popup_dim {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translate(0);
    background-color: #00000080;
    display: none;
    opacity: 0
  }

  .all .pc_elm {
    display: none
  }

  .all .mo_elm {
    display: block
  }

  .all .attraction_wrap .item_contain {
    display: none
  }

  .all .page {
    padding: 130px 0 60px
  }

  .all .check_pop_up {
    display: block
  }

  .all .arrow_contain {
    position: absolute;
    z-index: 2
  }

  .all .arrow_contain .item_cont .item_icon {
    position: absolute
  }

  .all .arrow_contain .item_cont .elm_popup {
    width: 100%;
    max-width: 450px;
    padding: 55px 30px 30px;
    position: absolute;
    z-index: 2;
    text-align: center;
    background-color: #fff;
    border-radius: 30px;
    opacity: 0;
    display: none
  }

  .all .arrow_contain .item_cont .elm_popup:after {
    width: 53px;
    height: 48px;
    position: absolute;
    top: -25px;
    left: 52px;
    content: "";
    display: block;
    background: url(../../img/attractions/map_icon2.png) 50% 50% no-repeat;
    background-size: cover
  }

  .all .arrow_contain .item_cont .elm_popup b {
    font-size: 1.25rem;
    color: #ff7a00;
    font-weight: 600;
    display: block
  }

  .all .arrow_contain .item_cont .elm_popup strong {
    display: block;
    padding: 5px 0 15px;
    color: #212529;
    font-weight: 700;
    font-size: 2.4375rem
  }

  .all .arrow_contain .item_cont .elm_popup p {
    font-size: 1.25rem;
    color: #515559;
    line-height: 30px;
    font-weight: 300
  }

  .all .arrow_contain .item_cont .elm_popup button {
    width: 50px;
    height: 50px;
    background: url(../../img/attractions/close_btn2.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -999999px
  }

  .all .arrow_contain .item_cont .elm_popup a {
    display: block;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.3125rem;
    background-color: #ff7a00
  }

  .all .arrow_contain .item_cont .elm_popup a em {
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 1.3125rem;
    margin: 0 5px 0 0
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .map_arrow {
    top: 12.5%;
    left: 22%
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .item_icon {
    width: 72px;
    height: 80px;
    top: 8.5%;
    left: 20%
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .elm_popup {
    top: 23%;
    left: 15.7%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .map_arrow {
    top: 35%;
    left: 37%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .item_icon {
    width: 210px;
    height: 290px;
    top: 21.5%;
    left: 25%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .elm_popup {
    top: 52%;
    left: 17.7%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .elm_popup:after {
    left: 33.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .map_arrow {
    top: 75%;
    left: 30%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .item_icon {
    width: 181px;
    height: 181px;
    top: 55.5%;
    left: 20%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .elm_popup {
    top: 18%;
    left: 17.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .elm_popup:after {
    left: 19%;
    top: auto;
    bottom: -6%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .elm_popup:after {
    transform: rotate(180deg)
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .map_arrow {
    top: 3%;
    right: 15.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .item_icon {
    width: 250px;
    height: 170px;
    top: 5.8%;
    right: 10.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .elm_popup {
    top: 24%;
    left: 31%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .elm_popup:after {
    left: 76%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .map_arrow {
    top: 50%;
    right: 27.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .item_icon {
    width: 154px;
    height: 142px;
    bottom: 35%;
    right: 25.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .elm_popup {
    top: 11%;
    left: 26.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .elm_popup:after {
    left: 73%;
    top: auto;
    bottom: -6%;
    transform: rotate(180deg)
  }
}

@media (max-width: 768px) {
  .all .attraction_wrap {
    padding: calc(34 / 7.68 * 1vw) 0 0
  }

  .all .page {
    display: none
  }

  .all .check_wrap {
    padding: 0
  }

  .all .check_pop_up {
    width: calc(688 / 7.68 * 1vw);
    padding: calc(20 / 7.68 * 1vw) calc(25 / 7.68 * 1vw) calc(25 / 7.68 * 1vw);
    text-align: left
  }

  .all .check_pop_up p {
    font-size: 3.125vw
  }

  .all .check_pop_up span {
    width: calc(26 / 7.68 * 1vw);
    height: calc(35 / 7.68 * 1vw);
    top: calc(5 / 7.68 * 1vw)
  }

  .all .check_pop_up .close_btn {
    width: calc(40 / 7.68 * 1vw);
    height: calc(40 / 7.68 * 1vw);
    right: calc(15 / 7.68 * 1vw);
    top: calc(2 / 7.68 * 1vw)
  }

  .all .check_pop_up .close_btn img {
    width: calc(21 / 7.68 * 1vw);
    height: calc(21 / 7.68 * 1vw)
  }

  .all .map_wrap {
    margin: calc(195 / 7.68 * 1vw) 0 calc(95 / 7.68 * 1vw)
  }

  .all .arrow_contain .item_cont .item_icon {
    position: absolute
  }

  .all .arrow_contain .item_cont .elm_popup {
    max-width: 70.3125vw;
    width: 100%;
    padding: calc(64 / 7.68 * 1vw) calc(34 / 7.68 * 1vw) calc(44 / 7.68 * 1vw);
    border-radius: calc(30 / 7.68 * 1vw);
    margin: auto;
    left: 0;
    right: 0;
    box-sizing: border-box
  }

  .all .arrow_contain .item_cont .elm_popup:after {
    width: calc(53 / 7.68 * 1vw);
    height: 6.25vw;
    top: calc(-25 / 7.68 * 1vw)
  }

  .all .arrow_contain .item_cont .elm_popup b {
    font-size: calc(26 / 7.68 * 1vw)
  }

  .all .arrow_contain .item_cont .elm_popup strong {
    padding: calc(5 / 7.68 * 1vw) 0 calc(20 / 7.68 * 1vw);
    font-size: calc(44 / 7.68 * 1vw)
  }

  .all .arrow_contain .item_cont .elm_popup p {
    font-size: calc(28 / 7.68 * 1vw);
    line-height: calc(38 / 7.68 * 1vw)
  }

  .all .arrow_contain .item_cont .elm_popup button {
    width: calc(60 / 7.68 * 1vw);
    height: calc(60 / 7.68 * 1vw);
    top: calc(20 / 7.68 * 1vw);
    right: calc(20 / 7.68 * 1vw)
  }

  .all .arrow_contain .item_cont .elm_popup a {
    display: block;
    font-weight: 300;
    margin: 30px 0 0;
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.3125rem;
    background-color: #ff7a00
  }

  .all .arrow_contain .item_cont .elm_popup a em {
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 1.3125rem;
    margin: 0 5px 0 0
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .item_icon {
    width: 9.375vw;
    height: calc(80 / 7.68 * 1vw);
    top: 4.3%;
    left: 19%
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .map_arrow {
    top: 8.5%;
    left: 20%
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .elm_popup {
    top: 24%;
    left: 2%
  }

  .all .arrow_contain .item_cont:nth-of-type(1) .elm_popup:after {
    left: 9.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .item_icon {
    width: calc(210 / 7.68 * 1vw);
    height: calc(290 / 7.68 * 1vw);
    top: 21.5%;
    left: 25%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .map_arrow {
    top: 33%;
    left: 37%
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .elm_popup {
    top: 55%;
    left: 0
  }

  .all .arrow_contain .item_cont:nth-of-type(2) .elm_popup:after {
    left: 33.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .item_icon {
    width: calc(181 / 7.68 * 1vw);
    height: calc(181 / 7.68 * 1vw);
    top: 52.5%;
    left: 20%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .map_arrow {
    left: 26.5%;
    top: 71%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .elm_popup {
    top: -3%;
    left: 3%
  }

  .all .arrow_contain .item_cont:nth-of-type(3) .elm_popup:after {
    left: 19%;
    top: auto;
    bottom: -6%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .item_icon {
    width: calc(250 / 7.68 * 1vw);
    height: calc(170 / 7.68 * 1vw);
    top: 5.8%;
    right: 10.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .map_arrow {
    top: 0;
    right: 15%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .elm_popup {
    top: 27%;
    left: -3%
  }

  .all .arrow_contain .item_cont:nth-of-type(4) .elm_popup:after {
    left: 80%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .item_icon {
    width: calc(154 / 7.68 * 1vw);
    height: calc(142 / 7.68 * 1vw);
    bottom: 35%;
    right: 25.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .map_arrow {
    top: 45%;
    right: 25.5%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .elm_popup {
    top: -11.5%;
    left: -2%
  }

  .all .arrow_contain .item_cont:nth-of-type(5) .elm_popup:after {
    left: 73%;
    top: auto;
    bottom: -6%
  }

  .all .arrow_contain .map_arrow {
    width: 10.15625vw;
    height: calc(105 / 7.68 * 1vw);
    background: url(../../img/attractions/map_icon_mo.png) 50% 50% no-repeat;
    background-size: cover;
    position: absolute
  }
}

.page h2.desc {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin-top: 10px
}