@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
*{
    word-break: keep-all;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html{   
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    background-color: #ffffff;
    margin:0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #363a3c;
    font-family: "Spoqa Han Sans",Apple SD Gothic Neo,"맑은 고딕","Malgun Gothic","돋움",Dotum,Verdana,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
a{
    box-sizing: border-box;
    background-color: transparent;
    color:rgba(0,0,0,0.87);
    text-decoration: none;
    cursor: pointer;
}
a:hover,a:focus,a:active{
    text-decoration:none
}

/*네비게이션*/
.topnav-wrap {
    position: relative;
    min-height: 100px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    z-index: 8140;
    word-break: keep-all;
    padding-left: 0;
    list-style: none;
}
.topnav-wrap.topnav-transparent {
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}
.topnav-wrap:before, .topnav-wrap:after {
    content: ' ';
    display: table;
}
.topnav-wrap:after {
    clear: both;
}
.topnav-wrap .container {
    line-height: 0;
}
.container {
    margin:0 auto;
    padding:0 50px;

}
.container:before, .container:after {
    content: ' ';
    display: table;
}
.container:after {
    clear: both;
}
.container .logo-name{
    opacity: 0;
    float:left;
    padding:40px 10px;
    font-size: 16px;
    font-weight: 700;
}
.brand-logo-wrap {
    display: inline-block;
    width:50px;
    height: 100px;
    margin-right: 40px;
    float: left;
}
.topnav-menus {
    margin: 0 auto;
    padding-left: 200px;
    display: inline-block;
    min-height: 100px;
}
/*
.topnav-menus-right{
    float:right;
}
*/
.topnav-menus li {
    position: relative;
    display: inline-block;
    margin-bottom: -1px;
    vertical-align: top;
}
.topnav-wrap.topnav-transparent .topnav-menus li a.topnav-menu {
    border-bottom: none;
}
.topnav-menus li a.topnav-menu {
    display: block;
    font-size: 18px;
    color: #878d91;
    line-height: 1.5;
    padding: 41px 25px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.2px;
    color: rgba(255,255,255,0.87);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.topnav-menus li a.topnav-menu:hover, .topnav-menus li a.topnav-menu.hover, .topnav-menus li a.topnav-menu:active, .topnav-menus li a.topnav-menu.active, .topnav-menus li a.topnav-menu:focus {
    color:#fff;
    font-weight: 700;
    text-decoration: none;
    outline: none;
}

.brand-logo-wrap .brand-logo {
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 50px;
    width: 100%;
    font-size: 16px;
    background: url(img/smartjack_logo.png);
    background-size: 200px 23px;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 200px;
    min-height: 23px;
}
/*히어로 영역*/
.hero-img{
    display: block;
    width: 100%;
    min-height: 800px;
    background-image: url(img/hero_smartjack.jpg);
    background-color: #000;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-img .content{
    padding:200px 0 0 50px;
    color:#fff;
}
.hero-img .content h1.title{
    line-height: 1.3;
}
.hero-second-img{
    background-image: url(img/workandplay2.jpg);
    width:100%;
    min-height: 400px;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}
/*content 공통*/
.content{
    width:900px;
    margin:0 auto;
    clear: both;
    text-align: left;
    padding: 100px 50px;
}
.bg{
    background-color:#fafafa;
}
.content:before, .content:after{
    clear: both;
}
.content div.sparklabs img, span{
    vertical-align: middle;
    line-height: 56px;
    margin:40px 0 30px;
    display: inline-block;
}
.content div.sparklabs span{
    margin-top:42px;
    margin-left:20px;
    color:rgba(0,0,0,0.38);
}
.content .team{
    width:800px;
    margin:0 auto;
}
.content .team .people{
    display: inline-block;
    margin-top:50px;
    text-align: center;
    width:190px;
    padding:0 10px;
}
.content .team .people .sj-photo{
    width:150px;
    height:150px;
    border-radius: 50%;
}
.content .team .people .sj-name{
    margin-top:20px;
    font-weight: bold;
}
.content .team .people .sj-role{
    color:rgba(0,0,0,0.38);
}
.title{
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.5px
}
.description{
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.025em;
}

.products ul{
    padding:0;
}
/*
.products ul li{
    display: inline-block;
    width:370px;
    padding:20px 0;
    list-style: none;
    font-size:16px;
}
*/
.products ul li{
    display: inline-block;
    width:100%;
    padding:20px 0;
    list-style: none;
    font-size:16px;
}
/*
.products ul li:nth-child(1){
    margin-right:20px;
}
*/
.products ul li:nth-child(2){
    margin-left:20px;
}
.products ul li h2{
    font-size: 20px;
}
.products ul li h2:before{
    content:'';
    display: block;
    margin-bottom:40px;
    width:100%;
    border:1px solid rgba(0,0,0,0.2);
}
.products ul li p{
    color:rgba(0,0,0,0.6);
}
.products ul li a{
    display: inline-block;
    margin-top: 20px;
    width:180px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 50px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.products ul li a.store-btn { margin-left:10px; }
.products ul li a:hover{
    background-color:rgba(0,0,0,0.87);
    font-weight: 700;
    color:#fff;
}
.products ul li a.orange_link:hover{
    background-color: #fec741;
    border:1px solid #fec741;
}

.article ul{
    padding:0;
}
.article ul li{
    display: inline-block;
    width:380px;
    padding:20px 20px 0 0;
    list-style: none;
    font-size:18px;
}
.article ul li h2{
    font-size: 20px;
    font-weight: 100;
    color:rgba(0,0,0,0.38);
}
.article ul li h2:before{
    content:'';
    display: block;
    margin-bottom:40px;
    width:100%;
    border:1px solid rgba(0,0,0,0.2);
}
.article ul li p{
    color:rgba(0,0,0,0.6);
    height:55px;
}
.article ul li a{
    display: block;
    margin-top: 20px;
    width:180px;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 50px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.article ul li a:hover{
    font-weight: 700;
    color:#f5a623;
}
.article ul li a.orange_link:hover{
    background-color: #fec741;
    border:1px solid #fec741;
}
.ft-small{
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.

/*파트너*/
#section-partners .content{
    padding-bottom: 50px;
}
.partners-slideshow {
  height: 120px;
  max-width: 1024px;
  margin: 40px auto 0;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.partners-slideshow> div {
  height: 120px;
  width: 5852px;
  background: url(img/partners.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.partners-slideshow .mover-1 {
  animation: moveSlideshow 25s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6%);  
  }
}

#section4 .content .description span{
    margin:0;
    line-height: 2;
    vertical-align: top;
}
#section4 .content .description span.category{
    width:90px;
}
#map-canvas{
        width:100%;
        height:500px;
        margin-top:50px;
    }

#section2 {
    background: #fafafa;
}
#section7 .title {
    margin-bottom: 51px;
}
#section7 .timeline {
    display: flex;
    font-size: 22px;
    line-height: 33px;
}
#section7 .timeline li {
    list-style: none;
}
#section7 .timeline .timeline-main {
    width: 14%;
    border-right: 2px solid #000;
    position: relative;
}
#section7 .timeline .timeline-main h6 {
    font-weight: bold;
    margin-top: -6px;
}
#section7 .timeline .timeline-circle {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #000;
    top: 0;
    right: 0;
    transform: translateX(50%);
    background: #f8f9fa;
}

