@charset “utf-8″;
body {
  background-color: #333333;
}
input,
select,
button,
textarea,
label {
  font-family: "Noto Sans KR", "Roboto", "AppleGothic", "Dotum", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
}

#header a:hover,
#footer a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*슬라이드 컬러*/
/*
#section1{background-color:#00c3e2;}
#section2{background-color:#fe626d;}
#section3{background-color:#7b6bce;}
#section4{background-color:#f5b03e;}
#section5{background-color:#37474f;}
#section6{background-color:#76b90d;}
*/

/*인트로 헤더*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px;
  overflow: hidden;
  z-index: 1;
}
#header #logo {
  display: block;
  float: left;
  width: 200px;
}
#header .btn-admin {
  float: right;
  font-size: 15px;
  color: #fff;
  padding: 10px 20px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
#header .btn-admin:hover {
  text-decoration: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
/*
@media screen and (max-height: 740px) {
  #header {
    padding: 10px;
  }
  #header #logo {
    display: block;
    float: left;
    width: 120px;
  }
  #header .btn-admin {
    font-size: 13px;
    padding: 6px 12px;
  }
  #header .btn-admin:hover {
  }
}
@media screen and (max-width: 960px) {
  #header {
    padding: 10px;
  }
  /* #header #logo {
    display: block;
    float: left;
    width: 120px;
  }
  #header .btn-admin {
    font-size: 13px;
    padding: 6px 12px;
  }
  #header .btn-admin:hover {
  }
}*/

/*인트로 푸터*/
#footer {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  padding: 30px;
  left: 0;
  right: 0;
}
#footer .copy-box {
  overflow: hidden;
  float: right;
}
/*
#footer .copy-box .link li {
  display: inline-block;
  height: 20px;
  font-size: 13px;
  margin-left: 36px;
}
#footer .copy-box .link li:first-child {
  margin-left: 0;
}
#footer .copy-box .link li a {
  color: #ffffff;
  zoom: 1;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
}
#footer .copy-box .link li a:hover {
  opacity: 1;
  text-decoration: underline;
}
*/

#footer .copy-box p {
  text-align: right;
  font-size: 11px;
  color: #ffffff;
  font-weight: 300;
  zoom: 1;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
}
#footer .terms-box {
  float: left;
}

#footer .terms-box .link li {
  display: inline-block;
  height: 20px;
  font-size: 13px;
  margin-left: 36px;
}
#footer .terms-box .link li:first-child {
  margin-left: 0;
}
.section .text-wrap h1.sub {
  font-size: 37px;
}
#footer .terms-box .link li a {
  color: #ffffff;
  zoom: 1;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
}
#footer .terms-box .link li a:hover {
  opacity: 1;
  text-decoration: underline;
}
/*
#footer .social-box img {
  width: 36px;
  display: block;
  float: left;
  margin-right: 10px;
}
#footer .social-box img.disabled {
  zoom: 1;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
}
#footer .social-box a {
  display: block;
  float: left;
  overflow: hidden;
}
#footer .social-box a:hover {
  zoom: 1;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
}
*/
/*
@media screen and (max-height: 740px) {
  #footer {
    padding: 10px;
  }
}
@media screen and (max-width: 960px) {
  #footer {
    padding: 10px;
  }
  #footer .terms-box .link li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 470px) {
  #footer {
    padding: 6px;
  }
  #footer .copy-box {
    float: none;
    clear: both;
    text-align: center;
  }
  #footer .terms-box .link li {
    font-size: 12px;
    margin-left: 12px;
  }
  #footer .copy-box p {
    text-align: center;
  }
  /*
  #footer .social-box {
    float: none;
    clear: both;
    text-align: center;
  }
  #footer .social-box img {
    float: none;
    clear: both;
    width: 36px;
    display: inline-block;
    margin: 0 4px;
  }
  #footer .social-box a {
    float: none;
    clear: both;
    display: inline;
    overflow: hidden;
  }
  
}*/

