@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Noto Sans KR', sans-serif;
    overflow: auto;
}



header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 74px;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    z-index: 10;
    color: white;
    margin: 0 auto;
}

header .logo_top {
    margin-left: 107px;
    margin-top: 25px;
    float: left;
    width: 10%;
    position: relative;
    z-index: 999;
}

.menu_list {
    position: absolute;
    right: 393px;
    z-index: 9;
}

.menu_list li {
    font-size: 16px;
    float: left;
    text-align: left;
    line-height: 74px;
    cursor: pointer;
    margin-right: 80px;
    font-weight: 400;
}

.company_introduction{
    width: 110px;
    height: 32px;
    border: 1px solid #fff;
    float: right;
    margin-right: 278px;
    line-height: 29px;
    text-align: center;
    margin-top: 23px;
    cursor: pointer;
    font-size: 15px;
}

header .logo_top img {
    cursor: pointer
}

header:after {
    display: block;
    width: 100%;
    content: "";
    background-color: #1d1d1d;
}

.menu {
    float: right;
    margin-right: 143px;
    cursor: pointer;
    margin-top: 35px;
}

.img_wrap {
    width: 100%;
}

.img_wrap img {
    display: block;
    width: 100%;
    margin: 0;
}

section article {
    margin: 30px 0;
    font-size: 1rem;
    line-height: 1.7em;
}

.down {
    background-color: rgba(29, 29, 29, 1);
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    color: #000
}

.black1 {
    background-color: #000 !important;
}



.sub_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 74px;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    z-index: 10;
}

.sub_header .logo_top {
    margin-left: 107px;
    margin-top: 28px;
    float: left;
    width: 42%;
    position: relative;
    z-index: 999;
}


.sub_header {
    top: -74px;
    transition: top .1s;
    transition-duration: 0.4s;
}

.sub_header.show {
    top: 0px;
}

