@charset "UTF-8";
/* =========================================================
  용인수지노인복지관 : 메인페이지(index.php) 스타일시트
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 변수
========================================================= */
/* =========================================================
  용인수지노인복지관 : 공통 믹스인 (미디어쿼리)
========================================================= */
/* ===== mir 메인페이지 레이아웃 ===== */
#index_wrap {
  width: 100%;
}

/* ===== section01 ===== */
#section01 {
  width: 100%;
  height: 720px;
  padding: 0 30px;
  position: relative;
  isolation: isolate;
}
#section01::before {
  content: "";
  width: 100%;
  height: 568px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(105deg, #EAE7FA 0.33%, #E7F4FA 86.59%);
}

#section01 .main_intro {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 140px 20px 0 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}
#section01 .main_intro::before {
  content: "";
  width: 878px;
  height: 433px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url("../img/main/sec01_character.png") no-repeat center bottom/contain;
  pointer-events: none;
}
#section01 .main_intro::after {
  content: "";
  width: 789px;
  height: 214px;
  position: absolute;
  top: 100px;
  right: 35px;
  z-index: -1;
  background: url(../img/main/sec01_deco.png) no-repeat center/contain;
  pointer-events: none;
}

#section01 .main_intro_inner {
  display: flex;
  gap: 115px;
  flex-direction: column;
  align-items: flex-start;
}

#section01 .main_intro_text {
  display: inline-flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

#section01 .main_intro_title {
  color: #223769;
  font-family: "GangwonEduPower";
  font-size: 5rem; /* 90px */
  font-weight: 400;
}

#section01 .main_intro_desc {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%; /* 36px */
}

#section01 .main_quick_links {
  display: flex;
  gap: 20px 10px;
  flex-wrap: wrap;
  align-items: center;
}

#section01 .main_quick_link {
  width: 160px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#section01 .main_quick_link:hover .main_quick_icon {
  animation: quickIconJump 0.55s ease;
}

@keyframes quickIconJump {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-18px);
  }
  70% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
#section01 .main_quick_icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  backdrop-filter: blur(7.5px);
  box-shadow: 0 0 24px 0 #D5DFFF;
  background: rgba(255, 255, 255, 0.7);
}

#section01 .main_quick_text {
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

#index_layout {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 250px 20px 0 20px;
  display: flex;
  gap: 230px;
  flex-direction: column;
  align-items: flex-start;
}

/* ===== section02 ===== */
#section02 {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  isolation: isolate;
}
#section02::before {
  content: "";
  width: 100vw;
  height: 675px;
  position: absolute;
  top: -125px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #E8FCFF -3.19%, #FFE9F1 103.39%);
}
#section02 > * {
  position: relative;
  z-index: 1;
}

#section02 .section_bg_text {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -155px;
  z-index: 1;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-family: "GangwonEduPower";
  font-size: 200px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 6px;
  text-transform: uppercase;
  pointer-events: none;
}
#section02 .section_bg_text span {
  display: block;
  white-space: nowrap;
}

#section02 #news {
  flex: 1;
  width: calc(100% - 774px);
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

#section02 #news .slide_news_btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section02 #news #mir_maintab {
  display: flex;
  gap: 20px;
  align-items: center;
}

#section02 #news #mir_maintab .tabli {
  color: #8493B1;
  font-family: "NEXON Lv2 Gothic";
  font-size: 1.89rem; /* 34px */
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
#section02 #news #mir_maintab .tabli:hover {
  color: #13264E;
}

#section02 #news #mir_maintab li.on .tabli {
  color: #13264E;
}

#section02 #news .tab_links {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 45px;
  padding: 0 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #1E2D73;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%; /* 26px */
  border-radius: 15px;
  border: 1px solid #1E2D73;
  background: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease, border-color 0.3s ease;
}
#section02 #news .tab_links::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #13264E;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
#section02 #news .tab_links:hover, #section02 #news .tab_links:focus-visible {
  color: #fff;
  border-color: #13264E;
}
#section02 #news .tab_links:hover::before, #section02 #news .tab_links:focus-visible::before {
  transform: scaleY(1);
}
#section02 #news .tab_links:hover svg path, #section02 #news .tab_links:focus-visible svg path {
  fill: #fff;
}
#section02 #news .tab_links svg path {
  transition: fill 0.3s ease;
}

