@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap');

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans TC', sans-serif;
}

body.active {
    overflow: hidden;
}

small {
    font-size: 85%;
}

.show-xs {
    display: none !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}

.mb-3 {
    margin-bottom: 32px !important;
}
.section-note{
    color: #6B6B6B;
text-align: center;
font-size: 15px;
font-weight: 400;
line-height: 1.5 ;
letter-spacing:0.08em;
margin-bottom: 32px;
}
.bg-ball-1 {
    width: 402px;
    height: 402px;
    border-radius: 50%;
    opacity: 0.1;
    background: #874FFF;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    position: absolute;
    top: 230px;
    right: -30px;
}

.bg-ball-2 {
    width: 402px;
    height: 402px;
    border-radius: 50%;
    opacity: 0.1;
    background: radial-gradient(104.17% 104.17% at 20.81% 0%, #D9D9D9 0%, #E1F44B 100%);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    position: absolute;
    top: 50%;
    left: -10px;
}

.bg-ball-3 {
    width: 402px;
    height: 402px;
    border-radius: 50%;
    opacity: 0.1;
    background: #874FFF;
    filter: blur(50px);
    -webkit-filter: blur(50px);
    position: absolute;
    bottom: 101px;
    right: 104px;
}

.section-2-swiper {
    overflow: hidden;
    position: relative;
    margin-top: auto;
}

.benefits-card {
    border-radius: 16px;
    background: #FFF;
    padding: 12px;
    position: relative;
}

.tag-2 {
    position: absolute;
    position: absolute;
    top: -36px;
    right: 20px;
}

.benefits-item {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #E4E4E4;
    padding: 12px 0;
}

.benefits-title {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    width: 206px;
    text-align: center;
}
.benefits-area{
    display: inline-block;
    text-align: left;
}
.benefits-title span {
    display: inline-block;
    color: #E1F44B;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1E1E1E;
    font-family: "Albert Sans";
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
}
.benefits-title span:hover{
    color: transparent;
}
.benefits-title span:hover::after {
 content: '';
 width: 76px;
 height: 100px;
 background-image: url(../images/seven.png);
 background-size: cover;
 position: absolute;
top: 9px;
 left: 0;
}
.benefits-title i {
    display: block;
    margin-top: 8px;
}

.benefits-info {
    flex: 1;
}

.info-list {
    display: flex;
    align-items: flex-end;
    padding: 6px 0;
}

.info-list.fix-1 {
    padding-top: 18px;
}

.info-list.fix-2 {
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: solid 1px #E4E4E4;
}

.list-left {
    width: 172px;
    display: inline-flex;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.list-left i:nth-child(1) {
    display: inline-block;
    width: 110px;
}

.list-left em {
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 0;
    color: #949494;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.list-left span {
    display: inline-block;
    position: relative;
    color: #874FFF;
    font-family: "Albert Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.info-icon {
    vertical-align: middle;
    margin-right: 8px;
}

.list-full {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.list-full span {
    color: #874FFF;
    font-family: "Albert Sans";
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}

.list-right {
    flex: 1;
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    padding-left: 24px;
}

.benefits-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section-2-swipe {
    width: 100%;
    margin-bottom: 12px;
}

.card-img {
    width: 100%;
}

.bottom {
    width: 100%;
    margin-bottom: 48px;
}

.ball-4 {
    position: absolute;
    top: -60px;
    left: 60%;
    z-index: 1;
}

.ball-5 {
    position: absolute;
    bottom: 50%;
    right: -80px;
    z-index: 1;
    opacity: 0.5;
}

.ball-6 {
    position: absolute;
    bottom: 90px;
    left: 0;
    z-index: 1;
}

#section-2 {
    padding: 0 !important;
    background-color: #E9E9FF;
}

.section-2-box {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.spotlight-2 {
    position: absolute;
    top: 0;
    right: -20px;
    width: 470px;
    z-index: -1;
}

.section-2-left {
    width: 376px;
    position: relative;
    z-index: 1;
    padding: 200px 83px 0 47px;
}

.section-2-right {
    padding: 80px 0;
    flex: 1;
}

.swiper-1-out {
    width: 100%;
    max-width: 724px;
    margin: 0 auto;
    position: relative;
}

.section-1-swiper {
    position: relative;
}

.section-1-btn {
    margin-bottom: 32px;
    text-align: center;
}

#section-1 {
    background-color: #F5F5F5;
}

.side-btn {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    width: 50px;
    padding: 20px 14px;
    align-items: center;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 9;
    text-decoration: none;
    background-color: #874FFF;
    border-radius: 12px 0 0 12px;
}
.side-btn:hover {
    background-color:#A67CFF ;
}
.to-top{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    border-radius: 60px;
    border: 1px solid  #949494;
    background-image: url(../images/top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
}
.banner-text {
    font-family: "Albert Sans";
    color: #1E1E1E;
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.40);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
     opacity: 0;
    animation: fadeInLeft 1s forwards 0.5s;
}

.tag-icon {
    width: 29px;
    margin-right: 4px;
    vertical-align: middle;
}
.tag-icon.fix {
    margin-left: 20px;
}
.banner-sub-title {
    color: #1E1E1E;
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.40);
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 24px;
     opacity: 0;
    animation: fadeInLeft 1s forwards 0.3s;
}

.banner-sub-title span {
    display: inline-block;
    color: #874FFF;
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.40);
    font-family: "Albert Sans";
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
}

