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

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

.sec0-top {
    text-align: center;
}

.sec0-top > p {
    font-family: 'Pretendard';
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 42px;
    line-height: 1.5;
}

.sec0-top > p > span {
    font-weight: 600;
}

/* 섹션1 */

#section1 {
    background-color: #F4F4F4;
}

#section1 > .inner_wrap {
    padding: 100px 0;
    max-width: 1200px;
}

.sec1-title {
    text-align: center;
}

.sec1-title > p {
    font-family: 'Pretendard';
    font-weight: 600;
    color: #000;
    letter-spacing: -0.02em;
    font-size: 40px;
}

.sec1-nav {
    margin: 60px auto;
    max-width: 1100px;
}

.sec1-nav > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: #fff;
    border-radius: 50px;
    padding: 12px 16px;
}

.sec1-nav > ul > li {
    padding: 17px 36px 18px 36px;
    border-radius: 50px;
    transition: all .3s;
    cursor: pointer;
}

.sec1-nav > ul > li > p {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.1;
    text-align: center;
    color: #666;    
}

.sec1-nav > ul > li:hover {
    background-color: #9F6CFF;
}

.sec1-nav > ul > li:hover > p {
    color: #fff;
}

.nav-clicked {
    background-color: #9F6CFF !important;
    color: #fff !important;
}

.sec1-sub-title {
    margin-top: 90px;
}

.sec1-sub-title > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.43;
    text-align: center;
    color: #000;
}

.sec1-sub-title > p > span {
    font-weight: 600;
}

.sec1-icon-wrap {
    margin-top: 70px;
}

.sec1-icon-wrap > ul {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 0 60px;
}

.sec1-text-wrap {
    margin-top: 80px;
}

.sec1-text-wrap > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 15px 0;
}

.sec1-text-wrap > ul > li {
    width: 100%;
}

.sec1-text-wrap > ul > li > div {
    width: 100%;
    max-width: 998px;
    background-color: #fff;
    border-radius: 33px;

    padding: 8px 12px;

    margin: 0 auto;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sec1-checked-text {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.3;
    color: #333;

    margin-left: 24px;
}

/* 섹션2 */

#section2 {
    background-image: url('../img/sub_2/section2/sec2-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#section2 > .inner_wrap {
    padding: 80px 45px 45px 65px;
    max-width: 1530px;
}

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

.sec2-left-top > p {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 48px;
    letter-spacing: -0.02em;
    color: #fff;
}

.sec2-left-btm {
    margin-top: 48px;
}

.sec2-left-btm > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.5;
    color: #fff;
}

.sec2-left-bold {
    font-weight: 600;
}

.underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.sec2-right-top > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -0.02em;
    line-height: 1.7;
    text-align: right;
    color: #cbcbcb;
}

/* 섹션3 */

.viral-con {
    background-color: #F4F4F4;
    padding: 100px 0;
}

.viral-icon-wrap {
    background-color: #fff;
    padding: 100px 0 180px;
}

.viral-con-top {
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 0 70px;
}

.viral-con-top-text-title {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: #000;
}

.viral-con-top-text-sub {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.58;
    color: #333;

    margin-top: 30px;
}

.viral-con-text-wrap {
    margin-top: 70px;
}

.viral-con-text-wrap > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;

    gap: 15px 0;
}

.viral-con-text-wrap > ul > li {
    width: 100%;
    max-width: 798px;
}

.viral-con-text-wrap > ul > li > div {
    width: 100%;
    border-radius: 33px;
    background-color: #fff;
    padding: 8px 12px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.viral-icon-wrap > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.viral-icon-wrap > ul > li {
    position: relative;
}

.viral-icon-text {
    position: absolute;
    text-align: center;
    bottom: -77px;
    right: 50%;
    transform: translateX(50%);
}

.viral-icon-text > p {
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 1.45;
    color: #333;
    white-space: nowrap;
}

.icon-arrows {
    margin: 0 38.5px;
}

.viral-icon-add {
    margin-top: calc(77px + 32px);
}

#viral-icon-pc {
    display: block;
}

#viral-icon-mobile {
    display: none;
}

