.ie_check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #222222;
  z-index: 99999;
  position: absolute;
}
.none_ie {
  display: none;
}

.ie_wraning {
  text-align: center;
  font-size: 15px;
}

body {
  background-image: url("../img/002.jpg");
  width: 100%;
  height: 100%;
}

.line {
  border-bottom: 3px solid #d2ae2a;
  width: 97%;
  margin-left: 20px;
}

.wrap {
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  overflow: auto;
}

.intro-cointainer {
  width: 25%;
  height: 100vh;
  background-color: rgba(10, 10, 10, 0.6);
  justify-content: center;
  position: fixed;
}

.video_btn {
  background-color: #e8067e;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 20px;
  padding: 10px;
  cursor: pointer;
  border: 1px solid #ffffff;
}

.intro-title {
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  margin-left: 10px;
  font-weight: 600;
  position: absolute;
  top: 30px;
}

.img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 250px;
}

.intro-cointainer img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background-color: #ffffff;
  object-fit: contain;
}

.company-title {
  color: #ffffff;
  font-size: 1.1em;
  margin: 20px;
  font-weight: 600;
}

.company-des {
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
  width: 90%;
  margin: 10px;
}
.company-box {
  display: flex;
}

.company-info {
  margin-top: 20px;
}

.company-info div {
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.9em;
}

.company-info:first-child {
  text-align: right;
  width: 30%;
}

.company-info:last-child {
  margin-left: 20px;
  text-align: left;
}

/* VR CONTAINER */

.year-container {
  position: absolute;
  right: 0;
  width: 70%;
  padding: 20px 50px 20px 20px;
}

.year-title {
  font-family: AppleSDGothicNeoB sans-serif;
  font-size: 3em;
  font-weight: 600;
  margin-left: 20px;
}

#year-box {
  margin-top: 30px;
}

#data-grid {
  display: flex;
  flex-wrap: wrap;
}

.data-meta {
  display: flex;
  flex-wrap: wrap;
}

.flex-container {
  position: relative;
  margin: 20px;
}

.thumb-title {
  font-size: 0.9em;
  position: absolute;
  top: 190px;
  color: #ffffff;
}

.img {
  width: 180px;
  height: 180px;
  border: 1px solid gold;
  border-radius: 10px;
}

/* 아이패드 */
@media only screen and (min-width: 501px) and (max-width: 1100px) {
  .wrap {
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .intro-cointainer img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background-color: #ffffff;
    object-fit: contain;
  }

  .img {
    width: 130px;
    height: 130px;
    border: 1px solid gold;
    border-radius: 10px;
  }

  .thumb-title {
    font-size: 0.9em;
    position: absolute;
    top: 140px;
    color: #ffffff;
  }
}

/* 모바일 */
@media only screen and (max-width: 500px) {
  .wrap {
    display: flex;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .intro-cointainer {
    width: 30%;
    height: 100vh;
    background-color: rgba(10, 10, 10, 0.6);
    justify-content: center;
    position: fixed;
  }

  .year-container {
    position: absolute;
    right: 0;
    width: 70%;
    padding: 10px 0px 0px 0px;
  }

  .intro-cointainer img {
    width: 55px;
    height: 55px;
    border-radius: 100px;
    background-color: #ffffff;
    object-fit: contain;
  }

  .img {
    width: 75px;
    height: 75px;
    border: 1px solid gold;
    border-radius: 10px;
  }

  .thumb-title {
    width: 110%;
    font-size: 0.65em;
    position: absolute;
    top: 87px;
    color: #ffffff;
    text-align: center;
  }

  .flex-container {
    position: relative;
    margin-left: 20px;
  }

  .company-des {
    color: #ffffff;
    font-size: 0.7em;
    text-align: center;
    width: 90%;
    margin: 10px;
  }

  .year-title {
    font-family: AppleSDGothicNeoB sans-serif;
    font-size: 1em;
    font-weight: 600;
    margin-left: 20px;
  }

  .company-info div {
    margin-top: 10px;
    color: #ffffff;
    font-size: 0.6em;
  }

  .company-info:first-child {
    display: none;
  }

  .company-info:last-child {
    margin-left: 10px;
    text-align: left;
  }
  .video_btn {
    width: 110px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px;
    cursor: pointer;
    border: 0px solid #ffffff;
  }
  .video_btn a {
    font-size: 10px;
  }

  .line {
    border-bottom: 2px solid #d2ae2a;
    width: 80%;
    margin-left: 20px;
  }
}
