@charset "utf-8";

@font-face {
    font-family: 'LeferiPoint-BlackObliqueA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/LeferiPoint-BlackObliqueA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeferiPoint-WhiteObliqueA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/LeferiPoint-WhiteObliqueA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*솔루션 헤더*/


/*
.header1 {background: url(../img/solution/bg1.jpg) center 0 no-repeat;}
.header2 {background: url(../img/solution/bg2.jpg) center 0 no-repeat;}
*/

#header {
    background: url(../img/solution/bg.jpg) center 0 no-repeat;
}


/* 기존가로모드
#header .gnb li a {
    color: white;
}

#header .gnb li a:hover {
    color: #1CAEE0;
    font-weight: bold;
}

#header .gnb li.active a {
    color: #1CAEE0;
    font-weight: bold;
}

#header .tnb .btn-wrap a {
    color: white;
}


/* 기존가로모드

#header .lnb {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: absolute;
    top: 147px;
    left: 50%;
    width: 800px;
    transform: translateX(-50%);
    height: 0;
    padding: 0 560px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
}

#header>.gnb>li:nth-child(2):hover>.lnb {
    height: 35px;
}

#header .lnb li {
    float: left;
    height: 35px;
    line-height: 35px;
}*/

#header .lnb li a:hover,
#header .lnb li a.active {
    color: #fd7c45;
}


/*솔루션 배너 182px*/

#solution-banner {
    overflow: hidden;
    width: 100%;
    height: 820px;
    margin-bottom: 100px;
    background: url(../img/solution/bg.jpg) center -243px no-repeat;
}


/*
#solution-banner.video1 {background: url(../img/solution/bg1.jpg) center no-repeat;}
#solution-banner.video2 {background: url(../img/solution/bg2.jpg) center no-repeat;}
*/

#solution-banner .banner-text {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 35px 0 0;
    margin: 0 auto;
    /*color: white;*/
    color: #333;
}

#solution-banner .banner-text h2 {
    font-size: 35px;
    text-align: center;
    letter-spacing: -.5px;
    font-family: 'LeferiPoint-BlackObliqueA';
}

#solution-banner .banner-text p {
    padding-top: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 35px;
    font-family: 'LeferiPoint-WhiteObliqueA';
}

#solution-banner .banner-text .banner-btnWrap {
    margin-top: 20px;
    text-align: center;
}

#solution-banner .banner-text .banner-btnWrap a {
    margin: 0 20px;
    color: #333;
    font-weight: 700;
    cursor: pointer;
}

#solution-banner .banner-text .banner-btnWrap a:hover {
    color: #FF7202;
}

#solution-banner .banner-text .badge {
    position: absolute;
    top: 150px;
    right: 100px;
    display: inline-block;
    width: 150px;
    height: 128px;
    background: url(../img/solution/badge1.png) center no-repeat;
    background-size: 100%;
}

.badge2 {
    background: url(../img/solution/badge2.png) center no-repeat !important;
    background-size: 100% !important;
}

.applyBtn::after {
    content: "";
    background: url(../img/solution/laptop.svg) center no-repeat;
    display: inline-block;
    position: relative;
    top: 6px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

.manualBtn::after {
    content: "";
    background: url(../img/solution/download.svg) center no-repeat;
    display: inline-block;
    position: relative;
    top: 6px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

#solution-banner .banner_video {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    color: white;
}

#solution-banner .banner_video video {
    width: 100%;
}


/*솔루션 서브내비*/

#subnav {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #ccc;
}

#subnav.show {
    display: block !important;
}

#subnav p {
    padding: 10px 0;
    background-color: #041538;
    color: white;
    text-align: center;
}

#subnav ul {
    display: flex;
    justify-content: space-around;
    width: 1200px;
    margin: 0 auto;
}

#subnav ul li {
    float: left;
    margin: 20px 0;
    text-align: center;
}

#subnav ul li a {
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 6px;
    background: white;
    line-height: 30px;
}

#subnav ul li a.active,
#subnav ul li a:hover {
    background: #041538;
    color: white;
}


/*경로분석*/

.solutionWrap {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 860px;
    padding: 120px 0 50px 0;
}

.solutionWrap .solution {
    float: right;
}

.solutionWrap .solution video,
.solutionWrap .solution img {
    width: 100.5%;
}

.solution-left {
    position: relative;
    top: 50px;
    width: 440px;
}

.solution-left h2 {
    font-size: 35px;
    font-weight: bold;
}

