.wording-container { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner { 
    padding: 0 60px !important;
}

.heading-main { 
    font-weight: 400;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: -.02em;
}

.overview { 
    background-color: #fff !important;
}

.plus-blog { 
    padding: 0 0 135px !important;
}

.sub_wrap .kv_area {
    background-image: url('/resources/images/pr/blog/seah-blog.jpg')
  }

.insight-blog { 
    display: block;
    background-image: url('/resources/images/pr/blog/insight-background.png');
    position: relative;
    /* background-position: 400px center; 
    background-repeat: no-repeat; */
    /* padding: 130px 0 184px; */
  }

.heading { 
    font-size: 3em;
    font-weight: bold;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

.seah-blog-heading { 
    font-size: clamp(25px, 3vw, 40px) !important;
}

.blog-heading { 
    max-width: 1440px !important;
    text-align: start !important;
    padding-bottom : 60px;
}

.seah-blog-heading strong { 
    font-weight: 700;
}

.heading-white { 
    color : #fff !important;
}

/* 전체 래퍼 */
.wrap {
    position: relative;
}
  
.wrap img {
    width: 100%;
    height: auto;
}


  /* 왼쪽 화살표 */
.left-arrow {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}
  
.left-arrow svg {
    transform: scaleX(-1);
    width: 80%;
}
  
  /* 오른쪽 화살표 */
.right-arrow {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}
  
.right-arrow svg {
    transform: none;
    width: 80%;
}
  
.story-category-wrap {
    position: absolute;
    color: #fff;
    top: 6%;
    left: 6%;
    z-index: 3;
    border: 1px solid #ff7f50;
    padding: 1% 3%;
}
  
.story-category {
    color: #ff7f50; 
    font-size: 14px; 
    font-weight: 600;
}
  
.title-wrap {
    position: absolute;
    left: 6%;
    bottom: 10%;
    z-index: 3;
}
  
.story-title {
    color: #fff; 
    font-size: 20px; 
    margin-bottom: 16px;
    line-height: 1.33;
}
  
  
.story-subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff; 
    font-size: 14px; 
}
  

.card-grid { 
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    position: relative;
}

.card-wrapper { 
    max-width: 460px;
    height: 100%;
    background-color: #FFF;
    border: 1px solid #d5d5d5;
}

.card-body { 
    padding : 5% 6%;
    min-height: 240px;
}

.card-category { 
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
    color : #ff7f50 !important;
    font-size: clamp(12px,2vw,18px) !important;
}

.card-header { 
    width: 100%;
}

.card-header img { 
    display: block;
    min-height: 240px;
    object-fit: cover;
}

.card-title {  
    display: block;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 150%;
    font-weight: 700;
    color: #333333;
}

.card-content { 
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: clamp(14px, 2vw, 18px);
    line-height: 125%;
    font-weight: 500;
    color: #333333;
}

.card-tag { 
    height: auto;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #333333;
    background-color: #FFF;
    border: 1px solid #333333;
    border-radius: 100px;
}

.card-tag-body { 
    display: flex;
    gap : 10px;
}

.see-more { 
    position: absolute;
    right: 0;
    bottom : -45px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    transition: color .3s ease;
}

.see-more-pill { 
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: auto;
    gap: 5px;
    padding: 10px 17px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #333333;
    background-color: #FFF;
    border: 1px solid #333333;
    border-radius: 100px;
    transition: all ease 0.3s;
}

.pill-white { 
    background: transparent !important;
    border : 2px solid #fff;
    color : #fff;
    /* border: 1px solid #; */
}

.see-more-pill:hover { 
    transform: scale(1.1);
}

.pill-white svg { 
    color : #fff;
    fill: #fff;
}

.see-more-pill span { 
    margin-top: 2px;
}

.plus-left,
.plus-right {
  transition: opacity 0.3s ease;
}

.plus-left.hidden,
.plus-right.hidden {
  opacity: 0;
  pointer-events: none;
}

.plus-arrow { 
    top: 55% !important;
}

.plus-right { 
    right: 29px !important;
}

.plus-left { 
   left : 29px !important;
}

.arrow-icon { 
    margin-top : -4px !important;
}

.see-more:hover { 
    color: #e64d2c !important;
}

.plus-swiper { 
    margin-top : unset !important;
}

.plus-swiper .swiper-slide { 
    filter: unset !important;
}

.swiper { 
    user-select: none;
    margin-top: 100px;
}

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

.swiper-wrapper { 
    height: auto;
}

.swiper-slide { 
    cursor: pointer;
    user-select: none;
    visibility: visible !important;
    opacity: 1 !important;
    height: fit-content;
}

.swiper-root { 
    position: relative;
}

.gradition {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 1px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 28.06%,
      rgba(0, 0, 0, 0.5) 84.68%
    );
}