#section02 #news .tab_contents {
  width: 100%;
  margin-bottom: -20px;
}

#section02 #news .tab_contents .bs_cont {
  display: none;
}

#section02 #news .tab_contents .bs_cont.active {
  display: block;
}

#section02 #food {
  width: 357px;
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
}

#section02 .food_title {
  color: #13264E;
  font-family: "NEXON Lv2 Gothic";
  font-size: 1.89rem; /* 34px */
  font-weight: 700;
  line-height: 132.353%; /* 45px */
}

#section02 #food_inner {
  width: 100%;
  min-height: 0;
  padding: 0 30px 30px 30px;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #FFF;
  border-radius: 30px;
}
#section02 #food_inner::before {
  content: "";
  width: 138px;
  height: 166px;
  position: absolute;
  right: 10px;
  bottom: 90%;
  z-index: -1;
  background: url(../img/main/food_icon.png) no-repeat center/contain;
}
#section02 #food_inner > * {
  position: relative;
  z-index: 1;
}

#section02 .ix_title {
  width: 100%;
  z-index: 2 !important;
  display: flex;
  align-items: flex-start;
}

#section02 .ix_date {
  width: 297px;
  padding: 15px 20px;
  margin-right: -30px;
  flex-shrink: 0;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.33rem; /* 24px */
  font-weight: 700;
  line-height: 100%; /* 24px */
  border-radius: 0 70px 70px 70px;
  background: linear-gradient(92deg, #DCCCF3 -56.68%, #7071C0 89.99%);
}

#section02 .ix_more a {
  width: 60px;
  height: 54px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 30px;
  background: #13264E;
}
#section02 .ix_more a:hover svg, #section02 .ix_more a:focus-visible svg {
  animation: moreBtnRotate 0.35s ease-in-out 1;
}

@keyframes moreBtnRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
#section02 .ix_content {
  width: 100%;
  max-height: 306px;
  margin-top: -20px;
  padding: 30px 20px 20px 20px;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  background: #F6F6F6;
  border-radius: 30px 30px 0 30px;
}

/* ===== section03 ===== */
#section03 {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

#section03 #story {
  width: calc(100% - 305px);
  flex: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

#section03 .story_head {
  display: flex;
  gap: 20px;
  align-items: center;
  align-self: stretch;
}

#section03 .story_title {
  font-family: "NEXON Lv2 Gothic";
}
#section03 .story_title .point {
  font-size: 3.11rem; /* 56px */
  font-weight: 700;
  line-height: 100%; /* 56px */
  background: linear-gradient(90deg, #2FAAB3 0%, #286CB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section03 .story_title .normal {
  color: #13264E;
  font-size: 1.89rem; /* 34px */
  font-weight: 700;
}

#section03 .story_line {
  height: 1px;
  flex: 1;
  background: #DDD;
}

#section03 .story_arrows {
  display: flex;
  gap: 10px;
  align-items: center;
}

#section03 .story_prev,
#section03 .story_next {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #13264E;
}

#section03 .story_prev svg {
  display: block;
}
#section03 .story_prev:hover svg, #section03 .story_prev:focus-visible svg {
  animation: storyPrevMove 0.4s ease-in-out;
}

@keyframes storyPrevMove {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
#section03 .story_next svg {
  display: block;
}
#section03 .story_next:hover svg, #section03 .story_next:focus-visible svg {
  animation: storyNextMove 0.4s ease-in-out;
}

@keyframes storyNextMove {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
#section03 .story_more_btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 45px;
  padding: 0 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #13264E;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%; /* 26px */
  border-radius: 15px;
  border: 1px solid #13264E;
  transition: color 0.3s ease, border-color 0.3s ease;
}
#section03 .story_more_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #13264E;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
#section03 .story_more_btn .story_more_text {
  position: relative;
  z-index: 1;
}
#section03 .story_more_btn svg {
  position: relative;
  z-index: 1;
}
#section03 .story_more_btn svg path {
  transition: fill 0.3s ease;
}
#section03 .story_more_btn:hover, #section03 .story_more_btn:focus-visible {
  color: #fff;
}
#section03 .story_more_btn:hover::before, #section03 .story_more_btn:focus-visible::before {
  transform: scaleY(1);
}
#section03 .story_more_btn:hover svg path, #section03 .story_more_btn:focus-visible svg path {
  fill: #fff;
}