.solution-left h2 span {
    font-size: 25px;
    font-weight: 500;
    line-height: 65px;
}

.solution-left p {
    margin-bottom: 30px;
    line-height: 24px;
}

.solution-left .class-wrap {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: justify;
    letter-spacing: -1px;
}

.solution-left .class-wrap .class-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.solution-right {
    width: 56%;
}

@keyframes slideUp {
    from {
        top: 100px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        top: 0;
        opacity: 1;
    }

    to {
        top: 100px;
        opacity: 0;
    }
}


/*블로그-활용사례*/

#blogWrap {
    padding: 120px 0 60px;
}

#blogWrap .blog-banner {
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    padding: 50px;
    padding-bottom: 30px;
    margin: 0 auto 80px;
    border-radius: 6px;
    background: linear-gradient(to right top, #045cda, #22c0ff);
    color: white;
}

#blogWrap .blog-banner h2 {
    font-size: 40px;
}

#blogWrap .blog-banner h3 {
    font-size: 25px;
    font-weight: 300;
    line-height: 60px;
}

#blogWrap .blog-banner .blog-img {
    content: "";
    background: url(../img/solution/img_blog.png) center no-repeat;
    background-size: 80%;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 30px;
    width: 278px;
    height: 258px;
}

#blogWrap .blog-contents {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    overflow: hidden;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

#blogWrap .blog-contents .card {
    box-sizing: border-box;
    /*width: 376px;
    margin-bottom: 60px;*/
    float: left;
    width: 29%;
    margin: 0 2% 60px 2%;
    cursor: pointer;
}

#blogWrap .blog-contents .card .card-img {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

#blogWrap .blog-contents .card .card-img:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#blogWrap .blog-contents .card .card-img img {
    display: block;
    width: 100%;
    margin: auto;
}

#blogWrap .blog-contents .card .card-category {
    line-height: 50px;
}

#blogWrap .blog-contents .card .card-title {
    overflow: hidden;
    height: 54px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

#blogWrap .blog-contents .card .card-date {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
}

#blogWrap .btn-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

#blogWrap .btn-group button {
    width: 90px;
    height: 40px;
    background-color: #ccc;
}

#blogWrap .btn-group button:hover {
    background-color: #00addf;
    color: white;
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}


/*공통부분*/

.font-orange {
    color: #ff7200;
}

.font-skyblue {
    color: #00addf;
}

.font-blue {
    color: #045cda;
}

.font-red {
    color: #ff0000;
}

.font-bold {
    font-weight: bold;
}

.border {
    padding: 5px;
    border: 2px solid #ddd;
}

.letter {
    letter-spacing: -.5px;
}

.click {
    display: block;
    position: relative;
    left: 0;
    width: 220px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0px;
    background: linear-gradient(to right top, #045cda, #22c0ff);
    font-family: 'Noto Sans KR', sans-serif;
    color: white;
}

.click:hover {
    color: #ffff00;
    box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
}

.youtube {
    display: block;
    position: relative;
    left: 0;
    width: 220px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0px;
    background: linear-gradient(to right top, #F7971E, #FFD200);
    color: white;
}

.youtube:hover {
    color: #ff0000;
}

.youtube:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 22px;
    height: 17px;
    background: url(../img/solution/ico_youtube.svg) center no-repeat;
    top: 3px;
    left: -5px;
}

.youtube:hover:before {
    background: url(../img/solution/ico_youtube_hover.svg) center no-repeat;
}

.gotoConsulting {
    display: block;
    width: 880px;
    height: auto;
    margin: 0 auto 75px;
    padding: 20px 0;
    background: url(../img/solution/goldbtn.png) center no-repeat;
    background-size: 95%;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.gotoConsulting:hover {
    font-weight: 900;
}

.gotoConsulting span {
    display: inline-block;
    margin-top: 10px;
    font-size: 21px;
    font-weight: 600;
}


@media (max-width: 1200px) {

    #solution-banner .banner-text,
    #subnav ul {
        width: 92%;
    }

    #blogWrap .blog-banner,
    #blogWrap .blog-contents,
    #blogWrap .btn-group {
        width: 88%;
    }

    #solution-banner .banner_video {
        width: 95%;
        margin: 15px auto;
    }

    .solutionWrap {
        min-height: 700px;
        padding: 80px 0 40px 0;
    }

    #solution-banner {
        height: auto;
    }

    #solution-banner .banner-text h2 {
        font-size: 3vw;
    }

    #solution-banner .banner-text p {
        font-size: 2.6vw;
    }

    #solution-banner .banner-text .badge {
        width: 135px;
        height: 125px;
        top: 160px;
        right: 70px;
    }

    .solution-left {
        width: 30%;
    }

    .solution-right {
        width: 62%;
    }

    .solutionWrap .solution video {
        width: 110%;
    }

    #blogWrap {
        padding-top: 50px;
    }

    #blogWrap .blog-banner {
        padding: 3% 3% 1%;
    }

    #blogWrap .blog-banner h2 {
        font-size: 35px;
    }

    #blogWrap .blog-banner h3 {
        font-size: 20px;
    }

    #blogWrap .blog-banner .blog-img {
        background-size: 66%;
        top: -20px;
        right: 5px;
    }

    #blogWrap .blog-contents .card {
        margin-bottom: 30px;
    }

    #blogWrap .blog-contents .card .card-category {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 15px;
        font-weight: 300;
    }

    #blogWrap .blog-contents .card .card-title {
        height: 46px;
        font-size: 13px;
    }

    #blogWrap .blog-contents .card .card-date {
        font-size: 13px;
    }
}

