@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:700);
@font-face {
  font-family: Comfortaa;
  font-style: normal;
  font-weight: 700;
  src: local('Comfortaa Bold'),local('Comfortaa-Bold'),url("https://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJI6-j2U0lmluP9RWlSytm3ho.woff2") format('woff2');
  unicode-range: U+0460-052F,U+20B4,U+2DE0-2DFF,U+A640-A69F;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: 'Noto Sans KR';
  font-size: 14px;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width:760px) {
  body {
    font-size: 18px;
  }
}

header {
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(2,2,2,.2);
}

.header {
  text-align: justify-content;
}

.header {
  padding: 16px 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left,
.header-right {
  display: inline-block;
}

.header-left {
  flex: 1;
}

.header-logo {
  font-family: Comfortaa,cursive;
  font-weight: 700;
  font-size: 36px;
  color: #ef5350;
  cursor: pointer;
  line-height: 48px;
  height: 48px;
}

@media (max-width:768px) {
  .header-logo {
    padding-left: 52px;
  }
}

.header-right {
  flex: 1;
  text-align: right;
  margin-left: 30px;
}

@media (max-width:768px) {
  .header-right {
    flex: none;
  }
}

footer {
  width: 100%;
  padding: 20px 0 40px 0;
  color: #fff;
  background-color: #4a4a4a;
  border-top: 1px solid #979797;
  font-size: 12px;
}

.footer-info {
  padding-bottom: 6px;
}

.footer-info a {
  padding-bottom: 0;
  color: #fff;
}

.footer-right {
  float: right;
}

.footer-help {
  color: #fff;
  display: block;
  font-size: 14px;
}

@media (min-width :768px) {
  .footer-dt-right {
    float: right;
  }

  .footer-help {
    padding: 0 6px;
    display: inline-block;
  }
}

.footer-right>img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -5px;
}

footer>div>a {
  border-bottom: 0 solid transparent;
  color: #fff;
  line-height: 2em;
  font-size: 1.2em;
  padding: 30px;
}

#button-go-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background-color: #ef5350;
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

#button-go-top:hover {
  background-color: #cc4744;
}

img {
  width: 100%;
}

a {
  color: #ef5350;
  text-decoration: none;
  padding-bottom: 2px;
}

button {
  border: none;
  outline: 0;
  background-color: #fff;
  font-size: 16px;
}

.bold {
  font-size: 1.2em;
}

.link {
  cursor: pointer;
}

.nonlink {
  cursor: default;
}

button {
  outline: 0;
  cursor: pointer;
}

.button-primary,
.button-secondary {
  border-radius: 4px;
  width: 160px;
  height: 45px;
  color: #fff;
  margin-bottom: 20px;
}

.button-primary {
  background-color: #ef5350;
}

.button-primary:hover {
  background-color: #cc4744;
}

.button-primary:disabled {
  cursor: not-allowed;
  background-color: #525252;
}

.button-secondary {
  background-color: #0d59b2;
}

.button-secondary:hover {
  background-color: #30547f;
}

