#main .hero { position: relative; padding: 0; }
#main .hero .container .content { position: relative; min-height: 800px; height: 100svh; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 2; }
#main .hero .container .content h2 { color: #000; text-align: center; font-family: 'Pretendard'; font-size: 65px; font-style: normal; font-weight: 700; line-height: 140%; letter-spacing: -1.3px; position: relative; }
#main .hero .container .content h2 > span { display: block; }
#main .hero .container .content h2 .typing-dummy { visibility: hidden; }
#main .hero .container .content h2 #typing-wrap { position: absolute; left: 50%; top: 0; transform: translate(-50%, 0); width: 100%; }
#main .hero .container .content p { color: #333; text-align: center; font-family: 'Pretendard'; font-size: 25px; font-style: normal; font-weight: 500; line-height: 150%; letter-spacing: 0.25px; margin: 20px 0 0; }
#main .hero .container .content a { border-radius: 15px; background: #7F40FF; box-shadow: 2px 2px 25px 2px rgba(0, 0, 0, 0.10); color: #FFF; text-align: center; font-family: 'Pretendard'; font-size: 17px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.34px; padding: 20px 60px; margin: 70px 0 0;}
#main .hero .container .scroll { position: absolute; bottom: 50px; left: 50%; transform: translate(-50%, 0); z-index: 2; text-align: center; animation: scrollBounce 1.5s ease-in-out infinite; }
#main .hero .container .scroll span { display: block; color: #000; text-align: center; font-family: 'Pretendard'; font-size: 17px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -0.34px; }
#main .hero .container .scroll img { width: 55px; margin: 5px 0 0; }
#main .hero .video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; inset: 0; z-index: 1; display:none; }
#main .hero .video video { width: 100%; height: 100%; object-fit: cover; }

@keyframes scrollBounce {
    0% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, 10px); }
    100% { transform: translate(-50%, 0); }
}

@media screen and (max-width:1600px) {
    #main .hero .container .content { min-height: 750px; height: 100svh; }
    #main .hero .container .content h2 { font-size: 60px; }
    #main .hero .container .content p { font-size: 23.5px; margin: 19px 0 0; }
    #main .hero .container .content a { border-radius: 14px; box-shadow: 2px 2px 23px 2px rgba(0, 0, 0, 0.10); font-size: 16.5px; padding: 19px 55px; margin: 65px 0 0; }
    #main .hero .container .scroll { bottom: 45px; }
    #main .hero .container .scroll span { font-size: 16.5px; }
    #main .hero .container .scroll img { width: 50px; margin: 4.5px 0 0; }
}
@media screen and (max-width:1280px) {
    #main .hero .container .content { min-height: 700px; height: 100svh; }
    #main .hero .container .content h2 { font-size: 55px; }
    #main .hero .container .content p { font-size: 22px; margin: 18px 0 0; }
    #main .hero .container .content a { border-radius: 13px; box-shadow: 2px 2px 21px 2px rgba(0, 0, 0, 0.10); font-size: 16px; padding: 18px 50px; margin: 60px 0 0; }
    #main .hero .container .scroll { bottom: 40px; }
    #main .hero .container .scroll span { font-size: 16px; }
    #main .hero .container .scroll img { width: 45px; margin: 4px 0 0; }
}
@media screen and (max-width:1024px) {
    #main .hero .container .content { min-height: 650px; height: 100svh; }
    #main .hero .container .content h2 { font-size: 50px; }
    #main .hero .container .content p { font-size: 20.5px; margin: 17px 0 0; }
    #main .hero .container .content a { border-radius: 12px; box-shadow: 2px 2px 19px 2px rgba(0, 0, 0, 0.10); font-size: 15.5px; padding: 17px 45px; margin: 55px 0 0; }
    #main .hero .container .scroll { bottom: 35px; }
    #main .hero .container .scroll span { font-size: 15.5px; }
    #main .hero .container .scroll img { width: 40px; margin: 3.5px 0 0; }
}
@media screen and (max-width:768px) {
    #main .hero .container .content { min-height: 600px; height: 100svh; }
    #main .hero .container .content h2 { font-size: 45px; }
    #main .hero .container .content p { font-size: 19px; margin: 16px 0 0; }
    #main .hero .container .content a { border-radius: 11px; box-shadow: 2px 2px 17px 2px rgba(0, 0, 0, 0.10); font-size: 15px; padding: 16px 40px; margin: 50px 0 0; }
    #main .hero .container .scroll { bottom: 30px; }
    #main .hero .container .scroll span { font-size: 15px; }
    #main .hero .container .scroll img { width: 35px; margin: 3px 0 0; }
}
@media screen and (max-width:640px) {
    #main .hero .container .content { min-height: 550px; height: 100svh; }
    #main .hero .container .content h2 { font-size: 40px; }
    #main .hero .container .content p { font-size: 17.5px; margin: 15px 0 0; }
    #main .hero .container .content a { border-radius: 10px; box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.10); font-size: 14.5px; padding: 15px 35px; margin: 45px 0 0; }
    #main .hero .container .scroll { bottom: 25px; }
    #main .hero .container .scroll span { font-size: 14.5px; }
    #main .hero .container .scroll img { width: 30px; margin: 2.5 0 0; }
}





#main .performance { background-image: url('../img/main/performance_bg2.png'); background-position: right; position: relative;}
#main .performance .container .list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; margin: 70px 0 0; position: relative; z-index: 1;}
#main .performance .container .list dl { border-radius: 25px; background: rgba(255, 255, 255, 0.80); box-shadow: 0 12px 30px 0 rgba(0, 0, 0, 0.10); backdrop-filter: blur(10px); padding: 55px 27.5px; text-align: center; }
#main .performance .container .list dl dt { color: #000; font-family: 'Pretendard'; font-size: 25px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.5px; }
#main .performance .container .list dl dd { color: #7C5CFF; text-shadow: 0 0 30px rgba(124, 92, 255, 0.40); font-family: 'Pretendard'; font-size: 65px; font-style: normal; font-weight: 800; line-height: normal; margin: 15px 0 0; }
#main .performance .container .list dl dd strong { font-weight: inherit; }
#main .performance .container .list dl dd img.performance_icon { margin-bottom: 20px; height: 75px;}
#main .performance .container .list dl dd.performanceText{ font-size: 17px; color: #333; font-weight: 400; line-height: 150%;}

#main .performance .sparkleWrap{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

#main .performance .sparkleWrap .sparkleStar {z-index: 0; position: absolute; height: auto; object-fit: contain; opacity: 0.72; animation: twinkle 1.8s infinite ease-in-out; filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.8)); transform: scale(0.7);}

#main .performance .sparkleWrap .sparkleStar1  { width: 24px; top: 91%;  left: 6%;  animation-delay: 0.2s; }
#main .performance .sparkleWrap .sparkleStar2  { width: 20px; top: 85%;  left: 18%; animation-delay: 1.8s; }
#main .performance .sparkleWrap .sparkleStar3  { width: 28px; top: 75%;  left: 31%; animation-delay: 3.1s; }
#main .performance .sparkleWrap .sparkleStar4  { width: 22px; top: 10%; left: 35%; animation-delay: 0.9s; }
#main .performance .sparkleWrap .sparkleStar5  { width: 30px; top: 7%;  left: 57%; animation-delay: 2.7s; }
#main .performance .sparkleWrap .sparkleStar6  { width: 24px; top: 9%;  left: 70%; animation-delay: 4s; opacity: 0.4;}
#main .performance .sparkleWrap .sparkleStar7  { width: 26px; top: 5%;  left: 84%; animation-delay: 1.2s; }

#main .performance .sparkleWrap .sparkleStar8  { width: 22px; top: 24%; left: 10%; animation-delay: 2.2s; }
#main .performance .sparkleWrap .sparkleStar9  { width: 30px; top: 28%; left: 23%; animation-delay: 4.4s; }
#main .performance .sparkleWrap .sparkleStar10 { width: 24px; top: 22%; left: 37%; animation-delay: 1.5s; }
#main .performance .sparkleWrap .sparkleStar11 { width: 28px; top: 30%; left: 50%; animation-delay: 3.6s; }
#main .performance .sparkleWrap .sparkleStar12 { width: 20px; top: 25%; left: 64%; animation-delay: 0.6s; }
#main .performance .sparkleWrap .sparkleStar13 { width: 32px; top: 29%; left: 78%; animation-delay: 2.9s; }

