@charset "utf-8";

.login_area
{
  position: relative;
  width:340px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login_area .logo
{
  display:block;
  width:237px;
  height:67px;
  background:url(../../images/logo.png) no-repeat center center;
  background-size: 237px auto;
  margin-bottom:30px;
}

.login_input
{
  width: calc(100% - 30px);
  padding:0 15px;
  margin-bottom:15px;
}

.login_btn
{
  width:100%;
  height: 60px;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  background: #ddd;
  color: #fff;
  border: 0;
}

.login_btn.active
{
  background: #1A1A1A;
}

.find-container
{
  justify-content:space-between;
  width:100%;
  margin-top:15px;
}

.find-container>div
{
  font-size:14px;
  color:#666666;
  font-weight: 500;
}

.find-container .find-id-section,
.find-container .find-password-container
{
  color:#999;
  margin-left:15px;
  cursor: pointer;
  position:relative;
}

.find-container .find-id-section::after
{
  content:'';
  position:absolute;
  top: 6px;
  right: -8px;
  width: 1px;
  height:8px;
  background-color: #999999;
}

.signup_btn
{
  width:100%;
  height: 60px;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  color: #0059FF;
  border:1px solid #0059FF;
}

.overlay
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 1;
}

.signup-header
{
  width:100%;
  height:80px;
  background-color:#1A1A1A;
  align-items: center;
}

.signup-header .row
{
  width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}

.signup-header .row .logo
{
  display:block;
  width:185px;
  height:29px;
  background:url('../../images/logo-w.png') no-repeat center center;
  background-size: 185px auto;
}

.signup_area
{
  position: relative;
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  margin-top:60px;
}

.signup_area .tit
{
  font-weight: bold;
  color:#1a1a1a;
  text-align: center;
}

.signup_area .progress-bar
{
  width:100%;
  height:4px;
  background-color:#ddd;
  margin:30px 0;
}

.signup_area .progress-bar .current-step1
{
  width:25%;
  height:4px;
  background-color:#1A1A1A;
}

.signup_area .progress-bar .current-step2
{
  width:50%;
  height:4px;
  background-color:#1A1A1A;
}

.signup_area .progress-bar .current-step3
{
  width:75%;
  height:4px;
  background-color:#1A1A1A;
}

.signup_area h5
{
  font-weight: 500;
  margin-bottom:25px;
}

.signup_pwdchk
{
  font-size:13px;
  color:#FF1516;
  margin-bottom:5px;
}

.signup_remarkchk
{
  font-size:13px;
  color:#FF1516;
  margin-bottom:5px;
}

.custom-checkbox
{
  display: none;
}

.checkbox-img
{
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
  font-size:15px;
}

.custom-checkbox:checked + label .checkbox-img
{
  content: url('../../images/icon/checked.png');
}

.checkbox-text
{
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
  vertical-align: middle;
  margin-left:10px;
}

.checkbox-style
{
  align-items: center;
  display:flex;
  padding:10px 0;
  position: relative;
}

.checkbox-style i
{
  position:absolute;
  right:0;
  top:14px;
  color:#C4C4C4;
  cursor: pointer;
}

.type-area .tit
{
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: left;
}

.type-area button
{
  width:100%;
  height:50px;
  border-radius:6px;
  border:1px solid #ddd;
  margin-top:10px;
  cursor: pointer;
  font-size:16px;
  font-weight: 500;
  color:#444;
}

.type-area button:hover
{
  border:1px solid #0059FF;
  color:#0059FF;
}

.type-area button.active
{
  border:1px solid #0059FF;
  color:#0059FF;
}

.type-area button.disabled
{
  border:1px solid #ddd;
  background-color:#f5f5f5;
  color:#ccc;
}

.member-area .tit
{
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: left;
  margin-top:20px;
}

.member-area button
{
  width:100%;
  height:50px;
  border-radius:6px;
  border:1px solid #ddd;
  margin-top:10px;
  cursor: pointer;
  font-size:16px;
  font-weight: 500;
  color:#444;
}

