@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans KR", Helvetica, "맑은 고딕", "malgun gothic",
    "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  color: #444;
}

/* 공통요소 */
.clearfix::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

.inner {
  position: relative;
  display: block;
  max-width: 1500px;
  margin: 0 auto;
}
/* modal */

.modal-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(51, 24, 19, 0.8);
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
}

.modal-active {
  display: block;
}

.modal-wrap h2 {
  position: relative;
  display: block;
  font-size: 0;
}

.modal-wrap h2 .modal-logo {
  position: absolute;
  top: 30px;
  left: 202px;

  display: inline-block;
  color: #fff;
  width: 200px;
  height: 41px;
  background: url("../images/logo.png") no-repeat center;
  background-size: cover;
}

.modal-close-btn {
  position: absolute;
  right: 200px;
  top: 30px;
  display: block;
  width: 40px;
  height: 40px;
}
.modal-close-btn::after {
  content: " ";
  display: block;
  position: absolute;
  height: 40px;
  width: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.modal-close-btn::before {
  content: " ";
  display: block;
  position: absolute;
  height: 40px;
  width: 3px;
  background-color: #fff;
  transform: rotate(-135deg);
}

.modal-menu {
  position: absolute;
  left: 26%;
  top: 25%;
  text-align: top;
  width: 100%;
}

.modal-main-list {
  position: relative;
  display: block;
}

.modal-main-list > li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  vertical-align: top;
  text-align: center;
}

.modal-main-list > li > a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 50px;
  margin-bottom: 30px;
}
.modal-sub-menu {
}
.modal-sub-menu li {
}
.modal-sub-menu li a {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 100;
  color: #fff;
  opacity: 0.6;
}

/* header */

header {
  position: fixed;
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-color: rgba(51, 24, 19, 0.8);
  z-index: 999;
  transition: height 1s;
}

.logo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 200px;
  height: 41px;
  background: url("../images/logo.png") no-repeat center;
  background-size: cover;
  font-size: 0;
}

.inner-gnb {
  display: inline-block;
  white-space: nowrap;
  padding-left: 550px;
}

.depth1 {
}

.depth1 > li {
  float: left;
  margin-right: 110px;
}

.depth1 > li > a {
  display: inline-block;
  line-height: 90px;
  font-size: 18px;
  color: #fff;
}

.depth2 {
  padding-bottom: 40px;
}

.depth2 li {
  padding: 10px 0;
}

.depth2 li a {
  display: block;
  color: #fff;
  line-height: 25px;
}

.depth2 li a:hover {
  color: #fc6131;
}

.header-right {
  display: inline-block;
}

.header-drawer {
  position: absolute;
  right: 0;
  top: 30px;
  width: 40px;
  height: 30px;
  background: url("../images/drawermenu.png") no-repeat center;
  background-size: contain;
}

/*visual */

.sw-visual {
  width: 100%;
  height: 1000px;
}

.sw-visual .swiper-slide {
  overflow: visible;
}

.sw-visual img {
  position: absolute;
  display: block;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 284px;
  height: 57px;
}

.sw-visual-1 {
  width: 100%;
  height: 100%;
  background: url("../images/visual1.jpg");
  background-size: cover;
}

.sw-visual-2 {
  width: 100%;
  height: 100%;
  background: url("../images/visual2.jpg");
  background-size: cover;
}

.sw-visual-3 {
  width: 100%;
  height: 100%;
  background: url("../images/visual3.jpg");
  background-size: cover;
}

.visual-txt {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 40px;
}

.visual-txt p {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  /* padding-bottom: 50px; */
  border-bottom: 1px solid white;
}

.visual-txt span {
  display: block;
  text-align: center;
  padding-top: 50px;
  font-size: 25px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

.sw-visual .swiper-pagination {
  margin-bottom: 100px;
}

.sw-visual .swiper-pagination-bullet {
  width: 65px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.sw-visual .swiper-pagination-bullet-active {
  background-color: pink;
}

/* bestmenu */
.bestmenu {
  position: relative;
  text-align: center;
  background-color: #6d4f3b;
  padding-top: 50px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 160px;
}

.sw-bestmenu {
  /* overflow: visible; */
  height: 640px;
}

.sw-bestmenu .swiper-wrapper .swiper-slide {
  position: relative;
  display: block;
  /* height: 600px; */
  /* width: 560px; */
  /* margin-bottom: 140px; */
  padding-left: 20px;
}

.sw-bestmenu-img {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
  background: blueviolet;
}

.sw-bestmenu-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  width: 100%;
}

.bestmenu h2 {
  margin-bottom: 30px;
  font-size: 34px;
  color: #fff;
  font-weight: 500;
}

.bestmenu p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  letter-spacing: -0.1px;
}

.txt-box {
  position: absolute;
  display: block;
  background-color: #fff;
  bottom: 0;
  left: 0px;
  display: block;
  width: 480px;
  height: 225px;
  text-align: left;
  padding: 35px;
}

.txt-box h3 {
  font-size: 18px;
  color: #6d4f3b;
  font-weight: 500;
}

.txt-box p {
  font-size: 28px;
  color: #331813;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 35px;
  letter-spacing: -0.05em;
}

.txt-box span {
  font-size: 15px;
  color: #331813;
  font-weight: 400;
  line-height: 20px;
}

.bsm-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 70px;
  width: 100%;
  height: 4px;
  z-index: 9999;
}

.bsm-pagination .swiper-pagination-bullet {
  width: 65px;
  height: 4px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
  margin: 0 4px;
}

.bsm-pagination .swiper-pagination-bullet-active {
  background-color: pink;
}

