@charset "utf-8";
.mo {
    display: none;
}

#header_wrap { background: rgba(255, 255, 255, 0.8); } 


/* business section1 공통 */
.subWrapper .sec1 {
    width: 100%;
    height: 100vh;
    background: url(/img/business/business-1_s1_bg.jpg)no-repeat center center;
    background-size: cover;
}

.sec1 .main_icons .box {
    position: relative;
    width: 49vw;
    height: 33vw;
    background: url(/img/business/business-1_s1_bg-line.png)no-repeat center center;
    background-size: cover;
}

.sec1 .main_icons .box img {
    width: auto;
    height: auto;
}

.sec1 .main_icons .box .center_icon {
    position: absolute;
    top: 50%;
    left: 26px;
    width: 77%;
    transform: translateY(-50%);
}

.sec1 .main_icons .box .center_icon img {
    width: 100%;
    height: 100%;
}

.typing-txt {
    display: none;
}

.typing-txt ul {
    list-style: none;
}

.typing {
    position: absolute;
    top: 7vw;
    left: 19vw;
}

.typing li:first-child {
    display: block;
    color: #b692ed;
    font-weight: 400;
    font-size: 2vw;
    padding-left: 4vw;
}

.typing li:last-child {
    display: block;
    color: #b692ed;
    font-weight: 800;
    font-size: 2.5vw;
    margin-top: -16px;
}

.typing ul li.on {
    display: inline-block;
    animation-name: cursor;
    animation-duration: 0.3s;
    padding-right: 10px;
    animation-iteration-count: infinite;
}

@keyframes cursor {
    0% {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }

    50% {
        border-right: 1px solid #000;
    }

    100% {
        border-right: 1px solid rgba(0, 0, 0, 0);
    }
}

.sec1 .main_icons .icon {
    position: absolute;
    overflow: hidden;
}

.sec1 .main_icons .box .icon img {
    width: 11vw;
}

.sec1 .icon .i_box {
    position: relative;

}

.sec1 .icon01 .i_box {
    left: -211px;
    transition: all 0.4s ease-in-out;
}

.sec1 .icon02 .i_box {
    left: -207px;
    transition: all 0.8s ease-in-out;
}

.sec1 .icon03 .i_box {
    top: -173px;
    transition: all 1.2s ease-in-out;
}

.sec1 .icon04 .i_box {
    right: -205px;
    transition: all 1.6s ease-in-out;
}

.sec1 .icon05 .i_box {
    bottom: -106px;
    transition: all 1.6s ease-in-out;
}