.slide-title-box { 
    position:absolute;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color:#fff; 
    left: 6%;
    bottom: 10%;   
    z-index:2;
    padding-right: 30px;
}

.slide-title { 
    font-weight: 700;
    font-size: clamp(25px, 3vw, 40px);
    margin-bottom: 16px;
    line-height: 1.33;
}

.slide-summary { 
    color: #fff;
    font-size: clamp(14px, 2vw, 18px) !important;
    line-height: 1.5;
}

.swiper-slide {
    transform: scale(0.8);
    filter: brightness(0.4);
    transition: 0.3s;
}

.swiper-slide-active {
    transform: scale(1);
    filter: none;
    opacity: 1;
    cursor: pointer;
}

.swiper-slide-duplicate {
    display: block; 
    visibility: visible;
    opacity: 1;
}

.story-wrap { 
    position: relative;
}

.story-wrap img {
    width: 100%;
    height: auto;
}

.arrow-left { 
    position: absolute;
    left: -31px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    z-index: 3;
    cursor: pointer;
    width: 62px !important;
    height: 62px !important;
}

.arrow-right { 
    position: absolute;
    right: -31px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    width: 62px !important;
    height: 62px !important;
}

.story-category-box { 
    position: absolute;
    color: #fff;
    top: 6%;
    left: 6%;
    z-index: 3;
    border: 1px solid #FF6600;
    padding: 1% 3%;
}

.story-category-word { 
    color: #FF6600 !important;
    font-size: clamp(12px, 2vw, 16px);
    line-height: 140%;
    font-weight: 700;
}

.progress-bar { 
    width: 100%;
    height: 3px;
    margin-top: 85px;
    background-color: #e8ebec;
}

.progress-bar-fill { 
    background-color: #f60;
    width: 0%;
    height: 100%;
    transition: width 0.5s;
}


@media (max-width: 1440px) {
    .slide-title {
      font-size: 25px;
    }
}
  
@media (max-width: 1024px) {
    .story-title {
      font-size: 25px;
    }

    .card-grid { 
        grid-template-columns: 1fr 1fr;
        margin: 15px auto;
    }
}
  
@media (max-width: 768px) {
    .story-subtitle {
        font-size: 10px;
    }

    .story-title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .arrow-left { 
        width: 40px !important;
        display: none;
    }

    .arrow-right { 
        width: 40px !important;
        display: none;
    }

    .card-grid { 
        grid-template-columns: 1fr;
        margin: 15px auto;
        width: 100%;
    }

    .card-wrapper { 
        margin: 0 auto;
        max-width: unset;
        width: 100%;
    }

    .heading-main { 
        font-size: 4.44vw;
        line-height: 1.58;
        text-align: left;
        letter-spacing: -.03em;
    }

    .wording-container { 
        flex-direction: column;
    }

    .see-more-pill { 
        margin-right : auto;
        margin-top : 20px;
        margin-bottom : 40px;
    }

    .progress-bar { 
       margin-top: 30px;
    }

    .story-category-wrap {
        padding: 3px 6px;
    }

    .plus-arrow { 
        display: none !important;
    }
  }

  @media (max-width: 640px) {
    .inner { 
        padding : 0 20px !important;
    }
  }