/* ----- IMPORTS ----- */
@font-face {
  font-family: 'Fiba';
  src: url('../fonts/fiba.eot?1752432');
  src: url('../fonts/fiba.eot?1752432#iefix') format('embedded-opentype'), url('../fonts/fiba.woff?1752432') format('woff'), url('../fonts/fiba.ttf?1752432') format('truetype'), url('../fonts/fiba.svg?1752432#fiba') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans-bold.eot');
  src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bold.woff2') format('woff2'), url('../fonts/opensans-bold.woff') format('woff'), url('../fonts/opensans-bold.ttf') format('truetype'), url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans-bolditalic.eot');
  src: url('../fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-bolditalic.woff2') format('woff2'), url('../fonts/opensans-bolditalic.woff') format('woff'), url('../fonts/opensans-bolditalic.ttf') format('truetype'), url('../fonts/opensans-bolditalic.svg#open_sansbold_italic') format('svg');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans-light.eot');
  src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light.woff2') format('woff2'), url('../fonts/opensans-light.woff') format('woff'), url('../fonts/opensans-light.ttf') format('truetype'), url('../fonts/opensans-light.svg#open_sanslight') format('svg');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/opensans-lightitalic.eot');
  src: url('../fonts/opensans-lightitalic.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-lightitalic.woff2') format('woff2'), url('../fonts/opensans-lightitalic.woff') format('woff'), url('../fonts/opensans-lightitalic.ttf') format('truetype'), url('../fonts/opensans-lightitalic.svg#open_sanslight_italic') format('svg');
  font-style: italic;
  font-weight: 300;
}
/* search       '\e800' */
/* ok           '\e801' */
/* cancel       '\e802' */
/* plus         '\e803' */
/* minus        '\e804' */
/* help         '\e805' */
/* info         '\e806' */
/* move         '\e807' */
/* trash        '\e808' */
/* trash-empty  '\e809' */
/* eye          '\e80a' */
/* eye-off      '\e80b' */
/* up           '\e80d' */
/* right        '\e80e' */
/* down         '\e80f' */
/* left         '\e810' */
/* pencil       '\e811' */
/* eraser       '\e812' */
/* play         '\e813' */
/* save         '\e814' */
/* table        '\e815' */
/* arrows-cw    '\e816' */
/* columns      '\e80c' */
/* area-on      '\e817' */
/* area-off     '\e818' */
/* foot-on      '\e819' */
/* foot-off     '\e81a' */
/* pencil-off   '\e81b' */
* {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'OpenSans', sans-serif;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
* b,
* b *,
* strong,
* strong * {
  font-weight: bold;
}
*:not(input) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  color: #1a1a1a;
  text-decoration: none;
}
a,
button,
input {
  outline: none;
}
input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#translate {
  -moz-transform: translate3d(1px, 0, 0);
  -webkit-transform: translate3d(1px, 0, 0);
  transform: translate3d(1px, 0, 0);
  background-color: transparent;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
div.scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
div.scroll::-webkit-scrollbar {
  width: 0;
  display: none;
}
div#version {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
div#version div#version-box {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #FFFFFF;
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
}
div#version div#version-box p {
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
div#version div#version-box div {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
div#version div#version-box div button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 2px solid #E0BF58;
  font-size: 14px;
  font-weight: bold;
  margin: 12px 6px 0 6px;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}
