﻿body {
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: rgb(245,244,242);
}



div.usecase {
    padding:0.5rem;
}

div.usecase * {
    letter-spacing : -1px;
}

div.usecase p {
    margin:0;
}

div.usecase div.logo {
    position:relative;
    text-align:center;
    height:5rem;
    vertical-align:middle;
}
    div.usecase div.logo img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        max-height: 4rem;
        max-width: 15rem;
    }


div.usecase div.title {
    background-color : dimgray;
    color:white;
    padding :0.5rem;

    font-size:1.5rem;
}



div.usecase div.subtitle {
    padding :1rem 0.5rem;
    font-size:1.2rem;
}



div.usecase div.box {
    min-height:12rem;

    padding:0;
}








.module img.new-artcle-gif {
    position: absolute;
    right: -1rem;
    width: 4rem;
    top: 0rem;
    transform: rotateZ( -45deg );
}


.module img.new-artcle-gif {
    position: absolute;
    right: -1rem;
    width: 4rem;
    top: 0rem;
    transform: rotateZ( -45deg );
}

.module .row .media-left p {
    padding: 2rem 0.7rem;
    background-color: dimgray;
    border-radius: 3rem;
    color: white;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}

.module .row .media-content p {
    padding: 2rem 0.7rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin:0;
}


.module .row .media-right p {
    padding: 2rem 0.7rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
}



#map {
    border-radius: 10px;
    border: 1px solid grey;
}


.module, .module-cover {
    background-color: rgb(245,244,242);
    padding: 120px 0 180px 0;
}


.inner-nav > ul > li > a {
    font-size: 1rem;
}

.box {
    padding: 0.7rem;
}

.notification {
    padding: 1.25rem;
}



.header .extra-nav > ul > li > a, .header .inner-nav > ul > li > a, .header.header-small .extra-nav > ul > li > a, .header.header-small .inner-nav > ul > li > a {
    color: white;
}

.header .inner-brand, .header.header-small .inner-brand {
    color: white;
}


.lead {
    font-size: 1rem;
}

.container {
    max-width: 1000px;
}

.footer span {
    display: inline-block;
    color: gray;
    margin: 0 4px;
}

.footer .label {
    display: inline;
    color: gray;
    font-weight: normal;
    opacity: 0.5;
}

.footer {
    font-size: 0.9rem;
}

.hot-news {
    max-width: 1000px;
    margin: auto;
}

.hero-head {
    z-index: 9999;
}

.hero-body {
    padding: 10rem 0 12rem 0 !important;
}


    .hero-body .title {
        font-size: 3rem;
    }

    .hero-body .title-icon {
        position: absolute;
        font-size: 20rem;
        opacity: 0.2;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.module {
    overflow: hidden;
}

.container .background-icon {
    font-size: 12rem;
    position: absolute;
    opacity: 0.2;
}

    .container .background-icon.is-left-top {
        left: 1rem;
        top: -10rem;
    }

    .container .background-icon.is-left-bottom {
        left: 2rem;
        bottom: -10rem;
    }

    .container .background-icon.is-right-top {
        right: 1rem;
        top: -10rem;
    }

    .container .background-icon.is-right-bottom {
        right: 1rem;
        bottom: -10rem;
    }


.hero.is-info .navbar-link.is-active, .hero.is-info .navbar-link:hover, .hero.is-info a.navbar-article.is-active, .hero.is-info a.navbar-article:hover {
    border-radius: 4px;
}


.navbar-article a {
    padding: 2px;
    margin: 4px;
    border: none;
}


#home .title {
    font-size: 2rem;
    text-shadow: 2px 2px black;
    letter-spacing: -0.1rem;
    line-height: 2.5rem;
}
/* not mobile */
@media all and (min-width:768px) {
    #home .title {
        font-size: 3.5rem;
        line-height: 4.5rem;
    }
}




#about .lead {
    font-size: 1.1rem;
}

.pricing-wrapper {
    box-shadow: 2px 2px 8px black;
}

.pricing-head {
    padding: 2rem 0;
}

.pricing-body {
    padding-top: 2rem;
}

    .pricing-body p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 2.5rem;
    }

        .pricing-body p > strong {
            font-size: 1.8rem;
        }

        .pricing-body p > .description {
            font-size: 0.9rem;
        }


.pricing-price {
    font-size: 3rem;
}

    .pricing-price > span {
        left: -1rem;
        color: gray;
        font-weight: normal;
    }

.pricing-icon {
    margin: 0;
}

.pricing-wrapper .btn {
    font-size: 1.2rem;
}

.pricing-wrapper a.btn {
    color: white !important;
    font-weight: normal;
}

a.btn:hover {
    color: white;
    font-weight: bold;
}

#price .plan-button {
    padding: 1rem 1rem;
    min-width: 10rem;
    font-size: 1rem;
}

#contact a {
    font-size: 1.1rem;
    color: white;
}

#location a.btn-sm {
    padding: 0.2rem 0.5rem;
}

.form-control {
    font-size: 0.9rem;
}


label.error, span.error {
    color: red;
}

input.error {
    border: 1px solid red;
}

.footer {
    padding: 1rem 0;
}

.footer-bar {
    font-size: 0.9rem;
}

#usecase-container h2 {
    text-align: center;
    margin-top: 80px;
    font-size: 40px;
    font-weight: bold;
}

.container p {
    /*text-align: center;*/
}


div.usecase p {
    text-align: center;
}

.slide_div {
    margin: 10px 0;
}

.slide_elem {
    height: 380px;
    background-color: rgb(245,244,242);
    /*background-color:black;*/
    margin-right: 30px;
}

