html {
  scroll-behavior: smooth;
}
caption {
  display: none;
}
body {
  margin: 0;
}

.list-style-custom1 {
  width: 5px;
  height: 15px;
  position: absolute;
}

.pacifico {
  font-family: Pacifico-L;
  color: #fabe00;
}

.ml-10 {
  margin-left: 10px;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-21 {
  margin-right: 21px;
}

.mr-36 {
  margin-right: 36px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-70 {
  margin-right: 70px !important;
}
.mr-100 {
  margin-right: 100px !important;
}

.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.plr-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-60 {
  padding-left: 60px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

br.mob{display:none;}
.story-zone-slide {
  position: relative;
}

img.auto{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto; 
}

.story-zone-slide-wrap {
  height: 1007px;
  /* background-color: #f8f8f8; */
}
/* top button chacha */

.page-top-btn-wrap {
  position: fixed;
  right: 80px;
  bottom: 80px;
  cursor: pointer;
  z-index: 7;
  transition: all 0.2s ease-in-out;
  display: none;
  opacity: 0;
}

/* header chacha */

.header-wrap {
  height: 168px;
}

.header-box {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 120px;
  border-top: 3px solid #e06446;
  background-color: #fff;
}

.main-header-container {
  display: flex;
  height: inherit;
  width: 1200px;
  margin: 0 auto;
}

.header-wrap .logo-wrap {
  flex: 1;
}

.header-wrap .logo-wrap img {
  margin-top: 10px;
}

.header-wrap .header-btn-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  font-family: "Cafe24SurAir";
}

.header-wrap .header-btn-wrap div img {
  cursor: pointer;
}

.header-wrap .header-btn-wrap div .sns-icon {
  margin: 0 3px;
}

.header-btn-wrap .login-btn,
.header-btn-wrap .daily-btn {
  margin-right: 10px;
  cursor: pointer;
}

.header-btn-wrap .search-wrap {
  margin: 0 10px 0 7;
  border: 2px solid #cccccc;
  border-radius: 40px;
  width: 190px;
  height: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.header-btn-wrap .search-wrap input {
  outline: 0;
  border: none;
  margin-left: 10px;
}

.sub-header-box-depth1 {
  position: fixed;
  width: 100%;
  height: 46px;
  background-color: #e06446;
  color: #fff;
  display: flex;
  align-items: center;
}

.sub-header-box-depth2 {
  width: 100%;
  background-color: #fefaef;
  font-family: Cafe24SurAir;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 0;
  overflow: hidden;
}
.sub-header-box-depth2.on {
  min-height: 300px;
  padding: 75px 0 15px;
}
.sub-header-box-depth2.off {
  height: 0px;
}

.sub-header-container,
.sub-header-container2 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-header-container2 {
  align-items: baseline;
}

.sub-header-container .sub-tab {
  font-size: 21px;
  cursor: pointer;
  font-family: "Cafe24Sur";
  flex: 1;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.sub-header-container2 .depth2-tab {
  flex: 1;
  white-space: nowrap;
  max-width: 170px;
}
.sub-header-container2 .depth2-tab .depth2-item {
  display: block;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  white-space: normal;
  text-align: center;
}
.sub-header-container2 .depth2-tab .depth2-item a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sub-header-container2 .depth2-tab .depth2-item a:hover {
  color: #e36646;
}

.sub-header-container .sub-tab a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sub-header-container .sub-tab a:hover {
  color: #fbed71;
}

.sub-header-container .dot {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  /* margin: 0 15px; */
}

.sub-header-container2 .trim {
  margin: 0 15px;
}

.page-nav-header-wrap {
  background: linear-gradient(to right, #fff 35%, #ee9078 35%);
  width: 100%;
  height: 43px;
  color: #000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.page-nav-header-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.nav-home-btn {
  flex: unset;
  width: 50px;
  height: 100%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-dept-btn {
  flex: unset;
  min-width: 200px;
  height: 100%;
  font-family: Cafe24SurAir;
  border-right: 1px solid #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 15px;
  cursor: pointer;
  position: relative;
}
.nav-dept-btn.rural {
  min-width: 220px;
}
.nav-dept-btn .depth-arrow {
  flex: 1;
  text-align: end;
  padding: 0 15px;
}
.nav-dept-btn .depth-arrow img {
  transition: all 0.2s ease-in-out;
}
.depth-drop {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  padding: 0 15px;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.depth-drop li {
  margin: 15px 0;
  word-break: keep-all;
}
.depth-drop li a {
  text-decoration: none;
  color: #000;
}
.nav-right-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-right-wrap img:first-child {
  margin-right: 15px;
}
.nav-right-wrap img {
  cursor: pointer;
}
.page-nav-slide-wrap {
  width: 100%;
  height: 120px;
}

.page-nav-slide-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-family: Cafe24SurAir;
  display: flex;
  align-items: center;
}

.next-page,
.prev-page {
  display: flex;
  align-items: center;
  /* flex: 1; */
  opacity: 0.4;
  cursor: pointer;
}
.next-page a,
.prev-page a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.next-page {
  justify-content: flex-end;
}

.current-page {
  flex: 1;
  font-size: 2.5rem;
  font-family: Cafe24Sur;
  display: flex;
  justify-content: center;
}

.page-nav-tab-wrap {
  width: 100%;
  height: 63px;
}

.page-nav-tab-box {
  height: 100%;
  font-family: Cafe24SurAir;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border: 1px solid #dedede;
}

.page-nav-tab-box .tab-item {
  margin-right: 90px;
  height: 73%;
  border-bottom: 7px solid transparent;
  display: flex;
  align-items: center;
  position: relative;
  top: 5px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.page-nav-tab-box .tab-item a {
  text-decoration: none;
  color: #000;
}
.page-nav-tab-box .tab-item.act,
.page-nav-tab-box .tab-item:hover {
  border-color: #ffb448;
}
.page-nav-tab-box .tab-item:last-child {
  margin-right: 0px;
}

/* */
/* body chacha */

.banner-wrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 641px;
}

.banner-box {
  width: 100%;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.visual-banner {
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.banner-contents {
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-desc {
  width: 1200px;
  position: absolute;
  color: #fff;
  font-size: 4.5rem;
  font-family: "Cafe24Sur";
  text-shadow: 4px 0.3px 9px rgb(0 0 0 / 10%);
  margin-top: 150px;
  line-height:1.1;
}

.banner-nav-wrap {
  position: absolute;
  display: flex;
  width: 1200px;
  margin-top: 350px;
  z-index: 2;
}

.banner-nav-wrap .banner-nav {
  width: 72px;
  height: 69px;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-family: "GmarketSansM";
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
  padding-top:3px;
}

.contents-nav-wrap {
  position: absolute;
  width: 100%;
  margin-top: -69px;
  z-index: 2;
}

.contents-nav {
  width: 1200px;
  height: 139px;
  margin: 0 auto;
  border-radius: 38px;
  box-shadow: 4px 0.4px 18px rgba(82, 87, 119, 0.3);
  background-color: #fff;
  display: flex;
  align-items: center;
  font-family: "Cafe24Sur";
  font-size: 1.35rem;
  padding: 0 30px;
  box-sizing: border-box;
}

.contents-nav .nav-item {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #555555;
}
.contents-nav .nav-item a {
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #555555;
  display: flex;
  align-items: center;
}
.contents-nav .nav-item a:hover {
  color: #fabe00;
}
.contents-nav .nav-item a img {
  margin-right: 10px;
}

.best-program-slide-wrap {
  background-color: #faf9f3;
  overflow: hidden;
  padding: 150px 0 20px;
}

.best-program-desc {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Cafe24Sur";
  width: 1200px;
  margin: 0 auto;
}

.best-program-desc .pacifico{
  font-size:2.8rem;
  font-weight:bold;
}

.best-program-desc .more-btn {
  font-size: 1rem;
  margin: 30px 0 40px;
  text-align: end;
}
.best-program-desc .more-btn a {
  text-decoration: none;
  color: #333;
}

.best-program-slide {
  display: flex;
  justify-content: center;
  position: relative;
  transition: all 0.6s ease;
}

/*  */
/*  */
/*  */
.squaer-layout {
  perspective: 100000px;
  width: 100%;
  height: 400px;
  margin-top: 80px;
}
.square-wrap {
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 415px;
  height: 430px;
  margin: auto;
  transform-style: preserve-3d;
  transition: all 0.4s ease-out;
  user-select: none;
}

/*  */
/*  */
/*  */
.slide-item {
  width: 315px;
  margin: 0 47px;
  flex: none;
  transition: all 0.3s ease;
}

.slide-item.show {
  width: 385px;
}

.slide-item-img {
  background-color: #e6e6e652;
  height: 380px;
  border-radius: 40px;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin-bottom: 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
}

.slide-item-overlay.show {
  width: 385px;
  height: 450px;
  opacity: 1;
}

.overlay-label {
  font-size: 1.125rem;
  width: 112px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.overlay-title {
  font-family: NotoSansCJKkrB-1;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.overlay-harf-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
}
.overlay-info {
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.overlay-info-label {
  flex: 1;
  text-align: right;
  margin-right: 10px;
}
.overlay-info-content {
  flex: 3;
  text-align: left;
}

.overlay-more-btn {
  font-family: Cafe24Sur;
  font-size: 0.8rem;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.more-link {
  text-decoration: none;
  color: #000;
}

.slide-item-img.show {
  width: 380px;
  height: 450px;
}

.slide-item-img.show img {
  width: 100%;
}

.hide {
  display: none;
}
.hide-btn {
  opacity: 0;
}

.notice-wrap {
  width: 100%;
  background: linear-gradient(45deg, #fcfbf1, #fcf1f8 );
  height: 754px;
  padding: 105px 0 0 0;
  box-sizing: border-box;
  position:relative;
}
.notice-wrap:before{
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  border-radius: 100px;
  width: 58px;
  height: 58px;
  background: #fcf8f4;
}
.notice-box1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.service-tab-wrap {
  margin-right: 63px;
}

.service-tab-box {
  display: flex;
  margin-bottom: 18px;
  font-family: NotoSansCJKkrR;
}
.service-tab-box .tab-item-wrap {
  width: 155px;
  height: 126px;
  margin-right: 18px;
}
.service-tab-box .tab-item {
  width: 155px;
  height: 126px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 6.5px 7.5px 18px rgba(103, 103, 99, 0.2);
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: absolute;
}

.service-tab-box .tab-item:hover .tab-over {
  opacity: 1;
}
.service-tab-box .tab-item:hover .eclipse {
  opacity: 0;
}

.service-tab-box .tab-item-wrap:last-child {
  margin-right: 0;
}
.service-tab-box .tab-item .tab-over {
  width: 155px;
  height: 126px;
  position: absolute;
  opacity: 0;
  background: rgb(254, 248, 201);
  background: linear-gradient(
    120deg,
    rgba(254, 248, 201, 1) 0%,
    rgba(254, 193, 233, 1) 100%
  );
  transition: all 0.4s ease-out;
}

.service-tab-box .tab-img-wrap {
  width: 100%;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  box-sizing: border-box;
  position: absolute;
}

.service-tab-box .eclipse {
  width: 40px;
  height: 40px;
  background: rgb(254, 248, 201);
  background: linear-gradient(
    120deg,
    rgba(254, 248, 201, 1) 0%,
    rgba(254, 193, 233, 1) 100%
  );
  border-radius: 100%;
  position: absolute;
  margin: -56px 0 0 86px;
  opacity: 0.5;
  transition: all 0.2s ease-out;
}
.service-tab-box .eclipse.intro-1 {
  margin: -1px 0 0 55px;
}
.service-tab-box .eclipse.intro-2 {
  margin: 5px 0 0 -44px;
}
.service-tab-box .eclipse.intro-3 {
  margin: -23px 0 0 48px;
}
.service-tab-box .eclipse.intro-4 {
  margin: -20px 0 0 45px;
}
.service-tab-box .eclipse.intro-5 {
  margin: -13px 0 0 -45px;
}
.service-tab-box .eclipse.intro-6 {
  margin: 14px 0 0 -46px;
}
.service-tab-box .tab-name {
  position: absolute;
  width: 100%;
  margin-top: 85px;
}
.sotong-wrap {
  width: 293px;
  display: flex;
  justify-content: center;
}
.sotong-btn {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: fit-content;
  padding: 7px 14px 10px 7px;
  cursor: pointer;
  margin: 230px auto 0px;
  font-family: NotoSansCJKkrR;
  position: absolute;
}
.sotong-btn span{margin-left:8px;}
.sotong-img-act,
.sotong-img-deact {
  height: 216px;
  position: absolute;
  transition: all 0.3s ease-out;
}
.sotong-img-deact {
  z-index: 1;
}

.sotong-img-deact:hover {
  opacity: 0;
}

.sotong-img-act {
  z-index: 0;
}
.sotong-btn:hover + .sotong-img-deact {
  opacity: 0;
}
.intro-desc {
  font-size: 2.4rem;
  font-family: "Cafe24Sur";
  margin-right: 88px;
  word-break: keep-all;
  padding-top: 50px;
}
.intro-desc .pacifico {
  font-size: 2.2rem;
  font-weight: bold;
}

.notice-box2 {
  margin-top: 69px;
  width: 100%;
  height: 225px;
  display: flex;
  justify-content: center;
  position: relative;
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  z-index:1;
  margin-top:70px;
}
.notice-box2:before{
  content: '';
  position: absolute;
  width: 500px;
  height: 225px;
  background: #fff;
  left: -39%;
  z-index:-1;
}

.month-noti-wrap {
  width: 1200px;
}

.month-noti-box {
  width: 139px;
  height: 131px;
  background-color: #ffb448;
  padding: 19px 26px 0 27px;
  box-sizing: border-box;
  position: absolute;
  margin-top: -45px;
  color: #fff;
  font-family: NotoSansCJKkrR;
}

.notice-box-desc {
  color: #fff;
  font-family: SBaggroL;
  text-align: end;
}

.harf-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 5px 0;
}

.notice-box-desc.box-date {
  font-family: SBaggroB;
}

.noti-total-btn {
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
}
.noti-total-btn a {
  text-decoration: none;
  color: #fff;
}
.noti-total-btn a:hover{
  color:#e06446;   
}
.noti-list {
  box-sizing: border-box;
  margin-left: 177px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding:30px 0;
}

.noti-item-wrap {
  flex: unset;
  width: 492px;
  display: flex;
  padding:10px 0;
}
.noti-item-wrap:hover span,
.noti-item-wrap:hover .noti-ex,
.noti-item-wrap:hover .noti-date {
  color: #f9bd00;
}

.noti-body {
  flex: 3;
  cursor: pointer;
}

.noti-title {
  font-size: 1.15rem;
  font-weight:bold;
}

.noti-date {
  flex: 1;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.4);
}

.noti-ex {
  margin-top: 6px;
  margin-left: 20px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  width: 296px;
  white-space: nowrap;
}

.event-wrap {
  padding-bottom:50;
}

.event-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding-top: 105px;
  box-sizing: border-box;
}

.event-box .youtube-frame-wrap {
  width: 552px;
  height: 394px;
  margin-right: 36px;
  background-color: #555555;
}

.event-slide-box {
  width: 614px;
  overflow: hidden;
  position: relative;
  right: 0;
}
.event-slide {
  display: flex;
  position: relative;
  left: 0;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.event-item {
  margin-right: 21px;
}
.event-img {
  width: 296px;
  min-height: 395px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.event-img img {
  width: 100%;
}

.event-slide-nav {
  position: absolute;
  width: 100%;
}

.event-slide-btn {
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
  user-select: none;
}
.event-slide-btn:hover {
  background-color: #000;
}

.event-more {
  font-family: Cafe24Sur;
  font-size: 0.8rem;
  position: absolute;
  top: 80px;
  right: -30px;
}

.event-slide-btn-wrap {
  display: flex;
  width: 675px;
  position: absolute;
  top: 150px;
  right: -30px;
}

.event-slide-btn-box {
  flex: 1;
}
.event-slide-btn-box:last-child {
  display: flex;
  justify-content: flex-end;
}

.event-btn {
  font-family: NotoSansCJKkrR;
  display: flex;
  align-items: center;
  padding: 0 23px 0 25px;
  background-color: #fff;
  position: relative;
  top: -42px;
  border: 1px solid #eaeaea;
}

.event-btn-text {
  flex: 1;
}

.event-btn-plus {
  font-family: SBaggroL;
  font-size: 35px;
  position: relative;
  top: 4px;
}

.page-contents .ready-img {
  width: 100%;
}
.page-contents-wrap {
  width: 100%;
  padding-top: 30px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background-position-y: bottom;
}
.page-contents-wrap.food-etc {
  background-image: url(../images/userPageImage/etc-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}

.page-contents-box {
  width: 1200px;
  margin: 0 auto;
}

.page-contents-box .page-contents-nav {
  width: 100%;
  height: 53px;
  /* border: 1px solid #dddddd; */
  margin-bottom: 55px;
  display: flex;
}

.page-contents-box .page-contents-nav .cont-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  cursor: pointer;
  font-family: Cafe24SurAir;
  text-align: center;
  transition: all 0.3s ease-in-out;
  flex: 1;
}
.page-contents-box .page-contents-nav .cont-nav-item.act,
.page-contents-box .page-contents-nav .cont-nav-item:hover {
  position: relative;
  border: 1px solid #ffb448;
  font-family: Cafe24Sur;
}

.page-contents-panel-cover {
  overflow: hidden;
  position: relative;
  height: 1000px;
}
.page-contents-panel-cover1 {
  overflow: hidden;
  position: relative;
}
.page-contents-panel {
  width: 100%;
  position: relative;
  display: flex;
  transition: all 0.2s ease-in-out;
}

.page-contents-title {
  font-family: Cafe24Sur;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}

.page-contents-item {
  margin: 20px 0 100px;
}

.contents-img-wrap img {
  width: 100%;
}

.wrap-total-count {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
}
.search-content {
  color: #e36646;
  font-weight: bold;
}
.search-content.count {
  color: #ffb448;
}
.result-list-wrap {
  background-color: rgba(254, 250, 239, 0.3);
  padding: 15px;
  border-radius: 20px;
}
.result-list {
  border-top: 2px solid #ffb448;
  padding-top: 20px;
}
.result-list.menu {
  padding-left: 20px;
}
.result-list.menu li {
  margin: 10px 0;
  cursor: pointer;
  width: fit-content;
  /* transition: all 0.3s ease; */
}
/* .result-list.menu li:hover {
  background-color: rgba(255, 238, 191, 0.2);
} */
.result-board-wrap {
  margin-bottom: 30px;
}
.result-board-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  width: fit-content;
}
.result-board-desc {
  margin-bottom: 7px;
  line-height: 1.5;
  font-size: 13px;
  color: #6c6c6c;
}
.result-board-info {
  font-size: 14px;
}
.result-board-info .info-depth {
  color: #e06446;
  font-weight: bold;
}
.more-search-data {
  display: flex;
  justify-content: flex-end;
}
.more-search-data button {
  background-color: #e06446;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.more-search-data button:hover {
  background-color: #e08871;
}
.hash-tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.hash-tab {
  flex: unset;
  padding: 10px 15px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffb448;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 14px;
}
.hash-tab.act,
.hash-tab:hover {
  background-color: #ffb448;
  color: #fff;
}
/* page rating chacha */
.page-rating-box {
  width: 1200px;
  margin: 0 auto 100px;
}
.rating-box-top {
  display: flex;
  background-color: #b7b7b7;
  box-sizing: border-box;
  padding: 15px;
  color: #fff;
}
.rating-box-top-desc {
  flex: unset;
  margin-right: 15px;
}
.rating-box-bottom {
  box-sizing: border-box;
  padding: 25px 15px;
  border: 1px solid #dddddd;
}
.rating-radio {
  appearance: none;
  border: 1px solid #dddddd;
  width: 12px;
  height: 12px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rating-radio:checked {
  background-color: #b7b7b7;
}
.rating-desc-wrap {
  display: flex;
}
.rating-desc-wrap label {
  width: 100%;
}
.rating-desc-wrap button {
  width: 70px;
  background-color: #b7b7b7;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.rating-desc {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 10px;
  outline: 0;
  resize: none;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex: 1;
}

.rating-desc:focus {
  border: 1px solid #000;
}
/*  */
/* page - table chacha */
.table-filter-tab-wrap {
  display: flex;
  margin-bottom: 15px;
  align-content: center;
}

.table-total {
  font-family: Cafe24Sur;
  display: flex;
  align-items: center;
}
.table-filter-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.table-filter-select,
.table-filter-input {
  outline: 0;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  transition: all 0.2s ease-in-out;
  height: 30px;
  margin-right: 5px;
}
.table-filter-select:focus,
.table-filter-input:focus {
  border: 1px solid #000;
}
.table-filter-button {
  border: none;
  background-color: #e06446;
  color: #fff;
  padding: 5px 10px;
  height: 30px;
}
.table-wrap table {
  border-spacing: 0;
  width: 100%;
}
.table-wrap thead tr th {
  border-right: 1px solid #ffffff;
  background-color: #e06446;
  color: #fff;
  padding: 10px 15px;
}
.table-wrap thead tr th:last-child {
  border-right: 0;
}

.table-wrap tbody tr td {
  border: 1px solid #dddddd;
  padding: 10px 15px;
  text-align: center;
}
.table-nav-wrap {
  display: flex;
  justify-content: center;
}
.table-nav-wrap .nav-item {
  width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  user-select: none;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
}
.table-nav-wrap .nav-item:hover,
.table-nav-wrap .nav-item:active {
  color: #fff;
  background-color: #e06446;
}
.detail-board-wrap {
  margin-bottom: 20px;
  border-top: 3px solid #e06446;
}
.detail-board-box {
  display: flex;
  border-bottom: 1px solid #dddddd;
}

.detail-board-box .detail-label {
  padding: 15px;
  width: 100px;
  font-family: Cafe24Sur;
  box-sizing: border-box;
}
.detail-board-box .detail-contents {
  font-family: Cafe24SurAir;
  padding: 15px;
  flex: 1;
  text-align: left;
}

.detail-board-box .detail-contents.none-p {
  padding: 5px 15px;
}

.thumbnail-list-wrap {
  width: 1200px;
}
.thumbnail-list-box {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail-list-box a {
  text-decoration: none;
  color: #000;
}
.thumbnail-node {
  display: flex;
  align-items: center;
  width: 580px;
  margin-bottom: 30px;
  cursor: pointer;
}

.thumbnail-node.large {
  width: 1200px;
}
.thumbnail-img {
  width: 200px;
  margin-right: 15px;
}
.thumbnail-img.meet {
  width: auto;
  overflow: hidden;
  border-radius: 50px 0 50px 0;
}
.thumbnail-img img {
  width: 100%;
}
.thumbnail-info {
  font-family: Cafe24SurAir;
}
.thumbnail-info .thumbnail-title {
  font-family: Cafe24Sur;
  font-size: 23px;
  margin-bottom: 15px;
}
.thumbnail-info .thumbnail-address {
  margin-bottom: 10px;
}

.detail-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.detail-img-box img {
  margin: 15px;
  width: 430px;
  height: 290px;
}
.detail-box .detail-contents {
  padding: 20px 0;
}
.detail-box .detail-contents {
  line-height: 1.7;
}
.detail-contents {
  text-align: center;
}
.detail-contents input[type="text"],
.detail-contents input[type="date"] {
  border: 1px solid #ddd;
  outline: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  font-family: Cafe24SurAir;
  box-sizing: border-box;
  padding: 0 10px;
}
.detail-contents input[type="date"] {
  width: 200px;
}
.detail-contents textarea {
  border: 1px solid #ddd;
  outline: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  resize: none;
  box-sizing: border-box;
  padding: 10px;
}
.detail-contents input[type="text"]:focus,
.detail-contents textarea:focus {
  border: 1px solid #000;
}
/*  */

/* 도도리파크에서 */
.contents-desc-wrap {
  margin: 80px 0 50px;
}

.contents-desc-title {
  font-family: Cafe24Sur;
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.contents-desc-title .title-eclipse {
  background-color: rgba(251, 237, 113, 0.5);
  width: 52px;
  height: 52px;
  position: absolute;
  border-radius: 100%;
  margin: -28px;
  z-index: -1;
}
.contents-desc-title .title-eclipse.lemon {
  background-color: rgba(255, 231, 117, 1);
}
.contents-desc-title .title-eclipse.purple3 {
  background-color: rgba(236, 170, 255, 1);
}
.contents-desc-title .title-eclipse.purple2 {
  background-color: rgba(231, 197, 253, 1);
}
.contents-desc-title .title-eclipse.purple {
  background-color: rgba(231, 179, 255, 1);
}
.contents-desc-title .title-eclipse.soda2 {
  background-color: rgba(195, 243, 242, 1);
}
.contents-desc-title .title-eclipse.soda {
  background-color: rgba(103, 242, 255, 1);
}
.contents-desc-title .title-eclipse.orange {
  background-color: rgba(255, 180, 72, 1);
}
.contents-desc-title .title-eclipse.red {
  background-color: rgba(251, 228, 222, 1);
}
.contents-desc-title .title-eclipse.peach3 {
  background-color: rgba(253, 237, 197, 1);
}
.contents-desc-title .title-eclipse.peach2 {
  background-color: rgba(255, 217, 163, 1);
}
.contents-desc-title .title-eclipse.peach {
  background-color: rgba(251, 237, 216, 1);
}
.contents-desc-title .title-eclipse.banana3 {
  background-color: rgba(253, 244, 169, 1);
}
.contents-desc-title .title-eclipse.banana2 {
  background-color: rgba(255, 231, 117, 1);
}
.contents-desc-title .title-eclipse.banana {
  background-color: rgba(253, 252, 184, 1);
}
.contents-desc-title .title-eclipse.shine {
  background-color: rgba(225, 253, 184, 1);
}
.contents-desc-title .title-eclipse.melon2 {
  background-color: rgba(170, 255, 186, 1);
}
.contents-desc-title .title-eclipse.melon {
  background-color: rgba(199, 253, 184, 1);
}

.contents-desc-title.over {
  height: 35px;
}
.contents-desc-title .overlay-title-wrap {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.contents-desc-title .overlay-title-wrap.act {
  opacity: 1;
}
.contents-desc-ele-wrap {
  padding-inline-start: 18px;
  font-family: Cafe24SurAir;
  color: #333333;
}
.contents-desc-ele-wrap li {
  line-height: 1.5;
}
.contents-desc-ele-wrap li::marker {
  color: #c5c5c5;
  font-size: 1.5rem;
}

.step-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.purpose-tree-step-wrap {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 42px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-string {
  background-color: #f7cabe;
  width: 800px;
  height: 1px;
  position: absolute;
}
.purpose-step-wrap {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  border: 8px solid #e57153;
  text-align: center;
  background-color: #fff;
  margin-right: 3rem;
}
.purpose-step-wrap:last-child {
  margin-right: 0;
}
.purpose-step-box {
  width: 260px;
  height: 260px;
  border-radius: 100%;
  border: 1px solid #f7cabe;
}
.purpose-step-box .step-icon {
  margin-bottom: 15px;
}
.purpose-step-box .step-title {
  font-size: 1.8rem;
  font-family: Cafe24Sur;
  margin-bottom: 0.7rem;
}
.purpose-step-box .step-desc {
  font-family: Cafe24SurAir;
  width: 195px;
  color: #333333;
  word-break: keep-all;
  line-height: 1.5;
}

.img-map-wrap {
  width: 1200px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  display: flex;
}
.zone-list-box {
  flex: 1;
  padding: 30px 25px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.zone-title-box {
  color: #fff;
  background-color: red;
  width: fit-content;
  padding: 7px 10px;
  text-align: center;
  min-width: 177px;
}
.zone-item {
  display: flex;
  font-size: 18px;
}
.zone-item .zone-num {
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  box-sizing: border-box;
}
.zone-item .zone-name {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #333;
}
.zone-title-box.orange,
.zone-item .zone-num.orange {
  background-color: #e36646;
}
.zone-title-box.orange2,
.zone-item .zone-num.orange2 {
  background-color: #c55c12;
}
.zone-title-box.blue,
.zone-item .zone-num.blue {
  background-color: #256f82;
}
.zone-title-box.green,
.zone-item .zone-num.green {
  background-color: #78bc2f;
}
.zone-title-box.black,
.zone-item .zone-num.black {
  background-color: #000;
}
.zone-title-box.gray,
.zone-item .zone-num.gray {
  background-color: #7d7e7d;
}
.sqiare-box {
  background-color: #e36646;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  box-sizing: border-box;
}
.caution-desc {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #333;
}
.img-map-box {
  flex: 2;
  padding: 30px 25px;
  box-sizing: border-box;
  background-image: url("../images/userPageImage/img-total-map-bg.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}
.caution-desc-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.gallery-list-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.gallery-item-box {
  width: 300px;
  height: 290px;
  box-sizing: border-box;
  padding: 0 0px 30px 0px;
  display: flex;
  justify-content: center;
}
.gallery-item-box a {
  text-decoration: none;
  color: #000;
}
.gallery-item {
  width: 94%;
  height: 100%;
  cursor: pointer;
}
.gallery-img {
  height: 193px;
}
.gallery-img img {
  width: 100%;
}
.gallery-title {
  font-family: Cafe24Sur;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f3f3f3;
  height: 55px;
  border-radius: 0 0 20px 20px;
}
.gallery-title.review {
  font-size: 1rem;
}
.gallery-title .review-date {
  font-size: 0.7rem;
  margin-top: 10px;
}

.page-detail-box {
  width: 100%;
}
.detail-title-wrap {
  font-family: Cafe24Sur;
  font-size: 30px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 40px;
}
.detail-title-wrap .detail-title {
  flex: 1;
  text-align: center;
  padding-left: 52px;
}
.detail-title-wrap .list-btn-bar-wrap {
  background-color: #e36646;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.detail-title-wrap .list-btn-bar-wrap .btn-bar {
  background-color: #fff;
  width: 23px;
  height: 3px;
  margin: 2px 0;
  border-radius: 100px;
}

.detail-list-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.detail-list-btn-wrap.right {
  justify-content: flex-end;
}
.detail-list-btn-wrap button {
  font-family: Cafe24Sur;
  font-size: 18px;
  color: #fff;
  background-color: #e36646;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 80px;
  padding: 8px 0;
}

.detail-slide-wrap {
  width: 100%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 65px 0 40px;
}
.detail-slide-wrap .grallery-slide-nav-wrap {
  font-family: NanumGothicEB;
  position: absolute;
  display: flex;
  width: 1200px;
  margin-top: 165px;
}
.detail-slide-wrap .grallery-slide-nav-wrap .nav-box {
  flex: 1;
}
.detail-slide-wrap .grallery-slide-nav-wrap .nav-box:last-child {
  display: flex;
  justify-content: flex-end;
}
.detail-slide-wrap .grallery-slide-nav-wrap .nav-prev,
.detail-slide-wrap .grallery-slide-nav-wrap .nav-next {
  background-color: #fbed71;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}

.grallery-slide-box {
  width: 980px;
  height: 564px;
  margin: 0 auto;
  overflow: hidden;
}
.grallery-slide {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.15s ease-in-out;
}

.grallery-slide-item img {
  width: 980px;
}
.grallery-preview-slide-box {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.grallery-preview-slide {
  display: flex;
  height: 200px;
  align-items: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.grallery-slide-item.preview-item {
  opacity: 0.5;
  margin-right: 25px;
  transition: all 0.2s ease-in-out;
}

.grallery-slide-item.preview-item img {
  width: 226px;
  height: 145px;
  transition: all 0.2s ease-in-out;
}
.grallery-slide-item.preview-item.act {
  opacity: 1;
}

.grallery-contents-desc-wrap {
  width: 980px;
  padding: 60px 40px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  font-family: Cafe24SurAir;
  text-align: center;
}
.grallery-contents-desc-wrap p {
  margin: 0 0 10px 0;
  font-size: 18px;
  color: #333333;
}

/* font-family: Cafe24SurAir; */
.story-card-wrap {
  display: flex;
}

.story-card {
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0px 1px 13px rgba(67, 67, 67, 0.16);
  overflow: hidden;
  margin-right: 18px;
  flex: 1;
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
  outline-offset: -3.5px;
  outline: 4px solid transparent;
}
.story-card:last-child {
  margin-right: 0;
}
.story-card:nth-child(1):hover {
  outline-color: #fde2b8;
}
.story-card:nth-child(2):hover {
  outline-color: #fdfcb8;
}
.story-card:nth-child(3):hover {
  outline-color: #e1fdb8;
}
.story-card:nth-child(4):hover {
  outline-color: #c7fdb8;
}
.story-card-img-wrap {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: flex;
}
.story-card-img-wrap img {
  width: 100%;
  object-fit: cover;
}

.story-card-desc-wrap {
  padding: 30px;
  text-align: center;
}
.story-desc-title {
  font-family: Cafe24Sur;
  font-size: 18px;
  margin-bottom: 15px;
}
.story-desc {
  font-family: Cafe24SurAir;
  line-height: 1.5;
}
.story-card-zone-name-wrap {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story-card-zone-name {
  font-family: Cafe24Sur;
  font-size: 18px;
  padding: 14px;
  width: 192px;
  text-align: center;
  border-radius: 30px 30px 0 0;
}
.story-card:nth-child(1) .story-card-zone-name {
  background-color: #fde2b8;
}
.story-card:nth-child(2) .story-card-zone-name {
  background-color: #fdfcb8;
}
.story-card:nth-child(3) .story-card-zone-name {
  background-color: #e1fdb8;
}
.story-card:nth-child(4) .story-card-zone-name {
  background-color: #c7fdb8;
}

.story-zone-slide-wrap {
  margin-bottom: 80px;
  box-sizing: border-box;
  padding-top: 80px;
}

.zone-slide-wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.zone-slide-box {
  display: flex;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.zone-slide-panel {
  width: 1200px;
  height: 790px;
}
.overlay-desc-wrap {
  height: 110px;
}
.zone-desc-box {
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.zone-desc-box.act {
  opacity: 1;
}
.zone-desc-ele-wrap {
  padding-inline-start: 18px;
  font-family: Cafe24SurAir;
  color: #333333;
}
.zone-desc-ele-wrap li {
  line-height: 1.5;
}
.zone-desc-ele-wrap li::marker {
  color: #c5c5c5;
  font-size: 1.5rem;
}
.zone-desc-wrap {
  display: flex;
}
.zone-desc-wrap .zone-desc-title {
  font-family: Cafe24Sur;
  width: 102px;
}
.zone-slide-title {
  font-family: Cafe24Sur;
  font-size: 21px;
  background-color: #fbedd8;
  text-align: center;
  padding: 16px 0;
}
.zone-slide-title.peach {
  background-color: rgba(251, 237, 216, 1);
}
.zone-slide-title.banana {
  background-color: rgba(253, 252, 184, 1);
}
.zone-slide-title.shine {
  background-color: rgba(225, 253, 184, 1);
}
.zone-slide-title.melon {
  background-color: rgba(199, 253, 184, 1);
}
.zone-slide {
  display: flex;
  flex-wrap: wrap;
}
.zone-slide-item {
  margin-bottom: 30px;
  margin-right: 30px;
}
.zone-slide-item:nth-child(3),
.zone-slide-item:nth-child(6) {
  margin-right: 0px;
}
.zone-slide-item-title {
  font-size: 19px;
  font-family: Cafe24Sur;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 13px 0;
  text-align: center;
  border-radius: 30px 30px 0 0;
}
.zone-slide-nav-wrap {
  display: flex;
  position: absolute;
  width: 100%;
  margin-top: 400px;
}
.zone-slide-nav {
  flex: 1;
  display: flex;
  position: relative;
}
.zone-slide-nav img {
  cursor: pointer;
}
.zone-slide-nav.prev {
  left: -35px;
}
.zone-slide-nav.next {
  justify-content: flex-end;
  right: -35px;
}
.way-to-map-wrap {
  height: 589px;
}
.way-to-address-wrap {
  font-size: 30px;
  font-family: Cafe24Sur;
  text-align: center;
  margin: 30px 0 60px;
}
.text-back-bar {
  background: linear-gradient(
      120deg,
      rgba(253, 246, 184, 1) 0%,
      rgba(253, 246, 184, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar2 {
  background: linear-gradient(
      120deg,
      rgba(195, 243, 242, 1) 0%,
      rgba(195, 243, 242, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar_cook {
  background: linear-gradient(
      120deg,
      rgba(253, 237, 197, 1) 0%,
      rgba(253, 237, 197, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar_madang {
  background: linear-gradient(
      120deg,
      rgba(236, 170, 255, 1) 0%,
      rgba(236, 170, 255, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar_gar {
  background: linear-gradient(
      120deg,
      rgba(255, 231, 117, 1) 0%,
      rgba(255, 231, 117, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar_bbq {
  background: linear-gradient(
      120deg,
      rgba(227, 227, 227, 1) 0%,
      rgba(227, 227, 227, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar_trandi {
  background: linear-gradient(
      120deg,
      rgba(233, 197, 253, 1) 0%,
      rgba(233, 197, 253, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.text-back-bar_cinema {
  background: linear-gradient(
      120deg,
      rgba(170, 255, 186, 1) 0%,
      rgba(170, 255, 186, 1) 100%
    )
    no-repeat;
  background-size: 100% 0.6em;
  background-position: 0 80%;
}
.way-to-wrap {
  height: 527px;
  border-radius: 40px;
  background-color: #f8f8f8;
  padding: 70px 100px;
  box-sizing: border-box;
}
.way-to-wrap.play-etc {
  height: auto;
}
.way-to-bus-box,
.way-to-car-box {
  display: flex;
}
.bus-label,
.car-label {
  margin-right: 50px;
  font-family: Cafe24Sur;
  text-align: center;
  font-size: 17px;
}
.bus-img,
.car-img {
  margin-bottom: 20px;
}
.bus-info,
.car-info {
  font-family: Cafe24SurAir;
  flex: 1;
}

.bus-info table,
.car-info table {
  border-top: 3px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: 0;
  width: 100%;
}
.bus-info table thead,
.car-info table thead {
  display: none;
}

.bus-info table tr,
.car-info table tr {
  height: 75px;
}
.bus-info table td,
.car-info table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  color: #666;
  padding: 0 15px;
}
.bus-info table td.r-b,
.car-info table td.r-b {
  border-right: 1px solid #ddd;
}

.use-info-title {
  font-family: Cafe24Sur;
  font-size: 28px;
  margin-bottom: 10px;
}
.use-info-title.cinema {
  font-size: 30px;
}
.use-info-line {
  width: 100%;
  height: 3px;
  background-color: #ddd;
}
.mark-line {
  width: 120px;
  height: 3px;
  background-color: #e57153;
}
.mark-line.cinema {
  width: 170px;
  background-color: #aaffba;
}

.season-program-wrap {
  background-color: #f8f8f8;
  padding: 50px 40px;
  box-sizing: border-box;
}
.season-program-wrap table {
  border-top: 2px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.season-program-wrap table thead {
  background-color: #e57153;
}
.season-program-wrap table thead th {
  font-family: Cafe24Sur;
  font-size: 16px;
  color: #fff;
  height: 48px;
}
.season-program-wrap table tbody {
  background-color: #fff;
}
.season-program-wrap table tbody td {
  font-family: Cafe24SurAir;
  font-size: 14px;
  color: #333;
}
.season-program-wrap.price table tbody td {
  padding: 10px 0;
}
.season-program-wrap table tbody td.center {
  text-align: center;
}
.season-program-wrap table td {
  border: 1px solid #ddd;
}

.contents-desc-ele-wrap.season li::marker {
  color: #f8d3c9;
  font-size: 1.5rem;
}

.none-left-border {
  border-left: none !important;
}
.none-right-border {
  border-right: none !important;
}
.td-right-border {
  border-right: 1px solid #ddd !important;
}
.none-right-border ul {
  margin: 3px 0 5px;
}
/*  */
/* 놀아보고 */
.cafe24-de {
  font-family: Cafe24Sur;
}
.cafe24-Air {
  font-family: Cafe24SurAir;
}
.motive-desc-wrap {
  background-image: url(../images/userPageImage/playDemo_bg.png);
  background-repeat: no-repeat;
  height: 366px;
  display: flex;
  padding: 0px 60px;
  box-sizing: border-box;
}
.motive-demo-img-wrap {
  position: relative;
  top: -50;
}
.motive-desc-box {
  flex: 1;
  box-sizing: border-box;
  padding: 40px 0 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.motive-orange-line {
  background-color: #ffb448;
  height: 3px;
  margin: 20px 0;
}

.demo-map-wrap {
  display: flex;
  height: 460px;
}
.map-frame-box {
  flex: 1;
}
.map-frame-box img {
  position: absolute;
}
.map-frame {
  border: 4px solid #ffb448;
  border-radius: 30px 30px 0 0;
  height: 416px;
  width: 562px;
  box-sizing: border-box;
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
  font-size: 22px;
  padding-bottom: 20px;
}
.map-frame.etc-simul {
  border: 4px solid #e7b3ff;
  height: 615px;
  width: 1180px;
}
.map-frame.etc {
  border: 4px solid #e7b3ff;
  height: 250px;
  width: 364px;
}
.map-frame.culture {
  border: 4px solid #ccffb3;
  height: 279px;
  width: 364px;
}
.map-frame.tower {
  border: 4px solid #ee9078;
  height: 566px;
  width: 1180px;
}
.map-frame.miro {
  border: 4px solid #67f2ff;
  height: 566px;
  width: 1180px;
}
.florplan-wrap {
  background-color: #f8f8f8;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
  padding: 45px;
  height: 813px;
}

.florplan-desc-wrap .list-style-custom1 {
  margin-top: 4px;
  background-color: #ffb448;
}
.florplan-title {
  font-size: 22px;
  margin-left: 10px;
}
.florplan-box .contents-desc-ele-wrap {
  font-size: 18px;
}
.florplan-box .contents-desc-ele-wrap li {
  line-height: 1.8;
}

.page-contents-panel-cover2 {
  position: relative;
}

.month-panel,
.indus6th-panel,
.bedroom-panel,
.village2-panel,
.img-map-panel,
.out-facto-panel,
.in-facto-panel {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.tower-panel,
.village-panel {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.month-panel.act,
.indus6th-panel.act,
.bedroom-panel.act,
.village2-panel.act,
.tower-panel.act,
.village-panel.act,
.img-map-panel.act,
.out-facto-panel.act,
.in-facto-panel.act {
  opacity: 1;
  z-index: 1;
}
.tower-info-wrap,
.village-info-wrap {
  width: 1200px;
}
.tower-info-wrap.layout {
  height: 587px;
}
.tower-info-wrap.detail {
  height: 775px;
  border: 4px solid #ee9078;
  border-radius: 30px;
  overflow: hidden;
}

.tower-info-wrap.detail img {
  width: 100%;
}

.tower-info-box,
.village-info-box {
  background-color: #f8f8f8;
  padding: 55px 40px;
  box-sizing: border-box;
}

.frame-under {
  position: absolute;
}

.tower-type-box {
  display: flex;
  flex-wrap: wrap;
}
.village-desc {
  font-size: 15px;
}
.tower-type-contents {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  box-sizing: border-box;
  padding: 30px;
  max-width: 525px;
  height: 157px;
  line-height: 1.5;
}
.tower-type-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.tower-info-wrap .list-style-custom1 {
  margin-top: 4px;
  background-color: #ffb448;
}
.tower-label {
  margin-bottom: 10px;
}
.tower-info-wrap .custom-hr {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.adventure-panel {
  position: absolute;
  opacity: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.adventure-panel.act {
  opacity: 1;
  z-index: 1;
}
.adventure-title-box {
  border-radius: 80px 80px 0 0;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.adventure-title-box.big {
  background-color: #ffeae4;
}
.adventure-title-box.playground {
  background-color: #e7ffe4;
}
.adventure-title-box.zip {
  background-color: #e4f6ff;
}
.adventure-title {
  font-size: 32px;
  margin-bottom: 15px;
}
.adventure-desc {
  font-size: 22px;
  line-height: 1.5;
}

.adventure-img-wrap {
  background-repeat: no-repeat;
  background-position: center;
  height: 618px;
}

.adventure-img-wrap.big {
  background-image: url(../images/userPageImage/big-bg.png);
}
.adventure-img-wrap.playground {
  background-image: url(../images/userPageImage/playground-bg.png);
}
.adventure-img-wrap.zip {
  background-image: url(../images/userPageImage/zip-bg.png);
}
.adventure-img-box {
  display: flex;
  justify-content: center;
}
.adventure-img-box img {
  position: relative;
  top: 200px;
}

.playground-info-wrap {
  display: flex;
  justify-content: center;
  margin-top: 380px;
}
.playground-box {
  margin-right: 35px;
}
.playground-box:last-child {
  margin-right: 0px;
}
.playground-info {
  margin: 15px auto;
  font-size: 20px;
}
.playground-info.text-back-bar,
.playground-info.text-back-bar_madang,
.playground-info.text-back-bar_cinema {
  width: fit-content;
  padding: 0 10px;
}

.culture-cut-wrap {
  display: flex;
  height: 300px;
}
.culture-item-wrap {
  display: flex;
}
.culture-item-title {
  border-radius: 0 0 30px 30px;
  background-color: #f4f4f4;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.simul-img-frame-wrap {
  height: 700px;
}

.fruit-tree-map-wrap {
  height: 630px;
}
.layered-img {
  position: absolute;
  z-index: 1;
  box-shadow: 5px 5px 18px rgba(103, 103, 99, 0.2);
}
.layered-bg {
  position: absolute;
}
.layered-bg.tree-map {
  background-color: #fcfaed;
  width: 1150px;
  height: 546px;
  margin: 40px 0 0 40px;
}
.layered-bg.garden-map {
  background-color: #fffae5;
  width: 1150px;
  height: 546px;
  margin: 40px 0 0 40px;
}
.layered-bg.tree-simul {
  background-color: #dff7f6;
  width: 1150px;
  height: 546px;
  margin: 40px 0 0 40px;
}
.layered-bg.peach-simul {
  background-color: #fcfaed;
  width: 547px;
  height: 283px;
  margin: 30px 0 0 30px;
}
.layered-bg.harvest-simul {
  background-color: #dcf4f2;
  width: 352px;
  height: 252px;
  margin: 25px 0 0 25px;
}
.layered-bg.garden-simul {
  background-color: #fdf8e3;
  width: 352px;
  height: 252px;
  margin: 25px 0 0 25px;
}
.layered-bg.cooking-simul {
  background-color: #faf8e9;
  width: 352px;
  height: 252px;
  margin: 25px 0 0 25px;
}
.layered-bg.cooking-simul-map {
  background-color: #faf8e9;
  width: 1150px;
  height: 546px;
  margin: 40px 0 0 40px;
}
.layered-bg.trandition-simul {
  background-color: #f1e7f6;
  width: 352px;
  height: 252px;
  margin: 25px 0 0 25px;
}
.layered-bg.trandition-simul-map {
  background-color: #f1e7f6;
  width: 1150px;
  height: 546px;
  margin: 40px 0 0 40px;
}
.layered-bg.etc-simul {
  background-color: #d4d59b;
  width: 634px;
  height: 454px;
  margin: 25px 0 0 25px;
}
.layered-bg.bbq-simul {
  background-color: #e3e3e3;
  width: 539px;
  height: 386px;
  margin: 30px 0 0 30px;
}
.layered-img-title-wrap {
  display: flex;
  align-items: flex-end;
  height: 333px;
}
.layered-img-title-wrap.bbq-simul {
  height: 480px;
}
.layered-img-title {
  margin: 15px auto;
  font-size: 20px;
}

.layered-img-title.text-back-bar_cook,
.layered-img-title.text-back-bar_gar,
.layered-img-title.text-back-bar_bbq,
.layered-img-title.text-back-bar2,
.layered-img-title.text-back-bar_trandi {
  width: fit-content;
  padding: 0 10px;
}

.fruit-tree-desc {
  width: 100%;
  height: 242px;
  text-align: center;
  border-top: 3px solid #000;
  background-color: #fcfaed;
  font-size: 20px;
  padding-top: 50px;
  box-sizing: border-box;
  line-height: 1.7;
}
.fruit-simul-info-wrap {
  height: 650px;
}
.fruit-simul-info-box {
  display: flex;
}

.try-table {
  border-collapse: collapse;
  border-top: 3px solid #000;
  background-color: #fcfaed;
  width: 560px;
  margin-right: 50px;
}
.try-table tr td:first-child {
  text-align: center;
}
.try-table td {
  border: 1px solid #ddd;
  padding: 20px 0;
}

.tree-sales-info-wrap {
  background-color: #f8f8f8;
  padding: 50px 40px;
}
.tree-sales-info-wrap table {
  border-collapse: collapse;
  border-top: 3px solid #000;
  background-color: #fff;
  width: 100%;
  text-align: center;
}

.tree-sales-info-wrap table thead {
  background-color: #ffd9a3;
}
.tree-sales-info-wrap table thead th {
  font-family: Cafe24Sur;
  padding: 16px 0;
  font-size: 17px;
}
.tree-sales-info-wrap table tbody td {
  border: 1px solid #ddd;
  font-family: Cafe24SurAir;
  padding: 20px 0;
  font-size: 17px;
}
.button-apply-wrap {
  text-align: center;
  height: 60px;
}
.button-apply-wrap.left {
  text-align: start;
}
.button-apply {
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  background-color: #e36646;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 5px 0 #b8492d;
  transition: all 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  cursor: pointer;
}
.button-apply:hover {
  /* background-color: #f3886d; */
  margin-top: 5px;
  box-shadow: 0 0px 0 #b8492d;
}
/* .sales-apply:active {
  box-shadow: 0 0px 0 #b8492d;
} */

/* 추가 */
.overflow-table{overflow-x: auto;}
.overflow-table::-webkit-scrollbar{ width: 6px; height: 6px; background: #ddd; border-radius: 20px; overflow: hidden; overflow-x: hidden; overflow-y: hidden; -webkit-overflow-scrolling: auto !important;}
.overflow-table::-webkit-scrollbar-thumb{background: #ee9078; border-radius: 20px;}

#page_listen_1 #listen_table a {color:#000; text-decoration:none;}
#page_listen_1 #listen_table tr {cursor:pointer;}
/* 추가 끝 */


/* 추가 - 놀아보고 */



/* 추가 끝 */


.default-table-box {
  background-color: #f8f8f8;
  padding: 50px 40px;
  box-sizing: border-box;
}

.default-table-box.p-none {
  padding: 0;
}

.default-table-box table {
  border-top: 2px solid #000;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.default-table-box table thead th {
  font-family: Cafe24Sur;
  font-size: 16px;

  height: 48px;
}
.default-table-box table tbody {
  background-color: #fff;
}
.default-table-box table tbody td {
  font-family: Cafe24SurAir;
  font-size: 14px;
  color: #333;
  /* 추가 */
  word-break: keep-all;
  white-space: nowrap;
  /* 추가 끝 */
}
.default-table-box.indus6th {
  border-radius: 30px;
}
.default-table-box.indus6th table tbody td {
  font-size: 14px;
}
.default-table-box.price table tbody td {
  padding: 10px 0;
}
.default-table-box table tbody td.center {
  text-align: center;
}
.default-table-box table td {
  border: 1px solid #ddd;
  /* 추가수정 */
  padding: 15px 10px;
  /* 추가수정 끝 */
}

.default-table-box.tree-harvest table thead {
  background-color: #c3f3f2;
}
.default-table-box.cooking table thead {
  background-color: #fdedc5;
}
.default-table-box.indus6th table thead {
  background-color: #cff3c3;
}
.default-table-box.trandition table thead {
  background-color: #e9c5fd;
}
.default-table-box.garden table thead {
  background-color: #ffe775;
}
.default-table-box.sqiare table thead {
  background-color: #ffe775;
}
.default-table-box.flower table thead {
  background-color: #ecffff;
}
.default-table-box.cooking table thead th,
.default-table-box.trandition table thead th,
.default-table-box.tree-harvest table thead th {
  color: #000;
}

.contents-desc-ele-wrap.indus6th li::marker {
  color: #cff3c3;
  font-size: 1.5rem;
}
.contents-desc-ele-wrap.tree-harvest li::marker {
  color: #c3f3f2;
  font-size: 1.5rem;
}
.contents-desc-ele-wrap.flower li::marker {
  color: #ecffff;
  font-size: 1.5rem;
}
.contents-desc-ele-wrap.cooking li::marker {
  color: #fdedc5;
  font-size: 1.5rem;
}
.contents-desc-ele-wrap.trandition li::marker {
  color: #e9c5fd;
  font-size: 1.5rem;
}
.contents-desc-ele-wrap.garden li::marker {
  color: #ffe775;
  font-size: 1.5rem;
}
.contents-desc-ele-wrap.sqiare li::marker {
  color: #ffe775;
  font-size: 1.5rem;
}

.harvest-img-wrap {
  display: flex;
  height: 350px;
}
.harvest-img-box {
  flex: 1;
}

.cooking-panel,
.trandition-panel,
.etc-panel {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  width: 100%;
  /* overflow: hidden; */
}
.cooking-panel.act,
.trandition-panel.act,
.etc-panel.act {
  opacity: 1;
  z-index: 1;
}

.food-etc-wrap {
  height: 1210px;
}
.food-etc-box {
  display: flex;
  height: 450px;
}
.food-etc-img-box {
  flex: 2;
}
.food-etc-desc {
  flex: 1;
  font-size: 30px;
  box-sizing: border-box;
  padding-top: 12rem;
}
.food-etc-desc.left {
  margin: 0px 125px 0 30px;
}
.food-etc-desc img {
  position: absolute;
  margin: -33px;
}

.bbq-map-wrap {
  background-color: #f8f8f8;
  border-radius: 0 30px 0 0;
  padding: 50px 40px;
}
.bbq-map-desc {
  position: absolute;
  margin: 160px 0 0 810px;
  font-size: 18px;
}
.bbq-title {
  font-size: 21px;
  position: relative;
}
.bbq-desc {
  line-height: 1.7;
}
.bbq-map-desc img {
  position: absolute;
  margin-top: -28px;
  margin-left: -10px;
}
.bbq-simul-wrap {
  display: flex;
}

.idowa-panel,
.flower-panel,
.town-panel,
.pear-panel,
.peach-panel,
.area-panel,
.menu-panel {
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  width: 100%;
}
.area-panel,
.menu-panel {
  height: 100%;
}
.idowa-panel.act,
.flower-panel.act,
.town-panel.act,
.pear-panel.act,
.peach-panel.act,
.area-panel.act,
.menu-panel.act {
  opacity: 1;
  z-index: 1;
}

.rounded-base-panel.img-box {
  height: 806px;
}
.rounded-base-panel.graph {
  height: 680px;
}
.rounded-base-panel.graph2 {
  height: 835px;
}
.rounded-panel {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
}
.rounded-panel.left {
  border-radius: 80px 0 0 0;
}
.rounded-panel.right {
  border-radius: 0 80px 0 0;
}
.rounded-panel.bg-w,
.rounded-base-panel.bg-w {
  background-color: #fff;
}
.rounded-panel.bg-g,
.rounded-base-panel.bg-g {
  background-color: #f8f8f8;
}
.rounded-flex {
  display: flex;
}
.rounded-flex .rounded-sub-box {
  flex: 1;
  /* height: 340px; */
}
.rounded-flex .rounded-sub-box img {
  width: 100%;
  height: 100%;
}
.rounded-flex .rounded-sub-box:first-child {
  margin-right: 1rem;
}
.rounded-img-box {
  width: fit-content;
  border-radius: 55px;
  border: 4px solid;
  overflow: hidden;
}
.rounded-img-box.shelter-box {
  margin: 0 auto 2rem;
}
.rounded-img-box.shelter-box,
.rounded-img-box.shelter-box img {
  width: 100%;
}
.rounded-img-box.soda {
  border-color: #c3f3f2;
}
.rounded-img-box.purple2 {
  border-color: rgba(231, 179, 255, 1);
}
.rounded-img-box.shine {
  border-color: rgba(225, 253, 184, 1);
}

.rounded-img-box.banana3 {
  border-color: #fdf4a9;
}
.rounded-graph-wrap.large table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #d9dce1;
}
.rounded-graph-wrap.large table.center {
  text-align: center;
}
.rounded-graph-wrap.large table th,
.rounded-graph-wrap.large table td {
  border: 1px solid #d9dce1;
  padding: 15px 0;
}
.rounded-graph-wrap.large table td.ptd-35 {
  padding: 35px 0;
}
.rounded-graph-wrap.large table thead tr {
  background-color: #ecffff;
}

.cafa-info {
  color: #333;
  line-height: 1.7;
}
.contents-desc-ele-wrap.none li::marker {
  color: transparent;
  font-size: 1.5rem;
}

.indus6th-wrap {
  width: 1200px;
}

.cafe-menu-title-wrap {
  display: flex;
  align-items: center;
}
.cafe-menu-deco {
  background-color: #e36646;
  height: 3px;
  width: 175px;
}
.cafe-menu-title {
  flex: 1;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rounded-graph-wrap.large {
  width: 100%;
  margin: 0 auto;
}
.rounded-graph-wrap {
  width: 700px;
  margin: 0 auto;
}
.cafe-menu-box {
  width: 605px;
  margin: 30px auto 50px;
}
.cafe-menu-box table {
  width: 100%;
  font-size: 21px;
}
.cafe-menu-box table th,
.cafe-menu-box table td {
  padding: 15px;
}
.cafe-menu-box table td.center {
  text-align: center;
}
.cafe-menu-box table td.center.disable {
  opacity: 0;
  user-select: none;
}
.cafe-menu-character {
  position: absolute;
  margin: -260px 0 0 650px;
}
.sqiare-info-wrap {
  display: flex;
}
.sqiare-info-box {
  margin-right: 30px;
}
.talktalk-wrap {
  width: 1200px;
}
.talktalk-box {
  width: 440px;
  height: 100%;
  margin: 80px auto 0;
  background-image: url(../images/userPageImage/talktalk.png);
  background-repeat: no-repeat;
}
.talktalk-btn {
  position: relative;
  top: 250px;
}
.talktalk-btn .button-apply {
  background-color: #fff;
  box-shadow: 0 5px 0 #208921;
  color: #34af35;
  cursor: pointer;
}
.talktalk-btn .button-apply:hover {
  box-shadow: 0 0px 0 #208921;
}

.review-create-btn {
  position: relative;
  top: -80px;
}
/*  */

/* footer chacha */

.footer-wrap {
  height: 175px;
  background-color: #363636;
  color: #fff;
  padding-top: 15px;
  box-sizing: border-box;
  font-family: NotoSansCJKkrR;
}

.footer-box {
  width: 1200px;
  margin: 0 auto;
}

.footer-info-top {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

.footer-info-nav {
  display: flex;
  flex: 1;
  display: flex;
  align-items: center;
}

.footer-info-nav div {
  margin-right: 39px;
}

.footer-info-nav div a {
  text-decoration: none;
  color: #fff;
}

.footer-like-site {
  flex: 1;
  height: 39px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}

.info-address {
  font-size: 14px;
}
.info-copyrigth {
  font-size: 12px;
}

.footer-like-site,
.info-address,
.info-copyrigth {
  color: rgba(255, 255, 255, 0.5);
}

.site-map-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: -1;
  opacity: 0;
  display: none;
  /* z-index: 11;
  opacity: 1;
  display: block; */
}

.site-map-box {
  width: 1200px;
  margin: 0 auto;
}
.site-map-top {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 11px 0 15px;
  border-bottom: 5px solid #fff;
}

.site-map-top div,
.site-map-bottom .site-map-item {
  flex: 1;
}
.site-map-bottom .site-map-item {
  margin-right: 30px;
}
.site-map-top div:last-child {
  display: flex;
  justify-content: end;
}
.site-map-bottom .site-map-item:last-child {
  margin-right: 0px;
}

.site-map-bottom {
  display: flex;
  color: #fff;
  box-sizing: border-box;
  padding-top: 45px;
}
.main-title {
  font-size: 21px;
  border-bottom: 2px solid #fbed71;
  padding: 12px 0;
}
.main-title a {
  text-decoration: none;
  color: #fff;
}

.site-map-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-depth-wrap li {
  font-size: 18px;
  margin: 30px 0;
}
.sub-depth-wrap {
  margin-top: 25px !important;
}
.sub-depth-wrap li {
  font-size: 16px;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.5);
}

.main-depth-wrap li a,
.sub-depth-wrap li a {
  text-decoration: none;
  color: #fff;
}
.sub-depth-wrap li a {
  color: rgba(255, 255, 255, 0.5);
}
.back-eung {
  position: absolute;
  right: 0;
  margin-top: 250px;
}
.main-bg-si {
  position: absolute;
  margin-top: -102px;
}
.min481 {
  display: none;
}
.tower-type-item:nth-child(1),
.tower-type-item:nth-child(2) {
  margin-bottom: 50px;
}
.tower-type-item:nth-child(1),
.tower-type-item:nth-child(3) {
  margin-right: 70px;
}
.tower-type-item:last-child {
  margin: 0;
}
.culture-item {
  margin-right: 21px;
}
.footer-like-site .cur-select-wrap {
  padding: 1rem;
  width: 150px;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  position: relative;
}
.simul-info table thead {
  display: none;
}
.rating-desc-wrap label {
  width: 100%;
}
.site-arrow {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-arrow img {
  transition: all 0.2s ease-in-out;
}
.site-drop {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 5;
  padding: 0px;
  margin: 0;
  background: #363636;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 0;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 20%);
  transform: translateY(1px);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.site-drop li {
  padding: 15px;
  word-break: keep-all;
  transition: all 0.2s ease-in-out;
}
.site-drop li:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #363636;
}
.site-drop li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.upload-wrap {
  display: flex;
}
.file-box {
  flex: 1;
  border: 1px solid #ddd;
  overflow-y: scroll;
  width: 100%;
  min-height: 39px;
  max-height: 125px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.file-box-item {
  background-color: #b7b7b7;
  font-size: 0.9rem;
  margin: 0 8px 8px 0;
  padding: 0.5rem;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.review-file-input {
  display: none;
}
.create-upload-btn {
  width: 60px;
  height: 100%;
  background-color: #b7b7b7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
.share-wrap {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.share-box {
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  background-color: #fff;
  padding: 0.9rem;
  width: 300px;
  text-align: center;
  position: relative;
}
.share-url-wrap {
  display: flex;
  align-items: center;
}
.share-url {
  outline: 0;
  border: 1px solid #ddd;
  font-size: 0.85rem;
  padding: 8px;
  box-sizing: border-box;
  height: 36px;
  flex: 1;
}
.share-url-copy {
  border: none;
  height: 36px;
  font-size: 0.75rem;
  background-color: #e06446;
  cursor: pointer;
  color: #fff;
}
.share-box-close {
  position: absolute;
  right: 0;
  top: -29px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.best-program-box {
  height: 600px;
}
.slick-list {
  padding-top: 10px !important;
}
.slick-slide {
  outline: 0;
}
.best-program {
  margin: 0;
  position: relative;
  top: 0px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.5s;
  margin: 2rem;
  /* border: 1px solid #ddd; */
  height: 400px;
}
.square-item {
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  transition: all 0.7s ease-out;
}
.slick-center .best-program {
  transform: scale(1.2);
}
.slide-item-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  border-radius: 40px;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  text-align: center;
  font-family: NotoSansCJKkrR;
  font-size: 0.85rem;
  transition: all 0.2s ease-out;
  transition-delay: 0.5s;
  cursor: pointer;
  opacity: 0;
}
.overlay-label {
  font-size: 1.125rem;
  width: 112px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.overlay-title {
  font-family: NotoSansCJKkrB-1;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.slick-center .slide-item-overlay {
  opacity: 1;
}
.slide-item-overlay:hover .overlay-more-btn.hide-btn {
  opacity: 1;
}
.slick-slide {
  width: 25vw;
  margin: 0;
}
.slick-active {
  position: relative;
  z-index: 1;
}
.slick-current.slick-active {
  position: relative;
  z-index: 3;
}

.slide-item-title {
  font-family: NotoSansCJKkrB-1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 390px;
}

.slide-item-title .item-title-label-bar {
  width: 4px;
  height: 11px;
  background-color: #f53a3a;
  margin-right: 5px;
}

.slide-item-title .item-title-label {
  font-size: 0.8rem;
  margin-right: 10px;
  color: #f53a3a;
}
.slide-item-title .item-title {
  font-size: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 205px;
}

.slide-item-date {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Cafe24SurAir";
  margin-top: 7px;
}
.slide-item-title,
.slide-item-date {
  transition-delay: 0.5s;
}
.slick-center .slide-item-title,
.slick-center .slide-item-date {
  transition-delay: 0.5s;
  opacity: 0;
}
.result-list-over-box {
  overflow: hidden;
}
.result-list-over-box.hide-box {
  height: 164px;
}
.detail-file-wrap {
  display: flex;
  flex-wrap: wrap;
}
.detail-file-box {
  border: 1px solid #ddd;
  padding: 0.5rem 0.8rem;
  box-sizing: border-box;
  margin-right: 0.5rem;
  cursor: pointer;
}
.detail-file-box:last-child {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .slick-slide {
    margin: 0 1rem;
  }
  .page-top-btn-wrap {
    right:2%;      
  }  
}

@media (max-width: 1280px) {
  .slick-slide {
    margin: 0 5rem;
  }
  .pl-30 {
    padding-left: 1.25rem !important;
  }
  .pl-60 {
    padding-left: 1.5rem !important;
  }
  .main-header-container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .dot {
    display: none;
  }
  
  
  .sub-header-container,
  .sub-header-container2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 3rem;
  }
  .sub-header-container .sub-tab {
    font-size: 1.1rem;
  }
  .sub-header-container2 .depth2-tab {
    max-width: 150px;
  }
  .banner-desc,
  .notice-box1,
  .notice-box2,
  .month-noti-wrap {
    width:95%;
  }
  .banner-nav-wrap,
  .best-program-desc,
  .event-box,
  .footer-box,
  .site-map-box,
  .page-nav-header-box,
  .page-nav-slide-box,
  .page-contents-box,
  .page-rating-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .event-box {
    padding: 0;
  }
  .contents-nav {
    font-size: 1.1rem;
    width: 95%;
    height: 90px;
  }
  .contents-nav .nav-item a img {
    height: 20px;
  }
  .best-program-slide-wrap {
    padding: 68px 0 20px;
    margin-bottom:-45px;
  }
  .hide-btn{
   opacity:1;      
  }
  .notice-wrap {
    padding: 20px 0 60px;
    height: auto;
  }
  .notice-box1 {
    display: block;
    text-align: center;
  }
  .sotong-wrap {
    height: 300px;
    margin: 45px auto 0;
  }
  .intro-desc {
    margin: 0;
  }
  .main-bg-si{
    margin-top:-45rem;
    max-width:26%;
  }
  .back-eung {
    margin-top: 21rem;
    max-width:13%;
  }
  .service-tab-wrap {
    margin-right: 0;
    margin-top: 3rem;
  }
  .service-tab-box {
    justify-content: center;
  }
  .notice-box2 {
    height: auto;
  }
  .notice-box2:before{display:none;}
  .noti-list {
    justify-content: center;
  }
  .noti-item-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .event-box {
    display: block;
  }
  .event-box .youtube-frame-wrap {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .event-slide-box {
    width: 94%;
    box-sizing: border-box;
    margin: 0 auto;
    left: 0;
    margin-top:80px;
  }
  .event-img img {
    width: 100%;
  }
  .event-more {
    right: 0;
  }
  .event-slide-btn-wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    right: unset;
  }

  .footer-info-nav {
    flex: 2;
  }
  .footer-like-site {
    flex: unset;
  }
  .site-map-box {
    width: 100%;
  }
  .site-map-bottom {
    flex-wrap: wrap;
  }
  .site-map-bottom .site-map-item {
    flex: unset;
    width: 27vw;
  }
  .sub-depth-wrap {
    display: none;
  }
  .nav-dept-btn {
    font-size: 0.9rem;
  }
  .purpose-step-wrap {
    width: 23vw;
    height: 23vw;
  }
  .purpose-step-box {
    width: 21vw;
    height: 21vw;
  }
  .step-string {
    width: 45vw;
  }
  .purpose-step-box .step-title {
    font-size: 1.2rem;
  }
  .purpose-step-box .step-desc {
    font-size: 0.8rem;
    width: 16vw;
  }
  .story-zone-slide-wrap {
    height: 1400px;
  }
  .story-card-desc-wrap {
    padding: 1rem;
    height: 105px;
  }
  .story-desc-title,
  .story-card-zone-name {
    font-size: 0.9rem;
  }
  .story-desc {
    font-size: 0.75rem;
  }
  .story-card-zone-name-wrap {
    height: 44px;
  }
  .story-card-zone-name {
    width: 14vw;
  }
  .zone-slide-panel {
    width: 94vw;
  }
  .zone-slide-nav-wrap {
    display: none;
  }
  .zone-slide-item:nth-child(even) {
    margin-right: 0;
  }
  .zone-slide-item {
    width: 45vw;
  }
  .zone-slide-item,
  .zone-slide-item:nth-child(3) {
    margin: 0 1.5rem 1.5rem 0;
  }
  .zone-slide-item-img img {
    width: 100%;
  }
  .img-map-wrap {
    width: 94vw;
  }
  .img-map-box img {
    width: 100%;
  }
  .gallery-list-wrap {
    width: 100%;
    justify-content: center;
  }
  .gallery-item-box {
    width: 42vw;
    height: 35vw;
  }
  .gallery-img {
    height: 27vw;
  }
  .detail-slide-wrap .grallery-slide-nav-wrap {
    width: 100%;
    z-index: 2;
  }
  .grallery-slide-box {
    width: 75vw;
    height: 44vw;
  }
  .detail-slide-wrap {
    position: relative;
  }
  .grallery-preview-slide-box,
  .grallery-slide-item img {
    width: 75vw;
  }
  .grallery-slide-item.preview-item img {
    width: 16.5vw;
    height: 13vw;
  }
  .grallery-preview-slide {
    height: 200px;
  }
  .grallery-contents-desc-wrap {
    width: 75vw;
    padding: 3rem 2rem;
  }
  .page-nav-tab-box .tab-item {
    margin-right: 2.5rem;
    font-size: 0.8rem;
  }
  .motive-demo-img-wrap img {
    width: 50vw;
  }
  .motive-desc-box .contents-desc-title {
    font-size: 1.3rem;
  }
  .motive-desc {
    font-size: 0.9rem;
  }
  .demo-map-wrap {
    height: 300px;
  }
  .map-frame {
    width: 42vw;
    height: 30vw;
  }
  .map-frame-box img {
    width: 40vw;
  }
  .simul-img-frame-wrap {
    height: 60vw;
  }
  .simul-img-frame-wrap .map-frame-box img {
    width: 86vw;
  }
  .culture-cut-wrap .map-frame-box img {
    width: 27vw;
  }
  .florplan-wrap {
    height: unset;
  }
  .florplan-wrap img {
    width: 100%;
  }
  .tower-info-wrap,
  .village-info-wrap {
    width: 100%;
  }
  .tower-type-box {
    justify-content: center;
  }
  .tower-type-item img {
    width: 36vw;
  }
  .tower-type-contents {
    max-width: unset;
    width: 36vw;
    padding: 1.5rem;
    height: 197px;
  }
  .tower-type-title {
    font-size: 1rem;
  }
  .tower-type-desc {
    font-size: 0.8rem;
  }
  .frame-under {
    width: 87vw;
  }
  .map-frame.tower,
  .map-frame.miro,
  .map-frame.etc-simul {
    height: 45vw;
    width: 87vw;
  }
  .map-frame.culture,
  .map-frame.etc {
    height: 22vw;
    width: 28vw;
  }
  .map-frame.etc {
    height: 18vw;
    width: 28vw;
  }
  .tower-info-wrap.layout {
    height: 49vw;
  }
  .tower-info-wrap.detail {
    height: 60vw;
  }
  .adventure-img-box .adventure-img {
    top: 300px;
    width: 90vw;
  }
  .playground-info-wrap {
    width: 90vw;
    margin: 10rem auto 0;
  }
  .playground-box img {
    width: 100%;
  }
  .culture-item-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .culture-item {
    margin-bottom: 1.2rem;
  }
  .culture-item img {
    width: 33vw;
  }
  .culture-item-title {
    font-size: 1.2rem;
  }
  .culture-cut-wrap {
    height: 23vw;
  }
  .fruit-tree-map-wrap {
    height: 55vw;
    position: relative;
  }
  .layered-img {
    width: 97%;
  }
  .layered-bg.tree-map,
  .layered-bg.tree-simul,
  .layered-bg.cooking-simul-map,
  .layered-bg.trandition-simul-map,
  .layered-bg.garden-map {
    width: 89vw;
    height: 42vw;
    margin: 2rem 0 0 2rem;
  }

  .layered-img-title-wrap,
  .harvest-img-wrap {
    height: 30vw;
  }
  .harvest-img-box .layered-img-title-wrap {
    height: 40vw;
  }
  .harvest-img-box .layered-img {
    width: 36vw;
  }
  .food-etc-img-box .layered-img {
    width: 50vw;
  }
  .layered-bg.etc-simul {
    width: 50vw;
    height: 36vw;
  }
  .layered-bg.harvest-simul,
  .layered-bg.cooking-simul,
  .layered-bg.garden-simul,
  .layered-bg.trandition-simul {
    width: 28vw;
    height: 20vw;
  }
  .layered-bg.bbq-simul {
    width: 36vw;
    height: 25vw;
  }
  .fruit-tree-desc {
    padding: 2rem;
    height: unset;
    font-size: 1.2rem;
  }
  .fruit-simul-info-wrap {
    height: unset;
  }
  .fruit-simul-info-box {
    display: block;
  }

  .peach-simul-img-wrap .layered-img {
    width: 100%;
    position: relative;
  }
  .peach-simul-img-wrap .layered-bg {
    display: none;
  }
  .try-table {
    width: 100%;
  }
  .bbq-map-wrap {
    position: relative;
  }
  .bbq-map-wrap img {
    width: 100%;
  }
  .bbq-map-desc {
    width: 28vw;
    top: 150px;
    right: 0;
    margin: 0;
  }
  .check-icon {
    width: 40px !important;
  }
  .rounded-img-box img {
    width: 100%;
  }
  .rounded-base-panel.img-box {
    height: 71vw;
  }
  .rounded-base-panel.graph2 {
    height: fit-content;
  }
  .rounded-graph-wrap.large table td img {
    width: 100%;
  }
  .rounded-graph-wrap {
    position: relative;
  }
  .rounded-graph-wrap,
  .cafe-menu-box {
    width: 100%;
  }
  .rounded-panel {
    padding: 1rem;
  }
  .cafe-menu-box table {
    font-size: 0.9rem;
  }
  .cafe-menu-character {
    right: 0;
  }
  .qua-box img {
    width: 100%;
  }

  /* 추가수정 */
  .playground-info {
    font-size: 1.4rem;
  }
  /* 추가수정끝 */
  .thumbnail-list-wrap {
    width: 100vw;
  }
  .thumbnail-node {
    width: 42vw;
    margin-bottom: 2rem;
    margin-right: 1.5rem;
  }
  .detail-img-box img {
    width: 32vw;
    height: auto;
  }
  .indus6th-wrap {
    width: 93vw;
  }
  .talktalk-wrap {
    width: 90vw;
  }
  .review-panel .gallery-list-wrap {
    width: 90vw;
  }
   

  .event-slide-nav {position:absolute; top:445px;}
    
}
@media (max-width: 991px) {
  .main-header-container {
    box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.3);
  }
  .header-wrap {
    height: 123px;
  }
  .header-wrap .logo-wrap {
    display: flex;
    align-items: center;
  }
  .header-wrap .logo-wrap img,
  .site-map-logo {
    width: 25vw;
    margin-top: 0;
  }
  .banner-nav-wrap{margin-top:260px;}
  .sns-icon-wrap {
    display: none;
  }
  .best-program-desc,
  .intro-desc {
    font-size: 1.8rem;
  }
  .best-program-desc .pacifico {
    font-size: 1.8rem;
  }
  .sub-header-box-depth1,
  .sub-header-box-depth2 {
    display: none;
  }
  .banner-wrap {
    height: 500px;
  }
  .banner-desc {
    font-size: 2.5rem;
  }
  .contents-nav {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    font-family: 'Cafe24SurAir';
    height: 107px;
  }
  .contents-nav .nav-item {
    width: 33.3%;
    flex: unset;
    justify-content: space-around;
  }
  .contents-nav .nav-item a{
	padding-left:40px; 
	position:relative;
  }
  .contents-nav .nav-item a img {
	position:absolute; left:0;
  }
  .contents-nav .nav-item a > span {
	width:90px;
	display:block;
	font-size:0.9rem;
  }
  .service-tab-box .tab-name,
  .noti-ex,
  .noti-date,
  .noti-total-btn a{
    font-size:0.9rem;      
  }
  .month-noti-box{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    left:0;
  }
  .noti-list{
    margin-left:0; 
    margin-top:75px;
  }
  .noti-total-btn{
    text-align:end;      
  }
  .noti-title{
    font-size:1rem;    
  }
  .noti-date{
    flex:0.2;      
  }
  .main-bg-si{
    max-width:29%;
    margin-top:-63rem;
  }
  .footer-info-nav div {
    margin-right: 1rem;
    font-size: 0.8rem;
  }
  .site-map-bottom {
    overflow-y: scroll;
    height: 85vh;
  }
  .site-map-bottom .site-map-item {
    flex: unset;
    width: 33vw;
  }
  .purpose-tree-step-wrap {
    flex-wrap: wrap;
    padding: 2rem;
    box-sizing: border-box;
  }

  .purpose-step-wrap {
    width: 55vw;
    height: 55vw;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .purpose-step-box {
    width: 52vw;
    height: 52vw;
  }
  .purpose-step-box .step-title {
    font-size: 1.5rem;
  }
  .purpose-step-box .step-desc {
    font-size: 1rem;
    width: 40vw;
  }
  .page-nav-tab-box {
    padding: 0 2rem;
  }
  .page-nav-tab-box .tab-item {
    margin-right: 2rem;
  }
  .min769 {
    display: none;
  }
  .min481 {
    display: block;
  }
  .zone-slide-wrap {
    overflow: unset;
  }
  .zone-slide-panel {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
  .zone-desc-box {
    position: unset;
  }
  .zone-slide {
    justify-content: center;
  }
  .zone-slide-item {
    width: 41vw;
  }
  .zone-slide-box {
    display: block;
    position: relative;
  }
  .story-zone-slide-wrap {
    height: fit-content;
  }
  .story-card-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .story-card {
    flex: unset;
    width: 40vw;
    margin-bottom: 1.5rem;
  }
  .story-card:nth-child(even) {
    margin-right: 0;
  }
  .story-card-zone-name {
    width: 22vw;
  }
  .img-map-wrap {
    width: 90vw;
  }
  .gallery-item-box {
    height: 41vw;
  }
  .grallery-preview-slide {
    height: 140px;
  }
  .way-to-bus-box,
  .way-to-car-box {
    display: block;
  }
  .way-to-wrap {
    height: unset;
    padding: 2rem 3rem;
  }
  .bus-label,
  .car-label {
    margin-right: 0;
  }
  .bus-img,
  .car-img {
    display: none;
  }
  .bus-img-desc,
  .car-img-desc {
    margin-bottom: 2rem;
  }
  .motive-desc-wrap {
    display: block;
    height: unset;
  }
  .motive-desc-box {
    padding: 2rem 0;
  }
  .motive-demo-img-wrap {
    top: unset;
    display: flex;
    justify-content: center;
  }
  .motive-desc-box .contents-desc-title {
    font-size: 0.9rem;
  }
  .motive-orange-line {
    margin: 1rem 0;
  }
  .food-etc-desc {
    padding-top: 5rem;
  }
  .food-etc-box {
    height: 40vw;
  }
  .food-etc-wrap {
    height: 820px;
  }
  .food-etc-desc.left {
    margin: 0 0 0 2rem;
  }
  .bbq-map-desc {
    top: 47px;
  }
  .thumbnail-node {
    width: 88vw;
    margin-right: 0;
  }
  .indus6th-wrap {
    width: 89vw;
  }
  .default-table-box {
    padding: 2rem 1rem;
  }
  .thumbnail-info .thumbnail-title {
    font-size: 1.2rem;
  }
  .slick-slide {
    width: 40vw;
  }
  .footer-info-nav{
    display:block;      
  }
  .footer-like-site{
    height:55px;      
  }
    
    /* 추가 */
    .page-contents-item{
        margin: 20px 0 40px;
    }
    .page-rating-box{
        margin: 0 auto 60px;
    }
    /* 전체 타이틀 */
    .contents-desc-title .title-eclipse{
        width: 40px;
        height: 40px;
        margin: -19px;
    }
    .contents-desc-title{
        font-size:27px;
        letter-spacing:-0.08em;
    }
    /* 표안에 마크 */
    .contents-desc-ele-wrap.sqiare li::marker{
        font-size:1rem;
    }

    /* 모여보고 */
    .sqiare-info-wrap{
        display:block;
    }
    .playground-box{
        margin-right:0; margin-bottom:30px;
    }
    .playground-box:last-child{
        margin-bottom:0;
    }

	/* 놀아보고 */
	#page_listen_1 #listen_table 
	#page_listen_1 #listen_table  {}
    #page_listen_1 #listen_table colgroup {display:none;}
    #page_listen_1 #listen_table  {width:100%; border-bottom:1px solid #ddd; position:relative; overflow:hidden; }
    #page_listen_1 #listen_table  thead {display:none;}
    #page_listen_1 #listen_table  tbody {width:100%;}
    #page_listen_1 #listen_table  tbody tr {}
    #page_listen_1 #listen_table  tbody td {position:relative; text-align:left; font-size:14px; line-height:1.45;  }
    #page_listen_1 #listen_table  tbody td.no {display:inline;float:right;position:absolute;right:0;font-size:13px;padding-bottom:0; border:none;}
    #page_listen_1 #listen_table  tbody td.subject {position:relative;float:none;display:block;width:100%; border:none; border-top:1px solid #ddd; }
    #page_listen_1 #listen_table  tbody td.subject a {width:90%;display:block;}
    #page_listen_1 #listen_table  tbody td.subject a span {}
    #page_listen_1 #listen_table  tbody td.name {float:left;}
    #page_listen_1 #listen_table  tbody td.date {float:right;}
    #page_listen_1 #listen_table  tbody td.name,
    #page_listen_1 #listen_table  tbody td.date {font-size:13px;width:auto;border:0;padding-top:0;}
    #page_listen_1 #listen_table  tbody td.hit ,  
	#page_listen_1 #listen_table  tbody td.category  {display:none;}
    #page_listen_1 #listen_table  tbody tr:last-child {border-bottom:1px solid #ddd;}


    /* 추가 끝 */
}
@media (max-width: 480px) {
  br.mob{display:block;}
  .header-wrap,
  .header-box {
    height: 90px;
  }

  .header-btn-wrap .search-wrap {
    display: none;
  }
  .header-wrap .logo-wrap img,
  .site-map-logo {
    width: 120px;
  }
  .banner-wrap {
    height: 300px;
  }
  .banner-desc {
    margin-top: 5.2rem;
    font-size: 1.8rem;
  }
  .banner-nav-wrap {
    margin-top: 10rem;
  }
  .banner-nav-wrap .banner-nav {
    width: 40px;
    height: 38px;
    font-size: 1.4rem;
  }
  
  .contents-nav-wrap {
	margin-top: -47px;
  }
  .contents-nav{
	height: 107px;
    border-radius: 10px;
  }
  .contents-nav .nav-item{
	width:49.5%;
	margin-bottom:10px;
  }
  .contents-nav .nav-item a > span {
    font-family: 'Cafe24SurAir';
  }
  .best-program-desc,
  .intro-desc {
    font-size: 1.4rem;
  }

  .best-program-slide-wrap {
    padding: 6rem 0 2rem;
  }
  .best-program-box {height:500px;}
  .slick-center .best-program { transform:scale(1.0); }
  .best-program-desc .more-btn { margin:30px 0 0px; }
  .square-wrap,
  .slide-item.show,
  .slide-item-overlay.show,
  .slide-item-img.show {
    width: 90vw;
  }
  .slide-item {
    margin: 0;
  }
  .slide-item-overlay.show {
    padding: 35px 45px;
  }
  .slide-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slide-item-img.show img {
    width: 100%;
    height: 100%;
  }
  .slide-item-overlay.show,
  .slide-item-img.show {
    height: 415px;
  }
  .slick-slide {
    margin: 0 9rem;
  }
  .slick-slide img {
    width: auto;
  }
  
  .service-tab-box .tab-item-wrap,
  .service-tab-box .tab-item,
  .service-tab-box .tab-item .tab-over {
    width: 90px;
    height: 90px;
  }
  .service-tab-box .tab-img-wrap {
    padding-top: 0;
    height: 70px;
  }
  .tab-img-wrap div img {
    width: 35px;
  }
  .service-tab-box .tab-name {
    margin-top: 4rem;
    font-size: 0.8rem;
  }
  .overlay-label {
    height:30px;
    font-size:0.7rem;
  }
  .overlay-title {
    font-size:0.9rem;     
  }  
   
  .intro-desc{
    padding-top:30px;      
  }  
  .noti-list {
    margin-left: 0;
    margin-top: 70px;
    height: unset;
  }
  .noti-item-wrap {
    margin-bottom: 1rem;
  }

  .noti-title {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 227px;
    white-space: nowrap;        
  }
  .noti-ex{
    width:180px;      
  }
  .noti-date {
    font-size:0.7rem;
  }
  .event-wrap {
    padding-bottom:0;        
  }

  .event-slide-nav{
	top : 360px;
  }

  .event-slide-box {
    height: auto;
    margin-top:40px;
  }
  .event-slide-btn{
    width:43px;
    height:43px;
  }
  .event-img {
    width: 44vw;
    min-height: 265px;
  }
  .event-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }
  .event-btn{
    padding:0 6px 0 13px;      
  }
  .event-btn-text {
    font-size: 0.7rem;
  }
  .event-btn-plus {
    font-size:30px;
  }
  .main-bg-si {
    width: 50vw;
    position: absolute;
    margin-top: -5rem;
  }
  .page-nav-header-wrap {
    display: none;
  }
  .current-page {
    font-size: 1.25rem;
  }
  .next-page,
  .prev-page {
    font-size: 0.95rem;
  }
  .page-nav-tab-box .tab-item {
    margin-right: 1rem;
    font-size: 0.8rem;
  }
  .story-card {
    width: 70vw;
    margin-right: 0;
  }
  .story-card-zone-name {
    width: 43vw;
  }
  .story-desc-title,
  .story-card-zone-name {
    font-size: 1.2rem;
  }
  .story-desc {
    font-size: 0.9rem;
  }
  .zone-slide-item {
    width: 71vw;
  }
  .zone-slide-item,
  .zone-slide-item:nth-child(3) {
    margin: 0 0 1rem 0;
  }
  .gallery-item-box {
    width: 39vw;
    height: 46vw;
  }
  .gallery-title {
    font-size: 0.95rem;
  }
  .gallery-img {
    height: 24vw;
  }
  .bus-info table td.r-b,
  .car-info table td.r-b,
  .bus-info table td,
  .car-info table td {
    font-size: 0.9rem;
  }
  .tower-type-item img,
  .tower-type-contents {
    width: 65vw;
  }
  .tower-type-item:nth-child(1),
  .tower-type-item:nth-child(2),
  .tower-type-item:nth-child(3),
  .tower-type-item:last-child,
  .tower-type-item {
    margin: 0;
    margin-bottom: 20px;
  }
  .culture-item {
    margin-right: 0;
  }
  .culture-item img {
    width: 58vw;
  }
  .layered-img-title-wrap {
    height: 42vw;
  }
  .harvest-img-wrap {
    height: 39vw;
  }
    
 /* 추가 */
 /* 모여보고 - 회의실 */
    #meeting-Room .thumbnail-list-wrap {
        width:100%;
    }
    #meeting-Room .thumbnail-list-box {
        display: block;
        flex-wrap: inherit;
    }
    #meeting-Room .thumbnail-node{
        width:100%;
        display:block;
    }    
    #meeting-Room .thumbnail-img.meet{
        width:auto;
        margin-right:0;
        max-width:100%;
    }
    #meeting-Room .thumbnail-img img {
        width: 100%;
        height: 32vh;
    }    
    #meeting-Room .thumbnail-title{
        margin-top:20px;
    }
    /* 추가 끝 */ 
    
  .food-etc-desc {
    font-size: 0.9rem;
  }
  .table-filter-wrap {
    flex: unset;
  }
  .table-total {
    display: none;
  }
  .page-contents-title {
    font-size: 0.9rem;
  }
  .talktalk-box {
    width: 100%;
    height: 100%;
  }
  .talktalk-wrap {
    width: 86vw;
  }
  .footer-info-nav div a {
    font-size:12px;
  }
  .info-address {
    font-size:12px;
  }
  .footer-like-site .cur-select-wrap{
    width: 105px; 
    padding:9px;
  }

  
}

/* 추가 */
/* 모여보고 */
@media (max-width: 991px) {
    .sqiare-info-wrap{display:block;}
    .playground-box{margin-right:0; margin-bottom:30px;}
    .playground-box:last-child{margin-bottom:0;}
}