@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

h2,
h3,
h4,
h5,
h6,
p {
    margin-block-start: 0;
    margin-block-end: 0;
}

ul {
    padding-inline-start: 0;
}

li {
    list-style: none;
}


.aitive_renewal {
    position: relative;
    display: block;
}

.mo_br {
    display: none;
}

section {
    width: 100%;
    min-height: 686px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section .wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.section .content {
    width: 100%;
}

.title_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.title_area span {
    font-size: 18px;
    font-weight: 600;
    color: #85808d;
}

.title_area span b {
    font-weight: 600;
}

.title_area h4 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.title_area h4 b {
    font-weight: 700;
    color: #5d2bf4;
}

/* section 01 */

.section_01 {
    height: 100vh;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_01_bg.png') no-repeat center / cover;
}

.section_01 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 86px;
    padding-top: 80px;
}

.section_01 .content .left_content {
    width: 50%;
}

.section_01 .content .left_content h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -1.6px;
    color: #000;
}

.section_01 .content .left_content h2 b {
    font-weight: 700;
}

.section_01 .content .left_content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 36px;
    font-weight: 600;
    color: #6d6e71;
}

.section_01 .content .right_content {
    width: 46%;
    border-radius: 16px;
    overflow: hidden;
    height: 300px;
}

.section_01 .content .right_content video {
    width: 100%;
    height: 100%;
}

.section_01_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.section_01_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 16px 17px 16px 14px;
    border-radius: 10px;
    gap: 12px;
}

.section_01_btn a i {
    display: block;
    width: 20px;
    height: 20px;
}

.section_01_btn a span {
    font-size: 18px;
    letter-spacing: -0.8px;
}

.section_01_btn a.aitive_apply_btn {
    background-color: #5d2bf4;
}

.section_01_btn a.aitive_apply_btn i {
    background: url('/bootstrap/custom-assets/images/aitive_renewal/icon_video.png') no-repeat center / contain;
}

.section_01_btn a.portfolio_btn {
    background-color: #000;
}

.section_01_btn a.portfolio_btn i {
    background: url('/bootstrap/custom-assets/images/aitive_renewal/icon_portfolio.png') no-repeat center / contain;
}

.content_ai {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.content_ai h6 {
    font-size: 13px;
    color: #85808d;
}

.ai_model {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 62px;
}

.model_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.model_item span {
    font-size: 20px;
    font-weight: 600;
    color: #85808d;
}

/* section 02 */

.section_02 {
    height: 100vh;
}

.section_02 .title_area {
    margin-bottom: 46px;
}

.section_02 .content {
    display: flex;
    flex-direction: column;
}

.section_02 .content .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    margin-bottom: 46px;
}

.section_02 .content .list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_02_box_01.png') no-repeat center / contain;
    width: 340px;
    height: 260px;
}

.section_02 .content .list li:last-child * {
    margin-left: 0;
}

.section_02 .content .list span.num {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 50px;
}

.section_02 .content .list h6 {
    font-size: 21px;
    padding-bottom: 22px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.section_02 .content .list b {
    display: none;
}

.section_02 .content .list p {
    font-size: 18px;
    padding-bottom: 26px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    text-align: center;
}

.section_02_text {
    display: flex;
    justify-content: center;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #000;
}

.section_02_text b {
    font-weight: 600;
}

/* section 03 */

.section_03 {
    height: 100vh;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_03_bg.png') no-repeat center / cover;
}

.section_03 .title_area {
    padding-bottom: 50px;
}

.section_03_swiper {
    width: 88%;
    height: 336px;
}

.section_03_swiper .swiper-slide .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    padding: 62px 0px 100px;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_04_box.png') no-repeat center / contain;
}

.section_03_swiper .swiper-slide .box span.num {
    font-size: 20px;
    padding-bottom: 2px;
    font-weight: 700;
    color: #000;
}

.section_03_swiper .swiper-slide .box span.num b {
    color: #5d2bf4;
    font-weight: 700;
}

.section_03_swiper .swiper-slide .box p {
    font-size: 14px;
    text-align: center;
    color: #000;
    line-height: 1.3;
}

.section_03_swiper .swiper-slide .box img {
    height: 80px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 8px;
}

.swiper-btn {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-btn button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #5d2bf4;
    border-radius: 50%;
    outline: none;
    border: 0;
    cursor: pointer;
}

.swiper-btn button:hover {
    background-color: #39179e;
}

.swiper-btn button::before {
    content: '';
    width: 12px;
    height: 16px;
    margin-left: 4px;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/btn_arrow_white.png') no-repeat center / contain;
}

.swiper-prev-btn::before {
    margin-left: -2px !important;
    transform: rotate(180deg);
}

.non-active {
    opacity: 0.3;
    pointer-events: none;
}

