.lead {
  font-size: 16px;
  color: #555;
  letter-spacing: -0.02em;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  .lead {
    font-size: 17px;
  }
}

/*메인배너*/
.main-carousel {
  height: 620px;
  padding: 0;
  display: block;
}
.main-carousel .li {
  height: 620px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-carousel .img01 {
  background-image: url(../img/mainVi10.jpg);
}
.main-carousel .img02 {
  /*background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/mainVi20.jpg);*/
  background-image: url(../img/mainVi20.jpg);
}
.main-carousel .img03 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/mainVi30.jpg);
}
.main-carousel .li .copy_area_wrap {
  max-width: 1400px;
  margin: auto;
  padding: 0 60px;
}
.main-carousel .li .copy_area {
  position: absolute;
  top: 50%;
  left: 20%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  color: #fff;
  z-index: 2;
}
.main-carousel .li .copy_area h2 {
  font-size: 65px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: left;
}
/*.main-carousel .li .copy_area h2:after { content: " ";display: block; margin-top:30px; text-align:left; width:40px; height: 3px; background-color:#fff; clear: both;}*/
.main-carousel .li .copy_area h3 {
  font-size: 18px;
  font-weight: 100;
  text-align: left;
  margin: 15px 0 40px 0;
  color: #e4e4e4;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}
.main-carousel .li .copy_area h4 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.main-carousel .li .copy_area h4:hover {
  background-color: #fdb812;
  border: 1px solid #fdb812;
  color: #222;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-carousel .li .copy_area h4 a {
  color: #fff;
  padding: 10px 40px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
}

.main-carousel .li .copy_area .reservation a {
  font-size: 18px;
  color: #e4e4e4;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}
.main-carousel .li .copy_area .reservation a .reser-img {
  width: 149px;
  height: 21px;
  background: url("../img/arrow.png") no-repeat;
  position: absolute;
  bottom: -3%;
  left: -2%;
}
.main-carousel .li .copy_area_movie {
  width: 100%;
  position: relative;
}
.main-carousel .li .copy_area_movie h2 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 2em;
  text-align: left;
  z-index: 1;
}
.main-carousel .li .copy_area_movie h2:after {
  content: " ";
  display: block;
  margin: 50px 0 0;
  width: 40px;
  height: 3px;
  background-color: #fff;
  clear: both;
}
.main-carousel .li .copy_area_movie h3 {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  line-height: 2em;
  text-align: left;
  margin: 15px 0 40px 0;
  z-index: 1;
}
.main-carousel .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 135px;
}
.main-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0;
}
.main-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.main-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main-carousel .owl-nav .owl-prev {
  width: 80px;
  height: 80px;
  background: url(../img/btn_banner_prev.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  left: 100px;
}
.main-carousel .owl-nav .owl-next {
  width: 80px;
  height: 80px;
  background: url(../img/btn_banner_next.png) no-repeat;
  text-indent: -9999px;
  position: absolute;
  right: 100px;
}

@media screen and (max-width: 576px) {
  .main-carousel .li {
    height: 800px;
  }
  .main-carousel .img01 {
    background-image: url("../img/mainVi10m.jpg");
  }
  .main-carousel .img02 {
    background-image: url("../img/mainVi20m.jpg");
  }
  .main-carousel .img03 {
    background-image: url("../img/mainVi30m.jpg");
  }

  .main-carousel .li .copy_area h2 {
    font-size: 36px;
    letter-spacing: -3px;
  }
  .main-carousel .li .copy_area h3 {
    max-width: 300px;
    margin: 10px auto 0 auto;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .main-carousel .owl-nav {
    display: none;
  }
}
/*메인배너*/

.contents1 {
  width: 100%;
  padding: 150px 0;
}

.contents1 h3 {
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #121c20;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 80px 0;
}
.contents1 .m-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.contents1 .m-flex .menu {
  width: 25%;
}
.contents1 .m-flex .menu .mtxt1 {
  margin: 20px 0;
  font-size: 26px;
  color: #111c20;
  font-weight: 500;
  padding: 0;
}
.contents1 .m-flex .menu .mtxt2 {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 1.6em;
  font-family: "Roboto", sans-serif;
  min-width: 200px;
  padding: 0 10px 30px 10px;
}

@media screen and (max-width: 768px) {
  .contents1 .m-flex .menu {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .contents1 {
    padding: 50px 0;
  }
  .contents1 h3 {
    padding: 0 0 80px 0;
  }
  .contents1 .m-flex .menu {
    width: 100%;
  }
}

.contents2 {
  width: 100%;
  padding: 0px 0 100px 0;
}
.contents2 .c-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.contents2 .c-flex .chefs {
  width: 25%;
}
.contents2 .c-flex .chefs .chefs-img img {
  width: 100%;
}
.contents2 .c-flex .ctxt1 {
  margin-top: 30px;
  font-size: 26px;
  color: #111c20;
  font-weight: 500;
}
.contents2 .ctxt2 {
  font-size: 16px;
  color: #6a6a6a;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  padding-bottom: 10%;
}

@media screen and (max-width: 768px) {
  .contents2 .c-flex .chefs {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .contents2 {
    padding: 50px 0;
  }
  .contents2 .c-flex .chefs {
    width: 100%;
  }
}

.contents3 {
  width: 100%;
  padding: 50px 0;
}
.contents3.inner {
  padding: 0 20px;
}
.contents3 h3 {
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #121c20;
  font-weight: bold;
  text-align: center;
  padding-bottom: 100px;
}
.contents4 .history-inner .h-txt h3 {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .contents3 {
    padding: 50px 0;
  }
  .contents3 h3 {
    padding: 0 0 80px 0;
    font-size: 32px;
  }
}

.contents4 .history-inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.contents4 .history-inner .h-txt h3 {
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #121c20;
  position: relative;
  margin: 200px 0 50px 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.contents4 .history-inner .history {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.contents4 .history-inner .history::after {
  z-index: -1;
  width: 100%;
  height: 350px;
  position: absolute;
  content: "";
  background-color: #f9f9ff;
}
.contents4 .history-inner .history .h-img {
  padding: 0 0 20px 0; /* 오른쪽 패딩 제거 */
}
.contents4 .history-inner .history .h-img img {
  width: 90%; /* 이미지 너비를 80%에서 90%로 증가 */
}
.contents4 .history-inner .history .history-txt {
  padding: 0 10px; /* 양쪽 패딩 감소 */
}
.contents4 .history-inner .history .history-txt {
  padding: 0 20px;
}
.contents4 .history-inner .history .history-txt .htxt1 {
  font-size: 30px;
  color: #111c20;
  font-weight: 500;
}
.contents4 .history-inner .history .history-txt .htxt2 {
  font-size: 18px;
  color: #6a6a6a;
  line-height: 1.6em;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  .contents4 .history-inner .h-txt h3 {
    margin: 50px 0 50px 0;
  }
  .contents4 .history-inner .history::after {
    height: 800px;
    position: absolute;
    top: 50px;
  }
  .contents4 .history-inner .history .history-txt .htxt1 {
    font-size: 28px;
  }
  .contents4 .history-inner .history .h-img {
    padding: 0 0 10px 0; /* 모바일에서 아래 패딩만 남김 */
  }
  .contents4 .history-inner .history .h-img img {
    width: 95%; /* 모바일에서 이미지 너비 증가 */
    display: block;
    margin: 0 auto;
  }
}

/* Add media query for screens wider than 900px */
@media screen and (min-width: 900px) {
  .contents4 .history-inner .history {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .contents4 .history-inner .history .h-img {
    width: 45%;
    padding: 0;
  }

  .contents4 .history-inner .history .h-img img {
    width: 100%;
  }

  .contents4 .history-inner .history .history-txt {
    width: 50%;
    padding: 0;
  }
}

.contents5 {
  padding: 150px 0;
}
.contents5 .s6-inner {
  margin: 0 auto;
  max-width: 1400px;
}
.contents5 .s6-inner .s6-flex {
  display: flex;
  flex-wrap: wrap;
}
.contents5 .s6-inner .s6-flex .s6-img {
  margin-left: 3%;
  margin-bottom: 3%;
}
.contents5 .s6-inner .s6-flex .s6-img:hover {
  opacity: 0.5;
}
.contents5 .s6-inner .s6-flex .s6-img img {
  width: 100%;
}

.contents5 .s6-inner .s6-flex .s6-img:nth-child(1),
.contents5 .s6-inner .s6-flex .s6-img:nth-child(4) {
  width: 65.666%;
}
.contents5 .s6-inner .s6-flex .s6-img:nth-child(2),
.contents5 .s6-inner .s6-flex .s6-img:nth-child(3) {
  width: 31.333%;
}
.contents5 .s6-inner .s6-flex .s6-img:nth-child(2n + 1) {
  margin-left: 0;
}

@media (max-width: 576px) {
  .contents5 {
    padding: 50px 0;
  }
  .contents5 .s6-inner .s6-flex .s6-img:nth-child(1),
  .contents5 .s6-inner .s6-flex .s6-img:nth-child(4) {
    width: 100%;
    margin-left: 0;
  }
  .contents5 .s6-inner .s6-flex .s6-img:nth-child(2),
  .contents5 .s6-inner .s6-flex .s6-img:nth-child(3) {
    width: 48.5%;
  }
  .contents5 .s6-inner .s6-flex .s6-img:nth-child(2) {
    margin-left: 0;
  }
  .contents5 .s6-inner .s6-flex .s6-img:nth-child(3) {
    margin-left: 3%;
  }
}

/*서브상단*/
.sub_visual {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  height: 522px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.sub_visual.visual01 .bg {
  background-image: url(../img/sub_visual01.jpg);
}
.sub_visual.visual02 .bg {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.visual03 .bg {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.visual04 .bg {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.visual05 .bg {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual.visual06 .bg {
  background-image: url(../img/sub_visual06.jpg);
}

.sub_visual .title_warp {
  max-width: 1240px;
  margin: 0 auto;
}
.sub_visual .title_warp .title_page {
  height: 522px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  transform: translateY(40%);
  z-index: 2;
}
.sub_visual h3 {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
  opacity: 0.8;
}
.sub_visual .main_title {
  font-size: 45px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: -1px;
}
.sub_visual .inBox {
  font-size: 14px;
  padding-top: 10px;
  color: #fff;
}
.sub_visual .inBox i {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.sub_visual .inBox a {
  padding: 0 13px 0 0;
}
.sub_visual .inBox span {
  padding: 0 13px;
  opacity: 0.8;
}
.sub_visual .inBox span.strong {
  opacity: 1;
  padding: 0 0 0 13px;
}
.sub_visual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub_visual_cover.png) center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1200px;
  opacity: 0.6;
  z-index: 1;
}
.sub_visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_visual.tmp {
  height: 100px;
  background-color: #000;
}
.sub_visual.tmp .title_warp {
  display: none;
}

.sub_visual h3,
.sub_visual .main_title,
.sub_visual .inBox {
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-name: visual-tit;
  -webkit-animation-name: visual-tit;
}

.sub_visual .main_title {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.sub_visual .inBox {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.sub_visual .bg {
  content: "";
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-name: visual-zoom;
  -webkit-animation-name: visual-zoom;
}

@keyframes visual-zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes visual-zoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes visual-tit {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes visual-tit {
  0% {
    opacity: 0;
    -webkit-opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-opacity: 1;
    transform: translateY(0px);
  }
}

@media screen and (max-width: 640px) {
  .sub_visual {
    height: 422px;
  }
  .sub_visual .title_warp {
    width: 100%;
  }
  .sub_visual .title_warp .title_page {
    height: 422px;
  }
  .sub_visual h3 {
    font-size: 12px;
  }
  .sub_visual .main_title {
    font-size: 34px;
  }
  .sub_visual .inBox {
    font-size: 12px;
  }
}
/*서브상단*/

/*서브 제목*/
.content_wrap {
  width: 100%;
}
.content_wrap .txtCon {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  clear: both;
}
.content_wrap .txtCon .sub_title {
  margin: 80px 0;
  padding: 0;
  text-align: center;
}
.content_wrap .txtCon .sub_title h2 {
  font-size: 42px;
  color: #000;
  padding-bottom: 20px;
}
.content_wrap .txtCon .sub_title p {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  word-break: keep-all;
}
.content_wrap .txtCon .content_area {
  width: 100%;
}
.content_wrap .txtboard {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  clear: both;
}
.content_wrap .txtboard span {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .content_wrap .txtCon .sub_title {
    margin: 50px 0 50px;
  }
  .content_wrap .txtCon .sub_title h2 {
    font-size: 32px;
  }
}
/*서브 제목*/

/*서브 제목*/
.content_wrap {
  width: 100%;
}
.content_wrap .txtCon2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0px 50px 0px;
  clear: both;
}
.content_wrap .txtCon2 .sub_title {
  margin: 80px 0;
  padding: 0;
  text-align: center;
}
.content_wrap .txtCon2 .sub_title h2 {
  font-size: 42px;
  color: #000;
  padding-bottom: 20px;
}
.content_wrap .txtCon2 .sub_title p {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  word-break: keep-all;
}
.content_wrap .txtCon2 .content_area {
  width: 100%;
}
.content_wrap .txtboard {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  clear: both;
}
.content_wrap .txtboard span {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .content_wrap .txtCon2 .sub_title {
    margin: 50px 0 50px;
  }
  .content_wrap .txtCon2 .sub_title h2 {
    font-size: 32px;
  }
}

/*서브 하단 네비*/
.share-area {
  float: right;
  display: block;
  padding-top: 16px;
  box-sizing: border-box;
}
.share-area .hide-wrap {
  width: 151px;
  height: 34px;
  overflow: hidden;
  float: left;
}
.share-area .hide-wrap .hide-area {
  width: 151px;
  height: 34px;
  position: relative;
  left: 200px;
}
.share-area .hide-wrap .hide-area ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.share-area .hide-wrap .hide-area ul li {
  float: left;
  margin-left: 13px;
  cursor: pointer;
}
.share-area .hide-wrap .hide-area ul li:first-child {
  margin-left: 0;
}
.share-area .share-btn {
  width: 34px;
  height: 34px;
  background-image: url(../img/share_open_bt.png);
  float: right;
  text-indent: -9999px;
  padding-left: 18px;
  box-sizing: unset;
  background-repeat: no-repeat;
  background-position-x: right;
  transition: all 0.5s ease;
  background-color: inherit;
  border: 0;
  margin-right: 20px;
}
.share-area .share-btn.active {
  background-image: url(../img/share_close_bt.png);
  border-left: 1px solid #fff;
}
@media screen and (max-width: 770px) {
  .share-area {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .share-area .share-btn {
    display: none;
  }
  .share-area {
    display: none;
  }
}
/*서브 하단 네비*/

/*푸터*/
#footer {
  width: 100%;
  height: auto;
  background: #30343b;
  clear: both;
}
.foot_menu {
  width: 100%;
  padding: 20px 20px;
  background: #30343b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.foot_menu .inner {
  max-width: 1380px;
  padding: 0 20px;
}
.foot_menu .fm {
  float: left;
}
.foot_menu .fm li {
  display: inline-block;
  line-height: 2em;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.foot_menu .fm li a {
  font-size: 1.08em;
  color: rgba(255, 255, 255, 0.9);
}
.foot_menu .fm li a.point {
  color: #32c0eb;
}
.foot_menu .fm li:last-child {
  border-right: 0;
  margin-right: 0;
}
.foot_menu .sns {
  float: right;
}
.foot_menu .sns li {
  display: inline-block;
  margin-left: 10px;
}
.foot_menu .sns li:first-child {
  margin-left: 0;
}

.foot_menu .sns li a {
  color: #777;
}
.foot_menu .sns li a:hover {
  color: #fff;
}
.foot_menu .menu {
  margin-top: 20px;
}
.foot_menu #phone {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0px 20px;
  background-color: #6c6;
}
.foot_menu #kakao {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 0px 20px;
  background-color: #ffeb33;
}

.footer_in {
  max-width: 1380px;
  height: auto;
  padding: 38px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer_in address h1 {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.footer_in address p {
  overflow: hidden;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.footer_in address p strong {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.footer_in address p span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.8em;
}
.footer_in address p.addr {
  margin-top: 18px;
}
.footer_in address p.copylight {
  font-size: 13px;
  color: #999;
  margin-top: 18px;
}

.footer_in address {
  float: left;
  width: 65%;
  font-style: normal;
}
.footer_in .customer {
  float: right;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
}
.footer_in .customer .main_tel {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer_in .customer .main_tel span {
  font-size: 20px;
  font-weight: bold;
  color: #85976f;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1700px) {
  #footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .footer_in address {
    width: 100%;
  }
  .footer_in .customer {
    width: 100%;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .foot_menu .sns {
    float: left;
    padding-top: 20px;
  }
  .foot_menu .fm {
    margin-bottom: 20px;
  }
}
/*푸터*/

.tl_pop_con {
  background: #fff;
}
.tl_pop_con h2.f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #076aa3;
  font-size: 20px;
  color: #fff;
}
.tl_pop_con h2.f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}
.tl_pop_con h2.f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}
.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}
.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}
.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}
.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/w_btn_close.png") no-repeat center center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  border-radius: 50%;
}
.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* sub0101 */
/* PC 스타일 */
.center-image {
  text-align: center;
}
.center-image img {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* 모바일 스타일 */
@media screen and (max-width: 640px) {
  .center-image img {
    width: 100%;
    padding: 0 15px;
  }
}

/**** 퀵버튼 ****/
#m640over {
  display: block;
}
#m640under {
  display: none;
}
#m640over #btn_55_fixed {
  position: fixed;
  right: 10px;
  bottom: 355px;
  z-index: 1000;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
}
#m640over #btn_55_fixed img {
  width: 100px;
  vertical-align: top;
}
#m640over #btn_55_fixed.on {
  opacity: 1;
}

#m640over #btn_155_fixed {
  position: fixed;
  right: 10px;
  bottom: 245px;
  z-index: 1000;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
}
#m640over #btn_155_fixed img {
  width: 100px;
  vertical-align: top;
}
#m640over #btn_155_fixed.on {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  #m640over {
    display: none;
  }
  #m640under {
    display: block;
  }

  #m640under #btn_55_fixed {
    position: fixed;
    right: 18px;
    bottom: 80px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
  }
  #m640under #btn_55_fixed img {
    width: 46px;
    vertical-align: top;
  }
  #m640under #btn_55_fixed.on {
    opacity: 1;
  }

  #m640under #btn_155_fixed {
    position: fixed;
    right: 18px;
    bottom: 140px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
  }
  #m640under #btn_155_fixed img {
    width: 46px;
    vertical-align: top;
  }
  #m640under #btn_155_fixed.on {
    opacity: 1;
  }
}