#section7 .timeline .timeline-detail {
    width: 86%;
}
#section7 .timeline .timeline-detail div {
    margin: -6px 0px 40px 50px;
}
#section7 .timeline .timeline-detail div p {
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
#section7 .timeline .timeline-detail div ul {
    margin: 0;
    padding: 0;
}
#section7 .timeline .timeline-detail div ul li {
    font-size: 21px;
}

@media screen and (max-width: 767px){
    #section7 .title {
        font-size: 24px;
        margin-bottom: 37px;
    }
    #section7 .timeline {
        font-size: 16px;
        line-height: normal;
    }
    #section7 .timeline .timeline-main {
        width: 11%;
    }
    #section7 .timeline .timeline-main .subtitle {
        margin-top: 0px;
    }
    #section7 .timeline .timeline-detail div {
        margin: -2px 0px 40px 30px;
    }
    #section7 .timeline .timeline-detail div p {
        margin-top: 2px;
    }
    #section7 .timeline .timeline-detail div ul li {
        margin-bottom: 15px;
        font-size: 16px;
    }
}
@media screen and (max-width: 512px) {
    #section7 .timeline .timeline-main {
        width: 16%;
    }
}

/*푸터*/
footer{
    background-color: #fafafa;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 80px;
}
footer .logo{
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}
.company-info{
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    margin-top:15px;
    padding:0;
    color:rgba(0,0,0,0.38)
}
/*메뉴토글*/
#topnav-menu, .topnav-menu {
    display: none;
}
/*
#topnav-cancel, .topnav-cancel {
    display: block;
}
*/
.topnav-menu img{
    width:22px;
    height:16px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.topnav-menu {
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    height: 18px;
    font-weight: 400;
    float: right;
    padding:26px 0;
}

.topnav-cancel img{
    width:20px;
    height:20px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.topnav-cancel {
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    width: auto;
    font-weight: 400;
    float: right;
    padding:25px 0;
}
/*
.topnav-menu:after {
    content: '메뉴';
    display: inline-block;
    padding: 24.5px 20px;
    background: transparent;
    text-align: center;
    font-size: 14px;
    color: #4d5256;
    line-height: 21px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/
label {
    display: inline-block;
    max-width: 100%;
}
.graph img{
    width:100%;
}
.graph_mobile img{
    display: none;
}
.root_daum_roughmap{
    width:100% !important;
    margin-top:30px !important;
}
.video{
    width:800px !important;
}

@media screen and (max-width: 1024px){
    .topnav-wrap{
        min-height: 80px;
    }
    .topnav-menus li {
    height:40px;
    }
    .topnav-menus li a.topnav-menu {
    padding:42px 15px;
    border-bottom: none;
    font-size:15px;
    transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    }
    .brand-logo-wrap{
        height: 80px;
    }
    .content{
        width:100%;
    }
    .content .title{
        font-size: 30px;
    }
    .content .description{
        font-size: 16px;
        margin:10px auto 0;
    }
    .products ul li{
        width :46%;
    }
    
    .company-right {
        font-size:20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .content .team{
        width:100%;
    }
    .content .team .people{
        width: 160px;
    }
    .content .team .people .sj-photo{
        width: 120px;
        height: 120px;
    }
    .graph_pc img{
        100%;
    }
    .graph_mobile img{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .topnav-wrap{
        min-height: 70px;
    }
    .brand-logo-wrap{
        height: 70px;
    }
    .container{
        padding:0px;
    }
    .topnav-menu {
        display: inline-block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        padding: 26px 20px
    }
    .topnav-menu img.cancel{display: none;}
    #topnav-menu:checked ~ .topnav-menus {
        display: block;
        opacity: 1;
    }
    #topnav-menu:checked ~ .brand-logo-wrap{
        background-image: url(img/smartjack_logo_bk.png);
    }
    #topnav-menu:checked ~ .topnav-menus{
        background: rgba(255,255,255,0.95);
        width: 100%;
    }
    #topnav-menu:checked ~ .topnav-menu img.menu {
        display: none;
        opacity: 0;
    }
    #topnav-menu:checked ~ .topnav-menu img.cancel {
        display: block;
        width: 16px;
        height: 16px;
    }
    .topnav-cancel{
        display: none;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
    }
    #topnav-cancel:checked ~ .topnav-menus {
        display: none;
        opacity: 0;
    }
    .topnav-menus:not(.topnav-menus-right) {
        padding-top: 70px;
    }
    .topnav-menus {
        display: none;
        opacity: 0;
        padding: 20px 0;
        z-index: 1;
        background: none;
        text-align: center;
    }
    .topnav-menus li {
        display: block;
        width: 100%;
        height:50px;
        margin-bottom:5px;
    }
    .topnav-menus li a.topnav-menu {
        padding: 10px;
        width: 100%;
        height:50px;
        border-bottom: none;
        color:rgba(0,0,0,0.87);
        font-size:14px;
        line-height: 30px;
        transition: background-color 0.2s linear;
        -webkit-transition: background-color 0.2s linear;
    }
    .topnav-menus li a.topnav-menu:before, .topnav-menus li a.topnav-menu:after {
        content: ' ';
        display: table;
    }
    .topnav-menus li a.topnav-menu:after {
        clear: both;
    }
    .brand-logo-wrap{
        width:180px;
    }
    .brand-logo-wrap .brand-logo{
        margin:22.5px 20px;
        width:150px;
        height:17px;
        min-width:40px;
        background: url(img/smartjack_logo.png) left center / 150px 17px no-repeat;
    }
    .topnav-menus li:last-child{
        margin:0;
    }
    .topnav-menus li a.topnav-menu:hover, .topnav-menus li a.topnav-menu:active, .topnav-menus li a.topnav-menu.active, .topnav-menus li a.topnav-menu:focus {
        background-color: rgba(128,128,128,0.1);
        border-bottom: none;
        border-radius: 4px;
    }
    .hero-img .content{
        padding:170px 20px;
    }
    .content{
        padding:60px 30px;
        text-align: left;
    }
    .content .title{
        font-size: 26px;
    }
    .description{
        font-size: 14px;
    }
    .hero-img{
    min-height: 100vh;
    }
    .hero-second-img{
        min-height: 190px;
        background-size: cover;
        background-position: right;
    }
    .products ul li{
        width:100%;
    }
    .products ul li:nth-child(1){
        margin: 0;
    }
    .products ul li:nth-child(2){
        margin: 0;
    }
    .products ul li a{
        float:right;
    }
    .content div.sparklabs img, span{
        margin:40px 0 10px;
    }
    .content div.sparklabs span{
        line-height: 1.2;
        margin: 0;
        padding-bottom: 30px;
        font-size: 14px;
    }
    .content .team{
        width:98%;
    }
    .content .team .people{
        width:49%;
    }
    .content .team .people .sj-photo{
        width:120px;
        height:120px;
    }
    .content .team .people .sj-name{
        margin-top:10px;
    }
    .content .team .people .sj-name, .sj-role{
        font-size:14px;
    }
    .article ul li{
        width:100%;
        font-size:16px;
    }
    .article ul li h2{
        font-size:18px;
    }
    .article ul p{
        height:30px !important;
    }
    .article ul li a{
        margin-top:0px;
    }
    #map-canvas{
        height:360px;
    }
    footer{
        padding: 30px;
        text-align: center;
    }
    footer .logo{
        display: block;
        margin:15px;
    }
    .company-info{
        font-size:12px;
        display: block;
        float:none;
    }
    .company-right{
        font-size:14px;
    }
    .none {display:none;}
    .graph img{
        display: none;
    }
    .graph_mobile img{
        display: block !important;
        width:100%;
    }
}

/*graceKim 2021.01.26*/

h6.subtitle { font-size:22px; font-weight: 500; line-height: 1.5; color:#111; margin:30px 0 20px; }
.partners {margin-bottom:6px; padding:0;}
.partners .logo-box {width:90px; height:90px; margin-right:48px; display:inline-block;}
.partners .logo-box:nth-child(6n) {margin-right:0;}
.partners .logo-box img {width:100%; height:inherit; object-fit:contain;}

.technology {padding:0;}
.technology li {display:flex; list-style:none; width:100%; height:auto; align-items:center; margin-top:40px;}
.technology li .imgbox {width:240px; height:120px; border-radius:4px; border:1px solid #ccc; margin-right:24px;}
.technology li .imgbox img {width:100%; height:calc(100% - 2px); object-fit:contain;}
.technology li p {margin:0; font-size:18px; color:#111;}

@media screen and (max-width: 1024px) {
    .partners {width:100%;}
    .partners .logo-box {width:16%; margin-right:4%;}

}

@media screen and (max-width: 767px){
    .products ul li a {width:48%; font-size:1rem; float:none;}
    .products ul li a:last-child {margin-left:2%;}

    h6.subtitle {font-size:16px;}
    .partners {padding:0 10px;}
    .partners .logo-box {width:30%; height:60px; margin-right:0; margin:0 1.1%;}
    .partners .logo-box:nth-child(6n) {margin-right:auto;}

    .technology li:first-child {margin-top:20px;}
    .technology li .imgbox {min-width:120px; width:120px; height:60px;}
    .technology li b {font-size:1rem;}
    .technology li p {font-size:1rem;}
}