#main .performance .sparkleWrap .sparkleStar14 { width: 26px; top: 44%; left: 7%;  animation-delay: 4.8s; }
#main .performance .sparkleWrap .sparkleStar15 { width: 22px; top: 48%; left: 20%; animation-delay: 1.1s; }
#main .performance .sparkleWrap .sparkleStar16 { width: 30px; top: 42%; left: 34%; animation-delay: 3.3s; }
#main .performance .sparkleWrap .sparkleStar17 { width: 24px; top: 50%; left: 48%; animation-delay: 2.1s; }
#main .performance .sparkleWrap .sparkleStar18 { width: 28px; top: 46%; left: 61%; animation-delay: 4.1s; }
#main .performance .sparkleWrap .sparkleStar19 { width: 22px; top: 52%; left: 75%; animation-delay: 0.4s; }
#main .performance .sparkleWrap .sparkleStar20 { width: 30px; top: 45%; left: 88%; animation-delay: 2.6s; }

#main .performance .sparkleWrap .sparkleStar21 { width: 24px; top: 66%; left: 12%; animation-delay: 3.8s; }
#main .performance .sparkleWrap .sparkleStar22 { width: 32px; top: 91%; left: 28%; animation-delay: 1.4s; }
#main .performance .sparkleWrap .sparkleStar23 { width: 26px; top: 75%; left: 47%; animation-delay: 4.6s; }
#main .performance .sparkleWrap .sparkleStar24 { width: 22px; top: 95%; left: 67%; animation-delay: 2.4s; }
#main .performance .sparkleWrap .sparkleStar25 { width: 30px; top: 80%; left: 84%; animation-delay: 0.8s; }

#main .performance .sparkleWrap .sparkleStar:nth-child(2n) {animation-duration: 6s;}
#main .performance .sparkleWrap .sparkleStar:nth-child(3n) {animation-duration: 7s;}
#main .performance .sparkleWrap .sparkleStar:nth-child(5n) {animation-duration: 8s;}

@keyframes twinkle {
  0% {
    opacity: 0.4;
    transform: scale(0.7) rotate(0deg);
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.35));
  }
  50% {
    opacity: 1;
    transform: scale(1.2) rotate(30deg);
    filter: drop-shadow(0 0 14px rgba(255,255,255,0.95));
  }
  100% {
    opacity: 0.4;
    transform: scale(0.7) rotate(0deg);
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.35));
  }
}

@media screen and (max-width:1600px) {
    #main .performance .container .list { gap: 36px; margin: 63px 0 0; }
    #main .performance .container .list dl { border-radius: 23px; box-shadow: 0 11.5px 27px 0 rgba(0, 0, 0, 0.10); backdrop-filter: blur(9.5px); padding: 50px 25px; }
    #main .performance .container .list dl dt { font-size: 23px; }
    #main .performance .container .list dl dd { text-shadow: 0 0 27px rgba(124, 92, 255, 0.40); font-size: 59px; margin: 14px 0 0; }
    #main .performance .container .list dl dd.performanceText{ font-size: 15px;}
}
@media screen and (max-width:1280px) {
    #main .performance .container .list { gap: 32px; margin: 56px 0 0; }
    #main .performance .container .list dl { border-radius: 21px; box-shadow: 0 11px 24px 0 rgba(0, 0, 0, 0.10); backdrop-filter: blur(9px); padding: 45px 22.5px; }
    #main .performance .container .list dl dt { font-size: 21px; }
    #main .performance .container .list dl dd { text-shadow: 0 0 24px rgba(124, 92, 255, 0.40); font-size: 49px; margin: 13px 0 0; }

    #main .performance .container .list dl dd img.performance_icon { height: 55px;}
}
@media screen and (max-width:1024px) {
    #main .performance .container .list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 49px 0 0; }
    #main .performance .container .list dl { border-radius: 19px; box-shadow: 0 10.5px 21px 0 rgba(0, 0, 0, 0.10); backdrop-filter: blur(8.5px); padding: 40px 20px; }
    #main .performance .container .list dl dt { font-size: 19px; }
    #main .performance .container .list dl dd { text-shadow: 0 0 21px rgba(124, 92, 255, 0.40); font-size: 47px; margin: 12px 0 0; }
}
@media screen and (max-width:768px) {
    #main .performance .container .list { gap: 24px; margin: 42px 0 0; }
    #main .performance .container .list dl { border-radius: 17px; box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.10); backdrop-filter: blur(8px); padding: 35px 17.5px; }
    #main .performance .container .list dl dt { font-size: 17px; }
    #main .performance .container .list dl dd { text-shadow: 0 0 18px rgba(124, 92, 255, 0.40); font-size: 41px; margin: 11px 0 0; }
}
@media screen and (max-width:640px) {
    #main .performance .container .list { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 20px; margin: 35px 0 0; }
    #main .performance .container .list dl { border-radius: 15px; box-shadow: 0 9.5px 15px 0 rgba(0, 0, 0, 0.10); backdrop-filter: blur(7.5px); padding: 30px 15px; }
    #main .performance .container .list dl dt { font-size: 15px; }
    #main .performance .container .list dl dd { text-shadow: 0 0 15px rgba(124, 92, 255, 0.40); font-size: 35px; margin: 10px 0 0; }
}





#main .client { background-image: url('../img/main/client_bg.png'); background-position: right bottom; }
#main .client .content { text-align: center; }
#main .client .content .box { display: inline-flex; align-items: center; gap: 50px; margin: 95px 0 0; padding: 0 0 0 calc(260px + 15px); position: relative; }
#main .client .content .box .icon { position: absolute; bottom: 35px; width: 260px; left: 0; }
#main .client .content .box .icon img { width: 100%; }
#main .client .content .box .score { position: relative; }
#main .client .content .box .score .star { position: absolute; top: 0; left: 0; width: 100%; text-align: center; }
#main .client .content .box .score .star img { width: 225px; filter: drop-shadow(0 0 20px rgba(255,255,255,.9)); }
#main .client .content .box .score strong { display: block; font-family: 'Montserrat'; font-size: 180.264px; font-style: normal; font-weight: 800; line-height: 140%; letter-spacing: -5.408px; font-variant-numeric: tabular-nums; color: transparent; position: relative; }
#main .client .content .box .score strong span { position: absolute; top: 0; left: 0; display: block; color: #1A73F6; font-family: inherit; font-size: inherit; font-style: normal; font-weight: 800; line-height: inherit; letter-spacing: inherit; font-variant-numeric: tabular-nums; }
#main .client .content .box .text { text-align: left; }
#main .client .content .box .text p { color: #333; font-family: 'Pretendard'; font-size: 60px; font-style: normal; font-weight: 400; line-height: 140%; letter-spacing: -3.6px; } 
#main .client .content .box .text strong { color: #333; font-family: 'Pretendard'; font-size: 60px; font-style: normal; font-weight: 800; line-height: 140%; letter-spacing: -3.6px; }

