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

#section0 {
    background-image: url('../img/sub_3/section0/sec0-bg.svg');
    background-repeat: no-repeat;
    background-position: right 57px bottom;
}

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

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

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

.sec0-btm {
    margin-top: 50px;
}

.sec0-btm > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 26px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    color: #333;
}

/* 섹션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 90px;
}

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

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

    max-width: 720px;

    margin: 0 auto;
}

.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;
}

.keyword-each-title > p {
    font-family: 'Pretendard';
    letter-spacing: -0.02em;
    line-height: 1.43;
    text-align: center;
    color: #000;
}

.keyword-each-title > p:first-child {
    font-weight: 600;
    font-size: 32px;
}

.keyword-each-title > p:last-child {
    font-weight: 400;
    font-size: 24px;
    margin-top: 30px;
}

.keyword-each-wrap {
    margin-top: 80px;
}

.keyword-each-wrap > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;

    gap: 0 10px;
}

.keyword-each-wrap > ul > li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 460px;
}

.keyword-each-img {
    max-height: 406px;
}

.keyword-each-img > embed {
    width: 100%;
    height: 100%;
    /* image-rendering: -moz-crisp-edges;         
    image-rendering: -o-crisp-edges;         
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transform: translateZ(0);
    backface-visibility: hidden; */
}

.keyword-each-img-title {
    text-align: center;
}

.keyword-each-img-title > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #555;
}

/* 섹션2 */

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

#section2 .keyword-each-wrap > ul {
    gap: 0 16px;
}

#section2 .keyword-each-wrap {
    margin-top: 60px;
}

.keyword-circle-wrap {
    margin-top: 60px;
}

.keyword-circle-wrap > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 28px;
}

.keyword-circle-wrap > ul > li {
    width: 140px;
    height: 140px;
    position: relative;
    background-color: #ebebeb;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50%;
}

.keyword-circle-inner {
    width: 87.14285%;
    height: 87.14285%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;

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

.keyword-circle-inner > p {
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #555;
}

/* 섹션3 */

#section3 {
    background-color: #F4F4F4;
}

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

/* 섹션4 문의하기 */

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

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

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

.ask-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;
}

.ask-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:1300px) {

    #section0 {
        background-size: 25%;
    }

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

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

    .sec0-btm {
        margin-top: 3.84615vw;
    }

    .sec0-btm > p {
        font-size: 2vw;
    }

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

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

    .sec1-nav > ul {
        padding: 1.076923vw 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;
    }

    .keyword-each-title > p:first-child {
        font-size: 2.46153vw;
    }

    .keyword-each-title > p:last-child {
        margin-top: 2.30769vw;
        font-size: 1.84615vw;
    }

    .keyword-each-wrap {
        margin-top: 6.15384vw;
    }

    .keyword-each-wrap > ul {
        flex-wrap: wrap;
        gap: 0;
    }

    .keyword-each-wrap > ul > li {
        height: 34.615384vw;
    }

    .keyword-each-img {
        height: 31vw;
    }

    .keyword-each-img-title > p {
        font-size: 1.692307vw;
    }

    .keyword-circle-wrap {
        margin-top: 4.61538vw;
    }

    .keyword-circle-wrap > ul {
        gap: 0 2.15384vw;
    }

    .keyword-circle-wrap > ul > li {
        width: 10.76923vw;
        height: 10.76923vw;
    }

    .keyword-circle-inner > p {
        font-size: 1.53846vw;
    }
}

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

    #section0 {
        background-position: right bottom;
        background-size: 30%;
    }

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

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

    .sec0-btm {
        margin-top: 5.33333vw;
    }

    .sec0-btm > p {
        font-size: 4.26666vw;
        line-height: 1.625;
    }

    /* .sec0-btm > p > .bold {
        font-weight: 400;
    } */

    /* 섹션1 */

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

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

    .sec1-nav {
        margin: 10.66666vw auto 13.33333vw;
    }

    .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 {
        border-right: 1px solid #e1e1e1;
    }

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

    #kakao-search {
        width: 100%;
        border-top: 1px solid #e1e1e1;
    }

    /* 공통레이아웃 키워드광고 */

    .keyword-each-title > p:first-child {
        font-size: 4.8vw;
    }

    .keyword-each-title > p:last-child {
        margin-top: 6.66666vw;
        font-size: 4.26666vw;
        line-height: 1.625;
    }

    .keyword-each-wrap {
        margin-top: 16vw;
    }

    .keyword-each-wrap > ul {
        gap: 8.8vw 0;
    }

    #section1 .keyword-each-wrap > ul {
        justify-content: space-between;
    }

    .keyword-each-wrap > ul > li {
        width: 49.5%;
    }

    .keyword-each-wrap > ul > li {
        height: 79.46666vw;
    }

    .keyword-each-img {
        max-height: unset;
        height: 70.4vw;
    }

    .keyword-each-img-title > p {
        font-size: 3.73333vw;
    }

    /* 섹션2 */

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

    #section2 .keyword-each-wrap > ul {
        gap: 0;
        justify-content: space-between;
    }

    .keyword-circle-wrap {
        margin-top: 6.66666vw;
    }

    .keyword-circle-wrap > ul {
        gap: 0 1.06666vw;
    }

    .keyword-circle-wrap > ul > li {
        width: 21.86666vw;
        height: 21.86666vw;
    }

    .keyword-circle-inner > p {
        font-size: 2.93333vw;
        font-weight: 500;
    }

    /* 섹션3 */

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

    #section3 .keyword-each-wrap > ul {
        justify-content: flex-start;
    }

    /* 문의하기 */

    /* 섹션4 */

    #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 > embed {
        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;
    }
}