.ms.swiper {
  width: 100%;
  height: 834px;
  position: relative;
}
.ms.swiper .swiper-slide {
  position: relative;
}
.ms.swiper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ms.swiper .swiper-slide > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 1;
  transform: translate(0, 0);
  opacity: 1;
  transition: all 2s ease;
  padding-top: 85px;
  box-sizing: border-box;
}
.ms.swiper .swiper-slide-active > div {
  transform: translate(0, 0);
  opacity: 1;
}

.ms.swiper .swiper-slide > div > p:nth-of-type(1) {
  color: #ffd7a4;
  font-size: 22px;
  font-weight: 700;
  font-family: "Nanum Myeongjo", serif;
}
.ms.swiper .swiper-slide > div > p:nth-of-type(2) {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 34px 0 40px;
}
.ms.swiper .swiper-slide > div > p:nth-of-type(3) {
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.ms.swiper .swiper-slide > div > p:nth-of-type(4) {
  width: 274px;
  height: 61px;
  background: #bc9666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
  margin: 50px 0 0;
  cursor: pointer;
}
.ms.swiper .swiper-slide > div > p:nth-of-type(4) > span {
  margin-left: 12px;
}

.ms.swiper .swiper-slide > div > div {
  display: flex;
  justify-content: center;
}
.ms.swiper .swiper-slide > div > div > p {
  width: 251px;
  height: 61px;
  background: #bc9666;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #fff;
  margin: 50px 0 0;
  cursor: pointer;
}
.ms.swiper .swiper-slide > div > div > p:nth-of-type(2) {
  background: transparent;
  margin-left: 25px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.ms.swiper .swiper-slide > div > div > p > span {
  margin-left: 12px;
}

.ms.swiper .swiper-pagination {
  bottom: 44px;
}
.ms.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  box-sizing: border-box;
  opacity: 1;
  background: transparent;
  opacity: 0.5;
}
.ms.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.ms .swiper-button-next,
.ms .swiper-button-prev {
  width: 29px;
  height: 55px;
  top: 50%;
  margin-top: -27.5px;
}
.ms .swiper-button-prev {
  left: 85px;
}
.ms .swiper-button-prev img {
  width: 100%;
}
.ms .swiper-button-next {
  right: 85px;
}
.ms .swiper-button-next img {
  width: 100%;
}

.ms .swiper-button-next::after,
.ms .swiper-button-prev::after {
  display: none;
}

.section {
  position: relative;
  width: 100%;
}

.section8 .symbol {
  position: relative;
  z-index: 2;
}
/* .section8 .symbol::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 70px;
  height: 48px;
  background: url("../image/symbol.png") center/100% no-repeat;
  right: -10px;
  top: -18px;
} */

.section2 {
  height: 785px;
  box-sizing: border-box;
}
.section2 .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 73px 0 0;
  box-sizing: border-box;
}
.section2 .inner > .sec2-paging {
  display: flex;
  justify-content: center;
}
.section2 .inner > .sec2-paging > span {
  width: auto;
  height: 52px;
  background: transparent;
  border: 2px solid #bc9666;
  box-sizing: border-box;
  text-align: center;
  line-height: 49px;
  font-size: 19px;
  color: #bc9666;
  border-radius: 0;
  opacity: 1;
  font-weight: 500;
  border-radius: 26px;
  padding: 0 28px;
}
.section2 .inner > .sec2-paging > span.swiper-pagination-bullet-active {
  background: #bc9666;
  color: #fff;
}

.section4 {
  background: #fff;
}
.section4 > ul {
	max-width:1280px;
}
.section4 > ul > li {
  width: 110px;
  height: 65px;
  background: #bcb7b2;
  font-size: 19px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  margin: 0 3px 5px;
  display:inline-block;
  float:left;
}
.section4 > ul > li.on {
  background: #392612;
  color: #fff;
  font-weight: 700;
}

