@charset "utf-8";
@import "default/animation.css";

section.main {
    min-width: 1160px;
    width: 100%;
}

.hero {
    margin-top: 129px
}

.hero h1 {
    font-weight: 700;
    font-size: 104px;
    line-height: 91px;
    letter-spacing: -2%;
    color: #202020;
    text-align: center;
    margin-left: 14px;
}

.hero p {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -2%;
    color: #000000;
    text-align: center;
    margin-top: 47px;
    margin-left: 15px
}

.hero p span {
    font-weight: 400
}

.hero .hero-container {
    width: 100%;
    margin-left: calc(50% - 217px);
    margin-top: 51px;
}

.hero .hero-btns {
    width: auto;
    display: flex;
}

.hero .hero-btns .btn-yellow {
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 18px;
    line-height: 68px;
    letter-spacing: -1%;
    text-align: center;
    width: 200px;
    height: 68px;
    background-color: #FFED1F;
    border-radius: 12px;
    color: #202020;
    cursor: pointer
}

.hero .hero-btns .btn-outline {
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 18px;
    line-height: 68px;
    letter-spacing: -1%;
    width: 240px;
    height: 68px;
    border-radius: 12px;
    background-color: #000000;
    color: #FFFFFF;
    margin-left: 12px;
    background-image: url(../images/home/hero/hero_star.svg);
    background-repeat: no-repeat;
    background-size: 22px 24px;
    background-position-x: 31px;
    background-position-y: 22px;
    padding-left: 61px;
}

.hero .hero-btns .btn-outline:hover {
    background-color: #252525
}

.hero .hero-btns .btn-outline span {
    font-weight: 400
}

.video-section {
    margin-top: 98px;
}

.video-section .video-container {
    width: 1053px;
    height: 640px;
    margin-left: calc(50% - 518px);
}

.video-section .video-container video {
    border-radius: 22px;
}

.video-section .video-background {
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    z-index: 11;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
}

.video-section .sub-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; /* 평소에는 숨김 */
    transition: opacity 0.5s ease; /* 전환 시 부드러운 효과 */
    z-index: 1;
}

.video-section .sub-video.active {
    opacity: 1; /* 활성화된 비디오만 보임 */
    z-index: 2;
}

.video-text-box {
    position: absolute;
    bottom: 31px; /* 이미지 하단 여백 */
    left: 61px; /* 이미지 좌측 여백 */
    color: #fff;
    z-index: 12;
    pointer-events: none; /* 클릭 방해 금지 */
}

.main-copy {
    font-size: 48px;
    font-weight: 600;
    line-height: 64px;
    margin-bottom: 10px;
    transition: all 0.5s; /* 부드러운 전환 */
}

.tab-menu {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #DEDEDE;
    list-style: none;
    box-shadow: 2px 4px 18px 0px #0000000D;
    width: 628px;
    height: 57px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    gap: 8px
}

.tab-menu li {
    cursor: pointer;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    color: #2323238C;
    transition: 0.3s;
    width: 146px;
    text-align: center;
    letter-spacing: 0%;
    line-height: 37px;
    box-sizing: border-box;
}

.tab-menu li.active {
    background: #ECECEC;
    color: #232323;
    font-weight: 700;
}

.video-section .tab-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-left: 16px;
}

.ai-section { /*max-width: 1828px;*/
    margin: auto;
    margin-top: 173px;
}

.ai-section h2 {
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -2%;
    color: #181818;
    margin-left: 5px;
    text-align: center;
    margin-left: 14px;
}

.ai-section h2 span {
    font-weight: 600
}

.ai-section .bx-wrapper {
    max-width: 1192px; /* 원하는 최대 폭 */
    margin: 0; /* 가운데 정렬 */
    border: none;
    box-shadow: none;
}

.ai-section .bx-wrapper .bx-viewport {
    z-index: 2;
}

.cont-function .bx-controls {
    position: absolute;
    left: -72px;
    top: 176px;
    z-index: 0
}

.cont-function .bx-controls-direction {
    position: relative;
    width: 1577px;
    height: 40px;
    left: -6px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}

.cont-function .bx-wrapper .bx-pager {
    display: none;
}

.cont-function .bx-wrapper .bx-controls-direction a {
    top: auto;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #F5F5F5 url(../images/default/arrow/btn_slider-arrow-grey_40x40.svg) no-repeat;
    border-radius: 100%;
}

.cont-function .bx-wrapper .bx-controls-direction a:hover {
    background-color: #CCCCCC
}

.cont-function .slider > li {
    width: 340px !important; /* 강제로 너비 고정 */
}