.jb-box {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.jb-box video {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section1 {
    height: auto;
    margin: 0 auto;
}
.section1_mo{
    display: none;
}

.sec1_inner {
    width: 1200px;
    margin: 0 auto;
}

.section2 {
    min-width: 1200px;
    height: 550px;
    background: url(../img/main/sec2_back.jpg) no-repeat;
    background-position: center;
    background-size: cover;

}

.sec2_inner {
    padding-top: 83px;
    min-width: 1200px;
}

.sec2_text {
    font-size: 36px;
    font-weight: 900 !important;
    text-align: center;
}

.sec2_text h3 {
    font-size: 36px;
    font-weight: 700 !important;
    text-align: center;
    color: #1d1d1d;
}

.sec2_text h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.2px;
    color: #1d1d1d;
}

.yellow {
    color: #fbc417;
}

.mm_wrap {
    animation: none;
}

.black_line_wrap {
    width: 25px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 9px;
}

.black_line {
    width: 25px;
    height: 5px;
    display: block;
    background-color: #1d1d1d;
}

.hover_box {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.hover_box ul {
    margin-top: 56px;
}

.hover_box li {
    width: 211px;
    height: 211px;
    border: 2px solid #1d1d1d;
    border-radius: 5px;
    float: left;
    margin-right: 46px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
}

.footer_mo {
    display: none;
}

.hover_box li:hover {
    width: 211px;
    height: 211px;
    border: 2px solid #fbc417;
    border-radius: 5px;
    float: left;
    margin-right: 46px;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
    transition: all, 0.3s;
}


.bar {
    position: absolute;
    top: 67px;
    left: 93px;
}

.bar2 {
    position: absolute;
    top: 67px;
    left: 101px;
}

.bar3 {
    position: absolute;
    top: 67px;
    left: 109px;
}

.arrow {
    position: absolute;
    top: 62px;
    left: 70px;
}

.setting {
    position: absolute;
    top: 52px;
    left: 67px;
}

.mail {
    position: absolute;
    top: 62px;
    left: 103px;
}

.hover_box li:last-child {

    margin-right: 0px;
}


.ani77 {
    animation: ani77 .5s alternate-reverse linear;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
}

@keyframes ani77 {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}


.ani {
    animation: change-bg .5s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes change-bg {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}

.ani2 {
    animation: change-bg2 .5s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes change-bg2 {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(-10px);
    }
}

.ani3 {
    animation: change-bg3 .5s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes change-bg3 {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}

.ani4 {
    animation: change-bg4 .5s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes change-bg4 {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}

.ani5 {
    animation: change-bg5 .5s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes change-bg5 {
    from {
        opacity: 1;
        transform: rotate(30deg);
    }

    to {
        opacity: 1;
        transform: rotate(-30deg);
    }
}


.ani6 {
    animation: change-bg6 .5s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes change-bg6 {
    from {
        opacity: 1;
        transform: translateX(0px);
    }

    to {
        opacity: 1;
        transform: translateX(20px);
    }
}



.section3 {
    height: 925px;
    background: url(../img/main/sec3_back.jpg) no-repeat;
    background-position: center;
}

.sec3_inner_wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.sec3_inner {
    padding-top: 113px;

    /*
    position: absolute;
    top: 1500px;
    left: 0;
    right: 0;
*/
}

.com201 {
    display: none;
}

.com301 {
    display: none;
}

.sec3_inner canvas {
    /*
        position: absolute;
    */
    width: 1920px;
    top: 24px;
    left: -360px;
    height: 920px;
}

.sec3_text {
    font-size: 36px;
    font-weight: 600 !important;
    text-align: center;
    color: white;
    /*
    position: absolute;
    left: 0;
    right: 0;
    */
}

.pppp {
    position: absolute;
    left: 190px;
    top: 250px;
    mix-blend-mode: lighten;

}

.com_sec6_text br {
    display: none;
}

.sec3_text h3 {
    font-size: 36px;
    font-weight: 600 !important;
    text-align: center;
}

.sec3_text h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.2px;
}


.black_line_wrap2 {
    width: 25px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 9px;
}

.black_line2 {
    width: 25px;
    height: 5px;
    display: block;
    background-color: white;
}

.bm_box {
    width: 1200px;
    height: 350px;
    position: relative;
    top: 123px;
}

.bm {
    position: absolute;
    left: 178px;
    top: 0px;
    z-index: 9999999999999;
    cursor: pointer;
}

.pm {
    position: absolute;
    top: 0px;
    left: 879px;
    z-index: 9999999999999;
    cursor: pointer;
}

.cm {
    position: absolute;
    top: 251px;
    left: 192px;
    z-index: 9999999999999;
    cursor: pointer;
}

.dm {
    position: absolute;
    top: 251px;
    left: 903px;
    z-index: 9999999999999;
    cursor: pointer;
}

.am {
    position: absolute;
    top: 449px;
    left: 543px;
    z-index: 9999999999999;
    cursor: pointer;
}

.section4 {
    min-width: 1200px;
    background: url(../img/main/sec4_back.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}


.sec4_inner {
    padding-top: 113px;
    height: 1480px;
}


.sec4_text {
    font-size: 36px;
    font-weight: 900 !important;
    text-align: center;
    color: #1d1d1d;
}

.sec4_text h3 {
    font-size: 36px;
    font-weight: 900 !important;
    text-align: center;
}

.sec4_text h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.2px;
}

.sec4_text h5 {
    display: none;
}


.black_line_wrap4 {
    width: 25px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 9px;
}

.black_line4 {
    width: 25px;
    height: 5px;
    display: block;
    background-color: #1d1d1d;
}

.sec4_sub_text {
    width: 1200px;
    height: 523px;
    margin: 0 auto;
    margin-top: 63px;
}

.circle_box {
    width: 1047px;
    margin: 0 auto;
}

.circle_box li {
    width: 198px;
    height: 198px;
    background-color: #000;
    border-radius: 100px;
    float: left;
    margin-right: 227px;
    border: 3px solid #fff;
    text-transform: uppercase;
    background-color: #000;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, rgb(251, 196, 23) 50%);
    background-size: 230%;
    transition: all, 0.5s;
    position: relative;
    z-index: 9;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 305px;
}


.circle_box li:hover {
    background-position: 100%;
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: center;
    line-height: 305px;
}

.circle_box li:last-child {
    width: 198px;
    height: 198px;
    background-color: #000;
    border-radius: 100px;
    float: left;
    margin-right: 0px;
    border: 3px solid #fff;
}


.iden101 {
    display: none;
}

.circle_box li img {
    position: absolute;
    left: 60px;
    top: 26px;
}



.sub_text_img {
    position: relative;
    top: -207px;
}

.margin {
    margin-right: 206px !important;
}

.margin img {
    position: absolute !important;
    left: 52px !important;
    top: 26px !important;
}


.solution_box {
    width: 1200px;
    height: 597px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: -1px 7px 15px 9px #ccc;
    position: relative;
}


.solution_white {
    width: 495px;
    float: left;
}

.solution_white h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 106px;
    padding-top: 90px;
}

.black_line_sol {
    display: block;
    width: 174px;
    height: 4px;
    background-color: #1d1d1d;
    margin-left: 106px;
    margin-top: 35px;
    margin-bottom: 28px;
}

.solution_white .sol_text {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -.2px;
    padding-left: 106px;
}


.mo_ser_text3{
    display: none;
}
.solution_white .btn2 {
    width: 143px;
    height: 40px;
    border: 0;
    font-size: 15.65px;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, rgb(0, 0, 0) 50%);
    background-size: 230%;
    transition: all, 0.5s;
    font-weight: 400;
    cursor: pointer;
    margin-top: 105px;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans KR', sans-serif;
    margin-left: 106px;
}

.solution_white .btn2 p {
    float: left;
    position: absolute;
    top: 7px;
    left: 27px;
}

.solution_white .btn2:hover {
    background-position: 100%;
    color: white;
    font-weight: 400;
}

.mt {
    display: none;
}

.rrr {
    font-size: 35px;
    display: block;
    font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
    float: right;
    position: absolute;
    top: -19px;
    right: -23px;
}

.rrr:hover {
    font-size: 35px;
    display: block;
    font-weight: 100;
    font-family: 'Noto Sans KR', sans-serif;
    float: right;
    position: absolute;
    top: -19px;
    right: -23px;
}

.reporting_box {
    background: url(../img/main/global.png) no-repeat;
    width: 720px;
    height: 531px;
    float: left;
    position: absolute;
    right: 49px;
    top: 130px;
    background-position-y: -2px;
    background-position-x: 3px;

    /*
    background-position-y:133px;
    margin-left: 450px;
 */
}



/*
.reporting_box img{
    position: absolute;
    top: 36px;
    left: 575px;

}
*/

.yellow_circle1 {
    display: block;
    width: 148px;
    height: 148px;
    border: 2px solid #fbc417;
    border-radius: 100px;
    position: absolute;
    top: 64px;
    right: 273px;
    background-color: #fff;

}


.yellow_circle1 p {
    font-size: 20.8px;
    text-align: center;
    font-weight: 500;
    line-height: 148px;
}

.yellow_circle2 {
    display: block;
    width: 148px;
    height: 148px;
    border: 2px solid #fbc417;
    border-radius: 100px;
    position: absolute;
    top: 190px;
    right: 451px;
    background-color: #fff;
}

.yellow_circle2 p {
    font-size: 20.8px;
    text-align: center;
    font-weight: 500;
    line-height: 24.57px;
    margin-top: 50px;
}

.yellow_circle3 {
    display: block;
    width: 148px;
    height: 148px;
    border: 2px solid #fbc417;
    border-radius: 100px;
    position: absolute;
    top: 190px;
    right: 91px;
    background-color: #fff;
}

.yellow_circle3 p {
    font-size: 20.8px;
    text-align: center;
    font-weight: 500;
    line-height: 148px;
}

.yellow_circle4 {
    display: block;
    width: 148px;
    height: 148px;
    border: 2px solid #fbc417;
    border-radius: 100px;
    position: absolute;
    top: 385px;
    right: 403px;
    background-color: #fff;
}

.yellow_circle4 p {
    font-size: 20.8px;
    text-align: center;
    font-weight: 500;
    line-height: 148px;
}

.yellow_circle5 {
    display: block;
    width: 148px;
    height: 148px;
    border: 2px solid #fbc417;
    border-radius: 100px;
    position: absolute;
    top: 385px;
    right: 146px;
    background-color: #fff;
}

.yellow_circle5 p {
    font-size: 20.8px;
    text-align: center;
    font-weight: 500;
    line-height: 148px;
}

.yellow_circle6_wrap {
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 100px;
    position: absolute;
    right: 250px;
    top: 225px;
    background-color: transparent;
    background-image: linear-gradient(to right, #dcdde0, #fff);
    background-size: 230%;
    transition: all, 0.5s;
}


.yellow_circle6_wrap:hover {
    background-position: 100%;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, rgb(251, 196, 23) 50%);
}



.yellow_circle6 {
    display: block;
    width: 148px;
    height: 148px;
    border-radius: 100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 2px 3px #fff;

}

.yellow_circle6 p {
    font-size: 20.8px;
    font-weight: 500;
    line-height: 24.7px;
    letter-spacing: -.2px;
    text-align: center;
    margin-top: 52px;

}

.font-size {
    font-size: 16px !important;
}

.section5 {
    height: 699px;
    background-color: #1d1d1d;
    position: relative;
    margin: 0 auto;
}

.sec5_inner {
    width: 1200px;
    margin: 0 auto;
}

.yell_mo {
    display: none;
}

.ob1_wrap {
    position: absolute;
    right: 3%;
    top: 146px;
}

.com_sec4_text p br {
    display: none;
}

.cre_mo {
    display: none;
}

.ob2_wrap {
    position: absolute;
    top: 440px;
    z-index: 9;
    left: 0%;
}

.ob3_wrap {
    position: absolute;
    left: 0%;
    top: 308px;
}

.sec5_text {
    float: left;
}

.sec5_text p {
    font-size: 36px;
    line-height: 51.02px;
    font-weight: 600;
    color: white;
    padding-top: 275px;
    position: relative;
    z-index: 9;
}

.thejoen_ob {
    position: relative;
}

.t {
    position: absolute;
    right: 492px;
    top: 142px;
}

.s {
    position: absolute;
    left: 542px;
    top: 169px;
    z-index: 9;
}

.s2 {
    position: absolute;
    left: 851px;
    top: 127px;
    z-index: 9;
}

.s3 {
    position: absolute;
    left: 1002px;
    top: 139px;
    z-index: 9;
    clip: rect(7px, 160px, 51px, 54px);
}

.s4 {
    position: absolute;
    left: 551px;
    top: 349px;
    z-index: 9;
}

.s5 {
    position: absolute;
    left: 762px;
    top: 526px;
    z-index: 9;
}


.s6 {
    position: absolute;
    left: 960px;
    top: 383px;
    z-index: 9;
}

.map_cc{
    width: 1920px;
    height: 300px;
    position: absolute;
    top: 1297px;
}
.j {
    position: absolute;
    right: 276px;
    top: 213px;
}

.e {
    position: absolute;
    right: 33px;
    top: 92px;
}

.m {
    position: absolute;
    right: 491px;
    top: 436px;
}

.d {
    position: absolute;
    right: 265px;
    top: 499px;
}

.a {
    position: absolute;
    right: 70px;
    top: 342px;
}

.section7 {
    height: 718px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.sec7_inner {
    width: 1200px;
    margin: 0 auto;
}

.project {
    width: 1408px;
    margin: auto;
    padding-top: 82px;
}

.ob {
    position: absolute;
    right: 331px;
    top: 112px;
}

.black {
    width: 1200px;
    height: 483px;
    background-color: #000;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.logotype_mo {
    display: none;
}

.project_text {
    color: #fff;
    margin: auto;
    margin-top: 72px;
    margin-left: 128px;
}

.project_text h3 {
    font-size: 42px;
}

.project_text p {
    font-size: 18px;
    margin-top: 18px;
    font-weight: 400;
    line-height: 24px;
}

.information {
    color: #fff;
    margin: auto;
    margin-top: 77px;
    overflow: hidden;
    margin-left: 128px;
}

.information .left {
    float: left;
    margin-right: 11%;
}

.information .left h4 {
    font-size: 18px;
    font-weight: bold;
}

.information .left p {
    font-size: 18px;
    font-weight: 300;
}

.information2 {
    color: #fff;
    margin: auto;
    margin-top: 33px;
    overflow: hidden;
    margin-left: 128px;
}


.information2 .left2 {
    float: left;
    margin-right: 9%;
}

.information2 .left2 h4 {
    font-size: 18px;
    font-weight: bold;
}

.information2 .left2 p {
    font-size: 18px;
    font-weight: 300;
}

.inquiry {
    width: 184px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14.62px;
    font-weight: 900;
    padding: 16px;
    text-align: center;
    color: #282828;
    cursor: pointer;
    position: relative;
    z-index: 9;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, rgb(245, 198, 32) 50%);
    background-size: 230%;
    transition: all, 0.5s;
}




.inquiry img {
    position: absolute;
    top: 0;
    left: 0;
}

.inquiry:hover {
    background-position: 100%;
    color: #000;
    font-weight: 900;
}

.location {
    width: 184px;
    height: 50px;
    background-color: #ccc;
    border-radius: 5px;
    font-size: 14.62px;
    font-weight: 900;
    margin-top: 20px;
    padding: 16px;
    text-align: center;
    color: #282828;
    cursor: pointer;
    position: relative;
    z-index: 9;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, rgb(245, 198, 32) 50%);
    background-size: 230%;
    transition: all, 0.5s;
}

.location img {
    position: absolute;
    top: 0;
    left: 0;
}


.location:hover {
    background-position: 100%;
    color: #000;
    font-weight: 900;
}


.float {
    float: left;
    width: 75%;
}

.float2 {
    float: left;
    margin-top: 99px;
}

.mo_menu1,
.mo_menu2,
.mo_menu3,
.mo_menu4 {
    display: none;
}

.inqu_mo {
    display: none;
}

.loca_mo {
    display: none;
}

/* company */

#company_inner {
    margin: 0 auto;
}

.black_layer{
    width: 100%;
    height: 320px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
}
.black_layer_c{
    width: 100%;
    height: 320px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
}
.black_layer1{
    display: none;
}


.company_wrap {
    background-size: cover;
    height: 320px;
    min-width: 1200px;
    background-position: center;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}


.video_wrap {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: url(../img/company/christmas.gif) no-repeat;
    background-size: cover;
}

.video_wrap video {
    width: 100%;
    height: 378px;
    object-fit: cover;
}

.sol_vi video{
    margin-top: 74px;
    height: 578px;
}

.ser_vi video{
    margin-top: 30px;
    height: 490px;
}


.company_wrap {
    height: 320px;
}

.company_text {
    text-align: center;
    padding-top: 100px;
    min-width: 1200px;
    position: relative;
    top: -297px;
    z-index: 9;
}

.company_sub {
    text-align: center;
    margin-top: 28px;
    min-width: 1200px;
    position: relative;
    top: -320px;
     z-index: 9;
}

.mo_com_text{
   display: none;
}

.mo_menu5{
    display: none;
}

.com_sec2 {
    background-color: #f2f2f2;
    height: 649px;
    background-size: cover;
    min-width: 1200px;
    background-position: center;
}

.block {
    position: absolute;
    top: 324px;
}

.block2 {
    position: absolute;
    right: 0;
    top: 324px;
}

.white {
    width: 1198px;
    height: 623px;
    background-color: #fff;
    margin: auto;
    position: relative;
    top: -44px;
    box-shadow: 0px 14px 18px -8px #ccc;
}

.sec2_text_hi {
    text-align: center;
    padding-top: 70px;
}

.white p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    margin-top: 46px;
}

.sign {
    position: absolute;
    right: 103px;
    bottom: 20px;
}

.com_sec3 {
    background: url(../img/company/company2_sec3.jpg) no-repeat;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}

.sec3_inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sec3_text_img {
    float: left;
}

.sec3_text_img p {
    font-size: 22px;
    line-height: 32px;
    color: white;
    margin-top: 50px;
}

.sec3_sub {
  float: right;
}

.com_sec4 {
    height: 646px;
    background-color: #f2f2f2;
}

.com_sec4_text {
    text-align: center;
    padding-top: 83px;
    min-width: 1200px;
}

.com_sec4_text p {
    font-size: 22px;
    min-width: 1200px;
}

.yellow_box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 137px;
}


.yellow_box ul {
    margin-left: 33px;
}

iframe {
   width: 1902px;
    height: 1000px;
}

.mo_01{
    display: none;
}
.mo_02{
    display: none;
}

.yellow_box li {
    width: 109px;
    height: 109px;
    border-radius: 30px;
    transform: rotate(44deg);
    transform-origin: right top;
    float: left;
    margin-right: 67px;
    background-color: #d9d9d9;
}

.yellow_box li:last-child {
    margin-right: 0px;
}


.sign_mo {
    display: none;
}


.abc_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -30px;
    position: relative;
    top: -174px;
}

.abc_box img {}

.abc_box img:last-child {
    margin-right: 0px;
}

.tt {
    margin-right: 45px;

}

.hh {
    margin-right: 36px;

}

.ee {
    margin-right: 40px;
}

.jj {
    margin-right: 39px;
}

.oo {
    margin-right: 38px;
}

.abc_text {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -165px;
}

.tech {
    margin-right: 75px;
}

.high {
    margin-right: 113px;
}

.box-file-input {
    display: none;
}

.easy {
    margin-right: 108px;
}

.joint {
    margin-right: 81px;
}

.origin {
    margin-right: 76px;
}

.enjoy {
    margin-right: 104px;
}

.stick {
    width: 1200px;
    margin: auto;
    position: relative;
    top: -158px;
}

.stick span {
    width: 3px;
    height: 20px;
    background-color: #fbc417;
    display: block;
    float: left;
    opacity: 0;
}

.y1 {
    margin-right: 65px;
    margin-left: 65px;
}

.y2 {
    margin-right: 108px;
    margin-left: 108px;
}

.y3 {
    margin-right: 65px;
    margin-left: 65px;
}

.y4 {
    margin-right: 108px;
    margin-left: 108px;
}