/* ===== section04 ===== */
#section04 {
  width: 100%;
  position: relative;
  isolation: isolate;
  display: flex;
  gap: 80px;
  align-items: center;
  flex-direction: column;
}
#section04::before {
  content: "";
  width: 100vw;
  height: 561px;
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  background: #FFFBEE;
}
#section04 > * {
  position: relative;
  z-index: 1;
}

#section04 .share_story {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

#section04 .share_story_head {
  width: 377px;
  padding-top: 40px;
}

#section04 .share_story_title {
  font-family: "NEXON Lv2 Gothic";
  font-size: 3.11rem; /* 56px */
  font-weight: 700;
  background: linear-gradient(90deg, #FF9156 0%, #FF6C91 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

#section04 .share_story_desc {
  margin: 15px 0 20px 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

#section04 .share_story_more {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: fit-content;
  height: 50px;
  padding: 0 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #FA546B;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%;
  background: #fff;
  border-radius: 15px 15px 0 15px;
  box-shadow: 0 0 10px 0 #FFE1D4;
  transition: color 0.3s ease;
}
#section04 .share_story_more::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #FF9156 0%, #FF6C91 100%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
#section04 .share_story_more svg path {
  transition: fill 0.3s ease;
}
#section04 .share_story_more:hover, #section04 .share_story_more:focus-visible {
  color: #fff;
}
#section04 .share_story_more:hover::before, #section04 .share_story_more:focus-visible::before {
  transform: scaleY(1);
}
#section04 .share_story_more:hover svg path, #section04 .share_story_more:focus-visible svg path {
  fill: #fff;
}

#section04 .share_quick_list {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

#section04 .share_quick_item {
  padding: 30px 30px 30px 80px;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

#section04 .share_quick_item.item01 {
  background: #FFC3D6;
}
#section04 .share_quick_item.item01::before {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: -30px;
  background: url(../img/main/sponsor_icon.png) no-repeat center/contain;
}
#section04 .share_quick_item.item01::after {
  content: "";
  width: 210px;
  height: 200px;
  position: absolute;
  left: 20%;
  bottom: 97%;
  background: url(../img/main/share_icon.png) no-repeat center/contain;
}

#section04 .share_quick_item.item02 {
  background: #FFF1C3;
}
#section04 .share_quick_item.item02::before {
  content: "";
  width: 205px;
  height: 205px;
  position: absolute;
  left: 0;
  bottom: -23px;
  background: url(../img/main/volunteer_icon.png) no-repeat center/contain;
}

#section04 .share_quick_text {
  flex: 1;
  padding: 20px 30px 20px 120px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  background: #FFF;
  border-radius: 40px 0 0 40px;
}

#section04 .share_quick_title {
  color: #13264E;
  font-family: "NEXON Lv2 Gothic";
  font-size: 30px;
  font-weight: 700;
}

#section04 .share_quick_item.item01 .share_quick_title > span {
  color: #F92F6F;
}

#section04 .share_quick_item.item02 .share_quick_title > span {
  color: #FB6F23;
}

#section04 .share_quick_desc {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%; /* 24px */
}

#section04 .share_quick_link {
  width: 70px;
  flex-shrink: 0;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  border-radius: 0 30px 30px 0;
}

#section04 .share_quick_item.item01 .share_quick_link {
  background: linear-gradient(161deg, #FF5188 0.93%, #FF9DBC 99.07%);
}
#section04 .share_quick_item.item01 .share_quick_link svg {
  display: block;
}
#section04 .share_quick_item.item01 .share_quick_link:hover svg, #section04 .share_quick_item.item01 .share_quick_link:focus-visible svg {
  animation: shareQuickRotate 0.35s ease-in-out;
}

#section04 .share_quick_item.item02 .share_quick_link {
  background: linear-gradient(160deg, #FF9156 0.73%, #FFC457 99.27%);
}
#section04 .share_quick_item.item02 .share_quick_link svg {
  display: block;
}
#section04 .share_quick_item.item02 .share_quick_link:hover svg, #section04 .share_quick_item.item02 .share_quick_link:focus-visible svg {
  animation: shareQuickRotate 0.35s ease-in-out;
}

