/* anchor */
.p-anchor__head {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    line-height: 56px;
}
.p-anchor__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 42px 20px;
    margin-bottom: 16px;
}
.p-anchor__list a {
    text-decoration: none;
    color: #28201B;
    width: calc((100% - 40px) / 3);
}
.p-anchor__list a:hover {
    opacity: 0.8;
}
.p-anchor__item {
    background: var(--lt-beige);
    border-radius: 10px;
    padding: 15px 10px 39px;
}
.p-anchor__item::before {
    content: '';
    width: 24px;
    height: 24px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    background-image: url(../../../../assets/images/icon_arrow_down.svg);
    background-repeat: no-repeat;
    position: absolute;
}
.p-anchor__copy {
    background: var(--white);
    font-size: 14px;
    text-align: center;
    padding: 6px 0 7px;
    width: 100%;
    max-width: 190px;
    border-radius: 24px;
    color: var(--ncb-orange);
    font-weight: 700;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
    z-index: 1;
}
.p-anchor__copy::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 14px solid #ffffff;
    border-bottom: 0;
    bottom: -13px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.p-anchor__img {
    margin: 0 auto 10px;
    display: block;
    width: 150px;
}
.p-anchor__text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    min-height: 44px;
}
.p-anchor__text span {
    font-weight: 800;
}
.p-anchor__list a:nth-of-type(4) .p-anchor__text {
    line-height: 44px;
}
@media screen and (max-width: 767.9px) {
    .p-anchor__head {
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 52px;
    }
    .p-anchor__list {
        flex-direction: column;
        gap: 32px;
    }
    .p-anchor__list a {
        width: 100%;
    }
    .p-anchor__item {
        padding: 20px 10px 15px;
    }
    .p-anchor__copy {
        width: 181px;
        margin: 0 auto 16px;
        top: -20px;
    }
    .p-anchor__copy::before {
        border-top: 14px solid #ffffff;
        bottom: -14px;
    }
    .p-anchor__item::before {
        bottom: 35px;
        left: auto;
        right: 10px;
    }
    .p-anchor__wrap {
        display: flex;
        align-items: center;
        gap: 9px;
        width: fit-content;
    }
    .p-anchor__img {
        width: 120px;
        margin-bottom: 0;
    }
    .p-anchor__text {
        font-size: 16px;
        text-align: left;
        width: 150px;
    }
    .p-anchor__list a:nth-of-type(4) .p-anchor__text {
        line-height: normal;
        min-height: inherit
    }
}

/* cv */
.c-box-app{
    background: var(--white);
}

/* slick */
.c-carousel.c-carousel-ui {
    width: 100%;
}
.c-carousel__item.c-carousel-ui__item {
    width: 400px;
}
.c-carousel__arrow {
    width: 400px;
    margin: auto;
    bottom: 0;
    right: 0;
}
.c-carousel__slide--next.c-carousel-ui__slide--next {
    right: -60px;
}
.c-carousel__slide--prev.c-carousel-ui__slide--prev {
    left: -60px;
}
.c-carousel-ui__dots.c-carousel__dots li.slick-active {
    width: 10px;
    height: 10px;
}
.c-carousel-ui__dots.c-carousel__dots li {
    width: 10px;
    height: 10px;
    background: var(--gray);
    margin: 0 7.5px;
}
.c-carousel__dots-wrap {
    padding: 30px 0 0;
}
.slick-track {
    display: flex!important;
}
.slick-slide {
    height: auto !important;
    margin: 0 35px;
}
.c-carousel-ui__item {
    background: var(--lt-gray);
    border-radius: 10px;
}
.p-carousel-ui__box {
    padding: 20px 30px 30px;
}
.p-carousel__num {
    width: fit-content;
    background: var(--ncb-orange);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 0 22px;
    margin: 0 auto 13px;
    border-radius: 13px;
}
.p-carousel__title {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.p-carousel__title.p-2line {
    min-height: 50px;
}
.p-carousel__title span{
    display: block;
    font-size: 12px;
}
.p-carousel-ui__image {
    width: 280px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}
.p-carousel__body {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
@media screen and (max-width: 767.9px) {
    .c-carousel__slide {
        max-width: 100vw;
    }
    .p-carousel-ui__image {
        width: 215px;
    }
    .c-carousel__item.c-carousel-ui__item {
        width: 275px;
    }
    .c-carousel__arrow {
        width: 275px;
    }
    .c-carousel__slide--next.c-carousel-ui__slide--next {
        width: 40px;
        right: -33px;
    }
    .c-carousel__slide--prev.c-carousel-ui__slide--prev {
        width: 40px;
        left: -33px;
    }
    .slick-slide {
        margin: 0 10px;
    }
    .c-carousel.c-carousel-ui {
        width: 100vw;
    }
    .c-carousel__slide.c-carousel-ui__slide {
        width: 100vw;
        margin-left: -6%;
    }
}

/* tab */
.p-tab__item {
    width: 100%;
    text-align: center;
    padding: 19px 0;
    background: var(--lt-gray);
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}
.p-tab__item img {
    width: 48px;
}
.p-tab__item.is-current {
    padding: 18px 0;
    background: #FFF;
    border-top: 5px solid var(--ncb-orange);
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #FFF;
    margin-bottom: -1px;
}
.p-tab__item.is-current .c-tab__text {
    color: var(--ncb-orange);
}
.p-tab__item.is-current img {
    filter: invert(53%) sepia(33%) saturate(4847%) hue-rotate(4deg) brightness(98%) contrast(101%);
}
@media screen and (max-width: 767.9px) {
    .p-tab__item {
      width: 100%;
      padding-top: 18px;
    }
    .p-tab__item img {
      width: 26px;
    }
    .c-tab__text.-twoline {
        min-height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
    } 
}
.l-pagetop {
    z-index: 999;
}

/* cta */
.p-cta {
    z-index: 2;
      display: none;
    }
    .p-cta__wrap {
      width: 100vw;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 30px;
      padding: 20px 0;
      position: fixed;
      bottom: 0;
      background: rgba(0,0,0,0.6);
    }
    .p-cta__copy {
      text-align: center;
      color: var(--white);
      font-weight: 700;
      margin-bottom: 10px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .p-cta .c-btn-cv,
    .p-cta .c-btn {
      margin-bottom: 0;
    }
    .p-cta__close {
      width: 25px;
      height: 25px;
      position: absolute;
      right: 37px;
      top: 0;
      bottom: 0;
      margin: auto;
      cursor: pointer;
    }
    .p-cta__close:hover {
      opacity: 0.8;
    }
    @media screen and (max-width: 767.9px) {
      .p-cta__wrap {
        padding: 15px 0;
        gap: 10px;
      }
      .p-cta__copy {
        margin-bottom: 5px;
      }
      .p-cta .c-btn-cv,
      .p-cta .c-btn {
        max-width: 250px;
        font-size: 14px;
      }
      .p-cta .c-btn-cv a,
      .p-cta .c-btn a {
        padding: 13px 42px 13px 14px;
      }
      .p-cta .c-btn--01::after {
        width: 28px;
        height: 28px;
        background-size: contain;
        right: 12px;
      }
      .p-cta__close {
        position: absolute;
        width: 15px;
        height: 15px;
        right: 32px;
        margin: auto 0;
      }
    }
    