#main .client .content .list { text-align: left; }
#main .client .content .list .swiper { padding: 0 calc(50% - (546px + (50px / 2))); overflow: visible; }
#main .client .content .list .swiper .swiper-wrapper { -webkit-transition-timing-function: linear !important; -o-transition-timing-function: linear !important; transition-timing-function: linear !important; }
#main .client .content .list .swiper-slide { width: 546px; margin: 0 50px 0 0; }
#main .client .content .list .swiper-slide .card { position: relative; padding: 50px 34px; border-radius: 40px; background: #fff; box-shadow: 0 8px 24px 0 #DDD5EC; }
#main .client .content .list .swiper-slide .card .num { position: absolute; top: 3px; left: 12px; color: rgba(12, 97, 223, 0.10); font-family: 'Montserrat'; font-size: 75px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
#main .client .content .list .swiper-slide .card .top { position: relative; z-index: 1; display: flex; align-items: center; gap: 20px; }
#main .client .content .list .swiper-slide .card .top img { flex: 0 0 auto; width: 138px; }
#main .client .content .list .swiper-slide .card .top div { display: flex; flex-direction: column; gap: 11px; }
#main .client .content .list .swiper-slide .card .top div p { color: #666; font-family: 'Pretendard'; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: -1.08px; }
#main .client .content .list .swiper-slide .card .top div strong { color: #333; font-family: 'Pretendard'; font-size: 26px; font-style: normal; font-weight: 700; line-height: 140%; letter-spacing: -1.607px; }
#main .client .content .list .swiper-slide .card .top div .tags { display: flex; flex-direction: row; flex-wrap: wrap; gap: 5px; }
#main .client .content .list .swiper-slide .card .top div .tags span { color: #0C61DF; font-family: 'Pretendard'; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.64px; padding: 6px 15px; border-radius: 999px;
background: rgba(12, 97, 223, 0.10); }
#main .client .content .list .swiper-slide .card .line { height: 3px; margin: 30px 0; background-image: url('../img/main/client_line.png'); background-size: contain; background-repeat: repeat-x; background-position: center; } 
#main .client .content .list .swiper-slide .card .score-list { padding: 0 35px; display: flex; flex-direction: column; gap: 20px; }
#main .client .content .list .swiper-slide .card .score-list dl { display: grid; grid-template-columns: 90px 1fr 40px; align-items: center; gap: 20px; }
#main .client .content .list .swiper-slide .card .score-list dl dt { color: #333; font-family: 'Pretendard'; font-size: 18px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -1.08px; }
#main .client .content .list .swiper-slide .card .score-list dl dd { overflow: hidden; height: 19px; margin: 0; border-radius: 999px; background: #e8f0ff; }
#main .client .content .list .swiper-slide .card .score-list dl dd span { display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, rgba(143, 188, 255, 1), rgba(12, 97, 223, 1)); }
#main .client .content .list .swiper-slide .card .score-list dl dd b { color: #333; text-align: right; font-family: 'Pretendard'; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -1.08px; }

#main .client .content .list .swiper-slide .comment { display: flex; padding: 34px 50px; flex-direction: column; align-items: flex-start; gap: 20px; align-self: stretch; border-radius: 40px; margin: 46px 0 0; background: rgba(255,255,255,.12); backdrop-filter: blur(25px); border:1px solid rgba(255,255,255,.3); box-shadow: 0 10px 40px rgba(0,0,0,.08), inset 0 1px rgba(255,255,255,.45); }
#main .client .content .list .swiper-slide .comment div { display: flex; flex-wrap: wrap; align-items: center; gap: 5px;  }
#main .client .content .list .swiper-slide .comment div img { width: 32px; }
#main .client .content .list .swiper-slide .comment div strong { color: #333; font-family: 'Montserrat'; font-size: 26px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -1.56px; }
#main .client .content .list .swiper-slide .comment p { color: #333; font-family: 'Pretendard'; font-size: 23px; font-style: normal; font-weight: 400; line-height: 156.522%; letter-spacing: -1.84px; }
#main .client .content .list .swiper-slide .comment p strong { font-weight: 700; }

