/* body::before { content: ''; position: absolute; top: 109px; left: 0; width: 100%; height: 5550px; background: url(/bootstrap/custom-assets/images/aitive/bg.jpg) no-repeat center / contain; opacity: 0.2; } */

body:before {
    display: none;
}

.mo_br {
    display: none;
}

/* section 01 */
.custom_section_01::before {
    content: "";
    position: absolute;
    top: -200px;
    min-width: 2270px;
    min-height: 2282px;
    background: url("/bootstrap/custom-assets/images/aitive/aitive_bg_00.png") no-repeat center / contain;
}

body {
    color: #000;
    overflow-x: hidden;
}

section {
    overflow: hidden;
}

section > div {
    max-width: 1368px;
    padding: 0 24px;
}

.custom-h-100 {
    height: 100vh;
}

.custom_section_01 {
    overflow: hidden;
}

.custom_section_01 > .container {
    padding-bottom: 20px;
}

.custom_title {
    font-family: "Pretendard", sans-serif;
    letter-spacing: -2px;
    line-height: 52px;
}

.custom_title > b {
    font-weight: 900 !important;
}

.custom_title_img {
    width: 100%;
    max-width: 715px;
    margin-bottom: 32px;
}

.custom_section_01 .custom_title {
    font-size: 36px;
    margin-bottom: 36px;
}

.custom_section_01 button, .custom_section_01 a.rounded-pill {
    width: 300px;
    min-height: 70px;
    border-radius: 35px;
    filter: drop-shadow(0.974px 6.932px 4.5px rgba(93, 43, 244, 0.16));
    background-image: linear-gradient(0deg, #cbbbff 0%, #ffffff 100%);
    border: 0px solid #ff79f6;
    font-size: 28px;
    letter-spacing: -1px;
    color: #5d2bf4;
    font-weight: bold;
    font-family: "Pretendard";
    font-size: 28px;
}

.custom_section_01 button {
    margin-bottom: 100px;
}

.custom_section_01 .custom_text {
    font-size: 28px;
    margin-bottom: 60px;
    letter-spacing: 0px;
    color: #000000;
    font-family: "Helvetica";
    text-align: center;
}

.custom_section_01 a.scroll_down {
    /*
    position: absolute;
    bottom: 163px;
    left: 50%;
    transform: translateX(-50%);
    */
}

.custom_section_01 a.scroll_down > img {
    width: 27px;
}

/* section 02 */
.custom_section_02 {
    position: relative;
    background-color: #000;
    height: 100vh !important;
    z-index: 1;
}

.custom_section_02 video {
    width: 100%;
}

/* section 03 */
.custom_section_03::before {
    content: "";
    position: absolute;
    top: -45px;
    right: -476px;
    min-width: 1809px;
    min-height: 1205px;
    background: url("/bootstrap/custom-assets/images/aitive/aitive_bg_01.png") no-repeat center / contain;
}

.custom_section_03 > .container {
    padding-bottom: 207px;
}

.custom_section_03 h3 {
    font-size: 44px;
    margin-bottom: 32px;
}

.custom_section_03 h3 img {
    margin-bottom: -8px;
    margin-left: 6px;
    display: inline-block;
    height: 56px;
}

.custom_section_03 span.custom_text {
    font-size: 32px;
    letter-spacing: -0.02rem;
    margin-bottom: 130px;
    line-height: 1.6;
}

.custom_section_03 span.custom_text > b {
    font-weight: 600 !important;
}

.custom_section_03 .custom_round_box > div {
    width: 278px;
}

.custom_section_03 .custom_round_box > div::before {
    content: "";
    position: absolute;
    width: 344px;
    height: 344px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #d9ceff 0%, #ffffff 100%);
    border: 0px solid #000000;
}

.custom_section_03 .custom_round_box > div:nth-child(2)::before {
    background: #fff;
    z-index: 1;
}

.custom_section_03 .custom_round_box > div img,
.custom_section_03 .custom_round_box > div p {
    z-index: 10;
}

.custom_section_03 .custom_round_box > div img {
    object-fit: contain;
    width: 112px;
    height: 112px;
    margin-bottom: 16px;
}

.custom_section_03 .custom_round_box > div p {
    font-size: 22px;
    margin-bottom: 0;
}

/* section 04 */
.custom_section_04 {
    position: relative;
    background: url("/bootstrap/custom-assets/images/aitive/aitive_bg_02.png") no-repeat center / cover;
    padding: 156px 0;
    z-index: 1;
}

.custom_section_04 .custom_title {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 32px;
}

.custom_section_04 .custom_title .dots {
    gap: 38px;
    margin-left: 99px;
}

.custom_section_04 .custom_title .dots > div {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #28ce4e;
    border: 0px solid #000000;
}

.custom_section_04 .custom_text {
    letter-spacing: -0.05rem;
    margin-bottom: 80px;
    font-size: 24px;
}

.custom_process::before {
    content: "";
    position: absolute;
    top: 45%;
    width: 1112px;
    height: 17px;
    background: url("/bootstrap/custom-assets/images/aitive/icon_process_line.png") no-repeat center / contain;
}

.custom_process {
    gap: 35px;
    margin-bottom: 160px;
}

.custom_process > div {
    position: relative;
    width: 165px;
    height: 165px;
    border-radius: 50%;
}

.custom_process > div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 16px 16px 21px 10px rgba(0, 0, 0, 0.16);
}