div.checkbox {
  height: 34px;
  position: relative;
  width: 64px;
}
div.checkbox label {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
  background-color: #000000;
  border: 2px solid #000000;
  height: 100%;
  position: absolute;
  width: 100%;
}
div.checkbox label:after {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-transition: left 0.05s ease-in-out;
  -o-transition: left 0.05s ease-in-out;
  -webkit-transition: left 0.05s ease-in-out;
  transition: left 0.05s ease-in-out;
  background-color: #E0BF58;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
div.checkbox input[type=checkbox] {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 10px;
}
div.checkbox input[type=checkbox]:checked + label {
  background-color: #262626;
  border-color: #262626;
}
div.checkbox input[type=checkbox]:checked + label:after {
  left: 30px;
}
div.checkbox2 {
  height: 18px;
  position: relative;
  width: 18px;
}
div.checkbox2 label {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
  background-color: #FFFFFF;
  border: 2px solid #E0BF58;
  height: 100%;
  position: absolute;
  width: 100%;
}
div.checkbox2 label:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: opacity 0.05s ease-in-out;
  -o-transition: opacity 0.05s ease-in-out;
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  background-color: transparent;
  border: 2.5px solid #FFFFFF;
  border-right: none;
  border-top: none;
  content: "";
  height: 4.5px;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 9px;
}
div.checkbox2 input[type=checkbox] {
  height: 18px;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 18px;
}
div.checkbox2 input[type=checkbox]:checked + label {
  background-color: #E0BF58;
  border-color: #E0BF58;
}
div.checkbox2 input[type=checkbox]:checked + label:after {
  opacity: 1;
}
div.checkbox3 {
  height: 32px;
  position: relative;
  width: 32px;
}
div.checkbox3 label {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
  background-color: #000000;
  border: 2px solid #000000;
  height: 100%;
  position: absolute;
  width: 100%;
}
div.checkbox3 label:after {
  -moz-transition: opacity 0.05s ease-in-out;
  -o-transition: opacity 0.05s ease-in-out;
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  background-color: transparent;
  color: #E0BF58;
  content: "\e80b";
  font-family: 'Fiba';
  font-size: 24px;
  height: 26px;
  line-height: 24px;
  left: 0;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 28px;
}
div.checkbox3 input[type=checkbox] {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 10px;
}
div.checkbox3 input[type=checkbox]:checked + label:after {
  content: "\e80a";
}
div.radio {
  height: 34px;
  position: relative;
  width: 34px;
}
div.radio label {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-transition: background-color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out;
  background-color: #000000;
  border: 2px solid #000000;
  height: 100%;
  position: absolute;
  width: 100%;
}
div.radio label:after {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-transition: opacity 0.05s ease-in-out;
  -o-transition: opacity 0.05s ease-in-out;
  -webkit-transition: opacity 0.05s ease-in-out;
  transition: opacity 0.05s ease-in-out;
  background-color: #E0BF58;
  content: "";
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}
div.radio input[type=radio] {
  height: 10px;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  visibility: hidden;
  width: 10px;
}
div.radio input[type=radio]:checked + label {
  background-color: #262626;
  border-color: #262626;
}
div.radio input[type=radio]:checked + label:after {
  opacity: 1;
}
/* ----- PATHS ----- */
/* ----- VARIABLES ----- */
/*@phonePortrait: 420px;*/
/* ----- STYLES ----- */
body {
  background-color: #000000;
}
div#home {
  height: calc(100vh - 40px);
  background-image: url(../images/home-bg.png);
  background-size: cover;
  padding: 20px 40px 0;
}
div#home .scroll {
  height: 100%;
}
div#home .scroll div.logo-area {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 35px;
}
div#home .scroll div.logo-area .iref-logo {
  /*display: block;*/
  background-image: url(../images/iref-logo-academy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(100vw - 80px);
  height: calc(20vw - 16px);
}
@media screen and (min-width: 620px) {
  div#home .scroll div.logo-area {
    margin-bottom: 55px;
  }
  div#home .scroll div.logo-area .iref-logo {
    width: calc(67vw - 53px);
    height: calc(13vw - 11px);
  }
}
div#home .scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 70px;
}
div#home .scroll div.contents div.box {
  width: calc(50vw - 60px);
  height: calc(33vw - 20px);
  margin-bottom: 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
@media screen and (min-width: 620px) {
  div#home .scroll div.contents div.box {
    width: calc(33vw - 40px);
    height: calc(22vw - 27px);
  }
}
div#home .scroll div.contents div.box .home-item {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
div#home .scroll div.contents div.box .home-item .image {
  width: 100%;
  height: 65%;
  background-size: cover;
  background-position: center top;
}
div#home .scroll div.contents div.box .home-item .image.login {
  background-image: url(../images/login.png);
}
div#home .scroll div.contents div.box .home-item .title {
  /*font-family: Roboto-Medium;*/
  width: 100%;
  height: 35%;
  background-color: #000000;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media screen and (max-width: 376px) {
  div#home .scroll div.contents div.box .home-item .title {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 620px) {
  div#home .scroll div.contents div.box .home-item .title {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (min-width: 960px) {
  div#home .scroll div.contents div.box .home-item .title {
    padding: 12px 15px;
  }
}
div#home .scroll div.contents div.box .home-item .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 960px) {
  div#home .scroll div.contents div.box .home-item .title span {
    -webkit-line-clamp: 3;
  }
}
div#navigation {
  position: absolute;
  z-index: 200;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
}
div#navigation .header {
  width: 100%;
  height: 57px;
  background-color: #CCA267;
}
div#navigation .header .back-button {
  position: absolute;
  background-image: url(../images/icons/back-btn.svg);
  width: 55px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#navigation .header .title {
  height: 57px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowwrap;
  -ms-flex-flow: column nowwrap;
  -webkit-flex-flow: column nowwrap;
  flex-flow: column nowwrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*font-family: Roboto-Medium;*/
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
}
div#navigation .header .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
div#navigation .nav {
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowwrap;
  -ms-flex-flow: row nowwrap;
  -webkit-flex-flow: row nowwrap;
  flex-flow: row nowwrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