@media screen and (max-width:1600px) {
    #main .client .content .box { gap: 45px; margin: 85.5px 0 0; padding: 0 0 0 calc(234px + 13.5px); }
    #main .client .content .box .icon { bottom: 31.5px; width: 234px;  }
    #main .client .content .box .score .star img { width: 202.5px; }
    #main .client .content .box .score strong { font-size: 162px; }
    #main .client .content .box .text p { font-size: 54px; } 
    #main .client .content .box .text strong { font-size: 54px; }

    #main .client .content .list .swiper { padding: 0 calc(50% - (491.5px + (45px / 2))); overflow: visible; }
    #main .client .content .list .swiper-slide { width: 491.5px; margin: 0 45px 0 0; }
    #main .client .content .list .swiper-slide .card { padding: 45px 30.5px; border-radius: 36px; }
    #main .client .content .list .swiper-slide .card .num { top: 2.5px; left: 11px; font-size: 67.5px; }
    #main .client .content .list .swiper-slide .card .top { gap: 18px; }
    #main .client .content .list .swiper-slide .card .top img { width: 124px; }
    #main .client .content .list .swiper-slide .card .top div { gap: 10px; }
    #main .client .content .list .swiper-slide .card .top div p { font-size: 17px; }
    #main .client .content .list .swiper-slide .card .top div strong { font-size: 23.5px; }
    #main .client .content .list .swiper-slide .card .top div .tags { gap: 4.5px; }
    #main .client .content .list .swiper-slide .card .top div .tags span { font-size: 15.5px; padding: 5.5px 13.5px; }
    #main .client .content .list .swiper-slide .card .line { height: 2.5px; margin: 27px 0; } 
    #main .client .content .list .swiper-slide .card .score-list { padding: 0 31.5px; gap: 18px; }
    #main .client .content .list .swiper-slide .card .score-list dl { grid-template-columns: 85px 1fr 40px; gap: 18px; }
    #main .client .content .list .swiper-slide .card .score-list dl dt { font-size: 17px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd { height: 17px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd b { font-size: 17px; }

    #main .client .content .list .swiper-slide .comment { padding: 30.5px 45px; gap: 18px; border-radius: 36px; margin: 41.5px 0 0; }
    #main .client .content .list .swiper-slide .comment div { gap: 4.5px;  }
    #main .client .content .list .swiper-slide .comment div img { width: 29px; }
    #main .client .content .list .swiper-slide .comment div strong { font-size: 23.5px; }
    #main .client .content .list .swiper-slide .comment p { font-size: 21px; }
}
@media screen and (max-width:1280px) {
    #main .client .content .box { gap: 40px; margin: 76px 0 0; padding: 0 0 0 calc(208px + 12px); }
    #main .client .content .box .icon { bottom: 28px; width: 208px;  }
    #main .client .content .box .score .star img { width: 180px; }
    #main .client .content .box .score strong { font-size: 144px; }
    #main .client .content .box .text p { font-size: 48px; } 
    #main .client .content .box .text strong { font-size: 48px; }

    #main .client .content .list .swiper { padding: 0 calc(50% - (437px + (40px / 2))); overflow: visible; }
    #main .client .content .list .swiper-slide { width: 437px; margin: 0 40px 0 0; }
    #main .client .content .list .swiper-slide .card { padding: 40px 27px; border-radius: 32px; }
    #main .client .content .list .swiper-slide .card .num { top: 2.5px; left: 9.5px; font-size: 60px; }
    #main .client .content .list .swiper-slide .card .top { gap: 16px; }
    #main .client .content .list .swiper-slide .card .top img { width: 110.5px; }
    #main .client .content .list .swiper-slide .card .top div { gap: 9px; }
    #main .client .content .list .swiper-slide .card .top div p { font-size: 16px; }
    #main .client .content .list .swiper-slide .card .top div strong { font-size: 21px; }
    #main .client .content .list .swiper-slide .card .top div .tags { gap: 4px; }
    #main .client .content .list .swiper-slide .card .top div .tags span { font-size: 15px; padding: 5px 12px; }
    #main .client .content .list .swiper-slide .card .line { height: 2.5px; margin: 24px 0; } 
    #main .client .content .list .swiper-slide .card .score-list { padding: 0 28px; gap: 16px; }
    #main .client .content .list .swiper-slide .card .score-list dl { grid-template-columns: 80px 1fr 40px; gap: 16px; }
    #main .client .content .list .swiper-slide .card .score-list dl dt { font-size: 16px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd { height: 15px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd b { font-size: 16px; }

    #main .client .content .list .swiper-slide .comment { padding: 27px 40px; gap: 16px; border-radius: 32px; margin: 37px 0 0; }
    #main .client .content .list .swiper-slide .comment div { gap: 4px;  }
    #main .client .content .list .swiper-slide .comment div img { width: 25.5px; }
    #main .client .content .list .swiper-slide .comment div strong { font-size: 21px; }
    #main .client .content .list .swiper-slide .comment p { font-size: 19px; }
}
@media screen and (max-width:1024px) {
    #main .client .content .box { gap: 35px; margin: 66.5px 0 0; padding: 0 0 0 calc(182px + 10.5px); }
    #main .client .content .box .icon { bottom: 24.5px; width: 182px;  }
    #main .client .content .box .score .star img { width: 157.5px; }
    #main .client .content .box .score strong { font-size: 126px; }
    #main .client .content .box .text p { font-size: 42px; } 
    #main .client .content .box .text strong { font-size: 42px; }

    #main .client .content .list .swiper { padding: 0 calc(50% - (382px + (35px / 2))); overflow: visible; }
    #main .client .content .list .swiper-slide { width: 382px; margin: 0 35px 0 0; }
    #main .client .content .list .swiper-slide .card { padding: 35px 24px; border-radius: 28px; }
    #main .client .content .list .swiper-slide .card .num { top: 2px; left: 8.5px; font-size: 52.5px; }
    #main .client .content .list .swiper-slide .card .top { gap: 14px; }
    #main .client .content .list .swiper-slide .card .top img { width: 96.5px; }
    #main .client .content .list .swiper-slide .card .top div { gap: 7.5px; }
    #main .client .content .list .swiper-slide .card .top div p { font-size: 15px; }
    #main .client .content .list .swiper-slide .card .top div strong { font-size: 18px; }
    #main .client .content .list .swiper-slide .card .top div .tags { gap: 3.5px; }
    #main .client .content .list .swiper-slide .card .top div .tags span { font-size: 14px; padding: 4px 10.5px; }
    #main .client .content .list .swiper-slide .card .line { height: 2px; margin: 21px 0; } 
    #main .client .content .list .swiper-slide .card .score-list { padding: 0 24.5px; gap: 14px; }
    #main .client .content .list .swiper-slide .card .score-list dl { grid-template-columns: 75px 1fr 40px; gap: 14px; }
    #main .client .content .list .swiper-slide .card .score-list dl dt { font-size: 15px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd { height: 13.5px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd b { font-size: 15px; }

    #main .client .content .list .swiper-slide .comment { padding: 24px 35px; gap: 14px; border-radius: 28px; margin: 32px 0 0; }
    #main .client .content .list .swiper-slide .comment div { gap: 3.5px;  }
    #main .client .content .list .swiper-slide .comment div img { width: 22.5px; }
    #main .client .content .list .swiper-slide .comment div strong { font-size: 18px; }
    #main .client .content .list .swiper-slide .comment p { font-size: 17px; }
}
@media screen and (max-width:768px) {
    #main .client .content .box { gap: 30px; margin: 57px 0 0; padding: 0; }
    #main .client .content .box .icon { bottom: 21px; width: 156px; display: none; }
    #main .client .content .box .score .star img { width: 135px; }
    #main .client .content .box .score strong { font-size: 108px; }
    #main .client .content .box .text p { font-size: 36px; } 
    #main .client .content .box .text strong { font-size: 36px; }

    #main .client .content .list .swiper { padding: 0 calc(50% - (327.5px + (30px / 2))); overflow: visible; }
    #main .client .content .list .swiper-slide { width: 327.5px; margin: 0 30px 0 0; }
    #main .client .content .list .swiper-slide .card { padding: 30px 20.5px; border-radius: 24px; }
    #main .client .content .list .swiper-slide .card .num { top: 2px; left: 7px; font-size: 45px; }
    #main .client .content .list .swiper-slide .card .top { gap: 12px; }
    #main .client .content .list .swiper-slide .card .top img { width: 83px; }
    #main .client .content .list .swiper-slide .card .top div { gap: 6.5px; }
    #main .client .content .list .swiper-slide .card .top div p { font-size: 14px; }
    #main .client .content .list .swiper-slide .card .top div strong { font-size: 15.5px; }
    #main .client .content .list .swiper-slide .card .top div .tags { gap: 3px; }
    #main .client .content .list .swiper-slide .card .top div .tags span { font-size: 13.5px; padding: 3.5px 9px; }
    #main .client .content .list .swiper-slide .card .line { height: 2px; margin: 18px 0; } 
    #main .client .content .list .swiper-slide .card .score-list { padding: 0 21px; gap: 12px; }
    #main .client .content .list .swiper-slide .card .score-list dl { grid-template-columns: 70px 1fr 40px; gap: 12px; }
    #main .client .content .list .swiper-slide .card .score-list dl dt { font-size: 14px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd { height: 11.5px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd b { font-size: 14px; }

    #main .client .content .list .swiper-slide .comment { padding: 20.5px 30px; gap: 12px; border-radius: 24px; margin: 27.5px 0 0; }
    #main .client .content .list .swiper-slide .comment div { gap: 3px;  }
    #main .client .content .list .swiper-slide .comment div img { width: 19px; }
    #main .client .content .list .swiper-slide .comment div strong { font-size: 15.5px; }
    #main .client .content .list .swiper-slide .comment p { font-size: 15px; }
}
@media screen and (max-width:640px) {
    #main .client .content .box { gap: 25px; margin: 47.5px 0 0; }
    #main .client .content .box .icon { bottom: 17.5px; width: 130px;  }
    #main .client .content .box .score .star img { width: 112.5px; }
    #main .client .content .box .score strong { font-size: 90px; }
    #main .client .content .box .text p { font-size: 30px; } 
    #main .client .content .box .text strong { font-size: 30px; }

    #main .client .content .list .swiper { padding: 0 calc(50% - (273px + (25px / 2))); overflow: visible; }
    #main .client .content .list .swiper-slide { width: 273px; margin: 0 25px 0 0; }
    #main .client .content .list .swiper-slide .card { padding: 25px 17px; border-radius: 20px; }
    #main .client .content .list .swiper-slide .card .num { top: 1.5px; left: 6px; font-size: 37.5px; }
    #main .client .content .list .swiper-slide .card .top { gap: 10px; }
    #main .client .content .list .swiper-slide .card .top img { width: 69px; }
    #main .client .content .list .swiper-slide .card .top div { gap: 5.5px; }
    #main .client .content .list .swiper-slide .card .top div p { font-size: 13px; }
    #main .client .content .list .swiper-slide .card .top div strong { font-size: 13px; }
    #main .client .content .list .swiper-slide .card .top div .tags { gap: 2.5px; }
    #main .client .content .list .swiper-slide .card .top div .tags span { font-size: 13px; padding: 3px 7.5px; }
    #main .client .content .list .swiper-slide .card .line { height: 1.5px; margin: 15px 0; } 
    #main .client .content .list .swiper-slide .card .score-list { padding: 0 17.5px; gap: 10px; }
    #main .client .content .list .swiper-slide .card .score-list dl { grid-template-columns: 65px 1fr 40px; gap: 10px; }
    #main .client .content .list .swiper-slide .card .score-list dl dt { font-size: 13px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd { height: 9.5px; }
    #main .client .content .list .swiper-slide .card .score-list dl dd b { font-size: 13px; }

    #main .client .content .list .swiper-slide .comment { padding: 17px 25px; gap: 10px; border-radius: 20px; margin: 23px 0 0; }
    #main .client .content .list .swiper-slide .comment div { gap: 2.5px;  }
    #main .client .content .list .swiper-slide .comment div img { width: 16px; }
    #main .client .content .list .swiper-slide .comment div strong { font-size: 13px; }
    #main .client .content .list .swiper-slide .comment p { font-size: 13px; }
}





#main .problems { background-image: url('../img/main/problems_bg.png'); }
#main .problems .container .content { display: grid; grid-template-columns: 1fr 51.25%; gap: 120px; margin: 70px 0 0; align-items: center; }
#main .problems .container .content .visual { position: relative; }
#main .problems .container .content .visual .popup { position: absolute; opacity: 0; transform: translateY(18px); height: auto; }
#main .problems .container .content .visual .popup.popup1 { top: 0; left: 50.60%; width: 31.21%; animation: chatSwap1 4s ease-in-out infinite; }
#main .problems .container .content .visual .popup.popup2 { top: 13.48%; left: 0; width: 26.96%; animation: chatSwap2 4s ease-in-out infinite; }
#main .problems .container .content .step { position: relative; }
#main .problems .container .content .step .icon { position: absolute; top: 0; right: 0; z-index: 100; transform: translate(35%, -55%); }
#main .problems .container .content .step .icon > div { transform-origin: top center; animation: bellShakePause 2.2s ease-in-out infinite; }
#main .problems .container .content .step .icon img { width: 130px; }
#main .problems .container .content .step ol li { display: flex; align-items: flex-start; gap: 40px; align-items: stretch; }
#main .problems .container .content .step ol li + li { margin: 50px 0 0; }
#main .problems .container .content .step ol li strong { flex: 0 0 120px; width: 120px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; border-radius: 15px; background: linear-gradient(139deg, #7F40FF 6.54%, #427BBF 100%); box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.35); color: #FFF; text-align: center; font-family: 'Pretendard'; font-size: 55px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -1.1px; position: relative; }
#main .problems .container .content .step ol li strong:before { content: ''; position: absolute; left: 100%; top: 50%; transform: translateY(-50%); width: 40px; height: 3px; background: #7F40FF; }
#main .problems .container .content .step ol li dl { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; justify-content: center; border-radius: 15px; border: 3px solid #7F40FF; background: rgba(255, 255, 255, 0.30); box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.25); padding: 20px 30px; }
#main .problems .container .content .step ol li dl dt { color: #000; font-family: 'Pretendard'; font-size: 25px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -0.5px; }
#main .problems .container .content .step ol li dl dd { color: #565656; font-family: 'Pretendard'; font-size: 17px; font-style: normal; font-weight: 500; line-height: 130%; letter-spacing: 0.17px; margin: 10px 0 0; }