.member-area button:hover
{
  border:1px solid #0059FF;
  color:#0059FF;
}

.member-area button.active
{
  border:1px solid #0059FF;
  color:#0059FF;
}

.member-area button.disabled
{
  border:1px solid #ddd;
  background-color:#f5f5f5;
  color:#ccc;
}

.select-country-area .tit
{
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: left;
  margin-top:20px;
  margin-bottom:10px;
}


.info-area .tit
{
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: left;
  margin-top:15px;
  margin-bottom:10px;
}

.info-area .info-btn
{
  width: auto;
  margin-left: 5px;
  padding: 0 15px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 6px;
  background: #ddd;
  color: #fff;
  border: 0;
  min-width: 115px;
}

.input
{
  padding: 0 15px;
  margin-bottom: 5px;
  position: relative;
}

.checked
{
  position: absolute;
  content: '';
  right: 132px;
  top: 16px;
  font-size: 16px;
  color:#0059FF;
}

.info-area .info-btn-line
{
  width:auto;
  margin-left:5px;
  padding:0 20px;
  height: 50px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 6px;
  background: #fff;
  color: #444444;
  border: 1px solid #999999;
}

.complete-icon
{
  display:block;
  width:34px;
  height:34px;
  background:url(../images/complete.png) no-repeat center center;
  background-size: 34px auto;
  margin: 0 auto;
  margin-bottom:15px;
}

.tabs
{
  margin-top:40px;
}

.tab-titles
{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tab-title
{
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  border-right: none;
  font-size:16px;
  color:#999;
  text-align: center;
}

.tab-title.active
{
  border-bottom: 4px solid #1A1A1A;
  color:#1a1a1a;
  font-weight: bold;
}

.tab-content
{
  padding-top: 30px;
  border-top: none;
}

.tab-pane
{
  display: none;
}

.tab-pane.active
{
  display: block;
}

.tab-pane .tit
{
  font-size: 13px;
  font-weight: 500;
  color: #444;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
}

.tab-pane .info-btn
{
  width: auto;
  margin-left: 5px;
  padding: 0 15px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 6px;
  background: #ddd;
  color: #fff;
  border: 0;
  min-width: 115px;
}

.info-btn.active
{
  background: #1A1A1A;
}

.toggle-popup
{
  padding: 8px 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.div_area
{
  position: relative;
  width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height:100vh;
}

.div_area h5
{
  text-align: center;
  font-weight: 500;
}

.div_area .find-id-icon
{
  display:block;
  width:46px;
  height:43px;
  background:url(../images/find-id.png) no-repeat center center;
  background-size: 46px auto;
  margin: 0 auto;
  margin-bottom:15px;
}

.outline_btn
{
  width: 100%;
  height: 60px;
  margin-top: 60px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 6px;
  color: #444;
  border: 1px solid #ddd;
}

/***나라 옵션선택****/
.select-country-area .custom-select
{
  position: relative;
  width: 100%;
  margin-bottom:10px;
  user-select: none;
}

.select-country-area .selected
{
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
}

.select-country-area .options
{
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
  z-index: 10;
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
  text-align: center;
}

.select-country-area .option
{
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
}

.select-country-area .option:hover
{
  background-color: #f0f0f0;
}

.select-country-area .custom-select.active .options
{
  display: block;
}

.select-country-area .custom-select.active .selected
{
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}


/* 화살표 추가 */
.select-country-area .selected::after
{
  content: "";
  position: absolute;
  top: 19px;
  right: 10px;
  width: 12px;   /* 아이콘 크기에 따라 조정 */
  height: 12px;
  background-image: url('../../images/icon/angle-down.png'); /* 또는 PNG, JPG 등 */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* 열렸을 때 화살표 위로 회전 */
.select-country-area .custom-select.active .selected::after
{
  transform: translateY(-50%) rotate(180deg);
}