div#navigation .nav .all,
div#navigation .nav .new {
  height: 57px;
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowwrap;
  -ms-flex-flow: column nowwrap;
  -webkit-flex-flow: column nowwrap;
  flex-flow: column nowwrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*font-family: Roboto-Regular;*/
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0;
  line-height: 22px;
}
div#navigation .nav .all.active,
div#navigation .nav .new.active {
  color: #E0BF58;
  border-bottom: 3px solid #E0BF58;
}
div#navigation .scroll {
  height: calc(100% - 114px);
}
div#navigation .scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  margin-bottom: 70px;
}
div#navigation .scroll div.contents div.box {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-bottom: 1px solid rgba(169, 169, 169, 0.3);
}
div#navigation .scroll div.contents div.box .nav-item {
  padding: 12px 12px 12px 14px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div#navigation .scroll div.contents div.box .nav-item .preview {
  width: 35px;
  height: 35px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
div#navigation .scroll div.contents div.box .nav-item .preview.folder {
  background-image: url(../images/icons/mime/icon-folder.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.link {
  background-image: url(../images/icons/mime/icon-link.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.zip {
  background-image: url(../images/icons/mime/icon-zip.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.doc {
  background-image: url(../images/icons/mime/icon-doc.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.xls {
  background-image: url(../images/icons/mime/icon-xls.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.pdf {
  background-image: url(../images/icons/mime/icon-pdf.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.image {
  background-image: url(../images/icons/mime/icon-image.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.video {
  background-image: url(../images/icons/mime/icon-video.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.ppt {
  background-image: url(../images/icons/mime/icon-ppt.svg);
}
div#navigation .scroll div.contents div.box .nav-item .preview.mp3 {
  background-image: url(../images/icons/mime/icon-mp3.svg);
}
div#navigation .scroll div.contents div.box .nav-item .data {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div#navigation .scroll div.contents div.box .nav-item .data .meta .date {
  /*font-family: Roboto-Bold;*/
  font-size: 10px;
  color: #9B9B9B;
  letter-spacing: 0.83px;
}
div#navigation .scroll div.contents div.box .nav-item .data .meta .new {
  font-size: 8px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  background-color: #0A0D13;
  padding: 2px 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div#navigation .scroll div.contents div.box .nav-item .data .title {
  /*font-family: Roboto-Medium;*/
  font-size: 14px;
  color: #0A0D13;
  letter-spacing: 0;
}
div#navigation .scroll div.contents div.box .nav-item .data .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
div#navigation .scroll div.contents div.box .nav-item .action {
  width: 35px;
  height: 35px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#navigation .scroll div.contents div.box .nav-item .action.view {
  background-image: url(../images/icons/icon-view.svg);
}
div#navigation .scroll div.contents div.box .nav-item .action.download {
  background-image: url(../images/icons/icon-download.svg);
}
div#navigation .scroll div.contents div.box .nav-item .action.download-img {
  background-image: url(../images/icons/icon-download-img.svg);
}
div#navigation .scroll div.contents div.box .nav-item .action.link {
  background-image: url(../images/icons/icon-link.svg);
}
div#navigation .scroll div.contents div.box .nav-item .action.play {
  background-image: url(../images/icons/icon-play.svg);
}
div#details {
  position: absolute;
  z-index: 250;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
}
div#details .header {
  width: 100%;
  height: 57px;
  background-color: #CCA267;
}
div#details .header .back-button {
  position: absolute;
  background-image: url(../images/icons/back-btn.svg);
  width: 55px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#details .header .title {
  height: 57px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowwrap;
  -ms-flex-flow: column nowwrap;
  -webkit-flex-flow: column nowwrap;
  flex-flow: column nowwrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*font-family: Roboto-Medium;*/
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
}
div#details .header .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
div#details .close-area {
  display: -webkit-flex;
  display: flex;
  background-color: white;
  position: absolute;
  height: 55px;
  width: 100%;
  z-index: 280;
}
div#details .close-area .action {
  height: 25px;
  margin-top: 7px;
}
div#details .close-area span.close-btn {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 18px;
  right: 25px;
  background-image: url(../images/icons/icon-close.svg);
  background-repeat: no-repeat;
}
div#details .action {
  display: block;
  height: 35px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-position: right center;
}
div#details .action.download {
  background-image: url(../images/icons/icon-download.svg);
}
div#details .action.download-img {
  background-image: url(../images/icons/icon-download-img.svg);
}
div#details .action.link {
  background-image: url(../images/icons/icon-link.svg);
}
div#details .actions {
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
div#details .actions .download-lang {
  width: 40px;
  text-align: right;
}
div#details .scroll {
  height: calc(100% - 57px);
}
div#details .scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 40px 0;
  margin-bottom: 70px;
}
div#details .scroll div.contents div.box {
  margin-bottom: 25px;
  border: none;
}
div#details .scroll div.contents div.box .gallery-item {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
div#details .scroll div.contents div.box .gallery-item .image {
  width: calc(50vw - 60px);
  height: calc(33vw - 40px);
  background-size: cover;
  background-position: center top;
}
@media screen and (min-width: 960px) {
  div#details .scroll div.contents div.box .gallery-item .image {
    width: calc(33vw - 40px);
    height: calc(22vw - 27px);
  }
}
div#details .scroll div.contents div.box .gallery-item .data {
  width: calc(50vw - 60px);
  height: 45px;
  padding: 7px 0;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  div#details .scroll div.contents div.box .gallery-item .data {
    width: calc(33vw - 40px);
    height: 60px;
  }
}
div#details .scroll div.contents div.box .gallery-item .data .meta .date {
  /*font-family: Roboto-Bold;*/
  font-size: 10px;
  color: #9B9B9B;
  letter-spacing: 0.83px;
}
div#details .scroll div.contents div.box .gallery-item .data .meta .new {
  font-size: 8px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  background-color: #0A0D13;
  padding: 2px 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div#details .scroll div.contents div.box .gallery-item .data .title {
  /*font-family: Roboto-Medium;*/
  font-size: 14px;
  color: #0A0D13;
  letter-spacing: 0;
}
div#details .scroll div.contents div.box .gallery-item .data .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
  margin: 0;
}
div#details .scroll .details {
  padding: 55px 25px 80px;
  background-color: #FFFFFF;
}
div#details .scroll .details .meta .date {
  /*font-family: Roboto-Bold;*/
  font-size: 10px;
  color: #0A0D13;
  letter-spacing: 0.83px;
}
div#details .scroll .details .meta .new {
  font-size: 8px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  background-color: #0A0D13;
  padding: 2px 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div#details .scroll .details h3.title {
  /*font-family: Roboto-Medium;*/
  font-size: 24px;
  color: #0A0D13;
  letter-spacing: -0.2px;
  line-height: 30px;
  margin-bottom: 25px;
}
div#details .scroll .details h3.title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
div#details .scroll .details .image {
  width: calc(100vw - 50px);
  height: calc(66vw - 33px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 25px;
  max-height: 400px;
}
@media (orientation: landscape) and (max-height: 700px) {
  div#details .scroll .details .image {
    max-height: 250px;
  }
}
div#details .scroll .details .image video,
div#details .scroll .details .image iframe {
  width: 100%;
  height: 100%;
}
div#details .scroll .details .description {
  /*font-family: Roboto-Regular;*/
  font-size: 14px;
  color: #0A0D13;
  letter-spacing: 0;
  line-height: 22px;
}
div#details .scroll .details .description a {
  color: #3333ff;
  text-decoration: underline;
}
div#gallery {
  position: absolute;
  z-index: 500;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
}
div#gallery .close-area {
  position: absolute;
  height: 55px;
  width: 100%;
  z-index: 560;
}
div#gallery .close-area span {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 25px;
  right: 25px;
  background-image: url(../images/icons/icon-close-white.svg);
  background-position: center center;
}
div#gallery .slider .slider-arrow-back {
  position: absolute;
  left: 0;
  top: calc(50vh - 20px);
  width: 40px;
  height: 40px;
  opacity: 0.57;
  background: #FFFFFF;
  z-index: 505;
}
div#gallery .slider .slider-arrow-back span {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#gallery .slider .slider-arrow-fwd {
  position: absolute;
  right: 0;
  top: calc(50vh - 20px);
  width: 40px;
  height: 40px;
  opacity: 0.57;
  background: #FFFFFF;
  z-index: 505;
}
div#gallery .slider .slider-arrow-fwd span {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
div#gallery .slider .visible-area {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
div#gallery .slider .visible-area .slider-carrousel {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transition: margin-left 1s;
  -o-transition: margin-left 1s;
  -webkit-transition: margin-left 1s;
  transition: margin-left 1s;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center center;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider .data {
  position: absolute;
  left: 25px;
  bottom: 35px;
  width: 60wv;
  height: 45px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider .data .meta .date {
  /*font-family: Roboto-Bold;*/
  font-size: 10px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider .data .meta .new {
  font-size: 8px;
  color: #000000;
  letter-spacing: 0.83px;
  background-color: #FFFFFF;
  padding: 2px 7px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider .data .title {
  /*font-family: Roboto-Medium;*/
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider .action {
  position: absolute;
  width: 35px;
  height: 35px;
  right: 25px;
  bottom: 35px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#gallery .slider .visible-area .slider-carrousel .image-slider .action.download-img {
  background-image: url(../images/icons/icon-download-img.svg);
}
div#app-links {
  position: absolute;
  z-index: 200;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
}
div#app-links .header {
  width: 100%;
  height: 57px;
  background-color: #CCA267;
}
div#app-links .header .back-button {
  position: absolute;
  background-image: url(../images/icons/back-btn.svg);
  width: 55px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#app-links .header .title {
  height: 57px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowwrap;
  -ms-flex-flow: column nowwrap;
  -webkit-flex-flow: column nowwrap;
  flex-flow: column nowwrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*font-family: Roboto-Medium;*/
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: bold;
}
div#app-links .scroll {
  height: calc(100% - 57px);
}
div#app-links .scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 40px 0;
  margin-bottom: 70px;
}
div#app-links .scroll div.contents div.box {
  width: calc(50vw - 60px);
  height: calc(50vw - 60px);
  margin-bottom: 25px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
