@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,700);
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(jquery.fullPage.css);
/* SCSS Document */
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #555;
  font-size: 12px; }

body ::selection {
  color: #fff;
  background: #485eff; }

h1, h2, h3, h4, h5 {
  margin: 0; }

body, html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: "Nanum Barun Gothic";
  font-weight: 300; }

ul, dl, ol, li, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img {
  border: none; }

#box-desc {
  position: fixed;
  top: 40px;
  background: #fff;
  z-index: 2;
  box-sizing: border-box;
  font-family: "Roboto";
  font-weight: 300;
  color: #222;
  width: 358px;
  padding: 50px;
  transition: .3s linear all;
  /*&.on	{left: 0px;}
	&.up	{opacity: 0; margin-top: -30px;}
	&.now	{opacity: 1; margin-top: 0;}
	&.down	{opacity: 0; margin-top: 30px;}*/ }
  #box-desc.item- {
    opacity: 0; }
  #box-desc ul {
    font-size: 14px;
    line-height: 22px; }
    #box-desc ul:after {
      width: 40px;
      height: 2px;
      background: #fff;
      display: block;
      content: "";
      margin: 50px 0; }
    #box-desc ul li strong {
      display: block;
      font-weight: 700; }
  #box-desc div.item-desc {
    font-family: "Nanum Barun Gothic";
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 24px; }
  #box-desc.item-intro {
    opacity: 0; }

#page-indicator {
  position: fixed;
  top: 50%;
  right: 10px;
  height: 110px;
  margin-top: -55px;
  z-index: 2; }
  #page-indicator a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #eee;
    color: #333;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    margin: 10px auto; }
  #page-indicator a.page-current {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 400; }