/* 섹션4 문의하기 */

#ask-section {
    background-color: #f4f4f4;
}

@media all and (max-width:1300px) {

    /* 섹션0 */

    #section0 > .inner_wrap {
        padding: 10vw;
    }

    .sec0-top > p {
        font-size: 3.23076vw;
    }

    /* 섹션1 */

    #section1 > .inner_wrap {
        max-width: unset;
        padding: 7.6923vw 16px;
    }

    .sec1-nav {
        margin-top: 4.61538vw;
    }

    .sec1-nav > ul {
        padding: 1.07692vw 1.38461vw;
    }

    .sec1-nav > ul > li {
        padding: 1.46153vw 2.92307vw 1.53846vw 2.92307vw;
    }

    .sec1-nav > ul > li > p {
        font-size: 1.84615vw;
    }

    .sec1-title > p {
        font-size: 3.076923vw;
    }

    .sec1-sub-title {
        margin-top: 6.92307vw;
    }

    .sec1-sub-title > p {
        font-size: 2.46153vw;
    }

    .sec1-icon-wrap {
        margin-top: 5.38461vw;
    }

    .sec1-icon-wrap > ul {
        gap: 0 4.61538vw;
    }

    .sec1-icon-wrap > ul > li {
        width: 17.692307vw;
        height: 17.692307vw;
    }

    .sec1-icon-wrap > ul > li > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec1-text-wrap {
        margin-top: 6.15384vw;
    }

    .sec1-text-wrap > ul > li > div {
        padding: 0.615384vw 0.923076vw;
    }

    .sec1-checked-img {
        display: block;
        width: 3.92307vw;
        height: 3.92307vw;
    }

    .sec1-checked-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec1-checked-text {
        margin-left: 1.84615vw;
        font-size: 1.84615vw;
    }

    /* 섹션2 */

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

    .sec2-left-top > p {
        font-size: 3.6923vw;
    }

    .sec2-left-btm {
        margin-top: 3.6923vw;
    }

    .sec2-left-btm > p {
        font-size: 1.53846vw;
    }

    .sec2-right-top > p {
        font-size: 0.76923vw;
    }
    
    .sec2-right-btm {
        width: 42.53846vw;
        height: 31.92307vw;
    }

    .sec2-right-btm > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 바이럴 공통 레이아웃 */

    .viral-con {
        padding: 7.6923vw 16px;
    }

    .viral-icon-wrap {
        padding: 7.6923vw 16px 13.84615vw;
    }

    .viral-con-top-text-title {
        font-size: 2.461538vw;
    }

    .viral-con-top-text-sub {
        margin-top: 2.30769vw;
        font-size: 1.84615vw;
    }

    .viral-con-text-wrap > ul > li {
        max-width: unset;
    }

    .viral-con-text-wrap {
        margin-top: 5.38461vw;
    }

    .viral-icon-img {
        width: 13.61538vw;
        height: 13.61538vw;
    }

    .viral-icon-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon-arrows {
        width: 4vw;
        height: 5.230769vw;
        margin: 0 2.96153vw;
    }

    .icon-arrows > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .viral-icon-text > p {
        font-size: 1.692307vw;
    }

    .viral-icon-text {
        bottom: -5.92307vw;
    }

    .viral-icon-add {
        margin-top: calc(5.92307vw + 2.46153vw);
    }
}