@keyframes shareQuickRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
/* ===== section05 ===== */
#section05 {
  width: 100%;
  padding-bottom: 160px;
}

#section05 #neighbor {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
}

#section05 .neighbor_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section05 .neighbor_title {
  font-family: "NEXON Lv2 Gothic";
}
#section05 .neighbor_title .point {
  font-size: 3.11rem; /* 56px */
  font-weight: 700;
  line-height: 100%; /* 56px */
  background: linear-gradient(90deg, #2FAAB3 0%, #286CB7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section05 .neighbor_title .normal {
  color: #13264E;
  font-size: 1.89rem; /* 34px */
  font-weight: 700;
}

#section05 .neighbor_arrows {
  display: flex;
  gap: 20px;
  align-items: center;
}

#section05 .neighbor_btns {
  display: flex;
  gap: 10px;
  align-items: center;
}

#section05 .neighbor_prev,
#section05 .neighbor_next,
#section05 .neighbor_toggle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #13264E;
  border: 1px solid #13264E;
}

#section05 .neighbor_prev svg {
  display: block;
}
#section05 .neighbor_prev:hover svg, #section05 .neighbor_prev:focus-visible svg {
  animation: neighborPrevMove 0.4s ease-in-out;
}

#section05 .neighbor_next svg {
  display: block;
}
#section05 .neighbor_next:hover svg, #section05 .neighbor_next:focus-visible svg {
  animation: neighborNextMove 0.4s ease-in-out;
}

@keyframes neighborNextMove {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes neighborPrevMove {
  0% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
#section05 .neighbor_toggle {
  background: #fff;
  border: 1px solid #13264E;
}

#section05 .neighbor_toggle .icon_pause,
#section05 .neighbor_toggle .icon_play {
  align-items: center;
  justify-content: center;
}

#section05 .neighbor_toggle .icon_pause {
  display: flex;
}

#section05 .neighbor_toggle .icon_play {
  display: none;
}

#section05 .neighbor_toggle.is-paused .icon_pause {
  display: none;
}

#section05 .neighbor_toggle.is-paused .icon_play {
  display: flex;
}

#section05 .neighbor_more_btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 45px;
  padding: 0 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  color: #13264E;
  font-size: 18px;
  font-weight: 600;
  line-height: 144.444%; /* 26px */
  border-radius: 15px;
  border: 1px solid #13264E;
  transition: color 0.3s ease;
}
#section05 .neighbor_more_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #13264E;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
#section05 .neighbor_more_btn svg path {
  transition: fill 0.3s ease;
}
#section05 .neighbor_more_btn:hover, #section05 .neighbor_more_btn:focus-visible {
  color: #fff;
}
#section05 .neighbor_more_btn:hover::before, #section05 .neighbor_more_btn:focus-visible::before {
  transform: scaleY(1);
}
#section05 .neighbor_more_btn:hover svg path, #section05 .neighbor_more_btn:focus-visible svg path {
  fill: #fff;
}

/* ===== section06 ===== */
#section06 {
  height: 350px;
  padding: 0 30px;
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: center;
  background: url("../img/main/sec06_bg.png") no-repeat center/cover;
}

#section06 .main_slogan_item {
  position: relative;
}

#section06 .main_slogan_icon01 {
  position: absolute;
  right: 110%;
  bottom: 50%;
}

#section06 .main_slogan_icon02 {
  position: absolute;
  left: 110%;
  top: 50%;
}

#section06 .main_slogan_text {
  color: #FFF;
  font-family: "NEXON Lv2 Gothic";
  font-size: 4.45rem; /* 80px */
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* =========================================================
  Media Query
