@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {box-sizing: border-box;}

/* application-main-wrap */
.application-main-wrap {
  width: 100%;
  height: 100vh;
  background: url(/img/main/main_banner.png);
  background-size: cover;
}

.application-main-wrap {
  position: relative;
  padding: 50px 70px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.application-main-wrap .language-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  position: relative;
}
.application-main-wrap .language-wrap button {
  width: 4.0625rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
}
.application-main-wrap .language-wrap ul {
  position: absolute;
  width: 4.0625rem;
  top: calc(100% + 5px);
  right: 0;
  max-height: 0;
  overflow: hidden;
  border-radius: 10px;
  transform: max-height 0.3s;
  -webkit-transform: max-height 0.3s;
  -moz-transform: max-height 0.3s;
  -ms-transform: max-height 0.3s;
  -o-transform: max-height 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.application-main-wrap .language-wrap ul.on {
  max-height: 500px
}
.application-main-wrap .language-wrap ul li {
  width: 100%;
  height: 2.375rem;
}
.application-main-wrap .language-wrap ul li a {
  width:100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
.application-main-wrap .language-wrap ul li.on a {
  background: #EBF0F4;
  font-weight: 600;
}
.application-main-wrap .text-wrap {
  margin-top: 23.0686vh;
  text-align: right;
}
.application-main-wrap .text-wrap h4 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
.application-main-wrap .text-wrap h5 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ff8a1d;
  margin-top: 20px;
}
.application-main-wrap .text-wrap ul {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  margin-top: 8.70512vh;
}
.application-main-wrap .text-wrap ul li {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #fff;
  padding-left: 4.75rem;
  position: relative;
}
.application-main-wrap .text-wrap ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.application-main-wrap .btn-wrap {
  margin-top: 12.73122vh;
}
.application-main-wrap .btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  margin: 0 auto;
  max-width: 100%;
  width: 25rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.application-main-wrap .btn-wrap a:nth-child(1) {
  height: 6.25rem;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background: #EF7300;
  letter-spacing: -0.04em;
}
.application-main-wrap .btn-wrap a:nth-child(2) {
  height: 3.75rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  background: #fff;
  color: #EF7300;
  margin-top: 20px;
}

.application-main-wrap .inq-p {
  width:100%; 
  color:#fff; 
  text-align:right; 
  position: absolute;
  right: 70px;
  bottom: 10px;
}

/* MAIN */
.main-wrap {}

.main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.main-visual .video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-visual .video-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,0.7);
}
.main-visual .video-wrap iframe {
  height: 120%;
  width: 100%;
}
.main-visual .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}
.main-visual .text-wrap .left-wrap {
  flex-flow: column wrap;
  gap: 0.75rem;
  padding-bottom: 111px;
  padding-left: 5rem;
}
.main-visual .text-wrap .left-wrap img {
  max-width: 34.875rem;
  display: block;
}
.main-visual .text-wrap .left-wrap h5 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
}
.main-visual .text-wrap .left-wrap p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
}
.main-visual .text-wrap .right-wrap {
  justify-content: center;
  align-items: center;
  gap: 0.875rem;
  padding-bottom: 87px;
  padding-right: 70px;
}

.main-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.main-content01 {
  width: 100%;
  height: 100%;
  background-image: url(/img/main/number_is_bixpo.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}