@font-face {
  font-family: "montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  max-width: 100vw;
  min-width: 600px;
}
body {
  height: 100%;
  font-family: "montserrat", "nanumSquare", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
a {
  color: black;
  text-decoration: none;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}

body header {
  width: 100vw;
  height: 100px;
  position: absolute;
  box-sizing: border-box;
}
ul {
  list-style: none;
}

#logo {
  width: fit-content;
  height: fit-content;
  position: relative;
  top: 40px;
  left: 50px;
}
#logo a {
  display: block;
}
#logo a img {
  width: 80%;
}
#search {
  position: absolute;
  top: 38px;
  right: 135px;
  z-index: 40;
  border-bottom: 1px solid #32363e;
  color: #191919;
  float: left;
  display: flex;
}
#search label {
  display: hidden;
}
.selectric-wrapper {
  float: left;
  margin-right: 16px;
}
.selectric {
  border: 0;
  background: transparent;
}
.selectric .label {
  color: #191919;
  font-size: 20px;
  background: transparent;
}
.selectric .button {
  background: transparent;
}
.selectric .button:after {
  border-top-color: #191919;
  font-size: 20px;
}
.selectric .button:hover:after {
  border-top-color: #000;
}
#search select,
#search input {
  line-height: 38px;
  border: 0;
}
#search i {
  width: 24px;
  height: 24px;
  color: #32363e;
  cursor: pointer;
}
#slogan {
  font-size: 20px;
  color: #707070;
  line-height: 24px;
  margin-left: 30px;
  animation: fade 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#slogan span {
  text-indent: -4000px;
  width: 100px;
  height: 16px;
  margin-left: 12px;
  display: inline-block;
  border-bottom: 1px solid #707070;
}
.menu-box {
  width: 50px;
  height: 50px;
  top: 36px;
  right: 50px;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: pointer;
}
#contents-guide {
  width: 33vw;
  margin-left: 60px;
  margin-bottom: 35px;
  border-left: 1px solid black;
  position: absolute;
  top: 140px;
  z-index: 15;
  height: calc(100vh - 140px);
  animation: slidein 2s;
}
@keyframes slidein {
  0% {
    height: 0;
  }
  100% {
    height: calc(100vh - 140px);
  }
}
#contents-guide ul {
  border: 0;
  margin: 0;
  padding: 0;
}
#contents-guide ul li {
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#contents-guide ul#list {
  padding: 0 0 0 30px;
}
#contents-guide ul#list li {
  width: fit-content;
  padding-bottom: 5.5vw;
}
#contents-guide .fa-caret-right {
  position: relative;
  left: -1px;
  top: 48px;
  font-size: 24px;
  color: #32363e;
  transition: all 0.65s;
}
#contents-guide h1 {
  font-size: 50px;
  font-weight: 500;
  margin-block-start: 0;
  margin-block-end: 0;
}
#aboutVLM,
#aboutVLM h1 {
  opacity: 0;
  color: #ffaf52;
  animation: list 0.5s forwards;
  animation-delay: 1.1s;
}
#aboutVLM .list-content {
  color: #757575;
  font-size: 17px;
  line-height: 28px;
  word-break: break-word;
}
#video,
#video h1 {
  opacity: 0;
  color: #3683ff;
  animation: list 0.5s forwards;
  animation-delay: 1.6s;
}
#design,
#design h1 {
  opacity: 0;
  color: #ff7860;
  animation: list 0.5s forwards;
  animation-delay: 2.1s;
}
@keyframes list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contents-guide .off {
  color: #e0e0e0 !important;
}
.swiper-container {
  visibility: hidden;
}
#swiper-box {
  width: 33vw;
  min-width: 300px;
  max-width: 400px;
  height: 100px;
  background: #fff;
  border-radius: 50px;
  margin-left: 0 !important;
  position: absolute;
  z-index: 35;
}

.fa-arrow-right:before {
  font-size: 20px;
}
#icon-link {
  width: fit-content;
  height: 105px;
}
#icon-link li {
  width: 75px;
  float: left;
}
#icon-link li p {
  font-size: 14px;
  text-align: center;
}
#icon-link li a {
  width: 75px;
}
#icon-link li a img {
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#copyright {
  height: 32px;
  line-height: 32px;
  color: #aaa;
  position: fixed;
  left: 61px;
  bottom: 0;
  z-index: 20;
}

#contents {
  width: 60vw;
  height: 100%;
  z-index: 10;
  position: absolute;
  right: 0;
  opacity: 0;
  animation: list 0.6s forwards;
  animation-delay: 3s;
}
#contents #main {
  width: 60vw;
  height: calc(100vh - 100px);
  margin-top: 100px;
}
#contents #main #main-gradient {
  position: absolute;
  width: 30%;
  height: inherit;
  background: linear-gradient(90deg, white, transparent);
}
#contents #main #main-background {
  width: inherit;
  height: inherit;
  background: url("../img/aboutvlm-main.png") no-repeat right bottom;
  background-size: cover;
}
/*
#contents #main .text{
  font-weight: 200;
  font-size: 8vw;
  color: #F8F8F8;
  position: absolute;
  top: 15%;
  z-index: 10;
}
#contents #main .text p{
  margin-block-start: 0;
  margin-block-end: 0;
}
#contents #main .image{
  position: absolute;
  z-index: 11;
  right: 0;
  bottom: 0;
}
#contents .image img{
  width: 50vw;
}
*/

