.section_top {
    background-image: url(/seongbeomjoevictim/img/common/section_top_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.section_top {
    position: relative;
    width: 100%;
    height: 920px;
    overflow: hidden;
}

.section_top:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.section_top .wrap {
    max-width: 1480px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 60px;
    width: 100%;
    justify-content: space-between;
}
.section_top .wrap .wrap_p {
    z-index: 10;
    width: 75%;
    text-align: center;
}
.section_top .wrap .wrap_p .point {
    font-size: 128px;
    color: #2b58bc;
    font-weight: bold;
    position: relative;
    margin-top: 20px;
}

.section_top .wrap .wrap_p .point::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-color: #f6b100; /* 노란색 점 */
    border-radius: 50%;
}

.section_top .wrap_p img {
    width: 28px;
    height: 18px;
    margin-bottom: 24px;
}

.section_top .wrap_p p {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: block;
}

.section_top .wrap_p p.show {
    display: block;
    opacity: 1;
}

.section_top .wrap_p p {
    font-size: 128px;
    color: #2b58bc;
}

.section_top .wrap .wrap_i {
    position: relative;
    width: 10px;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: end;
}

.section_top .wrap .wrap_i img {
    max-height: 860px;
}

.section_top .wrap_p button {
    height: 124px;
    color: #f6b100;
    font-size: 96px;
    opacity: 0;
    transition: opacity 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -2px;
    margin-top: 20px;
}

/* section01 */
.section01 {
    width: 100%;
    overflow: hidden;
    background-image: url(/seongbeomjoevictim/img/index/section01_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section01 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 160px 0px;
}

.section01_slide {
    width: 100%;
    margin-top: 40px;
}

.section01_slide .swiper-wrapper {
    width: 100%;
    display: flex;
    margin-top: 24px;
}

.section01_slide .swiper-wrapper .card {
    width: calc((100% - 72px) / 4);
    aspect-ratio: 248 / 350;
    max-width: 248px;
    position: relative;
    background-color: #eaecf2;
    overflow: hidden;
}

.section01_slide .swiper-wrapper .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section01_slide .slick-slide {
    margin: 0 calc(25px / 2);
}

.slick-prev img {
    width: 32px;
    height: 32px;
}
.slick-next img {
    width: 32px;
    height: 32px;
}

.slick-prev {
    margin-left: 16px;
    margin-right: 24px;
}

.slick-next {
    margin-left: 24px;
    margin-right: 16px;
}

.section01 .wrap .title {
    font-size: 100px;
    color: #2b58bc;
}

/* section02 */
.section02 {
    width: 100%;
    overflow: hidden;
    background-image: url(/seongbeomjoevictim/img/common/section_top_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section02 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 160px 0px;
}

.section02 .wrap .wrap_t {
}

.section02 .wrap .wrap_t .title {
    text-align: center;
    font-size: 100px;
    color: #2b58bc;
}

.section02 .wrap .wrap_t .desc {
    text-align: center;
    font-size: 32px;
    color: #024931;
}

.section02 .wrap .wrap_t .sub-title {
    text-align: center;
    font-size: 48px;
    color: #024931;
    margin: 36px 0px;
}

.section02 .wrap .content {
    width: 100%;
}

.section02 .wrap .content .card_type2 {
    width: 100%;
    display: flex;
    gap: 44px;
    margin-top: 24px;
}

.section02 .wrap .content .card_type2 .card {
    width: calc((100% - 72px) / 4);
    /* margin-right: 25px; */
    aspect-ratio: 282 / 468;
    max-width: 282px;
    position: relative;
    border-radius: 16px;
    background-color: #eaecf2;
    overflow: hidden;
}

.section02 .slick-slide {
    margin: 0 calc(25px / 2);
}
.section02 .slick-list {
    margin: 0 calc(-25px / 2);
}

.section02 .wrap .content .card_type2 .card img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    object-fit: contain;
}

.section02 .wrap .content .card_type2 .card .info {
    position: absolute;
    bottom: 0;
    padding: 20px 32px;
    background-color: #000;
    opacity: 0.9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 107px;
}

.section02 .wrap .content .card_type2 .card .info .desc {
    font-size: 12px;
    font-family: 'Pretendard';
    color: #b9b9b9;
    font-weight: 700;
}

.section02 .wrap .content .card_type2 .card .info .wrap_n {
    display: flex;
    align-items: flex-end;
}

.section02 .wrap .content .card_type2 .card .info .wrap_n .name {
    font-size: 24px;
    font-family: 'Pretendard';
    color: white;
    font-weight: 700;
}

.section02 .wrap .content .card_type2 .card .info .wrap_n .position {
    margin-left: 8px;
    font-size: 14px;
    font-family: 'Pretendard';
    color: #deba6a;
    font-weight: 700;
}

.section02 .wrap .desc_type02 {
    text-align: center;
    font-size: 32px;
    color: #2b58bc;
    margin: 36px 0px;
}

.section02 .wrap .wrap_b {
    display: flex;
    justify-content: center;
}
.section02 .wrap .wrap_b button {
    text-align: center;
    font-size: 64px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* 흰색 + 50% 투명도 */
    border: none;
    padding: 32px 90px;
    border-radius: 16px;
}

/* section03 */
.section03 {
    width: 100%;
    overflow: hidden;
    background-image: url(/seongbeomjoevictim/img/common/section_top_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section03 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 160px 0px;
}

.section03 .wrap .wrap_t {
}

.section03 .wrap .wrap_t .title {
    text-align: center;
    font-size: 100px;
    color: #2b58bc;
}

.section03 .wrap .wrap_t .desc {
    text-align: center;
    font-size: 32px;
    color: #024931;
}

.section03 .wrap .sub_title {
    font-size: 48px;
    color: #777;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 16px;
}

.section03 .wrap .sub_title img {
    width: 24px;
    margin: 0px 16px;
}

.section03 .wrap .step01 {
    display: flex;
    width: 100%;
}

.section03 .wrap .step01 > div {
    flex: 1;
    height: 114px;
}

.section03 .wrap .step01 .center .desc {
    font-size: 40px;
    color: white;
    background-color: #2b58bc;
    padding: 16px;
    width: 100%;
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section03 .wrap .step01 .left,
.section03 .wrap .step01 .right {
    position: relative;
}

.section03 .wrap .step01 .left img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section03 .wrap .step01 .right img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.section03 .wrap .step02 {
    display: flex;
    width: 100%;
}

.section03 .wrap .step02 > div {
    flex: 1;
    height: 420px;
}

.section03 .wrap .step02 .center {
    background-color: #edeffc;
    border: 4px dashed #495fa9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}

.section03 .wrap .step02 .center .type01 {
    text-align: center;
    font-size: 40px;
    color: #777;
}

.section03 .wrap .step02 .center .type02 {
    text-align: center;
    font-size: 40px;
    color: #495fa9;
}

.section03 .wrap .step02 .center .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.section03 .wrap .step02 .left .title {
    color: white;
    padding: 16px;
    background-color: #a58131;
    text-align: center;
    width: calc((100% - 36px));
    margin-right: 36px;
    font-size: 28px;
    border-radius: 16px 16px 0px 0px;
}
.section03 .wrap .step02 .left .desc {
    background-color: white;
    font-size: 20px;
    color: #9e2021;
    border-radius: 0px 0px 16px 16px;
    padding: 8px;
    width: calc((100% - 36px));
    margin-right: 36px;
    display: flex;
}

.section03 .wrap .step02 .left .wrap_i {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section03 .wrap .step02 .left .type02 {
    border-radius: 16px;
}

.section03 .wrap .step02 .center .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.section03 .wrap .step02 .right .title {
    color: white;
    padding: 16px;
    background-color: #32496b;
    text-align: center;
    width: calc((100% - 36px));
    margin-left: 36px;
    font-size: 28px;
    border-radius: 16px;
}

.section03 .wrap .step02 .right .wrap_i {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* section04 */
.section04 {
    width: 100%;
    overflow: hidden;
    background-image: url(/seongbeomjoevictim/img/common/section_top_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section04 .wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 160px 0px;
}

.section04 .wrap .wrap_t .title {
    text-align: center;
    font-size: 100px;
    color: #2b58bc;
}

.section04 .wrap .wrap_c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.section04 .wrap .wrap_c .iphone {
    width: 350px;
    height: 710px;
    background-image: url(/seongbeomjoevictim/img/index/iPhone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    flex-direction: column;
}

.section04 .wrap .wrap_c .iphone .wrap_l {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.section04 .wrap .wrap_c .iphone .wrap_l .list {
    width: 100%;
    display: flex;
    gap: 8px;
}

.section04 .wrap .wrap_c .iphone .wrap_l .list img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
}

.section04 .wrap .wrap_c .iphone .wrap_l .list .desc {
    flex: 1;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 8px;
    font-size: 16px;
}

.bg_red {
    background-color: #9e2021;
}

.bg_light_yellow {
    background-color: #feeeab;
    color: #ff0000 !important;
}

.bg_yellow {
    background-color: #fee500;
    color: #392020 !important;
}

.bg_green {
    background-color: #03c75a;
}

.colon {
    color: white;
    font-size: 16px;
}

.section04 .wrap .wrap_c .iphone button {
    color: white;
    width: 100%;
    padding: 24px;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 16px;
    margin-top: 20px;
}

.section04 .wrap .wrap_c .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 530px;
}

.section04 .wrap .wrap_c .content .wrap_i {
    display: flex;
    justify-content: center;
    width: 100%;
}

.section04 .wrap .wrap_c .content .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 64px;
    border: 1px solid black;
    text-align: center;
    padding: 32px 30px;
    font-size: 24px;
    margin-top: 20px;
}

.section04 .wrap .wrap_c .content .card span {
    color: #024931;
    font-size: 24px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1600px) {
    .section07 {
        zoom: 0.8;
        padding: 0;
    }

    .section05 > p:nth-of-type(1) {
        font-size: 34px;
    }

    .section05 > p:nth-of-type(2) {
        font-size: 24px;
    }
}

@media screen and (max-width: 1400px) {
    .section04 .flexbox .item span:nth-of-type(1) {
        padding: 10px 20px;
    }

    .section04 .flexbox .item span:nth-of-type(2) {
        font-size: 18px;
    }

    .section04 .flexbox .item {
        padding: 50px 50px 30px;
    }

    .section07 {
        zoom: 0.65;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
    .section_top {
        height: calc(100vh + 60px);
        padding-top: 60px;
    }

    .section_top .wrap {
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
    }

    .section_top .wrap_p {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 450%;
    }

    .section_top .wrap .wrap_p .red {
        font-size: 32px;
    }

    .section_top .wrap_p p {
        font-size: 40px;
    }

    .section_top .wrap .wrap_p .point {
        font-size: 40px;
        margin-top: 10px;
    }

    .section_top .wrap .wrap_p .point::before {
        width: 10px;
        height: 10px;
    }

    .section_top .wrap_p a {
        color: #f6b100;
        font-size: 36px;
        opacity: 0;
        transition: opacity 1s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: -2px;
    }
    .section_top .wrap .wrap_p {
        width: 100%;
    }
    .section_top .wrap .wrap_i {
        padding-top: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 50px;
    }

    .section_top .wrap .wrap_i img {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
    }

    /* section01 */
    .section01 {
        margin: 0 auto;
        height: auto;
    }
    .section01 .wrap {
        display: block;
        padding: 40px 0px;
    }

    .section01 .wrap .title {
        font-size: 40px;
        text-align: center;
    }

    /* section02 */
    .section02 {
        margin: 0 auto;
        height: auto;
    }

    .section02 .wrap {
        display: block;
        padding: 40px 0px;
    }

    .section02 .wrap .wrap_t .title {
        font-size: 40px;
    }

    .section02 .wrap .wrap_t .desc {
        font-size: 20px;
    }

    .section02 .wrap .wrap_t .sub-title {
        font-size: 32px;
        margin: 24px 0px;
    }

    .section02 .wrap .content .card_type2 {
        gap: 0px;
    }

    .section02 .wrap .content .card_type2 .card .info {
        padding: 32px 20px;
    }

    .section02 .wrap .content .card_type2 .card .info .desc {
        font-size: 12px;
    }

    .section02 .wrap .content .card_type2 .card .info .wrap_n .name {
        font-size: 24px;
    }

    .section02 .wrap .desc_type02 {
        font-size: 32px;
        margin: 24px 0px;
    }

    .section02 .wrap .wrap_b button {
        margin: 0px 24px;
        font-size: 24px;
        padding: 16px;
        width: 100%;
        border-radius: 16px;
    }

    /* section03 */
    .section03 {
        height: auto;
    }
    .section03 .wrap {
        padding: 40px 24px;
    }

    .section03 .wrap .wrap_t .title {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .section03 .wrap .wrap_t .desc {
        font-size: 24px;
        margin: 0px -24px;
    }

    .section03 .wrap .sub_title {
        font-size: 24px;
    }

    .section03 .wrap .sub_title img {
        width: 16px;
        margin: 0px 6px;
    }

    .section03 .wrap .step01 {
        height: 150px;
    }

    .section03 .wrap .step01 > div {
        height: auto;
    }

    .section03 .wrap .step01 .center .desc {
        font-size: 16px;
        padding: 8px 12px;
        border-radius: 8px;
    }

    .section03 .wrap .step02 .left {
        padding-right: 20px;
    }

    .section03 .wrap .step02 .left .title {
        margin-right: 0px;
        font-size: 12px;
        padding: 8px 0px;
        border-radius: 8px 8px 0px 0px;
        width: 100%;
    }

    .section03 .wrap .step02 .left .desc {
        margin-right: 0px;
        border-radius: 0px 0px 8px 8px;
        font-size: 12px;
        padding: 8px;
        width: 100%;
    }
    .section03 .wrap .step02 .left .wrap_i {
        height: 20px;
    }

    .section03 .wrap .step02 .left .type02 {
        border-radius: 8px;
    }

    .section03 .wrap .step02 .right {
        padding-left: 20px;
    }

    .section03 .wrap .step02 .right .title {
        margin-left: 0px;
        font-size: 12px;
        padding: 8px 0px;
        border-radius: 8px;
        width: 100%;
    }

    .section03 .wrap .step02 .right .wrap_i {
        height: 20px;
    }

    .section03 .wrap .step02 > div {
        height: auto;
    }

    .section03 .wrap .step01 .center {
        position: relative;
    }

    .section03 .wrap .step01 .center .mobile_flex {
        position: absolute;
        height: 80px;
        width: 160px;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);

        background-color: #edeffc;
        border: 4px dashed #495fa9;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section03 .wrap .step01 .center .mobile_flex .type01 {
        text-align: center;
        font-size: 16px;
        color: #777;
    }

    .section03 .wrap .step01 .center .mobile_flex .type02 {
        text-align: center;
        font-size: 16px;
        color: #495fa9;
    }

    /* section04 */
    .section04 {
        height: auto;
    }
    .section04 .wrap {
        padding: 40px 24px;
    }

    .section04 .wrap .wrap_t .title {
        font-size: 40px;
        margin: 0px -24px;
    }

    .section04 .wrap .wrap_c {
        flex-direction: column;
    }
    .section04 .wrap .wrap_c .iphone {
        zoom: 0.9;
        order:2;
    }

    .section04 .wrap .wrap_c .content .wrap_i {
        height: 22px;
        margin-top: 36px;
    }

    .section04 .wrap .wrap_c .content {
        width: auto;
        order: 1;
    }

    .section04 .wrap .wrap_c .content .card {
        font-size: 20px;
        width: 100%;
        padding: 32px 24px;
    }

    .section04 .wrap .wrap_c .content .card span {
        font-size: 20px;
    }

    .section01 .slick-slide,
    .slick-slide {
        margin: 0 calc(16px / 2);
    }
    .section01 .slick-list,
    .slick-list {
        margin: 0 calc(-16px / 2);
    }
}
@media screen and (max-width: 900px) {
    br.mo {
        display: inline;
    }

    .section07 {
        zoom: 0.4;
    }
}
@media screen and (max-width: 800px) {
    .section07 {
        zoom: 0.35;
    }
}

@media screen and (max-width: 700px) {
    .section07 {
        zoom: 0.34;
    }
}

@media screen and (max-width: 600px) {
    .section07 {
        zoom: 0.32;
    }
}

@media screen and (max-width: 550px) {
    .section07 {
        zoom: 0.29;
    }
}

@media screen and (max-width: 500px) {
    .section07 {
        zoom: 0.265;
    }

    .section05 .wrap_p br.br500 {
        display: block;
    }
}

@media screen and (max-width: 450px) {
    .section07 {
        zoom: 0.24;
    }
}

@media screen and (max-width: 400px) {
    .section07 {
        zoom: 0.22;
    }
    .section01 .wrap_p p:nth-of-type(2) {
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    .section07 {
        zoom: 0.2;
    }
}