.sec1 .main_icons.move .icon01 .i_box {
    left: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon02 .i_box {
    left: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon03 .i_box {
    top: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon04 .i_box {
    right: 0;
    transform: scale(1);
}

.sec1 .main_icons.move .icon05 .i_box {
    bottom: 0;
    transform: scale(1);
}

.sec1 .main_icons .icon01 {
    bottom: -1%;
    left: -5%;
}

.sec1 .main_icons .icon02 {
    top: -2%;
    left: 7%;
}

.sec1 .main_icons .icon03 {
    top: -10%;
    right: 8%;
}

.sec1 .main_icons .icon04 {
    right: -4%;
    bottom: 24%;
}

.sec1 .main_icons .icon05 {
    right: 18%;
    bottom: -7%;
}

/* business01 section2 */

.show1024 {
    display: none;
}
.box_cont {
    position: relative;
    width: 100%;
    height: 65vh;
    margin: 0 auto;
    max-width: 1480px;
}
.max_wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1480px;
}
.top_tit {
    height: 35vh;
    text-align: center;
    padding-top: 8vh;

}

.top_tit > .title {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}

.top_tit > .title > b {
    font-weight: 700;
}

.top_tit > h3 {
    display: inline-block;
    position: relative;
    padding: 0 35px;
    font-weight: 300;
    font-size: 35px;
}

.top_tit > h3 > b {
    font-weight: 700;
}

.top_tit > h3:before {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 20px;
    background: rgba(143, 73, 240, 0.2);
    content: '';
}

.top_tit > .text {
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-top: 1vw;
}

.top_tit > .text > b {
    color: #8f4ef0;
    font-weight: 700;
}
.sec2 .box_cont {
    height: auto;
    padding-bottom: 5vh;

}
.sec2 .box_cont > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sec2 .box_cont li {
    position: relative;
    width: 45vw;
    max-width: 696px;
}
.sec2 .box_cont li:first-child {
    margin-right: 3vw;
}
.sec2 .box_cont li .bg_image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}
.sec2 .box_cont .text_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2vw 0;
    background: rgba(238, 229, 253, 0.9);
    text-align: center;
    border-radius: 50px 50px 0 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.sec2 .box_cont .text_wrap > .tit {
    color: #8f4ef0;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 1vw;
}

.sec2 .box_cont .text_wrap > .txt {
    font-weight: 300;
    font-size: 19px;
    font-family: "Noto Sans KR";
    text-transform: uppercase;
}

.sec2 .box_cont .text_wrap > .txt span {
    display: inline-block;
    font-weight: 400;
}
/*business01 section3 */
.sec3 {
    position: relative;
    width: 100%;
    height: 30vh;
/*     height: 100vh; */
    background: rgba(238,229,253,0.2);
}
/* .top_tit {
    height: 31vh;
} */

.sec3 .box_cont li {
    position: absolute;

}
.sec3 .box_cont li img {
    width: 100%;
    height: auto;
    object-fit: contain;

}
.sec3 .box_cont li.pcDvice {
    top: 50%;
    left: 40%;
    width: 85vh;
    transform: translate(-50%, -50%);
}
.sec3 .box_cont li.tbDvice {
    top: 57%;
    left: 59%;
    width: 30vh;
    transform: translate(-50%, -50%);
}
.sec3 .box_cont li.moDvice {
    top: 61%;
    left: 71%;
    width: 17vh;
    transform: translate(-50%, -50%);
}
.blinker {
    height: 15px;
    animation: blinker 0.9s steps(2, start) infinite;
    opacity: 1;
    margin-bottom: -2px;
    margin-left: -5px;
    border-left: 7px solid lime;
}

@keyframes blinker {
    to {
        visibility: hidden;
    }
}
.typing-text {
    display: none;
}
/* aboutUs section4 */
.sec4 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #fff;
}
.sec4 .box_cont {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 100%;

}
.sec4 .box_cont .code_typing {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2%;
    background: #1d1f20;
}
#typewriter {
    font-size: 25px;
    color:#bbb;
}

#typewriter:after {
    content: "|";
    animation: blink 500ms linear infinite alternate;
}
.var-highlight {
    color:#fff;
}

.string-highlight {
    color: #336dff;
}


@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* 마케팅 대행 section2 */
.business02_wrap .sec2 .box_cont .text_wrap > .tit {
    font-size: 35px;
    margin-bottom: 0;
}
.sec2 .box_cont .text_wrap > .sub_tit {
    color: #8f4ef0;
    font-size: 25px;
    margin-bottom: 1vw;
}
.sec2 .box_cont .text_wrap > .txt span.bold {
    font-weight: 700;
}
.sec2 .desc {
    position: absolute;
    right: 0;
    bottom: -25px;
}
/* 마케팅 대행 section3 */
.sec3 .system_box {
    margin-top: 8vh;
}
.list .icon img {
    object-fit: contain;
}

.list .tit {
    color: #8f4ef0;
    font-weight: 700;
    font-size: 25px;
    margin-top: 4vh;
    margin-bottom: 2vh;
}

.list .desc {
    font-size: 19px;
    font-family: "Noto Sans KR";
}

.sec3 .system_box > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec3 .list {
    width: 21vw;
    max-width: 310px;
}
.sec3 .list > div {
    position: relative;
    padding: 6vh 0 3vh;
    border: 1px solid #8f4ef0;
    background: #fff;
    text-align: center;
    max-width: 310px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 2;
}

.sec3 .list .next {
    position: absolute;
    top: 20%;
    left: 100%;
    width: 56px;
    height: 56px;
    background: url(/img/business/business-2_s3_arrow.png)no-repeat center center;
    background-size: contain;

}
.sec3 .list .prev {
    position: absolute;
    bottom: 20%;
    left: -56px;
    width: 56px;
    height: 56px;
    background: url(/img/business/business-2_s3_arrow.png)no-repeat center center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain;
}