.cont-function .bx-wrapper .bx-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.cont-function {
    margin: auto;
    margin-top: 54px;
    display: flex;
    justify-content: center;
    margin-left: 17px;
}

.cont-function figure {
    width: 341px;
    height: 233px;
    border-radius: 16px;
}

.cont-function figure img {
    width: 341px;
    height: 233px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.cont-function .ai-text {
    width: 340px;
    height: 159px;
    background-color: #F9F9FC;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    box-sizing: border-box;
    padding-left: 34px;
    padding-top: 36px;
}

.cont-function .ai-text strong {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #2F2F2F
}

.cont-function .ai-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    color: #3B3B3B;
    margin-top: 17px;
}

.template-section {
    margin-top: 180px;
    margin-bottom: 199px
}

.template-section h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1.5%;
    text-align: center;
    color: #181818;
    margin-left: 15px;
}

.template-section p {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-align: center;
    color: #181818;
    margin-left: 16px;
    margin-top: 24px;
}

.cont.template .rolling {
    margin-top: 60px
}

.cont.template .backwards {
    margin-top: 27px
}

.cont.template img {
    height: 224px !important;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-sizing: border-box
}

.cont.template ul {
    white-space: nowrap !important;
    will-change: transform;
    width: 300%;
    --scroll-duration: 66s;
    --translate-end: -66.6667%;
    animation: scroll-left-custom var(--scroll-duration) linear infinite;
}

.cont.template .backwards ul {
    will-change: transform;
    width: 300%;
    --scroll-duration: 66s;
    --translate-end: -66.6667%;
    animation: scroll-right-custom var(--scroll-duration) linear infinite;
}

.cont.template li {
    margin-left: 18px;
    display: inline-block;
}

.ai-video-section {
    height: 1744px;
    background-color: #000000;
}

.ai-video-section h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 66px;
    letter-spacing: -2.5%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 188px;
    padding-left: 16px
}

.ai-video-section p {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -2.5%;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    margin-left: 16px
}

.ai-video-section .ai-video-container {
    margin-top: 72px;
}

.ai-video-section .ai-video-container video {
    width: 1000px;
    height: 563px;
    border-radius: 16px
}

.ai-video-background {
    width: 100%;
    height: 132px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    position: absolute;
    bottom: 0
}

.ai-video-section .ai-video-container .video-wrapper {
    position: relative;
    overflow: hidden;
    width:1000px;
    height:563px;
    margin:auto;
}

/* 호버 시에만 나타나는 오버레이 */
.control-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 19px 25px;
    border-radius: 20px; /* 라운드 처리 */
    transition: opacity 0.3s ease;
    opacity: 0;
}

.video-wrapper:hover .control-overlay {
    opacity: 1;
}

/* 재생바(슬라이더) 스타일 */
#progress-bar {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    cursor: pointer;
    border-radius: 10px;
}

/* 슬라이더 트랙(선) */
#progress-bar::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-radius: 10px;
}

/* 슬라이더 핸들(동그라미) */
#progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ffffff; /* 이미지 속 흰색 동그라미 */
    margin-top: -4px; /* 트랙 중앙 정렬 */
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/* 파이어폭스용 스타일 */
#progress-bar::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
}

.cont-ai-video {
    overflow: hidden;
    margin: auto;
}

.cont-ai-video p {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -2.5%;
    color: #FFFFFF;
    margin-top: 122px;
    text-align: left;
    margin-left: 13px;
    text-align: center
}

.cont-ai-video figure {
    width: 469px;
    height: 264px;
    border-radius: 16px
}

.cont-ai-video figure img, .cont-ai-video figure video {
    border-radius: 16px;
    width: 100%;
    height: 100%
}

.cont-ai-video .ai-text {
    margin-top: 26px;
    text-align: center;
    margin-left: 2px
}

.cont-ai-video .ai-text strong {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -2.5%;
    color: #FFFFFF
}

.cont-ai-video .slide-wrap {
    margin-top: 61px;
    margin-left: 15px;
    display: flex;
    justify-content: center
}

.cont-ai-video .bx-wrapper {
    background: #000;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none
}

.cont-ai-video .bx-controls {
    position: absolute;
    left: -77px;
    top: 128px;
}

.cont-ai-video .bx-controls-direction {
    position: relative;
    width: 1594px;
    height: 40px;
    left: 7px;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
}

.cont-ai-video .bx-wrapper .bx-pager {
    display: none;
}

.cont-ai-video .bx-wrapper .bx-controls-direction a {
    top: auto;
    width: 40px;
    height: 40px;
    background: url(../images/default/arrow/btn_slider-arrow-white_40x40.svg) no-repeat;
    background-color: #3F3F3F;
    border-radius: 100%;
    background-size: 30px;
    background-position-x: 6px;
    background-position-y: 4px;
}