#video-contents,
#design-contents {
  display: none;
  width: 52vw;
  margin-top: 120px;
  padding-left: 30px;
  position: absolute;
}
/* video contents area */
#video-contents #selected-video iframe,
#video-contents #selected-video video {
  width: 52vw;
  height: 30vw;
  border: 0;
}
#video-contents #video-description {
  width: 25vw;
  float: left;
}
#video-contents #video-description h1#video-title {
  color: #32363e;
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#video-contents #video-description h2#video-subtitle {
  color: #32363e;
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#video-contents #video-description h2#video-subtitle span {
  color: #adadad;
}
#video-contents .video_download {
  font-size: 16px;
  line-height: 32px;
  background: #3683ff;
  width: 12vw;
  text-align: center;
  float: right;
  border-radius: 4px;
  margin-top: 4px;
  cursor: pointer;
}
#video-contents .video_download a {
  color: #fff;
}
#video-contents #video-list {
  width: 52vw;
  float: left;
}
#video-contents #video-list ul {
  width: 48vw;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  padding-top: 30px;
  float: left;
}
#video-contents #video-list ul li {
  width: 11.25vw;
  height: 8vw;
  margin-right: 1vw;
  cursor: pointer;
}
#video-contents #video-list ul li:nth-child(4) {
  margin-right: 0;
}
#video-contents #video-list ul li div.video-thumbnail {
  width: 100%;
  height: 100%;
}
#video-contents #video-list ul li div img {
  width: 100%;
  height: 76%;
  object-fit: cover;
}

#video-contents #video-list ul li p {
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 10vw;
}
#video-contents #video-list div.more-link {
  width: 3.25vw;
  margin-top: 60px;
  float: right;
}
#video-contents #video-list div.more-link img {
  width: 36px;
  height: 20px;
}

/* design contents area */
#design-contents #lateet-design {
  width: 52vw;
  height: 30vw;
}
#design-contents #latest-design #latest-image {
  width: 100%;
  padding: 3vh 0;
  border: 1px solid #e0e0e0;
  margin-bottom: 24px;
  text-align: center;
}
#design-contents #latest-design img {
  height: 44vh;
}
#design-contents #design-description {
  width: 25vw;
  float: left;
}
#design-contents #design-description h1#design-title {
  color: #32363e;
  font-size: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#design-contents .design_download {
  width: 25vw;
  float: right;
  display: flex;
  justify-content: space-between;
}
#design-contents .design_download a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  width: 12vw;
  text-align: center;
  float: right;
  border-radius: 4px;
  border: 1px solid #ff7860;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#design-contents .design_download a:nth-child(1) {
  color: #ff7860;
  background: #fff;
}
#design-contents .design_download a:nth-child(2) {
  color: #fff;
  background: #ff7860;
}
#design-contents #design-list {
  position: relative;
  width: 52vw;
  float: left;
}
#design-contents #design-list ul {
  width: 48vw;
  position: absolute;
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  margin-top: 30px;
  float: left;
}
#design-contents #design-list ul li {
  width: 11.25vw;
  height: 6.15vw;
  padding: 1vh 0;
  text-align: center;
  margin-right: 1vw;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
#design-contents #design-list ul li {
  position: relative;
  z-index: 15;
}
#design-contents #design-list ul li:nth-child(4) {
  margin-right: 0;
}
#design-contents #design-list ul li img {
  height: 6.15vw;
}
#design-contents #design-list ul li span {
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 10vw;
  margin-top: 10px;
}
#design-contents #design-list div.more-link {
  margin-top: 60px;
  float: right;
}
#design-contents #design-list div.more-link img {
  width: 36px;
  height: 20px;
}

#design-overlay {
  border-radius: 4px;
}
#design-overlay li {
  position: relative;
  z-index: 10;
  background: rgba(50, 54, 62, 0.8);
  visibility: hidden;
}
#design-overlay li div {
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#design-overlay li a {
  display: block;
  width: 80%;
  padding: 3px 0;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#design-overlay li a:first-child {
  background: #ff7860;
  color: #fff;
}
#design-overlay li a:last-child {
  background: transparent;
  border: 1px solid #ff7860;
  color: #ff7860;
}

/* contents end*/

.admin i {
  color: white;
}
@media (max-width: 600px) {
  #search {
    display: none;
  }
}
@media (max-width: 720px) {
  #contents-guide {
    width: 80vw;
  }
  #contents {
    display: none;
  }
  .fa-caret-right {
    display: none;
  }
}
@media (min-width: 721px) and (max-width: 981px) {
  #slogan span {
    display: none;
  }
}
@media (min-width: 1601px) {
  #contents-guide {
    width: 30vw;
  }
  #contents {
    /*width: 65vw;*/
  }
}

.hot-link-bootcamp {
  width: 100%;
  margin: 20px 0 0 10px;
  text-align: center;
  background: #15326c;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.hot-link-bootcamp a {
  display: block;
  width: 100%;
  padding: 16px;
  color: #fff;
}