/*슬라이드 기본*/
.section {
}
.section .wrapper {
  position: relative; /*max-width:800px;*/
  overflow: hidden;
  margin: 0 auto;
  padding: 0 60px;
}
.section .img-wrap {
  height: 370px;
  margin-bottom: 40px;
}
#section7 .img-wrap {
  height: 300px;
}
.section .text-wrap {
  padding: 20px 0 10px 0;
  overflow: hidden;
  text-align: center;
}
.section .text-wrap h1 {
  font-family: "GyeonggiTitleM";
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  line-height: 120%;
  margin-bottom: 10px;
  word-break: keep-all;
}
.section .text-wrap h1:last-child {
  margin-bottom: 0;
}

.section .text-wrap h2 {
  line-height: 140%;
}
.section .text-wrap p {
  font-weight: 100;
  line-height: 140%;
  font-size: 23px;
  color: #ffffff;
  margin-top: 30px;
  word-break: keep-all;
}

@media (max-width: 960px) {
  .section .img-wrap {
    height: 340px;
    margin-bottom: 20px;
  }
  #section4 .img-wrap {
    height: 230px;
  }

  .section .text-wrap h1 {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .section .text-wrap h1.sub {
    font-size: 30px;
  }
  .section .text-wrap h1:last-child {
    margin-bottom: 0;
  }
  .section .text-wrap h2 {
    line-height: 130%;
  }
  .section .text-wrap p {
    line-height: 140%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 30px;
  }
  #header {
    padding: 20px;
  }
  #header #logo {
    display: block;
    float: left;
    width: 180px;
  }
  #header .btn-admin {
    font-size: 13px;
    padding: 6px 12px;
  }
  #footer .copy-box p {
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  .section .img-wrap {
    height: 250px;
    margin-bottom: 30px;
  }
  #section4 .img-wrap {
    height: 230px;
  }

  .section .text-wrap {
    padding: 8px 0;
  }
  .section .text-wrap h1 {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 4px;
  }
  .section .text-wrap h1.sub {
    font-size: 30px;
  }
  .section .text-wrap h1:last-child {
    margin-bottom: 0;
  }
  .section .text-wrap h2 {
    line-height: 130%;
  }
  .section .text-wrap p {
    line-height: 140%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 30px;
  }

  #footer .terms-box {
    float: right;
  }

  #fp-nav.right {
    right: 4px !important;
  }
}
@media (max-width: 470px) {
  .section .wrapper {
    padding: 0px 40px;
  }
  .section .img-wrap {
    height: 200px;
    margin-bottom: 25px;
  }
  #section4 .img-wrap {
    height: 180px;
  }
  #section6 .img-wrap {
    height: 200px;
  }
  #section7 .img-wrap {
    height: 140px;
  }
  .section .text-wrap {
    padding: 8px 0;
  }
  .section .text-wrap h1 {
    font-size: 25px;
    margin-bottom: 4px;
  }
  .section .text-wrap h1.sub {
    font-size: 20px;
  }

  .section .text-wrap p {
    line-height: 140%;
    font-size: 15px;
    margin-top: 20px;
  }
  #header #logo {
    display: block;
    float: left;
    width: 120px;
  }

  #footer .copy-box p {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .section .wrapper {
    padding: 0px 20px;
  }
  .section .img-wrap {
    margin-bottom: 15px;
  }

  .section .text-wrap p {
    line-height: 140%;
    font-size: 14px;
    margin-top: 20px;
  }
}

/*슬라이드 공통 애니메이션*/
.section .text-wrap h1,
.section .text-wrap h1.sub,
.section .text-wrap p {
  transform: translate3d(0px, 30%, 0px);
  -webkit-transform: translate3d(0px, 30%, 0px);
  -moz-transform: translate3d(0px, 30%, 0px);
  -o-transform: translate3d(0px, 30%, 0px);
  opacity: 0;
  -ms-filter: alpha(opacity=0);
}

