@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');
/* .container {
  width: 1280px;
  margin: 0 auto;
} */

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR", sans-serif;
}

.wrap {
}
/* ---------------------------------------------------------------- */
/* 인트로 */

.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: "Noto Sans KR";
}

/* .intro_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.intro_bg ul {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  list-style: none;
}

.intro_bg ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; 
}

.intro_bg ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}


.intro_bg ul li p {

}

.intro .main_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 1500px;
  height: 500px;
  background: rgba(0, 0, 0, 0.70);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  display: flex;  
  align-items: center;
}

.login_left {
  color: #FFF;
  width: 670px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 50px;
}

.intro .main_box .login_comment {
  width: 670px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.intro .main_box .login_comment h1 {
  font-size: 40px;
  font-weight: 700;
}

.intro .main_box .login_comment p {
  font-size: 20px;
  font-weight: 400;
}

.intro .main_box button {
  width: 230px;
  height: 60px;
  background: none;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.intro .main_box .login_left button i {
  width: 25px;
  height: 25px;
  margin-left: 15px;
}

.intro .main_box .login_left button:hover {
  background-color: #CF4F00;
  border: none;
  transition: background-color 0.3s ease;
}

.comment_box {
  width: 670px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%); 
  background: #CF4F00;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comment_box_txt {
  width: 330px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.comment_box .main_txt p {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.comment_box .sub_txt p {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.intro_footer {
  position: absolute;
  bottom: 5%;
  left: 50%; 
  transform: translateX(-50%); 
  width: auto;
  height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}

.intro_footer pre {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
