﻿@charset "UTF-8";
/* Unryong Lee (solidh@navercorp.com)  */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url(../img/fonts/roboto-thin.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(../img/fonts/roboto-regular.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(../img/fonts/roboto-light.woff) format("woff"); }
.opensans {
  font-family: 'Open Sans',sans-serif; }

.roboto {
  font-family: 'Roboto',sans-serif; }

body, h1, h2, h3, h4, input, button, a {
  font-family: "Microsoft Yahei","Roboto","STXihei","Lantinghei SC","Hiragino Sans GB","WenQuanYi Micro Hei","微软雅黑",'나눔고딕','NanumGothic','맑은 고딕','Malgun Gothic',Arial,sans-serif; }

body {
  position: relative; }

body, a {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  -moz-font-feature-settings: 'liga=1, kern=1';
  -ms-font-feature-settings: 'liga', 'kern';
  -o-font-feature-settings: 'liga', 'kern';
  -webkit-font-feature-settings: 'liga', 'kern';
  font-feature-settings: "liga", "kern"; }

a, .g {
  color: #00c73c;
  }

.blur {
  -webkit-filter: blur(12px);
  filter: blur(12px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12'); }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.sect .inner, .clearfix {
  *zoom: 1; }
  .sect .inner:before, .sect .inner:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .sect .inner:after, .clearfix:after {
    clear: both; }

.nav-icon {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  z-index: 10001;
  top: 14px;
  right: 15px;
  cursor: pointer; }
  .nav-icon span {
    margin: 0 auto;
    position: relative;
    top: 12px; }
    .nav-icon span:before, .nav-icon span:after {
      position: absolute;
      content: ''; }
    .nav-icon span:before {
      margin-top: -8px; }
    .nav-icon span:after {
      margin-top: 8px; }

.nav-icon span, .nav-icon span:before, .nav-icon span:after {
  width: 25px;
  height: 3px;
  background-color: #232d3b;
  display: block;
  border-radius: 2px;
  background: -webkit-linear-gradient(left, #18e873 0, #00e3f7 100%);
  background: -o-linear-gradient(left, #18e873 0, #00e3f7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#18e873), to(#00e3f7));
  background: linear-gradient(to right, #18e873 0, #00e3f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff18e873', endColorstr='#ff00e3f7', GradientType=1); }

.nav-icon span {
  -webkit-transition-duration: 0s;
  -webkit-transition-delay: .2s;
  -ms-transition-duration: 0s;
  -ms-transition-delay: .2s;
  -moz-transition-duration: 0s;
  -moz-transition-delay: .2s; }

.nav-icon.open span {
  background: transparent;
  -webkit-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -moz-transition-delay: .2s; }

.nav-icon span:before {
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: .2s;
  -webkit-transition-delay: .2s, 0;
  -ms-transition-property: margin, -ms-transform;
  -ms-transition-duration: .2s;
  -ms-transition-delay: .2s, 0;
  -moz-transition-property: margin, -moz-transform;
  -moz-transition-duration: .2s;
  -moz-transition-delay: .2s, 0; }

.nav-icon.open span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  -webkit-transition-delay: 0, .2s;
  -ms-transform: rotate(45deg);
  -ms-transition-delay: 0, .2s;
  -moz-transform: rotate(45deg);
  -moz-transition-delay: 0, .2s; }

.nav-icon span:after {
  -webkit-transition-property: margin, -webkit-transform;
  -webkit-transition-duration: .2s;
  -webkit-transition-delay: .2s, 0;
  -ms-transition-property: margin, -ms-transform;
  -ms-transition-duration: .2s;
  -ms-transition-delay: .2s, 0;
  -moz-transition-property: margin, -moz-transform;
  -moz-transition-duration: .2s;
  -moz-transition-delay: .2s, 0; }

.nav-icon.open span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -webkit-transition-delay: 0, .2s;
  -ms-transform: rotate(-45deg);
  -ms-transition-delay: 0, .2s;
  -moz-transform: rotate(-45deg);
  -moz-transition-delay: 0, .2s; }

#header {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ededed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: fixed;
  background: #fff;
  z-index: 9000; }
  #header.affix {
    background: rgba(255, 255, 255, 0.97); }
  #header .inner {
    position: relative; }
  #header h1 {
    margin: 20px auto 0;
    width: 110px;
    height: 13px;
    background: url(../img/logo-naver-m.svg) no-repeat 0 0;
    background-size: 110px 13px; }
    #header h1 a {
      display: block;
      float: left;
      width: 110px;
      height: 13px; }
  #header .nav ul {
    display: none;
    position: relative;
    z-index: 1000;
    float: right;
    padding: 95px 0;
    width: 100%; }
  #header .nav.m-open ul {
    display: block;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85); }

.no-svg #header h1 {
  background: url(../img/logo-naver-m.png) no-repeat 0 0; }

#header .nav ul li {
  height: 50px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
  border-bottom: 1px solid #ededed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

#header .nav ul li:last-child {
  border: none; }

#header .nav ul li a {
  display: inline-block;
  font-size: 24px;
  color: #232d3b;
  width: 100%;
  height: 37px;
  padding-top: 13px;
  line-height: 1;
  text-decoration: none;
  font-family: 'Roboto';
  font-weight: 300; }

#header .nav ul li.active a,
#header .nav ul li a:hover {
  color: #00c73c; }

.hero {
  height: 385px;
  margin-top: 56px; }
  .hero .inner {
    height: 320px;
    background: url(../img/pattern.png);
    background-size: 300px 300px;
    position: relative; }
  .hero h1 {
    margin: 34px auto 0;
    text-align: center;
    height: 36px;
    line-height: 1;
    font-size: 36px;
    color: #616161;
    font-family: "Roboto",sans-serif;
    font-weight: 100; }
  .hero figure {
    margin: 41px auto 0; }
  .hero figure img {
    display: block;
    margin: 0 auto; }
  .hero .lead {
    font-size: 13px;
    color: #232d3b;
    text-align: center;
    margin-top: 11px; }
  .hero .roll {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5050;
    top: -14px;
    height: 60px; }
    .hero .roll .icons {
      width: 1330px; }
      .hero .roll .icons li {
        float: left;
        margin: 0 5px;
        width: 60px;
        height: 60px; }
  .hero .carousel {
    display: none; }
  .hero .back-roll {
    display: none; }

.company .inner {
  margin: 10px 20px 0;
  padding: 13px 0 22px; }
.company p {
  margin: 20px 0;
  font-size: 15px;
  line-height: 21px; }