.cont-ai-video .bx-wrapper .bx-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.cont-ai-video .bx-wrapper .bx-controls-direction a:hover {
    background-color: #272727;
}

.character-section {
    margin-bottom: 82px
}

.character-section h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -2.5%;
    color: #181818;
    text-align: center;
    margin-left: 15px;
    margin-top: 195px
}

.character-section h2 br{
    display: none;
}

.character-section h2 span.character-span1 {
    font-weight: 600;
    padding-right: 2px;
}

.character-section h2 span.character-span2 {
    font-weight: 600;
    padding-left: 2px;
    padding-right: 4px;
}

.character-section p {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -2.5%;
    text-align: center;
    margin-top: 27px;
    margin-left: 37px
}

.character-section .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 24px;
    overflow: hidden;
    width: 1360px;
    margin-left: calc(50% - 671px);
    margin-top: 72px;
}

.character-section .grid-item {
    position: relative;
    background-color: #fff;
    aspect-ratio: 16 / 9; /* 이미지/비디오 비율 고정 (이미지에 맞게 조절) */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 180px;
    width: 272px;
}

.character-section .grid-item video, .character-section .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 영역에 꽉 차게 (비율 유지) */
    position: absolute;
    transition: transform 0.4s ease-in-out;
}

.character-section .grid-item:hover img {
    /* 1.08배 확대 */
    transform: scale(1.2);

    /* 0.3초 동안 부드럽게 변함 */
    transition: transform 0.4s ease-in-out;
}

.character-section .grid-item.item1 {
    background-color: #FFD96E
}

.character-section .grid-item.item1 img {
    width: 228px;
    height: 128px;
    top: 26px;
    left: 13px
}

.character-section .grid-item.item2 {
    background-color: #704998
}

.character-section .grid-item.item2 img {
    width: 283px;
    height: 267px;
    top: -30px
}

.character-section .grid-item.item3 {
    background-color: #E6E6E6
}

.character-section .grid-item.item3 img {
    width: 146px;
    height: 133px;
    top: 23px;
    left: 70px;
}

.character-section .grid-item.item4 {
    background-color: #FF617F
}

.character-section .grid-item.item4 img {
    width: 158px;
    height: 210px;
    top: 29px;
    left: 59px;
}

.character-section .grid-item.item5 {
    background-color: #F0F0F0
}

.character-section .grid-item.item5 img {
    width: 192px;
    height: 246px;
    top: 28px;
    left: 40px;
}

.character-section .grid-item.item6 {
    background-color: #C3C3C3
}

.character-section .grid-item.item6 img {
    width: 217px;
    height: 249px;
    top: 23px;
    left: 40px;
}

.character-section .grid-item.item7 {
    background-color: #FFFFFF
}

.character-section .grid-item.item7 img {
    width: 151px;
    height: 143px;
    top: 20px;
    left: 62px;
}

.character-section .grid-item.item8 {
    background-color: #21242B
}

.character-section .grid-item.item8 img {
    width: 283px;
    height: 227px;
    top: 1px;
    left: 2px;
}

.character-section .grid-item.item9 {
    background-color: #FFFFFF
}

.character-section .grid-item.item9 img {
    width: 126px;
    height: 133px;
    top: 20px;
    left: 75px;
}

.character-section .grid-item.item10 {
    background-color: #000000
}

.character-section .grid-item.item10 img {
    width: 277px;
    height: 407px;
    top: -111px;
    left: 3px
}

.character-section .grid-item.item11 {
    background-color: #0084E3
}

.character-section .grid-item.item11 img {
    width: 162px;
    height: 246px;
    top: 24px;
    left: 63px;
}

.character-section .grid-item.item12 {
    background-color: #72FFB3
}

.character-section .grid-item.item12 img {
    width: 161px;
    height: 199px;
    top: 22px;
    left: 57px;
}

.character-section .grid-item.item13 {
    background-color: #DCC69D
}

.character-section .grid-item.item13 img {
    width: 157px;
    height: 145px;
    top: 31px;
    left: 52px;
}

.character-section .grid-item.item14 {
    background-color: #BBE1F8
}

.character-section .grid-item.item14 img {
    width: 200px;
    height: 141px;
    top: 22px;
    left: 31px;
}

.character-section .grid-item.item15 {
    background-color: #ECDEC4
}

.character-section .grid-item.item15 img {
    width: 189px;
    height: 241px;
    top: 20px;
    left: 45px;
}


.review-section {
    height: 1458px;
    position: relative
}

