:root { 
    --seah-orange : #E54E2B;
    --seah-orange-thick : #e64d2c;
}

.sub_menu { 
    height: 50% !important;
}

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

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

.heading-main { 
    font-weight: 400;
    /* font-size: 24px; */
    font-size: clamp(18px, 3vw, 24px) !important;
    line-height: 1.75;
    letter-spacing: -.02em;
}

.story-heading-main { 
    text-align: center;
}

.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-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

  

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

.seah-blog-heading { 
    font-size: clamp(40px, 3vw, 43px) !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-container { 
    position: relative;
    max-width: 1320px !important;
}

.story-see-more { 
    position: absolute;
    right: 0;
    /* top : 10px; 68px */
    top: 58%;
}

.story-category-wrap {
    position: absolute;
    color: #fff;
    top: 6%;
    left: 6%;
    z-index: 3;
    border: 1px solid var(--seah-orange);
    padding: 1% 3%;
}
  
.story-category {
    color: var(--seah-orange);
    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 : var(--seah-orange) !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(19px, 2vw, 20px);
    line-height: 150%;
    font-weight: 700;
    color: #333333;
    min-height: 90px;
}

.card-title span { 
    display: block;
}

.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-body { 
    display: flex;
    flex-wrap: wrap; 
    gap: 8px;
    margin-top: 10px;
}

.card-tag { 
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #333333;
    background-color: #FFF;
    border: 1px solid #333333;
    border-radius: 20px; 
    white-space: nowrap; 
    transition: all 0.2s ease; 
}

.card-tag:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}



.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;
}

.see-more-mobile-version { 
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0; 

    display: none;
}

.see-more-pc-version { 
    display: flex;
    justify-content: start;
}

.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-wrap { 
    position: relative;
}

.plus-arrow { 
    top: 50% !important;
    right: 0;
    transform: translateY(-50%);
}

.plus-right { 
    /* right: 29px  */
    right : -5% !important;
}

.plus-left { 
   /* left : 29px  */
   left: -5% !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(22px, 3vw, 40px);
    margin-bottom: 16px;
    line-height: 1.33;
}

.slide-title span { 
    display: block;
}

.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; */
    left: -2%;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    z-index: 3;
    cursor: pointer;
    width: 62px !important;
    height: 62px !important;
}

.arrow-right { 
    position: absolute;
    /* right: -31px; */
    right: -2%;
    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;
}

.blog-search-input-container { 
    display: flex;
    justify-content: end;
}

.blog-search-input {
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    width: 250px;
    padding: 10px 10px;
}


.blog-search-input::placeholder { 
    color:#CCCCCC;
}

.blog-search-button { 
    width: 37px;
    height: 37px;
    margin-left: 12px;
    user-select: none;
    cursor: pointer;
}

.blog-title { 
    
}



/* @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 screen and (max-width: 768px) {
    .see-more-mobile-version { 
        display: flex;
    }

    .see-more-pc-version { 
        display: none;
    }

    .story-wrap { 
        margin-top : 25px;
    }

    .story-subtitle {
        font-size: 10px;
    }

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

    .arrow-left { 
        /* width: 40px !important; */
        width: 55px !important;
        left: -2.6%;
        /* display: none; */
    }

    .arrow-right { 
        /* width: 40px !important; */
        width: 55px !important;
        right: -2.6%;
        /* display: none; */
    }

    .arrow-left,.arrow-right { 
        top: 43%;
    }

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

        margin-bottom: 0;
    }

    .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;
        margin-right: auto;
    }

    .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;
    } */
    
    .story-see-more { 
        left: 0;
        top : 96%
    }
    
    .card-tag-body {
        gap: 6px;
        margin-top: 8px;
    }
    
    .card-tag {
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 16px;
    }

    .see-more-mobile-version > .see-more-pill { 
        padding : 5px 12px;
        font-size : 13px;
    }

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



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

  @media (max-width: 520px) {
    .arrow-right,
    .arrow-left { 
        width: 45px !important;
    }
  }


@media screen and (max-width: 480px) {
    .card-tag-body {
        gap: 5px;
        margin-top: 6px;
    }
    
    .card-tag {
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 14px;
        font-weight: 400; 
    }
}

  @media (max-width: 375px) {
    .story-heading-main { 
        text-align: start !important;
    }

    .card-tag {
        padding: 3px 6px;
        font-size: 11px;
        border-radius: 12px;
    }

    .arrow-right,
    .arrow-left { 
        width: 35px !important;
        top: 38%;
    }

    .arrow-right { 
        right : -5%;
    }

    .arrow-left {
        left : -5%;
    }

    .slide-title { 
        font-size:18px;
    }
  }
