#sub_wr {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.img-text > img {
    padding-bottom: 3px;
}

/* 섹션 0 */

#section0 {
    background-image: url('../img/sub_1/section0/sec0-bg.svg');
    background-repeat: no-repeat;
    background-position: right 26.45833vw center;
    background-size: 37%;
}

#section0 > .inner_wrap {
    width: 100%;
    max-width: 1530px;
    padding: 150px 0 140px;
}

.sec0-con > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec0-con-left-wrap {
    text-align: left;
}

.sec0-left-top-text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    color: #333;
    text-transform: uppercase;
}

.sec0-left-btm-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.7;
    color: #333;
    margin-top: 48px;
}

.sec0-con-right-wrap {
    position: relative;
}

.sec0-right-text-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 55px 52px;
}

.sec0-right-text-wrap > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 28px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    color: #fff;
}

/* 섹션1 */

#section1 {
    width: 100%;
    background-image: url('../img/sub_1/section1/sec1-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#section1 > .inner_wrap {
    padding: 65px 0;
    background-color: rgba(0,0,0,0.45);
}

.sec1-con > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    gap: 0 60px;
}

.sec1-con > ul > li {
    width: 686px;
    height: 418px;
    border: 1px solid #fff;
}

.sec1-con > ul > li:first-child {
    margin-top: 90px;
}

.sec1-con-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sec1-con > ul > li:first-child > .sec1-con-inner > p {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1.625;
    color: #fff;
}

.sec1-con > ul > li:last-child > .sec1-con-inner > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.875;
    color: #fff;
}

/* 섹션2 */

#section2 {
    background-image: url('../img/sub_1/section2/sec2-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100%;
}

#section2 > .inner_wrap {
    max-width: 1530px;
    padding: 120px 0 100px;
}

.sec2-top > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec2-top > ul > li {
    width: 50%;
    height: auto;
}

.sec2-top-inner {
    width: 100%;
}

.sec2-top-text-top {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 50px;
    letter-spacing: -0.02em;
    color: #333;
}

.sec2-top-text-btm {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.7;
    color: #333;

    margin-top: 50px;
}

#sec2-img {
    display: block;
    margin: 0 auto;
}

.sec2-btm {
    margin-top: 102px;
}

.sec2-btm > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2-circle {
    width: 239px;
    height: 239px;
    background-color: rgba(230,230,230,0.77);
    border-radius: 50%;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    position: relative;
}

.sec2-circle:not(:first-child) {
    margin-left: -30px;
}

.sec2-inner-circle {
    width: 75.73221%;
    height: 75.73221%;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    background-color: #fff;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;

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

.sec2-circle:nth-child(odd) > .sec2-inner-circle {
    background-color: #9F6CFF;
}

.sec2-circle-text {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 28px;
    letter-spacing: -0.02em;
    line-height: 1.36;
    text-align: center;
    color: #fff;
}

.sec2-circle:nth-child(even) > .sec2-inner-circle > .sec2-circle-text {
    color: #333;
}

/* 섹션3 */

#section3 > .inner_wrap {
    padding: 100px 0;
}

.sec3-wr {
    text-align: center;
}

.sec3-top-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -0.02em;
    line-height: 1.66;
    color: #333;
}

.sec3-btn {
    display: block;
    width: 216px;
    height: 73px;
    line-height: 73px;
    background: #000;

    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;

    margin: 40px auto 0;
}

.sec3-btm-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #333;

    margin-top: 30px;
}

@media all and (max-width:1530px) {
    #section0 {
        background-size: 50%;
    }

    #section0 > .inner_wrap {
        padding: 140px 48px 130px;
    }

    .sec0-left-top-text {
        font-size: calc(50px * 0.9);
    }

    .sec0-left-btm-text {
        font-size: calc(32px * 0.9);
        margin-top: 40px;
    }

    .sec0-con-right-wrap > img {
        width: 40.71895vw;
        height: 51.56862vw;
        min-width: 416px;
        min-height: 528px;
    }

    .sec0-right-text-wrap {
        padding: 40px 38px;
    }

    .sec0-right-text-wrap > p {
        font-size: calc(28px * 0.9);
    }

    #section1 > .inner_wrap {
        padding: 65px 16px;
    }

    .sec1-con > ul {
        gap: 0 3.92156vw;
    }

    .sec1-con > ul > li {
        width: 44.8366vw;
        height: 27.32026vw;
    }

    .sec1-con > ul > li:first-child {
        margin-top: 5.88235vw;
    }

    .sec1-con > ul > li:first-child > .sec1-con-inner > p {
        font-size: calc(40px * 0.9);
    }

    .sec1-con > ul > li:last-child > .sec1-con-inner > p {
        font-size: calc(32px * 0.9);
    }

    #section2 {
        background-size: 140%;
    }

    #section2 > .inner_wrap {
        padding: 100px 48px 80px;
    }

    .sec2-top-text-top {
        font-size: calc(50px * 0.9);
    }

    .sec2-top-text-btm {
        margin-top: 35px;
        font-size: calc(32px * 0.9);
    }

    #sec2-img {
        width: 25.88235vw;
        min-width: 320px;
    }

    .sec2-btm {
        margin-top: 80px;
    }

    .sec2-circle {
        width: 15.620915vw;
        height: 15.620915vw;
        min-width: 200px;
        min-height: 200px;
    }

    .sec2-circle-text {
        font-size: calc(28px * 0.9);
    }

    .sec2-circle:not(:first-child) {
        margin-left: -26px;
    }
}