.popUp {
  position: fixed;
  background-color: rgba(0,0,0,.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3500;
}

.popUp>div:not(.transparent) {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  width: 440px;
  padding: 32px 54px;
}

.popUp>div.transparent {
  width: 970px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
}

.popUp>div.transparent>div {
  padding: 20px 0;
}

.popUp>div>h2 {
  font-size: 30px;
  line-height: 45px;
}

.popUp>div>p>span {
  font-size: .7em;
}

.popUp .button-transparent {
  background-color: transparent;
  border: none;
  color: #fff;
  margin: 0 10px;
}

.popUp .material-icons {
  vertical-align: middle;
}

@media (max-width:760px) {
  .popUp>div:not(.transparent) {
    margin: 50px auto;
    width: 90%;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
  }

  .popUp>div>h2 {
    font-size: 2em;
    line-height: 2.2em;
  }

  .popUp>div>p>span {
    font-size: .7em;
  }

  .popUp>div.transparent {
    margin: 0;
    width: auto;
  }

  .popUp>div.transparent>div {
    padding: 10px 0;
  }

  .popUp .button-transparent {
    margin: 0 5px;
  }
}

@media (max-width:400px) {
  .popUp>div.transparent {
    flex-direction: column;
  }

  .popUp>div.transparent>div {
    border-bottom: 1px solid #fff;
  }

  .popUp>div.transparent>div:last-child {
    border-bottom: none;
  }
}

@media (max-width:760px) {
  .mobile {
    display: block;
    visibility: visible;
  }

  .mobile-inline {
    display: inline-block;
    visibility: visible;
  }

  .desktop,
  .desktop-inline,
  .desktop-table {
    display: none;
    visibility: hidden;
  }
}

@media (min-width:760px) {
  .mobile,
  .mobile-inline {
    display: none;
    visibility: hidden;
  }

  .desktop {
    display: block;
    visibility: visible;
  }

  .desktop-inline {
    display: inline-block;
    visibility: visible;
  }

  .desktop-table {
    display: table-cell;
    visibility: visible;
  }
}

.invisible {
  display: none;
  visibility: hidden;
}

.inline {
  display: inline-block!important;
}

.menu-left-header {
  border-bottom: 1px solid #ccc;
  padding: 18px 15px 14px 15px;
}

.menu-left-list {
  list-style: none;
  padding: 8px 15px;
}

.menu-left-list>li {
  padding: 10px;
}

.menu-left-list>li>a {
  border-bottom: none;
  color: #222;
}

.menu-left-list>li:hover>a {
  color: #ef5350;
}

.menu-li {
  position: relative;
  top: -5px;
  padding: 0 15px;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  border: none;
}

.menu-li.active,
.menu-li:hover {
  color: #ef5350;
}

.container,
.container-expand {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-height: 1px;
  position: relative;
}

.hide {
  display: none;
}

.grid {
  min-height: 1px;
}

.row:after {
  display: table;
  content: " ";
  clear: both;
}

.grid-mb-100 {
  float: left;
  width: 100%;
}

.grid-mb-50 {
  float: left;
  width: 50%;
}

.grid-mb-33 {
  float: left;
  width: 33.333333%;
}

.grid-mb-25 {
  float: left;
  width: 25%;
}

@media (min-width:970px) {
  .container {
    width: 970px;
  }

  .container-expand {
    width: 1170px;
  }
}

@media (min-width:760px) {
  .grid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .grid-dt-14 {
    float: left;
    width: 14.285714285714285714285714285714%;
  }

  .grid-dt-16 {
    float: left;
    width: 16.666666%;
  }

  .grid-dt-20 {
    float: left;
    width: 20%;
  }

  .grid-dt-25 {
    float: left;
    width: 25%;
  }

  .grid-dt-33 {
    float: left;
    width: 33.333333%;
  }

  .grid-dt-50 {
    float: left;
    width: 50%;
  }

  .grid-dt-66 {
    float: left;
    width: 66.666666%;
  }

  .grid-dt-100 {
    float: left;
    width: 100%;
  }
}

.pull-left {
  float: left!important;
}

.pull-right {
  float: right!important;
}

.color-blue {
  background-color: #fff;
  color: #4a90e2;
}

.color-blue-inverse {
  background-color: #4a90e2;
  color: #fff;
}

.border-blue {
  border: 1px solid #4a90e2;
}

.color-green {
  background-color: #fff;
  color: #3cb99d;
}

.color-green-inverse {
  background-color: #3cb99d;
  color: #fff;
}

.border-green {
  border: 1px solid #3cb99d;
}

.color-default {
  background-color: #fff;
  color: #222;
}

.color-default-inverse {
  background-color: #222;
  color: #fff;
}

.border-default {
  border: 1px solid #222;
}

.color-primary {
  color: #ef5350;
}

.color-primary-inverse {
  background-color: #ef5350;
  color: #fff;
}

.border-primary {
  border: 1px solid #ef5350;
}

.color-grey {
  background-color: #fff;
  color: #a2a2a2;
}

.color-grey-inverse {
  background-color: #a2a2a2;
  color: #fff;
}

.border-grey {
  border: 1px solid #a2a2a2;
}

.color-bg {
  background-color: #fff;
  color: #fce8e8;
}

.color-bg-inverse {
  background-color: #fce8e8;
  color: #fff;
}

.border-bg {
  border: 1px solid #fce8e8;
}

.color-white {
  color: #fff;
}

.border-white {
  border: 1px solid #fff;
}

.color-black {
  color: #222;
}

.border-black {
  border: 1px solid #222;
}

.help-contents {
  padding-top: 150px;
}

.help-contents .title-left {
  margin: 1em 0;
}

.help {
  line-height: 1.8em;
  padding-bottom: 40px;
  padding-left: 40px;
}

ol.help>ul {
  list-style-type: square;
  padding-left: 40px;
}
.detail-area {
  padding: 40px 0;
  text-align: center;
  margin-bottom: 60px;
}

#detail-title>p {
  margin: 4px 0 60px 0;
}

