.service-container{
    width: 100%;
    box-sizing: border-box;
}

.service-content{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-content h3{
    width: 100%;
    font-size: 38px;
    letter-spacing: -0.045em;
    color: #333;
    margin: 90px 0 40px 0;
    font-family: 'Noto Sans Kr', sans-serif;
    font-weight: 700;
}

.service-content .box {
    display: flex;
    width: 50%;
    margin-bottom: 60px;
    height: 160px;
    box-sizing: border-box;
    max-width: 50%;
    align-items: flex-start;
}
.service-content .box:nth-child(2n+1){
    padding-right: 22px;
}
.service-content .box:nth-child(2n){
    padding-left: 22px;
}

.service-content .box .img{
    width: 160px;
    min-width: 160px;
    height: 160px;
    min-height: 160px;
    border-radius: 100%;
    box-sizing: border-box;
    background: #f6f6f6;
    position: relative;
}
.service-content .box .img img {
    width: 60px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-content .box .txt{
    box-sizing: border-box;
    padding-left: 40px;
    width: 100%;
}

.service-content .box .txt h4{
    margin: 20px 0 20px 0;
    font-size: 22px;
    letter-spacing: -0.065em;
    word-break: keep-all;
}
.service-content .box .txt h4 a{
    color:#333;
    display: inline-block;
    letter-spacing: -0.065em;
    font-family: 'Noto Sans Kr', sans-serif !important;
}
.service-content .box .txt h4 a:hover{text-decoration: initial;}
.service-content .box .txt h4 a img{
    display: inline-block;
    margin-left: 12px;
    position: relative;
    top: -3px;
}

.service-content .box .txt p{
    font-size: 18px;
    letter-spacing: -0.065em;
    color: #666;
    margin-bottom: 0;
    word-break: keep-all;
    padding-right: 70px;
    box-sizing: border-box;
    font-family: 'Noto Sans Kr', sans-serif !important;
    font-weight: 400;
}

@media screen and (max-width: 1170px) {
    .service-content {
        padding: 0 30px;
        box-sizing: border-box;
    }

    .service-content .box:nth-child(2n) {
        padding-left: 22px;
    }

    .service-content .box:nth-child(2n+1) {
        padding-right: 22px;
    }

    .service-content .box .img {
        width: 15vw;
        height: 15vw;
        min-width: 15vw;
        min-height: 15vw;
    }

    .service-content .box .img img {
        width: 30%;
        height: auto;
        min-width: 50px;
    }

    .service-content .box .txt {
        padding-left: 16px;
    }

    .service-content .box .txt h4 a {
        font-size: 19px;
        letter-spacing: -0.065em;
    }

    .service-content .box .txt h4 a img {
        margin-left: 6px;
    }
}
@media screen and (max-width: 900px) {
    .service-content .box{
        height: 220px;
        margin-bottom: 30px;
    }
    .service-content h3{
        margin: 70px 0 50px;
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .service-content .box{flex-wrap:wrap; height: 260px; padding: 0 !important; align-content: flex-start;}
    .service-content .box .img {
        width: 18vw;
        height: 18vw;
        min-width: 94px;
        min-height: 94px;
        margin: 0 auto;
    }
    .service-content .box .txt h4{
        text-align: center;
    }
    .service-content .box .txt p{
        padding: 0 16px;
        text-align: left;
    }
    .service-content .box .txt{
        padding-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .service-content .box{
        margin-bottom: 24px !important;
        height: 240px;
    }
    .service-content .box .txt h4{
        margin: 12px 0;
    }
    .service-content .box .txt h4 a{
        font-size: 16px;
    }
    .service-content .box .txt p{
        font-size: 14px;
    }
}
@media screen and (max-width: 450px) {
    .service-content h3{
        font-size: 26px;
        margin: 50px 0 30px;
    }
    .service-content{
        flex-wrap: wrap;
        padding: 0 20px;
    }
    .service-content .box{
        width: 50% !important;
        max-width: none !important;
        padding: 0 !important;
    }
    .service-content .box .txt h4 a{
        font-size: 13px;
    }
    .service-content .box .txt p {
        font-size: 11px;
    }
    .service-content .box .txt{
        padding: 0;
    }
    .service-content .box .txt h4 a img{
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 320px) {
    .service-content .box{
        width: 100% !important;
        height: 200px;
    }
}


#mcon{
    margin-top: 90px;
}
.mainVisualDiv{
    height: 740px;
}

.slick-cont.sub-inner{
    max-width: 1170px;
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 425px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
}

.main_visual{
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.main_visual li{
    position: relative;
    height: 100%;
}

.main_visual li.visual-01{
    background: url(/images/main2/main2.jpg) center center no-repeat;
    background-size: cover;
}

.main_visual li.visual-02{
    background: url(/images/main2/main2.jpg) center center no-repeat;
    background-size: cover;
}


.slick-active.slick-slide.slick-current{
}

.main_visual li.slick-slide::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.main_visual li .sub-inner{
    max-width: 1170px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    position: relative;
    z-index: 2;
}
.main_visual li .sub-inner h3{
    font-size: 60px;
    color:#fff;
    font-weight: bold;
    margin-top: 125px;
    margin-bottom: 32px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 3;
}
.main_visual li .sub-inner p{
    font-size: 24px;
    color:#fff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 3;
}

.main_visual li .ser-txt{
    z-index: 3;
    position: absolute;
    color: #fff;
    max-width: 1170px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    top: 477px;
    left: 50%;
    transform: translateX(-50%);
}

.main_visual li .ser-txt h4{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.main_visual li .ser-txt h5{
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #fff00a;
}
.main_visual li .ser-txt h6{
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.main_visual li .ser-txt a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Noto Sans Kr', sans-serif;
    padding: 4px 8px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 10px;
}

.main_visual li .ser-txt a .more{
    display: inline-block;
    margin-left: 4px;
    width: 7px;
    height: 11px;
    background: url(/images/main2/more_btn.png) no-repeat; background-size: 100% auto;
}

.main_visual .visual-02 .sub-inner h3 {font-family: 'Noto Sans Kr', sans-serif;}
.main_visual .visual-02 .sub-inner p {font-family: 'Noto Sans Kr', sans-serif; font-weight: 400;}


.visual-txt{
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition-delay: 0.6s;
    transition: all 0.6s ease-in-out;
}

.visual-txt span {font-size: 24px; font-weight: 400;}


.visual-txt2{
    opacity: 0;
    visibility: hidden;
    transform: translateY(80px);
    transition-delay: 0.6s;
    transition: all 0.6s ease-in-out;
}

.slick-active.slick-slide.slick-current .visual-txt{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.slick-active.slick-slide.slick-current .visual-txt2{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



@media screen and (max-width: 1170px) {
    .mainVisualDiv {
        height: 700px;
    }

    .main_visual li .sub-inner {
        padding: 0 20px;
    }

    .slick-cont.sub-inner {
        max-width: none;
        width: auto;
        transform: translateX(0);
        left: 20px;
        top: 372px;
    }

    /*0.875 ºñÀ²·Î 1180¿¡¼­ Àá½Ã ÀÛ¾ÆÁö´Â »çÀÌÁî - 900¹Ì¸¸¿¡¼­ pc¿ø·¡ Å©±â·Î µ¹¾Æ¿Â´Ù ¾Æ·¡ ¼Ò¼öÁ¡ µîµî ³»¸²°è»ê Àû¿ë*/
    .main_visual li .sub-inner h3 {
        font-size: 50px;
    }

    .visual-txt span {
        font-size: 20px;
    }

    .main_visual li .sub-inner p {
        font-size: 20px;
    }

    .main_visual li .ser-txt{
        padding: 0 20px;
        box-sizing: border-box;
        top: 417px;
    }
}

@media screen and (max-width: 900px) {
    #mcon {
        margin-top: 0;
    }
    .mainVisualDiv{
        height: 700px;
    }
    .main_visual li .sub-inner{
         max-width: none;
         padding: 0 60px;
     }

    .slick-cont.sub-inner{
        top: 380px;
        left: 60px;
    }
    .main_visual li .sub-inner h3{
        font-size: 60px;
        margin: 87px 0 32px;
    }
    .visual-txt span{
        font-size: 24px;
    }
    .main_visual li .sub-inner p{
        font-size: 24px;
        margin: 0;
    }
    .main_visual li .ser-txt{
        padding: 0 60px;
        top: 460px;
    }
}

@media screen and (max-width: 560px) {
    .mainVisualDiv{
        height: 600px;
    }
    .main_visual li .sub-inner{
        padding: 0 45px;
    }
    .slick-cont.sub-inner{
        top: 320px;
        left: 45px;
    }
    .main_visual li .sub-inner h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
	.main_visual li .sub-inner h3 span {
        font-size: 20px;
    }
    .main_visual li .sub-inner p {
        font-size: 20px;
    }
    .main_visual li .ser-txt {
        top: 380px;
        padding: 0 45px;
    }

}

@media screen and (max-width: 360px) {
    .main_visual li .sub-inner {
        padding: 0 30px;
    }

    .slick-cont.sub-inner {
        left: 30px;
    }

    .main_visual li .ser-txt {
        padding: 0 30px;
    }
    .main_visual li .sub-inner h3{
        font-size: 35px;
    }
    .main_visual li .sub-inner p{
        font-size: 17px;
    }
    .main_visual li .ser-txt h4{
        font-size: 15px;
    }
    .main_visual li .ser-txt h5 {
        font-size: 26px;
    }
    .main_visual li .ser-txt h6{
        font-size: 17px;
    }
}
.wrap_mcon02{
    width: 100%;
    background: url(/images/visual/main_banner.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 400px;
    margin: 50px 0;
    position: relative;
    z-index: 1;
}

.wrap_mcon02::before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0b2d55;
    opacity: 0.35;
    z-index: 2;
}
.wrap_mcon02 .txt{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}
.wrap_mcon02 .txt h3{
    float: none;
    color: #fff;
    margin: 72px 0 20px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.wrap_mcon02 .txt .mcon02_txt{
    float: none;
    color: #fff;
    margin: 0 0 26px;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Noto Sans Kr', sans-serif;
    letter-spacing: -0.065em;
}
.wrap_mcon02 .txt .mcon02_tel{
    float: none;
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 40px;
}
.wrap_mcon02 .txt .more_contact{
    width: 170px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Noto Sans Kr', sans-serif;
    letter-spacing: -0.065em;
    transition: all 0.3s ease-in-out;
}
.wrap_mcon02 .txt .more_contact:hover {
    text-decoration: initial;
    background: #fff;
    color: #333;
    font-weight: 500;
}

@media screen and (max-width: 900px) {
    .wrap_mcon02{
        height: 300px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .wrap_mcon02 .txt h3{
        font-size: 34px;
        margin: 50px 0 8px;
    }
    .wrap_mcon02 .txt .mcon02_txt{
        font-size: 16px;
        margin: 0 0 26px;
    }
    .wrap_mcon02 .txt .mcon02_tel{
        font-size: 34px;
        margin: 0 0 30px;
    }
    .wrap_mcon02 .txt .more_contact{
        width: 150px;
        height: 45px;
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {
    .wrap_mcon02{
        height: 260px;
        padding: 0 30px;
    }
    .wrap_mcon02 .txt .mcon02_txt{
        font-size: 15px;
        margin: 0 auto 15px;
        max-width: 202px;
    }
    .wrap_mcon02 .txt h3{
        font-size: 30px;
        margin: 36px 0 12px;
    }
    .wrap_mcon02 .txt .mcon02_tel{
        font-size: 30px;
        margin: 0 0 15px;
    }

}
@media screen and (max-width: 480px) {

}
@media screen and (max-width: 360px) {
    .wrap_mcon02 .txt h3{
        font-size: 24px;
        margin: 28px 0 12px;
    }
    .wrap_mcon02 .txt .mcon02_tel{
        font-size: 24px;
    }
}


/*ani*/
.slideY {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out;
}

.slideY.ani{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scaleD {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.4);
    transition: all 0.3s ease-in-out;
}

.scaleD.ani{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}


/*22020509*/
.solution_sec{ box-sizing: border-box; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 1170px; width: 100%; display: flex; justify-content: flex-end;}
.solution_sec .flex-container {width: 100%; max-width: 630px; box-sizing: border-box; }
.solution_sec .flex-container .flex-box{display: flex; flex-wrap: wrap; justify-content: space-between;}
.solution_sec .flex-container .flex-box .box{width: calc((100% - 28px) / 3); text-align: center;}
.solution_sec .flex-container .flex-box .box a{display: flex; width: 100%; flex-wrap: wrap; justify-content: center; color: #fff; text-decoration: none; }
.solution_sec .flex-container .flex-box .box a:hover {color: #fff; transition: none;}
.solution_sec .flex-container .flex-box .box a .txt{order: -1; width: 100%; height: 60px; display: flex; justify-content: center; align-items: flex-end;}
.solution_sec .flex-container .flex-box .box a .txt h4{font-size: 18px; color: #fff; letter-spacing: -0.025rem; font-weight: 400; line-height: 24px; margin: 0 0 15px;}
.solution_sec .flex-container .flex-box .box a .txt h4 b{font-weight: inherit;}
.solution_sec .flex-container .flex-box .box a .img{max-width: 200px; height: auto; max-height: 150px; width: 100%; padding-bottom: calc(100% / 200 * 150); border-radius: 20px; border: 1px solid #ddd; box-sizing: border-box; }
.solution_sec .flex-container .flex-box .box.box2{margin: 0 14px;}
.solution_sec .flex-container .flex-box .box.box5{margin: 0 14px;}

.solution_sec .flex-container .flex-box .box.box1 .img {background: url(/images/main2/main2_1.png) no-repeat; background-size: 100% auto; background-size: cover;}
.solution_sec .flex-container .flex-box .box.box2 .img {background: url(/images/main2/main2_2.png) no-repeat; background-size: 100% auto; background-size: cover;}
.solution_sec .flex-container .flex-box .box.box3 .img {background: url(/images/main2/main2_3.png) no-repeat; background-size: 100% auto; background-size: cover;}
.solution_sec .flex-container .flex-box .box.box4 .img {background: url(/images/main2/main2_4.png) no-repeat; background-size: 100% auto; background-size: cover;}
.solution_sec .flex-container .flex-box .box.box5 .img {background: url(/images/main2/main2_5.png) no-repeat; background-size: 100% auto; background-size: cover;}
.solution_sec .flex-container .flex-box .box.box6 .img {background: url(/images/main2/main2_6.png) no-repeat; background-size: 100% auto; background-size: cover;}

@media only screen and (max-width: 1170px) {
    .solution_sec{width: 100%; padding: 0 20px; box-sizing: border-box; max-width: 100%;}
    .solution_sec .flex-container{max-width: 480px;}
    .solution_sec .flex-container .flex-box .box a .txt h4{font-size: 15px; line-height: 1.2;}

}
@media only screen and (max-width: 900px) {
    .solution_sec{position: relative; top: initial; left: initial; transform: initial; max-width: none; width: 100%; margin: 60px 0; padding: 0;}
    .solution_sec .flex-container {max-width: 100%; padding: 0 60px; box-sizing: border-box;}
    .solution_sec .flex-container .flex-box{justify-content: center;}
    .solution_sec .flex-container .flex-box .box{width: calc((100% - 28px)/3); }
    .solution_sec .flex-container .flex-box .box a{color: #333;}
    .solution_sec .flex-container .flex-box .box a:hover{color: #333;}
    .solution_sec .flex-container .flex-box .box a .txt h4{color: #333; margin: 0 0 10px; font-size: 18px; line-height: 1.3;}
    .solution_sec .flex-container .flex-box .box a .img{max-width: 250px; width: 100%; padding-bottom: calc(100% / 250 * 188); max-height: 188px;}
}

@media only screen and (max-width: 768px){
    .solution_sec .flex-container {padding: 0 30px;}
    .solution_sec .flex-container .flex-box .box a .txt h4{font-size: 16px;}
    .solution_sec .flex-container .flex-box .box a .txt h4 br{display: none;}
    .solution_sec .flex-container .flex-box .box a .txt h4 b{display: block;}
    .solution_sec .flex-container .flex-box .box a .txt h4 em{display: none;}
}

@media only screen and (max-width: 450px) {
    .solution_sec {margin: 30px 0;}
    .solution_sec .flex-container {padding: 0 20px;}
    .solution_sec .flex-container .flex-box{justify-content: space-between;}
    .solution_sec .flex-container .flex-box .box{width: calc((100% - 20px)/2); }
    .solution_sec .flex-container .flex-box .box.box2{margin: 0;}
    .solution_sec .flex-container .flex-box .box.box5{margin: 0;}
    .solution_sec .flex-container .flex-box .box a .img{max-width: 195px; padding-bottom: calc(100% / 195 * 146); max-height: 146px;}
    .solution_sec .flex-container .flex-box .box a .txt h4{font-size: 16px;}
}

@media only screen and (max-width: 375px) {
}