html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  font-family: 'Muli', sans-serif;
  font-size: 20px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  color: #333; }

.header {
  position: relative;
  width: 100%;
  height: 30%;
  padding: 80px 0 0 0; }
  @media screen and (max-width: 768px) {
    .header {
      height: 120px;
      padding: 40px 0 0 0; } }
  .header .shareButton {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #4D4D4D;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer; }
    @media screen and (max-width: 430px) {
      .header .shareButton {
        font-size: .7rem;
        top: 14px;
        right: 20px; } }
    .header .shareButton:after {
      content: '';
      position: absolute;
      top: 9px;
      right: -10px;
      width: 0;
      height: 0;
      border-left: 4px solid #4D4D4D;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
      @media screen and (max-width: 430px) {
        .header .shareButton:after {
          top: 6px; } }

.title {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  padding: 0 0 20px 0px; }

.decor_line {
  width: 104px;
  height: 2px;
  background: #000;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .decor_line {
      display: none; } }

.nav {
  position: relative;
  width: 100%;
  height: 70%; }
  .nav a {
    text-decoration: none; }
    .nav a:nth-child(2) .nav_item {
      margin: 0 6px; }
      @media screen and (max-width: 768px) {
        .nav a:nth-child(2) .nav_item {
          margin: 0px; } }
    .nav a .nav_item {
      position: relative;
      width: calc(33.333334% - 4px);
      height: auto;
      float: left; }
      @media screen and (max-width: 768px) {
        .nav a .nav_item {
          float: none;
          width: 100%;
          height: 25%;
          margin: 10px 0;
          overflow: hidden; } }
      .nav a .nav_item img {
        position: relative;
        vertical-align: middle;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .nav a .nav_item img {
            top: 50%;
            margin-top: -48%; } }
      .nav a .nav_item .textWrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.45); }
        .nav a .nav_item .textWrap .textInnerWrap {
          position: relative;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          display: table; }
          .nav a .nav_item .textWrap .textInnerWrap p {
            position: absolute;
            text-align: center;
            color: #FFFFFF;
            border: solid 1px #FFFFFF;
            width: 90%;
            height: auto;
            min-height: 40px;
            top: 50%;
            left: 50%;
            margin: -20px 0 0 -45%;
            padding: 7px;
            font-weight: 400; }
            @media screen and (max-width: 768px) {
              .nav a .nav_item .textWrap .textInnerWrap p {
                border: none; } }

.outerSwipeContainer {
  position: absolute;
  width: 840px;
  height: 490px;
  left: 50%;
  margin-left: -420px;
  top: 50%;
  margin-top: -245px; }
  @media screen and (max-width: 1024px) {
    .outerSwipeContainer {
      width: 100%;
      height: calc( 100% - 50px );
      margin: 0px 0 0 0px;
      left: 0px;
      top: 50px; } }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  -ms-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }
  @media screen and (max-width: 1024px) {
    .swiper-button-prev, .swiper-button-next {
      width: 25px;
      height: 25px;
      margin-top: -12px; } }
  .swiper-button-prev .desktopArrow, .swiper-button-next .desktopArrow {
    display: block; }
    @media screen and (max-width: 1024px) {
      .swiper-button-prev .desktopArrow, .swiper-button-next .desktopArrow {
        display: none; } }
  .swiper-button-prev .mobileArrow, .swiper-button-next .mobileArrow {
    display: none; }
    @media screen and (max-width: 1024px) {
      .swiper-button-prev .mobileArrow, .swiper-button-next .mobileArrow {
        display: block; } }

.swiper-button-prev {
  display: block;
  left: -25px; }
  @media screen and (max-width: 1024px) {
    .swiper-button-prev {
      left: 0px; } }

.swiper-button-next {
  display: block;
  right: -25px; }
  @media screen and (max-width: 1024px) {
    .swiper-button-next {
      right: 0px; } }

.swiper-slide .slideImg {
  position: absolute;
  width: 60%;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .swiper-slide .slideImg {
      width: 100%;
      height: 70%; } }