@keyframes bellShakePause {
    0%   { transform: rotate(0deg); }
    4%   { transform: rotate(13deg); }
    8%   { transform: rotate(-11deg); }
    12%  { transform: rotate(9deg); }
    16%  { transform: rotate(-7deg); }
    20%  { transform: rotate(4deg); }
    24%  { transform: rotate(-2deg); }
    28%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}

@keyframes chatSwap1 {
    0%, 8% { opacity: 0; transform: translate3d(0, 18px, 0); }
    16%, 48% { opacity: 1; transform: translate3d(0, 0, 0); }
    80% { opacity: 0; transform: translate3d(0, -8px, 0); }
    100% { opacity: 0; transform: translate3d(0, -8px, 0); }
}

@keyframes chatSwap2 {
    0%, 38% { opacity: 0; transform: translate3d(0, 18px, 0); }
    42%, 80% { opacity: 1; transform: translate3d(0, 0, 0); }
    100% { opacity: 0; transform: translate3d(0, -8px, 0); }
}

@media screen and (max-width:1600px) {
    #main .problems .container .content { gap: 110px; margin: 63px 0 0; }
    #main .problems .container .content .step .icon img { width: 120px; }
    #main .problems .container .content .step ol li { gap: 36px; }
    #main .problems .container .content .step ol li + li { margin: 45px 0 0; }
    #main .problems .container .content .step ol li strong { flex: 0 0 110px; width: 110px; border-radius: 14px; box-shadow: 2px 2px 23.5px 0 rgba(0, 0, 0, 0.35); font-size: 51px; }
    #main .problems .container .content .step ol li strong:before { width: 36px; height: 3px; }
    #main .problems .container .content .step ol li dl { border-radius: 14px; border: 3px solid #7F40FF; box-shadow: 2px 2px 23.5px 0 rgba(0, 0, 0, 0.25); padding: 18px 27px; }
    #main .problems .container .content .step ol li dl dt { font-size: 23px; }
    #main .problems .container .content .step ol li dl dd { font-size: 16px; margin: 9.5px 0 0; }
}
@media screen and (max-width:1280px) {
    #main .problems .container .content { gap: 100px; margin: 56px 0 0; }
    #main .problems .container .content .step .icon { transform: translate(35%, -55%); }
    #main .problems .container .content .step .icon img { width: 110px; }
    #main .problems .container .content .step ol li { gap: 32px; }
    #main .problems .container .content .step ol li + li { margin: 40px 0 0; }
    #main .problems .container .content .step ol li strong { flex: 0 0 100px; width: 100px; border-radius: 13px; box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.35); font-size: 47px; }
    #main .problems .container .content .step ol li strong:before { width: 32px; height: 2.5px; }
    #main .problems .container .content .step ol li dl { border-radius: 13px; border: 2.5px solid #7F40FF; box-shadow: 2px 2px 22px 0 rgba(0, 0, 0, 0.25); padding: 16px 24px; }
    #main .problems .container .content .step ol li dl dt { font-size: 21px; }
    #main .problems .container .content .step ol li dl dd { font-size: 15px; margin: 9px 0 0; }
}
@media screen and (max-width:1024px) {
    #main .problems .container .content { grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 90px; margin: 49px 0 0; }
    #main .problems .container .content .visual  { width: 640px; max-width: 75%; margin: 0 auto; width: 100%; }
    #main .problems .container .content .step .icon { transform: translate(35%, -55%); }
    #main .problems .container .content .step .icon img { width: 100px; }
    #main .problems .container .content .step ol li { gap: 28px; }
    #main .problems .container .content .step ol li + li { margin: 35px 0 0; }
    #main .problems .container .content .step ol li strong { flex: 0 0 90px; width: 90px; border-radius: 12px; box-shadow: 2px 2px 20.5px 0 rgba(0, 0, 0, 0.35); font-size: 43px; }
    #main .problems .container .content .step ol li strong:before { width: 28px; height: 2.5px; }
    #main .problems .container .content .step ol li dl { border-radius: 12px; border: 2.5px solid #7F40FF; box-shadow: 2px 2px 20.5px 0 rgba(0, 0, 0, 0.25); padding: 14px 21px; }
    #main .problems .container .content .step ol li dl dt { font-size: 19px; }
    #main .problems .container .content .step ol li dl dd { font-size: 14px; margin: 8.5px 0 0; }
}
@media screen and (max-width:768px) {
    #main .problems .container .content { gap: 80px; margin: 42px 0 0; }
    #main .problems .container .content .step .icon { transform: translate(35%, -55%); }
    #main .problems .container .content .step .icon img { width: 90px; }
    #main .problems .container .content .step ol li { gap: 24px; }
    #main .problems .container .content .step ol li + li { margin: 30px 0 0; }
    #main .problems .container .content .step ol li strong { flex: 0 0 80px; width: 80px; border-radius: 11px; box-shadow: 2px 2px 19px 0 rgba(0, 0, 0, 0.35); font-size: 39px; }
    #main .problems .container .content .step ol li strong:before { width: 24px; height: 2px; }
    #main .problems .container .content .step ol li dl { border-radius: 11px; border: 2px solid #7F40FF; box-shadow: 2px 2px 19px 0 rgba(0, 0, 0, 0.25); padding: 12px 18px; }
    #main .problems .container .content .step ol li dl dt { font-size: 17px; }
    #main .problems .container .content .step ol li dl dd { font-size: 13px; margin: 8px 0 0; }
}
@media screen and (max-width:640px) {
    #main .problems .container .content { gap: 70px; margin: 35px 0 0; }
    #main .problems .container .content .step .icon { transform: translate(35%, -55%); }
    #main .problems .container .content .step .icon img { width: 80px; }
    #main .problems .container .content .step ol li { gap: 20px; }
    #main .problems .container .content .step ol li + li { margin: 25px 0 0; }
    #main .problems .container .content .step ol li strong { flex: 0 0 70px; width: 70px; border-radius: 10px; box-shadow: 2px 2px 17.5px 0 rgba(0, 0, 0, 0.35); font-size: 35px; }
    #main .problems .container .content .step ol li strong:before { width: 20px; height: 2px; }
    #main .problems .container .content .step ol li dl { border-radius: 10px; border: 2px solid #7F40FF; box-shadow: 2px 2px 17.5px 0 rgba(0, 0, 0, 0.25); padding: 10px 15px; }
    #main .problems .container .content .step ol li dl dt { font-size: 15px; }
    #main .problems .container .content .step ol li dl dd { font-size: 12px; margin: 4px 0 0; }
}





#main .vixel { position: relative; padding: 200px 0; overflow: hidden; background-image: url('../img/main/vixel_bg.png'); }
#main .vixel .container { position: relative; z-index: 2; overflow: hidden; }
#main .vixel .container .title { float: left; width: 600px; max-width: 95%; }
#main .vixel .container .title ul li { text-shadow: 0 0 3px rgba(255, 255, 255); }
#main .vixel .container .title .b a { text-shadow: none; }
#main .vixel .content { position: absolute; top: 0; right: 0; z-index: 1; height: 100%; } 
#main .vixel .content.mo_content{ display: none; }
#main .vixel .content img { height: 100%; max-width: none; }

@media screen and (max-width:1600px) {
    #main .vixel { padding: 180px 0; }
    #main .vixel .container .title { width: 545px; }
    #main .vixel .content { right: -90px; } 
}
@media screen and (max-width:1280px) {
    #main .vixel { padding: 160px 0; }
    #main .vixel .container .title { width: 490px; }
    #main .vixel .content { right: -180px; } 
}
@media screen and (max-width:1024px) {
    #main .vixel { padding: 75px 0 0; }
    #main .vixel .container .title { width: 435px; text-align: center; float: unset; margin: 0 auto;}
    #main .vixel .content { position: unset; width: 100%; height: auto;} 
    #main .vixel .content{ display: none; }
    #main .vixel .content.mo_content{ display: block; margin-top: -30px; }
    #main .vixel .content img { height: auto; max-width: 100%;}

    #main section.vixel .title ul{ justify-content: center;}
}
@media screen and (max-width:768px) {
    #main .vixel { padding: 60px 0 0; }
    #main .vixel .container .title { width: 380px; }
    #main .vixel .content.mo_content{ margin-top: -25px; }
}
@media screen and (max-width:640px) {
    #main .vixel { padding: 50px 0 0; }
    #main .vixel .container .title { width: 325px; }
    #main .vixel .content.mo_content{ margin-top: -20px; }
}