.bestmenu .swiper-button-next {
  position: absolute;
  top: 95%;
  left: 65%;
  display: block;
  width: 11px;
  height: 20px;
  background: url("../images/slider_right.png") no-repeat center;
  background-size: cover;
}

.bestmenu .swiper-button-next::after {
  display: none;
}

.bestmenu .swiper-button-prev {
  position: absolute;
  top: 95%;
  left: 34.5%;
  display: block;
  width: 11px;
  height: 20px;
  background: url("../images/slider_left.png") no-repeat center;
  background-size: cover;
}

.bestmenu .swiper-button-prev::after {
  display: none;
}

/* introduce */

.introduce {
  background-color: #efb2a2;
}

.inner {
}

.sw-introduce {
  position: relative;
  padding-top: 135px;
  padding-bottom: 75px;
  padding-left: 98px;
  padding-right: 98px;
}

.sw-introduce .swiper-wrapper {
}

.introduce-txt {
  position: relative;
  float: left;
  text-align: left;
  background-color: #fff;
  height: 700px;
  width: 615px;
  padding-top: 115px;
  padding-left: 65px;
  padding-right: 83px;
  /* margin-bottom: 50px; */
}

.introduce-txt p {
  font-weight: 300;
  font-size: 18px;
  color: #331813;
  cursor: pointer;
  letter-spacing: 0.7em;
  margin-bottom: 19px;
}

.introduce-txt h2 {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 61px;
  color: #68462a;
}

.introduce-txt h3 {
  font-size: 55px;
  letter-spacing: -0.03em;
  line-height: 61px;
  margin-bottom: 60px;
  color: #efb2a2;
  font-weight: 300;
}

.introduce-txt span {
  font-size: 19px;
  line-height: 29px;
  font-weight: 300;
  padding-left: 5px;
  margin-bottom: 50px;
  letter-spacing: -0.03em;
  color: #595959;
}

.int-btn {
  display: inline-block;
  font-size: 17px;
  width: 155px;
  border: 1px solid #b3a49a;
  font-weight: 400;
  padding: 15px 20px 15px 20px;
  color: #694c38;
  text-align: left;
  background: url("../images/tab_box_bg_right2.png") no-repeat 85% 50%;
}

.bg-1 {
  position: relative;
  float: left;
  width: 1090px;
  height: 700px;
  background: url("../images/cont_slide2_bg01.jpg") no-repeat center;
  background-size: cover;
}

.bg-2 {
  position: relative;
  float: left;
  width: 1090px;
  height: 700px;
  background: url("../images/cont_slide2_bg02.jpg") no-repeat center;
  background-size: cover;
}

.sw-introduce .swiper-button-next {
  position: absolute;
  left: 712px;
  top: 738px;
  display: block;
  width: 120px;
  height: 119px;
  background: url("../images/btn_next.png") no-repeat center;
  background-size: cover;
  font-size: 0;
  cursor: pointer;
  border: 0;
}

.sw-introduce .swiper-button-next::after {
  display: none;
}

.sw-introduce .swiper-button-prev {
  position: absolute;
  left: 593px;
  top: 738px;
  width: 120px;
  height: 119px;
  background: url("../images/btn_prev.png") no-repeat center;
  background-size: cover;
  font-size: 0;
  cursor: pointer;
  border: 0;
}

.sw-introduce .swiper-button-prev::after {
  display: none;
}

/* gudie */
.guide {
  position: relative;
}

.guide-left {
  position: relative;
  width: 50%;
  height: 447px;
  float: left;
  background: url("../images/cont_slide3_bg01.jpg") no-repeat center;
  background-size: cover;
}

.guide-left h3 {
  position: absolute;
  top: 100px;
  left: 100px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

.guide-left p {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
}

.margin {
  margin-bottom: 45px;
}

.guide-left button {
  position: absolute;
  bottom: 130px;
  left: 100px;
  font-size: 15px;
  width: 155px;
  font-weight: 500;
  padding: 15px 20px 15px 20px;
  color: #694c38;
  background-color: #efb2a2;
  text-align: left;
  cursor: pointer;
  border: 0;
}

.guide-left button::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 37px;
  height: 9px;
  background: url("../images/tab_box_bg_right2.png") no-repeat center;
  background-size: cover;
}

.guide-right {
  position: relative;
  width: 50%;
  height: 447px;
  float: left;
  background: url("../images/cont_slide3_bg02.jpg") no-repeat center;
  background-size: cover;
}

.guide-right h3 {
  position: absolute;
  top: 100px;
  left: 100px;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

.guide-txt {
  position: absolute;
  top: 180px;
  left: 100px;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  color: #fff;
  opacity: 0.7;
}

.guide-right button {
  position: absolute;
  bottom: 130px;
  left: 100px;
  font-size: 15px;
  width: 155px;
  font-weight: 500;
  padding: 15px 20px 15px 20px;
  color: #694c38;
  background-color: #efb2a2;
  text-align: left;
  cursor: pointer;
  border: 0;
}

.guide-right button::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 37px;
  height: 9px;
  background: url("../images/tab_box_bg_right2.png") no-repeat center;
  background-size: cover;
}

/* footer */

.footer {
  height: 340px;
  background-color: #202020;
}

.footer .inner {
  text-align: left;
}

.footer .inner h3 {
  display: inline-block;
  color: #fff;
  padding-top: 50px;
  margin-right: 30px;
}

.footer .inner p {
  display: inline-block;
  margin-right: 30px;
  color: #efb2a2;
  padding-top: 60px;
  font-size: 24px;
}

.footer-txt-box {
  display: block;
  color: #a7a7a7;
  padding-top: 50px;
  font-size: 15px;
}

.footer-txt-box span {
  margin-right: 20px;
}
