/* member.css - 로그인, 회원가입, crew, notice, noticePopup, popupBg */

/* login */
#loginWrap {
  padding-bottom: 75px;
}

#loginWrap .loginForm {
  width: 500px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 35px;
  padding: 0 30px;
  border: 1px solid #e7e7e7;
  border-radius: 30px;
}

#loginWrap .loginForm .idWrap,
#loginWrap .loginForm .pwWrap {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}

#loginWrap .loginForm .idWrap input,
#loginWrap .loginForm .pwWrap input {
  width: 100%;
  height: 40px;
  padding-left: 50px;
  padding-right: 20px;
  border: 1px solid #e7e7e7;
}

#loginWrap .loginForm .idWrap label,
#loginWrap .loginForm .pwWrap label {
  position: absolute;
  top: 9px;
  left: 15px;
  font-size: 16px;
  font-weight: 400;
}

#loginWrap .loginForm .loginBtn {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  background-color: #000;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

#loginWrap .loginForm .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

#loginWrap .loginForm .flexWrap .left label {
  font-size: 16px;
  font-weight: 400;
}

#loginWrap .loginForm .flexWrap .left input {
  width: 12px;
  height: 12px;
  border: 1px solid #b5b5b5;
}

#loginWrap .loginForm .flexWrap .right {
  display: flex;
  align-items: center;
}

#loginWrap .loginForm .flexWrap a {
  font-size: 16px;
  font-weight: 600;
}

#loginWrap .loginForm .flexWrap a.pink {
  color: #b20088;
}

#loginWrap .loginForm .flexWrap span {
  margin: 0 10px;
}

#loginWrap .loginForm .kakaoBtn {
  width: 100%;
  height: 40px;
  border: none;
  font-size: 16px;
  background: url("/theme/pureblue54/img/kakao_ico.png") no-repeat 110px center;
  background-color: #fee500;
}

#loginWrap .wrap {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#loginWrap .wrap h2 {
  margin-bottom: 10px;
  font-size: 16px;
}

#loginWrap .wrap h3 {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #b20088;
}

#loginWrap .wrap .pinkBtn {
  width: 174px;
  height: 40px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  background-color: #b20088;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

#loginWrap .wrap p {
  font-size: 16px;
}

/* signup */
#signupWrap {
  width: 1200px;
  margin: 0 auto;
}

#signupWrap .wrap {
  width: 500px;
  margin: 0 auto;
}

#signupWrap .kakaoBtn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  margin-bottom: 35px;
  font-size: 16px;
  background: url("/theme/pureblue54/img/kakao_ico.png") no-repeat 96px center;
  background-color: #fee500;
}

#signupWrap form>div {
  width: 500px;
  height: auto;
  margin-bottom: 30px;
}

#signupWrap form label {
  font-size: 18px;
  font-weight: 600;
}

#signupWrap form label span {
  color: #ff0000;
}

#signupWrap form input {
  width: 500px;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #e7e7e7;
}

#signupWrap form .valiadte {
  margin-top: 10px;
  font-size: 16px;
  color: #b5b5b5;
}

#signupWrap form .agree {
  text-align: center;
}

#signupWrap form .agree #agreeChk {
  width: 12px;
  height: 12px;
  margin-top: 0;
  border: 1px solid #b5b5b5;
}

#signupWrap form .agree label {
  font-size: 16px;
}

#signupWrap form .agree label span {
  font-size: 16px;
  font-weight: 600;
  color: #b20088;
}

#signupWrap form .signupBtn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  margin-bottom: 80px;
  background-color: #b20088;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

/* crew */
#crewWrap .wrap {
  width: 1200px;
  margin: 0 auto;
}

#crewWrap .wrap .best .top {
  padding-bottom: 9px;
  border-bottom: 3px solid #b20088;
}

#crewWrap .wrap .best .top span {
  padding: 10px 20px;
  background-color: #b20088;
  border-radius: 15px 15px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

#crewWrap .wrap .best .bottom {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#crewWrap .wrap .best .bottom .left {
  width: 50%;
}

#crewWrap .wrap .best .bottom .left span {
  margin-right: 15px;
  font-weight: 600;
  color: #b20088;
}

#crewWrap .wrap .best .bottom li {
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

#crewWrap .wrap .best .bottom .right {
  width: 50%;
}

#crewWrap .wrap .best .bottom .right span {
  margin-right: 15px;
  font-weight: 600;
  color: #b5b5b5;
}

.crewBoard .top {
  border-bottom: 3px solid #b20088;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.crewBoard .top .tab {
  display: flex;
  justify-content: flex-start;
  height: 39px;
}

.crewBoard .top .tab a {
  padding: 0px 14px;
  font-size: 12px;
  padding-top: 14px;
}

.crewBoard .top .tab a.active {
  background-color: #b20088;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
  color: #fff;
}

.crewBoard .search-wrap {
  display: flex;
  justify-content: flex-end;
}

.crewBoard .search-wrap .search-box {
  position: relative;
  bottom: 10px;
  display: flex;
  align-items: center;
}

.crewBoard .search-wrap .search-box .selectWrap {
  width: 350px;
  height: 40px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  padding: 2px 15px 0px 12px;
  margin-right: 15px;
}

.crewBoard .search-wrap .search-box .selectWrap select {
  width: 110px;
  height: 26px;
  border: none;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  top: -3px;
}

.crewBoard .search-wrap .search-box .selectWrap span {
  margin-right: 15px;
  font-size: 22px;
  color: #b5b5b5;
}

.crewBoard .search-wrap .search-box .selectWrap .inputBox {
  position: relative;
  display: inline-block;
  top: -5px;
}

