#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: hidden;
}

img {
  width: 100%;
}

/*main*/

#main {
  display: block;
  position: relative;
  width: 100%;
  /*padding-bottom: 20vw;*/
  /*height: 174vw;*/
  /*overflow-x: hidden;*/
}

.main_box {
  position: absolute;
  width: 100%;
}

.pkc {
  position: relative;
  top: 0;
  /*transform: scale(1.2);*/
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  height: 174vw;
}

.maintext01 {
  position: absolute;
  top: 1%;
  opacity: 0;
  width: 48%;
  left: 27%;
  z-index: 11;
}

.maintext02 {
  position: absolute;

  top: 70%;
  left: 20%;
  width: 20%;
  opacity: 0;
  z-index: 11;
}

.maintext03 {
  position: absolute;
  top: 80%;
  right: 18%;
  opacity: 0;
  width: 23%;
  z-index: 11;
}

.s_box2 {
  position: relative;
  display: block;
  width: 100%;
  height: 165vw;
  overflow: hidden;
}

.video {
  width: 100%;
}

.movie {
  position: relative;
}

.movie p {
  position: absolute;
  bottom: 4%;
  color: #fff;
  font-size: 0.4em;
  padding: 0 2%;
}

.movie .main_logo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 50%;
}

.movie .main_open {
  position: absolute;
  top: 3%;
  right: 4vw;
  width: 27%;
}

.movie p:first-child {
  padding-bottom: 5px;
}

/*footer*/

.foot {
  position: relative;
  width: 100%;
  height: 80vw;
  padding-top: 10vw;
  background: #221e1f;
}
.fix_item {
  width: 80%;
  height: 9vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 3vw;
}
.personal_info {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.personal_info a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 9vw;
  color: #fff;
  /* padding: 10px 10px; */
  /* font-size: 12px; */
}

.footer {
}

/*footer end*/