@media screen and (min-width: 960px) {
  div#app-links .scroll div.contents div.box {
    width: calc(33vw - 40px);
    height: calc(33vw - 40px);
  }
}
div#app-links .scroll div.contents div.box .app-item {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}
div#app-links .scroll div.contents div.box .app-item .image {
  width: 100%;
  height: 50%;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
div#app-links .scroll div.contents div.box .app-item .image.app1 {
  background-image: url(../images/applinks/app1.png);
  background-color: #D0D0D0;
}
div#app-links .scroll div.contents div.box .app-item .image.app2 {
  background-image: url(../images/applinks/app2.svg);
}
div#app-links .scroll div.contents div.box .app-item .image.app3 {
  background-image: url(../images/applinks/app3.svg);
}
div#app-links .scroll div.contents div.box .app-item .image.app4 {
  background-image: url(../images/applinks/app4.svg);
}
div#app-links .scroll div.contents div.box .app-item .data {
  width: 100%;
  height: 50%;
  background-color: #000000;
  padding: 4px 10px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 376px) {
  div#app-links .scroll div.contents div.box .app-item .data {
    padding: 2px 6px;
  }
}
@media screen and (min-width: 620px) {
  div#app-links .scroll div.contents div.box .app-item .data {
    padding: 7px 10px;
  }
}
@media screen and (min-width: 960px) {
  div#app-links .scroll div.contents div.box .app-item .data {
    padding: 12px 15px;
  }
}
div#app-links .scroll div.contents div.box .app-item .data .title {
  /*font-family: Roboto-Medium;*/
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 3px;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media screen and (max-width: 376px) {
  div#app-links .scroll div.contents div.box .app-item .data .title {
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 620px) {
  div#app-links .scroll div.contents div.box .app-item .data .title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}
div#app-links .scroll div.contents div.box .app-item .data .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0;
  margin: 0;
}
div#app-links .scroll div.contents div.box .app-item .data .description {
  /*font-family: Roboto-Regular;*/
  font-size: 12px;
  color: #737E9B;
  letter-spacing: 0;
  line-height: 14px;
}
div#app-links .scroll div.contents div.box .app-item .data .description span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 620px) {
  div#app-links .scroll div.contents div.box .app-item .data .description span {
    -webkit-line-clamp: 8;
  }
}
footer {
  bottom: 16px;
  left: 16px;
  position: absolute;
  right: 16px;
  z-index: 400;
  background-color: #EDEFF3;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
footer .footer-item {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
footer .footer-item .box {
  padding: 9px 0;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
footer .footer-item .box .icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
footer .footer-item .box .icon.footer-home {
  background-image: url(../images/icons/icon-home.svg);
}
footer .footer-item .box .icon.footer-news {
  background-image: url(../images/icons/icon-news.svg);
}
footer .footer-item .box .icon.footer-apps {
  background-image: url(../images/icons/icon-apps.svg);
}
footer .footer-item .box .icon.footer-searcher {
  background-image: url(../images/icons/icon-searcher.svg);
}
footer .footer-item .box .icon.footer-menu {
  background-image: url(../images/icons/icon-menu.svg);
}
footer .footer-item .box .name {
  /*font-family: Roboto-Regular;*/
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
}
footer .footer-item.active {
  background-color: #4A4A4A;
  position: relative;
}
footer .footer-item.active .box .name {
  color: #FFFFFF;
}
footer .footer-item.active .box .icon.footer-home {
  background-image: url(../images/icons/icon-home-active.svg);
}
footer .footer-item.active .box .icon.footer-news {
  background-image: url(../images/icons/icon-news-active.svg);
}
footer .footer-item.active .box .icon.footer-apps {
  background-image: url(../images/icons/icon-apps-active.svg);
}
footer .footer-item.active .box .icon.footer-searcher {
  background-image: url(../images/icons/icon-searcher-active.svg);
}
footer .footer-item.active .box .icon.footer-menu {
  background-image: url(../images/icons/icon-menu-active.svg);
}
footer .footer-item.active:after {
  position: absolute;
  content: '';
  top: 0;
  background-color: #E0BF58;
  height: 3px;
  width: 50%;
  margin-left: 25%;
}
@media (hover: hover) {
  footer .footer-item:hover {
    background-color: #4A4A4A;
    position: relative;
  }
  footer .footer-item:hover .box .name {
    color: #FFFFFF;
  }
  footer .footer-item:hover .box .icon.footer-home {
    background-image: url(../images/icons/icon-home-active.svg);
  }
  footer .footer-item:hover .box .icon.footer-news {
    background-image: url(../images/icons/icon-news-active.svg);
  }
  footer .footer-item:hover .box .icon.footer-apps {
    background-image: url(../images/icons/icon-apps-active.svg);
  }
  footer .footer-item:hover .box .icon.footer-searcher {
    background-image: url(../images/icons/icon-searcher-active.svg);
  }
  footer .footer-item:hover .box .icon.footer-menu {
    background-image: url(../images/icons/icon-menu-active.svg);
  }
  footer .footer-item:hover:after {
    position: absolute;
    content: '';
    top: 0;
    background-color: #E0BF58;
    height: 3px;
    width: 50%;
    margin-left: 25%;
  }
}
footer .footer-item.open {
  background-color: #E0BF58!important;
  position: relative;
}
footer .footer-item.open .box.close {
  height: 100%;
}
footer .footer-item.open .box.close .icon.footer-menu-close {
  background-image: url(../images/icons/icon-close.svg);
}
#menu {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 390;
}
#menu div.background-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 390;
  width: 100vw;
  height: 100vh;
}
#menu div.scroll {
  position: absolute;
  z-index: 391;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  width: 80vw;
  right: 16px;
  bottom: 85px;
  max-height: calc(100vh - 100px);
}
#menu div.scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#menu div.scroll div.contents .menu-box {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-bottom: 1px solid rgba(169, 169, 169, 0.3);
}
#menu div.scroll div.contents .menu-box .menu-item {
  padding: 9px 9px 9px 16px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#menu div.scroll div.contents .menu-box .menu-item .icon {
  width: 20px;
  height: 20px;
}
#menu div.scroll div.contents .menu-box .menu-item .icon.login {
  background-image: url(../images/icons/icon-login.svg);
}
#menu div.scroll div.contents .menu-box .menu-item .icon.category {
  background-image: url(../images/icons/icon-ball.svg);
}
#menu div.scroll div.contents .menu-box .menu-item .icon.language {
  background-image: url(../images/icons/icon-languages.svg);
}
#menu div.scroll div.contents .menu-box .menu-item .title {
  /*font-family: Roboto-Regular;*/
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  padding-left: 20px;
}
div#language-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
div#language-box div.background-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 500;
  width: 100vw;
  height: 100vh;
}
div#language-box div.scroll {
  position: absolute;
  z-index: 501;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  bottom: 0;
  width: 100vw;
  max-height: calc(100vh - 100px);
}
div#language-box div.scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
div#language-box div.scroll div.contents .menu-box {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-bottom: 1px solid rgba(169, 169, 169, 0.3);
}
div#language-box div.scroll div.contents .menu-box .menu-item {
  padding: 9px 9px 9px 16px;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