.banner-title {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    color: #1E1E1E;
    text-shadow: 4.545px 3.409px 0 rgba(255, 255, 255, 0.40);
    font-size: 70px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.4px;
    white-space: nowrap;
    opacity: 0;
    margin-left: -0.1em;
    animation: fadeInLeft 1s forwards 0.1s;
}

.banner-title span {
    display: inline-block;
    margin: 0 12px;
    color: #874FFF;
    text-shadow: 4.545px 3.409px 0 rgba(255, 255, 255, 0.40);
    font-family: "Albert Sans";
    font-size: 84px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.tag-1 {
    position: absolute;
    bottom: 90%;
    right: 0;
    transform: translateX(80%);
}

.banner {
    background-color: #D2D2D2;
    position: relative;
    /*     height: calc(100vh - 60px);
    min-height: calc(48vw - 60px); */
    height: 708px;
    margin-top: 60px;
    overflow: hidden;
}

.banner-container {
    width: 100%;
    height: 100%;
    max-width: 1260px;
    margin: 0 auto;
    background-image: url(../images/spotline.svg);
    background-repeat: no-repeat;
    background-position: top right 30px;
    background-size: 1329px auto;
    display: flex;
    padding: 0 30px;
}

.banner-info {
    width: 52%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-kv {
    width: 48%;
    display: flex;
    align-items: flex-end;
}

.kv {
    width: 90%;
    margin-left: -2%;
    opacity: 0;
    animation: fadeInRight 1s forwards 0.3s;
}

.ball-1 {
    position: absolute;
    top: -60px;
    right: 50%;
    transform: translateX(-650px);
    z-index: 3;
}

.ball-2 {
    position: absolute;
    bottom: -60px;
    right: 50%;
    transform: translateX(-280px);
    z-index: 3;
}

.ball-3 {
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(507px);
    z-index: 3;
}

.scroll {
    height: 120px;
    width: 22px;
    position: absolute;
    bottom: 34px;
    left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
    text-decoration: none;
}

.scroll i {
    display: inline-block;
    color: #1E1E1E;
    font-family: "Albert Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    transform: rotate(90deg);
}

.scroll span {
    display: inline-block;
    width: 1px;
    height: 68px;
    background-color: #1E1E1E;
}

.text-center {
    text-align: center !important;
}

.tables {
    width: 100%;
    overflow: hidden;
    border-collapse: separate;
    border-radius: 8px;
    border-spacing: 0;
    margin-bottom: 8px;
}

.tables td {
    padding: 8px 16px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
    vertical-align: middle;
}

.tables td span {
    color: #D02025;
}

.tables th {
    padding: 8px 16px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #333;
    border-right: solid 1px #fff;
    width: 33.3%;
    vertical-align: middle;
}

.tables th:last-child {
    border-right: none;
}

.tables .bg-gray {
    background-color: #F5F5F5;
}

.popup-mask {
    width: 100%;
    height: 100dvh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-mask.active {
    display: flex;
}

.popup-body {
    width: calc(100% - 60px);
    max-width: 680px;
    border-radius: 20px;
    background: #FFF;
    border-top: solid 24px #874FFF;
    padding: 20px 40px;
    opacity: 0;
}

.popup-mask.active .popup-body {
    animation: popup 0.5s forwards 0.1s;
}

@keyframes popup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.popup-head {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding-right: 36px;
    position: relative;
    padding-bottom: 20px;
}

.close {
    display: inline-block;
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
}

.close img {
    width: 100%;
}

.popup-content {
    width: 100%;
    max-height: calc(80svh - 120px);
    overflow: auto;
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.popup-content h5 {
    color: #874FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.popup-content ol {
    list-style-type: decimal;
    padding-left: 1.6em;
    margin-bottom: 8px;
}

.popup-content a {
    color: #874FFF;
}

.popup-content ol>li>ol {
    list-style-type: lower-alpha;
}

/* .popup-content ol>li>ol.bracket-list {
    list-style-type: none;
    counter-reset: item;
  padding-left: 0;
}
.bracket-list li {
  counter-increment: item;
  margin: 0.5em 0;
}

.bracket-list li::before {
  content: "(" counter(item) ") ";
} */
.popup-content ul {
    list-style-type: disc;
    padding-left: 1.6em;
    margin-bottom: 8px;
}

.pop-note {
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
}

.card-row {
    display: flex;
    justify-content: space-between;
}

.card {
    width: calc(50% - 22px);
    border-radius: 16px;
    background: #FFF;
    padding: 44px;
}

.card-title {
    margin-bottom: 12px;
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

.card-text {
    margin-bottom: 24px;
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.08em;

}

.card-text span {
    display: inline-block;
    color: #874FFF;
    font-family: "Albert Sans";
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.08em;
}

.item-col-title {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.item-col-text {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.item-col-text span {
    display: inline-block;
}

.item-col-text a {
    color: #D70C18;
}

.info {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/info.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 4px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.plan-tag {
    display: inline-flex;
    border-radius: 8px;
    background: #874FFF;
    height: 50px;
    padding: 0 28px;
    align-items: center;
    color: #FFF;
    text-shadow: 0.778px 3.113px 0 rgba(0, 0, 0, 0.25);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.plan-tag span {
    display: inline-block;
    color: #E1F44B;
    text-shadow: 0.778px 3.113px 0 rgba(0, 0, 0, 0.25);
    font-family: "Albert Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    margin: 0 4px;
}

.plan-tag i {
    font-size: 20px;
}

.item-row {
    display: flex;
    flex-wrap: wrap;
}

.item-col {
    width: 50%;
    padding-right: 40px;
    margin-bottom: 12px;
}

.item-col-full {
    width: 100%;
    margin-bottom: 12px;
}

.seven-plan {
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    margin-bottom: 32px;
}

.plan-item {
    padding: 24px 0 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D2D2D2;
}

.seven-plan .plan-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.search-box{
  width: 100%;
  padding: 0 30px;
  text-align: center;
  position: sticky;
  top: 60px;
  z-index: 9;
  margin-bottom: 32px;
}
.search-box.active{
    background-color: #fff;
     border-bottom: 1px solid #949494;
}
.search {
    width: 100%;
    max-width: 1100px;
    height: 48px;
    border-radius: 50px;
    border: 1px solid #949494;
    background-color: #FFF;
    padding-left: 52px;
    padding-right: 24px;
    outline: none;
    color: #1B1B1B;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center left 24px;
}
.search-box.active .search{
    border: none;
}
.search::placeholder {
    color: #949494;
}

.search-note {
    color: #4D4D4D;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.48px;
    margin-bottom: 32px;
}

.search-btn {
    text-align: center;
    margin-bottom: 32px;
}

.level-btn {
    text-align: center;
}

.level-card {
    border-radius: 16px;
    background: #FFF;
    position: relative;
    z-index: 1;
    padding: 16px 24px 0 24px;
    margin-bottom: 32px;
}

.level-ball {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #E1F44B;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.level-ball.fix {
    background-color: #874FFF;
    color: #fff;
}

.num {
    font-family: "Albert Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    margin-top: 4px;
}

.level-text {
    color: #4D4D4D;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.level-title {
    color: #1E1E1E;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.level-title span {
    color: #874FFF;
    font-family: "Albert Sans";
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
}

.tri {
    width: 20px;
    margin-bottom: 12px;
}

.level-box {
    width: 100%;
    max-width: 540px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 auto;
}

.level-left,
.level-right {
    width: calc(50% - 22px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.check-card {
    border-radius: 16px 16px 0 0;
    background: #4D4D4D;
    width: 100%;
    min-height: 90px;
    display: flex;
    align-items: center;
    padding: 12px 24px;
}

.check-card.fix {
    border-radius: 0;
}

.check-card.fix-1 {
    background: #874FFF;
}

.check-card-info {
    display: flex;
}

.check-card-info span:nth-child(1) {
    width: 24px;
}

.check-card-info span:nth-child(2) {
    padding-left: 8px;
    flex: 1;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.08em;
}

.bar-box {
    border-radius: 50px;
    background-color: #FFF;
    padding: 8px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.bar-left {
    display: inline-flex;
}

.bar-icon {
    width: 35px;
    margin-right: 12px;
}

.bar-left h5 {
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.bar-left h5 span {
    color: #874FFF;
    font-family: "Albert Sans";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.bar-right {
    display: inline-block;
}

.info-card {
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 24px;
}

.info-btn {
    color: #1B1B1B;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.info-btn img {
    width: 24px;
    transform-origin: center center;
    transform: rotate(0);
    transition: all 0.5s;
}

.info-card.active .info-btn img {
    transform: rotate(180deg);
}

.info-content {
    color: #1B1B1B;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}

.info-card.active .info-content {
    max-height: 300vh;
}

.info-content h5 {
    font-weight: 500;
}

.space {
    display: block;
    height: 20px;
}

.info-content ol {
    padding-left: 2em;
    list-style-type: decimal;
    margin-bottom: 8px;
}

.note {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.48px;
    padding-left: 2rem;
}

.button_container {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 13px 20px 13px 30px;
    border-radius: 50px;
    background: #874FFF;
}

.btn span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/btn.svg);
    background-size: cover;
    margin-left: 4px;
}

.btn:hover {
    background: #A67CFF;
}

.link-btn {
    display: inline-flex;
    align-items: center;
    color: #874FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-decoration: none;
    white-space: nowrap;
}

.link-btn span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/link.svg);
    background-size: cover;
    margin-left: 4px;
}

.link-btn:hover {
    color: #A67CFF;
}

.link-btn:hover span {
    background-image: url(../images/link-1.svg);
}

.card-icon-box {
    color: #C82525;
    font-family: "Albert Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.card-icon {
    width: 24px;
    margin-right: 6px;
}

.swiper-card-date {
    color: #949494;
    font-family: "Albert Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.swiper-card-text {
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-card-text.fix {
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    -webkit-line-clamp: none;
}

.swiper-card-text span {
    color: #874FFF;
}

.swiper-card-price {
    color: #6B6B6B;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    height: 22px;
}

.swiper-card-link {
    padding-top: 12px;
    border-top: solid 1px #E4E4E4;
    text-align: center;
}

#section-4,
#section-6,
#section-7 {
    background-color: #F5F5F5;
    position: relative;
}

.container-box {
    width: 100%;
    max-width: 1160px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.swiper-out-box {
    position: relative;
}

.section-1-swiper,
.section-4-swiper,
.section-6-swiper {
    padding-bottom: 42px;
}

.swiper-card {
    border-radius: 12px;
    background-color: #FFF;
    padding: 24px;
}

.swiper-card-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.button-next {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1B1B1B;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    right: -74px;
    margin-top: -46px;
    cursor: pointer;
    z-index: 9;
}
.button-next:hover,.button-prev:hover {
    background-color: #874fff;
}
.button-prev {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1B1B1B;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    left: -74px;
    margin-top: -46px;
    cursor: pointer;
    z-index: 9;
}

.button-next.swiper-button-disabled,
.button-prev.swiper-button-disabled {
    cursor: default;
    background-color: rgba(27, 27, 27, 0.50);
    pointer-events: none;
}
.button-prev.fix,.button-next.fix{
    display: none;
}
.tab-1-swiper,
.tab-2-swiper,
.tab-3-swiper {
    padding-bottom: 40px;
}

.swiper-pagination-bullet-active {
    background: #874FFF;
    width: 26px;
    border-radius: 8px;
}

.swiper-box {
    padding: 0 12%;
}

.tab-box {
    position: relative;
}

.tab-content {
    display: none;
    position: relative;
}

.tab-content.active {
    display: block;
}

.app-img {
    width: 100%;
    margin-bottom: 16px;
}

.swiper-box p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    font-weight: 500;
    line-height: 1.8;
    color: #1E1E1E;
}

.tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 48px;
}

.tab-menu li {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
}

.tab-menu li a {
    position: relative;
    padding-bottom: 16px;
    padding-left: 0.1em;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.1em;
    color: #b3b3b3;
    transition: color 0.3s;
    text-decoration: none;
}

.tab-menu li a.active {
    color: #1E1E1E;
}

.tab-menu li a.active:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-size: 50%;
    background-image: linear-gradient(90deg, #b492fe 0%, #b492fe 30%, #874FFF 55%, #874FFF 85%, #b492fe 100%);
    background-repeat: repeat;
    animation: bg_move 1s infinite linear;
}

@keyframes bg_move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.section-title {
    color: #1E1E1E;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    font-family: "Albert Sans";
}

.section-title span {
    display: inline-block;
    position: relative;
}

.section-title span::after {
    content: '';
    width: 106%;
    height: 12px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: 100% 12px;
    background-position: center center;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: -3%;
}

.section-title i {
    font-family: "Albert Sans";
    font-size: 40px;
    color: #874FFF;
    line-height: 1;
}

.section-title.fix {
    text-align: left;
}

.section-title.fix span::after {
    background-image: url(../images/line-1.png);
}

.section-sub-title {
    color: #4D4D4D;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-bottom: 32px;
}

.section-sub-title span {
    color: #874FFF;
    font-family: "Albert Sans";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
}

section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#section-2-1 {
    background-color: #E9E9E9;
    overflow: visible !important;
}
.section-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#section-3 {
    background-image: url(../images/noise.png);
    background-size: cover;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#section-5 {
    background-color: #E3E2E2;
}

footer {
    background-color: #EBEBEB;
    text-align: center;
}

.footer-box {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    text-align: left;
}

.footer-box h5 {
    display: inline-block;
    color: #343434;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.footer-text {
    display: inline-block;
    color: #343434;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    padding-left: 24px;
}

.copy-right {
    padding: 10px;
    background: #D70C18;
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

header {
    width: 100%;
    background-color: #D70C18;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.navbar {
    height: 60px;
    padding: 0 40px;
    max-width: 1280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.logo {
    display: inline-block;
}

.logo img {
    width: auto;
    height: 24px;
}

.menu {
    display: inline-flex;
}

.menu li {
    display: inline-block;
    padding: 0 16px;
    position: relative;
}

.menu li::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu li:last-child {
    padding-right: 0;
}

.menu li:last-child:after {
    display: none;
}

.menu li a {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 26px;
    text-decoration: none;
}

.ball-7 {
    width: 134px;
    position: absolute;
    top: -5px;
    left: -30px;
}

.ball-8 {
    width: 165px;
    position: absolute;
    top: 250px;
    right: 30px;
    z-index: 3;
}

.ball-9 {
    width: 105px;
    position: absolute;
    bottom: 80px;
    left: 110px;
}
 sm{
        font-size: 18px !important;
    }
@media (max-width: 1440px) {
    .navbar {
        padding: 0 32px;
    }
}

@media(max-width:1240px) {
    .button-next {
        right: -25px;
    }

    .button-prev {
        left: -25px;
    }
}

@media(max-width:1024px) {
    .search-box {
    padding: 0 30px;
    top: 53px;
}
    .ball-7 {
        width: 134px;
        position: absolute;
        top: -40px;
        left: -60px;
    }

    .ball-8 {
        width: 84px;
        position: absolute;
        top: 50%;
        right: -20px;
        z-index: 0;
    }

    .ball-9 {
        bottom: 86px;
        left: -26px;
    }

    .bg-ball-1 {
        width: 207px;
        height: 207px;
        top: 212px;
        right: -103px;
    }

    .bg-ball-2 {
        display: none;
    }

    .bg-ball-3 {
        width: 207px;
        height: 207px;
        bottom: 0;
        right: -70px;
    }

    .section-2-left {
        display: none;
    }

    .ball-4 {
        width: 134px;
        top: -60px;
        left: auto;
        right: -65px;
    }

    .ball-5 {
        width: 140px;
        bottom: 46%;
        right: -50px;
    }

    .ball-6 {
        width: 105px;
        bottom: 20px;
        left: -20px;
    }

    .button_container {
        display: inline-block;
        position: absolute;
        top: 17.5px;
        right: 20px;
        height: 18px;
        width: 24px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
    }


    .button_container.active .top {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
        width: 100%;
    }

    .button_container.active .middle {
        opacity: 0;
    }

    .button_container.active .bottom {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        width: 100%;
    }

    .button_container span {
        border: none;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        transition: all 0.35s ease;
        background-color: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 8px;
        width: 100%;
    }

    .button_container span:nth-of-type(3) {
        top: 16px;
    }

    .menu-box span {
        margin-top: 20px;
        display: block;
        padding: 20px 0;
        background-color: #eeeeee;
        text-align: center;
        width: 100%;
    }

    .menu-box {
        width: 100%;
        height: calc(100dvh - 53px);
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #FFF;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    .menu-box.active {
        max-height: 100vh;
    }

    .menu {
        display: flex;
        flex-direction: column;
        padding-top: 44px;
        width: 100%;
    }

    .menu li {
        display: block;
        padding: 0;
        margin: 0;
    }

    .menu li::after {
        display: none;
    }

    .menu li a {
        width: 100%;
        text-align: center;
        display: block;
        color: #888;
        font-size: 16px;
        line-height: 1.1;
        padding: 24px;
        border-bottom: none;
        text-align: center;
    }

    .menu li a.active {
        color: #D02025;
    }

    .navbar {
        padding: 0 20px;
        height: 53px;
        justify-content: center;
    }

    .banner {
        height: auto;
        margin-top: 53px;
    }

    .banner-container {
        width: 100%;
        height: auto;
        max-width: 600px;
        background-image: url(../images/spotline-1.svg);
        background-size: 100% auto;
        flex-direction: column;
    }

    .banner-info {
        width: 100%;
        height: auto;
        padding-top: 120px;
        padding-bottom: 40px;
    }

    .banner-kv {
        width: 100%;
        justify-content: center;
    }

    .kv {
        width: 100%;
        max-width: 375px;
        margin-left: 0;
    }

    .ball-1 {
        width: 68px;
        position: absolute;
        top: 50%;
        right: auto;
        transform: translateX(0);
        margin: -34px;
        left: 0;
        z-index: 3;
    }

    .ball-2 {
        width: 90px;
        position: absolute;
        bottom: 40%;
        right: -40px;
        transform: translateX(0);
        z-index: 3;
    }

    .ball-3 {
        width: 82px;
        position: absolute;
        top: auto;
        bottom: -40px;
        left: 40px;
        transform: translateX(0);
        z-index: 3;
    }
    .card {
    width: calc(50% - 16px);
    padding: 24px;
}
}

@media(max-width:768px) {
    .benefits-title span:hover{
   color: #E1F44B;
}
.benefits-title span:hover::after {
 display: none;
}
    .button-prev.fix,.button-next.fix{
    display: inline-block;
}
    .banner-text {
        color: #1E1E1E;
        text-shadow: 1.706px 1.706px 0 rgba(255, 255, 255, 0.40);
        font-size: 14px;
        margin-bottom: 0;
    }

    .tag-icon {
        width: 17px;
        margin-right: 3px;
    }

    .banner-sub-title {
        text-shadow: 1.706px 1.706px 0 rgba(255, 255, 255, 0.40);
        font-size: 20px;
        margin-bottom: 12px;
    }

    .banner-sub-title span {
        text-shadow: 1.706px 1.706px 0 rgba(255, 255, 255, 0.40);
        font-size: 40px;
    }

    .banner-title {
        margin-bottom: 8px;
        text-shadow: 2.584px 1.938px 0 rgba(255, 255, 255, 0.40);
        font-size: 40px;
        letter-spacing: 0.8px;
    }

    .banner-title span {
        margin: 0 8px;
        text-shadow: 2.584px 1.938px 0 rgba(255, 255, 255, 0.40);
        font-size: 47px;
    }

    .tag-1 {
        width: 150px;
        position: absolute;
        bottom: 90%;
        right: 0;
        transform: translateX(80%);
    }

    .card-row {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: -20px;
    }

    .card {
        width: 100%;
        padding: 24px;
        margin-bottom: 20px;
    }

    .card-title {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .card-text {
        margin-bottom: 12px;
        font-size: 20px;

    }

    .bar-box {
        border-radius: 20px;
        padding: 16px 8px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .bar-left {
        display: flex;
        margin-bottom: 8px;
    }

    .bar-icon {
        width: 28px;
        margin-right: 0;
    }

    .bar-left h5 {
        font-size: 16px;
        padding-left: 4px;
        line-height: 1.4;
        letter-spacing: 0.01em;
    }

    .bar-left h5 span {
        font-size: 17px;
    }

    .bar-right {
        width: 100%;
        display: block;
        padding: 0;
        text-align: right;
    }

    .level-card {
        padding: 20px 20px 0 20px;
    }

    .level-left,
    .level-right {
        width: calc(50% - 7px);
    }

    .level-ball {
        width: 48px;
        height: 48px;
        font-size: 10px;
        margin-bottom: 8px;
    }

    .num {
        font-size: 20px;
        margin-top: 2px;
    }

    .level-text {
        font-size: 14px;
        white-space: nowrap;
    }

    .level-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .level-title span {
        font-size: 28px;
    }

    .tri {
        width: 15px;
        margin-bottom: 8px;
    }

    .check-card {
        padding: 12px;
    }

    .check-card-info span:nth-child(1) {
        width: 18px;
    }

    .check-card-info span:nth-child(1) img {
        width: 18px;
    }

    .check-card-info span:nth-child(2) {
        padding-left: 6px;
        font-size: 14px;
    }

    .item-col {
        width: 100%;
        padding-right: 0;
    }

    .tab-box {
        padding: 0 30px;
    }

    .benefits-item {
        flex-direction: column;
        align-items: flex-start;

    }

    .benefits-title {
        font-size: 18px;
        width: 100%;
        text-align: left;
        padding-bottom: 12px;
    }

    .benefits-title i {
        display: inline-block;
        margin-top: 0;
    }

    .benefits-title span {
        font-size: 28px;
        margin-right: 6px;
    }

    .info-list {
        align-items: center;
    }

    .list-left {
        width: 152px;
        font-size: 16px;
    }

    .list-left i:nth-child(1) {
        width: 100px;
    }

    .list-right {
        padding-left: 12px;
    }

    .info-list.fix-3 {
        padding-top: 6px;
    }
}

@media(max-width:540px) {

    .popup-content {
        max-height: calc(80svh - 165px);
    }
.tag-icon.fix {
    margin-left: 10px;
}
    .close {
        display: inline-block;
        width: 36px;
        position: absolute;
        right: 0;
        top: 0;
        position: absolute;
        top: -90px;
        background-color: #fff;
        right: -20px;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        padding: 6px;
    }

    .section-2-right {
        padding: 60px 0;
        width: 100%;
    }

    .section-2-box {
        padding: 0 20px;
    }

    .tag-2 {
        width: 120px;
        top: -26px;
        right: -20px;
    }

    .swiper-card-date {
        letter-spacing: 0.03em;
    }

    .section-1-swiper {
        width: 240px;
        margin: 0 auto;
    }

    .tag-1 {
        width: 120px;
        bottom: 96%;
        transform: translateX(60%);
    }

    .banner-container {
        padding: 0 20px;
    }

    .scroll {
        height: 110px;
        bottom: 20px;
        left: 10px;
    }

    .scroll i {
        font-size: 12px;
    }

    .kv {
        max-width: 280px;
    }

    .banner-info {
        padding-top: 80px;
        padding-bottom: 32px;
        max-width: 320px;
        margin: 0 auto;
    }

    .popup-body {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .popup-head {
        font-size: 20px;
        padding-right: 0;
    }

    .swiper-box {
        padding: 0;
        width: 240px;
        margin: 0 auto;
    }

    .section-4-swiper,
    .section-6-swiper {
        margin: 0 auto;
        width: 240px;
    }

    .button-prev {
        width: 40px;
        height: 40px;
        left: -10px;
    }

    .button-next {
        width: 40px;
        height: 40px;
        right: -10px;
    }

    .tab-box {
        padding: 0 20px;
    }

    .plan-tag {
        padding: 0 18px;
        font-size: 20px;
    }

    .seven-plan {
        padding: 12px;
    }

    .plan-item {
        padding: 0 0 8px;
    }
    .search-note,
    .search-btn {
        margin-bottom: 20px;
    }

    .container-box {
        padding: 0 20px;
    }

    section {
        padding: 60px 0;
    }

    .swiper-card {
        padding: 12px;
    }

    .swiper-card-text {
        font-size: 16px;
        height: 72px;
        -webkit-line-clamp: 3;
    }

    .swiper-box p {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-sub-title {
        font-size: 20px;
    }

    .tab-menu {
        padding: 0 10px;
        margin-bottom: 32px;
    }

    .tab-menu li a {
        font-size: 14px;
    }

    .footer-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 24px;
    }

    .footer-box h5 {
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer-text {
        padding-left: 0;
        padding-top: 24px;
    }

    .hide-xs {
        display: none !important;
    }

    .show-xs {
        display: block !important;
    }

    .popup-content h5 {
        font-size: 16px;
    }
.copy-right {
    padding: 10px 10px 60px;
}
    .side-btn {
       font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        border-radius: 12px 12px 0 0;
border-top: 1px solid  #E1F44B;
border-bottom: 1px solid #E1F44B;
border-left: 1px solid #E1F44B;
    padding: 0;
    bottom:0;
    }
    .to-top{
    width: 48px;
    height: 48px;
    right: 10px;
    bottom: 60px;
}
     .search-box {
    padding: 0 20px;
    margin-bottom: 20px;
}
.info-btn {
    font-size: 18px;
}
}

@media(max-width:360px) {}