.detail-subheader {
  font-size: 40px;
  line-height: 60px;
  margin: 0 0 1em 0;
}

#detail-title {
  color: #fff;
  text-align: center;
  background-size: 1440px 100%;
  background-position: center 50px;
  background-repeat: no-repeat;
  padding: 280px 0;
}

#detail-title>h1 {
  font-size: 60px;
  margin: 0;
}

#detail-title>p {
  margin: 4px 0 60px 0;
}

@media (max-width:760px) {
  #detail-title {
    padding: 120px 0 60px 0;
  }

  .landing-title {
    font-size: 32px;
    line-height: 36px;
  }

  #detail-title>h1 {
    font-size: 32px;
    margin: 20px;
  }

  .detail-subheader {
    font-size: 24px;
    line-height: 32px;
  }

  .detail-area {
    margin-bottom: 0;
  }
}

@media (max-width:760px) {
  #detail-title {
    background-size: 220% 100%;
  }
}

@media (min-width:1441px) {
  #detail-title {
    background-size: 100% auto;
    background-position: center 50px;
  }
}

#detail-portfolio {
  position: relative;
  margin-bottom: 30px;
}

#detail-portfolio::after {
  content: "";
  clear: both;
  display: table;
}

video {
  width: 970px;
  height: auto;
}

@media (max-width:760px) {
  video {
    width: auto;
    height: 80%;
  }
}

@media (max-width:400px) {
  video {
    width: 100%;
  }
}

.detail-portfolio-img,
.detail-portfolio-video {
  position: relative;
  float: left;
  width: 31.333333%;
  height: 31.333333%;
  margin: 1%;
  padding: 0;
}

.detail-portfolio-img>img,
.detail-portfolio-video>img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.detail-portfolio-video>i.material-icons {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

#detail-button {
  border: 1px solid #ef5350;
  border-radius: 4px;
  width: 160px;
  height: 45px;
  color: #ef5350;
  margin-bottom: 20px;
}

@media (max-width:760px) {
  .detail-portfolio-img,
  .detail-portfolio-video {
    width: 48%;
    height: 48%;
  }

  #detail-button>button {
    width: 100%;
  }
}

#detail-process {
  display: flex;
  padding: 0;
  list-style: none;
}

.detail-process {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-process>div {
  padding-top: 20px;
  text-align: center;
}

.detail-process>img {
  width: 140px;
}

@media (max-width:760px) {
  #detail-process {
    flex-direction: column;
  }

  .detail-process {
    flex-direction: row;
    margin-bottom: 16px;
  }

  .detail-process>div {
    text-align: left;
    padding-top: 0;
  }

  .detail-process>img {
    width: 80px;
    height: auto;
    margin: 0 20px 0 40px;
  }
}

.detail-product-container {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.detail-product-container>div {
  display: inline-block;
  vertical-align: top;
  flex: 1;
}

.detail-product {
  position: relative;
  width: 300px;
  height: 580px;
  background-color: #efefef;
  padding: 20px 6px;
  margin: 20px auto;
}

.detail-product>h3 {
  font-size: 30px;
  line-height: 42px;
  border-bottom: 1px solid #000;
  padding: 7px;
  margin: 0 48px;
}

.detail-product>p {
  color: #9b9b9b;
  padding: 0 16px;
}

.detail-product>a {
  display: block;
  text-align: center;
}

.detail-price {
  font-weight: 700;
  font-size: 60px;
}

.detail-price::after {
  content: '만원';
  font-size: 40px;
}

.detail-price.nothing::after {
  display: block;
  content: ' ';
  height: 27px;
}

.detail-per {
  font-weight: 700;
}

.detail-per::before {
  content: '/ ';
}

.detail-text {
  padding: 10px;
}

.detail-text>p {
  margin: 4px 0;
}

.detail-product-button {
  position: absolute;
  left: 72px;
  right: 72px;
  bottom: 30px;
}

@media (max-width:760px) {
  .detail-product-container {
    flex-direction: column;
  }

  .detail-product {
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }

  .detail-product>p {
    padding: 0 7px;
  }

  .detail-product-button {
    position: static;
    margin: 20px auto;
  }
}

.detail-recommend-before {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 30px;
  border-color: #ef5350 transparent transparent #ef5350;
  width: 0;
  height: 0;
  content: '';
}

.detail-recommend {
  position: absolute;
  top: 5px;
  left: 5px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  color: #fff;
}

#detail-form-area {
  background-color: #efefef;
  margin-bottom: 0;
}