.custom_process > div > * {
    position: relative;
}

.custom_process > div > img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
}

.custom_process > div > p {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.custom_content_box {
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 90px 140px;
    border: 1px solid #fff;
}

.custom_content_box > * {
    position: relative;
}

.custom_content_box .custom_text {
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
    margin-bottom: 16px;
}

.custom_content_box .custom_price {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 92px;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    line-height: 1.4;
}

.custom_content_box .custom_price b {
    position: relative;
    display: block;
    font-size: 80px;
    letter-spacing: -4px;
    color: #5d2bf4;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    line-height: 1;
}

.custom_content_box .custom_price b span {
    font-size: 28px;
    letter-spacing: -1px;
    color: #303030;
    font-weight: 500;
    font-family: "Pretendard";
    text-align: center;
}

.custom_box_wrap {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.custom_box {
    width: 46%;
    padding: 0;
}

.custom_box > div {
    column-gap: 6px;
}

.custom_box .custom_text {
    font-size: 22px;
}

.custom_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 49.5%;
    height: 100%;
    width: 1px;
    background-color: #c3bdd7;
}

.custom_box .rounded-pill {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 48px;
    border-radius: 24px;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 45px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Pretendard";
    text-align: center;
    margin-bottom: 48px;
}

.custom_box_01 .rounded-pill {
    color: #fff;
    background-color: #5d2bf4;
    margin-left: -32px;
}

.custom_box_02 .rounded-pill {
    color: #fff;
    background-color: #28ce4e;
    margin-left: -32px;
}

.custom_box .custom_text {
    font-size: 26px;
}

.custom_box .custom_factor {
    margin-bottom: 24px;
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 60px;
    color: #000000;
    font-weight: 500;
    font-family: "Pretendard";
    gap: 8px;
    width: calc(50% - 3px);
}

.custom_box .custom_factor .custom_text {
    margin-bottom: 0;
}

.custom_box .custom_factor img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* section 05 */
.custom_section_05 {
    padding: 160px 0;
}

.custom_section_05 .custom_faq_icon {
    margin-bottom: 32px;
    width: 58px;
    height: 58px;
}

.custom_section_05 .custom_title {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 32px;
}

.custom_section_05 .custom_text {
    margin-bottom: 48px;
    font-size: 32px;
}

.custom_faq_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 80px;
}

.custom_faq {
    width: 100%;
    border-radius: 30px;
    background-color: #eee8ff;
    padding: 36px 140px;
}

.custom_faq .custom_faq_question {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin-bottom: 8px;
}
.custom_faq .custom_faq_answer {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 29px;
    letter-spacing: -1px;
    line-height: 1.3;
}

.custom_faq .custom_faq_answer img {
    width: 26px;
    height: 27px;
    object-fit: contain;
    margin-right: 10px;
}

.custom_faq .custom_faq_answer p {
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 1.6;
}

.custom_faq_more span {
    font-size: 24px;
    margin-bottom: 16px;
}

.custom_faq_more p {
    font-size: 22px;
    margin-bottom: 44px;
}

.custom_faq_more a {
    font-size: 24px;
    line-height: 40px;
    width: 250px;
    height: 60px;
    background-color: #131313;
    border-radius: 30px;
    border: 0;
    gap: 8px;
}

.custom_faq_more a img {
    width: 27px;
    height: 28px;
}

.custom_faq_more a strong {
    font-size: 22px;
}

/* 우측 하단 버튼 */
.fixed_action_btn {
    position: absolute;
    right: 32px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: #5d2bf3;
    border: 0px solid #ff79f6;
    z-index: 1;
}

.fixed_action_btn > img {
    width: 46px;
    height: 38px;
}

.fixed_action_btn::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    background-color: #28ce4e;
    border-radius: 50%;
}

.custom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