#main .worksense { position: relative; padding: 200px 0; overflow: hidden; background-image: url('../img/main/worksense_bg.png'); }
#main .worksense .container { position: relative; z-index: 2; overflow: hidden; }
#main .worksense .container .title { float: right; width: 600px; max-width: 95%; }
#main .worksense .container .title ul li { text-shadow: 0 0 3px rgba(255, 255, 255); }
#main .worksense .container .title .b a { text-shadow: none; }
#main .worksense .content { position: absolute; top: 0; left: 0; z-index: 1; height: 100%; }
#main .worksense .content.mo_content{ display: none; }
#main .worksense .content img { height: 100%; max-width: none; }

@media screen and (max-width:1600px) {
    #main .worksense { padding: 180px 0; }
    #main .worksense .container .title { width: 545px; }
    #main .worksense .content { left: -90px; } 
}
@media screen and (max-width:1280px) {
    #main .worksense { padding: 160px 0; }
    #main .worksense .container .title { width: 490px; }
    #main .worksense .content { left: -180px; } 
}
@media screen and (max-width:1024px) {
    #main .worksense { padding: 75px 0 0; }
    #main .worksense .container .title { width: 435px; text-align: center; float: unset; margin: 0 auto;}
    #main .worksense .content { position: unset; width: 100%; height: auto;} 
    #main .worksense .content{ display: none; }
    #main .worksense .content.mo_content{ display: block; margin-top: -30px; }
    #main .worksense .content img { height: auto; max-width: 100%;}

    #main section.worksense .title ul{ justify-content: center;}
}
@media screen and (max-width:768px) {
    #main .worksense { padding: 60px 0 0; }
    #main .worksense .container .title { width: 380px; }
    #main .worksense .content.mo_content{ margin-top: -25px; }
}
@media screen and (max-width:640px) {
    #main .worksense { padding: 50px 0 0; }
    #main .worksense .container .title { width: 325px; }
    #main .worksense .content.mo_content{ margin-top: -20px; }
}





#main .together { background-image: url('../img/main/together_bg.png'); }
#main .together .container .content { display: flex; align-items: center; justify-content: center; gap: 35px; text-align: center; margin: 70px 0 0; position: relative; }
#main .together .container .content > * { position: relative; z-index: 1; }
#main .together .container .content .card { flex: 1 1 0; border-radius: 15px; border: 3px solid #7F40FF; background: #FFF; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25); padding: 50px; }
#main .together .container .content .card strong { color: #7F40FF; font-family: 'Pretendard'; font-size: 17px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -0.34px; }
#main .together .container .content .card h4 { color: #000; font-family: 'Pretendard'; font-size: 30px; font-style: normal; font-weight: 800; line-height: normal; letter-spacing: -0.6px; margin: 15px 0 0; }
#main .together .container .content .card p { color: #565656; font-family: 'Pretendard'; font-size: 21px; font-style: normal; font-weight: 500; line-height: 157.143%; letter-spacing: 0.21px; margin: 15px 0 0; }
#main .together .container .content .card p b { font-weight: 700; color: #111; }
#main .together .container .content .card a { display: inline-block; border-radius: 15px; background: #7F40FF; box-shadow: 2px 2px 25px 2px rgba(0, 0, 0, 0.10); color: #FFF; font-family: 'Pretendard'; font-size: 17px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.34px; padding: 20px 30px; margin: 30px 0 0; transition: all 0.5s;}
#main .together .container .content .card a:hover{ transform: scaleX(0.95) scaleY(0.95);}
#main .together .container .content .card-center { flex: 0 0 130px; display: flex; align-items: center; justify-content: center; border-radius: 15px; border: 3px solid #7F40FF; background: #FFF; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25); color: #000; font-family: 'Pretendard'; font-size: 21px; font-style: normal; font-weight: 500; line-height: normal; letter-spacing: -0.42px; padding: 18px 9px; z-index: 3; }
#main .together .container .content .gear-wrap { position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); }
#main .together .container .content .gear-wrap img { width: 315px; animation: gearRotate 5s linear infinite; transform-origin: 50% 50%; }
#main .together .container .list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; margin: 100px 0 0; }
#main .together .container .list dl { border-radius: 25px; border: 3px solid #7F40FF; background: #FFF; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.10); text-align: center; padding: 40px 0; }
#main .together .container .list dl dt { color: #7F40FF; font-family: 'Pretendard'; font-size: 17px; font-style: normal; font-weight: 600; line-height: normal; letter-spacing: -0.34px; }
#main .together .container .list dl dd { margin: 25px 0 0; }
#main .together .container .list dl dd img { height: 145px; }
#main .together .container .list dl dd p { color: #000; font-family: 'Pretendard'; font-size: 25px; font-style: normal; font-weight: 600; line-height: 148%; letter-spacing: -0.5px; margin: 26px 0 0; }

