#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1280px) {
  #index-main {
    padding-top: 60px;
  }
}
#index-main .index-mainvisual-section {
  position: relative;
  width: 100%;
  height: auto;
}
#index-main .index-mainvisual-section .mv-swiper {
  position: relative;
  width: 100%;
  height: 820px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper {
    height: 600px;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper {
    height: 480px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents {
  width: 90%;
  height: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents > img {
  width: 50%;
  height: auto;
  max-width: 175px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents > img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents > img {
    max-width: 120px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .subject {
  margin-bottom: 60px;
  font-size: 76px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .subject {
    margin-bottom: 28px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .subject {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .subject > em {
  font-weight: 700;
  color: #F5BF2B;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .desc {
  margin-bottom: 56px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .desc {
    margin-bottom: 40px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .desc {
    margin-bottom: 28px;
    font-size: 13px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents > a {
  width: 280px;
  height: 68px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #F5BF2B;
  border-radius: 10000rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents > a {
    width: 200px;
    height: 48px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents > a {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con {
  width: 100%;
  height: auto;
  max-width: 720px;
  padding: 70px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con {
    max-width: 640px;
    padding: 52px 1rem;
    gap: 1rem;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con {
    max-width: 540px;
    padding: 24px 1rem;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > h1 {
    font-size: 24px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > img {
  width: 70%;
  height: auto;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-wrapper .swiper-slide .cover .cover-contents .mv-02-con > p {
    font-size: 13px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
  background: transparent;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-navigation {
    width: 95%;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-navigation > div {
  position: relative;
  width: 56px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-navigation > div {
    width: 44px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: white;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box {
  position: absolute;
  right: 10%;
  bottom: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  z-index: 5;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box {
    right: 24px;
    bottom: 24px;
    gap: 1rem;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .controller {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .controller > svg {
  width: 32px;
  height: auto;
  fill: white;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .controller > svg {
    width: 28px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .controller > svg:nth-child(2) {
  display: none;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .controller.paused > svg {
  display: none;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .controller.paused > svg:nth-child(2) {
  display: block;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .swiper-pagination {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  width: 260px;
  height: 6px;
  border-radius: 100000rem;
  background: white;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .swiper-pagination {
    width: 200px;
    height: 4px;
  }
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #F5BF2B;
}
#index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .custom-fraction {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .mv-swiper .swiper-bottom-control-box .custom-fraction {
    font-size: 1rem;
  }
}
#index-main .index-mainvisual-section .scroll-box {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translate(-50%, 0);
  display: flex;
  animation-name: scrollDown;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  z-index: 5;
}
@media (max-width: 1280px) {
  #index-main .index-mainvisual-section .scroll-box {
    display: none;
  }
}
#index-main .index-mainvisual-section .scroll-box > img {
  width: auto;
  height: 52px;
}
@keyframes scrollDown {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 50%);
  }
}
#index-main .wyh-swiper-section {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  background: #FFFCEE;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section {
    padding: 52px 0;
    gap: 40px;
  }
}
#index-main .wyh-swiper-section .title-wrap {
  max-width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .title-wrap {
    font-size: 18px;
  }
}
#index-main .wyh-swiper-section .title-wrap > h1 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .title-wrap > h1 {
    font-size: 52px;
  }
}
#index-main .wyh-swiper-section .title-wrap > span {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #826F12;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .title-wrap > span {
    font-size: 22px;
  }
}
#index-main .wyh-swiper-section .title-wrap > p {
  font-size: 20px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .title-wrap > p {
    font-size: 1rem;
  }
}
#index-main .wyh-swiper-section .wyh-swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 48px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper {
    padding-bottom: 28px;
  }
}
@media (max-width: 768px) {
  #index-main .wyh-swiper-section .wyh-swiper {
    padding: 0 20px;
    padding-bottom: 28px;
  }
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
  align-items: center;
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 890px;
  height: auto;
  overflow: hidden;
  border-radius: 1rem;
  opacity: 0.5;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper .swiper-slide {
    width: 720px;
  }
}
@media (max-width: 768px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper .swiper-slide {
    width: 100px;
  }
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper .swiper-slide .img-box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 6/4;
  overflow: hidden;
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-wrapper .swiper-slide .img-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1070px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  z-index: 5;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-navigation {
    width: 840px;
  }
}
@media (max-width: 768px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-navigation {
    display: none;
  }
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-navigation > div {
  width: 58px;
  height: 58px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-navigation > div {
    width: 44px;
    height: 44px;
  }
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: #aaa;
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: unset;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-pagination {
    gap: 8px;
  }
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 100000rem;
  background: #94751F;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#index-main .wyh-swiper-section .wyh-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
}
@media (max-width: 1280px) {
  #index-main .wyh-swiper-section .wyh-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
#index-main .total-care-section {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
@media (max-width: 1280px) {
  #index-main .total-care-section {
    padding: 52px 0;
  }
}
#index-main .total-care-section .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 78px;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container {
    gap: 40px;
  }
}
#index-main .total-care-section .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .title-wrap {
    gap: 20px;
  }
}
#index-main .total-care-section .container .title-wrap > h1 {
  font-size: 40px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .title-wrap > h1 {
    font-size: 28px;
  }
}
#index-main .total-care-section .container .title-wrap > h1 > em {
  font-size: 1.25em;
  font-weight: 700;
}
#index-main .total-care-section .container .title-wrap > p {
  font-size: 20px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .title-wrap > p {
    font-size: 1rem;
  }
}
#index-main .total-care-section .container .sec-body {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#index-main .total-care-section .container .sec-body .total-swiper {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 1200px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .sec-body .total-swiper {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #index-main .total-care-section .container .sec-body .total-swiper {
    width: 100%;
    padding-bottom: 24px;
  }
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid {
    gap: 20px;
  }
}
@media (max-width: 480px) {
  #index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid {
    grid-template-columns: 1fr;
  }
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item {
    gap: 20px;
  }
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .total-care-img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .total-care-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .total-care-img .hover-plus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 100000rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .total-care-img .hover-plus > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  fill: #707070;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .total-care-img:hover > img {
  width: 112%;
  height: 112%;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .total-care-img:hover .hover-plus {
  opacity: 1;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .care-title-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .care-title-area {
    gap: 1rem;
  }
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .care-title-area > b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .care-title-area > b {
    font-size: 16px;
  }
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .care-title-area > p {
  padding: 24px 1rem;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: #3D3D3D;
  background: #fafafa;
}
@media (max-width: 1280px) {
  #index-main .total-care-section .container .sec-body .total-swiper .swiper-wrapper .swiper-slide .total-care-grid .item .care-title-area > p {
    padding: 1rem 12px;
    font-size: 14px;
  }
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  top: unset;
  right: unset;
  bottom: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
#index-main .total-care-section .container .sec-body .total-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 100000rem;
  background: #94751F;
}
#index-main .total-care-section .container .sec-body .care-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
#index-main .total-care-section .container .sec-body .care-navigation > div {
  width: 52px;
  height: 52px;
  cursor: pointer;
}
#index-main .total-care-section .container .sec-body .care-navigation > div > svg {
  width: 100%;
  height: 100%;
  fill: #3D3D3D;
}
#index-main .index-banner-section {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  #index-main .index-banner-section {
    margin-bottom: 52px;
  }
}
#index-main .index-banner-section .cover {
  width: 100%;
  height: 100%;
  padding: 89px 0;
  background: rgba(62, 51, 21, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  #index-main .index-banner-section .cover {
    padding: 48px 0;
  }
}
#index-main .index-banner-section .cover .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-main .index-banner-section .cover .container > h1 {
  margin-bottom: 44px;
  font-size: 40px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: white;
}
#index-main .index-banner-section .cover .container > h1 > em {
  font-size: 1.25em;
  font-weight: 700;
}
@media (max-width: 1280px) {
  #index-main .index-banner-section .cover .container > h1 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
#index-main .index-banner-section .cover .container > p {
  margin-bottom: 44px;
  font-size: 20px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 1280px) {
  #index-main .index-banner-section .cover .container > p {
    margin-bottom: 24px;
    font-size: 1rem;
  }
}
#index-main .index-banner-section .cover .container .button-wrap {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#index-main .index-banner-section .cover .container .button-wrap > a {
  width: 280px;
  height: 68px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10000rem;
  background: #C49820;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #index-main .index-banner-section .cover .container .button-wrap > a {
    width: 140px;
    height: 48px;
    font-size: 1rem;
  }
}
#index-main .index-banner-section .cover .container .button-wrap > a:nth-of-type(2) {
  background: #D88921;
}
#index-main .index-notice-section {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section {
    margin-bottom: 52px;
  }
}
#index-main .index-notice-section .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container {
    gap: 40px;
  }
}
#index-main .index-notice-section .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .title-wrap {
    gap: 20px;
  }
}
#index-main .index-notice-section .container .title-wrap > h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .title-wrap > h1 {
    font-size: 32px;
  }
}
#index-main .index-notice-section .container .title-wrap > p {
  font-size: 20px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .title-wrap > p {
    font-size: 1rem;
  }
}
#index-main .index-notice-section .container .body-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .body-wrap {
    gap: 32px;
  }
}
#index-main .index-notice-section .container .body-wrap .notice-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-head {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  border-top: 2px solid black;
  border-bottom: 1px solid #707070;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-head {
    height: 52px;
  }
}
@media (max-width: 768px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-head {
    height: 48px;
  }
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-head > span {
  flex: 1 1 10%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-head > span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-head > span {
    flex: 0 0 74px;
    font-size: 14px;
  }
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-head > span.title {
  flex: 1 1 60%;
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row {
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row {
    height: 40px;
  }
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row > span {
  flex: 1 1 10%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row > span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  #index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row > span {
    flex: 0 0 74px;
    font-size: 12px;
  }
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row > span.title {
  justify-content: flex-start;
  text-align: left;
  flex: 1 1 60%;
  word-break: break-all;
}
#index-main .index-notice-section .container .body-wrap .notice-box .notice-body .row > span.title > a {
  font-weight: 500;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
#index-main .index-notice-section .container .body-wrap .view-more {
  width: 260px;
  height: 60px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 10000rem;
  background: #3E3315;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  #index-main .index-notice-section .container .body-wrap .view-more {
    width: 160px;
    height: 48px;
    font-size: 14px;
  }
}
#index-main .index-direction-section {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section {
    margin-bottom: 52px;
  }
}
#index-main .index-direction-section .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container {
    gap: 24px;
  }
}
#index-main .index-direction-section .container .map-wrap {
  width: 100%;
  height: 500px;
  border: 4px solid #F5BF2B;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .map-wrap {
    height: 400px;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .map-wrap {
    height: 320px;
  }
}
#index-main .index-direction-section .container .map-wrap .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
#index-main .index-direction-section .container .map-wrap .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
#index-main .index-direction-section .container .contact-wrap {
  width: 100%;
  height: auto;
  padding: 64px 74px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 60px;
  border-radius: 1rem;
  background: #FFF7E2;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap {
    padding: 48px 40px;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap {
    padding: 24px 1rem;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
#index-main .index-direction-section .container .contact-wrap .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .left {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .left {
    width: 100%;
    height: auto;
    align-items: center;
    gap: 1rem;
  }
}
#index-main .index-direction-section .container .contact-wrap .left > b {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .left > b {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .left > b {
    font-size: 20px;
  }
}
#index-main .index-direction-section .container .contact-wrap .left > p {
  font-size: 20px;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .left > p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .left > p {
    font-size: 14px;
    text-align: center;
  }
}
#index-main .index-direction-section .container .contact-wrap .left > a {
  width: 100%;
  height: 68px;
  max-width: 360px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #F5BF2B;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .left > a {
    height: 52px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .left > a {
    max-width: 240px;
    height: 40px;
    font-size: 13px;
  }
}
#index-main .index-direction-section .container .contact-wrap .right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .right {
    gap: 12px;
  }
}
#index-main .index-direction-section .container .contact-wrap .right .info-row {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#index-main .index-direction-section .container .contact-wrap .right .info-row .icon-box {
  position: relative;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  background: #fff3d5;
  border-radius: 100000rem;
  z-index: 5;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .right .info-row .icon-box {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .right .info-row .icon-box {
    width: 40px;
    height: 40px;
  }
}
#index-main .index-direction-section .container .contact-wrap .right .info-row .icon-box > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  fill: #E2B436;
}
#index-main .index-direction-section .container .contact-wrap .right .info-row .info-content {
  position: relative;
  flex: 1 1 auto;
  height: auto;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
  border-radius: 0 12px 12px 0;
  background: white;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .right .info-row .info-content {
    padding: 12px 16px;
    font-size: 1rem;
    border: 0 8px 8px 0;
  }
}
@media (max-width: 768px) {
  #index-main .index-direction-section .container .contact-wrap .right .info-row .info-content {
    padding: 8px 1rem;
    font-size: 13px;
  }
}
#index-main .index-direction-section .container .contact-wrap .right .info-row .info-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 24px;
  height: 100%;
  background: white;
  border-radius: 12px 0 0 12px;
}
@media (max-width: 1280px) {
  #index-main .index-direction-section .container .contact-wrap .right .info-row .info-content::before {
    border-radius: 8px 0 0 8px;
  }
}/*# sourceMappingURL=main.css.map */