.sec3 .list .line_tit {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 85%;
    height: 40px;
    border: 1px solid #8f4ef0;
    background: #fff;
    color: #8f4ef0;
    font-weight: 400;
    font-size: 17px;
    line-height: 39px;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 20px;
}
.sec3 .list .line_tit em {
    color: #8f4ef0;
    font-weight: 700;
    font-size: 17px;
}
.sec3 .list .icon {
    width: auto;
    height: 140px;
    margin: 0 auto;
}
/* 마케팅 대행 section3 */

/* 마케팅 대행 section4 */
.sec4 .system_box ul {
    display: flex;
    align-items: center;
/*     flex-wrap: wrap; */
    justify-content: space-between;
}
.sec4 .list {
    width: 31vw;
    height: 63vh;
    border: 1px solid #8f4ef0;
    text-align: center;
    max-height: 562px;
    max-width: 480px;
    border-bottom: 20px solid #8f4ef0;
    box-shadow: 5px -3px 8px rgb(0 0 0 / 30%);
}
.sec4 .list:last-child {
    margin-right: 0;
}
.sec4 .tit {
    font-size: 31px;
    text-transform: uppercase;
}
.sec4 .list .icon {

    margin: 2vw auto 0;
}
.sec4 .list:nth-child(1) .icon {
    width: 23vw;
    max-width: 306px;
}
.sec4 .list:nth-child(2) .icon {
    width: 26vw;
    max-width: 403px;
}
.sec4 .list:nth-child(3) .icon {
    width: 26vw;
    max-width: 403px;
}

/* footer */
.footInfo_cont > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;

}
.footInfo_cont > ul li {
    padding: 0 2vw;
    border-right: 1px solid #737a89;
}

.footInfo_cont > ul li:first-child {
    flex: 2.5;
}

.footInfo_cont > ul li:nth-child(2) {
    flex: 1;

}

.footInfo_cont > ul li:nth-child(3) {
    flex: 1;
}

.footInfo_cont > ul li:last-child {
    flex: 1.5;
    border-right: 0;
}

.footInfo_cont > ul li:first-child .info {
    margin-top: 12px;
}

.footInfo_cont > ul li:not(:nth-child(1)) .info {
    margin-top: 30px;
}

.footInfo_cont li a,
.footInfo_cont li span {
    color: #fff;
}

.footInfo_cont li .main_txt {
    font-weight: 700;
    font-size: 23px;
    font-family: 'Montserrat';
}

.footInfo_cont li .sub_txt {
    font-size: 15px;
    margin-right: 5%;
}

.footInfo_cont li .info > div span {
    float: left;
    font-size: 19px;
}

.footInfo_cont li .info > div a {
    float: right;
    width: 100px;
    height: 30px;
    background: #336dff;
    font-size: 15px;
    line-height: 30px;
    font-family: "Noto Sans KR";
    text-align: center;
    border-radius: 5px;

}

.footInfo_cont li .info > div a img {
    width: 18px;
    height: 19px;
    vertical-align: sub;
}
/* media query */
/* width가 1720px이하 */
@media (max-width:1720px) {}

/* width가 1540px이하 */
@media (max-width:1540px) {
    /* footer */
    .footInfo_cont li .info > div span {
        font-size: 19px;
    }

}

/* width가 1440px이하 */
@media (max-width:1440px) {
    /* section2 */
    .sec2 .box_cont .text_wrap > .txt span {
        display: inline-block;
        width: 100%;
    }
    /* section3 */
    .sec3 .box_cont .line_tit {
        font-size: 14px;
    }
    /* 마케팅대행 section2 */
}

