	body{
	  margin:0;
	  color:#6a6f8c;
	  background:#c8c8c8;
	  font:600 16px/18px 'Open Sans',sans-serif;
	}
	*,:after,:before{box-sizing:border-box}
	.clearfix:after,.clearfix:before{content:'';display:table}
	.clearfix:after{clear:both;display:block}
	a{color:inherit;text-decoration:none}
	
	.login-wrap{
	  width:100%;
	  margin:auto;
	  max-width:525px;
	  min-height: 800px; 
	  position:relative;
	  background:url('/common/admmgr/images/uuh_background5.jpg?version=20230518') no-repeat center;
	  background-size: contain; 
	  box-shadow:0 12px 15px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.4);
	}

	/* 로그인-회원가입 탭 공통 스타일 */
	.login-html {
	  width: 100%;
	  min-height: 100%;
	  position: absolute;
	  padding: 90px 70px 50px 70px;
	  background: rgba(40, 57, 101, 0.9);
	  transition: height 0.3s ease;
	}
	
	/* tab-2가 체크되었을 때 높이 변경 */
	#tab-2:checked ~ .login-form .sign-up-htm {
	  display: block;
	}
	
	#tab-2:checked ~ .login-form {
	  height: 1000px;
	}
	.login-html .sign-in-htm,
	.login-html .sign-up-htm{
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  position:absolute;
	  transform:rotateY(180deg);
	  backface-visibility:hidden;
	  transition:all .4s linear;
	}
	.login-html .sign-in,
	.login-html .sign-up,
	.login-form .group .check{
	  display:none;
	}
	.login-html .tab,
	.login-form .group .label,
	.login-form .group .button{
	  text-transform:uppercase;
	}
	.login-html .tab{
	  font-size:22px;
	  margin-right:15px;
	  padding-bottom:5px;
	  margin:0 15px 10px 0;
	  display:inline-block;
	  border-bottom:2px solid transparent;
	}
	.login-html .sign-in:checked + .tab,
	.login-html .sign-up:checked + .tab{
	  color:#fff;
	  border-color:#1161ee;
	}
	.login-form{
	  min-height:345px;
	  position:relative;
	  perspective:1000px;
	  transform-style:preserve-3d;
	}
	.login-form .group{
	  margin-bottom:15px;
	}
	.login-form .group .label,
	.login-form .group .input,
	.login-form .group .button{
	  width:100%;
	  color:#fff;
	  display:block;
	}
	.login-form .group .input,
	.login-form .group .button{
	  border:none;
	  padding:15px 20px;
	  border-radius:25px;
	  background:rgba(255,255,255,.1);
	}
	.login-form .group input[data-type="password"]{
	  text-security:circle;
	  -webkit-text-security:circle;
	}
	.login-form .group .label{
	  color:#aaa;
	  font-size:12px;
	}
	.login-form .group .button{
	  background:#1161ee;
	}
	.login-form .group label .icon{
	  width:15px;
	  height:15px;
	  border-radius:2px;
	  position:relative;
	  display:inline-block;
	  background:rgba(255,255,255,.1);
	}
	.login-form .group label .icon:before,
	.login-form .group label .icon:after{
	  content:'';
	  width:10px;
	  height:2px;
	  background:#fff;
	  position:absolute;
	  transition:all .2s ease-in-out 0s;
	}
	.login-form .group label .icon:before{
	  left:3px;
	  width:5px;
	  bottom:6px;
	  transform:scale(0) rotate(0);
	}
	.login-form .group label .icon:after{
	  top:6px;
	  right:0;
	  transform:scale(0) rotate(0);
	}
	.login-form .group .check:checked + label{
	  color:#fff;
	}
	.login-form .group .check:checked + label .icon{
	  background:#1161ee;
	}
	.login-form .group .check:checked + label .icon:before{
	  transform:scale(1) rotate(45deg);
	}
	.login-form .group .check:checked + label .icon:after{
	  transform:scale(1) rotate(-45deg);
	}
	.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	  transform:rotate(0);
	}
	.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	  transform:rotate(0);
	}
	
	.hr{
	  height:2px;
	  margin:60px 0 50px 0;
	  background:rgba(255,255,255,.2);
	}
	.foot-lnk{
	  text-align:center;
	}

	.oem-login-wrapper > h2{
	    font-size: 24px;
	    color: #6A24FE;
	    margin-bottom: 20px;
	}
	.logo-wrap h1 {
	    display: flex;
	    align-items: flex-start; /* Align items to the top */
	    flex-wrap: nowrap; /* 내용이 줄 바꿈되지 않도록 설정 */
	    justify-content: center; /* 콘텐츠를 중앙 정렬 */   
	    line-height: 0.5; /* 줄 간격을 좁히기 위해 line-height 값을 조정 */	     
	}
	
	.glogo img {
	    display: block;
	}
	
	.split {
	    width: 2px;
	    height: 40px; /* Adjust height as needed */
	    background-color: #006977;
	    margin: 0 10px; /* Adjust spacing as needed */
	    display: inline-block; /* Ensure it is displayed */
	    margin-top: 10px; /* Adjust this value to move the split line down */
	}
	
	.slogo {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start; /* Align text to the top */
	    padding-top: 22px;
	    color: black;
	}
	
	.sPortallogo {
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start; /* Align text to the top */
	    color: black;
	}	
	
	.stxt1 {
	    font-size: 0.8em; /* Adjust font size as needed */
	}
	
	.stxt2 {
	    font-size: 1em; /* Adjust font size or add text as needed */
	}
	
	
	.left-align {
	        text-align: left; /* 텍스트를 왼쪽 정렬 */
	        display: block;   /* 블록 요소로 설정하여 전체 폭을 차지하게 함 */
	        margin: 0;        /* 여백 제거 */
	}
	