@keyframes gearRotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@media screen and (max-width:1600px) {
    #main .together .container .content { gap: 33px; margin: 63px 0 0; }
    #main .together .container .content .card { border-radius: 14px; border: 3px solid #7F40FF; box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.25); padding: 45px; }
    #main .together .container .content .card strong { font-size: 16.5px; }
    #main .together .container .content .card h4 { font-size: 28px; margin: 14px 0 0; }
    #main .together .container .content .card p { font-size: 20px; margin: 14px 0 0; }
    #main .together .container .content .card a { border-radius: 14px; box-shadow: 2px 2px 23px 2px rgba(0, 0, 0, 0.10); font-size: 16px; padding: 19px 28px; margin: 27px 0 0; }
    #main .together .container .content .card-center { flex: 0 0 125px; border-radius: 14px; border: 3px solid #7F40FF; box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.25); font-size: 20px; padding: 17px 8px; }
    #main .together .container .content .gear-wrap img { width: 290px; }
    #main .together .container .list { gap: 36px; margin: 90px 0 0; }
    #main .together .container .list dl { border-radius: 23px; border: 3px solid #7F40FF; box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.10); padding: 36px 0; }
    #main .together .container .list dl dt { font-size: 16px; }
    #main .together .container .list dl dd { margin: 23px 0 0; }
    #main .together .container .list dl dd img { height: 130px; }
    #main .together .container .list dl dd p { font-size: 23px; margin: 24px 0 0; }
}
@media screen and (max-width:1280px) {
    #main .together .container .content { gap: 31px; margin: 56px 0 0; }
    #main .together .container .content .card { border-radius: 13px; border: 2.5px solid #7F40FF; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25); padding: 40px; }
    #main .together .container .content .card strong { font-size: 16px; }
    #main .together .container .content .card h4 { font-size: 26px; margin: 13px 0 0; }
    #main .together .container .content .card p { font-size: 19px; margin: 13px 0 0; }
    #main .together .container .content .card a { border-radius: 13px; box-shadow: 2px 2px 21px 2px rgba(0, 0, 0, 0.10); font-size: 15px; padding: 18px 26px; margin: 24px 0 0; }
    #main .together .container .content .card-center { flex: 0 0 120px; border-radius: 13px; border: 2.5px solid #7F40FF; box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25); font-size: 19px; padding: 16px 7px; }
    #main .together .container .content .gear-wrap img { width: 255px; }
    #main .together .container .list { gap: 32px; margin: 80px 0 0; }
    #main .together .container .list dl { border-radius: 21px; border: 2.5px solid #7F40FF; box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.10); padding: 32px 0; }
    #main .together .container .list dl dt { font-size: 15px; }
    #main .together .container .list dl dd { margin: 21px 0 0; }
    #main .together .container .list dl dd img { height: 115px; }
    #main .together .container .list dl dd p { font-size: 21px; margin: 22px 0 0; }
}
@media screen and (max-width:1024px) {
    #main .together .container .content { gap: 29px; max-width: 640px; margin: 49px auto 0; flex-direction: column; }
    #main .together .container .content .card { border-radius: 12px; border: 2.5px solid #7F40FF; box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.25); padding: 35px; width: 100%; max-width: 100%; min-height: auto; }
    #main .together .container .content .card strong { font-size: 15.5px; }
    #main .together .container .content .card h4 { font-size: 24px; margin: 12px 0 0; }
    #main .together .container .content .card p { font-size: 18px; margin: 12px 0 0; }
    #main .together .container .content .card a { border-radius: 12px; box-shadow: 2px 2px 19px 2px rgba(0, 0, 0, 0.10); font-size: 14px; padding: 17px 24px; margin: 21px 0 0; }
    #main .together .container .content .card-center { flex: none; border-radius: 12px; border: 2.5px solid #7F40FF; box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.25); font-size: 18px; padding: 15px; }
    #main .together .container .content .gear-wrap img { width: 220px; }
    #main .together .container .list { gap: 28px; max-width: 768px; margin: 70px auto 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #main .together .container .list dl { border-radius: 19px; border: 2.5px solid #7F40FF; box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.10); padding: 28px 0; }
    #main .together .container .list dl dt { font-size: 14px; }
    #main .together .container .list dl dd { margin: 19px 0 0; }
    #main .together .container .list dl dd img { height: 100px; }
    #main .together .container .list dl dd p { font-size: 19px; margin: 20px 0 0; }
}
@media screen and (max-width:768px) {
    #main .together .container .content { gap: 27px; margin: 42px 0 0; }
    #main .together .container .content .card { border-radius: 11px; border: 2px solid #7F40FF; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25); padding: 30px; }
    #main .together .container .content .card strong { font-size: 15px; }
    #main .together .container .content .card h4 { font-size: 22px; margin: 11px 0 0; }
    #main .together .container .content .card p { font-size: 17px; margin: 11px 0 0; }
    #main .together .container .content .card a { border-radius: 11px; box-shadow: 2px 2px 17px 2px rgba(0, 0, 0, 0.10); font-size: 13px; padding: 16px 22px; margin: 18px 0 0; }
    #main .together .container .content .card-center { border-radius: 11px; border: 2px solid #7F40FF; box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.25); font-size: 17px; padding: 14px; }
    #main .together .container .content .gear-wrap img { width: 185px; }
    #main .together .container .list { gap: 24px; margin: 60px 0 0; }
    #main .together .container .list dl { border-radius: 17px; border: 2px solid #7F40FF; box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.10); padding: 24px 0; }
    #main .together .container .list dl dt { font-size: 13px; }
    #main .together .container .list dl dd { margin: 17px 0 0; }
    #main .together .container .list dl dd img { height: 85px; }
    #main .together .container .list dl dd p { font-size: 17px; margin: 18px 0 0; }
}
@media screen and (max-width:640px) {
    #main section.together .title .t{ word-break: keep-all; width: 100% !important; white-space: break-spaces; word-break: keep-all;}
    #main .together .container .content { gap: 25px; margin: 35px 0 0; }
    #main .together .container .content .card { border-radius: 10px; border: 2px solid #7F40FF; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); padding: 25px; }
    #main .together .container .content .card strong { font-size: 14.5px; }
    #main .together .container .content .card h4 { font-size: 20px; margin: 10px 0 0; }
    #main .together .container .content .card p { font-size: 16px; margin: 10px 0 0; }
    #main .together .container .content .card a { border-radius: 10px; box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.10); font-size: 12px; padding: 15px 20px; margin: 15px 0 0; }
    #main .together .container .content .card-center { border-radius: 10px; border: 2px solid #7F40FF; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); font-size: 16px; padding: 13px; }
    #main .together .container .content .gear-wrap img { width: 150px; }
    #main .together .container .list { gap: 20px; margin: 50px 0 0; }
    #main .together .container .list dl { border-radius: 15px; border: 2px solid #7F40FF; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10); padding: 20px 0; }
    #main .together .container .list dl dt { font-size: 12px; }
    #main .together .container .list dl dd { margin: 15px 0 0; }
    #main .together .container .list dl dd img { height: 70px; }
    #main .together .container .list dl dd p { font-size: 15px; margin: 16px 0 0; }
}





#main .webgoody { background-image: url('../img/main/webgoody_bg.png'); padding-bottom: 280px; }
#main .webgoody .container { position: relative; }
#main .webgoody .container .title { width: 600px; max-width: 100%; position: relative; z-index: 2; }
#main .webgoody .container .content { width: 505px; position: absolute; top: 0; right: 200px; z-index: 1; }
#main .webgoody .container .content figure { position: relative; }
#main .webgoody .container .content figure .bubble { position: absolute; color: #333; text-align: center; font-family: 'Pretendard'; font-size: 25px; font-style: normal; font-weight: 700; line-height: 100%; letter-spacing: -0.5px; border: 1px solid rgba(255, 255, 255, 0.40); background: #FFF; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 30px 0 rgba(0, 0, 0, 0.15); padding: 28px 14px; min-width: 370px; width: 73%; max-width: 100%; animation: bubbleSwap 8s infinite; opacity: 0; transform: translateY(20px) scale(0.95); }
#main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 25px 25px 0 25px; top: 5%; left: -60%; }
#main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 25px 25px 25px 0; top: 5%; left: 70%; animation-delay: 2s; }
#main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 25px 0 25px 25px; top: 50%; left: -60%; animation-delay: 4s; }
#main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 25px 25px 25px; top: 50%; left: 70%; animation-delay: 6s; }

@keyframes bubbleSwap {
    0% { opacity: 0; transform: translateY(30px) scale(0.9); }
    10% { opacity: 1; transform: translateY(0) scale(1); }
    70% { opacity: 1; transform: translateY(-10px) scale(1); }
    100% { opacity: 0; transform: translateY(-30px) scale(0.95); }
}

@media screen and (max-width:1600px) {
    #main .webgoody { padding-bottom: 230px; }
    #main .webgoody .container .title { width: 560px; }
    #main .webgoody .container .content { width: 455px; top: 0; right: 200px; }
    #main .webgoody .container .content figure .bubble { font-size: 23.5px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 27px 0 rgba(0, 0, 0, 0.15); padding: 26px 13px; min-width: 345px; }
    #main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 23px 23px 0 23px; }
    #main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 23px 23px 23px 0; }
    #main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 23px 0 23px 23px; }
    #main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 23px 23px 23px; }
}
@media screen and (max-width:1280px) {
    #main .webgoody { padding-bottom: 180px; }
    #main .webgoody .container .title { width: 520px;  }
    #main .webgoody .container .content { width: 405px; top: 0; right: 200px; }
    #main .webgoody .container .content figure .bubble { font-size: 22px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 24px 0 rgba(0, 0, 0, 0.15); padding: 24px 12px; min-width: 320px; }
    #main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 21px 21px 0 21px; }
    #main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 21px 21px 21px 0; }
    #main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 21px 0 21px 21px; }
    #main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 21px 21px 21px; }
}
@media screen and (max-width:1024px) {
    #main .webgoody { padding-bottom: 85px; }
    #main .webgoody .container .title { width: 480px;  }
    #main .webgoody .container .title .t { margin: 405px 0 0; }
    #main .webgoody .container .content { width: 355px; top: 100px; right: auto; left: 50%; transform: translate(-50%, 0); }
    #main .webgoody .container .content figure .bubble { font-size: 20.5px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 21px 0 rgba(0, 0, 0, 0.15); padding: 22px 11px; min-width: 295px; }
    #main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 19px 19px 0 19px; }
    #main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 19px 19px 19px 0; }
    #main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 19px 0 19px 19px; top: 60%;}
    #main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 19px 19px 19px; top: 60%;}
}
@media screen and (max-width:768px) {
    #main .webgoody { padding-bottom: 70px; }
    #main .webgoody .container .title { width: 440px;  }
    #main .webgoody .container .title .t { margin: 350px 0 0; }
    #main .webgoody .container .content { width: 285px; top: 105px; }
    #main .webgoody .container .content figure .bubble { font-size: 19px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 18px 0 rgba(0, 0, 0, 0.15); padding: 18px 8px; min-width: 250px; }
    #main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 17px 17px 0 17px; }
    #main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 17px 17px 17px 0; }
    #main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 17px 0 17px 17px; top: 60%;}
    #main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 17px 17px 17px; top: 60%;}
}
@media screen and (max-width:640px) {
    #main .webgoody { padding-bottom: 55px; }
    #main .webgoody .container .title { width: 400px;  }
    #main .webgoody .container .title .t { margin: 460px 0 0; }
    #main .webgoody .container .content { width: 275px; top: 160px;}
    #main .webgoody .container .content figure .bubble { font-size: 15px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 15px 0 rgba(0, 0, 0, 0.15); padding: 15px 7px; min-width: 190px; }
    #main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 15px 15px 0 15px; top: -10%; left: -30%;}
    #main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 15px 15px 15px 0; top: -10%; left: 55%;}
    #main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 15px 0 15px 15px; top: 95%; left: -30%;}
    #main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 15px 15px 15px; top: 95%; left: 55%;}
}
@media screen and (max-width:390px) {
    #main .webgoody { padding-bottom: 55px; }
    #main .webgoody .container .title { width: 400px;  }
    #main .webgoody .container .title .t { margin: 320px 0 0; }
    #main .webgoody .container .content { width: 215px; top: 140px;}
    #main .webgoody .container .content figure .bubble { font-size: 13px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12) inset, 0 12px 15px 0 rgba(0, 0, 0, 0.15); padding: 10px 5px; min-width: 170px; }
    #main .webgoody .container .content figure .bubble.bubble_lt { border-radius: 15px 15px 0 15px; top: -10%; left: -35%; min-width: 150px; width: auto;}
    #main .webgoody .container .content figure .bubble.bubble_rt { border-radius: 15px 15px 15px 0; top: -10%; left: 55%;}
    #main .webgoody .container .content figure .bubble.bubble_lb { border-radius: 15px 0 15px 15px; top: 65%; left: -35%; min-width: 150px; width: auto;}
    #main .webgoody .container .content figure .bubble.bubble_rb { border-radius: 0 15px 15px 15px; top: 65%; left: 55%;}
}