/* width가 1340px이하 */
@media(max-width:1340px) {
    /* section2 */
    .sec2 .box_cont .text_wrap > .txt {
        font-size: 17px;
    }
    /* section4 */
    .sec4 li {
        margin-right: 2%;
    }
    .sec4 .round h5 {
        font-size: 19px;
    }
    .sec4 .round img {
        height: 47px;
    }
    /* 마케팅대행 section3 */

    .sec3 .list .line_tit,
    .sec3 .list .line_tit em {
        font-size: 15px;
    }
    .sec3 .list .icon {
        height: 10vw;
    }
    .list .tit {
        font-size: 25px;
    }
    .list .desc {
        font-size: 16px;
    }
    .sec3 .list .next {
        width: 45px;
        height: 45px;
    }
    .sec3 .list .prev {
        left: -45px;
        width: 45px;
        height: 45px;
    }
    /* 마케팅대행 section3 */
    .business02_wrap .sec3 .system_box {
        margin-top: 6vh;
    }
    /* 마케팅대행 section4 */
    .sec4 .list .icon {
        margin: 5vw auto 0;
    }
    /* footer */
    .footInfo_cont li .main_txt {
        font-size: 19px;
    }

    .footInfo_cont > ul li:first-child .info {
        margin-top: 8px;
        padding-bottom: 4px;
    }

    .footInfo_cont > ul li:first-child {
        position: relative;
    }

    .footInfo_cont li .info > div a {
        position: absolute;
        top: 0;
        right: 2vw;
    }

}

/* width가 1200px이하 */
@media (max-width:1200px) {
    /* section1 */
    .sec1 .main_text > h2 {
        font-size: 5vw;
    }

    .sec1 .main_text > p {
        font-size: 2vw;
    }

    /* section2 */
    .sec2 .box_cont .text_wrap > .tit {
        font-size: 21px;
    }

    /* section4 */
    .code_typing span {
        font-size: 21px;
    }

    /* 마케팅대행 section4 */
    .sec4 .list {
        height: 56vh;
    }
    .sec4 .system_box {
        margin-top: 5vh;
    }

}