.review-section h2 {
    font-weight: 700;
    font-size: 44px;
    line-height: 64px;
    letter-spacing: -1%;
    color: #181818;
    margin-left: calc(50% - 664px);
    margin-top: 249px;
}

.review-section .sub-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -2%;
    color: #181818;
    margin-left: calc(50% - 664px);
    margin-top: 26px;
}


#cont-review {
    position: absolute;
    top: -15px;
    right: 9px;
}

.review-section .review-wrap {
    width: 1360px;
    position: absolute;
    height: 413px;
    left: calc(50% - 654px);
    top: -17px;
}

.review-section .slide-wrap {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 400px;
}

.review-section .slider {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.review-section .slider li {
    --stack-x: 0px;
    --stack-y: 0px;
    --stack-rot: 0deg;
    --stack-scale: 1;
    --stack-z: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 544px;
    height: 364px;
    padding: 32px;
    border-radius: 28px;
    box-sizing: border-box;
    will-change: transform;
    background-color: #ffffff;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    transition: transform var(--stack-duration, 0.52s) cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow var(--stack-duration, 0.52s) cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--stack-delay, 0ms);
    transform: translate(calc(-50% + var(--stack-x, 0px)), calc(-50% + var(--stack-y, 0px))) rotate(var(--stack-rot, 0deg)) scale(var(--stack-scale, 1));
    transform-origin: 50% 50%;
    z-index: var(--stack-z, 1);
}

.review-section .review01 {
    background-color: #FFEA45 !important;
    color: #242424;
}

.review-section .review02 {
    background-color: #DEDEDE !important;
    color: #242424;
}

.review-section .review03 {
    background-color: #8952FA !important;
    color: #FFFFFF;
}

.review-section .review04 {
    background-color: #292929 !important;
    color: #FFFFFF;
}

.review-section .review-id {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-section .cont-tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 20px;
}

.review-section .desc {
    margin-top: 15px;
    opacity: 0.9;
    font-size: 15px;
}

.review-controls {
    position: absolute;
    top: 303px;
    left: 50px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 100;
}

.review-controls a {
    width: 53px;
    height: 53px;
    background: #FFFFFF url(../images/default/arrow/btn_slider-arrow-grey_40x40.svg) no-repeat center;
    border-radius: 50%;
    border: 1px solid #E1E5EB;
    transition: all 0.3s ease;
    display: block;
}

.review-controls a:hover {
    border-color: #5B5B5B;
}

.review-controls .review-btn-prev {
    transform: rotate(180deg);
}

.review-controls .review-btn-prev:hover {
    transform: rotate(180deg) scale(1.05);
}

.review-controls .review-btn-next:hover {
    transform: scale(1.05);
}


.review-section .cont-review {
    position: absolute;
    padding-bottom: 0;
    width: 600px;
    height: 400px;
    right: 271px;
    top: 1px;
    color: #242424;
}

.review-section .cont-review .bx-viewport {
    height: auto;
    overflow: visible !important;
}

.review-section .review01 {
    background-color: #FFEA45
}

.review-section .review02 {
    background-color: #DEDEDE;
    transform: rotate(-2.7deg);
}

.review-section .review03 {
    background-color: #8952FA;
    color: #FFFFFF;
    transform: rotate(5.12deg);
}

.review-section .review04 {
    background-color: #292929;
    color: #FFFFFF;
    transform: rotate(-7.52deg)
}

.review-section .cont-review li .review-id-box span {
    display: block;
    width: 32px;
    height: 24px;
    position: absolute;
    background: url(../images/home/review/double-quotes.svg) no-repeat;
    top: 48px;
    left: 35px;
}

.review-section .cont-review li.review03 .review-id-box span, .review-section .cont-review li.review04 .review-id-box span {
    background: url(../images/home/review/double-quotes-white.svg) no-repeat;
}

.review-section .cont-review li .review-id-box .review-id {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: right;
    margin: 0;
    margin-top: 13px;
    margin-right: 6px;
}

.review-section .cont-review li .review-id-box .review-type {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: right;
    margin-top: 11px;
    margin-right: 6px;
}

.review-section .cont-review li .text {
    position: absolute;
    left: 38px;
    bottom: 48px;
}

.review-section .cont-review li .text .cont-tit {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1%;
    margin-bottom: 17px;
}

.review-section .cont-review li .text .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -2%;
}

