html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*################################
							GIRLD
################################*/
.inner {
  max-width: 960px;
  width: 90%;
}

.col {
  float: left;
  width: 33%;
}

img {
  max-width: 100%;
}

@media screen and (max-height: 600px) {
  .part-6 .information {
    transform: translateY(-60%);
  }
  .part-6 {
    padding-top: 50px;
    min-height: 700px;
  }
  .skill-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .part-2 {
    background: url(../images/background_2.jpg) no-repeat center;
    background-size: cover;
  }
  .part-4 {
    background: url(../images/background_3.jpg) no-repeat center;
    background-size: cover;
  }
  .work-lb-inner {
    padding: 60px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 700px;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media screen and (max-width: 1000px) {
  #navigation li {
    margin: 0 3%;
  }
  .logo {
    width: 20px;
    height: 90px;
    margin-bottom: 30px;
  }
  .information {
    transform: translateY(-50%);
  }
  .part-1 {
    height: 720px;
    background-attachment: inherit;
  }
  .part-2 {
    height: 535px;
    background-attachment: inherit;
  }
  .part-4 {
    height: 577px;
    background-attachment: inherit;
  }
  .part-6 {
    height: 850px;
    background-attachment: inherit;
  }
  .work-col {
    width: 100%;
    margin-right: 0;
  }
  #header.small li {
    margin-right: 10%;
  }
  #header.small .header-inner {
    width: 90%;
  }
  #header.small #navigation {
    width: 85%;
  }
  .footer-inner .col:nth-child(1),
  .footer-inner .col:nth-child(2) {
    display: none;
  }
  .footer-inner .col {
    text-align: center;
    width: 100%;
  }
  li.join-title {
    display: block;
    margin-bottom: 20px;
  }
  .work-lightbox {
    overflow: hidden;
  }
  .skill-item {
    transform: none;
    float: none;
    margin-bottom: 40px;
  }
  .work-lb-title {
    font-size: 30px;
  }
  .work-lb-span {
    font-size: 16px;
  }
  .work-img {
    width: 80%;
    margin: 0 auto;
  }
  .lbtn-arrow {
    top: auto;
    bottom: 50px;
    padding: 20px;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .work-img {
    margin-bottom: 40px;
  }
  .lbtn-next {
    right: -20px;
  }
  .lbtn-prev {
    left: -20px;
  }
  .skill-1 {
    left: 2%;
  }
  .skill-2 {
    top: 12%;
    left: 53%;
  }
  .skill-3 {
    top: 35%;
    left: 15%;
  }
  .skill-4 {
    top: 63%;
    left: 53%;
  }
  .skill-5 {
    top: 68%;
    left: 2%;
  }
  #skill {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .lbtn-arrow {
    top: 50%;
    bottom: auto;
  }
  .lbtn-link {
    font-size: 16px;
    width: 30%;
    height: 35px;
    min-width: 140px;
  }
  .part-box {
    background-size: auto 110%;
  }
  .skill-inner {
    width: 90%;
    height: 1700px;
  }
  .skill-item {
    width: 48%;
  }
}

@media screen and (max-width: 640px) {
  .lbtn-arrow {
    top: 50%;
    bottom: auto;
  }
  .work-lightbox {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .skill-item {
    position: static;
    top: auto;
    left: auto;
  }
  .lbtn-arrow {
    top: auto;
    bottom: 50px;
    padding: 20px;
    background-position: center;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .information {
    transform: translateY(-50%);
  }
  .part-6 {
    height: 600px;
  }
  .part-6 .information {
    transform: translateY(-60%);
  }
  .skill-inner {
    width: 100%;
    height: auto;
  }
  .skill-item {
    width: 80%;
    margin: 0 auto 20px;
  }
  .icon-X {
    width: 100px;
    height: 100px;
    background-size: cover;
  }
}

@media screen and (max-width: 360px) {
  #header.small li {
    margin-right: 5%;
  }
  #header.small #navigation {
    width: 80%;
  }
  .btn-next {
    bottom: 30px;
  }
}
