/* * {
  outline: 1px solid #248bda;
} */


html {
  scroll-behavior: smooth;
}

.Wrap {
  overflow: hidden;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

/* --- header --- */
.gnb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  background-color: #FFFAEE;
  line-height: 70px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  z-index: 999;
}

.gnb h1 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.5s;
}

.gnb h1.on {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  transform: translateX(-50%);
  z-index: 1;
}

.gnb ul {
  display: flex;
}

.gnb>ul>li>a {
  padding: 0 30px;
}

.gnb>ul>li:hover .sub-menu {
opacity: 1;
top: 60px;
}

.sub-menu {
position: absolute;
display: flex;
flex-direction: column;
border: 1px solid #fff;
background-color: #FFFAEE;
padding: 0 50px;
border-radius: 10px;
font-size: 15px;
justify-content: center;
align-items: center;
text-align: center;
opacity: 0;
transition: 0.3s;
color: rgb(0, 0, 0);
transform: translateX(-10%);
line-height: 60px;
top: 80px;
}


.navbar {
  display: none;
}

/* --- main-visual 시작 --- */
.main-visual .content {
  display: flex;
  width: 100%;
  height: 100vh;
}

.main-visual .content figure {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-visual .content figure img:hover {
  transform: scale(1.1);
  transition: transform .5s;
  overflow: hidden;
}

.main-visual .wheel {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 60px;
  border: 3px solid rgba(255, 255, 255, 0.75);
  border-radius: 25px;
  font-size: 0;
}

.main-visual .wheel::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  animation: wheel 0.7s infinite linear;
}


@keyframes wheel {
  to {
      top: 20px;
  }
}

/* --- pint 시작 --- */
.pint {
  position: relative;
  padding: 120px 0 350px;
}

.pintBg-swiper {
  width: 100%;
  height: 220px;
}

.pintBg-swiper img {
  width: 100%;
  height: 100%;
}

.pintProduct-swiper {
  position: absolute;
  top: -10%;
  left: 20%;
  width: 750px;
  height: 750px;
}

.pintText-swiper {
  position: absolute;
  bottom: 7%;
  right: 15%;
  width: 700px;
  height: 250px;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.pintText-swiper .inner strong {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.pintText-swiper .inner span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
}

.pintText-swiper .inner p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -.2px;
  margin-bottom: 40px;
}

.pintText-swiper .inner .btn {
  outline: none;
  font-size: 14px;
  border: 1px solid #222;
  background-color: #fff;
  padding: 5px 15px;
  letter-spacing: -.2px;
  cursor: pointer;
}

.pintText-swiper .swiper-pagination-bullet {
opacity: 0;
}


.pint-prev {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 30px;
cursor: pointer;
transform: translateY(100%);
color: rgb(137, 137, 137);
}

.pint-next {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 30px;
cursor: pointer;
transform: translateY(100%);
color: rgb(137, 137, 137);
}

.pint-prev::after {
  display: none;
}

.pint-next::after {
  display: none;
}

.pint-prev:hover {
  color: rgb(0, 0, 0);
  border: 1px solid rgba(221, 221, 221, 0.1);
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.1);
  background: transparent;
}

.pint-next:hover {
  color: rgb(0, 0, 0);
  border: 1px solid rgba(221, 221, 221, 0.1);
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.1);
}

/* --- stickbars 시작 --- */
.stickbars {
  background: url(../img/stickbar-bg.jpg);
  position: relative;
  padding: 50px 0 120px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.stickbars h2 {
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  margin: 0 0 50px;
  transition: 0.5s;
}

.xi-plus-min {
  display: block;
  position: absolute;
  top: 9%;
  left: 53.7%;
  font-size: 30px;
  transition: 0.3s;
}

.xi-plus-min:hover {
  transform: rotate(90deg) ;
}

.stickbars-swiper {
  width: 1200px;
}

.stickbars-swiper .swiper-wrapper {
  width: 150px;
}

.stickbars-swiper .swiper-slide {
  /* border: 1px solid #ddd;
  border-radius: 10px; */
  padding: 20px 0;
  width: 150px;
}

.stickbars-swiper .swiper-slide img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.stickbars-swiper .inner {
  text-align: center;
}

.stickbars-swiper .inner strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.stickbars-swiper .inner p {
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
}


.stickbars-next {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 30px;
  color: rgb(137, 137, 137);
  transform: translateX(-50%);
}

.stickbars-prev {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 30px;
  color: rgb(137, 137, 137);
  transform: translateX(50%);
}

.stickbars-prev:hover {
  color: rgb(0, 0, 0);
  border: 1px solid rgba(221, 221, 221, 0.1);
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.1);
  background: transparent;
}