@media all and (max-width:750px) {

    .sec0-top > p,
    .sec1-title > p {
        font-size: 5.33333vw;
    }

    .has-height {
        height: 4.26666vw;
    }

    .underline {
        text-decoration: none;
        padding-left: 1.06666vw;
    }

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

    /* 섹션1 */

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

    .sec1-nav {
        margin-top: 10.66666vw;
    }

    .sec1-nav > ul {
        padding: 0;
        border-radius: 0;
        width: 100%;

        flex-wrap: wrap;
    }

    .sec1-nav > ul > li {
        padding: 4vw 0 3.73333vw;

        width: 50%;
        border-radius: 0;
    }

    .sec1-nav > ul > li:first-child,
    .sec1-nav > ul > li:nth-child(3) {
        border-right: 1px solid #e1e1e1;
    }

    .sec1-nav > ul > li:first-child,
    .sec1-nav > ul > li:nth-child(2) {
        border-bottom: 1px solid #e1e1e1;
    }

    .sec1-nav > ul > li > p {
        font-size: 3.73333vw;
    }

    .sec1-sub-title {
        margin-top: 16vw;
    }

    .sec1-sub-title > p {
        font-size: 4.26666vw;
    }

    .sec1-icon-wrap {
        margin-top: 10.66666vw;
    }

    .sec1-icon-wrap > ul {
        gap: 0;
        justify-content: space-between;
    }

    .sec1-icon-wrap > ul > li {
        width: 25.86666vw;
        height: 25.86666vw;
    }

    .sec1-text-wrap {
        margin-top: 9.33333vw;
    }

    .sec1-text-wrap > ul > li > div {
        padding: 4.26666vw 2.66666vw;
        max-width: unset;
        border-radius: 10px;
    }

    .sec1-checked-img {
        width: 8vw;
        height: 8vw;
        margin-right: 3.2vw;
    }

    .sec1-checked-text {
        display: block;
        width: 69.33333vw;
        margin-left: 0;
        font-size: 3.73333vw;
        font-weight: 500;
        word-break: keep-all;
    }

    /* 섹션2 */

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

    .sec2-con {
        position: relative;
    }

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

    .sec2-left {
        height: 191.26666vw;
    }

    .sec2-left > div {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sec2-left-top > p {
        font-size: 8.53333vw;
        width:58.66666vw;
        word-break: keep-all;
    }

    .sec2-left-btm {
        margin-top: 0;
    }

    .sec2-left-btm > p {
        font-size: 4.26666vw;
        line-height: 1.9;
    }

    .sec2-right {
        position: absolute;
        top: 30.66666vw;
    }

    .sec2-right-btm {
        width: 100%;
        height: auto;
    }

    .sec2-right-top > p {
        font-size: 2.13333vw;
    }

    /* 공통 레이아웃 바이럴 */

    .viral-con {
        padding: 16vw 16px 13.33333vw;
    }

    .viral-con-top-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #viral-blog .viral-con-top-img {
        width: 42.66666vw;
        height: 34.66666vw;
    }

    #viral-instagram .viral-con-top-img,
    #viral-blog-ex .viral-con-top-img {
        width: 25.6vw;
        height: 25.6vw;
    }

    .viral-con-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .viral-con-top-text {
        text-align: center;
        margin-top: 8vw;
    }

    .viral-con-top-text-title {
        font-size: 4.8vw;
    }

    .viral-con-top-text-sub {
        margin-top: 6.66666vw;
        font-size: 4.26666vw;
    }

    .viral-con-text-wrap {
        margin-top: 10.66666vw;
    }

    .viral-con-text-wrap > ul {
        gap: 2.66666vw 0;
    }

    .viral-con-text-wrap > ul > li > div {
        border-radius: 10px;
        padding: 0 2.66666vw;
        height: 17.86666vw;
    }

    .viral-icon-wrap {
        padding: 16vw 16px 16vw;
    }

    #viral-icon-pc {
        display: none;
    }

    #viral-icon-mobile {
        display: block;
    }

    .viral-icon-wrap > ul {
        justify-content: space-between;
    }

    .viral-icon-wrap > ul > li {
        width: 33%;
    }

    .icon-arrows {
        display: none;
    }

    .viral-icon-text {
        position: unset;
        transform: none;
    }

    .viral-icon-img {
        width: 25.86666vw;
        height: 25.86666vw;
        margin: 0 auto;
    }

    .viral-icon-text > p {
        margin-top: 2.66666vw;
        font-size: 3.46666vw;
        line-height: 1.5;
    }

    #viral-blog-ex .viral-icon-wrap > ul {
        flex-wrap: wrap;
        gap: 8.8vw 0;
    }

    #viral-blog-ex .viral-icon-wrap > ul > li {
        width: 50%;
    }

    /* 문의하기 */

    /* 섹션3 */

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

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

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

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

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

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

        font-size: 3.73333vw;
    }

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