.facility_header h2 {
  font-size: 50px;
  font-weight: 700;
  color: #121c20;
  text-align: center;
  margin: 60px 0 40px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}

.facility_header h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #4caf50;
}

@media screen and (max-width: 768px) {
  .facility_header h2 {
    font-size: 36px;
    margin: 40px 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .facility_header h2 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}

.facility_item {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-left: 5px solid #4caf50;
}

.facility_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.facility_item h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
}

.facility_item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4caf50;
  transition: width 0.3s ease;
}

.facility_item:hover h3::after {
  width: 100px;
}

.facility_item p {
  color: #555;
  margin: 10px 0;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}

.facility_item p::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-size: 18px;
}

/* 대관료 테이블 스타일 */
.rental_info {
  margin: 40px 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
}

.rental_info .rental_img {
  width: 45%;
  min-height: 250px;
  max-height: 350px;
  overflow: hidden;
  position: relative;
  border-right: none;
}

.rental_info .rental_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.rental_info .rental_img.pc {
  display: block;
}

.rental_info .rental_img.mobile {
  display: none;
}

.rental_info .rental_table_wrap {
  width: 55%;
  padding: 25px;
  border-left: none;
}

.rental_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  display: table;
}

.rental_table th {
  background: #4caf50;
  color: #fff;
  padding: 12px 8px;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid #43a047;
  white-space: normal;
  line-height: 1.4;
}