ul.portfolio li {
  position: relative;
  background: #fafafa; }
  ul.portfolio li .fp-controlArrow {
    position: absolute;
    margin: -12px 0 0 0;
    cursor: pointer;
    opacity: .7;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #d1d3d4;
    transform: rotate(45deg); }
    ul.portfolio li .fp-controlArrow.fp-prev {
      left: 100px;
      border-width: 0 0 1px 1px; }
    ul.portfolio li .fp-controlArrow.fp-next {
      right: 100px;
      border-width: 1px 1px 0 0; }
  ul.portfolio li div.item-image {
    position: relative;
    height: 100vh;
    background: no-repeat center;
    width: 100vw; }
    ul.portfolio li div.item-image .img-frame {
      position: relative; }
      ul.portfolio li div.item-image .img-frame.pc {
        padding-top: 6vh; }
        ul.portfolio li div.item-image .img-frame.pc .pc-outer {
          width: 70vw;
          height: 70vh;
          margin: auto;
          border: 1px solid #d1d3d4;
          padding: 40px;
          border-radius: 30px;
          background: #fafafa; }
        ul.portfolio li div.item-image .img-frame.pc .pc-inner {
          border: 1px solid #d1d3d4;
          height: calc(70vh);
          overflow: hidden; }
          ul.portfolio li div.item-image .img-frame.pc .pc-inner img {
            display: block; }
        ul.portfolio li div.item-image .img-frame.pc:after {
          display: block;
          content: "";
          border: 1px solid #d1d3d4;
          width: 90vw;
          height: 24px;
          border-radius: 0 0 24px 24px;
          margin: -10px auto 0 auto;
          background: #fafafa; }
        ul.portfolio li div.item-image .img-frame.pc img {
          display: block;
          width: 100%; }
      ul.portfolio li div.item-image .img-frame.tablet {
        padding-top: calc((100vh - 596px)/2); }
        ul.portfolio li div.item-image .img-frame.tablet .tablet-outer {
          width: 688px;
          height: 516px;
          margin: auto;
          border: 1px solid #d1d3d4;
          padding: 40px;
          border-radius: 30px;
          background: #fafafa; }
        ul.portfolio li div.item-image .img-frame.tablet .tablet-inner {
          border: 1px solid #d1d3d4;
          overflow: auto;
          width: 688px;
          height: 516px; }
        ul.portfolio li div.item-image .img-frame.tablet img {
          display: block;
          width: 100%; }
      ul.portfolio li div.item-image .img-frame.editorial {
        height: 100vh; }
        ul.portfolio li div.item-image .img-frame.editorial .paper {
          line-height: 100vh;
          text-align: center;
          display: block;
          height: 100vh; }
          ul.portfolio li div.item-image .img-frame.editorial .paper img {
            display: inline-block;
            vertical-align: middle; }

.section-head div.item-image {
  margin-left: 0;
  width: 100vw; }
  .section-head div.item-image .title {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 240px;
    margin: -120px 0 0 -100px;
    margin-top: -120px;
    color: #464646;
    font-family: "Roboto";
    font-weight: 100;
    text-align: center;
    padding-top: 10px; }
    .section-head div.item-image .title > div {
      text-align: left;
      display: inline-block; }
      .section-head div.item-image .title > div.title-head {
        font-size: 8px;
        letter-spacing: 1px; }
      .section-head div.item-image .title > div.title-main {
        font-size: 45px;
        letter-spacing: 10px;
        line-height: 56px;
        padding: 15px 0;
        text-align: left;
        width: auto;
        padding-left: 10px; }
      .section-head div.item-image .title > div.title-foot {
        font-size: 8px;
        letter-spacing: 1px; }

#hyundaicard-expense .slide {
  background: #000; }

#s1-hybrid {
  background: #fff; }
  #s1-hybrid .slide-0 img {
    width: 180px; }
  #s1-hybrid .slide-1 img {
    display: inline; }

#cigna-foundation .slide-1 img {
  width: 120px; }

/*.section-4	{
	div.swiper-slide[data-swiper-slide-index="0"] {
		background:#fff8ef;
	}
}

.section-5	{
	div.swiper-slide[data-swiper-slide-index="0"] {
		div.item-image	{
			background-position:center 40px;
		}
	}
}

.section-7	{
	div.swiper-slide[data-swiper-slide-index="1"] {
		background: #00aeef;
	}
}

.section-10	{
	background:url(../images/saytalk_01_bg.png) repeat-x top center #fff;
}

.section-99	{
	.contact	{
		font-family:"Roboto"; font-weight:100; font-size:10px; line-height:24px; text-align:center; letter-spacing:2px;
		.dot	{width:6px; height:6px; border-radius:6px; background:#464646; display:block; margin:0 auto 25px auto;}
		a	{display:block; margin:auto;}
		a.download-pdf	{background:url(../images/btn_download.png) no-repeat center; background-size:70px 70px; width:70px; height:70px; opacity:.4; margin-bottom:20px; transition:.1s linear all;}
		a.download-pdf:hover	{opacity:1;}
	}
}*/
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
  opacity: .6;
  height: 2px;
  border-radius: 2px;
  margin: -2px 0 0 -10px;
  background: #000; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 2px;
  height: 2px;
  border: none;
  background: #999;
  opacity: .5; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 6px;
  height: 6px;
  margin: 6px;
  position: relative; }

@media screen and (max-width: 1440px) {
  div#box-desc {
    width: 200px;
    padding: 36px 38px 36px 30px; }
    div#box-desc ul {
      font-size: 10px;
      line-height: 18px; }
      div#box-desc ul:after {
        width: 30px;
        margin: 44px 0 32px 0; }
    div#box-desc div.item-desc {
      font-size: 11px;
      line-height: 19px; } }

@media screen and (max-width: 460px) {
  div#box-desc {
    top: auto;
    bottom: 0;
    width: 100vw;
    padding: 30px 20px 20px 20px;
    top: auto;
    bottom: 0; }
    div#box-desc ul {
      font-size: 11px;
      line-height: 18px; }
      div#box-desc ul:after {
        width: 30px;
        margin: 15px 0; }
      div#box-desc ul li strong {
        display: inline-block;
        font-weight: 700;
        margin-right: 5px; }
  div.section .swiper-button-prev {
    top: 33%;
    left: 30px; }
  div.section .swiper-button-next {
    top: 33%;
    right: 30px; }
  div.section div.item-image {
    width: calc(100vw - 20px);
    margin: 0 auto;
    background-size: 60%;
    background-position: center 30%; } }
