@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:0}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.txt_center_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom:150px;
  }
  .txt_center_box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .txt_center_box .en,  .txt_center_box2 .en {
    font-size:1.2rem;
    font-family: 'Open Sans';
    color:#a6937c;
    font-weight: 300;
    letter-spacing:7px
  }
  
  .txt_center_box .big,  .txt_center_box2 .big{
    font-size:4rem;
    font-family: '42dot Sans';
    color:#555;
    font-weight: 500;
    line-height: 1.8;
  }
  
  .txt_center_box .sm,  .txt_center_box2 .sm {
    font-size:1.5rem;
    font-family: 'Noto Sans';
    color:#555;
    font-weight: 300;
  }
  .txt_center_box2 .en2 {
    font-size:1.2rem;
    font-family: 'Open Sans';
    color:#a6937c;
    font-weight: 300;
    letter-spacing:7px
  }
  
 .txt_center_box2 .big2{
    font-size:2.8rem;
    font-family: '42dot Sans';
    color:#555;
    font-weight: 500;
    line-height: 1.8;
  }
  
  .txt_center_box2 .sm2 {
    font-size:1.2rem;
    font-family: 'Noto Sans';
    color:#555;
    font-weight: 300;
    line-height: 1.4;
    text-align:center
  }
  .beige {
    position:relative;
    width:100%;
    height:45vh;
    background: #f5eee5;
  }
  
  #ctt_con img.bg_png {
    position:absolute;
    bottom:0;
    left:15%;
    height:55vh
  }

  .top_txt {
    right: 20%;
    position: absolute;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: -.5px;
    font-family: '42DOT SANS';
    font-weight: 400;
    top: 130px;
    color:#352a25
  }

  .bottom_txt {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.6;
    display: inline-block;
    padding-top: 10px;
    color:#777
  }

  .txt_center_box.pd {
    padding:150px 0
  }
  .txt_center_box .inner_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width:60%
  }

  .tb p {
    text-align: center;
    padding: 20px;
    font-size: 1.2rem;
    font-family: 'Open sans';
    background: #f7f7f7;
    color: #555;
  }

  .f7 {
    background:#f7f7f7
  }

  .inner_box li {
    width:100%;
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 3.5;
    border-bottom: 1.5px solid #a6937c;
    color: #555;
    letter-spacing: 1px;
  }
  .inner_box ul {
    width:70%
  }
  .jcon-c {
    justify-content: center !important;
  }
   #ctt_con .top_txt.left {
    position:relative;
    right:auto;
    text-align: right;
    height:48vh
  }
 #ctt_con img.bg_png.right {
    position:relative;
    left:auto
  }
  .flex_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:80%
  }
  .beige.center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

    #ctt_con img.bg_png.right.bottom {
    position:relative;
    left:auto;
    bottom:59px
  }

  @media (max-width: 1023px) {
  #ctt {
    min-width:auto
  }
}

.lifting-slider-wrapper {
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.lifting-slider-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 70%;
  margin: 0 auto;
}

.lifting-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 36px;
  display: flex;
  justify-content: center;
  z-index: 10;
  transition: background 0.3s ease;
}

.lifting-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.lifting-arrow-left {
  left: 10px;
}

.lifting-arrow-right {
  right: 10px;
}

.lifting-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  margin:80px 0
}

.lifting-slide-item {
  flex: 0 0 calc(33.333% - 20px);
  margin: 0 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lifting-slide-item:hover {
  transform: translateY(-5px);
}

.lifting-slide-item.lifting-active {
}

.lifting-slide-img {
  width: 100%;
  height:auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.lifting-slide-title {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.lifting-tab-content {
  background: #f8f9fa;
  min-height: 300px;
}

.lifting-content-item {
  display: none;
  animation: liftingFadeIn 0.5s ease;
}

.lifting-content-item.lifting-active {
  display: block;
}

.lifting-content-item h3 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 20px;
  border-bottom: 3px solid #3498db;
  padding-bottom: 10px;
}


.lifting-content-item ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.lifting-content-item li {
  padding: 10px 0 10px 25px;
  position: relative;
  font-size: 15px;
  color: #666;
}

.lifting-content-item li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #3498db;
  font-weight: bold;
}

@keyframes liftingFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .lifting-slide-item {
    flex: 0 0 calc(100% - 20px);
  }
  
  .lifting-tab-content {
    padding: 25px;
  }
  
  .lifting-content-item h3 {
    font-size: 22px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .lifting-slide-item {
    flex: 0 0 calc(50% - 20px);
  }
}