@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px;outline-color:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

#wrapper {position:relative; overflow:hidden; padding-top:var(--header-height);}

/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:100; transition:.3s; background:#fff;}
#header .contain {max-width:1460px; position:relative; display:flex; align-items:center; justify-content:center; height:var(--header-height); z-index:10;}


.sitelogo {
  position:absolute;
  left:30px;
  text-decoration: none;
  
  display: inline-block;
  line-height: 1.2;
  text-align: left;
}



.logo-main {
  color: #c6004d; /* LGU+ 메인 컬러 */
  font-size: 28px;
  
}

.logo-main sup {
  font-size: 16px;
  vertical-align: super;
}

#gnb>ul {display:flex;text-align:center;} 
#gnb>ul>li {position:relative; padding:0 10px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; justify-content:center; font-size:var(--font-size-18); font-weight:600; letter-spacing:-.03em; line-height:1.33em; color:#222; height:var(--header-height);}
#gnb>ul>li.active>a,
#gnb>ul>li:hover>a {color:var(--color-primary);}

#header .right {position:absolute; right:30px;display:flex; align-items:center;}
#header .tel {text-align:center; color:#222; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#header .tel strong {display:block;font-size:1.5em; color:var(--color-primary);line-height:1.3em;}

#header.header-fixed {box-shadow:0px 3px 10px rgba(0,0,0,0.1);}