.company p.h {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.company .para {
  height: 120px;
  overflow: hidden; }
.company .para.e {
  height: auto;
  overflow: auto; }
.company .toggle {
  display: block;
  margin: 0 auto 0;
  width: 40px;
  height: 40px;
  border: none;
  background-size: 40px;
  background: url(../img/btn-more.png) no-repeat 0 0;
  cursor: pointer;
  outline: none; }
.company .toggle.l {
  background-image: url(../img/btn-less.png); }

.business h2.tit-sect {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
.business .cols, .business .col {
  width: 100%; }
.business .pic {
  position: relative;
  width: 100px;
  height: 140px; }
  .business .pic img {
    position: absolute;
    left: 50%;
    top: 50%; }
    .business .pic img.w {
      display: none; }
.business figure {
  height: 140px;
  margin: 0; }
  .business figure figcaption {
    display: table-cell;
    height: 140px;
    padding: 0 20px 0 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff; }
  .business figure.l .pic {
    float: left; }
  .business figure.r figcaption {
    padding: 0 0 0 20px; }
  .business figure.r .pic {
    float: right; }
  .business figure.dic {
    background: url(../img/bg-dic.png) no-repeat 50% 0;
    background-size: auto 140px; }
    .business figure.dic img {
      margin-top: -25px;
      margin-left: -25px; }
  .business figure.support {
    background: url(../img/bg-support.png) no-repeat 50% 0;
    background-size: auto 140px; }
    .business figure.support img {
      margin-top: -22px;
      margin-left: -25px; }
  .business figure.dev {
    background: url(../img/bg-dev.png) no-repeat 50% 0;
    background-size: auto 140px; }
    .business figure.dev img {
      margin-top: -21px;
      margin-left: -25px; }
  .business figure.qa {
    background: url(../img/bg-qa.png) no-repeat 50% 0;
    background-size: auto 140px; }
    .business figure.qa img {
      margin-top: -20px;
      margin-left: -24px; }
  .business figure.dev img {
    margin-top: -30px; }

.pr .content-pr {
  display: none; }
.pr h2.tit-sect {
  margin: 32px 0 16px;
  text-align: center;
  font-size: 23px;
  color: #232d3b;
  position: static;
  height: auto;
  line-height: 1;
  font-weight: 100;
  font-family: "Roboto"; }
.pr .tit-article {
  margin: 20px 20px 38px;
  font-size: 16px;
  line-height: 25px;
  color: #232d3b;
  text-align: center; }
.pr .fig-img {
  width: 100%;
  margin: 0; }
  .pr .fig-img img {
    width: 100%; }
  .pr .fig-img .caption, .pr .fig-img figcaption {
    margin: 5px 20px 25px;
    font-size: 12px;
    color: #666; }
.pr .txts {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 20px; }
  .pr .txts p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 1.8; }
.pr .list-container {
  width: 100%;
  background-color: #fcfcfc;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #f8f8f8; }
  .pr .list-container ul {
    padding: 20px 0;
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb; }
    .pr .list-container ul li a {
      position: relative;
      display: block;
      height: 24px;
      color: #232d3b;
      padding: 6px 10px 0 86px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 16px;
      line-height: 1;
      white-space: nowrap;
      text-decoration: none; }
      .pr .list-container ul li a.on {
        color: #00c73c; }
      .pr .list-container ul li a em {
        line-height: 24px; }
      .pr .list-container ul li a span {
        position: absolute;
        top: 3px;
        left: 0;
        width: 66px;
        text-align: center;
        padding: 8px 10px 0;
        vertical-align: top;
        font-size: 13px;
        color: #c5c5c5; }
  .pr .list-container nav {
    text-align: center;
    margin: 14px auto 18px; }
    .pr .list-container nav a {
      display: inline-block;
      height: 22px;
      width: 22px; }
      .pr .list-container nav a:first-child {
        margin-right: 60px; }
      .pr .list-container nav a.prev {
        background: url(../img/news-chevron-left-green.png) no-repeat 50% 50%; }
        .pr .list-container nav a.prev.off {
          background-image: url(../img/news-chevron-left-gray.png); }
      .pr .list-container nav a.next {
        background: url(../img/news-chevron-right-green.png) no-repeat 50% 50%; }
        .pr .list-container nav a.next.off {
          background-image: url(../img/news-chevron-right-gray.png); }
.pr .toggle-ct {
  display: block;
  width: 40px;
  height: 40px;
  margin: -10px auto 10px;
  background: url(../img/article-chevron-down.png) no-repeat 50% 50%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .pr .toggle-ct.on {
    background-image: url(../img/article-chevron-up.png); }

.careers h2.tit-sect {
  margin: 32px 0 16px;
  width: auto;
  text-align: center;
  font-size: 23px;
  color: #232d3b;
  position: static;
  height: auto;
  line-height: 1;
  font-weight: 100;
  font-family: "Roboto"; }
.careers .lead {
  margin-bottom: 6px;
  font-size: 11px;
  line-height: 17.5px;
  color: #232d3b;
  text-align: center; }
.careers div.tabs {
  *zoom: 1; }
  .careers div.tabs:after {
    content: '';
    display: block;
    clear: both; }
  .careers div.tabs .nav {
    text-align: center; }
    .careers div.tabs .nav li {
      display: inline-block; }
      .careers div.tabs .nav li a {
        display: inline-block;
        height: 26px;
        margin: 0 -4px;
        padding: 14px 10px 0;
        font-size: 12px;
        line-height: 17.5px;
        color: #232d3b;
        font-family: "Roboto";
        text-decoration: none; }
      .careers div.tabs .nav li.active a {
        color: #39adf0; }
  .careers div.tabs .tab-content {
    width: 100%;
    float: left; }
    .careers div.tabs .tab-content .tab-pane {
      display: none; }
      .careers div.tabs .tab-content .tab-pane.active {
        display: block; }
      .careers div.tabs .tab-content .tab-pane .table {
        width: 100%; }
        .careers div.tabs .tab-content .tab-pane .table .t1 {
          text-align: left;
          padding-left: 15px; }
        .careers div.tabs .tab-content .tab-pane .table .t2, .careers div.tabs .tab-content .tab-pane .table .t3 {
          width: 90px;
          text-align: center; }
        .careers div.tabs .tab-content .tab-pane .table thead th {
          border-top: 2px solid #232d3b;
          border-bottom: 1px solid #232d3b;
          height: 40px;
          font-size: 11px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr {
          height: 35px; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.title {
            cursor: pointer; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr td {
            border-bottom: 1px solid #ebebeb; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr td h4 {
              font-weight: 600; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr:last-child td {
            border-bottom: none; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr:nth-last-child(2) td {
            border-bottom: none; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.title.open td {
            border-bottom: 1px solid #00c73c;
            font-weight: 600; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.title td {
            font-size: 12px; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.title .t1 {
            padding: 5px 0 5px 15px; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.job {
            display: none; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr.job.open {
              display: table-row; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr.job td {
              padding: 5px 15px 15px;
              font-size: 11px;
              line-height: 19px; }
              .careers div.tabs .tab-content .tab-pane .table tbody tr.job td h4 {
                margin: 10px 0px 4px;
                font-size: 11px; }
              .careers div.tabs .tab-content .tab-pane .table tbody tr.job td ol li li {
                margin-left: 10px; }

.contact {
  background-color: #f8f8f8;
  padding-bottom: 21px; }
  .contact .inner {
    background: none; }
  .contact h2.tit-sect {
    margin: 32px 0 14px;
    width: auto;
    text-align: center;
    font-size: 23px;
    color: #232d3b;
    position: static;
    height: auto;
    line-height: 1;
    font-weight: 100;
    font-family: "Roboto"; }
  .contact ul {
    margin: 0 20px; }
    .contact ul li {
      margin-top: 18px;
      padding: 0 5px;
      border-bottom: 1px solid #00c73c; }
      .contact ul li:last-child {
        border-bottom: none; }
      .contact ul li address, .contact ul li p, .contact ul li span, .contact ul li a {
        color: #232d3b;
        text-decoration: none;
        font-size: 12px; }
      .contact ul li address {
        margin-bottom: 16px; }
      .contact ul li p {
        margin-bottom: 10px; }
      .contact ul li span {
        display: inline-block;
        height: 15px;
        padding: 0 0 0 20px;
        font-family: "Roboto"; }
        .contact ul li span.tel {
          margin-right: 12px;
          background: url(../img/icon-phone.png) no-repeat 0 0px; }
        .contact ul li span.fax {
          background: url(../img/icon-fax.png) no-repeat 0 0px; }
        .contact ul li span.mail {
          background: url(../img/icon-mail.png) no-repeat 0 4px; }

/* #footer {
  padding: 9px 0 18px; }
  #footer ul {
    margin-bottom: 10px;
    text-align: center; }
    #footer ul li {
      display: inline-block;
      margin: 0 10px; }
      #footer ul li a {
        text-decoration: none;
        color: #9d9d9d;
        font-size: 11px;
        font-family: 'verdana';
        font-weight: 400;
        line-height: 1; }
  #footer .inner {
    text-align: center; } */
	
  /* footer */
  #footer{position:relative;border-top:1px solid #f1f1f1;text-align:center}
  #footer .inner {position:relative;text-align: center;}
  #footer .footer_static{height:130px;margin:0 auto}
  #footer .inner .svc{position:absolute;top: 34px;left: 75px;}
  #footer .inner .svc li{float:left;}
  #footer .inner .svc .nvr{margin-top: 3px;}
  #footer .inner .svc .nvr a{width: 62px;background-position: 0 -545px;margin-top: 5px;}
  #footer .inner .svc .cont a{width: 25px;margin-left:5px;display:inline-block;background: url(../img/contact.png) no-repeat 0 0;vertical-align:top;background-size: 25px 25px;}
  #footer .inner .svc .line a{width: 49px;background-position: -62px -545px;}
  #footer .inner .svc .labs a{width: 73px;background-position: -114px -545px;}
  #footer .inner .svc .works a{width: 65px;background-position: -177px -545px;}
  #footer .inner .svc .navercloud a{width: 140px;background-position: -240px -545px;}
  #footer .inner .svc a{height:24px;}
  #footer .inner .svc a{display:inline-block;background: url(../img/spr2.png) no-repeat;vertical-align:top;}
  #footer .inner .aff{position:absolute;top:30px;left:200px;vertical-align:top}
  #footer .inner .aff strong,#footer .inner .aff strong a{display:inline-block;width:132px;height:25px;vertical-align:top}
  #footer .inner .aff strong{padding:5px 0 1px}
  #footer .inner .aff strong a{background:url(../img/spr2.png) no-repeat -137px -292px;}
  #footer .inner .aff_on strong a,#footer .inner .aff_on strong a:hover{background-position:-137px -347px}
  #footer .inner .aff_on strong{background:url(../img/spr2.png) no-repeat -137px -342px}
  #footer .inner .aff .select_layer{display:none;overflow:hidden;position:absolute;left:0;bottom:31px;_bottom:30px;width:132px;border-bottom:2px solid #57c333;background:url(../img/spr_layer.png) no-repeat -602px 0;_background:none;z-index:10}
  #footer .inner .aff_on .select_layer{display:block}
  #footer .inner .aff .select_layer ul{padding:11px 1px 14px;}
  #footer .inner .aff .select_layer ul li{_display:inline-block;margin-top:1px;text-align:right;vertical-align:top}
  #footer .inner .aff .select_layer ul li a{display:block;padding:1px 27px 3px 0;color: #444547;line-height:15px;font-size: 11px;font-family:'나눔고딕',NanumGothic,'돋움',Dotum,AppleGothic;
			font-weight: 400;text-decoration:none !important;vertical-align:top}
  #footer .inner .aff .select_layer ul li a:hover{background:url(../img/spr_ico2.png) no-repeat 88px 4px;color:#57c333}	
  #footer address, #footer .miibeian {
    font-size: 10px;
    font-family: 'verdana';
    color: #232d3b;
    font-weight: 700;
    text-align: center;
    line-height: 1; }
  #footer .miibeian {
    text-align: center;
    text-decoration: none; }

@media screen and (min-width: 500px) {
  .business figure {
    height: 200px;
    background-size: auto 200px;
    background-size: auto 200px; }
    .business figure figcaption, .business figure.r figcaption {
      font-size: 17px;
      padding: 0 100px;
      height: 200px; }
    .business figure.dic, .business figure.support, .business figure.dev, .business figure.qa {
      background-size: auto 200px; }
  .business .pic {
    display: none; }

  .pr .tit-article {
    margin: 10px auto 38px;
    padding: 0 20px;
    max-width: 630px;
    font-size: 18px;
    line-height: 1.7;
    color: #232d3b;
    text-align: center; }
  .pr .fig-img {
    width: 100%;
    margin: 0 auto;
    max-width: 650px; }
    .pr .fig-img img {
      width: 100%; }
    .pr .fig-img .caption, .pr .fig-img figcaption {
      margin: 5px auto 25px;
      padding: 0 20px;
      max-width: 630px;
      font-size: 12px;
      color: #666; }
  .pr .txts {
    font-size: 14px;
    line-height: 1.8;
    margin: 10px auto 40px;
    padding: 0 20px;
    max-width: 630px; }
    .pr .txts p {
      margin: 25px 0; }
  .pr .list-container {
    width: 100%; }
    .pr .list-container ul {
      padding: 20px 0;
      border-bottom: 1px solid #ebebeb; }
      .pr .list-container ul li a {
        height: 24px;
        font-size: 14px;
        line-height: 1; }
        .pr .list-container ul li a em {
          line-height: 24px; }
        .pr .list-container ul li a span {
          width: 66px;
          padding: 8px 10px 0;
          font-size: 13px; }
    .pr .list-container nav {
      text-align: center;
      margin: 14px auto 18px; }

  .careers .lead {
    font-size: 14px; } 

	#footer .inner .aff{position:absolute;top:30px;left:250px;vertical-align:top}
		/* display: inline-block;
		        margin: 0 0 0 17px;  */
	#footer .inner .svc {
    position: absolute;
    left: 100px;
    top: 34px;
	}
}
@media screen and (min-width: 768px) {
  /* Styles for tablet & Web */
  .blur {
    -webkit-filter: none;
    filter: none; }

  .company .tit-sect.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

  #header {
    height: 79px;
    -webkit-transition: height linear .25s;
    -o-transition: height linear .25s;
    transition: height linear .25s; }
    #header h1 {
      float: left;
      margin: 28px 0 0 0;
      width: 172px;
      height: 20px;
      background: url(../img/logo-naver-w.svg) no-repeat 0 0;
      background-size: 172px 20px;
      -webkit-transition: margin-top linear .25s,background-size linear .15s;
      -o-transition: margin-top linear .25s,background-size linear .15s;
      transition: margin-top linear .25s,background-size linear .15s; }
      #header h1 a {
        display: block;
        float: left;
        width: 172px;
        height: 20px; }
    #header .nav {
      float: right; }
      #header .nav .nav-icon {
        display: none; }
      #header .nav ul {
        display: block;
        padding: 0;
        position: relative !important;
        margin: 31px 0 0;
        width: auto;
        float: right;
        -webkit-transition: margin-top linear .25s;
        -o-transition: margin-top linear .25s;
        transition: margin-top linear .25s; }
        #header .nav ul li {
          float: left;
          border: none;
          height: 18px;
          margin-left: 34px;
          margin-right: 0; }
          #header .nav ul li:first-child {
            margin-left: 0; }
          #header .nav ul li a {
            font-size: 18px;
            width: auto;
            height: 18px;
            padding-top: 0; }
      #header .nav.m-open ul {
        background-color: transparent; }
    #header.affix {
      height: 59px; }
      #header.affix h1 {
        margin-top: 21px;
        background-size: 138px 16px; }
      #header.affix .nav ul {
        margin-top: 21px; }

  .no-svg #header h1 {
    background: url(../img/logo-naver-w.png) no-repeat 0 0; }

  .backdropfilter #header.affix {
    background: rgba(255, 255, 255, 0.65);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    border-bottom: none; }
  #footer .inner .aff{position:absolute;/* top:-10px; *//* left:500px; */}
  .hero {
    margin-top: 80px; }
    .hero .inner {
      height: 500px; }
    .hero .roll {
      height: 120px; }
      .hero .roll .icons {
        width: 2660px; }
        .hero .roll .icons li {
          float: left;
          margin: 0 10px;
          width: 120px;
          height: 120px; }

  .company .inner {
    padding: 83px 34px 67px;
    margin: 83px 0 67px; }
  .company .para {
    height: auto;
    overflow: auto; }
  .company p {
    font-size: 17px;
    line-height: 24px; }
  .company p.h {
    border: 0;
    height: auto;
    margin: 20px 0;
    overflow: auto;
    position: static;
    width: auto; }
  .company .toggle {
    display: none; }

  .business {
    background-color: #f8f8f8; }

  section.sect h2.tit-sect {
    margin: 52px 0 21px;
    width: auto;
    text-align: left;
    font-size: 36px;
    color: #232d3b;
    position: static;
    height: auto;
    line-height: 1;
    font-weight: 100;
    font-family: "Roboto"; }

  .pr .tit-article {
    margin: 10px auto 50px;
    padding: 0;
    max-width: 700px;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400; }
  .pr .fig-img {
    width: 100%;
    margin: 0 auto;
    max-width: 700px; }
    .pr .fig-img img {
      width: 100%; }
    .pr .fig-img .caption, .pr .fig-img figcaption {
      margin: 5px auto 50px;
      max-width: 700px;
      font-size: 12px;
      color: #666; }
  .pr .txts {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 40px;
    padding: 0;
    max-width: 700px; }
    .pr .txts p {
      margin: 25px 0;
      font-size: 14px;
      line-height: 1.8; }
  .pr .list-container {
    width: 100%; }
    .pr .list-container ul {
      padding: 20px 0;
      border-bottom: 1px solid #ebebeb; }
      .pr .list-container ul li a {
        height: 24px;
        font-size: 14px;
        line-height: 1; }
        .pr .list-container ul li a em {
          line-height: 24px; }
        .pr .list-container ul li a span {
          width: 66px;
          padding: 8px 10px 0;
          font-size: 13px; }
    .pr .list-container nav {
      text-align: center;
      margin: 14px auto 18px; }

  .careers h2.tit-sect {
    margin: 32px 0 16px;
    width: auto;
    text-align: center;
    font-size: 23px;
    color: #232d3b;
    position: static;
    height: auto;
    line-height: 1;
    font-weight: 100;
    font-family: "Roboto"; }
  .careers .lead {
    margin: 60px 0 80px;
    font-size: 22px;
    line-height: 1;
    color: #232d3b;
    font-weight: 700; }
  .careers div.tabs .nav {
    margin-bottom: 20px;
    margin-right: 4px;
    text-align: center; }
    .careers div.tabs .nav li a {
      height: 26px;
      margin: 0 19px;
      padding: 14px 0 0;
      font-size: 30px;
      line-height: 1;
      color: #c5c5c5;
      font-weight: 100; }
  .careers div.tabs .tab-content {
    padding-bottom: 72px; }
    .careers div.tabs .tab-content .tab-pane .table {
      width: 100%; }
      .careers div.tabs .tab-content .tab-pane .table .t1 {
        text-align: left;
        padding-left: 30px; }
      .careers div.tabs .tab-content .tab-pane .table .t2, .careers div.tabs .tab-content .tab-pane .table .t3 {
        width: 144px;
        text-align: center; }
      .careers div.tabs .tab-content .tab-pane .table thead th {
        border-top: 2px solid #232d3b;
        border-bottom: 1px solid #232d3b;
        height: 40px;
        font-size: 14px;
        font-weight: 700; }
      .careers div.tabs .tab-content .tab-pane .table tbody tr {
        height: 35px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr td {
          border-bottom: 1px solid #ebebeb; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr:last-child td {
          border-bottom: none; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr:nth-last-child(2) td {
          border-bottom: 1px solid #ebebeb; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.title.open td {
          border-bottom: 1px solid #00c73c;
          font-weight: 600; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.title td {
          font-size: 12px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.title .t1 {
          padding: 5px 0 5px 30px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.job {
          display: none; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.job.open {
            display: table-row; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.job td {
            padding: 28px 30px 38px;
            font-size: 12px;
            line-height: 19px; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr.job td h4 {
              margin: 10px 0px 4px;
              font-size: 12px; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr.job td ol li li {
              margin-left: 10px; }

  .contact {
    padding-bottom: 0; }
    .contact .inner h2.tit-sect {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .contact .inner ul {
      margin: 68px 20px; }
      .contact .inner ul li {
        margin-top: 18px;
        padding: 0 0 0 10px;
        border-bottom: none;
        border-left: 1px solid #232d3b; }
        .contact .inner ul li:last-child {
          border-bottom: none; }
        .contact .inner ul li address, .contact .inner ul li p, .contact .inner ul li span, .contact .inner ul li a {
          color: #232d3b;
          text-decoration: none;
          font-size: 14px; }
        .contact .inner ul li address {
          margin-bottom: 12px; }
        .contact .inner ul li p {
          margin-bottom: 6px; }
        .contact .inner ul li span {
          display: inline-block;
          height: 15px;
          padding: 0 0 0 22px;
          font-family: "Roboto"; }
          .contact .inner ul li span.tel {
            margin-right: 16px;
            background: url(../img/icon-phone.png) no-repeat 0 0px; }
          .contact .inner ul li span.fax {
            background: url(../img/icon-fax.png) no-repeat 0 0px; }
          .contact .inner ul li span.mail {
            background: url(../img/icon-mail.png) no-repeat 0 4px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for tablet */
  #header .inner, #footer .inner, section.sect .inner {
    margin: 0 30px; }

  section.sect h2.tit-sect {
    margin: 48px 0 30px; }

  section.business .inner {
    margin: 0; }

  .hero {
    height: 500px; }
    .hero h1 {
      font-size: 42px; }
    .hero .lead {
      margin-top: 50px;
      font-size: 24px; }
    .hero .roll {
      top: -86px; }

  section.business h2.tit-sect, section.pr h2.tit-sect, section.careers h2.tit-sect {
    text-align: center; }

  .contact {
    padding-bottom: 0; }
    .contact .inner {
      height: 330px;
      background: url(../img/map.png) no-repeat 100% 25%;
      background-size: auto 500px;
      -webkit-transition: background-position 0.15s linear;
      -o-transition: background-position 0.15s linear;
      transition: background-position 0.15s linear; }
      .contact .inner h2.tit-sect {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .contact .inner ul {
        margin: 25px 20px; }
        .contact .inner ul li {
          margin-top: 18px;
          padding: 0 0 0 10px;
          border-bottom: none;
          border-left: 1px solid #232d3b; }
          .contact .inner ul li:last-child {
            border-bottom: none; }
          .contact .inner ul li address, .contact .inner ul li p, .contact .inner ul li span, .contact .inner ul li a {
            color: #232d3b;
            text-decoration: none;
            font-size: 13px; }
          .contact .inner ul li address {
            margin-bottom: 12px; }
          .contact .inner ul li p {
            margin-bottom: 6px; }
          .contact .inner ul li span {
            display: inline-block;
            height: 15px;
            padding: 0 0 0 20px;
            font-family: "Roboto"; }
            .contact .inner ul li span.tel {
              margin-right: 12px;
              background: url(../img/icon-phone.png) no-repeat 0 0px; }
            .contact .inner ul li span.fax {
              background: url(../img/icon-fax.png) no-repeat 0 0px; }
            .contact .inner ul li span.mail {
              background: url(../img/icon-mail.png) no-repeat 0 4px; }

  #footer {
    padding: 30px 0 42px; }
    #footer ul {
      float: right;
      margin-top: -5px;
      text-align: center; }
      #footer ul li {
        margin: 0 0 0 10px; }
        #footer ul li a {
          font-size: 12px; }
    #footer address {
      font-size: 13px;
      text-align: left; }
    #footer address, #footer .miibeian {
      display: inline-block;
      float: left;
      font-size: 12px;
      font-weight: 700;
      text-align: left; }
    #footer .miibeian {
      float: left;
      margin-left: 14px; }
      #footer .miibeian :before {
        content: '･';
        display: block; } }
@media screen and (min-width: 1024px) {
  /* Styles for Web */
  #header .inner, #footer .inner, section.sect .inner {
    width: 1000px;
    margin: 0 auto; }

  .hero {
    border-bottom: 1px solid #d8d8d8;
    height: 700px;
    position: relative; }
    .hero figure {
      display: none; }
    .hero div.inner {
      background: none; }
    .hero h1 {
      position: absolute;
      top: 118px;
      left: 40px;
      font-size: 72px;
      z-index: 6000;
      color: #232d3b; }
    .hero .lead {
      position: absolute;
      top: 240px;
      left: 40px;
      font-size: 24px;
      z-index: 6000; }
    .hero .carousel {
      display: block;
      position: absolute;
      z-index: 5000;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .hero .carousel .fade {
        opacity: 0;
        -webkit-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear; }
        .hero .carousel .fade.active {
          opacity: 1; }
      .hero .carousel .carousel-indicators {
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -434px;
        height: 6px; }
        .hero .carousel .carousel-indicators li {
          float: left;
          margin-right: 4px;
          width: 4px;
          height: 4px;
          border: 1px solid #d6d6d6;
          border-radius: 3px; }
          .hero .carousel .carousel-indicators li.active {
            width: 6px;
            height: 6px;
            background-color: #00c73c;
            border: none; }
      .hero .carousel .carousel-inner, .hero .carousel .carousel-inner .item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: auto 496px; }
      .hero .carousel .carousel-inner .naver {
        background: url(../img/frame-naver.png) no-repeat 80% 120px; }
      .hero .carousel .carousel-inner .line {
        background: url(../img/frame-line.png) no-repeat 80% 120px; }
      .hero .carousel .carousel-inner .works {
        background: url(../img/frame-works.png) no-repeat 80% 120px; }
      .hero .carousel .carousel-inner .ncp {
        background: url(../img/frame-ncp.png) no-repeat 80% 120px; }
    .hero .roll {
      top: -54px; }
    .hero .back-roll {
      width: 100%;
      overflow: hidden;
      display: block;
      position: absolute;
      z-index: 4050;
      bottom: 308px;
      height: 50px; }
      .hero .back-roll .icons {
        width: 1818px;
        height: 50px;
        background: url(../img/back-roll.png); }

  .company p:first-child {
    margin-top: 0; }
  .company p, .company p.h {
    margin: 24px 0; }

  .business {
    padding-bottom: 110px; }
    .business .col {
      width: 50%;
      float: left; }
    .business figure {
      height: 250px;
      background-image: none !important; }
      .business figure .pic, .business figure figcaption {
        width: 250px;
        height: 250px;
        display: table-cell; }
      .business figure .pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -50px;
        margin-left: -50px; }
        .business figure .pic img.m {
          display: none; }
        .business figure .pic img.w {
          display: block; }
      .business figure figcaption {
        background-color: #fff;
        color: #262626;
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px; }
      .business figure.l .pic {
        background: url(../img/bul-arrow-left.png) no-repeat 100% 50%; }
      .business figure.r .pic {
        background: url(../img/bul-arrow-right.png) no-repeat 0 50%; }
      .business figure.r figcaption {
        height: 250px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 24px; }
      .business figure.dic {
        background-color: #18d26a; }
        .business figure.dic img {
          margin-top: -50px;
          margin-left: -50px; }
      .business figure.support {
        background-color: #8453ff; }
        .business figure.support img {
          margin-top: -43px;
          margin-left: -50px; }
      .business figure.dev {
        background-color: #39adf0; }
        .business figure.dev img {
          margin-top: -43px;
          margin-left: -50px; }
      .business figure.qa {
        background-color: #f03960; }
        .business figure.qa img {
          margin-top: -39px;
          margin-left: -48px; }

  .contact .inner {
    height: 430px;
    background: url(../img/map.png) no-repeat 100% 15%;
    background-size: auto 500px; }

  #footer {
    padding: 40px 0 50px; }
    #footer ul {
     /*  float: right; */
      margin-top: -4px;
      margin-bottom: 8px;
      text-align: center; }
      /* #footer ul li {
        display: inline-block;
        margin: 0 0 0 17px; } */
        #footer ul li a {
          font-size: 13px;
          /* font-family: 'verdana'; */
          font-weight: 400;
          }
	#footer .inner .aff{top:-10px;left: 869px;}
    #footer address, #footer .miibeian {
      display: inline-block;
      float: left;
      font-size: 13px;
      font-weight: 700;
      text-align: left; }
    #footer .miibeian {
      float: left;
      margin-left: 14px; }
      #footer .miibeian :before {
        content: '･';
        display: block; }

  .pr .tit-article {
    margin: 50px auto 70px;
    padding: 0;
    max-width: 700px;
    font-size: 22px;
    line-height: 1.7; }
  .pr .fig-img {
    width: 100%;
    margin: 0 auto;
    max-width: 700px; }
    .pr .fig-img img {
      width: 100%; }
    .pr .fig-img .caption, .pr .fig-img figcaption {
      margin: 5px auto 60px;
      max-width: 700px;
      font-size: 12px;
      color: #666; }
  .pr .txts {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 auto 60px;
    padding: 0;
    max-width: 700px; }
  .pr .list-container {
    width: 100%; }
    .pr .list-container ul {
      padding: 20px 0 24px; }
      .pr .list-container ul li {
        height: 14px;
        padding-top: 4px;
        padding-bottom: 6px; }
        .pr .list-container ul li a {
          display: inline;
          font-size: 12px;
          padding-top: 0; }
          .pr .list-container ul li a span {
            width: 66px;
            top: 0;
            padding: 0 10px 0;
            font-size: 12px; }
    .pr .list-container nav {
      text-align: center;
      margin: 14px auto 38px; }

  .careers h2.tit-sect {
    margin: 32px 0 16px;
    width: auto;
    text-align: left;
    font-size: 23px;
    color: #232d3b;
    position: static;
    height: auto;
    line-height: 1;
    font-weight: 100;
    font-family: "Roboto"; }
  .careers .lead {
    margin: 60px 0 80px;
    font-size: 22px;
    line-height: 1;
    color: #232d3b;
    font-weight: 400; }
  .careers div.tabs .nav {
    margin-bottom: 20px;
    margin-right: 4px;
    float: right; }
    .careers div.tabs .nav li a {
      margin: 0 19px;
      padding: 14px 0 0;
      font-size: 30px; }
  .careers div.tabs .tab-content {
    padding-bottom: 72px; }
    .careers div.tabs .tab-content .tab-pane .table {
      width: 100%; }
      .careers div.tabs .tab-content .tab-pane .table .t1 {
        text-align: left;
        padding-left: 30px; }
      .careers div.tabs .tab-content .tab-pane .table .t2, .careers div.tabs .tab-content .tab-pane .table .t3 {
        width: 144px;
        text-align: center; }
      .careers div.tabs .tab-content .tab-pane .table thead th {
        border-top: 2px solid #232d3b;
        border-bottom: 1px solid #232d3b;
        height: 40px;
        font-size: 14px;
        font-weight: 700; }
      .careers div.tabs .tab-content .tab-pane .table tbody tr {
        height: 35px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr td {
          border-bottom: 1px solid #ebebeb; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr:last-child td {
          border-bottom: none; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr:nth-last-child(2) td {
          border-bottom: 1px solid #ebebeb; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.title.open td {
          border-bottom: 1px solid #00c73c;
          font-weight: 600; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.title td {
          font-size: 12px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.title .t1 {
          padding: 5px 0 5px 30px; }
        .careers div.tabs .tab-content .tab-pane .table tbody tr.job {
          display: none; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.job.open {
            display: table-row; }
          .careers div.tabs .tab-content .tab-pane .table tbody tr.job td {
            padding: 28px 30px 38px;
            font-size: 12px;
            line-height: 19px; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr.job td h4 {
              margin: 10px 0px 4px;
              font-size: 12px; }
            .careers div.tabs .tab-content .tab-pane .table tbody tr.job td ol li li {
              margin-left: 10px; } 
	#footer .inner .svc {
    position: absolute;
    left: 740px;
    top: 0;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hero .inner {
    background: url(../img/pattern@2x.png);
    background-size: 300px 300px; }

  .company .toggle {
    outline: none;
    background: url(../img/btn-more@2x.png);
    background-size: 40px; }
    .company .toggle.l {
      background-image: url(../img/btn-less@2x.png); }

  .contact .inner ul li span.tel {
    background: url(../img/icon-phone@2x.png) no-repeat 0 0px;
    background-size: 15px; }
  .contact .inner ul li span.fax {
    background: url(../img/icon-fax@2x.png) no-repeat 0 0px;
    background-size: 15px; }
  .contact .inner ul li span.mail {
    background: url(../img/icon-mail@2x.png) no-repeat 0 4px;
    background-size: 15px; }

  .pr .list-container nav {
    text-align: center;
    margin: 14px auto 18px; }
    .pr .list-container nav a {
      height: 22px;
      width: 22px; }
      .pr .list-container nav a.prev {
        background: url(../img/news-chevron-left-green@2x.png) no-repeat 50% 50%;
        background-size: 14px 26px; }
        .pr .list-container nav a.prev.off {
          background-image: url(../img/news-chevron-left-gray@2x.png); }
      .pr .list-container nav a.next {
        background: url(../img/news-chevron-right-green@2x.png) no-repeat 50% 50%;
        background-size: 14px 26px; }
        .pr .list-container nav a.next.off {
          background-image: url(../img/news-chevron-right-gray@2x.png); }
  .pr .toggle-ct {
    background: url(../img/article-chevron-down@2x.png) no-repeat 50% 50%;
    background-size: 26px 14px; }
    .pr .toggle-ct.on {
      background-image: url(../img/article-chevron-up@2x.png); } }
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact .inner {
    background: url(../img/map@2x.png) no-repeat 100% 25%;
    background-size: auto 500px; } }
@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .contact .inner {
    background: url(../img/map@2x.png) no-repeat 100% 15%;
    background-size: auto 500px; } }
.roll li[class*="icon-60"] {
  background-image: url(../img/apps/apps.png);
  background-size: 560px; }
.roll .icon-60-1 {
  background-position: 0 0; }
.roll .icon-60-2 {
  background-position: -70px 0; }
.roll .icon-60-3 {
  background-position: 0 -70px; }
.roll .icon-60-4 {
  background-position: -70px -70px; }
.roll .icon-60-5 {
  background-position: -140px 0; }
.roll .icon-60-6 {
  background-position: -140px -70px; }
.roll .icon-60-7 {
  background-position: 0 -140px; }
.roll .icon-60-8 {
  background-position: -70px -140px; }
.roll .icon-60-9 {
  background-position: -140px -140px; }
.roll .icon-60-10 {
  background-position: -210px 0; }
.roll .icon-60-11 {
  background-position: -210px -70px; }
.roll .icon-60-12 {
  background-position: -210px -140px; }
.roll .icon-60-13 {
  background-position: 0 -210px; }
.roll .icon-60-14 {
  background-position: -70px -210px; }
.roll .icon-60-15 {
  background-position: -140px -210px; }
.roll .icon-60-16 {
  background-position: -210px -210px; }
.roll .icon-60-17 {
  background-position: -280px 0; }
.roll .icon-60-18 {
  background-position: -280px -70px; }
.roll .icon-60-19 {
  background-position: -280px -140px; }
.roll .icon-60-20 {
  background-position: -280px -210px; }
.roll .icon-60-21 {
  background-position: 0 -280px; }
.roll .icon-60-22 {
  background-position: -70px -280px; }
.roll .icon-60-23 {
  background-position: -140px -280px; }
.roll .icon-60-24 {
  background-position: -210px -280px; }
.roll .icon-60-25 {
  background-position: -280px -280px; }
.roll .icon-60-26 {
  background-position: -350px 0; }
.roll .icon-60-27 {
  background-position: -350px -70px; }
.roll .icon-60-28 {
  background-position: -350px -140px; }
.roll .icon-60-29 {
  background-position: -350px -210px; }
.roll .icon-60-30 {
  background-position: -350px -280px; }
.roll .icon-60-31 {
  background-position: 0 -350px; }
.roll .icon-60-32 {
  background-position: -70px -350px; }
.roll .icon-60-33 {
  background-position: -140px -350px; }
.roll .icon-60-34 {
  background-position: -210px -350px; }
.roll .icon-60-35 {
  background-position: -280px -350px; }
.roll .icon-60-36 {
  background-position: -350px -350px; }
.roll .icon-60-37 {
  background-position: -420px 0; }
.roll .icon-60-38 {
  background-position: -420px -70px; }
.roll .icon-60-39 {
  background-position: -420px -140px; }
.roll .icon-60-40 {
  background-position: -420px -210px; }
.roll .icon-60-41 {
  background-position: -420px -280px; }
.roll .icon-60-42 {
  background-position: -420px -350px; }
.roll .icon-60-43 {
  background-position: 0 -420px; }
.roll .icon-60-44 {
  background-position: -70px -420px; }
.roll .icon-60-45 {
  background-position: -140px -420px; }
.roll .icon-60-46 {
  background-position: -210px -420px; }
.roll .icon-60-47 {
  background-position: -280px -420px; }
.roll .icon-60-48 {
  background-position: -350px -420px; }
.roll .icon-60-49 {
  background-position: -420px -420px; }
.roll .icon-60-50 {
  background-position: -490px 0; }
.roll .icon-60-51 {
  background-position: -490px -70px; }
.roll .icon-60-52 {
  background-position: -490px -140px; }
.roll .icon-60-53 {
  background-position: -490px -210px; }
.roll .icon-60-54 {
  background-position: -490px -280px; }
.roll .icon-60-55 {
  background-position: -490px -350px; }
.roll .icon-60-56 {
  background-position: -490px -420px; }
.roll .icon-60-57 {
  background-position: 0 -490px; }
.roll .icon-60-58 {
  background-position: -70px -490px; }

@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .roll li[class*="icon-60"] {
    background-image: url(../img/apps/apps2x.png);
    background-size: 585px 455px; }
  .roll .icon-60-1 {
    background-position: 0 0; }
  .roll .icon-60-2 {
    background-position: -65px 0; }
  .roll .icon-60-3 {
    background-position: 0 -65px; }
  .roll .icon-60-4 {
    background-position: -65px -65px; }
  .roll .icon-60-5 {
    background-position: -130px 0; }
  .roll .icon-60-6 {
    background-position: -130px -65px; }
  .roll .icon-60-7 {
    background-position: 0 -130px; }
  .roll .icon-60-8 {
    background-position: -65px -130px; }
  .roll .icon-60-9 {
    background-position: -130px -130px; }
  .roll .icon-60-10 {
    background-position: -195px 0; }
  .roll .icon-60-11 {
    background-position: -195px -65px; }
  .roll .icon-60-12 {
    background-position: -195px -130px; }
  .roll .icon-60-13 {
    background-position: 0 -195px; }
  .roll .icon-60-14 {
    background-position: -65px -195px; }
  .roll .icon-60-15 {
    background-position: -130px -195px; }
  .roll .icon-60-16 {
    background-position: -195px -195px; }
  .roll .icon-60-17 {
    background-position: -260px 0; }
  .roll .icon-60-18 {
    background-position: -260px -65px; }
  .roll .icon-60-19 {
    background-position: -260px -130px; }
  .roll .icon-60-20 {
    background-position: -260px -195px; }
  .roll .icon-60-21 {
    background-position: 0 -260px; }
  .roll .icon-60-22 {
    background-position: -65px -260px; }
  .roll .icon-60-23 {
    background-position: -130px -260px; }
  .roll .icon-60-24 {
    background-position: -195px -260px; }
  .roll .icon-60-25 {
    background-position: -260px -260px; }
  .roll .icon-60-26 {
    background-position: -325px 0; }
  .roll .icon-60-27 {
    background-position: -325px -65px; }
  .roll .icon-60-28 {
    background-position: -325px -130px; }
  .roll .icon-60-29 {
    background-position: -325px -195px; }
  .roll .icon-60-30 {
    background-position: -325px -260px; }
  .roll .icon-60-31 {
    background-position: 0 -325px; }
  .roll .icon-60-32 {
    background-position: -65px -325px; }
  .roll .icon-60-33 {
    background-position: -130px -325px; }
  .roll .icon-60-34 {
    background-position: -195px -325px; }
  .roll .icon-60-35 {
    background-position: -260px -325px; }
  .roll .icon-60-36 {
    background-position: -325px -325px; }
  .roll .icon-60-37 {
    background-position: -390px 0; }
  .roll .icon-60-38 {
    background-position: -390px -65px; }
  .roll .icon-60-39 {
    background-position: -390px -130px; }
  .roll .icon-60-40 {
    background-position: -390px -195px; }
  .roll .icon-60-41 {
    background-position: -390px -260px; }
  .roll .icon-60-42 {
    background-position: -390px -325px; }
  .roll .icon-60-43 {
    background-position: 0 -390px; }
  .roll .icon-60-44 {
    background-position: -65px -390px; }
  .roll .icon-60-45 {
    background-position: -130px -390px; }
  .roll .icon-60-46 {
    background-position: -195px -390px; }
  .roll .icon-60-47 {
    background-position: -260px -390px; }
  .roll .icon-60-48 {
    background-position: -325px -390px; }
  .roll .icon-60-49 {
    background-position: -390px -390px; }
  .roll .icon-60-50 {
    background-position: -455px 0; }
  .roll .icon-60-51 {
    background-position: -455px -65px; }
  .roll .icon-60-52 {
    background-position: -455px -130px; }
  .roll .icon-60-53 {
    background-position: -455px -195px; }
  .roll .icon-60-54 {
    background-position: -455px -260px; }
  .roll .icon-60-55 {
    background-position: -455px -325px; }
  .roll .icon-60-56 {
    background-position: -455px -390px; }
  .roll .icon-60-57 {
    background-position: -520px 0; }
  .roll .icon-60-58 {
    background-position: -520px -65px; } }
@media screen and (min-width: 768px) {
  .roll li[class*="icon-60"] {
    background-image: url(../img/apps/apps2x.png);
    background-size: 1170px 910px; }
  .roll .icon-60-1 {
    background-position: 0 0; }
  .roll .icon-60-2 {
    background-position: -130px 0; }
  .roll .icon-60-3 {
    background-position: 0 -130px; }
  .roll .icon-60-4 {
    background-position: -130px -130px; }
  .roll .icon-60-5 {
    background-position: -260px 0; }
  .roll .icon-60-6 {
    background-position: -260px -130px; }
  .roll .icon-60-7 {
    background-position: 0 -260px; }
  .roll .icon-60-8 {
    background-position: -130px -260px; }
  .roll .icon-60-9 {
    background-position: -260px -260px; }
  .roll .icon-60-10 {
    background-position: -390px 0; }
  .roll .icon-60-11 {
    background-position: -390px -130px; }
  .roll .icon-60-12 {
    background-position: -390px -260px; }
  .roll .icon-60-13 {
    background-position: 0 -390px; }
  .roll .icon-60-14 {
    background-position: -130px -390px; }
  .roll .icon-60-15 {
    background-position: -260px -390px; }
  .roll .icon-60-16 {
    background-position: -390px -390px; }
  .roll .icon-60-17 {
    background-position: -520px 0; }
  .roll .icon-60-18 {
    background-position: -520px -130px; }
  .roll .icon-60-19 {
    background-position: -520px -260px; }
  .roll .icon-60-20 {
    background-position: -520px -390px; }
  .roll .icon-60-21 {
    background-position: 0 -520px; }
  .roll .icon-60-22 {
    background-position: -130px -520px; }
  .roll .icon-60-23 {
    background-position: -260px -520px; }
  .roll .icon-60-24 {
    background-position: -390px -520px; }
  .roll .icon-60-25 {
    background-position: -520px -520px; }
  .roll .icon-60-26 {
    background-position: -650px 0; }
  .roll .icon-60-27 {
    background-position: -650px -130px; }
  .roll .icon-60-28 {
    background-position: -650px -260px; }
  .roll .icon-60-29 {
    background-position: -650px -390px; }
  .roll .icon-60-30 {
    background-position: -650px -520px; }
  .roll .icon-60-31 {
    background-position: 0 -650px; }
  .roll .icon-60-32 {
    background-position: -130px -650px; }
  .roll .icon-60-33 {
    background-position: -260px -650px; }
  .roll .icon-60-34 {
    background-position: -390px -650px; }
  .roll .icon-60-35 {
    background-position: -520px -650px; }
  .roll .icon-60-36 {
    background-position: -650px -650px; }
  .roll .icon-60-37 {
    background-position: -780px 0; }
  .roll .icon-60-38 {
    background-position: -780px -130px; }
  .roll .icon-60-39 {
    background-position: -780px -260px; }
  .roll .icon-60-40 {
    background-position: -780px -390px; }
  .roll .icon-60-41 {
    background-position: -780px -520px; }
  .roll .icon-60-42 {
    background-position: -780px -650px; }
  .roll .icon-60-43 {
    background-position: 0 -780px; }
  .roll .icon-60-44 {
    background-position: -130px -780px; }
  .roll .icon-60-45 {
    background-position: -260px -780px; }
  .roll .icon-60-46 {
    background-position: -390px -780px; }
  .roll .icon-60-47 {
    background-position: -520px -780px; }
  .roll .icon-60-48 {
    background-position: -650px -780px; }
  .roll .icon-60-49 {
    background-position: -780px -780px; }
  .roll .icon-60-50 {
    background-position: -910px 0; }
  .roll .icon-60-51 {
    background-position: -910px -130px; }
  .roll .icon-60-52 {
    background-position: -910px -260px; }
  .roll .icon-60-53 {
    background-position: -910px -390px; }
  .roll .icon-60-54 {
    background-position: -910px -520px; }
  .roll .icon-60-55 {
    background-position: -910px -650px; }
  .roll .icon-60-56 {
    background-position: -910px -780px; }
  .roll .icon-60-57 {
    background-position: -1040px 0; }
  .roll .icon-60-58 {
    background-position: -1040px -130px; } }
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .roll li.icon-60-1, .roll li.icon-60-2, .roll li.icon-60-3, .roll li.icon-60-4, .roll li.icon-60-5, .roll li.icon-60-6, .roll li.icon-60-7, .roll li.icon-60-8, .roll li.icon-60-9, .roll li.icon-60-10, .roll li.icon-60-11, .roll li.icon-60-12, .roll li.icon-60-13, .roll li.icon-60-14, .roll li.icon-60-15, .roll li.icon-60-16, .roll li.icon-60-17, .roll li.icon-60-18, .roll li.icon-60-19, .roll li.icon-60-20, .roll li.icon-60-21, .roll li.icon-60-22, .roll li.icon-60-23, .roll li.icon-60-24, .roll li.icon-60-25, .roll li.icon-60-26, .roll li.icon-60-27, .roll li.icon-60-28, .roll li.icon-60-29 {
    background-image: url(../img/apps/apps4x1.png);
    background-size: 1000px 500px; }
  .roll li.icon-60-30, .roll li.icon-60-31, .roll li.icon-60-32, .roll li.icon-60-33, .roll li.icon-60-34, .roll li.icon-60-35, .roll li.icon-60-36, .roll li.icon-60-37, .roll li.icon-60-38, .roll li.icon-60-39, .roll li.icon-60-40, .roll li.icon-60-41, .roll li.icon-60-42, .roll li.icon-60-43, .roll li.icon-60-44, .roll li.icon-60-45, .roll li.icon-60-46, .roll li.icon-60-47, .roll li.icon-60-48, .roll li.icon-60-49, .roll li.icon-60-50, .roll li.icon-60-51, .roll li.icon-60-52, .roll li.icon-60-53, .roll li.icon-60-54, .roll li.icon-60-55, .roll li.icon-60-56, .roll li.icon-60-57, .roll li.icon-60-58 {
    background-image: url(../img/apps/apps4x2.png);
    background-size: 1000px 500px; }
  .roll .icon-60-1 {
    background-position: 0 0; }
  .roll .icon-60-2 {
    background-position: -125px 0; }
  .roll .icon-60-3 {
    background-position: 0 -125px; }
  .roll .icon-60-4 {
    background-position: -125px -125px; }
  .roll .icon-60-5 {
    background-position: -250px 0; }
  .roll .icon-60-6 {
    background-position: -250px -125px; }
  .roll .icon-60-7 {
    background-position: 0 -250px; }
  .roll .icon-60-8 {
    background-position: -125px -250px; }
  .roll .icon-60-9 {
    background-position: -250px -250px; }
  .roll .icon-60-10 {
    background-position: -375px 0; }
  .roll .icon-60-11 {
    background-position: -375px -125px; }
  .roll .icon-60-12 {
    background-position: -375px -250px; }
  .roll .icon-60-13 {
    background-position: 0 -375px; }
  .roll .icon-60-14 {
    background-position: -125px -375px; }
  .roll .icon-60-15 {
    background-position: -250px -375px; }
  .roll .icon-60-16 {
    background-position: -375px -375px; }
  .roll .icon-60-17 {
    background-position: -500px 0; }
  .roll .icon-60-18 {
    background-position: -500px -125px; }
  .roll .icon-60-19 {
    background-position: -500px -250px; }
  .roll .icon-60-20 {
    background-position: -500px -375px; }
  .roll .icon-60-21 {
    background-position: -625px 0; }
  .roll .icon-60-22 {
    background-position: -625px -125px; }
  .roll .icon-60-23 {
    background-position: -625px -250px; }
  .roll .icon-60-24 {
    background-position: -625px -375px; }
  .roll .icon-60-25 {
    background-position: -750px 0; }
  .roll .icon-60-26 {
    background-position: -750px -125px; }
  .roll .icon-60-27 {
    background-position: -750px -250px; }
  .roll .icon-60-28 {
    background-position: -750px -375px; }
  .roll .icon-60-29 {
    background-position: -875px 0; }
  .roll .icon-60-30 {
    background-position: 0 0; }
  .roll .icon-60-31 {
    background-position: -125px 0; }
  .roll .icon-60-32 {
    background-position: 0 -125px; }
  .roll .icon-60-33 {
    background-position: -125px -125px; }
  .roll .icon-60-34 {
    background-position: -250px 0; }
  .roll .icon-60-35 {
    background-position: -250px -125px; }
  .roll .icon-60-36 {
    background-position: 0 -250px; }
  .roll .icon-60-37 {
    background-position: -125px -250px; }
  .roll .icon-60-38 {
    background-position: -250px -250px; }
  .roll .icon-60-39 {
    background-position: -375px 0; }
  .roll .icon-60-40 {
    background-position: -375px -125px; }
  .roll .icon-60-41 {
    background-position: -375px -250px; }
  .roll .icon-60-42 {
    background-position: 0 -375px; }
  .roll .icon-60-43 {
    background-position: -125px -375px; }
  .roll .icon-60-44 {
    background-position: -250px -375px; }
  .roll .icon-60-45 {
    background-position: -375px -375px; }
  .roll .icon-60-46 {
    background-position: -500px 0; }
  .roll .icon-60-47 {
    background-position: -500px -125px; }
  .roll .icon-60-48 {
    background-position: -500px -250px; }
  .roll .icon-60-49 {
    background-position: -500px -375px; }
  .roll .icon-60-50 {
    background-position: -625px 0; }
  .roll .icon-60-51 {
    background-position: -625px -125px; }
  .roll .icon-60-52 {
    background-position: -625px -250px; }
  .roll .icon-60-53 {
    background-position: -625px -375px; }
  .roll .icon-60-54 {
    background-position: -750px 0; }
  .roll .icon-60-55 {
    background-position: -750px -125px; }
  .roll .icon-60-56 {
    background-position: -750px -250px; }
  .roll .icon-60-57 {
    background-position: -750px -375px; }
  .roll .icon-60-58 {
    background-position: -875px 0; } }
