* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'NanumSquare', sans-serif;
}

body {
  font-family: 'NanumSquare', sans-serif;
  overflow-x: hidden;
  background: #fffbf8;
}

ul, ol {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  border: none;
  cursor: pointer;
}

button, a, input {
  outline: none;
}

.display-flex {
  display: flex;
}

.x-space-between {
  justify-content: space-between;
}

.x-center {
  justify-content: center;
}

.video {
  max-width: 100%;
  max-height: 432px;
  width: 100vw;
  height: 60vw;
}

.w-720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.slider-2 {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.slider-2 li div {
  display: flex;
}

.slider-2 li img {
  cursor: pointer;
  width: calc(100% / 3);
}

.section-4>div {
  padding: 45px 25px;
}

.section-4>div:first-child {
  background: #d3c3b5;
  text-align: center;
}

.section-4 form input {
  background: #fff;
  border: none;
  height: 50px;
  color: #262626;
  font-size: 16px;
  padding: 0 30px;
  width: 100%;
  margin-bottom: 20px;
}

.section-4 form button {
  padding: 0 20px;
  width: 100%;
  display: block;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #197435;
  border: none;
  font-weight: 400;
}

.section-4 h3 {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #615a54;
}

.section-4 li p {
  background: url("../img/bottom-1.png") no-repeat center;
  background-size: 100% 100%;
  min-height: 50px;
  line-height: 1.5;
  color: #262626;
  padding: 12px 20px 12px 70px;
  position: relative;
  word-break: break-all;
}

.section-4 li p::before {
  content: '';
  position: absolute;
  left: 23px;
  top: 15px;
  width: 25px;
  height: 19px;
  background: url("../img/bottom-2.png");
}

.section-4 li span {
  font-size: 16px;
  color: #615a54;
  line-height: 1.3;
  margin-left: 10px;
  margin-top: 5px;
}

.section-4 li+li {
  margin-top: 20px;
}

.pagination {
  display: flex;
  margin-top: 50px;
  justify-content: center;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #bbb;
  width: 34px;
  height: 34px;
  margin: 0 2px;
  border: 1px solid #ddd;
  color: #ddd;
}

.pagination a.is-clicked {
  border-color: #555;
  color: #555;
}

.pagination .first, .pagination .prev, .pagination .next, .pagination .last {
  border: none;
}

.pagination .first, .pagination .last {
  background: url("../img/arrow-1.png");
}

.pagination .prev, .pagination .next {
  background: url("../img/arrow-2.png");
}

.pagination .last, .pagination .next {
  transform: rotate(180deg);
}

.modal {
  display: none;
  z-index: 10000000;
}

.modal.is-active {
  display: block;
}

.modal-dim {
  z-index: 10000000;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
}

.modal-close {
  width: 29px;
  height: 31px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../img/close-1.png");
}

.modal .modal-content {
  width: 100%;
  max-width: 720px;
  position: fixed;
  background: #fff;
  left: 50%;
  top: 50%;
  z-index: 10010000;
  transform: translate(-50%, -50%);
}

.modal-1 .modal-content {
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 40px;
}

.modal-1 article {
  padding: 0 20px;
}

.modal-1 p {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.6;
}

.modal-1 p+p {
  margin-top: 20px;
}

.modal-1 .modal-close {
  background: transparent;
  width: 50px;
  height: 50px;
}

.modal-1 .modal-close-2 {
  border: 1px solid #5a534d;
  color: #5a534d;
  background: #fff;
}

.modal-1 form {
  padding: 0 20px;
  margin-top: 40px;
}

.modal-1 form input {
  border: 1px solid #9c9793;
  color: #8c8682;
  padding-left: 20px;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}

.modal-1 form div {
  display: flex;
  justify-content: center;
}

.modal-1 form input, .modal-1 form button {
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
}

.modal-1 form button {
  width: calc(50% - 5px);
  border: none;
  background: #5a534d;
  color: #fff;
  text-align: center;
}

.modal-1 form button:first-child {
  margin-right: 10px;
}

.modal-2 .modal-close {
  top: 20px;
}

.modal-2 .modal-content {
  max-width: 720px;
  background: #fdfbfb;
  border: 10px solid #fadfd5;
  padding: 70px 15px 60px;
}

.modal-2 h3 {
  margin-bottom: 50px;
}

.modal-2 h3 img {
  margin: 0 auto;
}

.modal-2 form>button {
  background: #197435;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 80%;
  height: 60px;
}

.modal-2 form p {
  font-size: 14px;
  color: #615a54;
}

.modal-2 form .field {
  min-height: 40px;
}

.modal-2 form .field div {
  width: calc(100% - 120px);
}

.case-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.modal-2 form .field div .case-1 {
  width: 100%;
}

.modal-2 form .field div .case-2 {
  width: calc(100% - 90px);
}

.modal-2 form .field div button {
  width: 80px;
  padding: 0;
  margin-left: 0;
}

.modal-2 form .field+.field {
  margin-top: 10px;
}

.modal-2 form .field button {
  color: #fff;
  background: #615a54;
  height: 40px;
  vertical-align: top;
  margin-left: 10px;
  padding: 0 11.5px;
}

.modal-2 form label {
  line-height: 40px;
  font-size: 16px;
  color: #615a54;
  width: 110px;
}

.modal-2 form .case {
  height: 40px;
  border: 1px solid #8b8581;
  padding: 0 6px;
  font-size: 16px;
  color: #615a54;
}

.modal-2 form .case-1 {
  width: calc(100% - 120px);
}

.modal-2 form .case-2 {
  width: calc(100% - 180px);
  margin-bottom: 10px;
}

.modal-2 form .case-3 {
  width: calc(100% - 120px);
}

.modal-2 .field-2 {
  justify-content: center;
  margin-top: 20px;
}

.modal-2 .field-2 input {
  margin: 0 10px;
}

.modal-2 .field-1 {
  display: flex;
}

.modal-2 .field-1 input {
  margin: 0 10px;
  margin-top: 10px;
}

.modal-2 .field-1 p {
  margin-top: 10px;
  width: calc(100% - 140px);
  line-height: 1.4;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .splide-bottom .splide__slide img {
      height: 100%;
    }
  }
}

.splide-top.splide-top {
  padding: 0;
  margin-bottom: -18px;
}

.splide-top.splide-top .splide__slide>div {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  position: relative;
}

.splide-top.splide-top .splide__slide>div img {
  margin: 0;
}

.splide-top.splide-top .splide__slide>div::before {
  content: '';
  position: absolute;
  top: -3px;
  width: 23%;
  height: 100%;
  left: -23%;
  background: url("../img/shadow.png") no-repeat;
  background-size: 100% 100%;
}

.splide-top.splide-top .splide__slide {
  width: 100%;
}

.splide-top.splide-top .splide-top-arrow {
  width: 33px;
  height: 63.5px;
  background: url("../img/splide-top-arrow.png");
  background-size: 100% 100%;
}

.splide-top.splide-top .splide-top-arrow svg {
  display: none;
}

.splide-top.splide-top .splide-top-arrow.turn {
  background: url("../img/splide-top-arrow-r.png");
  background-size: 100% 100%;
}

.splide-bottom {
  margin-bottom: 50px;
}

.splide-bottom .splide__arrow {
  display: none;
}

.splide-bottom .splide__pagination {
  bottom: -34px;
}

.splide-bottom .splide__pagination .splide__pagination__page {
  background: #d0d0d0;
}

.splide-bottom .splide__pagination .is-active {
  background: #585048;
}