.slide-box {
    width: 280px;
    height: 360px;
    background-color: white;
    margin-left: 22px;
    margin-top: 10px;
    /*box-shadow: 5px 5px #b1b1b1;*/
    box-shadow: 5px 5px 10px #b1b1b1;
}

.flip-box {
    width: 280px;
    height: 360px;
    background-color: white;
    margin-left: 22px;
    margin-top: 10px;
    box-shadow: 5px 5px 10px #b1b1b1;
}

.slide-box, .flip-box {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.flip-box {
    position:relative;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cont {
    width: 100%;
    height: 100%;
}

.flip-cont {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
}


.cont:hover .flip-cont {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 135px;
}


.flip-box li {
    margin-left: 50px;
    margin-right: 27px;
    padding-top: 10px;
    color: #000;
    list-style-type: initial;
    font-size: 15px;
}

.underline1::before {
    content: "";
    border: 1px solid #dcdcdc;
    width: 220px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 0px;
}

.underline2::before {
    content: "";
    border: 1px solid #707070;
    width: 50px;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 115px;
    bottom: 0px;
    z-index: 1;
}

.back-img1 {
    position: absolute;
    top: 35px;
    left: 52px;
}

.back-img2 {
    position: absolute;
    top: 42px;
    left: 111px;
}

.back-img3 {
    position: absolute;
    top: 38px;
    left: 67px;
}

.back-img4 {
    position: absolute;
    top: 38px;
    left: 47px;
}

.back-img5 {
    position: absolute;
    top: 32px;
    left: 76px;
}

.back-img6 {
    position: absolute;
    top: 35px;
    left: 73px;
}

.back-img7 {
    position: absolute;
    top: 28px;
    left: 47px;
}

.back-img8 {
    position: absolute;
    top: 50px;
    left: 58px;
}

.back-img9 {
    position: absolute;
    top: 34px;
    left: 93px;
}

.back-img10 {
    position: absolute;
    top: 29px;
    left: 87px;
}

.back-img11 {
    position: absolute;
    top: 29px;
    left: 75px;
}

.back-img12 {
    position: absolute;
    top: 29px;
    left: 76px;
}

.back-img13 {
    position: absolute;
    top: 30px;
    left: 86px;
}

.back-img14 {
    position: absolute;
    top: 53px;
    left: 66px;
}


.img-box1 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/market85.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-box2 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/nb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-box3 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/folder.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box4 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/barrel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box5 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/shinsegae.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box6 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/cos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.img-box7 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/dongwon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 65%;
}

.img-box8 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/samil.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box9 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/본.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box10 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/auto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box11 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/pass.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box12 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/jd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-box13 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/momQ.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.img-box14 {
    width: 280px;
    height: 120px;
    background-color: black;
    background-image: url(/Images/eland.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo_img1 img {
    margin-left: 18%;
    margin-top: 7px;
}

.logo_img2 img {
    margin-left: 37%;
    margin-top: 20px;
}

.logo_img3 img {
    margin-left: 24%;
    margin-top: 15px;
}

.logo_img4 img {
    margin-left: 18%;
    margin-top: 12px;
}

.logo_img5 img {
    margin-left: 27%;
    margin-top: 8px;
}

.logo_img6 img {
    margin-left: 27%;
    margin-top: 12px;
}

.logo_img7 img {
    margin-left: 17%;
    margin-top: 6px;
}

.logo_img8 img {
    margin-left: 20%;
    margin-top: 30px;
}

.logo_img9 img {
    margin-left: 33%;
    margin-top: 10px;
}

.logo_img10 img {
    margin-left: 31%;
    margin-top: 10px;
}

.logo_img11 img {
    margin-left: 27%;
    margin-top: 10px;
}

.logo_img12 img {
    margin-left: 26%;
    margin-top: 10px;
}

.logo_img13 img {
    margin-left: 31%;
    margin-top: 10px;
}

.logo_img14 img {
    margin-left: 24%;
    margin-top: 30px;
}

.slide_elem p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 20%;
    font-family: sans-serif;
    color: #B1B1B1;
    line-height: 1.8rem;
}

/*media query*/
/* Mobile Device */
#map {
    height: 10rem;
}
/* Tablet & Desktop Device */
@media all and (min-width:768px) {
    #map {
        height: 20rem;
    }
}

/* Tablet Device */
@media all and (min-width:768px) and (max-width:1024px) {
    #map {
        height: 20rem;
    }
}

/* Desktop Device */
@media all and (min-width:1025px) {
    #map {
        height: 20rem;
    }
}


/*2021-06-24 modified by ysd*/

.flip-box {
    position: relative;
}

.slide_elem .slide-box .img-box {
    width: 100%;
    height: 120px;
}

    .slide_elem .slide-box .img-box img {
        display: block;
        width: 100%;
        height: 100%;
    }

.slide_elem .slide-box .logo_img {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

    .slide_elem .slide-box .logo_img img {
        position: absolute;
        display: block;
        max-height: 50px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


.slide_elem .flip-box .back-img {
    position: relative;
    display: block;
    width: 100%;
    height: 120px;
}

    .slide_elem .flip-box .back-img img {
        position: absolute;
        display: block;
        max-height: 50px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


.slide_elem .flip-box ul {
    margin-top: 1rem;
}


.slide_elem p {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height:1.3rem;
}


.slide_elem .slide-box p span:first-child {
    font-size:1.1rem;
    font-weight:normal;
    display:inline-block;
    margin-bottom:0.5rem;

}