.stickbars-next:hover {
  color: rgb(0, 0, 0);
  border: 1px solid rgba(221, 221, 221, 0.1);
  border-radius: 50%;
  background-color: rgba(221, 221, 221, 0.1);
}



/* --- sns 시작 --- */
.sns {
  position: relative;
  padding: 0 0 150px;
}

.sns h2 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
}

.sns strong {
  display: block;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-bottom: 50px;
  color: rgb(76, 76, 76);
}

/* .snsLogo {
  position: absolute;
  top: 5%;
  left: 11%;
  width: 300px;
  height: 300px;
  /* z-index: 999; */
/* animation: spin 30s infinite linear;
  opacity: 0.5;
} */

/* @keyframes spin {
  100% {
    transform: rotate(360deg);
  }
} */

.sns-swiper {
  width: 350px;
  height: 350px;
  margin-left: 365px;
  cursor: pointer;
  overflow: visible;
}

.sns-swiper .swiper-wrapper {
  width: 350px;
  height: 350px;
}

.sns-swiper .swiper-slide {
  width: 350px;
  height: 350px;
  overflow: hidden;
}

.sns-swiper .swiper-slide img {
  width: 350px;
  height: 350px;
  object-fit: cover;
}

.sns-swiper .swiper-slide:hover .hover {
  opacity: 1;
  top: 0;
}

.sns-swiper .swiper-scrollbar {
  position: absolute;
  bottom: -15%;
  left: 0;
  width: 1170px;
  overflow: hidden;
}

.heart {
  width: 100%;
  display: flex;
margin-bottom:30px ;
justify-content: center;
align-items: center;
text-align: center;
gap: 30px;
}



.hover {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: rgb(0, 0, 0 ,0.7);
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 26px;
  font-weight: 500;
  opacity: 0;
  transition: top 0.5s;
}

/* --- footer 시작 --- */
#Footer {
  /* padding: 0 0 50px; */
  background-color: #f9f8f7;
}