div#language-box div.scroll div.contents .menu-box .menu-item .icon {
  width: 20px;
  height: 20px;
}
div#language-box div.scroll div.contents .menu-box .menu-item .icon.active {
  background-image: url(../images/icons/icon-active.svg);
}
div#language-box div.scroll div.contents .menu-box .menu-item .title {
  /*font-family: Roboto-Regular;*/
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
  text-align: center;
  line-height: 15px;
  padding-left: 20px;
}
div#login-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
}
div#login-box div.background-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 500;
  width: 100vw;
  height: 100vh;
}
div#login-box div.contents {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 501;
  bottom: 0;
  width: 100vw;
  height: auto;
}
div#login-box div.box {
  padding: 16px;
  width: 100%;
  text-align: center;
}
div#login-box div.box input[type=text],
div#login-box div.box input[type=password] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 16px;
  padding: 6px;
  width: 100%;
  color: #000000;
  background-color: #FFFFFF;
  letter-spacing: 0;
}
div#login-box div.box input[type=text]::placeholder,
div#login-box div.box input[type=password]::placeholder {
  color: #000000;
  letter-spacing: 0;
  opacity: 1;
  font-size: 16px;
}
div#login-box div.box .checkbox2 {
  display: inline-block;
}
div#login-box div.box label {
  display: inline-block;
  font-size: 14px;
  color: #0A0D13;
  letter-spacing: 0;
  line-height: 18px;
  padding-left: 10px;
  vertical-align: top;
}
div#login-box div.box button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  /*.flex-grow(1);*/
  background-image: linear-gradient(-45deg, #121217 0%, #282F3E 100%);
  background-color: #000000;
  color: #FFFFFF;
  font-size: 16px;
  padding: 6px;
  width: 100%;
  text-transform: uppercase;
  /*            &#login {
                border-color: @gold;
                margin-right: 2px;
            }

            &#cancel {
                margin-left: 2px;
            }*/
}
div#login-box div.box div#buttons {
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-top: 6px;
}
div#banner-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
  display: none;
}
div#banner-box div.background-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 500;
  width: 100vw;
  height: 100vh;
}
div#banner-box div.banners-content {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  bottom: 5%;
  display: flex;
  justify-content: center;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 501;
}
div#banner-box div.banners-content span.close-btn {
  position: absolute;
  width: 27px;
  height: 27px;
  top: 0px;
  right: 0px;
  background-image: url(../images/icons/icon-close-white.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}