.detail-form {
  margin: 0 auto;
  width: 560px;
  padding: 20px;
  text-align: left;
}

.detail-form-menu {
  border: 1px solid #bdbdbd;
  background-color: #fff;
  border-radius: 6px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
}

.detail-form-menu>li {
  display: inline-block;
  flex: 1;
}

.detail-form-menu>li>input[type=radio] {
  display: none;
}

.detail-form-menu>li>label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  padding: 6px;
  color: #9b9b9b;
  text-align: center;
}

.detail-form-menu>li>input[type=radio]:checked+label,
.detail-form-menu>li>label:hover {
  background-color: rgba(239,83,80,.8);
  color: #fff;
}

.detail-form-menu>li:first-child>label {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.detail-form-menu>li:last-child>label {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.detail-form>label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #9b9b9b;
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 6px;
}

.detail-form>input[type=text] {
  display: block;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  padding: 6px;
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  outline: 0;
  border: none;
  margin-bottom: 20px;
}

.detail-submit-area {
  text-align: center;
  margin: 48px auto;
}

@media (max-width:760px) {
  .detail-form {
    width: 100%;
  }
}

.loading-background {
  background-color: rgba(0,0,0,.6);
  z-index: 4000;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.loading-background::after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  content: '';
  animation: .8s rotate ease infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}
body,
html {
  height: 100%;
}

.pure-container {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.pure-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.pure-toggle:focus~.pure-toggle-label {
  border-color: #cc4744;
  color: #cc4744;
}

.pure-toggle-label {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 22px;
  z-index: 99;
  color: #ef5350;
  width: 36px;
  height: 36px;
  transition: all .4s ease-in-out;
  border: 2px solid #ef5350;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.pure-toggle-label:hover {
  border-color: #cc4744;
  color: #cc4744;
}

.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:after,
.pure-toggle-label:hover .pure-toggle-icon:before {
  background-color: #cc4744;
}

.pure-toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:after,
.pure-toggle-label .pure-toggle-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 18px;
  cursor: pointer;
  background: #ef5350;
  display: block;
  content: '';
  transition: all .5s ease-in-out;
}

@media (max-width:768px) {
  .pure-toggle-label {
    display: block;
  }
}

.pure-toggle-label .pure-toggle-icon {
  transform: translate3d(-50%,0,0);
  -webkit-transform: translate3d(-50%,0,0);
}

.pure-toggle-label .pure-toggle-icon:before {
  transform: translate3d(-50%,-10px,0);
  -webkit-transform: translate3d(-50%,-10px,0);
}

.pure-toggle-label .pure-toggle-icon:after {
  transform: translate3d(-50%,10px,0);
  -webkit-transform: translate3d(-50%,8px,0);
}

.pure-toggle-label[data-toggle-label=left] {
  left: 15px;
  right: auto;
}

.pure-toggle-label[data-toggle-label=right] {
  right: 28px;
  left: auto;
}

.pure-toggle-label[data-toggle-label=top] {
  left: 50%;
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}

.pure-toggle[data-toggle=left]:checked~.pure-toggle-label:not([data-toggle-label=left]),
.pure-toggle[data-toggle=right]:checked~.pure-toggle-label:not([data-toggle-label=right]),
.pure-toggle[data-toggle=top]:checked~.pure-toggle-label:not([data-toggle-label=top]) {
  opacity: 0;
  z-index: -1;
}

.pure-toggle[data-toggle=left]:checked~.pure-toggle-label[data-toggle-label=left] {
  border-color: #cc4744;
  color: #cc4744;
}

.pure-toggle[data-toggle=left]:checked~.pure-toggle-label[data-toggle-label=left] .pure-toggle-icon {
  background-color: transparent;
}

.pure-toggle[data-toggle=left]:checked~.pure-toggle-label[data-toggle-label=left] .pure-toggle-icon:after,
.pure-toggle[data-toggle=left]:checked~.pure-toggle-label[data-toggle-label=left] .pure-toggle-icon:before {
  top: 0;
}

.pure-toggle[data-toggle=left]:checked~.pure-toggle-label[data-toggle-label=left] .pure-toggle-icon:before,
.pure-toggle[data-toggle=right]:checked~.pure-toggle-label[data-toggle-label=right] .pure-toggle-icon:before,
.pure-toggle[data-toggle=top]:checked~.pure-toggle-label[data-toggle-label=top] .pure-toggle-icon:before {
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}

.pure-toggle[data-toggle=left]:checked~.pure-toggle-label[data-toggle-label=left] .pure-toggle-icon:after,
.pure-toggle[data-toggle=right]:checked~.pure-toggle-label[data-toggle-label=right] .pure-toggle-icon:after,
.pure-toggle[data-toggle=top]:checked~.pure-toggle-label[data-toggle-label=top] .pure-toggle-icon:after {
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 10px;
}

.pure-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  background-color: #fff;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease-out;
  width: 100%;
}