@media (max-width: 1000px) {
    #solution-banner {
        margin: 0;
    }

    .solutionWrap {
        padding: 10% 0;
    }
    #MULTI1, #MULTI2, #MULTI3 {min-height: auto;}

    .solutionWrap .solution {
        float: inherit;
    }

    .solution-left {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .solution-left p {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .solution-right {
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
    }

    .solutionWrap .solution video {
        display: block;
        width: 100.5%;
        margin: auto;
    }

    .click {
        display: inline-block;
    }

    .youtube {
        display: inline-block;
        margin-right: 20px;
    }

    .gotoConsulting {
        width: 100%;
        font-size: 4.2vw;
    }

    .gotoConsulting span {
        margin-top: 0;
        font-size: 3.2vw;
    }

    #blogWrap .blog-banner {
        margin: 0 auto 50px;
    }

    #blogWrap .blog-banner .blog-img {
        background-size: 50%;
        top: -50px;
        right: -25px;
    }

    #blogWrap .blog-contents .card {
        width: 46%;
        margin-bottom: 20px;
    }

    #blogWrap .blog-banner h2 {
        font-size: 25px;
    }

    #blogWrap .blog-banner h3 {
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    #solution-banner .banner-text p {
        padding-top: 0;
    }

    #solution-banner .banner-text .banner-btnWrap {
        margin-top: 0;
    }

    #solution-banner .banner-text .banner-btnWrap a {
        margin: 0 10px;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 15px;
    }

    #solution-banner .banner-text .badge {
        width: 100px;
        height: 95px;
        top: 120px;
        right: 20px;
    }

    #blogWrap {
        padding-top: 0;
    }

    #blogWrap .blog-banner {
        margin: 40px auto 20px;
        padding: 4%;
        text-align: center;
    }

    #blogWrap .blog-banner h3 {
        line-height: 20px;
    }

    #blogWrap .blog-banner .blog-img {
        width: 0;
        height: 0
    }

    #blogWrap .blog-contents .card {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #blogWrap .blog-contents .card .card-title {
        height: 22px;
    }

    #blogWrap .blog-contents .card .card-img {
        width: 95%;
    }
    .gotoConsulting {margin-bottom: 25px;}
}

@media (max-width: 520px) {
    #solution-banner .banner-text p {
        padding-top: 0;
        line-height: 25px;
    }

    #solution-banner .banner-text .banner-btnWrap a {
        margin: 0 7px;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 12px;
    }

    #solution-banner .banner-text .badge {
        width: 75px;
        height: 70px;
        top: 105px;
    }

    .solutionWrap {
        min-height: 550px;
    }

    .solution-left {
        position: relative;
        top: 30px;
    }

    .solution-left h2 {
        font-size: 25px;
        line-height: 1px;
    }

    .solution-left h2 span {
        font-size: 18px;
    }

    .solution-left p {
        width: 90%;
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 15px;
        font-weight: 300;
    }

    .click {
        width: 100%;
        margin: 0 0 20px;
    }

    #blogWrap .blog-banner h2 {
        font-size: 18px;
        margin-bottom: 7px;
    }

    #blogWrap .blog-banner h3 {
        font-size: 13px;
        line-height: 15px;
    }
}

.font-pointColor {
    color: #ff7200;
    font-family: 'LeferiPoint-BlackObliqueA';
}