.section4 .box {
  display: none;
}
.section4 .box.on {
  display: flex;
}
.section4 .box > p {
  width: 427px;
  height: 584px;
  background: #ccc;
}
.section4 .box > ul {
  width: 746px;
  margin-left: 100px;
}
.section4 .box > ul > li:nth-of-type(1) {
  border-bottom: 2px solid #bc9666;
}

.section3 {
}
.section3 .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  box-sizing: border-box;
}
.section3 .inner > p:nth-of-type(1) {
  text-transform: uppercase;
}

.section3 .ops-wrap {
  margin-top: 60px;
}
.section3 .ops_slide {
}
.section3 .ops_slide .ops-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
}
.section3 .ops_slide .ops-wrapper {
  display: flex;
  height: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.section3 .ops_slide .ops-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.section3 .ops_slide .ops-wrapper .ops-slide {
  width: auto;
  margin: 0 21px;
}
.section3 .ops_slide .ops-wrapper .ops-items {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}

.section1 {
  width: 100%;
  height: 1170px;
  background: #fdf9f4;
  position: relative;
}
.section1 .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 68px;
  line-height: 1;
}
.section1 .inner > p.title {
  font-size: 42px;
  color: #392612;
  font-weight: 700;
}
.section1 .inner > ul {
  margin: 38px 0 61px;
}
.section1 .inner > ul > li {
  font-size: 22px;
  color: #392612;
  margin: 0 24px;
  position: relative;
  cursor: pointer;
}
.section1 .inner > ul > li.on::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #bc9666;
}

.section1 .inner .tab {
  display: none;
}
.section1 .inner .tab.on {
  display: block;
}
.section1 .inner .tab .swiper-button-next,
.section1 .inner .tab .swiper-button-prev {
  width: 27px;
  height: 51px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: 65px;
  right: auto;
}
.section1 .inner .tab .swiper-button-prev {
  background: url("../image/prev.png");
  margin-left: -720px;
}
.section1 .inner .tab .swiper-button-next {
  background: url("../image/next.png");
  margin-left: 700px;
}
.section1 .inner .tab .swiper-button-next::after,
.section1 .inner .tab .swiper-button-prev::after {
  display: none;
}

.section1 .inner .swiper.sec1 {
  position: relative;
  width: 1258px;
  height: 855px;
  overflow: hidden;
}
.section1 .inner .swiper.sec1 .swiper-slide {
  width: 298px;
  height: 390px;
  box-sizing: border-box;
  padding: 30px 26px 70px 0;
  color: #434343;
  position: relative;
  cursor: pointer;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.section1 .inner .swiper.sec1 .swiper-slide > p:nth-of-type(1) {
  font-size: 18px;
  color: #bc9666;
  font-weight: 700;
  padding-left: 24px;
  padding-bottom: 21px;
  position: relative;
}
.section1 .inner .swiper.sec1 .swiper-slide > p:nth-of-type(1)::after {
  content: "";
  width: 250px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bc9666;
}
.section1 .inner .swiper.sec1 .swiper-slide > p:nth-of-type(2) {
  font-size: 20px;
  color: #392612;
  line-height: 1.5;
  margin: 25px 0 20px;
  font-weight: 700;
  word-break: keep-all;
  padding-left: 26px;
  box-sizing: border-box;
}
.section1 .inner .swiper.sec1 .swiper-slide > div,
.section1 .inner .swiper.sec1 .swiper-slide > p:nth-of-type(3) {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  background: #fff;
  max-height: 165px;
  padding-left: 26px;
  box-sizing: border-box;
  word-break: keep-all;
}
.section1 .inner .swiper.sec1 .swiper-slide > p:nth-of-type(3) br {
  display: none;
}
.section1 .inner .swiper.sec1 .swiper-slide > p:nth-of-type(3) br.fix {
  display: block;
}
.section1 .inner .swiper.sec1 .swiper-slide > span {
  position: absolute;
  bottom: 30px;
  right: 26px;
  font-size: 17px;
  color: #bc9666;
  font-weight: 700;
  cursor: pointer;
  z-index: 90;
  text-transform: uppercase;
}
.section1 .inner .swiper.sec1 .swiper-slide > img {
  display: none;
}

.section1 .inner .swiper.sec1 .swiper-pagination {
  bottom: 0px;
}
.section1 .inner .swiper.sec1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #966b36;
  box-sizing: border-box;
  opacity: 1;
  background: transparent;
}
.section1 .inner .swiper.sec1 .swiper-pagination-bullet-active {
  background: #966b36;
}

