@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_member .head {
  display: none;
}
.com_member main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  height: 100vh;
  max-height: none;
  min-width: auto;
  flex-shrink: 0;
  padding: 0;
}
.com_member .member_container {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #D2DBE7;
  box-shadow: 0px 4px 15px 0px #E2E8F0;
  background: #FFF;
  min-width: 1100px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.com_member .member_container .bg {
  background: url(../img/login_bg.jpg) no-repeat center/auto 100%;
  width: 530px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.com_member .form_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-self: stretch;
  padding-block: 60px 50px;
  padding-inline: 60px;
  width: 410px;
  flex: 1;
}
.com_member .form_sec .tit {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.com_member .footer {
  font-size: 15px;
  margin-top: auto;
  text-align: center;
}
.com_member .footer__address {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  color: #768498;
}

.p_login .com_input_sec .input_filed {
  position: relative;
}
.p_login .com_input_sec .input_filed::before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.p_login .com_input_sec .input_filed.id_filed::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_email_line.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.p_login .com_input_sec .input_filed.pw_filed::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_pw.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.p_login .com_input_sec .input_filed.pw_filed .btn_eye {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_eye.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.p_login .com_input_sec .input_filed.pw_filed .btn_eye.off {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/svg/icon_eye_off.svg);
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.p_login .com_input_sec .input_filed input[type=password] {
  width: 100%;
}
.p_login .com_input_sec .input_filed input {
  height: 50px;
  text-indent: 45px;
  background-color: #f9f9f9;
  font-size: 15px;
}
.p_login .com_input_sec .input_filed input::-webkit-input-placeholder {
  font-size: 15px;
}
.p_login .com_input_sec .input_filed .btn_eye.off .icon_eye {
  background: url(../img/svg/icon_close_eye.svg) no-repeat center/auto 100% !important;
}
.p_login .com_btn_wrap .com_btn {
  font-size: 20px;
}