/* width가 1024px이하 */
@media (max-width:1024px) {
    .top_tit {
        padding-top: 8vh;
    }
    /* section2 */

    /* section3 */
    .sec3 .box_cont {
        height: 51vh;
    }
    .business_wrap .sec3 .system_box {
        height: 62vh;
    }
    .sec3 .blueBg {
        height: 50vh;
    }
    .box_cont .desc {
        font-size: 13px;
    }
    /* section4 */
    .sec4 .box_cont {
        height: 33vh;
    }
    /* 마케팅대행 section4 */
    .list .desc {
        font-size: 15px;
    }
    .sec4 .system_box {
        margin-bottom: 8vh;
    }
    /* footer */
    .footInfo_cont li .info > div span {
        font-size: 15px;
    }

    .footInfo_cont li .main_txt {
        font-size: 17px;
    }

    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 31px;
    }

    .footInfo_cont li .info > div a {
        width: 80px;
        height: 25px;
        font-size: 13px;
        line-height: 25px;
    }

    .footInfo_cont li .info > div a img {
        width: 15px;
        height: 16px;
    }

    .footInfo_cont > ul li:first-child,
    .footInfo_cont > ul li:last-child,
    .footInfo_cont > ul li:nth-child(2),
    .footInfo_cont > ul li:nth-child(3) {
        flex: 50%;
        margin-bottom: 15px;
    }

    .footInfo_cont > ul li:nth-child(2) {
        border-right: 0;

    }
        #typewriter {
            font-size: 15px;
        }
        .code_typing span {
            font-size: 15px;
        }
}
/* width가 1000px이하 */
@media (max-width:1000px) {
    .pc {
        display: none;
    }
    .mo {
        display: block;
    }
    /* section2 */
    .sec2 .box_cont {
        height: auto;
    }
    .top_tit {
        height: auto;
        margin-bottom: 3vh;
    }
    .top_tit > .text {
        margin-top: 3vh;
    }
    .sec2 .box_cont li {
        width: 100%;
    }
    .sec2 .box_cont li:first-child {
        margin-bottom: 5vw;
        margin-right: 0;
    }
    /* section3 */
    .sec3 .box_cont li.pcDvice {
        left: 45%;
        width: 88vh;
    }
    .sec3 .box_cont li.tbDvice {
        left: 67%;
        width: 34vh;
    }
    .sec3 .box_cont li.moDvice {
        top: 67%;
        left: 71%;
        width: 17vh;
    }
    /* 마케팅대행 section2 */

    /* 마케팅대행 section3 */
    .business02_wrap .sec3 {
        padding-bottom: 8vh;
    }
    .sec3 .list {
        width: 50%;
        max-width: 50%;
    }
    .sec3 .list .tit {
        font-size: 25px;
    }
    .list .tit {
        margin-top: 4vh;
        margin-bottom: 2vh;
    }
    .sec4 .list .tit {
        font-size: 31px;
    }
    .list .desc {
        font-size: 19px;
    }
    .sec3 .list > div {
        width: 40vw;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec3 .list:nth-child(n+1):nth-child(-n+2) {
        margin-bottom: 15%;
    }
    .sec3 .list .next,
    .sec3 .list .prev {
        width: 75px;
        height: 75px;
        z-index: -1;
    }
    .sec3 .list:nth-child(2) .next {
        top: 100%;
        left: 20%;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sec3 .list:nth-child(3) {
        order: 4;
    }
    .sec3 .list:nth-child(3) .prev {
        right: 20%;
        bottom: calc(100% + 20px);
        left: auto;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);

    }
    .sec3 .list:nth-child(3) .next {
        right: 100%;
        left: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* 마케팅대행 section4 */
    .sec4 .system_box {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sec4 .system_box ul {
        justify-content: center;
        flex-direction: column;
    }
    .sec4 .list {
        position: relative;
        width: 100%;
        height: 49vh;
        margin: 2vh auto;
        max-width: 600px;
        max-height: 450px;
    }

    .sec4 .list > div {
        width: 100%;
        height: 100%;
    }
    .sec4 .list:last-child {
        margin-right: auto;
        margin-bottom: 5vh;
    }

    .sec4 .list:nth-child(1) .icon {
        width: 27vh;
        margin: 4vh auto 0;
    }
    .sec4 .list:nth-child(2) .icon {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 33vh;
        transform: translateX(-50%);
    }
    .sec4 .list:nth-child(3) .icon {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 36vh;
        transform: translateX(-50%);
    }
}
/* width가 768px 이하*/
@media (max-width:768px) {
    /* section1 */
    .top_tit > h3 {
        font-size: 33px;
    }
    .top_tit > .text {
        font-size: 15px;
    }
    .sec1 .inner_box {
        flex-wrap: wrap;
        padding-right: 0;
    }

    .sec1 .main_text {
        width: 100%;
        text-align: center;
        margin-bottom: 10vw;
    }

    .sec1 .main_text > h2 {
        font-size: 8vw;
    }

    .sec1 .main_text > p {
        font-size: 3vw;
    }

    .sec1 .main_icons {
        width: 100%;
    }

    .sec1 .main_icons .box {
        width: 83vw;
        height: 56vw;
        margin: 0 auto;
    }

    .business_wrap .sec1 .main_icons .box .icon img {
        width: 19vw;
    }

    .typing {
        top: 12vw;
        left: 30.9vw;
    }

    .typing li:first-child {
        font-size: 3.5vw;
        padding-left: 8vw;
    }

    .typing li:last-child {
        font-size: 4.5vw;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 50px;
        margin: 0 0.2rem;
    }

    /* section3 */
    .sec3 .top_tit {
        height: auto;
    }
    .sec3 .box_cont li.pcDvice {
        left: 39%;
        width: 72vw;
    }
    .sec3 .box_cont li.tbDvice {
        left: 67%;
        width: 31vw;
    }

    .sec3 .box_cont li.moDvice {
        left: 85%;
        width: 17vw;
    }

    /* section4 */
    .code_typing span {
        font-size: 17px;
    }
    /* 마케팅 대행 */
    .sec3 .list .next,
    .sec3 .list .prev {
        width: 65px;
        height: 65px;
    }
    .sec3 .list .tit {
        font-size: 21px;
    }

    .sec3 .list .desc {
        font-size: 17px;
    }
    .sec1 .main_icons .box .icon img {
        width: 20vw;
    }
}

/* width가 640px이하 */
@media (max-width:640px) {
    /* section2 */

    /* section3 */
    .top_tit > h3 {
        font-size: 31px;
    }

    /* 마케팅대행 */
    /* section3 */
    .sec3 .list .next,
    .sec3 .list .prev {
        width: 55px;
        height: 55px;
    }
    .sec3 .list .desc {
        font-size: 15px;
    }
    /* footer */
    .footInfo_cont li .sub_txt {
        font-size: 13px;
    }

    .footInfo_cont li .info > div span {
        font-size: 14px;
    }

    .footInfo_cont > ul li:first-child .info {
        margin-top: 0;
    }

    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 17px;
    }
}

/* width가 600px 이하*/
@media (max-width:600px) {
    .top_tit > .text {
        font-size: 14px;
    }
    /* section2 */
    .sec2 .box_cont .text_wrap {
        padding: 4vw 0;
    }
    .sec2 .box_cont .text_wrap > .tit {
        font-size: 17px;
    }
    .sec2 .box_cont .text_wrap > .txt {
        font-size: 14px;
    }
    /* section3 */
    .top_tit > h3 {
        padding: 0 15px;
        font-size: 27px;
    }

    .box_cont .tit {
        font-size: 17px;
    }

    .sec3 .box_cont .line_tit {
        width: 95%;
        height: 34px;
        line-height: 33px;
    }

    .sec3 .box_cont .icon {
        width: 47px;
        margin-bottom: 5%;
    }

    .box_cont .tit {
        font-size: 15px;
    }

    .top_tit > h3:before {
        height: 15px;
    }

    .sec3 .text:after,
    .sec3 .text:before {
        width: 40px;
    }

    .sec3 .text:before {
        left: 3%;
    }

    .sec3 .text:after {
        right: 3%;
    }

    /* section4 */
    .sec4 .round img {
        height: 41px;
    }

    .sec4 .round h5 {
        font-size: 17px;
    }

    .sec4 .round h5 span {
        font-size: 17px;
    }

    .sec4 .ceo span:before {
        position: absolute;
        top: -6px;
        right: -8px;
        width: 14px;
        height: 14px;
        background: #336dff;
        content: '';
        border-radius: 50%;
        box-shadow: 0 0 20px #336dff;
    }
    /* 마케팅대행 section2*/
    .business02_wrap .sec2 .box_cont .text_wrap > .tit {
        font-size: 21px;
    }
    .sec2 .box_cont .text_wrap > .sub_tit {
        font-size: 19px;
    }

    /* 마케팅대행 section3 */
    .sec3 .list .line_tit,
    .sec3 .list .line_tit em {
        font-size: 13px;
    }
    .list .tit {
        font-size: 25px;
    }

    .sec3 .list .next,
    .sec3 .list .prev {
        width: 45px;
        height: 45px;
    }
    .sec3 .list {
        width: 48%;
    }
    /* 마케팅대행 section4 */
    .sec4 .list {
        max-width: 400px;
    }
    /* footer */
    .footInfo_cont > ul li:first-child,
    .footInfo_cont > ul li:last-child,
    .footInfo_cont > ul li:nth-child(2),
    .footInfo_cont > ul li:nth-child(3) {
        flex: 100%;
        border-right: 0;
        margin-bottom: 5px;
    }

    .footInfo_cont > ul li:not(:nth-child(1)) .info {
        margin-top: 0;
    }
}
/* width가 500px 이하*/
@media (max-width:500px) {
    .top_tit > h3 {
        font-size: 23px;
    }
    /* section1 */
    .sec1 .main_text {
        margin-bottom: 20vw;
    }

    .sec1 .main_text > h2 {
        font-size: 12vw;
    }

    .sec1 .main_text > p {
        font-size: 4vw;
    }
    /* section2 */
    .sec2 .box_cont .text_wrap > .txt {
        font-size: 13px;
    }
    /* section4 */
    .code_typing span {
        font-size: 14px;
    }

    /* 마케팅대행 section3 */
    .list .tit {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    .sec3 .list {
        width: 100%;
        max-width: 100%;
    }
    .sec3 .list > div {
        width: 350px;
        max-width: 350px;
    }
    .sec3 .list .tit {
        font-size: 17px;
    }
    .sec3 .list .line_tit,
    .sec3 .list .line_tit em {
        font-size: 13px;
    }

    .sec3 .list .desc {
        font-size: 15px;
    }
    .sec4 .list .desc {
        font-size: 15px;
    }
    .sec3 .list .next,
    .sec3 .list .prev {
        width: 40px;
        height: 40px;
    }
    .sec3 .list .next {
        top: 100%;
        left: 50%;
        -webkit-transform: rotate(90deg) translate(0%, 50%);
        -moz-transform: rotate(90deg) translate(0%, 50%);
        -ms-transform: rotate(90deg) translate(0%, 50%);
        -o-transform: rotate(90deg) translate(0%, 50%);
        transform: rotate(90deg) translate(0%,50%);
    }
    .sec3 .list:nth-child(3) {
        order: 3;
        margin-bottom: 15%;
    }
    .sec3 .list:nth-child(4) {
        order: 4;
    }
    .sec3 .list:nth-child(3) .next {
        right: auto;
        left: 50%;
        -webkit-transform: rotate(90deg) translate(0%, 50%);
        -moz-transform: rotate(90deg) translate(0%, 50%);
        -ms-transform: rotate(90deg) translate(0%, 50%);
        -o-transform: rotate(90deg) translate(0%, 50%);
        transform: rotate(90deg) translate(0%, 50%);
    }
    .sec4 .list {
        height: 46vh;
        width: 350px;
    }
    .sec3 .list .tit {
        font-size: 21px;
    }
}

/* width가 425px이하 */
@media (max-width:426px) {

    /* section2 */
    .top_tit {
        margin-bottom: 0;
    }

    .sec2 .box_cont:after {
        width: 58px;
        height: 57px;
    }

    .top_tit > .text {
        font-size: 12px;
        line-height: 19px;
        margin-top: 3vh;
        margin-bottom: 3vh;
    }

    .top_tit > .title {
        font-size: 14px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 30px;
    }

    .top_tit > h3 {
        padding: 0 15px;
        font-size: 19px;
    }

    .top_tit > h3:before {
        bottom: 0;
        height: 15px;
    }

    /* section3 */
    .sec3 .box_cont {
        height: 40vh;
    }

    /* 마케팅대행 section3 */

    /* 마케팅대행 section4 */

}

/* width가 400px이하 */
@media (max-width:400px) {
    .box_cont .tit {
        font-size: 16px;
    }
    /* section3 */

    /*section4 */
    .sec4 .box_cont {
        height: 50vh;
    }
    .code_typing span {
        font-size: 13px;
    }
    /* 마케팅대행 section2 */
    .business02_wrap .sec2 .box_cont .text_wrap > .tit {
        font-size: 17px;
    }
    .sec2 .box_cont .text_wrap > .sub_tit {
        font-size: 16px;
    }
    /* 마케팅 대행section3 */
    .sec3 .list > div {
        width: 280px;
        max-width: 280px;
    }
    .sec3 .list:nth-child(n+1):nth-child(-n+2) {
        margin-bottom: 20%;
    }
    .sec3 .list:nth-child(3) {
        margin-bottom: 20%;
    }

    /* 마케팅대행 section4 */
    .sec4 .list {
        width: 280px;
    }
    .sec4 .list .tit {
        font-size: 25px;
    }
    .sec4 .list .desc {
        font-size: 13px;
    }
    .sec4 .list:nth-child(1) .icon {
        width: 22vh;
    }
    .sec4 .list:nth-child(2) .icon {
        width: 28vh;
    }
    .sec4 .list:nth-child(3) .icon {
        width: 29vh;
    }

}

/* width가 320px 이하 */
@media (max-width:320px) {

    /* section2 */
    .top_tit > .text {
        font-size: 11px;
    }

    .top_tit > h3 {
        padding: 0 3px;
        font-size: 17px;
    }

    .top_tit > h3:before {
        height: 14px;
    }
    .sec2 .box_cont .text_wrap > .tit {
        font-size: 15px;
    }
    .sec2 .box_cont .text_wrap > .txt {
        font-size: 12px;
    }
    /* footer */
    .tit_wrap h5 {
        font-size: 19px;
    }
    .footInfo_cont li .sub_txt {
        font-size: 11px;
    }

    .footInfo_cont li .info > div span {
        font-size: 13px;
    }

}

/* width가 280px 이하 */
@media (max-width:280px) {}