/* main-visual */
.visual-hero__bg {
  position: relative;
  overflow: hidden;
}

.visual-hero__bg img {
  width: 100%;
}

.visual-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.visual-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.visual-tltle {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 25px;
}

.visual-text {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 500;
}

.visual-btn {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  padding: 18px 58px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

@media (max-width: 1024px) {
  .visual-tltle {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .visual-text {
    font-size: 18px;
  }
}


/* split-section */
.split-section{
  padding:120px 0;
}

.split-inner{
  max-width:1780px;
  margin:0 auto;
  display:flex;
  justify-content: space-between;
}

.eyebrow{
  margin:0 0 15px;
  font-size:14px;
  font-weight: 600;
  color:#A97D64;
}

.title{
  margin:0 0 25px;
  font-size:30px;
  font-weight:600;
  line-height:1.5;
}

.desc{
  font-size:16px;
  line-height:1.5;
  word-break: keep-all;
}

.split-media{
  overflow:hidden;
}

.split-media img{
  width:100%;
  object-fit:cover;
}

.hero-banner{
  position:relative;
  overflow:hidden;
}

.hero-banner__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative; 
  z-index:0;
}

.hero-inner{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:2;
  text-align:center;
  color:#fff;
  width:100%;         
  padding:0 20px;   
}

.hero-title{
  margin:0 0 20px;
  font-size:30px;
  font-weight:600;
  line-height:1.5;
}

.hero-desc{
  font-size:16px;
  line-height:1.5;
  word-break: keep-all;
}

.hero-inner .title {
  margin:0 0 30px;
  font-size:36px;
  font-weight:600;
  line-height:1.5;
}

@media (max-width:1780px){
  .split-section{
    padding:120px 20px;
  }
}

@media (max-width:1580px){
  .split-inner{
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width:768px){
  .split-section{
    padding:90px 20px 80px;
  }

  .eyebrow {
    margin: 0 0 10px;
  }

  .title {
    font-size: 24px;
  } 

  .desc {
    font-size: 14px;
    letter-spacing: -2%;
  }

  .hero-title {
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: -2%;
  }

  .hero-desc{
    font-size: 14px;
    letter-spacing: -2%;
  }

  .hero-inner .title {
    margin: 0 0 15px;
    font-size: 24px;
    letter-spacing: -1%;
  }
}

/* hanok-section */
.hanok-section{
  width:100%;
  max-width:1740px;
  margin:0 auto;
  padding:100px 0 0;
}

.hanok-item{
  display:flex;
  justify-content: space-between;
  margin-bottom:120px;
}

.hanok-text{
  position: relative;
}

.hanok-en{
  display:block;
  font-size:96px;
  color:#000;
  opacity: 0.02;
  font-weight:800;
  line-height: 1;
  margin-bottom: -45px;
}

.hanok-eyebrow{
  font-size:28px;
  font-weight:600;
  color: #A97D64;
  margin-bottom: 10px;
  line-height: 1.5;
}

.hanok-title{
  font-size:30px;
  font-weight:600;
  line-height: 1.5;
}

.hanok-line {
  margin: 33px 0;
  border-left: 1px #A97D64 solid;
  width: 1px;
  height: 90px;
}

.hanok-desc{
  font-size:16px;
  line-height:1.5;
}

.hanok-img img{
  width:100%;
  height:auto;
  display:block;
}

@media (max-width:1780px){
  .hanok-section {
    padding: 100px 20px 0;
  }
}

@media (max-width:1580px){
  .hanok-item{
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width:1024px){
  .hanok-item{
    margin-bottom:50px;
  }

  .hanok-section{
    padding:80px 20px 0;
  }
}

@media (max-width:768px){
  .hanok-item{
    align-items: center;
  }

  .hanok-text {
    text-align: center;
  }

  .hanok-en {
    font-size: clamp(32px, 15vw, 74px);
    margin-bottom: -20px;
  }

  .hanok-eyebrow {
    font-size: 20px;
  }

  .hanok-line {
    height: 60px;
    margin: 15px auto;
  }

  .hanok-desc {
    font-size: 14px;
  }
}

/* hanok-work */
.hanok-work{
  background:#F7F1ED;
  padding:110px 0 100px;
  background-image:url("/ado/images/work__grid_bg.png");
  background-position: right bottom;  
  background-repeat:no-repeat;
}

.hanok-work__inner{
  max-width:1780px;
  margin:0 auto;
}

.hanok-work__head{
  margin-bottom:90px;
}

.hanok-work__kicker{
  display: block;
  font-size:14px;
  font-weight: 600;
  line-height: 1.5;
  color: #A97D64;
  margin-bottom:10px;
}

.hanok-work__title{
  font-size:30px;
  font-weight:600;
  margin-bottom:20px;
  line-height: 1.5;
}

.hanok-work__sub{
  font-size:16px;
  line-height:1.5;
}

.hanok-work__grid{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}

.hanok-card{
  display:block;
  color:inherit;
  text-decoration:none;
}

.hanok-card__thumb{
  overflow:hidden;
}

.hanok-card__thumb img{
  width:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}

.hanok-card__body{
  position:relative;
  padding:15px 20px 0 0;
}

.hanok-card__ttl{
  margin:0 0 5px;
  font-size:16px;
  font-weight:600;
  line-height:1.5;
  word-break: keep-all;
}

.hanok-card__desc{
  font-size:14px;
  line-height:1.5;
}

.hanok-card__arrow{
  position:absolute;
  right:0;
  bottom:2px;
  transition:transform .25s ease;
}

.hanok-card:hover .hanok-card__thumb img{
  transform:scale(1.05);
}

.hanok-work__more{
  margin-top:80px;
  display:flex;
  justify-content:center;
}

.hanok-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:60px;
  padding:0 40px;
  background:#000;
  color:#fff;
  font-size:16px;
  line-height:1.5;
  font-weight:600;
  text-decoration:none;
}

@media (max-width:1780px){
  .hanok-work {padding: 110px 20px 100px;}
}

@media (max-width:1024px){
}

.hanok-work__swiper .hanok-nav-wrap{ display:none; }

@media (max-width: 768px){
  .hanok-work{
    background-image:url("/ado/images/mo/work__grid_bg.png");
    background-position: right bottom;  
    background-repeat:no-repeat;
  }

  .hanok-work__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .hanok-work__sub {
    font-size: 14px;
  }

  .hanok-work__head {
    margin-bottom: 50px;
  }

  .hanok-work__grid{
    display:flex !important;          
    gap:0;                  
  }

  .hanok-card.swiper-slide{
    width:auto;             
  }

  .hanok-work__swiper{
    position:relative;
    overflow:hidden;
    padding-bottom:10px;
  }

  .hanok-nav-wrap {
    display: flex !important;
    gap: 20px;
    margin-bottom: 40px;
    justify-content: flex-end;
  }

  .hanok-work__swiper .hanok-nav{
    display:block;
    position:relative;
    width:30px;
    height:30px;
    border-radius:999px;
    border:1px solid transparent;
    background:#000; 
    z-index:5;
    cursor:pointer;
  }

  .hanok-work__swiper .hanok-nav::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%); inset:0;
    margin:auto;
    width:7px; height:7px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    transform:rotate(-45deg);
  }
  .hanok-work__swiper .hanok-nav--prev::before{
    transform:rotate(135deg);
    margin-left: 12px;
  }

  .hanok-work__swiper .hanok-nav--next::before{
    margin-right: 12px;
  }

  .hanok-nav.swiper-button-disabled{
    opacity:.3;
    background: transparent; 
    border:1px solid rgba(0,0,0,0.3);
    cursor:default;
    pointer-events:none;
  }
  .hanok-work__swiper .hanok-nav.swiper-button-disabled::before{
    border-right:1px solid rgba(0,0,0,.3);
    border-bottom:1px solid rgba(0,0,0,.3);
  }

  .hanok-card__ttl {
    margin: 0;
    font-size: 14px;
  }

  .hanok-card__desc {
    font-size: 12px;
  }

  .hanok-card__arrow img {
    width: 15px;
  }

  .hanok-btn {
    height: 50px;
    padding: 0 30px;
    font-size: 14px;
  }
}