@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  
}

main {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------------------ */
main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#side_infor {
  width: 31.25%;
  height: 100vh;
  background: #fff;
  position: fixed;
  display: flex;
  justify-content: center;
}

.side_infor_box {
  width: 80%;
  height: auto;
  margin-top: 180px;
}

.side_infor_tit {
  width: 100%;
  min-height: 98px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.side_infor_tit>b {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.side_infor_txt {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.side_infor_txt>span,
.side_infor_txt>p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.22px;
}

.side_infor_txt>p {
  margin-left: 15px;
}

.side_infor_form {
  width: 100%;
  height: auto;
  border: 1px solid #A7A7A7;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

ul.side_infor_form_box {
  width: 88%;
  height: auto;
}

ul.side_infor_form_box>li {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

ul.side_infor_form_box>li>span {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.22px;
}

ul.side_infor_form_box>li>p {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blank {
  width: 31.25%;
  height: 100vh;
}

/* ------------------------------------------------------------------------ */
#project_detail_img {
  width: 67.71%;
  height: auto;
  background: #fff;
}

#project_detail_img>ul {
  width: 100%;
  height: auto;
}

#project_detail_img>ul>li {
  width: 100%;
  height: 920px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 40px;
}

#project_detail_img>ul>li:first-child {
  margin-top: 80px !important;
}

/* ------------------------------------------------------------------------ */
.top_move_btn {
  width: 80px;
  height: 80px;
  background: #00ADA4;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 9999;
}

.top_move_btn>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_move_btn>a>span {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.22px;
}

.back_move_btn {
  width: 80px;
  height: 80px;
  background: #a7a7a7;
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 9999;
}

.back_move_btn:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.back_move_btn>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back_move_btn>a>span {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.22px;
}

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