.review-section .reveal-section {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.review-section .reveal-section.active {
    opacity: 1;
    transform: translateY(0);
}

.review-section .logo-wrapper {
    margin-top: 368px;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.review-section .logo-wrapper .logo-left {
    bottom: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 20;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
}

.review-section .logo-wrapper .logo-right {
    bottom: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 20;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    right: 0;
}

.review-section .logo-wrapper .logo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    will-change: transform;
    width: 300%;
    --scroll-duration: 66s;
    --translate-end: -66.6667%;
    animation: scroll-left-custom var(--scroll-duration) linear infinite;
}

.review-section .logo-wrapper .logo-list li {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: calc(100% / 21 - 24px);
}

.review-section .logo-wrapper .logo-list li img {
    height: 58px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.55;
    padding-right: 90px;
    object-fit: contain;
}

.review-section .review-desc {
    font-weight: 700;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: -2%;
    text-align: center;
    color: #181818;
    margin-top: 197px;
    margin-left: 14px;
}

.review-section .review-start {
    display: flex;
    justify-content: center;
    margin-top: 46px;
    margin-left: 15px;
}

.review-section .review-start-btn {
    width: 192px;
    height: 60px;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -1%;
    text-align: center;
    background-color: #181818;
    transition: all 0.3s ease;
}

.review-section .review-start-btn:hover {
    background-color: #FFEC55;
    color: #151515;
}

.animate-wrapper {
    overflow: hidden;
    display: block;
}

.animate-wrapper.overview {
    overflow: visible;
}

.animate-on-scroll {
    display: block;
    transform: translateY(110%);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1); /* 부드러운 감속 효과 */
}

.animate-on-scroll.active {
    transform: translateY(0);
}

.animate-on-scroll:nth-child(2) {
    transition-delay: 1.3s;
}

.animate-on-scroll:nth-child(3) {
    transition-delay: 2.5s;
}

.animate-on-scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.animate-on-scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/*여기 부터는 반응형 스타일*/
@media screen and (max-width: 1920px) {


}

@media screen and (max-width: 1600px) {
    .cont-ai-video .bx-controls-direction{
        width:1100px;
    }
}

@media screen and (max-width: 1480px) {
    .cont-function .bx-controls-direction{
        width:1220px;
    }
}

@media screen and (max-width: 1380px) {
    .character-section .grid-container{
        grid-template-columns: repeat(3, 1fr);
        width:816px;
        margin:auto;
        margin-top:50px;
    }

    .review-section h2{
        display: flex;
        justify-content: center;
        margin-left:0;
        text-align: center;
    }

    .review-section .sub-title{
        display: flex;
        justify-content: center;
        margin-left:0;
    }

    .review-section .review-wrap{
        position: relative;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        left: calc(50% - 634px);
    }

    #cont-review{
        position: relative;
        top:67px;
        right: 0;
    }

    .review-controls{
        position: relative;
        top:109px;
        left:0;

    }

    .review-section .logo-wrapper{
        margin-top: 20%;
    }

    .review-section .review-desc{
        margin-top:140px;
        font-size:clamp(40px,3.7vw,48px);
        margin-left: 0;

    }
}

@media screen and (max-width: 1200px) {
    .cont-function .bx-controls-direction{
        width:850px;
    }
    .ai-section h2{
        font-size:clamp(38px,3.7vw,44px)
    }
    .ai-section{
        margin-top:20%
    }

}

@media screen and (max-width: 1100px) {
    .hero{
        margin-top:10%;
    }
    .hero h1{
        font-size:clamp(80px, 8.7vw, 104px);
    }
    .hero p{
        font-size: clamp(24px,2.7vw,28px);
        margin-top:16px;
    }
    .video-section .video-container{
        width:90%;
        aspect-ratio: 1053 / 640;
        height: auto;
        margin:auto
    }
    .main-copy{
        font-size: 4.36vw;
        line-height: 1.3;
    }

    .video-text-box {
        bottom: 2.8vw;
        left: 5.5vw;
    }

    .template-section h2{
        font-size: clamp(38px,4vw,44px);
    }

    .template-section p{
        font-size:clamp(18px,1.8vw,20px);
    }

    .ai-video-section h2{
        font-size: clamp(42px,4vw,48px);
        padding-left: 0;
        padding-top:116px;
    }

    .ai-video-section p{
        font-size:clamp(17px,1.8vw,20px);
        margin-left:0;
        margin-top:24px;
    }

    .ai-video-section .ai-video-container .video-wrapper{
        width:90%;
        height:auto;
        aspect-ratio: 1000 / 563;
        margin:auto;
    }

    .ai-video-section .ai-video-container video{
        width:100%;
        height:auto;
        aspect-ratio: 1000 / 563;
    }

    .ai-video-background{
        height:23%;
    }

    .cont-ai-video p{
        font-size:clamp(36px,1.8vw,40px);
        margin-left:0;
        margin-top:100px;
    }

    .cont-ai-video .bx-controls-direction{
        width:610px;
    }

    .ai-video-section{
        height:1544px;
    }

    .review-section .logo-wrapper .logo-list{
        width: 400%;
    }

}