div#banner-box div.banners-content .link-btn {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-color: #000000B1;
  border: 1px solid #a58746;
  bottom: 15px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  padding: 5px 20px;
  position: absolute;
  text-transform: uppercase;
}
div#banner-box div.banners-content .banner {
  width: 100%;
  height: auto;
  /*            @media screen and (max-height: 450px) {
                height: calc(100% - 26px);
            }*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* Search */
div#search {
  position: absolute;
  z-index: 200;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/home-bg.png);
  background-size: cover;
}
div#search .header {
  width: 100%;
  height: 57px;
  background-color: #CCA267;
}
div#search .header .back-button {
  position: absolute;
  background-image: url(../images/icons/back-btn.svg);
  width: 55px;
  height: 57px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#search .header .title {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowwrap;
  -ms-flex-flow: column nowwrap;
  -webkit-flex-flow: column nowwrap;
  flex-flow: column nowwrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  height: 57px;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center;
}
div#search .search_field {
  display: -webkit-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ccc;
  padding: 12px 0px 12px 14px;
  width: calc(100% - 24px);
  margin: 12px 12px 12px 12px;
  background-color: #EDEFF3;
}
div#search .search_field #search-button {
  color: #000000;
  border: none;
  padding: 0;
  width: calc(100% - 45px);
  background-color: #EDEFF3;
  font-size: 16px;
}
div#search .search_field button {
  border: none;
  background: none;
  width: 30px;
}
div#search .scroll {
  height: calc(100% - 114px);
  padding-bottom: 50px;
  background-color: #FFFFFF;
}
div#search .scroll div.contents {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  margin-bottom: 70px;
}
div#search .scroll div.contents div.title-section {
  padding: 12px 12px 12px 12px;
  font-size: 18px;
  font-weight: bold;
}
div#search .scroll div.contents div.title-section.center {
  text-align: center;
}
div#search .scroll div.contents div.title-section.hide {
  display: none;
}
div#search .scroll div.contents div.box {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-bottom: 1px solid rgba(169, 169, 169, 0.3);
}
div#search .scroll div.contents div.box .search-item {
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 12px 12px 12px 14px;
}
div#search .scroll div.contents div.box .search-item .preview {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin-right: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
div#search .scroll div.contents div.box .search-item .preview.folder {
  background-image: url(../images/icons/mime/icon-folder.svg);
}
div#search .scroll div.contents div.box .search-item .preview.link {
  background-image: url(../images/icons/mime/icon-link.svg);
}
div#search .scroll div.contents div.box .search-item .preview.zip {
  background-image: url(../images/icons/mime/icon-zip.svg);
}
div#search .scroll div.contents div.box .search-item .preview.doc {
  background-image: url(../images/icons/mime/icon-doc.svg);
}
div#search .scroll div.contents div.box .search-item .preview.xls {
  background-image: url(../images/icons/mime/icon-xls.svg);
}
div#search .scroll div.contents div.box .search-item .preview.pdf {
  background-image: url(../images/icons/mime/icon-pdf.svg);
}
div#search .scroll div.contents div.box .search-item .preview.image {
  background-image: url(../images/icons/mime/icon-image.svg);
}
div#search .scroll div.contents div.box .search-item .preview.video {
  background-image: url(../images/icons/mime/icon-video.svg);
}
div#search .scroll div.contents div.box .search-item .preview.ppt {
  background-image: url(../images/icons/mime/icon-ppt.svg);
}
div#search .scroll div.contents div.box .search-item .preview.mp3 {
  background-image: url(../images/icons/mime/icon-mp3.svg);
}
div#search .scroll div.contents div.box .search-item .data {
  display: -webkit-flex;
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
div#search .scroll div.contents div.box .search-item .data .meta .date {
  font-size: 10px;
  color: #9B9B9B;
  letter-spacing: 0.83px;
}
div#search .scroll div.contents div.box .search-item .data .meta .new {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 8px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  background-color: #0A0D13;
  padding: 2px 7px;
}
div#search .scroll div.contents div.box .search-item .data .title {
  font-size: 14px;
  color: #0A0D13;
  letter-spacing: 0;
}
div#search .scroll div.contents div.box .search-item .data .title span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
div#search .scroll div.contents div.box .search-item .action {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#search .scroll div.contents div.box .search-item .action.go-to-folder {
  background-image: url(../images/icons/icon-folder-enter.svg);
}
div#search .scroll div.contents div.box .search-item .action.view {
  background-image: url(../images/icons/icon-view.svg);
}
div#search .scroll div.contents div.box .search-item .action.download {
  background-image: url(../images/icons/icon-download.svg);
}
div#search .scroll div.contents div.box .search-item .action.download-img {
  background-image: url(../images/icons/icon-download-img.svg);
}
div#search .scroll div.contents div.box .search-item .action.link {
  background-image: url(../images/icons/icon-link.svg);
}
div#search .scroll div.contents div.box .search-item .action.play {
  background-image: url(../images/icons/icon-play.svg);
}
/* END Search */
div#loader {
  background-color: #000000;
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
div#loader div#court-loader {
  border-bottom: 2px solid #FFFFFF;
  bottom: 30%;
  height: 40%;
  left: 15%;
  overflow: hidden;
  position: absolute;
  right: 15%;
}
div#loader div#court-loader div#basket {
  bottom: 0;
  height: 80%;
  position: absolute;
  right: 5%;
  width: 15%;
}
div#loader div#court-loader div#basket div#stake-1 {
  background-color: #FFFFFF;
  bottom: 0;
  height: 80%;
  position: absolute;
  right: 25%;
  width: 2px;
}
div#loader div#court-loader div#basket div#stake-2 {
  background-color: #FFFFFF;
  height: 2px;
  position: absolute;
  right: 25%;
  top: 20%;
  width: 30%;
}
div#loader div#court-loader div#basket div#grid {
  background-color: #db9835;
  height: 2px;
  position: absolute;
  right: 55%;
  top: 20%;
  width: 30%;
}
div#loader div#court-loader div#basket div#board {
  background-color: #db9835;
  height: 30%;
  position: absolute;
  right: 55%;
  top: 0;
  width: 2px;
}
div#loader div#court-loader div#ball {
  -moz-animation: move 1s linear infinite;
  -ms-animation: move 1s linear infinite;
  -o-animation: move 1s linear infinite;
  -webkit-animation: move 1s linear infinite;
  animation: move 1s linear infinite;
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background-color: #db9835;
  background-image: url(../images/court/ball.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  position: absolute;
  width: 15px;
}
@keyframes move {
  0% {
    bottom: -7%;
    left: 0;
  }
  12.5% {
    bottom: 40%;
    left: 12%;
  }
  25% {
    bottom: 75%;
    left: 25%;
  }
  37.5% {
    bottom: 90%;
    left: 40%;
  }
  50% {
    bottom: 90%;
    left: 55%;
  }
  62.5% {
    bottom: 80%;
    left: 70%;
  }
  75% {
    bottom: 62%;
    left: 82.5%;
  }
  87.5% {
    bottom: 20%;
    left: 85%;
  }
  100% {
    bottom: -7%;
    left: 87.5%;
  }
}