.ft-top {
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.policy {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 60px;
  text-align: center;
}

.policy .personal {
  font-weight: 500;
}

.policy li {
  flex: 1;
}

.policy li::before {
  content: "";
  width: 1px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}

.ft-bt .container {
  display: flex;
  border-bottom: 1px solid rgb(231, 231, 231);
  padding: 20px 15px;
}

.ft-logo img {
  display: block;
  margin: 0 50px 0 0;
}

.ft-bt .strong {
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.ft-bt .ceo {
  color: #000;
  font-weight: 500;
}

.ft-bt ul {
  margin: 0 255px 0 0;
}

.ft-bt ul>li {
  line-height: 24px;
  color: rgb(78, 78, 78);
}

#FamilySite { 
  width: 160px; 
  border: none; 
  background-color:#f9f8f7; 
  border-bottom: 1px solid #222;
  padding-bottom: 5px;
  }

.copyright {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 80px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 15px 18px;
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0 5px 12px 3px rgb(0 0 0 / 15%);
  transition: 0.5s;
}

/* #myBtn:hover {
  background-color: rgb(0, 0, 0); 
  color: rgb(255, 255, 255); 
} */


@media screen and (max-width:767px) {

  /* --- header 시작 --- */
  .gnb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
  }

  .gnb .left-list {
    display: none;
  }

  .gnb .right-list {
    display: none;
  }

  .gnb h1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -10%);
  }

  /* --- navbar --- */
  .content {
    max-width: 1050px;
    width: 90%;
    margin: auto;
  }

  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    z-index: 999;
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }

  .navbar .menu-items {
    display: flex;
  }

  .navbar .nav-container li {
    list-style: none;
  }

  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
  }

  .navbar .nav-container a:hover {
    font-weight: bolder;
  }

  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }

  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 26px;
    width: 26px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .nav-container .hamburger-lines {
    display: block;
    height: 21px;
    width: 26px;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-container .hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 10px;
    background: #000000;
  }

  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background-color: #FFFAEE;
  }

  .navbar .menu-items li {
    /* margin-bottom: 15px; */
    font-size: 1.5rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 1.2rem;
    color: #0e2431;
  }

  .nav-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
  }

  .nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-45deg);
  }

  .nav-container input[type="checkbox"]:checked~.logo {
    display: none;
  }

  /* --- main-visual 시작 --- */
  .main-visual .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
  }

  .main-visual .content figure img:hover {
    transform: none;
  }

  .main-visual .wheel {
    display: none;
  }

  /* --- pint 시작 --- */
  .pint {
    position: relative;
    padding: 120px 0 320px;
  }

  .pintBg-swiper {
    width: 100%;
    height: 150px;
  }

  .pintBg-swiper img {
    width: 100%;
    height: 100%;
  }

  .pintProduct-swiper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 350px;
    height: 350px;
    transform: translateX(5%);
  }

  .pintText-swiper {
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    width: 280px;
    height: 220px;
    overflow: hidden;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pintText-swiper .inner strong {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .pintText-swiper .inner span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .pintText-swiper .inner p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -.2px;
    margin-bottom: 30px;
    overflow-wrap: break-word;
  }

  .pintText-swiper .inner .btn {
    display: none;

  }

  .pint-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    opacity: 0.5;
    position: absolute;
    bottom: -70%;
    left: 0;
    transform: rotate(90deg);
    width: 100px;
  }

  .pintText-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #000;
  }

  .pintText-swiper .swiper-pagination-bullet {
    opacity: 1;
    line-height: 60px;
    background-color: #ddd;
  }

  .pint-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 30px;
  cursor: pointer;
  transform: translateY(100%);
  color: #000000;
  opacity: 0;
  }
  
  .pint-prev::after {
    display: none;
  }
  
  .pint-next::after {
    display: none;
  }
  
  .pint-next {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 30px;
  cursor: pointer;
  transform: translateY(100%);
  color: #000000;
  opacity: 0;
  }

  /* --- stickbars --- */
  .stickbars {
    background: url(../img/stickbar-bg.jpg);
    position: relative;
    padding: 50px 0 120px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .stickbars h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    margin: 0 0 30px;
  }

  .xi-plus-min {
    display: none;
  }
  
  .xi-plus-min:hover {
    transform: rotate(90deg) ;
  }

  .stickbars-swiper {
    width: 100%;
  }

  .stickbars-swiper .swiper-wrapper {
    width: 100%;
  }

  .stickbars-swiper .swiper-slide {
    /* border: 1px solid #ddd;
    border-radius: 10px; */
    padding: 20px 0;
    width: 150px;
  }

  .stickbars-swiper .swiper-slide img {
    display: block;
    width: 300px;
    margin: 0 auto 30px;
  }

  .stickbars-swiper .inner {
    text-align: center;
  }

  .stickbars-swiper .inner strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .stickbars-swiper .inner p {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
  }


  .stickbars-next {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
    color: rgb(137, 137, 137);
    transform: translate(-50%, 50%);
  }

  .stickbars-prev {
    position: absolute;
    top: 50%;
    right: 15%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
    color: rgb(137, 137, 137);
    transform: translate(50%, 50%);
  }

  .stickbars-prev:hover {
    color: rgb(0, 0, 0);
    border: 1px solid rgba(221, 221, 221, 0.1);
    border-radius: 50%;
    background-color: rgba(221, 221, 221, 0.1);
    background: transparent;
  }

  .stickbars-next:hover {
    color: rgb(0, 0, 0);
    border: 1px solid rgba(221, 221, 221, 0.1);
    border-radius: 50%;
    background-color: rgba(221, 221, 221, 0.1);
  }


  /* --- sns 시작 --- */
  .sns {
    padding: 0 0 80px;
  }

  .sns h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
  }

  .sns strong {
    display: block;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(76, 76, 76);
  }

  .sns-swiper {
    width: 300px;
    height: 300px;
    margin-left: 40px;
    cursor: pointer;
    overflow: visible;
  }

  .sns-swiper .swiper-wrapper {
    width: 300px;
    height: 300px;
  }

  .sns-swiper .swiper-slide {
    width: 300px;
    height: 300px;
  }

  .sns-swiper .swiper-slide img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }

  .sns-swiper .swiper-scrollbar {
    display: none;
  }

  /* --- footer 시작 --- */
  #Footer {
    /* padding: 0 0 50px; */
    background-color: #f9f8f7;
  }

  .ft-top {
    border-top: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
  }

  .ft-top .container {
    width: 100%;
    margin: 0;
  }

  .policy {
    display: none;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .policy .personal {
    font-weight: 500;
  }

  .policy li {
    width: 50%;
  }

  .policy li::before {
    content: "";
    width: 1px;
    height: 3px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
  }

  .ft-bt .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgb(231, 231, 231);
    padding: 20px 15px;
  }

  .ft-logo img {
    width: 100px;
    display: block;
    margin: 0 auto 15px;
  }

  .ft-bt .strong {
    display: none;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .ft-bt .ceo {
    color: #000;
    font-weight: 500;
  }

  .ft-bt ul {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .ft-bt ul>li {
    line-height: 24px;
    color: rgb(78, 78, 78);
    overflow-wrap: break-word;
  }

  #FamilySite { 
    display: block;
    width: 160px; 
    border: none; 
    background-color:#f9f8f7; 
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
    margin: 0 auto;
  }

  .copyright {
    width: 100%;
    padding: 10px 80px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 350px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 11px 14px;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: 0 5px 12px 3px rgb(0 0 0 / 15%);
    transition: 0.5s;
  }

}