/* 
* 
* 회원가입 
*
*/
.login-container {
    width: 100%;
    height: auto;
    max-width: 769px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 5% auto 80px auto;
    border-radius: 12px;
}

.login-image {
    border-radius: 12px 12px 0 0;
}

.login-header {
    margin-top: 30px;
}

.login-move {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.login-notice {
    color: #969696;
}

.login {
    font-weight: bold;
    color: blue !important;
}

/*전화번호 인증*/
.verify-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 18px;
}

.verify-notice::before,
.verify-notice::after{
    content:"";
    flex:1;
    border-bottom:1px solid #ddd;
}

.verify-notice::before {
    margin-left: 5%;
}

.verify-notice::after {
    margin-right: 5%;
}

.verify-notice span {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #494949;
    white-space: nowrap;
    padding: 0 15px;
}

.verify-label {
    display: flex;
    margin-left: 5%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.verify-require {
    margin-left: 3px;
    color: rgb(0, 98, 255);
}

.verify-input-zone {
    display: flex;
    margin: 10px 5%;
    gap: 1%;
    align-items: center;
    justify-content: center;
}

.country-code {
    width: 20%;
    height: 35px;
    border-radius: 8px;
}

.verify-input {
    width: 50%;
    height: 25px;
    border-radius: 8px;
}

.get-auth {
    width: 15%;
    border-radius: 8px;
    color: rgb(0, 98, 255);
}

.get-auth:disabled {
    color: #666;
    cursor: not-allowed;
}

.auth-timer {
    width: 6%;
    color: red;
    display: none;
}

.verify-check {
    margin: 10px 5%;
}

.check-input {
    width: 70%;
    height: 25px;
    border-radius: 8px;
}

.check-auth {
    width: 15%;
    border-radius: 8px;
    color: rgb(0, 98, 255);
}

/* 계정 정보 */
.email-input {
    width: 80%;
    border-radius: 8px;
    height: 25px;
    margin: 10px;
}

.password-input,
.pw-check-input {
    width: 80%;
    height: 25px;
    border-radius: 8px;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ccc;
}

.pw-strength {
    display: flex;
    gap: 4px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.seg {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    background: #e4e6eb;
    transition: background 0.25s;
}

/* 프로필 */
.nickname-input {
    width: 70%;
    border-radius: 8px;
    height: 25px;
}

.check-nickname {
    border-radius: 8px;
    color: rgb(0, 98, 255);
}

.date {
    width: 80%;
    border-radius: 8px;
    height: 40px;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 동의 */
.agree-zone {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agree-all,
.agree-service,
.agree-info,
.agree-ad,
.agree-sms,
.agree-email {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    width: 85%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.agree-all {
    background: rgb(242, 242, 242);
}

.agree-all input,
.agree-service input,
.agree-info input,
.agree-ad input,
.agree-sms input,
.agree-email input {
    display: none;
}

.checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    background: white;
}

.agree-all input:checked + .checkbox,
.agree-service input:checked + .checkbox,
.agree-info input:checked + .checkbox,
.agree-ad input:checked + .checkbox,
.agree-sms input:checked + .checkbox,
.agree-email input:checked + .checkbox {
    background: rgb(0, 98, 255);
    border-color: rgb(0, 98, 255);
}

.agree-all input:checked + .checkbox::after,
.agree-service input:checked + .checkbox::after,
.agree-info input:checked + .checkbox::after,
.agree-ad input:checked + .checkbox::after,
.agree-sms input:checked + .checkbox::after,
.agree-email input:checked + .checkbox::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.agree-all-text {
  font-size: 18px;
  font-weight: bold;
}

.agree-text {
  font-size: 15px;
}

.essential {
  color: rgb(0, 98, 255);
  font-size: 12px;
  margin-left: 10px;
  border-radius: 16px;
  background: rgb(234, 242, 255);
  padding: 0 5px;
  font-weight: bold;
}

.choice {
  color: rgb(101, 101, 101);
  font-size: 12px;
  margin-left: 10px;
  border-radius: 16px;
  background: rgb(235, 235, 235);
  padding: 0 5px;
  font-weight: bold;
}

.agree-receive {
    display: flex;
    width: 88%;
    gap: 20px;
}

.detail-btn {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #a5a5a5;
    margin-left: auto;
    padding-left: 20px;
}

/* 이용약관 */
.terms-modal{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.5);
  z-index:9999;

  display:flex;
  justify-content:center;
  align-items:center;
}

.terms-box{
  width:700px;
  max-width:90%;
  height:80%;
  background:#fff;
  border-radius:8px;
  padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.3);

  display:flex;
  flex-direction:column;
}

.terms-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}

.terms-content{
  flex:1;
  overflow-y:auto;
  font-size:14px;
  line-height:1.6;
}

#closeTerms{
  border:none;
  background:#333;
  color:#fff;
  padding:6px 12px;
  cursor:pointer;
  border-radius:4px;
}

.terms-content ul{
  list-style:none;
  padding:0;
  margin:0;
  display: block !important;
}

.terms-content li{
  text-align:left;
  line-height:1.7;
  margin-bottom:8px;
  color:#333;
  display: block !important;
  width: 100%;
}

.terms-content .tit{
  font-size:18px;
  font-weight:700;
  margin-top:20px;
  margin-bottom:15px;
}

.terms-content .s_tit{
  font-weight:600;
  margin-top:12px;
}

/* 회원가입 완료 */
.register-btn {
    width: 88%;
    margin: 20px 0 40px 0;
    border-radius: 8px;
    font-size: 18px;
    color: white;
    background: rgb(0, 98, 255);
}