/* section 04 */

.section_04 {
    height: 100vh;
    background-color: #f0eef5;
}

.section_04 .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 36px;
}

.section_04 .title_area {
    margin-bottom: 68px;
}

.section_04 .list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    flex: 1;
    border-radius: 26px;
    overflow: hidden;
}

.section_04 .list li>.iframe {
    width: 100%;
    overflow: hidden;
    max-height: 208px;
    min-height: 208px;
    line-height: 0;
    font-size: 0;
}

.section_04 .list li iframe {
    height: 208px;
    width: 100%;
    display: block;
}

.section_04 .list li:nth-child(2n) iframe {
    height: 209px;
}

.section_04 .list li:nth-child(n+4) {
    display: none;
}

.section_04 .list li .box {
    background-color: #5d2bf4;
    padding: 18px 20px;
    width: 100%;
}

.section_04 .list li .box .reviewer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    margin-bottom: 0 !important; /* 임시 */
}

.section_04 .list li .box .reviewer .info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.section_04 .list li .box .reviewer .info img {
    width: 76px;
}

.section_04 .list li .box .reviewer .info span {
    font-size: 16px;
    color: #bbade4;
}

.section_04 .list li .box p {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 12px;
    letter-spacing: 0.3px;
    display: none !important; /* 임시 */
}

.section_04 .list li video {
    width: 100%;
    height: 214px;
}

.section_04_text {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.section_04_text b {
    font-weight: 700;
}

/* section 05 */

.section_05 {
    padding: 143px 0;
    background-color: #5d2bf4;
}

.section_05 .title_area {
    margin-bottom: 68px;
}

.section_05 .title_area span {
    color: #b6a3f2;
}

.section_05 .title_area h4 {
    color: #fff;
}

.section_05 .title_area h4 em {
    font-style: normal;
    color: #40e666;
}

.section_05 .wrap .box {
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_05_bg.png') no-repeat center / contain;
    height: 320px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.section_05 .wrap .box .top {
    padding: 32px 0 20px;
}

.section_05 .wrap .box .top .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 14px;
}

.section_05 .wrap .box .top .text_box span {
    font-size: 25px;
    font-weight: 600;
    color: #9184c3;
    margin-bottom: 20px;
}

.section_05 .wrap .box .top .text_box p {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.section_05 .wrap .box .top .price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-left: 16px;
    margin-top: -8px;
}

.section_05 .wrap .box .top .price em {
    font-size: 72px;
    font-weight: 900;
    color: #5d2bf4;
    font-style: normal;
    letter-spacing: -1px;
    font-family: 'GMarketSans';
    line-height: 1.4;
}

.section_05 .wrap .box .top .price em span {
    font-family: 'Pretendard';
}

.section_05 .wrap .box .top .price p {
    padding-top: 34px;
    font-size: 17px;
    font-weight: 600;
}

.section_05 .wrap .box .bot {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 12px 0;
    gap: 4px;
}

.section_05 .wrap .box .bot span {
    font-size: 20px;
    color: #fff;
    margin-bottom: 3px;
}

.section_05 .wrap .box .bot .price_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    opacity: 0.7;
    font-size: 18px;
}

.section_05 .wrap .box .bot .price_box p {
    color: #ffffff;
}

.section_05 .wrap .box .bot .price_box .bar {
    width: 1px;
    height: 13px;
    background-color: #ffffff;
    opacity: 0.4;
}

.section_05_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_05_btn.png') no-repeat center / contain;

    width: 280px;
    height: 76px;
    margin: 0 auto;
    gap: 10px;
    padding-bottom: 16px;
    margin-bottom: 32px;
}

.section_05_btn i {
    width: 22px;
    height: 16px;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/icon_video_b.png') no-repeat center / contain;
}

.section_05_btn span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.section_05_notice {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
}

/* section 06 */

.section_06 {
    height: 100vh;
    padding: 150px 0 130px;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_06_bg.png') no-repeat center / cover;
}

.section_06 .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_06 .title_area {
    margin-bottom: 60px;
}

.section_06 .title_area span {
    color: #5d2bf4;
}

.section_06_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_06_btn i {
    background: url('/bootstrap/custom-assets/images/aitive_renewal/icon_magnifier.png') no-repeat center / contain;
    width: 20px;
    height: 20px;
}

.section_06 h2 {
    font-size: 55px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -2px;
    padding-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.section_06 h2 b {
    font-weight: 700;
    color: #5d2bf4;
}

.section_06_text {
    position: relative;
    display: block;
    font-size: 20px;
    text-align: center;
    margin-bottom: 100px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

.section_06_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 280px;
    height: 76px;
    background: url('/bootstrap/custom-assets/images/aitive_renewal/section_06_btn.png') no-repeat center / contain;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.section_06_btn span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