/* Basic Select2 styling */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px; /* Adjust to match the desired height */
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff; /* Text color */
    line-height: 42px; /* Adjust to match the desired height */
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px; /* Adjust to match the desired height */
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* Custom select box styling */
.select2-container .select2-selection--single {
    height: 42px !important;
    border: none;
    border-radius: 25px;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 42px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    right: 20px;
}

/* Additional styles for select2 dropdown */
.select2-dropdown {
    background: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1051;
}

.select2-results__option {
    padding: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--highlighted {
    background-color: #ddd;
    color: #333;
}

/* Select2 container open state styling */
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #888 transparent;
}

/* Placeholder styling */
.select2-container .select2-selection__placeholder {
    color: #aaa;
}

/* Basic Select2 styling */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px; /* Adjust to match the desired height */
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff; /* Text color */
    line-height: 42px; /* Adjust to match the desired height */
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px; /* Adjust to match the desired height */
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

/* Custom select box styling */
.select2-container .select2-selection--single {
    height: 42px !important;
    border: none;
    border-radius: 25px;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 42px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    right: 20px;
}

/* Additional styles for select2 dropdown */
.select2-dropdown {
    background: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1051;
}

.select2-results__option {
    padding: 8px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--highlighted {
    background-color: #ddd;
    color: #333;
}

/* Select2 container open state styling */
.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #888 transparent;
}

/* Placeholder styling */
.select2-container .select2-selection__placeholder {
    color: #aaa;
}

/* Custom search box styling inside the select2 dropdown */
.select2-dropdown .select2-search {
    padding: 4px;
    background: rgba(255, 255, 255, 0.1);
}

.select2-dropdown .select2-search .select2-search__field {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-dropdown .select2-search .select2-search__field::placeholder {
    color: #aaa;
}

.select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #4285f4;
    outline: none;
}

        .check-duplicate-button {
            background-color: #1161ee; /* 버튼 배경색 */
            color: #fff; /* 글자 색상 */
            border: none; /* 테두리 제거 */
            border-radius: 25px; /* 모서리 둥글게 */
            padding: 10px 15px; /* 상하 좌우 여백 */
            cursor: pointer; /* 마우스 커서 변경 */
            transition: background-color 0.3s; /* 배경색 전환 효과 */
        }

        .check-duplicate-button:hover {
            background-color: #0f4fbb; /* 호버 시 배경색 */
        }

/* 개인정보 동의 영역 */
#privacyTerms {
  max-height: 300px; /* 필요에 따라 높이 조절 가능 */
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid #ccc;
}

.privacy-group {
  margin-bottom: 20px;
}
/* ▶ 수정된 부분 */
.privacy-terms {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 15px;
  border-radius: 10px;
  font-size: 13px;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* privacy-check 내에서만 체크박스가 보이도록 설정 */
.privacy-check .check {
  display: inline-block;   /* 체크박스를 보이게 설정 */
  width: 16px;             /* 체크박스 크기 */
  height: 16px;            /* 체크박스 크기 */
  margin-right: 10px;      /* 체크박스와 라벨 사이 간격 */
  background-color: white; /* 배경색 */
  border: 1px solid #ccc;  /* 테두리 */
  margin-bottom: 50px;      /* 체크박스 아래쪽 여백 */
}

/* privacy-check 내 label 스타일 */
.privacy-check label {
  font-size: 14px;         /* 텍스트 크기 조정 */
}

.privacy-check input[type="checkbox"] {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: white;  /* 배경색을 명시적으로 설정 */
  border: 1px solid #ccc;  /* 테두리 추가 */
}

.privacy-check label {
  font-size: 14px; /* 라벨 텍스트 크기 조정 */
}


/* 모달 배경 */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0; /* top, right, bottom, left 모두 0 */
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px); /* 배경 살짝 흐리게 */
    animation: fadeIn 0.3s ease-in-out;
}

/* 모달 콘텐츠 박스 */
.modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    padding: 40px 30px 30px 30px;
    border-radius: 16px;
    width: 90%;
    max-width: 480px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.4s ease-out;
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
}

/* 닫기 버튼 스타일 */
.close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 26px;
    font-weight: bold;
    color: #aaa;
    z-index: 1100;
    transition: color 0.25s ease;
}

.close:hover,
.close:focus {
    color: #e74c3c;
    cursor: pointer;
}

/* 모달 제목 */
.modal-content h2 {
    font-size: 22px;
    color: #222;
    margin-bottom: 16px;
    font-weight: 600;
}

/* 모달 본문 텍스트 */
.modal-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Fade in 애니메이션 */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Slide in 애니메이션 */
@keyframes slideIn {
    from {
        transform: translateY(-40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

button[type="submit"] {
    background: linear-gradient(135deg, #6C5CE7, #5F27CD); /* 퍼플 계열 그라데이션 */
    color: white;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: 'Segoe UI', 'Apple SD Gothic Neo', sans-serif;
}

button[type="submit"]:hover {
    background: linear-gradient(135deg, #5F27CD, #341f97);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

button[type="submit"]:active {
    transform: scale(0.98);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}