.section .text-wrap h1.ani,
.section .text-wrap .sub.ani,
.section .text-wrap p.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.section .text-wrap h1.ani {
  -webkit-transition: all 0.4s ease-out 0.1s;
  -moz-transition: all 0.4s ease-out 0.1s;
  -o-transition: all 0.4s ease-out 0.1s;
  transition: all 0.4s ease-out 0.1s;
}
.section .text-wrap .sub.ani {
  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
}
.section .text-wrap p.ani {
  -webkit-transition: all 0.4s ease-out 0.3s;
  -moz-transition: all 0.4s ease-out 0.3s;
  -o-transition: all 0.4s ease-out 0.3s;
  transition: all 0.4s ease-out 0.3s;
}

/*슬라이드1*/
#section1 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section1 .img-wrap img {
  -webkit-transform: translate3d(0px, 50%, 0px);
  -moz-transform: translate3d(0px, 50%, 0px);
  -o-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);

  opacity: 0;
  -ms-filter: alpha(opacity=0);
  height: inherit;
}
#section1 .img-wrap img.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;

  opacity: 1;
}

/*슬라이드 2*/
#section2 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section2 .img-wrap img {
  height: inherit;
}
#sec2-01 {
  -webkit-transform: translate3d(0px, 50%, 0px);
  -moz-transform: translate3d(0px, 50%, 0px);
  -o-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);

  opacity: 0;
  -ms-filter: alpha(opacity=0);
  position: relative;
  height: inherit;
  display: inline-block;
}
#sec2-01.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;

  opacity: 1;
}
#sec2-01.hide {
  -webkit-transform: translate3d(0px, -100%, 0px);
  -moz-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);

  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;

  opacity: 1;
}

#sec2-02 {
  opacity: 1;
  height: inherit;
}
#sec2-02.ani {
  -webkit-transform: translate3d(0px, -100%, 0px);
  -moz-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);

  -webkit-transition: all 0.4s ease-out 0.2s;
  -moz-transition: all 0.4s ease-out 0.2s;
  -o-transition: all 0.4s ease-out 0.2s;
  transition: all 0.4s ease-out 0.2s;
}

#cell02 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  -ms-filter: alpha(opacity=20);
}
#cell02.ani {
  -webkit-animation: button 0.5s ease-in-out 1.4s;
  animation: button 0.5s ease-in-out 1.4s;
}

@-webkit-keyframes button {
  0% {
    opacity: 0.2;
  }
  50% {
    transform: scale(1.02, 1.02);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes button {
  0% {
    opacity: 0.2;
  }
  50% {
    transform: scale(1.02, 1.02);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

/*슬라이드3*/
#section3 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section3 .img-wrap img {
  -webkit-transform: translate3d(0px, 50%, 0px);
  -moz-transform: translate3d(0px, 50%, 0px);
  -o-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);

  opacity: 0;
  -ms-filter: alpha(opacity=0);
  height: inherit;
}
#section3 .img-wrap img.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;

  opacity: 1;
}

/*슬라이드3
#section3 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section3 .img-wrap img {
  height: inherit;
}
#section3 .img-wrap img {
  -webkit-transform: translate3d(300%, 0px, 0px);
  -moz-transform: translate3d(300%, 0px, 0px);
  -o-transform: translate3d(300%, 0px, 0px);
  transform: translate3d(300%, 0px, 0px);
  opacity: 0;
  -ms-filter: alpha(opacity=0);
}

#section3 .img-wrap img.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  opacity: 1;
}
#section3 .img-wrap .cell04.ani {
  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;
}
#section3 .img-wrap .cell05.ani {
  -webkit-transition: all 0.4s ease-out 0.8s;
  -moz-transition: all 0.4s ease-out 0.8s;
  -o-transition: all 0.4s ease-out 0.8s;
  transition: all 0.4s ease-out 0.8s;
}
#section3 .img-wrap .cell06.ani {
  -webkit-transition: all 0.4s ease-out 0.9s;
  -moz-transition: all 0.4s ease-out 0.9s;
  -o-transition: all 0.4s ease-out 0.9s;
  transition: all 0.4s ease-out 0.9s;
}*/

/*슬라이드4*/
#section4 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section4 .img-wrap img {
  height: inherit;
}
#section4 .img-wrap img {
  -webkit-transform: translate3d(300%, 0px, 0px);
  -moz-transform: translate3d(300%, 0px, 0px);
  -o-transform: translate3d(300%, 0px, 0px);
  transform: translate3d(300%, 0px, 0px);
  opacity: 0;
  -ms-filter: alpha(opacity=0);
}