@media screen and (max-width: 860px) {
    .hero{
        margin-top:94px;
    }
    .hero h1{
        font-size: clamp(80px, 8.7vw, 104px);
        line-height: 100px;
    }

    .hero .hero-container{
        display: flex;
        justify-content: center;
    }

    .hero .hero-btns .btn-yellow{
        width:177px;
        height: 60px;
        border-radius: 8px;
        font-size: 16px;
    }

    .hero .hero-btns .btn-outline{
        width:240px;
        height: 60px;
        border-radius: 8px;
        font-size:16px;
    }

    .video-section{
        margin-top:93px;
    }

    .ai-video-section{
        height: 1363px;
    }


    .character-section .grid-container{
        grid-template-columns: repeat(3, 1fr);
        width:564px;
        height: auto;
        margin:auto;
        margin-top:30px;
    }

    .character-section .grid-item{
        width:188px;
        height: 124px;
    }

    .character-section .grid-item.item1 img{
        width: 157px;
        height: 88px;
        top: 18px;
        left: 16px;
    }

    .character-section .grid-item.item2 img{
        width: 238px;
        height: 224px;
        top: -17px;
        left: -9px;

    }

    .character-section .grid-item.item3 img{
        width: 104px;
        height: 95px;
        top: 15px;
        left: 49px;

    }

    .character-section .grid-item.item4 img{
        width: 114px;
        height: 152px;
        top: 17px;
        left: 39px;
    }

    .character-section .grid-item.item5 img{
        width: 148px;
        height: 190px;
        top: 19px;
        left: 20px;

    }

    .character-section .grid-item.item6 img{
        width: 167px;
        height: 191px;
        top: 12px;
        left: 23px;
    }

    .character-section .grid-item.item7 img{
        width: 112px;
        height: 105px;
        top: 9px;
        left: 40px;
    }

    .character-section .grid-item.item8 img{
        width: 193px;
        height: 154px;
        left: -2px;
    }

    .character-section .grid-item.item9 img{
        width: 95px;
        height: 101px;
        top: 12px;
        left: 46px;
    }

    .character-section .grid-item.item10 img{
        width: 95px;
        height: 101px;
        top: 12px;
        left: 46px;
    }

    .character-section .grid-item.item11 img{
        width: 124px;
        height: 188px;
        top: 14px;
        left: 40px;
    }

    .character-section .grid-item.item12 img{
        width: 109px;
        height: 134px;
        top: 11px;
        left: 45px;
    }

    .character-section .grid-item.item13 img{
        width: 121px;
        height: 112px;
        top: 15px;
        left: 33px;
    }

    .character-section .grid-item.item14 img{
        width: 140px;
        height: 98px;
        top: 15px;
        left: 24px;
    }

    .character-section .grid-item.item15 img{
        width: 151px;
        height: 193px;
        top: 13px;
        left: 18px;
    }


    .character-section h2{
        font-size: clamp(24px,4vw,44px);
        margin-top: 10%;
    }
    .character-section p{
        font-size:clamp(17px,1.8vw,20px);
    }

    .review-section h2{
        font-size:clamp(38px,1.8vw,20px);
        line-height: 54px;
        margin-top:120px;
    }

    .review-section .sub-title{
        font-size:clamp(18px,1.8vw,20px);
    }

    .review-section .slider li{
        width:500px;
        height: 338px;
        border-radius: 16px;
    }

    .review-section .cont-review li .text .cont-tit{
        font-size: 30px;
    }

    .review-section .cont-review li .text .desc{
        font-size: 15px;
    }

    .review-section .logo-wrapper{
        margin-top:200px;
    }

    .video-section .tab-wrapper{
        margin-left:0;
    }
    .cont-function .bx-controls-direction{
        width:490px;
    }

    .tab-menu{
        width: 80%;
        height: 50px;
        line-height: 50px;
        padding: 9px;
    }
    .tab-menu li{
        width:25%;
        font-size:clamp(12px,1.8vw,20px);
        line-height: 29px;
    }

    .hero .hero-container{
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

    .hero .hero-btns .btn-yellow{
        width:177px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
    }

    .hero .hero-btns .btn-outline{
        width: 240px;
        height: 60px;
        font-size: 16px;
        line-height: 60px;
    }

    .hero .hero-btns .btn-outline{
        background-position-y: 17px;
    }

    .template-section{
        margin-top:105px;
    }

    .ai-section{
        margin-top:105px;
    }

    .cont-function{
        margin-top:45px;
        margin-left:0;
    }

    .review-section{
        height: 1518px;
    }

}

@media screen and (max-width: 610px) {
    .cont-ai-video figure{
        width:auto;
        height: auto;
    }
    .cont-ai-video .bx-controls{
        top :83px;
    }

    .cont-ai-video .bx-controls-direction{
        width: 450px;
    }

    .ai-video-section{
        height:1244px;
    }

    .review-section .slider li{
        width: 433px;
        height: 345px;
    }
    .review-section .cont-review li .text .cont-tit{
        font-size: 29px;
    }

    .review-section .cont-review li .text .desc{
        font-size: 13px;
    }

    .review-section .logo-wrapper{
        margin-top:25%;
    }

    .review-section .logo-wrapper .logo-list{
        width: 500%;
    }

}

@media screen and (max-width: 500px) {
    .hero{
        margin-top:57px;
    }
    .hero h1{
        font-size: clamp(40px, 8.7vw, 104px);
        line-height: 50px;
    }

    .hero p{
        font-size: clamp(16px, 2.7vw, 28px);
        line-height: 30px;
        margin-top: 8px;
    }

    .hero .hero-btns .btn-yellow{
        width: 105px;
        height: 36px;
        font-size: 9px;
        line-height: 36px;
        border-radius: 6px;
    }

    .hero .hero-btns .btn-outline{
        width: 152px;
        height: 36px;
        font-size: 9px;
        line-height: 36px;
        background-position-y: 11px;
        background-position-x: 26px;
        background-size: 14px 14px;
        padding-left: 48px;
        margin-left:8px;
        border-radius: 6px;
    }

    .hero .hero-container{
        margin-top:20px
    }

    .tab-menu{
        width: 90%;
        height: 33px;
        padding:5px;

    }
    .tab-menu li{
        font-size:clamp(10px,1.8vw,20px);
        line-height: 20px;
    }

    .video-section{
        margin-top:47px;
    }

    .video-section .video-container video{
        border-radius: 16px;
    }

    .video-section .video-background{
        height: 70px;
    }

    .ai-section{
        margin-top:60px;
    }

    .ai-section h2{
        font-size: clamp(22px, 3.7vw, 44px);
    }

    .ai-video-section .ai-video-container video{
        border-radius: 8px;
    }

    .cont-function{
        margin-top:20px;
        margin-left:0;
    }
    .cont-function .slider > li{
        width:229px !important;
    }

    .cont-function figure{
        width: 229px;
        height: 156px;
    }

    .cont-function figure img{
        width: 229px;
        height: 156px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .cont-function .ai-text{
        width: 229px;
        height: 106px;
        padding-top:24px;
        padding-left: 21px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .cont-ai-video figure img, .cont-ai-video figure video{
        border-radius: 8px;
    }

    .cont-function .ai-text strong{
        font-size: 16px;
    }

    .cont-function .ai-text p{
        font-size:10px;
        margin-top:10px;
        line-height: 17px;
    }

    .cont-function .bx-controls{
        top: 105px;
        left:-60px;
    }

    .cont-function .bx-controls-direction{
        width: 365px;
    }

    .template-section{
        margin-top:60px;
        margin-bottom:80px;
    }

    .template-section h2{
        font-size: clamp(22px, 4vw, 44px);
        line-height: 30px;
    }

    .template-section p{
        font-size: clamp(12px, 1.8vw, 20px);
        margin-top:10px;
        line-height: 20px;
    }

    .cont.template .rolling{
        margin-top:28px;
    }

    .cont.template li{
        margin-left:5px;
    }

    .cont.template img{
        height: 108px !important;
        border-radius: 4px;
    }

    .cont.template .backwards{
        margin-top:5px;
    }

    .ai-video-section h2{
        font-size: clamp(22px, 4vw, 48px);
        padding-top: 65px;
        line-height: 29px;
    }
    .ai-video-section p {
        font-size: clamp(9px, 1.8vw, 20px);
        margin-top: 12px;
        line-height: 10px;
    }

    .ai-video-section .ai-video-container{
        margin-top:31px;
    }

    .cont-ai-video p{
        font-size: clamp(19px, 1.8vw, 40px);
        line-height: 26px;
        margin-top:51px;
    }

    .cont-ai-video .bx-controls{
        left : -50px;
    }

    .cont-ai-video .bx-controls-direction{
        width : 340px;
    }

    .cont-ai-video .bx-wrapper .bx-controls-direction a{
        width:20px;
        height: 20px;
        background-size: 15px;
        background-position-x: 2px;
        background-position-y: 2px;
    }

    .cont-ai-video .slide-wrap{
        margin-top:20px;
        margin-left:0;
    }
    .cont-ai-video .ai-text{
        margin-top:13px;
        margin-left:0;
    }

    .cont-ai-video .ai-text strong{
        font-size:12px;
    }

    .ai-video-section{
        height: 713px;
    }

    .character-section{
        margin-bottom: 60px;
    }

    .character-section h2 {
        font-size: clamp(22px, 4vw, 44px);
        line-height: 33px;
        margin-top:80px;
    }

    .character-section h2 br{
        display: block;
    }

    .character-section p{
        font-size:12px;
        line-height: 12px;
        margin-top:10px;
    }

    .character-section .grid-container{
        grid-template-columns: repeat(3, 1fr);
        width:309px;
        border-radius: 13px;
    }

    .character-section .grid-item{
        width:103px;
        height: 68px;
    }

    .character-section .grid-item.item1 img{
        width: 99px;
        height: 55px;
        top:6px;
        left:2px;
    }

    .character-section .grid-item.item2 img{
        width: 138px;
        height: 130px;
        top:-8.7px;
        left:-4.4px;
    }

    .character-section .grid-item.item3 img{
        width: 57px;
        height: 51px;
        top: 8px;
        left: 26.83px;
    }

    .character-section .grid-item.item4 img{
        width: 62px;
        height: 82px;
        top: 6.84px;
        left: 21.5px;
    }

    .character-section .grid-item.item5 img{
        width: 89px;
        height: 113px;
        angle: 0 deg;
        opacity: 1;
        top: 8.84px;
        left: 7.17px;

    }

    .character-section .grid-item.item6 img{
        width: 91px;
        height: 105px;
        top: 12.64px;
        left: 12.64px;

    }

    .character-section .grid-item.item7 img{
        width: 64px;
        height: 60px;
        top: 3.69px;
        left: 20.5px;


    }

    .character-section .grid-item.item8 img{
        width: 124px;
        height: 100px;
        top: 1.1px;
        left: -10.44px;

    }

    .character-section .grid-item.item9 img{
        width: 49px;
        height: 52px;
        top: 8.69px;
        left: 26.83px;
    }

    .character-section .grid-item.item10 img{
        width: 123px;
        height: 181px;
        top: -54.96px;
        left: -8.79px;

    }

    .character-section .grid-item.item11 img{
        width: 66px;
        height: 101px;
        top: 9.53px;
        left: 23.17px;
    }

    .character-section .grid-item.item12 img{
        width: 60px;
        height: 73px;
        top: 9.53px;
        left: 21.83px;
    }

    .character-section .grid-item.item13 img{
        width: 66px;
        height: 60px;
        top: 8.49px;
        left: 18.5px;
    }

    .character-section .grid-item.item14 img{
        width: 73px;
        height: 52px;
        top: 9.49px;
        left: 15.17px;
    }

    .character-section .grid-item.item15 img{
        width: 89px;
        height: 113px;
        top: 5.06px;
        left: 9.04px;

    }

    .review-section h2{
        margin-top:60px;
        font-size:22px;
        line-height: 32px;
    }

    .review-section .sub-title{
        font-size:12px;
        line-height: 20px;
        margin-top:10px;
    }

    .review-section .slider li{
        width: 277px;
        height:187px;
    }

    .review-section .cont-review li .review-id-box span{
        width: 17px;
        height: 12px;
        left:25px;
        top:40px;
        background-size: 17px 12px;
    }

    .review-section .cont-review li .review-id-box .review-id{
        font-size:10px;
        line-height: 10px;
    }

    .review-section .cont-review li .review-id-box .review-type{
        font-size:8px;
        line-height: 8px;
    }

    .review-section .cont-review li .text .cont-tit{
        font-size:16px;
        line-height: 21px;
    }

    .review-section .cont-review li .text .desc{
        font-size:8px;
        line-height: 13px;
    }

    .review-section .cont-review li .text{
        left:31px;
        bottom:21px;
        margin:0;
    }

    .review-section .slider li{
        border-radius: 9px;
    }

    .review-controls{
        top:8px;
    }

    .review-controls a{
        width:28px;
        height: 28px;
        background-size: 24px;
    }

    .review-section .review-wrap{
        height: 247px;
    }

    .review-section .logo-wrapper{
        margin-top:112px;
        height: 50px;
    }

    .review-section .review-desc{
        font-size:25px;
        line-height: 38px;
        margin-top:100px;
    }

    .review-section .review-start{
        margin-top:30x;
        margin-left:0;
    }

    .review-section .review-start-btn{
        width:123px;
        height: 38px;
        font-size:12px;
        line-height: 12px;
        border-radius: 5px;
    }

    .review-section{
        height: 876px;
    }

    .footer-inner .new-top .logo-wrapper .logo-list{
        font-size:31px;
    }

}

