* {
  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%;
  width: 100vw;
  height: 60vw;
}

.section-2 p {
  height: 50px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-2 p img {
  margin: 0 15px;
}

@media (min-width: 1100px) {
  .video {
    height: 620px;
  }
  .section-2 {
    padding: 150px 0 80px;
  }
  .section-2>div {
    width: 1100px;
    margin: 0 auto;
  }
  .section-2 p {
    margin-top: 80px;
    border: 2px solid #a7a19b;
    height: 62px;
    font-size: 24px;
  }
}

.section-1>div, .section-4>div {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.header {
  height: 40px;
  border-bottom: 1px solid #ebebeb;
}

.header a {
  border-right: 1px solid #ebebeb;
  padding: 0 30px;
  padding-top: 13px;
}

.header a:first-child {
  border-left: 1px solid #ebebeb;
}

.section-1 {
  padding: 130px 0 144px;
  background: #fffbf8 url("../img/top-2.jpg") center bottom no-repeat;
  background-size: 100% 144px;
}

.section-1>img {
  margin: 0 auto 100px;
}

.section-1 p {
  color: #5a534d;
  font-size: 20px;
  line-height: 1.6;
}

.section-1 p+p {
  margin-top: 30px;
}

.section-1 .left {
  width: 436px;
  margin-bottom: -25px;
  position: relative;
}

.section-1 .left::before {
  content: '';
  position: absolute;
  top: 0;
  width: 235px;
  height: 608px;
  left: -235px;
  background: url("../img/shadow.png");
}

.section-1 .right {
  width: 550px;
}

.section-1 .right>img {
  margin: 50px 0;
}

.slider-2 {
  margin: 0 auto;
  max-width: 1900px;
  width: 100%;
}

.slider-2 li>div {
  display: flex;
}

.slider-2 li>div div {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slider-2 li>div div:hover img {
  transform: scale(1.2);
  transform-origin: center center;
}

.slider-2 li>div div:hover::before {
  display: block;
}

.slider-2 li>div div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

.slider-2 li>div div img {
  transition: transform 0.3s;
}

.slider-2 li img {
  max-width: 196px;
}

.section-3 {
  display: flex;
}

.section-3 h3 {
  font-size: 30px;
  font-weight: 700;
  color: #585048;
  margin-bottom: 30px;
}

.section-3 a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
  margin-top: 40px;
}

.section-3>div {
  padding: 80px 0;
  width: 50%;
}

.section-3>div>div {
  width: 490px;
}

.section-3>div>div>div {
  align-items: center;
}

.section-3>div>div>div p {
  font-size: 20px;
  color: #3c3c3c;
  line-height: 1.4;
  margin-left: 20px;
  margin-right: -50px;
}

.section-3 .left {
  background: #fff0da;
  padding-right: 55px;
  display: flex;
  justify-content: flex-end;
}

.section-3 .right img, .section-3 .left img {
  height: 160px;
}

.section-3 .right {
  padding-left: 55px;
}

.section-3 a {
  background: #197435;
  color: #fff;
}

.section-4 {
  padding: 110px 0 150px;
  background: #d3c3b5;
}

.section-4>div {
  background: #fff;
  padding: 50px 95px;
  position: relative;
}

.section-4 form {
  position: absolute;
  background: #efe9e0;
  width: calc(100% + 20px);
  max-width: 1120px;
  height: 90px;
  left: -10px;
  top: 115px;
  padding: 0 105px;
  display: flex;
  align-items: center;
}

.section-4 form input {
  background: #fff;
  border: none;
  height: 50px;
  color: #262626;
  font-size: 20px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: 800px;
}

.section-4 form button {
  padding: 0 20px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  background-color: #197435;
  border: none;
  font-weight: 400;
}

.section-4 h3 {
  margin-bottom: 140px;
  font-size: 30px;
  color: #615a54;
}

.section-4 li p {
  background: url("../img/bottom-1.png") no-repeat 100% 100%;
  width: 800px;
  height: 50px;
  line-height: 50px;
  color: #262626;
  padding: 0 20px 0 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: -40px;
  background: url("../img/close-1.png");
}

.modal .modal-content {
  z-index: 10010000;
  width: 100%;
  max-width: 1100px;
  position: fixed;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 50px 80px;
  transform: translate(-50%, -50%);
  border-top: 55px solid #fadfd5;
}

.modal-1 .top {
  display: flex;
  justify-content: space-between;
}

.modal-1 .left img {
  margin-top: 70px;
}

.modal-1 .right {
  width: 530px;
}

.modal-1 .right article {
  height: 440px;
  overflow-y: auto;
  margin: 40px 0;
}

.modal-1 .right p {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 1.6;
}

.modal-1 .right p+p {
  margin-top: 20px;
}

.modal-1 form {
  display: flex;
}

.modal-1 form input {
  border: 1px solid #9c9793;
  color: #8c8682;
  font-size: 20px;
  padding-left: 20px;
  width: calc(100% - 115px);
}

.modal-1 form input, .modal-1 form button {
  height: 50px;
  line-height: 50px;
}

.modal-1 form button {
  border: none;
  background: #5a534d;
  color: #fff;
  font-size: 20px;
  width: 115px;
  text-align: center;
}

.modal-2 .modal-close {
  top: 20px;
}

.modal-2 .modal-content {
  max-width: 590px;
  background: #fdfbfb;
  border: 10px solid #fadfd5;
  padding: 70px 50px 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: 360px;
  height: 60px;
}

.modal-2 form p {
  font-size: 16px;
  color: #615a54;
}

.modal-2 form .field {
  min-height: 40px;
}

.modal-2 form .field div {
  width: 340px;
}

.modal-2 form .field+.field {
  margin-top: 10px;
}

.modal-2 form .field button {
  color: #fff;
  background: #615a54;
  height: 40px;
  vertical-align: top;
  text-align: center;
  width: 80px;
}

.case-flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.modal-2 form label {
  line-height: 40px;
  font-size: 20px;
  color: #615a54;
  width: 120px;
}

.modal-2 form .case {
  height: 40px;
  border: 1px solid #8b8581;
  padding: 0 10px;
  font-size: 18px;
  color: #615a54;
}

.modal-2 form .case-1 {
  width: 340px;
}

.modal-2 form .case-2 {
  width: 250px;
  margin-bottom: 10px;
}

.modal-2 form .case-3 {
  width: 240px;
}

.modal-2 .field-2 {
  justify-content: center;
  margin-top: 40px;
}

.modal-2 .field-2 input {
  margin: 0 10px;
}

.modal-2 .field-1 {
  position: relative;
}

.modal-2 .field-1 input {
  margin-left: 10px;
}

.modal-2 .field-1 p {
  position: absolute;
  right: 0;
  width: 330px;
  top: 10px;
  line-height: 1.4;
}

.splide-bottom {
  max-width: 1900px;
  margin: 0 auto;
  padding: 0 68px;
}

.splide-bottom .splide__arrow {
  height: 100%;
  width: 68px;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

.splide-bottom .splide__arrow--prev {
  background: url("../img/gallery_left.jpg") no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.splide-bottom .splide__arrow--next {
  background: url("../img/gallery_right.jpg") no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.splide-bottom .splide__arrow svg {
  display: none;
}

.splide-top .splide__slide {
  cursor: pointer;
}

.splide-top .splide__slide img {
  margin: 0 auto;
}

.splide-bottom .splide__slide img {
  width: 100%;
}

.splide-top .splide__slide.is-clicked img {
  border: 2px solid #fc916e;
}

.splide-top .splide__arrow {
  top: 130px;
  width: 36px;
  height: 36px;
  border: 2px solid #fc916e;
  border-radius: 0;
  background: #fff;
}

.splide-top .splide__arrow svg {
  display: none;
}

.splide-top .splide__arrow--prev {
  left: 5px;
  background: url("../img/splide-top-arrow-left.png") no-repeat center center;
}

.splide-top .splide__arrow--next {
  right: 5px;
  background: url("../img/splide-top-arrow-right.png") no-repeat center center;
}