#section4 .img-wrap img.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  opacity: 1;
}
#section4 .img-wrap .cell04.ani {
  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;
}
#section4 .img-wrap .cell05.ani {
  -webkit-transition: all 0.4s ease-out 0.8s;
  -moz-transition: all 0.4s ease-out 0.8s;
  -o-transition: all 0.4s ease-out 0.8s;
  transition: all 0.4s ease-out 0.8s;
}
#section4 .img-wrap .cell06.ani {
  -webkit-transition: all 0.4s ease-out 0.9s;
  -moz-transition: all 0.4s ease-out 0.9s;
  -o-transition: all 0.4s ease-out 0.9s;
  transition: all 0.4s ease-out 0.9s;
}

/*슬라이드5*/
#section5 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section5 .img-wrap img {
  height: inherit;
}
#section5 .img-wrap .cell08 {
  position: absolute;
  left: 0;
  top: 0;
}
#sec5-01 {
  position: relative;
  height: inherit;
  display: inline-block;
}
#sec5-01 {
  -webkit-transform: translate3d(0px, 50%, 0px);
  -moz-transform: translate3d(0px, 50%, 0px);
  -o-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);

  opacity: 0;
  -ms-filter: alpha(opacity=0);
}
#sec5-01.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;

  opacity: 1;
}
#section5 .img-wrap .cell07.ani {
  -webkit-animation: vibrate 0.4s ease-in-out 1.4s;
  animation: vibrate 0.4s ease-in-out 1.4s;
}
#section5 .img-wrap .cell08 {
  -webkit-transform: translate3d(0px, 50%, 0px);
  -moz-transform: translate3d(0px, 50%, 0px);
  -o-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);

  opacity: 0;
  -ms-filter: alpha(opacity=0);
}
#section5 .img-wrap .cell08.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-transition: all 0.3s ease-out 2.2s;
  -moz-transition: all 0.3s ease-out 2.2s;
  -o-transition: all 0.3s ease-out 2.2s;
  transition: all 0.3s ease-out 2.2s;

  opacity: 1;
}
@-webkit-keyframes vibrate {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  40% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}
@keyframes vibrate {
  0% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  20% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  40% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  80% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
}

/*슬라이드5
#section5 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section5 .img-wrap img {
  height: inherit;
}
#section5 .img-wrap .cell10,
#section5 .img-wrap .cell11,
#section5 .img-wrap .cell12,
#section5 .img-wrap .cell13,
#section5 .img-wrap .cell14 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
}
#section5 .img-wrap .cell09 {
  z-index: 1;
}
#sec5-01 {
  position: relative;
  height: inherit;
  display: inline-block;
}
#sec5-01 {
  -webkit-transform: translate3d(0px, 50%, 0px);
  -moz-transform: translate3d(0px, 50%, 0px);
  -o-transform: translate3d(0px, 50%, 0px);
  transform: translate3d(0px, 50%, 0px);

  opacity: 0;
  -ms-filter: alpha(opacity=0);
}
#sec5-01.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;

  opacity: 1;
}
#section5 .img-wrap .cell10.ani {
  -webkit-transition: all 0.3s ease-out 1.3s;
  -moz-transition: all 0.3s ease-out 1.3s;
  -o-transition: all 0.3s ease-out 1.3s;
  transition: all 0.3s ease-out 1.3s;

  opacity: 1;
}
#section5 .img-wrap .cell11.ani {
  -webkit-transition: all 0.2s ease-out 1.5s;
  -moz-transition: all 0.2s ease-out 1.5s;
  -o-transition: all 0.2s ease-out 1.5s;
  transition: all 0.2s ease-out 1.5s;

  opacity: 1;
}
#section5 .img-wrap .cell12.ani {
  -webkit-transition: all 0.2s ease-out 1.6s;
  -moz-transition: all 0.2s ease-out 1.6s;
  -o-transition: all 0.2s ease-out 1.6s;
  transition: all 0.2s ease-out 1.6s;

  opacity: 1;
}
#section5 .img-wrap .cell13.ani {
  -webkit-transition: all 0.2s ease-out 1.7s;
  -moz-transition: all 0.2s ease-out 1.7s;
  -o-transition: all 0.2s ease-out 1.7s;
  transition: all 0.2s ease-out 1.7s;

  opacity: 1;
}
#section5 .img-wrap .cell14.ani {
  -webkit-transition: all 0.2s ease-out 1.8s;
  -moz-transition: all 0.2s ease-out 1.8s;
  -o-transition: all 0.2s ease-out 1.8s;
  transition: all 0.2s ease-out 1.8s;

  opacity: 1;
}*/