.crewBoard .search-wrap .search-box .selectWrap .inputBox input {
  width: 160px;
  padding: 5px 0;
  padding-right: 25px;
  border: none;
  font-size: 14px;
  color: #b5b5b5;

}

.crewBoard .search-wrap .search-box .selectWrap .inputBox input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

.crewBoard .search-wrap .search-box .selectWrap .inputBox input::placeholder {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #b5b5b5;
}

.crewBoard .search-wrap .search-box .selectWrap .inputBox .inputBtn {
  position: absolute;
  right: 0;
  bottom: 4px;
  padding: 0;
  border: none;
  background-color: transparent;
}

.crewBoard .search-wrap .search-box .writeBtn button {
  border: none;
  border-radius: 8px;
  background-color: #b20088;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 13px;
  color: #fff;
}

.crewBoard table {
  margin-bottom: 35px;
  border-spacing: 0;
  width: 100%;
}

.crewBoard thead {
  width: 100%;
}

.crewBoard .title {
  width: 80%;
}

.crewBoard th,
.crewBoard td {
  padding: 9px 3px;
  text-align: center;
}

.crewBoard td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.crewBoard td.td_num2 {
  font-size: 15px;
  color: #b5b5b5;
}

.crewBoard th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 600;
}

.crewBoard td.number {
  font-size: 18px;
  color: #b5b5b5;
}

.crewBoard td.title .left,
.crewBoard td.title .topWrap {
  width: 100%;
}

.crewBoard td.title .left,
.crewBoard td.title .topWrap i {
  margin: 0px 3px;
}

.crewBoard td.title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: start;
}

.crewBoard td.nickname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
}

.crewBoard td.title h2 {
  margin-bottom: 10px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.crewBoard td.title .title_icon {
  width: 15px;
  height: 15px;
}

.crewBoard td.new h2 {
  background: url('/theme/pureblue54/img/new_ico.png') no-repeat right;
}

.crewBoard td.title .bottomWrap {
  display: flex;
}

.crewBoard td.title .bottomWrap h3,
.crewBoard td.title .bottomWrap h4,
.crewBoard td.title .bottomWrap h5 {
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #b5b5b5;
}

.crewBoard td.writer {
  width: 150px;
}

.crewBoard td .good {
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/good_out.png") no-repeat left center;
  padding-left: 25px;
  margin-right: 15px;
}

.crewBoard td .reply {
  color: #b5b5b5;
  background: url("/theme/pureblue54/img/reply_out.png") no-repeat left center;
  padding-left: 25px;
}

.crewBoard td .good.active {
  background: url("/theme/pureblue54/img/good_active.png") no-repeat left center;
  color: #b20088;
}

.crewBoard td .reply.active {
  background: url("/theme/pureblue54/img/reply_active.png") no-repeat left center;
  color: #b20088;
}

.crewBoard .pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}

.crewBoard .pagination a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  line-height: 34px;
  font-size: 18px;
}

.crewBoard .pagination a.active {
  background: #b20088;
  color: #fff;
  font-weight: 600;
}

/* notice */
#notice {
  /* width: 100%; */
}

#notice .wrap {
  width: 1200px;
  margin: 0 auto 80px;
}

#notice .wrap .noticeBoard .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#notice .wrap .noticeBoard .top .left {
  font-size: 20px;
}

#notice .wrap .noticeBoard .top .left span {
  color: #b20088;
  font-weight: 600;
}

#notice .wrap .noticeBoard .top .right button {
  width: 100px;
  height: 40px;
  border-radius: 8px;
  border: none;
  margin-left: 20px;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}

#notice .wrap .noticeBoard .bottom p {
  padding: 150px 0;
  text-align: center;
  font-size: 18px;
}

/* noticePopup */
#noticePopup {
  position: absolute;
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  background-color: #fff;
  z-index: 10000;
}

#noticePopup .pTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  background-color: #b20088;
}

#noticePopup .pTop h2 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

#noticePopup .pTop button {
  border: none;
  background-color: transparent;
}

#noticePopup .pBottom {
  padding: 30px;
}

#noticePopup .pBottom .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#noticePopup .pBottom .title h3 {
  font-size: 18px;
}

#noticePopup .pBottom .title button {
  border: none;
  background-color: transparent;
}

#noticePopup .pBottom .time h4 {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #b5b5b5;
}

#noticePopup .pBottom .time h4 img {
  margin-right: 5px;
}

#noticePopup .pBottom .time h4 span {
  margin-left: 15px;
  color: #b20088;
}

#noticePopup .pBottom .memo {
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5;
}

#noticePopup .pBottom .memo textarea {
  width: 100%;
  min-height: 100px;
  max-height: 275px;
  height: auto;
  border: none;
  resize: none;
}

#noticePopup .pBottom .btnWrap {
  text-align: end;
  margin-bottom: 30px;
}

#noticePopup .pBottom .btnWrap button {
  width: 60px;
  height: 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
}

#noticePopup .pBottom .btnWrap button:first-of-type {
  border: 1px solid #b20088;
  color: #b20088;
  background-color: transparent;
  margin-right: 8px;
}

#noticePopup .pBottom .btnWrap button:last-of-type {
  border: none;
  background-color: #b20088;
  color: #fff;
}

#noticePopup .pBottom .line {
  width: 100%;
  height: 1px;
  background-color: #b5b5b5;
}

#noticePopup .beforeScrap .pBottom .txt {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}

#noticePopup .beforeScrap .pBottom .btnWrap {
  text-align: center;
}

#noticePopup .beforeScrap .pBottom .pinkBtn {
  width: 120px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background-color: #b20088;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.none {
  display: none !important;
}

/* popupBg */
#popupBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.scrollLock {
  overflow: hidden;
}