#main .event { background-color: #F6F3FD; }
#main .event .container .title .b { position: absolute; bottom: 0; right: 0; }
#main .event .container .list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; margin: 70px 0 0; }
#main .event .container .list li a { display: block; position: relative; border-radius: 25px; box-shadow: 2px 2px 25px 0 rgba(0, 0, 0, 0.15); overflow: hidden; }
#main .event .container .list li a:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 60%, rgba(255, 255, 255, 0.80) 100%);  }

@media screen and (max-width:1600px) {
    #main .event .container .list { gap: 35px; margin: 63px 0 0; }
    #main .event .container .list li a { border-radius: 23px; box-shadow: 2px 2px 23px 0 rgba(0, 0, 0, 0.15); }
}
@media screen and (max-width:1280px) {
    #main .event .container .list { gap: 30px; margin: 56px 0 0; }
    #main .event .container .list li a { border-radius: 21px; box-shadow: 2px 2px 21px 0 rgba(0, 0, 0, 0.15); }
}
@media screen and (max-width:1024px) {
    #main .event .container .list { gap: 25px; margin: 49px 0 0; }
    #main .event .container .list li a { border-radius: 19px; box-shadow: 2px 2px 19px 0 rgba(0, 0, 0, 0.15); }
}
@media screen and (max-width:768px) {
    #main .event .container .title .b { position: unset; margin-top: 20px;}
    #main .event .container .list { gap: 20px; margin: 42px 0 0; grid-template-columns: repeat(1, minmax(0, 1fr)); }
    #main .event .container .list li a { border-radius: 17px; box-shadow: 2px 2px 17px 0 rgba(0, 0, 0, 0.15); }
}
@media screen and (max-width:640px) {
    #main .event .container .title .b { bottom: auto; right: 0; top: 0; margin: 18px 0 0; position: unset;}
    #main .event .container .list { gap: 15px; margin: 35px 0 0; }
    #main .event .container .list li a { border-radius: 15px; box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.15); }
}





#main .start { background-image: url('../img/main/start_bg.png'); }
#main .start .box { border-radius: 25px; background: linear-gradient(99deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.10); box-shadow: 10px 10px 20px 0 #C0D9F5; padding: 50px 0; }

@media screen and (max-width:1600px) {
    #main .start .box { border-radius: 23px; padding: 47.5px 0; }
}
@media screen and (max-width:1280px) {
    #main .start .box { border-radius: 21px; padding: 45px 0; }
}
@media screen and (max-width:1024px) {
    #main .start .box { border-radius: 19px; padding: 42.5px 0; }
}
@media screen and (max-width:768px) {
    #main .start .box { border-radius: 17px; padding: 40px 0; }
}
@media screen and (max-width:640px) {
    #main .start .box { border-radius: 15px; padding: 37.5px 0; }
}





.unsubscribe-popup { position: fixed; top: 0; left: 0; z-index: 100000; display: none; align-items: center; justify-content: center; box-sizing: border-box; width: 100vw; height: 100vh; padding: 20px; background: rgba(0, 0, 0, 0.42); }
.unsubscribe-popup.active { display: flex; }
.unsubscribe-popup .box { position: relative; width: 282px; overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.unsubscribe-popup .head { display: flex; align-items: center; justify-content: space-between; padding: 0 15px; height: 51px; background: linear-gradient(112deg, #af6cff 5.68%, #5d68f3 100.22%); box-shadow: inset 0 2px 3.4px rgba(255, 255, 255, 0.25), 0 21.6px 43.2px #e5d9ff; }
.unsubscribe-popup .head .logo { display: block; width: 72px; height: 12px; }
.unsubscribe-popup .head .close { display: flex; align-items: center; justify-content: center; width: 29px; height: 29px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.unsubscribe-popup .head .close img { display: block; width: 29px; height: 29px; }
.unsubscribe-popup .content { display: flex; flex-direction: column; align-items: center; padding: 31px 25px 26px; }
.unsubscribe-popup .content .image { display: block; width: 88px; height: 97px; object-fit: contain; }
.unsubscribe-popup .content .text { margin: 21px 0 18px; color: #555; font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; letter-spacing: -1.08px; text-align: center; }
.unsubscribe-popup .content .text strong { color: transparent; font-weight: 700; background: linear-gradient(90deg, #901cfc 67.79%, #4b7ef2 100%); background-clip: text; -webkit-background-clip: text; }
.unsubscribe-popup .content .line { width: 230px; height: 1px; border: 0; margin: 0 0 18px; background: #dfdee3; }
.unsubscribe-popup .content .buttons { display: flex; gap: 10px; width: 232px; }
.unsubscribe-popup .content .buttons button { display: flex; flex: 1; align-items: center; justify-content: center; height: 35px; padding: 0; border-radius: 999px; font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 600; line-height: 28px; letter-spacing: -0.72px; cursor: pointer; }
.unsubscribe-popup .content .buttons .no { border: 0; color: #fff; background: linear-gradient(103deg, #af6cff 5.68%, #5d68f3 100.22%); }
.unsubscribe-popup .content .buttons .yes { border: 1.5px solid #6268f4; color: #9e6cfc; background: #fff; }
.unsubscribe-popup .content .buttons button:disabled { cursor: wait; opacity: 0.65; }
.unsubscribe-popup .content.complete { padding: 22px 30px 32px; }
.unsubscribe-popup .content.complete .image { width: 122px; height: 122px; }
.unsubscribe-popup .content.complete .result { margin: 8px 0 22px; color: #555; font-family: 'Pretendard', sans-serif; font-size: 18px; font-weight: 500; line-height: 28px; letter-spacing: -1.08px; text-align: center; }
.unsubscribe-popup .content.complete .date { display: block; color: transparent; font-weight: 700; background: linear-gradient(90deg, #901cfc 67.79%, #4b7ef2 100%); background-clip: text; -webkit-background-clip: text; }
.unsubscribe-popup .content.complete .notice { display: flex; align-items: center; gap: 10px; width: 221px; padding: 9px 25px 9px 19px; border-radius: 6px; background: #fbf9fe; }
.unsubscribe-popup .content.complete .notice img { display: block; width: 17px; height: 17px; transform: rotate(180deg); }
.unsubscribe-popup .content.complete .notice p { margin: 0; color: #999; font-family: 'Pretendard', sans-serif; font-size: 10px; font-weight: 400; line-height: 14px; letter-spacing: -0.6px; white-space: nowrap; }





















@media screen and (max-width:1600px) {
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:640px) {
}