/*슬라이드6*/

#section6 .img-wrap {
  text-align: center;
  overflow: hidden;
}
#section6 .img-wrap img {
  height: inherit;
}
#section6 .img-wrap img {
  -webkit-transform: translate3d(300%, 0px, 0px);
  -moz-transform: translate3d(300%, 0px, 0px);
  -o-transform: translate3d(300%, 0px, 0px);
  transform: translate3d(300%, 0px, 0px);
  opacity: 0;
  -ms-filter: alpha(opacity=0);
}

#section6 .img-wrap img.ani {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);

  opacity: 1;
}
#section6 .img-wrap .cell04.ani {
  -webkit-transition: all 0.4s ease-out 0.7s;
  -moz-transition: all 0.4s ease-out 0.7s;
  -o-transition: all 0.4s ease-out 0.7s;
  transition: all 0.4s ease-out 0.7s;
}
#section6 .img-wrap .cell05.ani {
  -webkit-transition: all 0.4s ease-out 0.8s;
  -moz-transition: all 0.4s ease-out 0.8s;
  -o-transition: all 0.4s ease-out 0.8s;
  transition: all 0.4s ease-out 0.8s;
}
#section6 .img-wrap .cell06.ani {
  -webkit-transition: all 0.4s ease-out 0.9s;
  -moz-transition: all 0.4s ease-out 0.9s;
  -o-transition: all 0.4s ease-out 0.9s;
  transition: all 0.4s ease-out 0.9s;
}

/*슬라이드7*/
#section7 .img-wrap {
  text-align: center;
}
#section7 .img-wrap a {
  height: inherit;
  margin-right: 2%;
  padding: 0;
  line-height: none;
  display: inline-block;
}
#section7 .img-wrap a:last-child {
  margin-right: 0;
}
#section7 .img-wrap img {
  height: inherit;
}
#section7 .img-wrap a {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#section7 .img-wrap .cell15.ani {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0.6s;
  -moz-transition: all 0.3s ease-out 0.6s;
  -o-transition: all 0.3s ease-out 0.6s;
  transition: all 0.3s ease-out 0.6s;
}
#section7 .img-wrap .cell16.ani {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition: all 0.3s ease-out 0.7s;
  -moz-transition: all 0.3s ease-out 0.7s;
  -o-transition: all 0.3s ease-out 0.7s;
  transition: all 0.3s ease-out 0.7s;
}
#section7 .img-wrap img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#section7 .img-wrap img:hover,
#section7 .img-wrap img:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);

  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#section7 .img-wrap .cell16 {
  opacity: 0.4;
  -ms-filter: alpha(opacity=40);
  cursor: default;
}
#section7 .img-wrap .cell16 img:hover,
#section7 .img-wrap .cell16 img:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.topMenu {
  float: right;
  margin-top: 4px;
}
.topMenu li {
  display: inline;
  font-size: 15px;
  margin-left: 20px;
}
.topMenu li a {
  color: #ddd;
  text-decoration: none;
}
a.menu1:hover {
  color: #fff;
}
a.menu2:hover {
  color: #fe626d;
}
a.menu3:hover {
  color: #7b6bce;
}
a.menu4:hover {
  color: #f5b03e;
}
a.menu5:hover {
  color: #37474f;
}
a.menu6:hover {
  color: #76b90d;
}