.rental_table td {
  padding: 12px 8px;
  text-align: center;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
}

.rental_table tr:last-child td {
  border-bottom: none;
}

.rental_table .price {
  color: #2196f3;
  font-weight: 500;
  display: block;
}

.rental_table .price-time {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.rental_notice {
  background: #f5f5f5;
  padding: 15px;
  border-radius: 8px;
  margin-top: 15px;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
}

.rental_notice li {
  color: #666;
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
}

.rental_notice li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4caf50;
}

/* 반응형 스타일 */
@media screen and (max-width: 768px) {
  .rental_info {
    flex-direction: column;
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .rental_info .rental_img {
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    border-right: none;
    border-bottom: none;
  }

  .rental_info .rental_img img {
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
  }

  .rental_info .rental_img.pc {
    display: none;
  }

  .rental_info .rental_img.mobile {
    display: block;
  }

  .rental_info .rental_table_wrap {
    width: 100%;
    padding: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-left: none;
  }

  .rental_table {
    min-width: 600px;
    display: table;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
  }

  .rental_table th,
  .rental_table td {
    padding: 10px 6px;
    font-size: 13px;
  }

  .rental_table .price-time {
    font-size: 11px;
  }

  .rental_notice {
    padding: 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .rental_table th,
  .rental_table td {
    padding: 10px 6px;
    font-size: 13px;
  }

  .rental_table th {
    white-space: normal;
  }

  .facility_item {
    padding: 20px;
  }
}