========================================================= */
/* ===== PC ===== */
@media (max-width: 1600px) {
  /* ===== section01 ===== */
  #section01 .main_intro {
    padding: 80px 20px 0 20px;
  }
  #section01 .main_intro::before {
    width: 757px;
    height: 373px;
    bottom: 3%;
  }
  #section01 .main_intro::after {
    width: 680px;
    height: 184px;
    top: 20%;
    right: 30px;
  }
  #section01 .main_intro_inner {
    gap: 45px;
  }
  #section01 .main_intro_title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  #section01 .main_intro_title > span:first-child {
    font-size: 4rem;
  }
  /* ===== section04 ===== */
  #nanum .nanum_txt {
    flex: 1 !important;
    width: unset !important;
    padding: 35px 30px 35px 240px !important;
  }
  #nanum .nanum_img img {
    width: 265px;
    border-radius: 40px 70px 40px 40px;
  }
  #section06 {
    height: 300px;
    gap: 120px;
  }
}
@media (max-width: 1440px) {
  #index_layout {
    gap: 160px;
    padding: 210px 20px 0 20px;
  }
  /* ===== section01 ===== */
  #section01::before {
    height: 665px;
  }
  #section01 .main_intro {
    padding: 50px 20px 0 20px;
  }
  #section01 .main_intro::before {
    width: 585px;
    height: 288px;
    right: unset;
    bottom: unset;
    top: 112%;
    left: 50%;
    transform: translateX(-50%);
  }
  #section01 .main_intro::after {
    width: 526px;
    height: 142px;
    top: unset;
    right: unset;
    left: 50%;
    bottom: -25%;
    transform: translateX(-50%);
  }
  #section01 .main_intro_text {
    width: 100%;
    max-width: 585px;
  }
  #section01 .main_intro_inner {
    width: 100%;
    gap: 0;
    justify-content: center;
    flex-direction: row;
  }
  #section01 .main_quick_links {
    display: inline-grid;
    row-gap: 10px;
    column-gap: 10px;
    grid-auto-flow: row;
    grid-template-rows: repeat(2, fit-content(100%));
    grid-template-columns: repeat(2, fit-content(100%));
  }
  /* ===== section02 ===== */
  #section02 {
    gap: 80px 30px;
    flex-wrap: wrap;
  }
  #section02::before {
    top: -85px;
    height: 1130px;
  }
  #section02 #news {
    order: 1;
    width: 100%;
  }
  #section02 #food {
    order: 3;
    flex: 1;
    width: auto;
  }
  #section02 .ix_title {
    margin-right: -60px;
    justify-content: flex-end;
  }
  #section02 .ix_date {
    width: auto;
    flex: 1;
  }
  #visual {
    order: 2;
  }
  /* ===== section03 ===== */
  #story_inner .img {
    width: 100%;
  }
  #story_inner .slide_txt {
    width: 100%;
  }
  /* ===== section04 ===== */
  #section04 .share_quick_list {
    flex-direction: column;
  }
  #section04 .share_quick_item.item01::after {
    left: 10%;
  }
  #section04 .share_quick_item {
    width: 100%;
  }
  #nanum .nanum_link:last-child {
    display: none;
  }
  #nanum .nanum_img img {
    height: 275px;
  }
  #section06 {
    height: 240px;
  }
  #section06 .main_slogan_icon01 {
    width: 65px;
  }
  #section06 .main_slogan_icon02 {
    width: 50px;
  }
}
/* ===== Tablet ===== */
@media (max-width: 1024px) {
  /* ===== section01 ===== */
  #section01 {
    padding: 0 10px;
  }
  #section01::before {
    height: 658px;
  }
  #section01 .main_intro::before {
    width: 464px;
    height: 229px;
    top: unset;
    left: unset;
    transform: unset;
    bottom: 17%;
    right: 30px;
  }
  #section01 .main_intro::after {
    width: 417px;
    height: 113px;
    left: unset;
    transform: unset;
    right: 50px;
    bottom: 45%;
  }
  #section01 .main_intro_inner {
    position: relative;
    z-index: 2;
    gap: 250px;
    flex-direction: column;
  }
  #section01 .main_quick_links {
    width: 100%;
    display: flex;
    gap: 10px 50px;
    justify-content: center;
  }
  #section01 .main_quick_link {
    width: auto;
  }
  #section01 .main_quick_icon {
    width: 120px;
    height: 120px;
  }
  #section01 .main_quick_icon img {
    width: 60px;
  }
  /* ===== section03 ===== */
  #section03 #story {
    gap: 5px;
  }
  #section03 .story_head {
    justify-content: space-between;
  }
  #section03 .story_more_text {
    display: none;
  }
  #section03 .story_line {
    display: none;
  }
  #section03 .story_more_btn {
    padding: 0 15px;
  }
  /* ===== section04 ===== */
  #section04::before {
    height: 826px;
  }
  #section04 .share_story {
    flex-direction: column;
  }
  #nanum {
    width: 100% !important;
  }
  #section04 .share_story_head {
    width: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  #section04 .share_story_desc {
    margin: 0;
    flex: 1;
  }
  #section04 .share_quick_item.item01::after {
    content: none;
  }
  #section06 {
    height: 200px;
  }
  #section06 .main_slogan_text {
    font-size: 3.5rem;
  }
  #section06 .main_slogan_icon01 {
    width: 53px;
  }
  #section06 .main_slogan_icon02 {
    width: 40px;
  }
}
/* ===== Mobile ===== */
@media (max-width: 768px) {
  #index_layout {
    gap: 160px;
    padding: 210px 20px 0 20px;
  }
  #index_layout {
    padding: 80px 10px 0 10px;
  }
  /* ===== section01 ===== */
  #section01 {
    height: 927px;
  }
  #section01::before {
    height: 759px;
  }
  #section01 .main_intro {
    padding: 50px 0 0 0;
  }
  #section01 .main_intro::before {
    width: 340px;
    height: 167px;
    right: unset;
    left: 50%;
    bottom: 40%;
    transform: translateX(-50%);
  }
  #section01 .main_intro::after {
    width: 305px;
    height: 82px;
    right: unset;
    left: 50%;
    bottom: 55%;
    transform: translateX(-50%);
  }
  #section01 .main_intro_inner {
    gap: 225px;
  }
  #section01 .main_intro_desc {
    font-size: 16px;
  }
  #section01 .main_quick_links {
    display: grid;
    row-gap: 20px;
    column-gap: 40px;
    grid-template-columns: repeat(2, 120px);
  }
  #section01 .main_quick_link {
    gap: 10px;
  }
  /* ===== section02 ===== */
  #section02 {
    gap: 50px;
    align-items: center;
    flex-direction: column;
  }
  #section02::before {
    top: -60px;
    height: 1519px;
  }
  #section02 #news {
    gap: 20px;
  }
  #section02 #news .slide_news_btns {
    gap: 10px;
    flex-direction: column;
  }
  .news_slide_splide .slide_card_inner {
    height: auto !important;
    padding: 40px 30px !important;
  }
  #section02 #food {
    width: 100%;
  }
  #visual {
    width: 100%;
    max-width: 357px;
  }
  #visual .splide__slide img {
    margin: 0 auto;
  }
  /* ===== section03 ===== */
  #section03 {
    align-items: center;
    flex-direction: column;
  }
  #section03 #story {
    width: 100%;
    gap: 20px;
  }
  #section03 .story_head {
    gap: 10px;
    flex-direction: column;
  }
  #book {
    width: 100% !important;
  }
  /* ===== section04 ===== */
  #section04 .share_story_head {
    gap: 0;
    padding-top: 0;
    flex-direction: column;
  }
  #section04 .share_story_desc {
    margin: 5px 0 20px 0;
  }
  #section04 .share_quick_item {
    padding: 20px;
    border-radius: 20px;
  }
  #section04 .share_quick_item.item01::before {
    content: none;
  }
  #section04 .share_quick_item.item02::before {
    content: none;
  }
  #nanum .nanum_link {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex: auto !important;
  }
  #nanum .nanum_img {
    position: static !important;
    width: 100% !important;
  }
  #nanum .nanum_img img {
    width: 100% !important;
    object-fit: cover;
  }
  #nanum .nanum_txt {
    margin-left: 0 !important;
    margin-top: -30px !important;
    padding: 25px 30px !important;
    border-radius: 40px !important;
  }
  #section04 .share_quick_text {
    padding: 20px;
    border-radius: 20px 0 0 20px;
  }
  #section04 .share_quick_link {
    border-radius: 0 20px 20px 0;
  }
  #section04 .share_quick_desc {
    display: none;
  }
  #section04 .share_quick_title {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  #section06 {
    gap: 40px;
    height: 128px;
  }
  #section06 .main_slogan_text {
    font-size: 3rem;
  }
  #section06 .main_slogan_icon01 {
    width: 27px;
  }
  #section06 .main_slogan_icon02 {
    width: 20px;
  }
  #section05 .neighbor_head {
    gap: 10px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #section06 .main_slogan_text {
    font-size: 2rem;
  }
}