@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  src: local("Noto Sans Thin"), local("Noto Sans Thin"), local("Noto Sans Thin");
  src: url(../font/NotoSans-Thin.eot);
  src: url(../font/NotoSans-Thin.eot?#iefix) format("embedded-opentype"), url(../font/NotoSans-Thin.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), local("Noto Sans Regular"), local("Noto Sans Regular");
  src: url(../font/NotoSans-Regular.eot);
  src: url(../font/NotoSans-Regular.eot?#iefix) format("embedded-opentype"), url(../font/NotoSans-Regular.woff) format("woff"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  src: local("Noto Sans Bold"), local("Noto Sans Bold"), local("Noto Sans Bold");
  src: url(../font/NotoSans-Bold.eot);
  src: url(../font/NotoSans-Bold.eot?#iefix) format("embedded-opentype"), url(../font/NotoSans-Bold.woff) format("woff"); }
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular");
  src: url(../font/oswald-v16-latin-regular.eot);
  src: url(../font/oswald-v16-latin-regular.eot?#iefix) format("embedded-opentype"), url(../font/oswald-v16-latin-regular.woff) format("woff"); }
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-weight: 600;
  src: local("Oswald SemiBold"), local("Oswald-SemiBold");
  src: url(../font/oswald-v16-latin-600.eot);
  src: url(../font/oswald-v16-latin-600.eot?#iefix) format("embedded-opentype"), url(../font/oswald-v16-latin-600.woff) format("woff"); }
/*color*/
/* breakpoints */
/* global */
html {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

ol, ul, li, p {
  margin: 0;
  padding: 0;
  list-style: none; }

.en {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0; }

/*공용 믹스인*/
/* 버튼사이즈별로 원이 움직이는 길이지정 */
/* 버튼 채우기 */
/*about*/
#webgl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #webgl canvas {
    width: 100%;
    height: 100%; }

.ft-bottom {
  position: relative; }
  .ft-bottom canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#campaign .bubble {
  position: relative;
  width: 750px;
  height: 810px;
  margin-top: 30px;
  float: left;
  overflow: hidden; }
  @media (max-width: 1280px) {
    #campaign .bubble {
      float: none;
      margin: 80px auto; } }
  @media (max-width: 768px) {
    #campaign .bubble {
      margin: 0 auto;
      width: 100%;
      height: 100%; } }
  #campaign .bubble ul {
    position: relative;
    width: 100%;
    height: 100%; }
    @media (max-width: 768px) {
      #campaign .bubble ul {
        margin: 0 auto 80px;
        text-align: center; } }
    #campaign .bubble ul li {
      color: #111;
      vertical-align: top;
      text-align: center;
      display: inline-block; }
      @media (max-width: 768px) {
        #campaign .bubble ul li {
          position: relative;
          margin-bottom: 20px; } }
      #campaign .bubble ul li .category-analytics {
        background-color: #95f0de; }
      #campaign .bubble ul li .category-ad {
        background-color: #fff981; }
      #campaign .bubble ul li .category-seo {
        background-color: #99bae5; }
      #campaign .bubble ul li .content-wrap {
        position: relative;
        width: 220px;
        height: 220px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      #campaign .bubble ul li .content-cell {
        width: 125px;
        height: 125px;
        border-radius: 50%;
        text-align: center;
        opacity: 1;
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-animation-delay: 2s;
        -webkit-animation-duration: 3s;
        -webkit-animation-name: pulse;
        -webkit-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -moz-animation-delay: 2s;
        -moz-animation-duration: 3s;
        -moz-animation-name: pulse;
        -moz-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-delay: 2s;
        -o-animation-duration: 3s;
        -o-animation-name: pulse;
        -o-animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        animation-delay: 2s;
        animation-duration: 3s;
        animation-name: pulse;
        animation-fill-mode: forwards;
        /* this prevents the animation from restarting! */
        -o-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite; }
        #campaign .bubble ul li .content-cell:hover .rollover {
          opacity: 1;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.2s, 0.3s ease-in-out;
          transition: all 0.2s, 0.3s ease-in-out; }
        #campaign .bubble ul li .content-cell img {
          width: 36px; }
        #campaign .bubble ul li .content-cell span {
          font-size: 17px;
          font-weight: bold;
          line-height: 1.3;
          margin-top: 10px; }
        #campaign .bubble ul li .content-cell span.title-ga {
          font-size: 16px;
          line-height: 1.5; }
      #campaign .bubble ul li .rollover {
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        opacity: 0;
        overflow: hidden;
        padding: 10px;
        z-index: 2;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.2s, 0.3s ease-in-out;
        transition: all 0.2s, 0.3s ease-in-out; }
        @media (max-width: 768px) {
          #campaign .bubble ul li .rollover {
            width: 210px;
            height: 210px;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); } }
      #campaign .bubble ul li:nth-child(1) {
        position: absolute;
        top: 100px;
        left: 0; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(1) {
            position: relative;
            top: inherit;
            left: inherit; } }
      #campaign .bubble ul li:nth-child(2) {
        position: absolute;
        top: 0;
        left: 321px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(2) {
            position: relative;
            top: inherit;
            left: inherit; } }
      #campaign .bubble ul li:nth-child(3) {
        position: absolute;
        top: 107px;
        right: 52px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(3) {
            position: relative;
            top: inherit;
            right: inherit; } }
      #campaign .bubble ul li:nth-child(4) {
        position: absolute;
        top: 355px;
        left: 50px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(4) {
            position: relative;
            top: inherit;
            left: inherit; } }
      #campaign .bubble ul li:nth-child(5) {
        position: absolute;
        top: 233px;
        left: 243px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(5) {
            position: relative;
            top: inherit;
            left: inherit; } }
      #campaign .bubble ul li:nth-child(6) {
        position: absolute;
        top: 300px;
        right: 47px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(6) {
            position: relative;
            top: inherit;
            right: inherit; } }
      #campaign .bubble ul li:nth-child(7) {
        position: absolute;
        top: 571px;
        left: 198px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(7) {
            position: relative;
            top: inherit;
            left: inherit; } }
      #campaign .bubble ul li:nth-child(8) {
        position: absolute;
        top: 431px;
        left: 348px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(8) {
            position: relative;
            top: inherit;
            left: inherit; } }
      #campaign .bubble ul li:nth-child(9) {
        position: absolute;
        top: 590px;
        right: 27px; }
        @media (max-width: 768px) {
          #campaign .bubble ul li:nth-child(9) {
            position: relative;
            top: inherit;
            right: inherit; } }
@-webkit-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@-moz-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@-ms-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@-o-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
    #campaign .bubble ul .circle-overlay-title {
      display: block;
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px;
      letter-spacing: 0;
      font-weight: 700; }
      @media (max-width: 768px) {
        #campaign .bubble ul .circle-overlay-title {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 5px; } }
    #campaign .bubble ul .circle-overlay-body {
      width: 185px;
      line-height: 22px;
      margin-bottom: 10px;
      letter-spacing: -.5;
      font-size: 15px; }
      @media (max-width: 768px) {
        #campaign .bubble ul .circle-overlay-body {
          line-height: 20px;
          font-size: 14px; } }
    #campaign .bubble ul .circle-overlay-link {
      font-family: 'Oswald', sans-serif;
      letter-spacing: 0;
      color: #fff;
      padding: 1px 10px 6px;
      margin-top: 5px;
      cursor: pointer;
      background: #ffcc09;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #campaign .bubble ul .circle-overlay-link:hover {
        color: #fff;
        background: #000;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }

/*# sourceMappingURL=particle.css.map */