.section1 .sec1-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  overflow-y: auto;
  display: none;
}
.section1 .sec1-layer.on {
  display: block;
}

.section1 .sec1-layer .close-btn {
  width: 72px;
  height: 72px;
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: 528px;
  background: url("../image/close-btn.png");
  cursor: pointer;
  z-index: 9;
}
/* .section1 .sec1-layer .close-btn:hover { background: url('../img/main/close-btn-on.png'); } */

.section1 .sec1-layer .content-wrap {
  display: block;
}
/* .section1 .sec1-layer .content-wrap.on { display: block; } */
.section1 .sec1-layer .content-wrap .box {
  width: 1217px;
  min-height: 1066px;
  background: #fff;
  padding: 80px 90px;
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
/* .section1 .sec1-layer .content-wrap .box.on { display: block; } */
.section1 .sec1-layer .content-wrap .box > p:nth-of-type(1) {
  font-weight: 700;
  font-size: 22px;
  color: #bc9666;
  position: relative;
}
.section1 .sec1-layer .content-wrap .box > p:nth-of-type(1)::after {
  content: "";
  width: 1018px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background: #bc9666;
}
.section1 .sec1-layer .content-wrap .box > p:nth-of-type(2) {
  font-weight: 700;
  font-size: 24px;
  margin: 50px 0 30px;
  color: #392612;
}
.section1 .sec1-layer .content-wrap .box > div,
.section1 .sec1-layer .content-wrap .box > p:nth-of-type(3) {
  font-size: 16px;
  line-height: 1.5;
  color: #434343;
  margin-bottom: 50px;
}
.section1 .sec1-layer .content-wrap .box > span {
  display: none;
}

.section5 {
  position: relative;
}
.section5 > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section5 .sec5-btn > li {
  border-radius: 30px;
  box-shadow: 0 9px 5px 0 rgba(0, 0, 0, 0.68);
  cursor: pointer;
}
.section5 form {
}
.section5 form > ul {
}
.section5 form > ul > li {
}
.section5 form > ul > li > p {
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.section5 form > ul > li input[type="text"],
.section5 form > ul > li input[type="number"] {
  width: 100%;
  height: 39px;
  border: 0;
  background: #fff;
  padding-left: 10px;
  outline: none;
  box-sizing: border-box;
}
.section5 form > ul > li input[name="wr_email"],
.section5 form > ul > li input[name="str_email02"] {
  width: 170px;
}
.section5 form > ul > li input[type="submit"] {
  width: 100%;
  height: 67px;
  background: #bc9666;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border: 0;
}
.section5 form > ul > li select {
  width: 170px;
  height: 39px;
  border: 0;
  background: #fff;
}
.section5 form > ul > li textarea {
  width: 100%;
  height: 107px;
  background: #fff;
  border: 0;
  resize: none;
}

.checks {
  position: relative;
}
.checks input[type="radio"] {
  display: none;
}
.checks input[type="radio"] + label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 23px;
  height: 23px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
}
.checks input[type="radio"]:checked + label:before {
  background: #e9ecee;
}
.checks input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 13px;
  height: 13px;
  background: #99a1a7;
  border-radius: 100%;
}

.section6 > ul {
}
.section6 > ul > li {
  width: 220px;
  height: 56px;
  background: #bcb7b2;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 53px;
  cursor: pointer;
  margin: 0 11px;
}
.section6 > ul > li.on {
  background: #392612;
  color: #fff;
  font-weight: 700;
}

.section6 .box-wrap {
  position: relative;
  height: 682px;
}
.section6 .box {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
}
.section6 .box > div {
  width: 1200px;
  height: 536px;
  overflow: hidden;
  margin-top: 40px;
}
.section6 .box.on {
  z-index: 2;
}