@media only screen and (min-width:40.063em) {
  .pure-drawer {
    width: 300px;
  }
}

@media only screen and (min-width:64.063em) {
  .pure-drawer {
    width: 300px;
  }
}

.pure-drawer[data-position=right] {
  left: auto;
  right: 0;
}

.pure-drawer[data-position=top] {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width:40.063em) {
  .pure-drawer[data-position=top] {
    height: 100%;
  }
}

@media only screen and (min-width:64.063em) {
  .pure-drawer[data-position=top] {
    height: 100px;
  }
}

.pure-pusher-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.pure-pusher {
  position: relative;
  height: 100%;
  overflow-y: auto;
  left: 0;
  z-index: 2;
  background-color: #fff;
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: ease-out;
}

.pure-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: rgba(0,0,0,.4);
  transition-property: opacity;
  transition-duration: .5s;
  transition-delay: .5s;
  transition-timing-function: ease-in-out;
}

.pure-toggle[data-toggle=left]:checked~.pure-overlay[data-overlay=left] {
  left: 100%;
}

@media only screen and (min-width:40.063em) {
  .pure-toggle[data-toggle=left]:checked~.pure-overlay[data-overlay=left] {
    left: 300px;
  }
}

@media only screen and (min-width:64.063em) {
  .pure-toggle[data-toggle=left]:checked~.pure-overlay[data-overlay=left] {
    left: 300px;
  }
}

.pure-toggle[data-toggle=right]:checked~.pure-overlay[data-overlay=right] {
  right: 100%;
}

@media only screen and (min-width:40.063em) {
  .pure-toggle[data-toggle=right]:checked~.pure-overlay[data-overlay=right] {
    right: 300px;
  }
}

@media only screen and (min-width:64.063em) {
  .pure-toggle[data-toggle=right]:checked~.pure-overlay[data-overlay=right] {
    right: 300px;
  }
}

.pure-toggle[data-toggle=top]:checked~.pure-overlay[data-overlay=top] {
  top: 100%;
}

@media only screen and (min-width:40.063em) {
  .pure-toggle[data-toggle=top]:checked~.pure-overlay[data-overlay=top] {
    top: 100%;
  }
}

@media only screen and (min-width:64.063em) {
  .pure-toggle[data-toggle=top]:checked~.pure-overlay[data-overlay=top] {
    top: 100px;
  }
}

.pure-toggle[data-toggle=left]:checked~.pure-overlay[data-overlay=left],
.pure-toggle[data-toggle=right]:checked~.pure-overlay[data-overlay=right],
.pure-toggle[data-toggle=top]:checked~.pure-overlay[data-overlay=top] {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
}

.no-csstransforms3d .pure-toggle[data-toggle=left]:checked~.pure-pusher-container .pure-pusher {
  left: 100%;
}

@media only screen and (min-width:40.063em) {
  .no-csstransforms3d .pure-toggle[data-toggle=left]:checked~.pure-pusher-container .pure-pusher {
    left: 300px;
  }
}

@media only screen and (min-width:64.063em) {
  .no-csstransforms3d .pure-toggle[data-toggle=left]:checked~.pure-pusher-container .pure-pusher {
    left: 300px;
  }
}

.no-csstransforms3d .pure-toggle[data-toggle=right]:checked~.pure-pusher-container .pure-pusher {
  left: -100%;
}

@media only screen and (min-width:40.063em) {
  .no-csstransforms3d .pure-toggle[data-toggle=right]:checked~.pure-pusher-container .pure-pusher {
    left: -300px;
  }
}

@media only screen and (min-width:64.063em) {
  .no-csstransforms3d .pure-toggle[data-toggle=right]:checked~.pure-pusher-container .pure-pusher {
    left: -300px;
  }
}

.no-csstransforms3d .pure-toggle[data-toggle=top]:checked~.pure-pusher-container .pure-pusher {
  top: 100%;
}

