body, html {
  padding: 0;
  margin: 0; }

* {
  font-family: 'MyriadPro'; }

body h3 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 26px; }

body p {
  font-size: 13px; }

.scroll-content * {
  pointer-events: none; }

.simpleBtns {
  cursor: pointer; }

.simpleBtns:hover {
  text-decoration: none; }

::-webkit-scrollbar {
  display: none; }

body {
  width: 100%;
  height: 100%; }
  body p, body a, body h1, body h2, body h3, body span {
    color: white; }
  body #bg_patten {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  body .logo {
    position: absolute;
    left: 56px;
    top: 35px;
    width: 146px;
    height: 80px;
    background-image: url("../img/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: 20; }
  body header {
    width: 100%;
    height: 136px;
    position: absolute;
    top: 0;
    z-index: 5;
    top: 0;
    left: 0; }
    body header .topMenu {
      position: absolute;
      top: 58px;
      right: 40px;
      width: 400px;
      height: 37px; }
      body header .topMenu .nav-sns-container {
        width: 142px;
        height: 100%;
        display: inline-block; }
        body header .topMenu .nav-sns-container a {
          width: 36px;
          height: 37px;
          margin-right: 8px;
          display: inline-block;
          background-repeat: no-repeat; }
        body header .topMenu .nav-sns-container .facebook {
          background-image: url("../img/facebook_icon.png"); }
        body header .topMenu .nav-sns-container .insta {
          background-image: url("../img/insta_icon.png"); }
        body header .topMenu .nav-sns-container .youtube {
          background-image: url("../img/youtube_icon.png"); }
      body header .topMenu * {
        float: left; }
      body header .topMenu div {
        width: 100px;
        height: 37px;
        display: inline-block;
        font-size: 16px; }
      body header .topMenu div#outlink {
        width: 120px;
        margin-right: 6px;
        border: 1px solid #6e6e6e;
        border-radius: 35px;
        color: black;
        padding: 7px 0 0 45px;
        background-image: url("../img/search_icon.png");
        background-repeat: no-repeat;
        background-position: 20px center; }
      body header .topMenu .m {
        display: none; }
  body #wrraper .right {
    width: 100%;
    padding-top: 152px; }
    body #wrraper .right div.items {
      width: 100%;
      height: 158px;
      overflow: hidden;
      border-bottom: 1px solid #4b4b4b;
      transition: height 0.4s; }
      body #wrraper .right div.items .content-media {
        height: 320px;
        background-size: 100% auto;
        background-position: center;
        margin-bottom: 30px;
        display: none; }
      body #wrraper .right div.items .content-text {
        padding: 57px 59px; }
        body #wrraper .right div.items .content-text * {
          transition: opacity 0.4s; }
        body #wrraper .right div.items .content-text h3 {
          font-size: 32px;
          opacity: 0; }
        body #wrraper .right div.items .content-text p {
          font-size: 26px;
          opacity: 0; }
        body #wrraper .right div.items .content-text span {
          width: 100%;
          height: 44px;
          margin-bottom: 30px;
          display: block;
          font-size: 26px;
          background-repeat: no-repeat;
          background-size: auto 44px;
          background-position: center left; }
        body #wrraper .right div.items .content-text #m_about1 {
          background-image: url("../img/about1_off.png"); }
        body #wrraper .right div.items .content-text #m_about2 {
          background-image: url("../img/about2_off.png"); }
        body #wrraper .right div.items .content-text #m_about3 {
          background-image: url("../img/about3_off.png"); }
        body #wrraper .right div.items .content-text #m_about4 {
          background-image: url("../img/about4_off.png"); }
    body #wrraper .right div.items.active {
      height: 1400px; }
      body #wrraper .right div.items.active .content-media {
        display: block; }
      body #wrraper .right div.items.active .content-text h3 {
        opacity: 1; }
      body #wrraper .right div.items.active .content-text p {
        opacity: 1; }
      body #wrraper .right div.items.active .content-text b {
        font-size: 22px;
        margin-bottom: 5px; }
      body #wrraper .right div.items.active #m_about1 {
        background-image: url("../img/about1_on.png"); }
      body #wrraper .right div.items.active #m_about2 {
        background-image: url("../img/about2_on.png"); }
      body #wrraper .right div.items.active #m_about3 {
        background-image: url("../img/about3_on.png"); }
      body #wrraper .right div.items.active #m_about4 {
        background-image: url("../img/about4_on.png"); }
    body #wrraper .right div.item1.active {
      height: auto; }
    body #wrraper .right div.item2.active {
      height: 2200px; }
    body #wrraper .right div.item3.active {
      height: 1200px; }
  body #loading {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    body #loading .dimd {
      background-color: black;
      opacity: .7;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    body #loading .loading {
      width: 80px;
      height: 80px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -40px 0 0 -40px; }

body.mo {
  background-color: black; }
  body.mo .m {
    display: block; }
  body.mo .pc {
    display: none;
    position: fixed;
    left: -9999px; }
  body.mo .logo {
    width: 138px;
    height: 77px;
    top: 41px;
    left: 48px; }
  body.mo #bg_patten {
    display: none; }
  body.mo header .topMenu {
    width: 116px;
    height: 42px;
    position: absolute;
    right: 58px;
    top: 59px; }
    body.mo header .topMenu div {
      width: 45px;
      height: 100%;
      display: inline-block;
      position: absolute; }
    body.mo header .topMenu div#closed {
      right: 0;
      background-image: url("../img/m_close.png");
      background-repeat: no-repeat; }
    body.mo header .topMenu div#outlink {
      border: 0;
      width: 61px;
      overflow: hidden;
      text-indent: -1000px;
      border-radius: 0;
      background-image: url("../img/m_search_icon.png");
      margin-top: -2px;
      position: relative;
      left: -30px; }
  body.mo #wrraper {
    background-position: 30% 0%;
    background-size: 250% 3440px; }