.y5 {
    margin-right: 65px;
    margin-left: 65px;
}

.y6 {
    margin-right: 108px;
    margin-left: 108px;
}

.y7 {
    margin-right: 6px;
    margin-left: 65px;
}

.keyword_text {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -142px;
}

.keyword_text p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .2px;
    text-align: center;
    float: left;
    font-family: 'Noto Sans KR', sans-serif;
    opacity: 0;
    margin-left: 4px;
}

.key_tech {
    margin-right: 60px;
}

.key_high {
    margin-right: 65px !important;
}

.key_easy {
    margin-right: 86px;
}

.key_joint {
    margin-right: 97px;
}

.key_origin {
    margin-right: 77px;
}

.key_enjoy {
    margin-right: 49px;
}

.key_new {}

.com_sec5 {
    min-width: 1200px;
    background: url(../img/company/company_sec5.jpg) no-repeat;
    height: 520px;
    background-size: cover;
    background-position: center;
}

.com_sec6 {
    min-width: 1200px;
    background: url(../img/company/company_sec6.jpg) no-repeat;
    height: 888px;
    background-size: cover;
    background-position: center;
}

.com_sec6_text {
    text-align: center;
    padding-top: 83px;
    min-width: 1200px;
}

.com_sec6_text img {
    text-align: center;
}

.com_sec6_text p {
    text-align: center;
    font-size: 22px;
    letter-spacing: -.2px;
}

.logotype_wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 70px;
}

.logotype_wrap h5 {
    font-size: 24px;
    float: left;
    text-align: center;
}

.korean {
    margin-right: 374px;
    margin-left: 158px;
}

.English {
    margin-right: 358px;
}

.logotype_img_wrap {
    width: 1200px;
    margin: 0 auto;
}

.com101 {
    display: none;
}

.color_wrap {
    margin: auto;
    margin-left: 184px;
}

.ser-mo {
    display: none;
}

.ser_po_back {
    display: none;
}

.ser_br_back {
    display: none;
}

.ser_cm_back {
    display: none;
}

.color_box {
    width: 160px;
    height: 160px;
    background-color: #fac317;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}

.color_box p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 45px;
}

.sol101 {
    display: none;
}

.color_text {
    float: left;
    font-size: 18px;
    margin-top: -7px;
}

.color_text span {
    font-weight: bold;
}


.color_wrap2 {
    margin: auto;

}

.circle_mo {
    display: none;
}

.color_box2 {
    width: 160px;
    height: 160px;
    background-color: #000;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
    margin-left: 169px;
}

.color_box2 p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 45px;
}

.color_text {
    float: left;
    font-size: 18px;
    margin-top: -7px;
}

.color_text span {
    font-weight: bold;
    display: block;
}

#color_wrap {
    padding-top: 85px;
    width: 1200px;
    margin: 0 auto;
}

/* 서비스 */


.service_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.service_text {
    text-align: center;
    padding-top: 125px;
    min-width: 1200px;
    position: relative;
    z-index: 9;
}

.service_sub {
    text-align: center;
    margin-top: 6px;
    min-width: 1200px;
    position: relative;
    z-index: 9;
}

.service_sec2 {
    height: 357px;
    background-color: #f2f2f2;
}

.tel_box2{
    display: none;
}

.hover_box_ser {
    width: 1200px;
    margin: auto;
    padding-top: 70px;
}

.y_box {
    width: 204px;
    height: 204px;
    border: 2px solid #f5c620;
    float: left;
    margin-right: 45px;
    background-image: linear-gradient(120deg, #fff 0%, #fff 50%, rgb(245, 198, 35) 50%);
    background-size: 258%;
    transition: all, 0.5s;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
}

.y_box:last-child {
    margin-right: 0px;
}

.y_box:hover {
    background-position: 100%;
    color: white;
    font-weight: 400;
    margin-right: 45px;
}

.y_box:last-child:hover {
    margin-right: 0px;
}


.performance_marketing {
    width: 1200px;
    height: 859px;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
}


.per_main {
    float: left;
    padding-top: 107px;
    font-family: 'Noto Sans KR', sans-serif;
}

.year span {
    width: 157px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
}

.year p {
    margin-top: 10px;
}

.per_sub {
    float: left;
    padding-top: 115px;
    font-size: 18px;
    padding-left: 154px;

}

.marketer span {
    width: 150px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}

.marketer p {
    margin-top: 10px;
}

.service_img {
    margin-top: 50px;
}


.sol span {
    width: 134px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}

.sol p {
    margin-top: 10px;
}

.perfor_back2 {
    position: absolute;
    left: 0;
    top: 2142px;
    z-index: -1;
}
.page-start {
            position: absolute;
            top: 650px;
        }


.brand_marketing {
    width: 1200px;
    height: 484px;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
}

.con_marketing {
    width: 1200px;

    margin: 0 auto;
}

.brand_main {
    float: left;
    padding-top: 88px;
    font-family: 'Noto Sans KR', sans-serif;
}



.brand_sub {
    float: left;
    font-size: 18px;
    padding-left: 188px;
    padding-top: 38px;

}

.reporting_mo {
    display: none;
}

.ad span {
    width: 173px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}

.ad p {
    margin-top: 10px;
}

.concept span {
    width: 138px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}

.concept1 span {
    width: 173px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}


.concept p {
    margin-top: 10px;
}

.brand_value span {
    width: 174px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}

.brand_value1 span {
    width: 159px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 31.5px;
    margin-top: 50px;
}

.brand_value p {
    margin-top: 10px;
}

.service_sec4 {
    min-width: 1200px;
    height: 801px;
    background: url(../img/service/service2_sec4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.service_sec4_inner {
    width: 1200px;
    margin: 0 auto;
}

.sec4_img {
    float: left;
    margin-top: 69px;
    margin-right: 74px;
}

.sec4_img2 {
    margin-top: 49px;
}

.sec4_img3 {
    position: relative;
    top: -353px;
    right: -755.5px;
}

.ser_po_back2 {
    display: none;
}

.sec4_img5 {
    display: none;
}

.service_sec5 {
    height: 763px;
    background-color: #f7f7f7;
}

.service_sec5_inner {
    width: 1200px;
    margin: 0 auto;
}

.app_mar {
    padding-top: 58px;
    text-align: center;
}



.capp_mar_wrap {
    width: 1200px;
    margin: 0 auto;
}

.app_mar_text span {
    width: 262px;
    height: 36px;
    background-color: #000;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    color: white;
}

.app_mar_text p {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.personal_wrap {
    width: 1154px;
    margin: auto;
    margin-top: 57px;
}

.personal_wrap span {
    margin-right: 30px;
}

.personal_wrap span:last-child {
    margin-right: 0px;
}

.personal {
    display: block;
    width: 262px;
    height: 207px;
    border: 2px solid #fbc417;
    border-radius: 300px;
    background-size: 258%;
    transition: all, 0.1s;
    position: relative;
    float: left;
    background-color: white;
}

.personal:hover {
    background-position: 100%;
    background-color: #fbc417;
}


.personal img {
    position: absolute;
    top: 73px;
    left: 36px;
}


.bigdata {
    display: block;
    width: 262px;
    height: 207px;
    border: 2px solid #000;
    border-radius: 300px;
    background-size: 258%;
    transition: all, 0.1s;
    position: relative;
    float: left;
    background-color: white;
}

.bigdata:hover {
    background-position: 100%;
    border: 2px solid #fbc417;
    background-color: #fbc417;
}


.bigdata img {
    position: absolute;
    top: 73px;
    left: 62px;
}

.retention {
    display: block;
    width: 262px;
    height: 207px;
    border: 2px solid #fbc417;
    border-radius: 300px;
    background-size: 258%;
    transition: all, 0.1s;
    position: relative;
    float: left;
    background-color: white;
}

.retention:hover {
    background-position: 100%;
    background-color: #fbc417;
}


.retention img {
    position: absolute;
    top: 73px;
    left: 68px;
}

.purchase {
    display: block;
    width: 262px;
    height: 207px;
    border: 2px solid #000;
    border-radius: 300px;
    background-size: 258%;
    position: relative;
    float: left;
    background-color: white;
    transition: all, 0.1s;
}

.purchase:hover {
    background-position: 100%;
    border: 2px solid #fbc417;
    background-color: #fbc417;
}


.purchase img {
    position: absolute;
    top: 73px;
    left: 65px;
}


.arrow1 {
    width: 303px;
    float: left;
}

.arrow1_img {
    width: 48px;
    margin: auto;
    padding-top: 28px;
}

.arrow1 p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}


.arrow2 {
    width: 291px;
    float: left;
}

.arrow2_img {
    width: 48px;
    margin: auto;
    padding-top: 28px;
}

.arrow2 p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.arrow3 {
    width: 292px;
    float: left;
}

.arrow3_img {
    width: 48px;
    margin: auto;
    padding-top: 28px;
}

.arrow3 p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}

.arrow4 {
    width: 297px;
    float: left;
}

.key101 {
    display: none;
}

.arrow4_img {
    width: 48px;
    margin: auto;
    padding-top: 28px;
}

.arrow4 p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px;
}



/* 리뷰쓰기 가이드 */
.modal66 {
    position: relative;
    width: 88%;
    z-index: 9999;
    margin: auto;
    font-family: 'Noto Sans KR', sans-serif;
}

.modal_content66 {
    background-color: #fff !important;
    width: 68%;
    height: 79%;
    margin: auto;
    padding: 10px;
    top: 100%;
    position: fixed;
    z-index: 9999999;
}

.modal_content66 .header {
    font-size: 21px;
    font-weight: 800;
    margin-left: 20px;
    margin-top: 50.5px;
    margin-bottom: 26px;
    position: relative;
}

.modal_content66 .f_body {
    margin-left: 20px;
    margin-bottom: 37px;
}

.modal66 .modal_css2 {
    width: 100%;
    text-align: center;
}

.guide_close_wrap {
    width: 62px;
    height: 62px;
    background-color: #fecb17;
    border-radius: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999999999;
    cursor: pointer;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    margin-top: -32px;
}

.modal_css2 h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.46;
    color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 7px;
}

.modal_css2 p {
    font-size: 12px;
    color: #f5f5f5;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
}


.js-click-modal66 {
    cursor: pointer;
}

.guide_body {
    padding: 75px 72px;
}

.modal66 .guide_body h4 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 13px;

}

.guide_body h5 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 38px;
}

.guide_body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.2px;
    margin-top: 14px;
}

.yellow_box_small {
    width: 18px;
    height: 18px;
    background-color: #fecb17;
    display: block;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}

.black_box_small {
    width: 38px;
    height: 6px;
    display: block;
    background-color: #1d1d1d;
}

.modal66 .guide_body_inner {
    margin-left: 15px;
    margin-top: 30px;
}


.red_g {
    width: 57px;
    background-color: #ff585d;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blue_g {
    width: 57px;
    background-color: #437eff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.black_g {
    width: 57px;
    background-color: #060608;
    padding-top: 5px;
    padding-bottom: 5px;
}


.logout_css {
    text-align: center;
    margin-top: 20px;
    line-height: 3.2;
    border-top: 1px solid #b5b5b5;
    font-size: 15px;
}