/* for mobile */
.btn-m-menu {margin-left:30px;display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:#222;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#222;}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .home img {height:48px;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
.common-tit {margin-bottom:60px;font-size:var(--font-size-55); font-weight:700; letter-spacing:-.04em; line-height:1.38em; color:#000;text-align:center;}

.common-desc dt {margin-bottom:8px;	font-size:var(--font-size-24); font-weight:700; letter-spacing:-.04em; line-height:1.4em; color:#222;}
.common-desc dd {letter-spacing:-.04em; line-height:1.38em;}

.main-visual {display:flex; align-items:center;height:calc(150vh - var(--header-height));position:relative; background:url('../images/main/mv.jpg') no-repeat 50% 50% /cover;}
.main-visual .contain {max-width:1460px !important;}
.main-visual .links .row {display:flex; margin:-33px;}
.main-visual .links .col {width:25%; padding:33px;}
.main-visual .links .col:nth-child(even) {margin-top:80px;}
.main-visual .links a {display:block; border-radius:10px; overflow:hidden; background:#fff;}
.main-visual .links .img img {width:100%;}
.main-visual .links .cnt {padding:22px;}
.main-visual .scroll {position:absolute; left:0; bottom:45px; width:100%; text-align:center;animation:scrollDown .9s linear infinite alternate; z-index:40;}
@keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

.m-tit {margin-bottom:10px;font-size:var(--font-size-28); font-weight:600; letter-spacing:-.03em; line-height:1.4em; color:#222;}
.m-txt {font-size:var(--font-size-17); font-weight:400; letter-spacing:-.03em; line-height:1.41em; color:#505050;}

/* sub */
.sub-visual {position:relative; height:280px;color:#fff; overflow:hidden; background:#333;}
.sub-visual .bg {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:2s; opacity:1; transform:scale(1.1); background-repeat:no-repeat; background-position:50% 0; background-size:cover;}
.sub-visual .inner {position:absolute; top:50%; left:0; width:100%; padding:0 20px; transform:translateY(-50%);}
.sub-visual .common-tit {margin-bottom:14px;text-align:left;}
.sub-visual .txt {font-size:var(--font-size-28); font-weight:600; letter-spacing:-.04em; line-height:1.4em; color:#000;} 
.sub-visual .bg1 {background-image:url("../images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("../images/common/sv2_1.jpg");}
.sub-visual .bg3 {background-image:url("../images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("../images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("../images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("../images/common/sv6.jpg");}
.sub-visual .bg7 {background-image:url("../images/common/sv7.jpg");}
.sub-visual .bg8 {background-image:url("../images/common/sv8.jpg");}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}
#contArea.wide .sub-title {padding-left:10px; padding-right:10px;}
.contain {width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}

.sub-title {padding:94px 0 50px; text-align:center;}

.real-cont {min-height:300px;}

/* footer */
#footer {padding:35px 0 25px; background:#f5f5f5; font-size:var(--font-size-15); line-height:1.5em;}
#footer .contain {position:relative;}
#footer span {display:inline-block;}
#footer a:hover {text-decoration:underline;}

#footer .comp-name {margin-bottom:12px;font-size:var(--font-size-17); font-weight:600;}
#footer .comp-name2 {font-size:var(--font-size-18); color:#222; font-weight:600;}
#footer address {font-style:normal; margin-bottom:18px;}
#footer .bar {width:1px; height:10px; background:#ccc; margin:0 18px;}

.foot-btm {display:flex;}
.foot-btm a {color:#454545;}
.copyright {color:#888; font-size:var(--font-size-15); margin-right:20px;}

.foot-right {position:absolute; right:30px;top:17px;}
.foot-right .wrap {margin-bottom:8px;display:flex; align-items:center;}
.foot-right .tel {margin-left:20px;position:relative;display:inline-block;padding-left:34px;color:var(--color-primary); font-size:var(--font-size-24); font-weight:700;}
.foot-right .tel:before {content:''; position:absolute;left:0; top:0; width:24px; height:24px; background:url('../images/common/f-tel.png') no-repeat 50% 50% /contain;}
.foot-right .hour {color:#888;}

.scroll-top {border-radius:100%; position:fixed; bottom:30px; right:60px; transition:.2s; opacity:0; display:flex; flex-direction:column; justify-content:center; width:70px; height:70px; text-align:center; color:#fff; font-size:var(--font-size-14); font-weight:300; line-height:1.3em; letter-spacing:0; background:#000; z-index:90;}
.scroll-top:before {content:"↑"; font-size:var(--font-size-15);}
.scroll-top.active {opacity:1;}



    .slider-container {
      overflow: hidden;
      width: 100%;
      background: #f8f8f8;
      padding: 20px 0;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
    }

    .slider-track {
      display: flex;
      width: max-content;
      animation: slideLeft 60s linear infinite;
    }

    .card {
      flex: 0 0 auto;
      width: 300px;
      margin: 0 10px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-align: center;
      padding: 10px;
    }

    .card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 10px;
    }

    .card h4 {
      font-size: 15px;
      color: #333;
    }

    @keyframes slideLeft {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }




.review-slider-wrapper {
  overflow: hidden;
  background: #f8f8f8;
  padding: 20px 0;
}

.review-slider-track {
  display: flex;
  animation: slide-left 60s linear infinite;
  width: max-content;
}

.review-slide {
  flex: 0 0 300px;
  height: 230px;
  margin: 0 10px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 내용 왼쪽 정렬 */
.review-text {
  font-size: 14px;
  color: #333;
  text-align: left;
  margin-bottom: auto;
}

/* 이름은 오른쪽 아래 */
.review-name {
  font-size: 13px;
  color: #777;
  position: absolute;
  right: 20px;
  bottom: 15px;
  margin: 0;
}
@keyframes slide-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }




/* 부모 링크 전체에 hover 효과 */
.main-visual .col a {
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
}

.main-visual .col a:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* 이미지 어두워지는 효과 */
.main-visual .col .img {
  position: relative;
  overflow: hidden;
}

.main-visual .col .img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.main-visual .col a:hover .img img {
  filter: brightness(80%);
  transform: scale(1.05);
}

/* 텍스트 강조 */
.main-visual .col a:hover .cnt dl dt,
.main-visual .col a:hover .cnt dl dd {
  color: #1d5bc2; /* 강조색, 원하는 색상으로 변경 */
}

.kakaoLiveWr {
    position: fixed;
    right: 20px;
    bottom: 160px;
    width: 120px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    overflow: hidden;
    z-index: 9999;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
}

.kakaoLiveWr .tit {
    background: linear-gradient(135deg, #c6004d, #ff437f);
    color: #fff;
    padding: 12px 0;
    font-size: 1.1rem;
    font-weight: 700;
}

.kakaoLiveWr ul.lst {
    list-style: none;
    margin: 0;
    padding: 12px 0;
}

.kakaoLiveWr ul.lst li {
    margin-bottom: 14px;
}

.kakaoLiveWr ul.lst li:last-child {
    margin-bottom: 0;
}

.kakaoLiveWr ul.lst li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #ffffff;
    border-radius: 8px;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
    user-select: none;
}

.kakaoLiveWr ul.lst li a:hover {
    background: #ffe8f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(198, 0, 77, 0.2);
}

.kakaoLiveWr .imgBox {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 50%;
}

.kakaoLiveWr .imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

/* 전화 아이콘 퍼짐 효과 */
.kakaoLiveWr .imgBox.imgEffect::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(198, 0, 77, 0.3);
    transform: translate(-50%, -50%) scale(1);
    z-index: 1;
    animation: pulseRing 1.5s infinite ease-out;
}

@keyframes pulseRing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.kakaoLiveWr .txtBox {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.kakaoLiveWr .callBox {
    font-size: 1.5rem;
    font-weight: 700;
    color: #c6004d;
    line-height: 1.1;
    white-space: nowrap;
}

.kakaoLiveWr .goTop {
    display: block;
    width: 100%;
    background: #f4f4f4;
    border: none;
    padding: 12px 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    border-top: 1px solid #ddd;
    transition: background 0.25s;
    user-select: none;
}

.kakaoLiveWr .goTop:hover {
    background: #eaeaea;
}


#reservation {
  scroll-margin-top: 100px; /* 스크롤 시 위에서 100px 띄움 */
}

#counter {
  font-size: 5rem;
  font-weight: bold;
}







 .rotating-border-btn {
    position: relative;
    padding: 50px 30px;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    background-color: #c6004d;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
  }

  .rotating-border-btn::before {
    content: '';
    position: absolute;
    top: -3px; left: -3px; right: -3px; bottom: -3px;
    border-radius: 12px;
    background: linear-gradient(90deg,
      transparent,
      #ff007f,
      #ff3a7a,
      #ff007f,
      transparent);
    background-size: 400% 100%;
    animation: rotateBorder 3s linear infinite;
    z-index: -1;
  }

  .rotating-border-btn:hover {
    background-color: #ff3a7a;
  }

  @keyframes rotateBorder {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 400% 50%;
    }
  }


.checkbox label {
    font-size: 12px; /* 원하시는 크기로 조절 */
}


  @media (max-width: 768px) {
  .kakaoLiveWr {
    display: none !important;
  }
  .rotating-border-btn {
	width: 100%;
	padding: 20px 0px;
  }

   #counter {
    font-size: 3rem; /* 모바일에서 크기 줄이기 */
  }
}