#email .email_wrap {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  border-radius: 50px;
  background: var(--gray-100, #fff);
  box-shadow: 5px 5px 30px 0 rgba(54, 87, 92, 0.15);
}
#email #email_box {
  width: 100%;
}
#email .st {
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#email .con_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
#email .con_wrap p,
#email .con_wrap span {
  color: var(--gray-800, #111);
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#email .con_wrap .con_title {
  font-family: Paperlogy;
  font-size: 1.6rem;
  line-height: 136.364%;
  text-align: center;
  font-weight: 500;
}
#email .con_wrap .con_tit_min {
  color: #777;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 136.364%;
  letter-spacing: -0.66px;
}
#email .con_wrap .bold {
  font-weight: 700;
}
#email .con_wrap a {
  display: inline-block;
}
#email .con_wrap ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
#email .con_wrap ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
#email .con_wrap ul li .greenbox {
  font-family: Paperlogy;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 127.778%;
  padding: 10px;
  border-radius: 10px;
  background: #0b5b66;
}
#email .con_wrap ol li {
  list-style: decimal;
  list-style-position: inside;
}
#email .con_box,
#email .con_des {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
#email .bdbox {
  width: 100%;
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid var(--gray-400, #ddd);
  background: var(--gray-100, #fff);
}
#email .innerbox {
  width: 100%;
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--gray-100, #eee);
}
#email .scroll_tb_wrap {
  width: 100%;
}
#email .logo_box {
  display: flex;
  justify-content: center;
}

@media (max-width: 726px) {
  #email .con_wrap .con_title {
    font-size: 1.2rem;
  }
  #email .con_wrap ul li {
    align-items: flex-start;
  }
  #email .bdbox {
    padding: 15px;
    border-radius: 15px;
  }
}