/* 섹션1 구조바꾸기 */

@media all and (max-width:1200px) {
    #section0 > .inner_wrap {
        padding: 140px 32px 130px;
    }

    #section1 > .inner_wrap {
        padding: 65px 32px;
    }

    #section1 {
        background-position: right 40% center;
    }

    .sec1-con > ul {
        flex-direction: column;
        align-items: center;
        gap: 50px 0;
    }

    .sec1-con > ul > li {
        width: 100%;
        height: auto;
        padding: 60px 0;
    }

    .sec1-con > ul > li:first-child {
        margin-top: 0;
    }

    #section2 > .inner_wrap {
        padding: 100px 32px 80px;
    }
}

/* 모바일 분기점 */

@media all and (max-width:750px) {
    #section0 {
        background-size: 70%;
        background-position: right 38.66666vw bottom 17.04vw;
    }

    #section0 > .inner_wrap {
        padding: 16vw 16px 16vw;
    }

    .sec0-con > ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .sec0-con > ul > li {
        width: 100%;
    }

    .sec0-con > ul > li:last-child {
        margin-top: 19.46666vw;
    }

    .sec0-left-top-text {
        font-size: 8vw;
    }

    .sec0-left-btm-text {
        margin-top: 5.33333vw;
        font-size: 4.26666vw;
    }

    .sec0-img-text {
        display: inline-block;
        width: 22.93333vw;
    }

    .sec0-img-text > img {
        width: 100%;
    }

    .sec0-con-right-wrap {
        text-align: right;
    }

    .sec0-con-right-wrap > img {
        min-width: unset;
        min-height: unset;
        width: 68.312vw;
        height: 90.613333vw;
    }

    .sec0-right-text-wrap {
        padding: 6.08vw 0 0 5.49333vw;
        text-align: left;
        width: 68.312vw;
        height: 90.613333vw;
        left: unset;
        right: 0;
    }

    .sec0-right-text-wrap > p {
        font-size: 3.2vw;
    }

    /* 섹션1 */

    #section1 {
        background-image: url('../img/sub_1/section1/mobile/m-sec1-bg.jpg');
        background-position: unset;
    }

    #section1 > .inner_wrap {
        padding: 16vw 16px;
    }

    .sec1-con > ul {
        gap: 8.8vw 0;
    }

    .sec1-con > ul > li {
        padding: 9.33333vw 0;
    }

    .sec1-con > ul > li:first-child > .sec1-con-inner > p {
        font-size: 4.26666vw;
        line-height: 1.625;
    }

    .sec1-con > ul > li:last-child > .sec1-con-inner > p {
        font-size: 3.2vw;
    }

    .sec1-img-text {
        display: inline-block;
        width: 17.432vw;
    }

    .sec1-img-text > img {
        width: 100%;
    }

    /* 섹션2 */

    #section2 {
        background-image: url('../img/sub_1/section2/mobile/m-sec2-bg.png');
        background-size: cover;
        background-position: unset;
    }

    #section2 > .inner_wrap {
        padding: 16vw 16px;
    }

    .sec2-top > ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .sec2-top > ul > li {
        width: 100%;
    }

    .sec2-top > ul > li:last-child {
        margin-top: 16vw;
    }

    .sec2-top-text-top {
        font-size: 8vw;
    }

    .sec2-top-text-btm {
        margin-top: 5.33333vw;
        font-size: 4.26666vw;
    }

    #sec2-img {
        min-width: unset;
        width: 38.91466vw;
    }

    .sec2-btm {
        margin-top: 9.01333vw;
    }

    .sec2-circle {
        min-width: unset;
        min-height: unset;
        width: 20.25866vw;
        height: 20.25866vw;
    }

    .sec2-circle:not(:first-child) {
        margin-left: -2.4vw;
    }

    .sec2-circle-text {
        font-size: 2.66666vw;
        line-height: 1.3;
    }

    /* 섹션3 */

    #section3 > .inner_wrap {
        padding: 16vw 16px;
    }

    .sec3-top-text {
        font-size: 5.33333vw;
    }

    .sec3-img-text {
        display: inline-block;
        width: 28.18133vw;
        line-height: 1.5;
    }

    .sec3-img-text > img {
        width: 100%;
    }

    .sec3-btn {
        margin-top: 6.66666vw;

        width: 40.53333vw;
        height: 13.6vw;
        line-height: 13.6vw;

        font-size: 3.73333vw;
    }

    .sec3-btm-text {
        margin-top: 6.6666vw;
        font-size: 4.26666vw;
    }
}