@media only screen and (min-width:40.063em) {
  .no-csstransforms3d .pure-toggle[data-toggle=top]:checked~.pure-pusher-container .pure-pusher {
    top: 100%;
  }
}

@media only screen and (min-width:64.063em) {
  .no-csstransforms3d .pure-toggle[data-toggle=top]:checked~.pure-pusher-container .pure-pusher {
    top: 100px;
  }
}

[data-effect=pure-effect-slide] .pure-drawer {
  z-index: 3;
  transition-duration: .5s;
}

[data-effect=pure-effect-slide] .pure-drawer[data-position=left] {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

[data-effect=pure-effect-slide] .pure-drawer[data-position=right] {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

[data-effect=pure-effect-slide] .pure-drawer[data-position=top] {
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

[data-effect=pure-effect-slide] .pure-toggle[data-toggle=left]:checked~.pure-drawer[data-position=left],
[data-effect=pure-effect-slide] .pure-toggle[data-toggle=right]:checked~.pure-drawer[data-position=right],
[data-effect=pure-effect-slide] .pure-toggle[data-toggle=top]:checked~.pure-drawer[data-position=top] {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

[data-effect=pure-effect-slide] .pure-overlay {
  transition-duration: .5s;
  transition-delay: 250ms;
}

[data-effect=pure-effect-slideAlong] .pure-drawer {
  transition-duration: .5s;
}

[data-effect=pure-effect-slideAlong] .pure-drawer[data-position=left] {
  -webkit-transform: translate3d(-50%,0,0);
  transform: translate3d(-50%,0,0);
}

[data-effect=pure-effect-slideAlong] .pure-drawer[data-position=right] {
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}

[data-effect=pure-effect-slideAlong] .pure-drawer[data-position=top] {
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

[data-effect=pure-effect-slideAlong] .pure-toggle[data-toggle=left]:checked~.pure-drawer[data-position=left],
[data-effect=pure-effect-slideAlong] .pure-toggle[data-toggle=right]:checked~.pure-drawer[data-position=right],
[data-effect=pure-effect-slideAlong] .pure-toggle[data-toggle=top]:checked~.pure-drawer[data-position=top] {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

[data-effect=pure-effect-slideAlong] .pure-pusher-container .pure-pusher {
  transition-duration: .5s;
}

[data-effect=pure-effect-slideAlong] .pure-toggle[data-toggle=left]:checked~.pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

[data-effect=pure-effect-slideAlong] .pure-toggle[data-toggle=right]:checked~.pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

[data-effect=pure-effect-slideAlong] .pure-toggle[data-toggle=top]:checked~.pure-pusher-container .pure-pusher {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

[data-effect=pure-effect-slideAlong] .pure-overlay {
  transition-duration: .5s;
  transition-delay: 250ms;
}
.landing {
  width: 100%;
  background-image: url("../../../../images/landing.png");
  background-size: 1400px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 420px;
}

@media (min-width:1440px) {
  .landing {
    background-size: 100% auto;
  }
}

.landing-container {
  padding: 75px 0;
  text-align: center;
}

.landing-title {
  font-size: 40px;
  line-height: 48px;
}

.landing-subtitle {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width:760px) {
  .landing {
    background-size: 100% auto;
    text-align: center;
    padding-bottom: 160px;
  }

  .landing-title {
    font-size: 32px;
    line-height: 36px;
  }

  .landing-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.landing-bar {
  margin: 0 auto;
  width: 470px;
  height: 1px;
  background-color: #979797;
}

.landing-portfolio-container {
  margin: 50px auto;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.landing-portfolio {
  display: inline-block;
}

.landing-portfolio {
  flex: 1;
}

.landing-portfolio>img {
  width: 300px;
  margin: 0 auto;
}

@media (max-width:760px) {
  .landing-portfolio-container {
    flex-direction: column;
    padding: 10px;
  }

  .landing-portfolio>img {
    width: 100%;
  }

  .landing-portfolio>p {
    margin-bottom: 50px;
  }

  .landing-bar {
    margin: 0 5%;
    width: 90%;
    height: 1px;
    background-color: #979797;
  }
}

.landing-history-container {
  background-color: #efefef;
}

.landing-history {
  padding: 40px 0 0;
  text-align: center;
  line-height: 32px;
}

.landing-history>span {
  display: block;
}

.landing-vision {
  background: url("../../../../images/landing-vision.png") 100% 100% no-repeat;
}

.landing-vision>.landing-paragraph {
  margin-top: 80px;
}