.cancel_css {
    width: 50%;
    height: 49px;
    float: left;
    border-right: 1px solid #b5b5b5;
    color: #437eff;
    font-weight: 400;
}

.logout_s_css {
    color: #ff585d;
    font-weight: bold;
}

.modal_content66 {
    overflow: scroll;
}

.modal_content66 .f_body li {
    max-width: 640px;
    margin-right: 20px;
    height: 47px;
    line-height: 3;
    box-sizing: border-box;
}

.modal_content66 .f_body li p {
    color: #949494;
}

.btn {
    display: inline-block;
    transition: all .4s ease;
    cursor: pointer;
}

/*
.btn:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
*/

.modal66.modal-open66 .modal_content66 {
    position: fixed;
    z-index: 999999;
    padding: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0px;
}



.close {
    width: 19px;
    height: 19px;
    float: left;
    position: absolute;
    top: 15px;
    right: 22px;
}

.close img {
    width: 13.5px;
    height: 13.5px;
    background-color: #b5b5b5;
    padding: 4px;
    border-radius: 50px;
}

.b {
    border-bottom: 1px solid #e2e2e2;
}

.modal_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}





/* 솔루션 */

.solution_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.soution_sec2 {
    min-width: 1200px;
    height: 1277px;
    background-color: #121212;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.sol_sec {

    margin: 0 auto;
    position: relative;
    background-image: linear-gradient(90deg, rgba(17, 17, 17, 0) 0, #111111 33%, #111111 66%, rgba(17, 17, 17, 0) 100%);
    calc(100vh - 4rem) calc(40vw - 5rem) 100vh;
    margin-top: 0px;

}

.more_better {
    position: absolute;
    left: 0;
    top: 85px;
    right: 0;
    text-align: center;

}

.more_better p {
    color: white;
    font-size: 22px;
    line-height: 36px;
    margin-top: 42px;
}

.sol_circle_wrap {
    width: 700px;
    margin: auto;
    margin-top: 88px;
}

.sol_circle1 div {
    width: 200px;
    height: 200px;
    background: #d0d0d0;
    border-radius: 100%;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

.sol_circle1 div:last-child {
    margin-right: 0px;
}

.sol_circle1 span {
    width: 184px;
    height: 184px;
    background-color: white;
    display: block;
    border-radius: 100%;
    float: left;
    margin: 8px;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.19px;
    background: linear-gradient(138deg, #a722bd, #35166a);
    position: relative;
}

.move1 {
    cursor: pointer;
}

.charticon1 {
    position: absolute;
    left: 63px;
    top: 37px;
}

.charticon2 {
    position: absolute;
    left: 63px;
    top: 37px;
}

.chart_move {
    animation: chart_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes chart_move {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}


.piece1 {
    position: absolute;
    left: 55px;
    top: 37px;
}

.piece2 {
    position: absolute;
    left: 55px;
    top: 37px;
}

.piece_move {
    animation: piece .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes piece {
    from {
        opacity: 1;
        transform: translate(0px, 0px);
    }

    to {
        opacity: 1;
        transform: translate(10px, -10px);
    }
}


.pp3 {
    position: absolute;
    left: 56px;
    top: 37px;
}

.pp4 {
    position: absolute;
    left: 56px;
    top: 37px;
}

.pp4_move {
    animation: pp4_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes pp4_move {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}





.logogo {
    width: 200px !important;
    height: 200px !important;
    background-color: #111111 !important;
}

.logogo img {
    margin-top: 32px;
}

.sol_circle1 span:last-child {
    margin-right: 0px;
}

.sol_circle1 p {
    font-size: 22.75px;
    font-weight: 400;
    color: #fff;
    line-height: 200px;
}

.sol_circle2 p {
    font-size: 22.75px;
    font-weight: 400;
    color: #fff;
    line-height: 200px;
}

.sol_circle3 p {
    font-size: 22.75px;
    font-weight: 400;
    color: black;
    line-height: 200px;
    color: white;
}

.two {
    line-height: 31.19px !important;
    margin-top: 108px !important;
}

.two3 {
    line-height: 26px !important;
    margin-top: 115px !important;
    font-size: 22px !important;
}

.the_ye {

    background: linear-gradient(138deg, #fecb17, #be8608) !important;

}

}

.the_ye .two2 {
    line-height: 31.19px !important;
    margin-top: 70px !important;
}

.m1,
.m2,
.m3,
.m4 {
    display: none;
}



.pp5 {
    position: absolute;
    left: 53px;
    top: 37px;
}

.pp6 {
    position: absolute;
    left: 51px;
    top: 37px;
}

.pp7 {
    position: absolute;
    left: 85px;
    top: 48px;
}


.pp8 {
    position: absolute;
    left: 102px;
    top: 48px;
}

.pp4_move {
    animation: pp4_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes pp4_move {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 1;
        transform: translateY(10px);
    }
}


.pp9 {
    position: absolute;
    left: 54px;
    top: 37px;
}

.pp10 {
    position: absolute;
    left: 54px;
    top: 38px;
}

.pp10_move {
    animation: pp10_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes pp10_move {
    from {
        opacity: 1;
        transform: translate(0px, 0px);
    }

    to {
        opacity: 1;
        transform: translate(10px, -10px);
    }
}



.pp11 {
    position: absolute;
    left: 59px;
    top: 40px;
}

.pp12 {
    position: absolute;
    left: 59px;
    top: 40px;
}

.pp12_move {
    animation: pp12_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes pp12_move {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 1;
        transform: scale(0);
    }
}

.pp13 {
    position: absolute;
    left: 54px;
    top: 50px;
}

.pp13_move {
    animation: pp13_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
}

@keyframes pp13_move {
    from {
        opacity: 1;
        transform: scaleX(1);
    }

    to {
        opacity: 1;
        transform: scaleX(0);
    }
}

.pp14 {
    position: absolute;
    left: 56px;
    top: 46px;
}

.pp15 {
    position: absolute;
    left: 57px;
    top: 46px;
}

.pp16 {
    position: absolute;
    left: 65px;
    top: 46px;
}

.pp17 {
    position: absolute;
    left: 73px;
    top: 46px;
}

.pp15_move {
    animation: pp15_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
    animation-delay: .5s;
}

@keyframes pp15_move {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;

    }
}

.pp16_move {
    animation: pp15_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
    animation-delay: .8s;
}

@keyframes pp15_move {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;

    }
}

.pp17_move {
    animation: pp15_move .3s alternate-reverse linear;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes pp15_move {
    from {
        opacity: 1;

    }

    to {
        opacity: 0;

    }
}

.sec2_text br {
    display: none;
}

.sec3_text h3 br {
    display: none;
}

.sec3_text h4 br {
    display: none;
}

.sec4_text h4 br {
    display: none;
}

.sol_circle2 div {
    width: 200px;
    height: 200px;
    background-color: #d0d0d0;
    border-radius: 100%;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}

.sol_circle2 div:last-child {
    margin-right: 0px;
}

.sol_circle2 span {
    width: 184px;
    height: 184px;
    background-color: white;
    display: block;
    border-radius: 100%;
    float: left;
    margin: 8px;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.19px;
    background: linear-gradient(138deg, #a722bd, #35166a);
    position: relative;
}

.sol_circle2 span:last-child {
    margin-right: 0px;
}

video::-webkit-media-controls-play-button {
    display: none;
}


.sol_circle3 div {
    width: 200px;
    height: 200px;
    background-color: #d0d0d0;
    border-radius: 100%;
    float: left;
    margin-right: 50px;
}

.sol_circle3 div:last-child {
    margin-right: 0px;
}

.sol_circle3 span {
    width: 184px;
    height: 184px;
    display: block;
    border-radius: 100%;
    float: left;
    margin: 8px;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.19px;
    background: linear-gradient(138deg, #a722bd, #35166a);
    position: relative;
}

.sol_circle3 span:last-child {
    margin-right: 0px;
}

.cir {
    width: 1200px;
    margin: 0 auto;
    top: -839px;
    position: relative;
    left: -244px;
}


.soution_sec3 {
    height: 1339px;
    background-color: #fff;
}

.sol_back {
    position: absolute;
    right: 0;
}


.sol_back2 {
    position: absolute;
    top: 2579px;
}

.sol_reporting_wrap {
    width: 1200px;
    height: 506px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

.sol_reporting {
    float: left;
    margin-top: 80px;

}

.sol_reporting_sub {
    font-size: 18px;
    float: left;
    margin-top: 100px;
    position: absolute;
    left: 436px;
}

.sol_reporting_sub span {
    width: 444px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}

.sol_reporting_sub img {
    margin-left: -45px;
    margin-top: -5px;
}

.analysis_wrap {
    width: 1200px;
    height: 497px;
    border-bottom: 1px solid #cdcdcd;
    margin: 0 auto;
    position: relative;
}

.sol_analysis {
    float: left;
    margin-top: 44px;
}

.sol_analysis_sub {
    font-size: 18px;
    float: left;
    margin-top: 69px;
    position: absolute;
    left: 436px;
}

.sol_analysis_sub span {
    width: 526px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}

.sol_analysis_sub img {
    margin-left: -45px;
}

.goo {
    margin-bottom: 15px;
}

.monitoring {
    margin-top: -27px !important;
}

.competitor_wrap {
    width: 1200px;
    height: 440px;
    margin: 0 auto;
    position: relative;

}

.sol_competitor {
    float: left;
    margin-top: 44px;
}

.sol_competitor_sub {
    font-size: 18px;
    float: left;
    margin-top: 69px;
    position: absolute;
    left: 436px;
}

.sol_competitor_sub span {
    width: 752px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}

.sol_competitor_sub p {
    line-height: 1.4;
    margin-bottom: 27px;
}

.soution_sec4 {
    height: 877px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.ssss {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.sol_perform {
    float: left;
    margin-top: 80px;

}

.sol_perform_sub {
    font-size: 18px;
    float: left;
    margin-top: 69px;
    position: absolute;
    left: 436px;
}

.sol_perform_sub span {
    width: 491px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}

.sol_perform_sub p {
    line-height: 1.4
}

.sol_perform_sub img {
    margin-left: -30px;
}


.perform_wrap {
    width: 1200px;
    height: 494px;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
}

.target_wrap {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.sol_target {
    float: left;
    margin-top: 38px;

}

.sol_target_sub {
    font-size: 18px;
    float: left;
    margin-top: 69px;
    position: absolute;
    left: 436px;
}

.sol_target_sub span {
    width: 715px;
    height: 32px;
    display: block;
    background-color: #000;
    color: white;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 14px;
}

.target2 {
    margin-left: -30px;
    margin-top: -26px;
}

.bg-animation {}


/* contact */

.contact_body {
    width: 100%;
    height: 1066px;
    background-color: #f2f2f2;
    position: absolute;
    top: 0px;
}

.contact_img {
    width: 1515px;
    margin: auto;
    margin-top: 130px;
}

.white_back {
    width: 1200px;
    height: 1071px;
    background-color: #fff;
    position: absolute;
    top: 226px;
    left: 0px;
    right: 0px;
    margin: auto;
    box-shadow: -1px 1px 15px 10px #ccc;
}

.white_back form {
    margin: auto;
}

.white_back td {
    font-size: 22px;
    float: left;
}

.white_back input {
    width: 300px;
    height: 55px;
    margin-bottom: 20px;
}

.map {
    width: 100%;
    height: 865px;
    position: relative;
    margin-top:1613px;
}

.white_back form {
    margin-top: 65px;
    margin-left: 106px;
}

.white_back img {
    margin-left: 93px;
    margin-top: 73px;
}

.contact_float {
    float: left;
    margin-right: 63px;
}

.contact_float input {
    border: 2px solid #fff;
    box-shadow: -1px 0px 12px 5px #ccc;
    padding-left: 20px;
    font-size: 20px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;

}

.contact_float2 {
    padding-bottom: 20px;
}

.contact_float2 input {
    border: 2px solid #fff;
    box-shadow: -1px 0px 12px 5px #ccc;
    padding-left: 20px;
    width: 300px;
    font-size: 20px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;

}

.contact_float label {
    width: 118px;
    height: 65px;
    float: left;
    line-height: 65px;
    font-weight: bold;
    font-size: 20.5px;

}

.contact_float2 label {
    width: 118px;
    height: 65px;
    float: left;
    line-height: 65px;
    font-weight: bold;
    font-size: 20.5px;
    margin-right: 16px;
}

.contact_float input:focus {
    outline: none;
    border: 2px solid #666;
}

.contact_float2 input:focus {
    outline: none;
    border: 2px solid #666;
}

.contact_float3 input:focus {
    outline: none;
    border: 2px solid #666;
}

.contact_float3 label {
    height: 65px;
    float: left;
    line-height: 55px;
    font-weight: bold;
    font-size: 20.5px;
    margin-right: 43px;
}

.contact_float3 input {
    width: 825px !important;
    line-height: 55px;
    box-shadow: -1px 0px 12px 5px #ccc;
    border: 2px solid #fff;
    padding-left: 20px;
    outline: none;
    font-size: 18px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

.contact_float select {
    width: 327px;
    height: 63px;
    border: 2px solid #fff;
    box-shadow: -1px 0px 12px 5px #ccc;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 1;
    color: #777;
}

select option,
select optgroup {
    color: #000;
}

select option:first-child {
    color: red;
}

.contact_float select:focus {
    outline: none;
    border: 2px solid #666;
}

.contact_float2 select:focus {
    outline: none;
    border: 2px solid #666;
}

.contact_float2 select {
    width: 326px;
    height: 63px;
    border: 2px solid #fff;
    box-shadow: -1px 0px 12px 5px #ccc;
    padding-left: 20px;
    color: #777;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;

}

.homepage::placeholder {
    font-size: 20px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

.select_box_arrow {
    background: url(../img/contact/arrow.png) right no-repeat;
    background-position: 282px;
}

.select_box_arrow2 {
    background: url(../img/contact/arrow.png) right no-repeat;
    background-position: 282px;
}

select {
    border-radius: 0;
    /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance: none;
    /* 화살표 없애기 for chrome*/
    -moz-appearance: none;
    /* 화살표 없애기 for firefox*/
    appearance: none
        /* 화살표 없애기 공통*/
}

select::-ms-expand {
    display: none
        /* 화살표 없애기 for IE10, 11*/
}


.label_margin {}

.textarea {
    width: 806px;
    height: 167px;
    resize: none;
    margin-bottom: 14px;
    border: 2px solid #fff;
    box-shadow: -1px 0px 12px 5px #ccc;
    outline: none;
    padding: 20px;
    font-size: 20px;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif;
}

.textarea:focus {
    border: 2px solid #666;
}

.file {
    border: 1px solid #000;
}

.send_ment {
    margin-bottom: 40px;
}

.send_ment p {
    font-size: 17px;
    color: #777;
    margin-left: 117px;
    margin-top: -10px;
}

.bk {
    color: #000;
}

.checkbox_wrap input {
    width: 24px;
    height: 24px;
    float: left;
    margin-left: 119px;
}

.checkbox_wrap p {
    font-size: 18px;
}

.checkbox_wrap span {
    color: #777;
    font-size: 16px;
}

.button_send {
    width: 242px;
    height: 61px;
    margin: auto;
    margin-top: 57px;
}

.checkbox_wrap {
    margin-top: -27px;
}

button {
    width: 242px;
    height: 61px;
    background-color: #000;
    color: #fff;
    font-size: 20.5px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    border: 0;
    cursor: pointer;
    background-image: linear-gradient(120deg, #000 0%, #000 50%, rgb(245, 198, 35) 50%);
    background-size: 258%;
    transition: all, 0.5s;
    cursor: pointer;
    position: relative;
}

button:hover {
    background-position: 100%;
    color: white;
    font-weight: bold;
}



.map p {
    font-size: 66px;
    margin-left: 237px;
    font-weight: bold;
    width: 1200px;
}

.map iframe {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}


.tel_box {
    width: 1200px;
    height: 238px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tel_box h4 {
    font-weight: 300;
    font-size: 26px;
}

.tel_box span {
    font-weight: 600;
    font-size: 28px;
    display: block;
    margin-top: 10px;
}

.perfo100{
    display: none;
}

.perfo100_white{
    display: none;
}

.target100_white{
    display: none;
}
.target100{
    display: none;
}
.tel {
    float: left;
    margin-right: 190px;
}

.fax {
    float: left;
    margin-right: 190px;
}

.map_wrap {
    /* background: url(../img/contact/contact2_02.png) no-repeat; */
    height: 300px;
    background-size: contain;
    position: absolute;
    top: 0px;
    z-index: -1;
    left: 0;
    right: 0;
    background-position: center;
    min-width: 1200px;
}

.map_wrap_mo{
    display: none;
}
.map_wrap p {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    font-size: 64px;
    line-height: 94px;
    font-weight: 600;
}

.o1 {
    position: absolute;
    right: 17px;
    bottom: -166px;
}

.o2 {
    position: absolute;
    right: 550px;
    top: -60px;
}


.sec_mo {
    display: none
}


footer {
    height: 260px;
    background-color: #313131;
    color: #fff;
    position: relative;
}


#footer2 {
    height: 260px;
    background-color: #313131;
    color: #fff;
    position: relative;
}

.footer_float_wrap {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer_float {
    float: left;
    margin-top: 39px;
    width: 301px;
}

.footer_float h2 {
    width: 563px;
    font-size: 24px;
}

.footer_float2 {
    float: left;
    width: 610px;
    color: #d1d1d1;
}

.footer_float3 {
    float: left;
    color: #d1d1d1;
}


.root_daum_roughmap .wrap_controllers{
    display: none;
}

.root_daum_roughmap .wrap_btn_zoom{
    display: none !important;
}

.footer_float3 h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 39px;
}

.footer_float3 p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.footer_float2 h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 39px;
}

.footer_float2 p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.footer_float_bottom {
    width: 1200px;
    border-top: 1px solid #474747;
    margin: auto;
    height: 83px;
    margin-top: 47px;
}

.footer_float_bottom p {
    font-size: 16px;
    color: #d1d1d1;
    font-weight: 100;
    float: right;
    padding-top: 22px;
}

.top {

    position: absolute;
    right: 0;
    top: 39px;
    cursor: pointer;
}

.plus1 {
    position: absolute;
    right: 19px;
    top: 19px;
}

.plus2 {
    position: absolute;
    right: 19px;
    top: 19px;
}

.plus3 {
    position: absolute;
    right: 19px;
    top: 19px;
}

.plus4 {
    position: absolute;
    right: 19px;
    top: 19px;
}

.plus5 {
    position: absolute;
    right: 19px;
    top: 19px;
}

.service_sec3 {
    height: 1822px;
    background: url(../img/service/service_back.png) no-repeat;
    background-position: 100% 0%;
}

.digital_cre {
    padding-top: 58px;
    text-align: center;
}

.creative_wrap {
    width: 1200px;
    margin: 0 auto;
}

.solution_white h4 {
    display: none;
}

.creative_wrap span {
    width: 351px;
    height: 36px;
    background-color: #fff;
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
}

.creative_wrap p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.sol_img_m {
    display: none;
}

.mo_sol {
    display: none;
}

.logo_top_img_mo {
    display: none;
}

/* 모바일 */

/*
@media (min-width: 350px) and (max-width: 1024px) {
    header {
        max-width: 640px;
        width: 100%;
        background-color: #292929;
        margin: 0;
    }

    header .logo_top {
        margin-left: 35px;
        margin-top: 28px;
    }


    .section1 {
        width: 1110px;
        height: 829px;
    }

    .jb-box {
        width: 1110px;
        height: 829px;
    }

    .jb-box video {
        width: 100%;
        height: 829px;
        object-fit: cover;
    }



}

*/


.project_text h3 br {
    display: none;
}








@media (min-width: 350px) and (max-width: 640px) {

    header {
        max-width: 640px;
        width: 100%;
        margin: 0;
        height: 64px;
        z-index: 99999;
    }

    header .logo_top {
        margin: 21px 22px;
        width: 150px;
    }


    .logo_top_img_mo {
        display: block;
        width: 100%;
    }

    .logo_top_img {
        display: none;
    }

    section1 {
        max-width: 640px;
        width: 100%;
    }

    .down {
        max-width: 640px;
        width: 100%;
    }

    .menu-icon {
        right: 10px !important;
        top: 26px !important;
    }

    .menu_list {
        display: none;
    }

    .jb-box video {
        max-width: 640px;
        width: 100%;
        min-width: 0;
    }

    .jb-box {
        max-width: 640px;
        width: 100%;
        margin: 0;
    }

    .jb-box video {
        max-width: 640px;
        width: 100%;
        object-fit: contain;
    }

    .section2 {
        min-width: 0;
        width: 100% !important;
        height: 559px;
    }

    .sec2_inner {
        min-width: 0;
        width: 100% !important;
    }


    .hover_box {
        max-width: 640px;
        width: 100%;
        margin: 0;
    }

    .hover_box ul {
        margin-top: 56px;
        width: 300px;
        height: 339px;
        margin: auto;
    }

    .hover_box li {
        margin-right: 19px;
        margin-top: 18px;
        width: 140px;
        height: 140px;

    }

    .hover_box li:hover {
        width: 140px;
        height: 140px;
        margin-right: 19px;

    }

    .hover_box li:nth-child(0) {
        margin-right: 0;
    }



    .hover_box li:nth-child(2) {
        margin-right: 0;
    }

    .hover_box li:nth-child(4) {
        margin-right: 0;
    }

    .hover_box img {}

    .mail,
    .bar,
    .bar2,
    .bar3,
    .arrow,
    .setting {
        display: none;
    }

    .sec2_inner {
        padding-top: 46px;
    }

    .sec2_text h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .sec2_text h3 br {
        display: block;
    }

    .sec2_text h4 {
        font-size: 17px;
    }

    .sec2_text h4 br {
        display: block;
    }

    .section-features-blocks {}

    .cm {
        display: none;
    }

    .section-features-blocks .feature-item .img-col .img-wrap {
        max-width: 640px;
        width: 100%;
        height: 907px;
    }

    .sec3_inner {
        max-width: 640px;
        width: 100%;
        margin: 0;
    }

    .sec3_inner {
        padding-top: 54px;
    }

    .section-features-blocks .feature-item .img-col .img-wrap {
        min-width: 0px;
    }

    .pppp {
        left: -130px;
        top: 250px;
        max-width: 640px;
        width: 100%;
    }

    .bm_box {
        max-width: 640px;
        width: 100%;
    }

    .pm,
    .bm,
    .dm,
    .am {
        display: none;
    }


    .section-features-blocks {
        display: none;
    }

    .img-col .sec3_inner_wrap {
        width: 50%;
    }

    .sec3_text_img p {
        margin-top: 16px;
    }

    .section4 {
        max-width: 640px;
        width: 100%;
        height: 1120px;
        min-width: 0;
    }

    .sec4_sub_text {
        max-width: 640px;
        width: 100%;
        display: none;
    }

    .solution_box {
        max-width: 640px;
        width: 340px;
        height: 586px;
        margin: auto;

    }


    .sol_img_m {
        display: block;
        width: 90%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .solution_white {
        max-width: 640px;
        width: 100%;
    }

    .solution_white h3 {
        font-size: 24px;
        display: block;
        width: 206px;
        margin: auto;
        margin-top: 30px;
    }

    .solution_white h4 {
        font-size: 24px;
        display: block;
        width: 213px;
        margin: auto;
        margin-top: 30px;
        display: block;
    }

    .solution_white h3 br {
        display: none;
    }

    .black_line_sol {
        width: 95px;
        margin: auto;
        margin-top: 12px;
        margin-bottom: 15px;
        height: 3px;
    }

    .solution_white .sol_text {
        font-size: 17px;
        padding: 25px;
        padding-top: 0px;
        text-align: center;
        line-height: 24px;
    }

    .solution_white .sol_text br {
        display: none;
    }

    .sol_img_m img {
        width: 100%;
    }

    .sec4_text h3 {
        display: none;
    }

    .sol_img_m {
        width: 360px;
    }

    .sec4_text h5 {
        display: block;
        width: 232px;
        margin: auto;
    }

    .sec4_text h5 img {
        width: 100%;
    }

    .sec4_inner {
        padding-top: 46px;
    }

    .sec4_text h4 {
        font-size: 17px;
    }

    .black_line_wrap4 {
        width: 20px;
        height: 3px;
    }

    .black_line4 {
        width: 20px;
        height: 3px;
    }

    .sec4_text h4 br {
        display: block;
    }

    .reporting_box {
        display: none;
    }

    .solution_white h3 {
        padding: 0;
        display: none;
    }

    .mo_sol {
        display: block;
        margin: auto;
    }

    .mo_sol img {
        width: 100%;
    }

    .reporting_box {
        max-width: 640px;
        width: 100%;
    }

    .sub_text_img img {
        width: 100%;
    }

    .circle_box {
        width: 447px;
        margin: 0;
    }

    .margin {
        margin: 0 !important;
    }

    .circle_box li {
        width: 130px;
        height: 130px;
        margin-right: 0px;
    }

    .circle_box li:last-child {
        width: 130px;
        height: 130px;
    }

    .section5 {
        max-width: 640px;
        width: 100%;
        height: 510px;
    }

    .sec5_inner {
        min-width: 0;
        max-width: 640px;
        width: 100%;
    }

    .sec5_text p {
        padding-top: 45px;
        padding-left: 37px;
        font-size: 27px;
        line-height: 38px;
    }

    .thejoen_ob {
        position: inherit;
        width: 315px;
        margin-left: 45px;
    }

    .t,
    .j,
    .e,
    .m,
    .d,
    .a {
        width: 57px;
    }

    .t {
        left: 58px;
        top: 195px;
    }

    .m {
        left: 64px;
        top: 346px;
    }

    .j {
        left: 158px;
        top: 233px;
    }

    .d {
        left: 168px;
        top: 377px;
    }

    .e {
        left: 277px;
        top: 166px;
    }

    .a {
        left: 270px;
        top: 300px;
    }

    .s,
    .s1,
    .s2,
    .s3,
    .s4,
    .s5,
    .s6 {
        display: none;
    }



    .section7 {
        max-width: 640px;
        width: 100%;
        height: 640px;
    }

    .sec7_inner {
        max-width: 640px;
        width: 100%;
    }

    .project {
        width: 100%;
        padding: 20px;
        padding-top: 30px;
    }

    .project img {
        width: 100%;
    }

    .black {
        width: 350px;
        height: 570px;
        margin: auto;
    }

    .project_text {
        margin: 40px 30px;
        margin-bottom: 10px;
    }

    .project_text h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .project_text h3 br {
        display: block;
    }

    .project_text p br {
        display: none;
    }

    .project_text p {
        font-size: 17px;
    }

    .information {
        margin: 0;
    }

    .information .left h4 {
        font-size: 15px
    }

    .information .left p {
        font-size: 15px
    }

    .information .left {
        padding-top: 15px;
    }

    .information2 .left2 h4 {
        font-size: 15px;
    }

    .information2 .left2 p {
        font-size: 15px;
    }

    .float {
        width: 100%;
        padding: 31px;
        padding-bottom: 10px;
    }

    .sec4_inner {
        height: 1114px;
    }

    .information2 {
        margin: 0;
        margin-top: 10px;
    }

    .information2 .left2 {
        margin: 0;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .float2 {
        width: 100%;
        margin: 0;
        padding: 31px;
        padding-top: 12px;
    }

    .inquiry {
        float: left;
        width: 130px;
        height: 35px;
    }

    .inquiry img {
        width: 100%;
    }

    .location {
        float: right;
        margin: 0;
        width: 130px;
        height: 35px;
    }

    .location img {
        width: 100%;
    }

    .section6,
    .section3.section4,
        {
        display: none;

    }

    .solution_white .btn2 {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        margin-top: 30px;
    }

    .ob1_wrap {
        width: 20%;
        top: 69px;
    }

    .ob1_wrap img {
        width: 100%;
    }

    .ob2_wrap {
        width: 114px;
        top: 400px;
    }

    .ob2_wrap img {
        width: 100%;
    }

    .ob3_wrap {
        width: 100px;
        left: 21px;
        top: 353px;
    }

    .ob3_wrap img {
        width: 100%;
    }

    .sec_mo {
        display: block;
        height: 600px;
        position: relative;
        overflow: hidden;
    }

    .m_ob {
        width: 372px;
        position: absolute;
        top: 190px;
        background-blend-mode: lighten;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .black_line_wrap {
        width: 20px;
        height: 3px;
    }

    .black_line {
        width: 20px;
        height: 3px;
    }

    .woo {
        height: 600px;
    }

    .hh {
        margin-top: 50px;
    }

    .m_ob img {
        width: 100%;
    }

    .sec_mo .sec3_text {
        font-size: 36px;
        font-weight: 600 !important;
        text-align: center;
        color: white;
        /*
    position: absolute;
    left: 0;
    right: 0;
    */
    }

    .sec_mo .sec3_text {
        font-size: 36px;
        font-weight: 600 !important;
        text-align: center;
        color: white;
        position: absolute;
        left: 0;
        right: 0;
        top: 50px;
    }


    .sec_mo .sec3_text h3 {
        font-size: 24px;
        font-weight: 600 !important;
        text-align: center;
        line-height: 33px;
    }

    .sec_mo .sec3_text h3 br {
        display: block;
    }

    .sec_mo .sec3_text h4 {
        font-size: 17px;
        font-weight: 400;
        letter-spacing: -.2px;
    }

    .sec_mo .sec3_text h4 br {
        display: block
    }

    .sec_mo img {
        width: 100%;
    }

    .loader1 {
        width: 100px !important;
        height: 100px !important;
        top: calc(85% - 64px) !important;
        left: calc(83% - 43px) !important;
    }

    .ob img {
        width: 40% !important;
    }

    .hover_box img {
        display: none;
    }

    .m1,
    .m2,
    .m3,
    .m4 {
        display: block !important;
    }

    .m1 {
        width: 100%;
    }

    .m2 {
        width: 100%;
        margin-left: -1px;
    }

    .m3,
    .m4 {
        width: 100%;
    }

    .ttt {
        display: none;
    }

    .mt {
        width: 258px;
        display: block;
        margin: auto;
        padding-top: 16px;
    }

    .pc_menu1,
    .pc_menu2,
    .pc_menu3,
    .pc_menu4 {
        display: none;
    }

    .mo_menu1,
    .mo_menu2,
    .mo_menu3,
    .mo_menu4 {
        display: block;
    }

    /*컴퍼니 모바일*/

    .company_wrap {
        max-width: 640px;
        width: 100%;
        min-width: 0px;
        background-size: cover;
        background-position: center;
   
    }

    .sec2_text_hi {
        width: 200px;
        margin: auto;
    }

    .com100 {
        display: none;
    }

    .com101 {
        display: block;
        width: 100%;
    }

    .company_wrap img {
        display: none;
    }

    .company_text {
        min-width: 0;
    }

    .company_sub {
        min-width: 0;
    }

    .com_sec2 {
        min-width: 0;
        height: 530px;
    }

    .white {
        width: 90%;
        height: 532px;
    }

    .white p {
        font-size: 17px;
        line-height: 24px;
        text-align: left;
        padding: 0px 40px;
        margin-top: 30px;
    }

    .sign_pc {
        display: none;
    }

    .sign_mo {
        display: block;
        width: 170px;
        margin: auto;
        margin-top: 40px;
    }

    .mo_b {
        display: none;
    }

    .sign {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 385px;
    }

    .sec2_text_hi {
        padding-top: 42px;
    }

    .yellow_box_wrap {
        display: none;
    }

    .block_wrap img.block {
        width: 186px;
        top: 683px;
    }

    .block_wrap img.block2 {
        width: 130px;
        top: 652px;
    }

    .com_sec3 {
        height: 456px;
        background: url(../img/company/com_back_100.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 9;
    }

    .com200 {
        display: none;
    }

    .com201 {
        display: block;
    }

    .com300 {
        display: none;
    }

    .com301 {
        display: block;
    }

    .key100 {
        display: none;
    }

    .key101 {
        display: block;
        width: 150px;
        margin: auto;
    }

    .com_sec4_text {
        min-width: 0px;
        width: 90%;
        margin: auto;
        padding-top: 50px;
    }

    .com_sec4 p br {
        display: block;
    }

    .com_sec4_text p {
        min-width: 0px;
        font-size: 15px;
        line-height: 20px;
        margin-top: 7px;
    }

    .com_sec4_text p br {
        display: block;
    }

    .yellow_box {
        width: 90%;
        height: 500px;
        margin-top: 83px;
    }

    .yellow_box li {
        width: 64px;
        height: 65px;
        border-radius: 15px;
        transform: rotate(44deg);
        transform-origin: right top;
        float: left;
        margin-right: 37px;
        background-color: #d9d9d9;
    }

    .cre_mo {
        display: block;
        width: 350px;
        margin: auto;

    }

    .cre_mo img {
        width: 100%;
    }

    .abc_box {
        width: 300px;
        top: -497px;
    }


    .abc_box img {
        width: 50px;
    }

    .abc_text {
        display: none;
    }

    .com_sec5 {
        min-width: 0;
        background: url(../img/company/company_m_11.jpg) no-repeat;
        height: 253px;
        background-size: cover;
        background-position: center;
    }

    .com_sec6_text {
        min-width: 0;
        padding-top: 50px;
    }

    .com_sec6_text br {
        display: block;
    }

    .com_sec6 {
        min-width: 0;
        background: url(../img/company/back300.jpg) no-repeat;
        background-size: cover;
        height: 442px;
    }

    .logotype_mo {
        display: block;
        width: 350px;
        margin: auto;
        margin-top: 35px;
    }

    .logotype_mo img {
        width: 100%;
    }

    .iden100 {
        display: none;

    }

    .iden101 {
        display: block;
        width: 200px;
        margin: auto;
    }

    .com_sec6_text p {
        font-size: 15px;
        margin-top: 5px;
        line-height: 20px;
    }

    .logotype_wrap {
        width: 0;
    }

    .logotype_img_wrap img {
        display: none;
    }

    #color_wrap {
        width: 300px;
    }

    footer {
        height: 370px;
    }

    .footer_float_wrap {
        width: 300px;
    }

    .footer_float2 {
        width: 300px;
    }

    .footer_float_bottom {
        width: 300px;
    }

    .stick {
        width: 300px;
    }

    .keyword_text {
        width: 300px;
    }

    .sec3_text_img {
        width: 300px;

    }

    .sec3_inner {
        width: 90%;
        margin: auto;
    }

    .sec3_text_img p {
        font-size: 17px;
        line-height: 24px;
    }

    .sec3_text_img img {
        width: 91%;
    }

    .sec3_sub {
        width: 338px;
        margin-top: 200px;
        float: none;
    }



    .sec3_sub img {
        width: 100%;
    }

    .color_box {
        display: none;
    }

    .color_wrap2 {
        display: none;
    }

    .footer_float h2 {
        display: none;
    }

    .com_color {
        display: none;
    }

    .black_line_wrap2 {
        width: 20px;
    }

    .black_line2 {
        width: 20px;
        height: 3px;
    }

    .yell_mo {
        display: block;
        width: 350px;
        margin: auto;
        margin-top: 40px;
    }

    .yell_mo img {
        width: 100%;
    }

    .com_sec4 {
        height: 567px;
    }

    /* 솔루션 */

    .solution_wrap {
      
    }

    .sol100 {
        display: none;
    }

    .sol101 {
        display: block;
        width: 350px;
        margin: auto;
    }

    .more_better {
        top: 46px;
    }

    .circle_mo {
        display: block;
        width: 380px;
        margin: auto;
    }

    .circle_mo img {
        width: 100%;
    }

    .service_sub img {
        display: none;
    }

    .service_text {
        min-width: 0;
    }

    .service_sub {
        min-width: 0;
    }

    .soution_sec2 {
        min-width: 0px;
        height: 663px;
    }

    .sol_sec {
        display: none;
    }

    .sol_reporting_wrap {
        width: 0;
    }

    .analysis_wrap {
        width: 0;
    }

    .competitor_wrap {
        width: 0;
    }

    .soution_sec3 {
        display: none;
    }

    .reporting_mo {
        display: block;
        max-width: 640px;
        width: 100%;
        height: 1118px;
    }

    .reporting100 {
        max-width: 640px;
        width: 350px;
        margin: auto;
    }

    .perfo100 {
        max-width: 640px;
        width: 350px;
        margin: auto;
        margin-top: 30px;
    }

    .perfo100 img {
        width: 100%;
    }

    .perfo100_white {
        width: 90%;
        height: 241px;
        background-color: white;
        box-shadow: 0px 1px 7px 1px #ccc;
        margin: auto;
        margin-top: 10px;
    }

    .perfo100_white img {
        width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }


    .target100 {
        max-width: 640px;
        width: 350px;
        margin: auto;
        margin-top: 30px;
    }

    .target100 img {
        width: 100%;
    }

    .target100_white {
        width: 90%;
        height: 165px;
        background-color: white;
        box-shadow: 0px 1px 7px 1px #ccc;
        margin: auto;
        margin-top: 10px;
    }

    .soution_sec4 {
        height: 677px;
    }

    .target100_white img {
        width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }



    .reporting100 img {
        width: 100%;
    }

    .sol_mo_whiteback {
        width: 90%;
        height: 229px;
        box-shadow: 0px 1px 7px 1px #ccc;
        margin: auto;
        margin-top: 10px;
        background: #fff;
    }

    .sol_mo_whiteback img {
        width: 350px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }


    .anal100 {
        max-width: 640px;
        width: 350px;
        margin: auto;
        margin-top: 30px;
    }

    .anal100 img {
        width: 100%;
    }

    .anal_mo_whiteback {
        width: 90%;
        height: 288px;
        box-shadow: 0px 1px 7px 1px #ccc;
        margin: auto;
        margin-top: 10px;
        background: #fff;
    }

    .anal_mo_whiteback img {
        width: 340px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }


    .comp_whiteback {
        width: 90%;
        height: 234px;
        box-shadow: 0px 1px 7px 1px #ccc;
        margin: auto;
        margin-top: 10px;
        background: #fff;
        position: relative;
        z-index: 9;
    }

    .comp_whiteback img {
        width: 340px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }

    .sol_ser7 {
        width: 60px;
        position: absolute;
        right: 0;
        top: 983px;
    }

    .sol_ser8 {
        width: 60px;
        position: absolute;
        left: 0;
        top: 1818px;
        z-index: 9;
    }


    #solution_inner2 {
        height: 1018px;
    }

    .perform_wrap {
        width: 0;
    }

    .target_wrap {
        width: 0;
    }

    .sol_reporting_sub {
        display: none;
    }

    .sol_analysis_sub {
        display: none;
    }

    .cir {
        display: none;
    }

    .sol_competitor img {
        display: none;
    }

    .sol_competitor_sub {
        display: none;
    }

    .sol_circle_wrap {
        display: none;
    }

    .mo_sol_bb {
        display: none;
    }

    .more_better p {
        font-size: 17px;
        line-height: 24px;
        padding: 30px;
        margin: 0;
    }

    .more_better br {
        display: none;
    }

    .sol_back img {
        display: none;
    }

    .sol_reporting img {
        display: none;
    }

    .sol_analysis img {
        display: none;
    }

    .sol_back2 img {
        display: none;
    }

    .sol_perform img {
        display: none;
    }

    .sol_target img {
        display: none;
    }

    /* 서비스 모바일 */

    .service_text img {
        display: none;
    }

    .service_wrap {
     
    }

    .hover_box_ser {
        width: 0;
    }

    .performance_marketing {
        width: 0;
    }

    .per_main img {
        display: none;
    }

    .per_sub {
        display: none;
    }

    .hover_box_ser {
        display: none;
    }

    .service_sec3 {
        display: none;
    }

    .service_sec4 {
        min-width: 0;
        background: url(../img/service/ser_back500.jpg) no-repeat;
    }

    .service_sec4_inner {
        max-width: 640px;
        width: 100%;
    }

    .service_sec5_inner {
        width: 0;
    }

    .personal_wrap {
        display: none;
    }

    .arrow_bottom {
        display: none;
    }

    .app_mar {
        display: none;
    }

    .app_mar_text {
        display: none;
    }

    .digital_cre img {
        display: none;
    }

    .creative_wrap {
        display: none;
    }

    .sec4_img {
        float: none;
        margin-top: 20px;
    }

    .digital_cre {
        padding-top: 39px;
    }

    .sec4_img2 {
        max-width: 640px;
        width: 340px;
        margin: auto;
        margin-top: 249px;
        position: relative;
        display: none;
    }

.page-start {
            position: absolute;
            top: 250px;
        }
    .sec4_img2 img {
        display: none;
    }

    .service_sec2 {
        height: 400px;
        background-color: #fff;
        display: none;
    }

    .sec4_img5 {
        display: block;
        position: absolute;
        left: 0px;
        right: 0;
        top: 2660px;
        max-width: 640px;
        width: 342px;
        margin: auto;
    }

    .sec4_img5 img {
        width: 100%;
    }

    .ser-mo {
        display: block;
    }

    .ser_po_back {
        display: block;
    }

    .ser_br_back {
        display: block;
    }

    .ser_cm_back {
        display: block;
    }

    #section2 .content h2[data-scroll="in"] {
        max-width: 640px;
        width: 300px;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        height: 187px;
    }

    .sec4_img img {
        width: 300px;
    }

    .creative_wrap {
        width: 300px;
    }

    .ser_br_back {
        background-color: #f2f2f2;
        height: 464px;
    }

    .ser_br_back img {
        width: 100%;
    }

    .ser_cm_back {
        background-color: #f2f2f2;
        height: 476px;
    }

    .ser_cm_back img {
        width: 100%;
    }

    .ser8 {
        width: 50px;
        position: absolute;
        left: 0;
        top: 1283px;
    }

    .ser9 {
        width: 90px;
        position: absolute;
        right: 0;
        top: 2132px;
    }

    .po_white {
        width: 90%;
        height: 449px;
        background-color: #fff;
        margin: auto;
        margin-top: 10px;
        box-shadow: -1px 0px 7px 1px #ccc;
    }

    #company_inner {
        height: 2546px;
    }

    #service_inner2 {
        height: 2136px;
    }


    .po_white3 {
        width: 90%;
        height: 304px;
        background-color: #fff;
        margin: auto;
        margin-top: 10px;
        position: relative;
        z-index: 9;
        box-shadow: -1px 0px 7px 1px #ccc;
    }

    .po_white3 img {
        width: 300px !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 20px;
    }

    .po_white img {
        width: 300px !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 23px;
    }


    .ser_po_back {
        height: 582px;
        background-color: #f2f2f2;
    }

    .app_back img {
        width: 100%;
    }

    .ser_po_back2 {
        display: block;
        height: 724px;
        background-color: #f2f2f2;
    }

    .ser-mo {
        width: 350px;
        height: 264px;
        margin: auto;
        margin-top: 30px;
    }

    .ser-mo img {
        width: 100%
    }


    .po_back {
        width: 300px;
        margin: auto;
        padding-top: 25px;
    }

    .ser_po_back img {
        width: 100%;
    }

    .app_back {
        width: 300px;
        margin: auto;
        padding-top: 25px;
    }

    .ser7 {
        width: 50px;
        position: absolute;
        right: 0;
    }

    .po_white2 {
        width: 90%;
        height: 324px;
        background-color: #fff;
        margin: auto;
        margin-top: 10px;
        position: relative;
        z-index: 9;
        box-shadow: -1px 0px 7px 1px #ccc;
    }

    .po_white2 img {
        width: 300px !important;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 14px;
    }

    .app_white3 {
        width: 90%;
        height: 555px;
        background-color: #fff;
        margin: auto;
        margin-top: 10px;
        position: relative;
        z-index: 9;
        box-shadow: -1px 0px 7px 1px #ccc;
    }

    .service_sec5 {
        display: none;
    }

    .app100 {
        width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 30px;
    }

    .app101 {
        width: 300px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 339px;
    }


    .sec4_img3 {
        position: absolute;
        left: 18px;
        right: 0;
        top: 2680px;
        max-width: 640px;
        width: 178px;
        margin: auto;
    }

    .sec4_img3 img {
        width: 100%;
    }

    .inqu_pc {
        display: none;
    }

    .loca_pc {
        display: none;
    }

    .inqu_mo {
        display: block;
    }

    .loca_mo {
        display: block;
    }

    /* 컨텍트 모바일 */

    .contact_img {
        width: 80%;
    }

    .contact_img img {
        width: 100%;
    }

    .contact_img {
        margin-top: 104px;
    }

    .white_back {
        top: 141px;
        box-shadow: none;
        width: 100%;
        height: 1286px;
    }

    .white_back form {
        width: 80%;
        margin: auto;
    }

    .contact_float {
        margin: 0;
    }

    .contact_float label {
        font-size: 16px;
        height: 50px;
    }


    .white_back input {
        margin: auto;
        font-size: 16px;
        width: 96%;

    }

    .white_back img {
        margin: 0;
        margin: 30px 36px;
        width: 41%;
        margin-bottom: 0;
    }

    .contact_float {
        float: none !important;
    }

    .button_send {
        width: 80%;
        margin-top: 35px;
        position: relative;
        margin-top: 35px;
        z-index: 9;
    }

    .button_send button {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }

    input[type="text"],
    textarea {
        -webkit-appearance: none;
    }

    .contact_float select {
        height: 48px;
        width: 100%;
        font-size: 16px;
        box-shadow: -1px 0px 7px 1px #ccc;
    }



    input[type='checkbox'] {
        width: 15px;
        margin-top: 4px !important;

    }

    .footer_mo {
        display: block;
    }

    .contact_float2 {
        padding-bottom: 11px;
    }

    input[type='file'] {
        width: 93% !important;
        border-radius: 0;
        height: 46px;
        line-height: 3 !important;
        font-size: 14px;
        display: none;

    }


    .box-file-input {
        display: block;
        width: 100% !important;
        height: 46px;
        box-sizing: border-box;
        border: 2px solid #fff;
        box-shadow: -1px 0px 7px 1px #ccc;
        border-radius: 0;
        margin-top: 48px;
    }

    .box-file-input label {
        display: inline-block;
        color: transparent;
        padding: 0px 15px;
        line-height: 35px;
        cursor: pointer;
        position: absolute !important;
    }

    .box-file-input label:after {
        content: "파일등록";
    }

    .box-file-input .file-input {
        display: none;
    }

    .box-file-input .filename {
        display: inline-block;
        padding-left: 10px;
        margin-left: 15px;
        line-height: 2.5;
    }


    input[type='text'] {
        width: 100% !important;
        height: 46px;
        box-sizing: border-box;
        border: 2px solid #fff;
        box-shadow: -1px 0px 7px 1px #ccc;
        border-radius: 0;
        line-height: 46px;

    }

    input[type='text']::placeholder {
        font-size: 16px;
    }

    input#agree {}

    .contact_float2 select {
        height: 48px;
        width: 100%;
        font-size: 16px;
        box-shadow: -1px 0px 7px 1px #ccc;
    }

    .contact_float2 label {
        height: 50px;
        font-size: 16px;
    }

    .contact_float3 label {
        height: 48px;
        font-size: 16px;
        width: 80%;
    }

    .textarea {
        height: 150px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        box-shadow: -1px 0px 7px 1px #ccc;
    }

    .select_box_arrow {
        background-size: 16px;
        background-position: 95%;
    }

    .select_box_arrow2 {
        background-size: 16px;
        background-position: 95%;
    }

    textarea {
        border-radius: 0;
    }

    .send_ment {}

    .tel {
        float: none;
        margin-top: 36px;
        width: 200px;
    }

    .fax {
        float: none;
        width: 200px;
    }

    .map_wrap p {
        font-size: 16px;
    }

    .map_wrap {
        left: auto;
    }

    .map {
        /*
        margin: 0;
        top: 1317px;
        height: 540px;
        */
        height: 550px;
        margin-top: 1486px;

    }

    .map_wrap_mo {
        display: block;
        height: 125px;
        background-color: #f2f2f2;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .map_wrap_mo p {
        font-size: 24px;
        font-weight: bold;
        margin: 30px 40px;
    }

    .checkbox_wrap label {
        font-size: 14px;
    }

    .checkbox_wrap span {
        font-size: 14px;
    }


    .send_ment p {
        font-size: 14px;
        margin: 0;
        margin-top: 10px;
    }
    #tel_mo_box{
        height: 200px !important;
        max-width: 640px;
        width: 100%;
    }
    #footer2 {
        height: auto;
        max-width: 640px;
        width: 100%;
    }

    .mo_01 {
        width: 124px;
        position: absolute;
       top: 2288px;
        right: 0;
        display: block;
    }

    .mo_02 {
        width: 70px;
        position: absolute;
        right: 89px;
        top: 2196px;
        display: block;
        
    }
    
    .map_cc .map_wrap{
        display: none;
    }

    .tel_box{
        display: none;
    }
    iframe {
        height: 300px !important;
    }

    .footer_float_wrap {
        display: none;
    }

    .footer_float_bottom {
        display: none;
    }

    .map_wrap {
    
    }

    .tel h4 {
        font-size: 16px;
    }

    .tel_box span {
        font-size: 16px;
        margin: 0;
        margin-bottom: 13px;
    }

    .fax h4 {
        font-size: 16px;
    }

    .fax_box span {
        font-size: 16px;
    }

    .email h4 {
        font-size: 16px;
    }

    .email_box span {
        font-size: 16px;
    }

    .tel_box_mo {
        background-color: #f2f2f2;
        padding: 30px 0px;
        height: 276px;
    }
    
    .tel_box_mo .tel_box{
        display: block;
        top: 3367px;
        max-width: 640px;
        width: 100%;
        padding: 0px 45px;
        height: 436px;
        position: none;

    }
    .tel_box{
        display: none;
    }
    
    .tel_box2{
        display: block;
        padding: 0px 40px;
        margin-top: -23px;
    }
    
    .tel_box2 .tel{
        margin-bottom: 20px;
    }
    
 .tel_box2 .fax{
        margin-bottom: 20px;
    }
    
     .tel_box2 .email{
        margin-bottom: 20px;
    }
    
    footer {
        display: none;
    }

    .footer_mo {
        background-color: #313131;
        text-align: center;
        height: 195px;
    }

    .foot_mo {
        border-bottom: 1px solid #474747;
        width: 90%;
        margin: auto;
        height: 136px;
    }

    .foot_mo h4 {
        font-size: 16px;
        color: white;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .foot_mo p {
        font-size: 16px;
        color: #d1d1d1;
        font-weight: 300;
        line-height: 1.4
    }

    .foot_mo_bottom p {
        font-size: 12px;
        color: #d1d1d1;
        font-weight: 300;
        padding-top: 10px;
    }

    .modal_content66 {
        width: 100%;
        height: 100vh;
    }

    .guide_close_wrap {
        width: 40px;
        height: 40px;
        margin-top: 35px;
        position: fixed;
    }

    
    .toggle span {
        width: 16px !important;
    }

    .guide_body {
        padding: 100px 30px;
    }

    .black_box_small {
        width: 29px;
        height: 4px;
    }

    .ser-mo1 {
        width: 230px;
        height: 119px;
        margin: auto;
    }

    .ser-mo1 img {
        width: 50%;
        margin: auto;
        float: left;
    }

    .ser-mo2 {
        width: 348px;
        margin: auto;
    }

    .ser-mo2 img {
        width: 30%;
        margin: auto;
    }

    .qq2 {
        width: 112px !important;
    }

    .qq5 {
        width: 110px !important;
    }

    .qq4 {
        width: 115px !important;
    }

    .qq3 {
        width: 114px !important;
    }

    .modal66 .guide_body h4 {
        font-size: 20px;
    }

    .guide_body h5 {
        font-size: 17px;
    }

    .guide_body p {
        font-size: 16px;
        line-height: 24px;
        padding-left: 23px;
    }

    .modal66 .guide_body h4 {
        margin-top: 5px;
    }

    .yellow_box_small {
        width: 13px;
        height: 13px;
        margin-top: 7px;
        margin-right: 10px;
    }
    
    .company_introduction{
        display: none;
    }


.perfo100{
    display: block;
}

.perfo100_white{
    display: block;
}

.target100_white{
    display: block;
    }

.target100{
    display: block;
    }

    .section1{
        display: none;
    }

    .section1_mo{
        display: block;
    }
    
    .mo_com_text{
        display: block;
        position: absolute;
        top: 135px;
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
        
    .mo_com_text img{
        width: 100%;
    }
    
    .mo_ser_text3{
        display: block;
         position: absolute;
        top: 135px;
        width: 80%;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .mo_ser_text3 img{
        width: 100%;
    }
    
    .black_layer1{
    display: block;
    width: 100%;
    height: 366px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
}
    
    .black_layer_c{
        display: none;
    }
    .sol_vi video{
    margin-top: 64px;
        height: 378px;
}
    
    .map_cc{
        width: 100%;
        height: 100px;
        position: relative;
        z-index: 9999;
        top: 1461px;
    }
    
    .ser9 img{
        display: none !important;
    }
    
    .mo_menu5{
        display: block;
        left: 0px;
        width: 100px !important;
    }
    
    .pc_menu5{
        display: none;
    }
    
}


@media (min-width: 350px) and (max-width: 1300px) {
    .menu_list {
        display: none;
    }
    
    .company_introduction{
        display: none;
    }

}

/*
@media (min-width: 350px) and (max-width: 1095px) {
    .menu_list {
        display: none;
    }

    body.nav-active .nav__list-item:nth-child(5) {
        display: none;
    }

    .menu-icon {
        left: 30px;
    }

    .jb-box {
        width: 640px;
        height: 829px;
        margin: 0;
    }

    .jb-box video {
        width: 100%;
        height: 829px;
        object-fit: cover;
    }

    .section2 {
        min-width: 640px;
        height: 814px;
    }

    .hover_box {
        width: 640px;
        margin: 0;
    }

    .hover_box li {
        margin-right: 19px;
        margin-top: 18px;
    }

    .hover_box li:hover {
        margin-right: 19px;
        margin-top: 18px;
    }

    .section-features-blocks .feature-item .img-col .img-wrap {
        min-width: 640px;
        height: 907px;
    }

    .sec3_inner {
        width: 640px;
        margin: 0;
    }

    .pppp {
        left: -130px;
        top: 250px;
        width: 100%;
    }

}



/*

@media (min-width: 350px) and (max-width: 1220px) {
    .cir-div li {
        margin: 0 49% !important;
    }
}

@media (min-width: 350px) and (max-width: 1377px) {


    body.nav-active .nav__list-item:nth-child(5) {
        display: none;
    }

}

@media (min-width: 1921px) and (max-width: 6000px) {
    header {
        width: 100%;
    }


}

*/