.swiper-slide .text_wrap {
  position: relative;
  width: 40%;
  height: 100%;
  left: 60%;
  background: #3497DB; }
  @media screen and (max-width: 768px) {
    .swiper-slide .text_wrap {
      left: 0px;
      width: 100%;
      height: 100%;
      background: none;
      overflow-y: scroll; } }
  .swiper-slide .text_wrap .text_inner_wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 50px 50px 90px 50px; }
    @media screen and (max-width: 768px) {
      .swiper-slide .text_wrap .text_inner_wrap {
        position: relative;
        top: 70%;
        width: 100%;
        height: auto;
        min-height: 30%;
        background: #3497DB; } }
    .swiper-slide .text_wrap .text_inner_wrap h2 {
      color: #FFFFFF;
      font-size: 2.2rem;
      font-weight: 400;
      margin: 0 0 10px -5px;
      line-height: 1rem; }
      @media screen and (max-width: 768px) {
        .swiper-slide .text_wrap .text_inner_wrap h2 {
          line-height: 1.5rem; } }
      .swiper-slide .text_wrap .text_inner_wrap h2 span {
        font-size: 1rem; }
    .swiper-slide .text_wrap .text_inner_wrap h3 {
      font-size: .7rem;
      color: #3497DB;
      font-weight: 400;
      padding: 0 8px 0px 6px;
      display: inline-block;
      margin: 0 0 3px 0;
      background: #FFFFFF; }
    .swiper-slide .text_wrap .text_inner_wrap p {
      color: #FFFFFF;
      font-size: .75rem;
      font-weight: 300;
      margin: 0px 0 10px 0; }
      .swiper-slide .text_wrap .text_inner_wrap p span {
        font-weight: 400;
        font-size: 1rem; }
    .swiper-slide .text_wrap .text_inner_wrap ul {
      padding: 0 0 0 15px;
      margin: 0; }
      .swiper-slide .text_wrap .text_inner_wrap ul li {
        color: #FFFFFF;
        font-size: .7rem;
        font-weight: 300;
        margin: 0px 0 5px 0; }

.top_header {
  position: fixed;
  z-index: 300;
  width: 100%;
  height: 50px;
  top: 0px;
  background: #FFFFFF; }
  .top_header .navButton {
    position: absolute;
    width: 35px;
    top: 14px;
    left: 20px;
    cursor: pointer; }
  .top_header h1 {
    position: absolute;
    top: 15px;
    left: 80px;
    color: #4D4D4D;
    font-size: 1rem;
    font-weight: 400; }
    @media screen and (max-width: 430px) {
      .top_header h1 {
        font-size: .7rem;
        left: 70px;
        top: 18px; } }
  .top_header .shareButton {
    position: absolute;
    top: 15px;
    right: 30px;
    color: #4D4D4D;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer; }
    @media screen and (max-width: 430px) {
      .top_header .shareButton {
        font-size: .7rem;
        top: 18px;
        right: 20px; } }
    .top_header .shareButton:after {
      content: '';
      position: absolute;
      top: 9px;
      right: -10px;
      width: 0;
      height: 0;
      border-left: 4px solid #4D4D4D;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
      @media screen and (max-width: 430px) {
        .top_header .shareButton:after {
          top: 6px; } }

.nav_wrap {
  position: fixed;
  z-index: 200;
  top: -120px;
  left: 0px;
  width: 320px;
  height: 120px;
  background: #3497DB;
  -ms-transition: all 300ms cubic-bezier(0.55, 0.76, 0.42, 0.93);
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.76, 0.42, 0.93);
  transition: all 300ms cubic-bezier(0.55, 0.76, 0.42, 0.93); }
  .nav_wrap .nav_item {
    position: relative;
    text-decoration: none; }
    .nav_wrap .nav_item p {
      width: 100%;
      height: 40px;
      color: #FFFFFF;
      padding: 8px 0 0 8px; }
      .nav_wrap .nav_item p:hover {
        background: rgba(255, 255, 255, 0.1); }

.nav_wrap_down {
  top: 50px; }

.share_wrap {
  position: fixed;
  z-index: 210;
  width: 80px;
  height: 120px;
  background: #FFFFFF;
  top: 50px;
  right: -80px;
  -ms-transition: all 200ms cubic-bezier(0.55, 0.76, 0.42, 0.93);
  -webkit-transition: all 200ms cubic-bezier(0.55, 0.76, 0.42, 0.93);
  transition: all 200ms cubic-bezier(0.55, 0.76, 0.42, 0.93); }
  .share_wrap .social_button {
    position: relative;
    width: 100%;
    height: 25%;
    padding: 3px 12px; }
    .share_wrap .social_button:first-child {
      padding: 0px 12px; }

.share_wrap_in {
  right: 0px; }

.logo {
  position: absolute;
  bottom: 11px;
  right: 20px; }

/*# sourceMappingURL=main.css.map */
