@charset "UTF-8";
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}
.devider {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 18px 0;
}


body{
	  overflow-x: hidden;
}

.body-wrap{
	    min-height: calc(100vh - 120px);
}

.minWidth80 {
  min-width: 80px !important;
}

.minWidth100 {
  min-width: 100px !important;
}

.width40 {
  width: 40px !important;
}

.width70 {
  width: 70px !important;
}

.width90 {
  width: 90px !important;
}

.width100 {
  width: 100px !important;
}

.width120 {
  width: 120px !important;
}

.width360 {
  width: 360px !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb12 {
  margin-bottom: 12px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb24 {
  margin-bottom: 24px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgr4 {
  margin-right: 4px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.lh150 {
  line-height: 150% !important;
}

.br24 {
  border-radius: 24px;
}

.bdt1{
	border-top: 1px solid #cfcfcf;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background: url("../images/checkbox.svg") no-repeat center;
  background-size: contain;
  cursor: pointer;
  border: 1px solid #ccc;
}
input[type=checkbox]:checked {
  background-image: url("../images/checkbox-checked.svg");
}

input[type=radio]{
	width: 16px;
	height: 16px;
	accent-color: #004690;
	 -webkit-appearance: none;  /* 이것도 필요 */
  -moz-appearance: none;
  border-radius: 100%;
	border: 1px solid #CCCCCC;
	background: #fff;
}

input[type="radio"]:checked {
  border-color: #004690;  /* 보라색 border */
  position: relative;
}

input[type="radio"]:checked::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #004690;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.noBg {
  background: none !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.h34 {
  height: 34px !important;
}

.fw600 {
  font-weight: 600 !important;
}

.txt_blue {
  color: #1A7DFF !important;
}

.txt_navy{
	color: #004690 !important;
}
.txt_red {
  color: #FF3636 !important;
}

p.result-count {
  font-size: 14px;
  padding: 4px 0;
}
p.result-count span {
  font-weight: 600;
}

button {
  padding: 0 8px;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  height: 34px;
}
button.line {
  border: 1px solid #004690;
  color: #004690;
}
button.filled {
  background: #004690;
  color: #fff;
}
button.disabled {
  background: #ededed;
  color: #999;
}
button.button1 {
  min-width: 100px;
  padding: 0 16px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
      display: block;
    margin: 0 auto;
}
button.signUp-button {
  min-width: 100px;
  font-size: 15px;
}


.white-box {
  margin: 0 auto;
  padding: 0 50px 40px;
  width: 90%;
  max-width: 580px;
  min-width: 320px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
}
.white-box.login-box {
  border-radius: 16px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.white-box .box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #AAAAAA;
  padding: 8px 0 8px;
}
.white-box .box-title h1 span {
  display: block;
  color: #004690;
}
.white-box .box-title h1 span:first-child {
  font-size: 20px;
  font-weight: 600;
}
.white-box .box-title h1 span:last-child {
  font-size: 24px;
  font-weight: 700;
  margin: 6px 0 16px;
}
.white-box .box-title h1 img {
  height: 100px;
}
.white-box .box-contents form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.white-box .box-contents .form-group {
  margin-bottom: 16px;
  display: flex;
  gap: 27px;
  align-items: center;
  justify-content: center;
}
.white-box .box-contents .form-group:first-child {
  margin: 30px 0 10px;
}
.white-box .box-contents .form-group .form-label {
  width: 67px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}
.white-box .box-contents .form-group .input-wrapper {
  position: relative;
}
.white-box .box-contents .form-group .input-wrapper .form-input {
  width: 270px;
  height: 40px;
  padding: 0 0 0 38px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.white-box .box-contents .form-group .input-wrapper .form-input:focus {
  border: 1px solid #004690;
}
.white-box .box-contents .form-group .input-wrapper .form-input:focus + .input-icon.id {
  background: url("../images/icon-id-focused.svg") no-repeat;
}
.white-box .box-contents .form-group .input-wrapper .form-input:focus + .input-icon.pw {
  background: url("../images/icon-pw-focused.svg") no-repeat;
}
.white-box .box-contents .login-button {
  width: 400px;
  height: 60px;
  padding: 16px;
  background-color: #004690;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.checkNexteducation-button{
    width: 400px;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    border: 1px solid #004690;
    color: #004690;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 6px;
}

.white-box .box-contents .form-footer {
  display: flex;
  align-items: center;
}
.white-box .box-contents .form-footer a {
  font-size: 14px;
  color: #444;
  padding: 0 12px;
  position: relative;
  margin-top: 12px;
}
.white-box .box-contents .form-footer a:hover {
  color: #000;
}
.white-box .box-contents .form-footer a::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.white-box .box-contents .form-footer a:last-child::after {
 display: none;
}

.white-box.findIDPW-box .form-group{
	width: 100%;
	display: flex;
	justify-content: space-between;
}



.white-box.signUp-box .form-group {
  margin-bottom: 10px;
  width: 100%;
  justify-content: left;
  align-items: center;
}
.white-box.signUp-box .form-group .form-label {
  margin-bottom: 0;
  min-width: 100px;
}
.white-box.signUp-box .form-group .form-label + div {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.white-box.signUp-box .form-group .form-input {
  border: 1px solid #B0B0B0;
  border-radius: 4px;
  height: 40px;
  padding: 0 14px;
  width: 190px;
}
.white-box.signUp-box .form-group .signUp-button {
  height: 42px;
  border-radius: 4px;
}



.login-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/login-background.png") no-repeat center center;
  background-size: cover;
  z-index: -999;
}

.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  /* 로그인 푸터의 경우 */
  /* 메인 푸터의 경우 */
  /* 회원가입 푸터의 경우 */
}
.footer.login-footer {
  height: 380px;
  background: #EFF4F8;
  position: absolute;
  bottom: 0;
}
.footer.login-footer > div {
  position: absolute;
  bottom: 60px;
  padding-top: 50px;
}
.footer.main-footer {
  height: 140px;
  background: #fff;
}
.footer.signUp-footer {
position: sticky;
  top: 100vh;
  margin-top: 60px;
  padding-bottom: 60px;
}
.footer > div {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: flex-end;
}
.footer p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer p span {
  display: block;
}
.footer p span:first-child {
  color: #666;
  margin-bottom: 8px;
  font-size: 15px;
}
.footer p span:last-child {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

.input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 20px;
}
.input-icon.id {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../images/icon-id.svg") no-repeat center;
}
.input-icon.pw {
  width: 20px;
  height: 20px;
  display: block;
  background: url("../images/icon-pw.svg") no-repeat center;
}

.gnb {
	width: 100%;
  height: 60px;
  background: #004690;
  color: #fff;
  padding: 0 0 0 30px;
  position: relative;
}
.gnb.noBg .bookmark-dropdown::after,
.gnb.noBg .user::after
 {
  background: rgba(255, 255, 255, 0.5) !important;
}

.gnb a.logo{
	display: inline-flex;
	 align-items: center;
    height: 100%;
}
.gnb a.logo img {
  height: 40px;
  margin-bottom: 5px;
}
.gnb ul.menu-list {
  display: flex;
  gap: 70px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.gnb ul.menu-list > li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}
.gnb ul.menu-list > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.gnb ul.menu-list > li .sub-menu {
  position: absolute;
  top: 140%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  margin-top: 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 5;
}
.gnb ul.menu-list > li .sub-menu li {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  white-space: nowrap;
  transition: all 0.2s;
  font-weight: 500;
}
.gnb ul.menu-list > li .sub-menu li:hover {
  color: #004690;
}
.gnb .right {
	display: flex;
	gap: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}


.gnb .right>div{
	display: flex;
	align-items: center;
}
.gnb .right span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.gnb .right .bookmark-dropdown {
  display: flex;
  gap: 4px;
  align-items: center;
  position: relative;
}
.gnb .right .bookmark-dropdown button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.gnb .right .bookmark-dropdown button img {
  display: block;
}

.gnb .right .logout {
  display: flex;
  gap: 6px;
  align-items: center;
}

.gnb .right .user{
	display: flex;
	position: relative;
}


.gnb .right .user p{
	font-size: 15px;
}

.gnb .right .user .hospital-name{
	width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
}


.gnb .right .bookmark-dropdown::after,
.gnb .right .user::after {
  width: 1px;
  height: 14px;
  background: #0C63C0;
  position: absolute;
  right: -12px;
  top: 10px;
  content: "";
  display: block;
}

/* 드롭다운 메뉴 */
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  overflow: hidden;
}
.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  padding: 14px 20px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}
.dropdown-item:first-child {
  border-radius: 8px 8px 0 0;
}
.dropdown-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.dropdown-item:hover {
  background-color: #f5f8ff;
  color: #1e5ba8;
}

.page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding: 0 16px 0 8px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e0e0e0;
  
}
.page-title h2 {
  color: #004690;
  font-size: 18px;
  font-weight: 700;
}

.page-title h2 button{
	padding: 0;
}
.page-title .crud-area {
  display: flex;
}
.page-title .crud-area button {
  width: 90px;
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  cursor: pointer;
}
.page-title .crud-area button:hover {
  font-weight: 600;
}
.page-title .crud-area button::after {
  width: 1px;
  height: 12px;
  background: #ccc;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-title .crud-area button:nth-of-type(5) {
  width: 100px;
}
.page-title .crud-area button:nth-of-type(6) {
  width: 110px;
}
.page-title .crud-area button:nth-of-type(6)::after {
  display: none;
}

.wrap {
  padding: 0 8px 8px 0;
  background: #ECECEC;
  display: flex;
  gap: 8px;
  height: calc(100vh - 117px);
}

.wrap.account{
	justify-content: center;
	padding: 0;
	    height: calc(100vh - 110px);
}

.wrap.account>.container{
	width: 580px;
	margin-top: 20px;
}

.wrap.account>.container .white-box{
	width: 100%;
	padding: 30px;
}

.wrap.account .tabs{
	padding: 0 10px;
}

.wrap.account p{
	font-size: 15px;
}

.left {
 
/*   position: sticky;
  top: 128px; */
  display: flex;
  flex-direction: column;

  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
  padding: 8px 8px 10px;
   max-width: 330px;
     min-width: 326px;
  height: 100%;
  min-height: 0;
  /* 부서 */
  /* 스플리터 */
}
.left .part {
	display: flex;
	flex-direction: column;
	flex: 0 0 60%;
    overflow: hidden;
    min-height: 0;

}
.left .part strong {
 display: block;
}
.left .part .table-wrap {
 flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
 /*  overflow: auto;  */
}
.left .part .table-wrap table {
  width: 100%;
}
.left .part .table-wrap table thead,
.left .part .table-wrap table tbody {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.left .part .table-wrap table th:nth-child(1),
.left .part .table-wrap table td:nth-child(1) {
  width: 40px;
}
.left .part .table-wrap table th:nth-child(2),
.left .part .table-wrap table td:nth-child(2) {
  width: 127px;
}
.left .part .table-wrap table th:nth-child(3),
.left .part .table-wrap table td:nth-child(3) {
  width: 70px;
}
.left .part .table-wrap table th:nth-child(4),
.left .part .table-wrap table td:nth-child(4) {
  width: 70px;
}
.left strong {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.left .history {

  flex: 0 0 40%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
   padding-bottom: 1px;
  
}

.tabs {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0 0;
}

.tabs h3 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #757575;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}

.tabs h3.active{
	color: #000;
}

.tabs h3.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #000;
}

.tab-content {
  min-height: 0;
  padding-bottom: 1px;
}
.tab-content > div {
  display: none;
  height: 100%;
}
.tab-content > div.active {
  display: block;
}
.tab-content > div .table-wrap {
  height: 100%;
  overflow-y: auto;
}

.contents {
  width: calc(100% - 340px);
}

.contents.contents100{
	width: 100%;
}
.contents .contents-tabs {
  display: flex;
  gap: 2px;
}
.contents .contents-tabs h3 {
  min-width: 100px;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #e0e0e0;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.contents .contents-tabs h3.active {
  background: #fff;
  color: #004690;
  border-top: 4px solid #004690;
}
.contents .contents-area {
  width: 100%;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  height: calc(100% - 37px);
}

/* 검색조건 */
form.filter {
  min-height: 50px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
form.filter .fields {
  display: flex;
  gap: 24px;
}
form.filter .group {
  display: flex;
  gap: 6px;
  align-items: center;
}

form.filter .group.bdr{
	position: relative;
	padding-right: 20px;
}

form.filter .group.bdr:after{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 16px;
	background: #aaa;
	content: "";
}

form.filter .group.bdr:last-child:after{
	display: none;
}

form.filter .fields .group label {
  font-size: 15px;
  font-weight: 400;
  color: #111;
}
form.filter input[type=text],
form.filter input[type=date],
form.filter input[type=number],
form.filter select,
form.filter textarea {
  min-width: 100px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  padding: 0 6px;
}
form.filter .fields .group textarea {
  width: 100%;
  min-height: 60px;
}
form.filter .fields .group input[type=text]:disabled {
  background: #eee;
  color: #999;
}
form.filter .fields .group input[type=date] {
  position: relative;
  padding-left: 34px;
  box-sizing: border-box;
}
form.filter .fields .group input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 14px;
  height: 14px;
  /* 이미지 변경 */
  background-image: url("../images/calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
form.filter .icon-button.openPopup {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #888;
  background: url("../images/open-popup.svg") no-repeat center;
  cursor: pointer;
}
form.filter .actions button {
  width: 68px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 4px;
  padding: 0;
}
form.filter .actions button.clear {
  border: 1px solid #004690;
  color: #004690;
  font-weight: 500;
}
form.filter .actions button.search {
  background: #004690;
  color: #fff;
}

#saveForm.filter{
	margin-bottom: 0;
	gap: 24px;
	border-radius: 0;
    border-top: 0;
}

#saveForm>.fields{
	display: flex;
    align-items: center;
    gap: 4px;
    width: calc(100% / 3);
    justify-content: center;
}

#saveForm>.fields>span{
	font-weight: 500;
	font-size: 15px;
	display: block;
	min-width: 80px;
}

#saveForm>.fields>textarea{
	width: 100%;
	resize: none;
}

h5.s-tlt {
  text-align: left;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  color: #004690;
  margin-bottom: 14px;
}

ul.info-lists li {
  padding: 16px 4px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
ul.info-lists li:first-child {
  border-top: 1px solid #ddd;
}
ul.info-lists li > span,
ul.info-lists li > strong {
  font-size: 15px;
  color: #333;
}
ul.info-lists li > strong {
  font-weight: 500;
  color: #000;
}

.dimmed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* main */
.main-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
  width: 100%;
  height: 440px;
  background: url("../images/main-bg.png") no-repeat center;
  background-size: cover;
  font-size: 15px;
}

h1.title {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin: 60px 0 50px;
}

.main-contents {
  width: 1000px;
  margin: 0 auto;
}
.main-contents .status-list {
  max-height: 280px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.main-contents .status-list > li {
  width: 25%;
  background: #fff;
  border-radius: 8px;
  padding: 28px 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #ddd;
}
.main-contents .status-list > li img {
  display: block;
  margin-bottom: 16px;
}
.main-contents .status-list > li .status-title {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}
.main-contents .status-list > li p {
  font-size: 20px;
  font-weight: 500;
  color: #666;
}
.main-contents .status-list > li p strong {
  font-size: 26px;
  font-weight: 700;
  color: #111;
}
.main-contents .status-list > li ul.status-detail li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 4px;
}
.main-contents .status-list > li ul.status-detail li:last-child {
  margin-bottom: 0;
}
.main-contents .status-list > li ul.status-detail li span {
  color: #444;
  font-size: 16px;
  font-weight: 400;
}
.main-contents .status-list > li ul.status-detail li strong {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}
.main-contents .notice {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 60px;
}
.main-contents .notice .notice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  height: 50px;
  border-bottom: 1px solid #e0e0e0;
  background: #EFEFEF;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.main-contents .notice .notice-title h5 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.main-contents .notice .notice-title a {
  color: #444;
  font-size: 15px;
}
.main-contents .notice .notice-title a:hover {
  color: #000;
}
.main-contents .notice .notice-contents {
  display: flex;
}
.main-contents .notice .notice-contents .notice-preview {
  padding: 24px 36px;
  display: flex;
  flex-direction: column;
  gap: 45px;
  justify-content: space-between;
  border-right: 1px solid #e7e7e7;
  width: 42%;
}
.main-contents .notice .notice-contents .notice-preview p {
  line-height: 150%;
  white-space: wrap;
  color: #666;
  min-height: 40px;
  max-height: 80px;
  font-size: 15px;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.main-contents .notice .notice-contents .notice-preview p:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
.main-contents .notice .notice-contents .notice-preview p:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.main-contents .notice .notice-contents .notice-preview span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}
.main-contents .notice .notice-contents .notice-preview .notice-buttons {
  display: flex;
  gap: 4px;
}
.main-contents .notice .notice-contents .notice-preview .notice-buttons button {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.main-contents .notice .notice-contents .notice-preview .notice-buttons button:first-child {
  background: url("../images/notice-arrow-left.svg") no-repeat center;
}
.main-contents .notice .notice-contents .notice-preview .notice-buttons button:first-child:hover {
  background: url("../images/notice-arrow-left-hover.svg") no-repeat center;
}
.main-contents .notice .notice-contents .notice-preview .notice-buttons button:last-child {
  background: url("../images/notice-arrow-right.svg") no-repeat center;
}
.main-contents .notice .notice-contents .notice-preview .notice-buttons button:last-child:hover {
  background: url("../images/notice-arrow-right-hover.svg") no-repeat center;
}
.main-contents .notice .notice-contents ul.notice-lists {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-contents .notice .notice-contents ul.notice-lists li {
  padding: 0 24px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 16.6666666667%;
}
.main-contents .notice .notice-contents ul.notice-lists li:last-child {
  border-bottom: none;
}
.main-contents .notice .notice-contents ul.notice-lists a {
  color: #333;
  font-size: 15px;
}
.main-contents .notice .notice-contents ul.notice-lists a:hover {
  text-decoration: underline;
  color: #000;
}
.main-contents .notice .notice-contents ul.notice-lists span {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}

.main-footer-area > div:first-child {
  background: #666;
}
.main-footer-area > div:first-child p {
  width: 1000px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.main-footer-area > div:first-child p a {
  color: #ddd;
  font-size: 14px;
  position: relative;
}
.main-footer-area > div:first-child p a:hover {
  color: #fff;
}
.main-footer-area > div:first-child p a::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #999;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translate(-50%, -50%);
  display: block;
}
.main-footer-area > div:first-child p a:last-child::after {
  display: none;
}
/* 회원가입 */
.signUp-logo {
  height: 60px;
  display: block;
  margin: 50px auto 30px;
}

.hospitalSearch.popup table td {
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}

.hospitalSearch.popup table td:hover {
  background: #F5F8FF;
  color: #004690;
}

.hospitalSearch.popup table tr.selected td {
  background: #F5F8FF;
  color: #004690;
  font-weight: 500;
}

/* 체크 아이콘 */
.hospitalSearch.popup table td .check-icon {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  right: 15px;
  top: 50%;
  background: url("/images/checked.svg") no-repeat;
  width: 12px;
  height: 12px;
}

.hospitalSearch.popup table tr.selected td .check-icon {
  display: inline-block;
}

.popup {
	padding: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow-y: scroll;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto; 
}

.popup.pop-content.aaa{
	all: unset;
	display: block;
	padding: 0 25px;
	font-family: "Pretendard Variable";
	
}
.popup button.popup-close {
  background: url("../images/popup-close.svg") no-repeat center;
  width: 24px;
  height: 24px;
}
.popup .popup-title {
  display: flex;
  justify-content: space-between;
  height: 36px;
  border-bottom: 1px solid #e0e0e0;
}

.popup-contents{
	padding-top: 10px;
}


.popup .popup-title h1 {
  font-size: 18px;
  font-weight: 600;
}

.popup .popup-buttons {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-top: 24px;
}
.popup .popup-buttons button {
  width: 112px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}
.popup .popup-buttons button.positive {
  background: #004690;
}
.popup .popup-buttons button.negative {
  background: #B1B1B1;
}
.popup.small {
  width: 400px;
}
.popup.medium {
  width: 600px;
}
.popup.large {
  width: 1200px;
  max-height: 820px;
}
.popup.large .error-area .error-item {
  display: flex;
  align-items: center;
  gap: 4px;
  background: #FFEFEF;
  padding: 0 8px;
  border-radius: 4px;
  color: #FE5252;
  height: 32px;
  line-height: 32px;
  margin-bottom: 6px;
  font-size: 15px;
}
.popup.large .error-area .error-item img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
}
.popup.large .error-area .result {
  height: 48px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.popup.large .error-area .result div {
  display: flex;
  gap: 12px;
}
.popup .terms {
  padding: 16px;
  padding-left: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style-type: decimal;
  list-style-position: outside;
}
.popup .terms > li {
  padding: 4px 0;
  white-space: wrap;
  line-height: 150%;
}
.popup.large .specialistHistory {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
/*
.popup.large .specialistHistory .timeline,
.popup.large .specialistHistory .careerTable {
  
	border-radius: 12px;
	padding: 20px;
	border: 1px solid #ddd;
  
}
*/

.popup.large .specialistHistory .specialist-info > div,
.popup.large .specialistHistory .timeline,
.popup.large .specialistHistory .careerTable {
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 20px;
}

.popup.large .specialistHistory .specialist-info > div{
	 border-radius: 16px;
  padding: 20px;
	background: #F4FAFF;
	border: 1px solid #e3f1fd;

}
.popup.large .specialistHistory > div {
  width: 33%;
  height: 610px;
}
.popup.large .specialistHistory .specialist-info {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.popup.large .specialistHistory .specialist-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.timeline {
  overflow: visible;
}

.popup.large .specialistHistory .timeline ul {
  position: relative;
  height: calc(100% - 20px);
  overflow-y: auto;
}


.popup.large .specialistHistory .timeline ul li {
  margin-bottom: 20px;
  font-size: 15px;
}
.popup.large .specialistHistory .timeline ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  z-index: -1;
}
.popup.large .specialistHistory .timeline ul li > b {
  font-weight: 600;
  padding-left: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  background: url("/images/timeline-bullet.svg") no-repeat center left;
 font-size: 13px;	
 color: #111;
}
.popup.large .specialistHistory .timeline ul li > div p {
  padding-left: 16px;
}
.popup.large .specialistHistory .timeline ul li > div p:first-child {
  
  margin-bottom: 8px;

}
.popup.large .specialistHistory .timeline ul li > div p:last-child {
  color: #333;
}
.popup.large .specialistHistory .careerTable .tab-content {
  height: calc(100% - 68px);
}

.popup.hospitalSearch{
	overflow: hidden;
	max-height: 800px;
}
.tblHspt{
	display: block;
    width: 100%;
}

.tblHspt thead {
    display: block;
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #fff; /* 배경색 지정 (필수) */
    z-index: 10;
   
}

.tblHspt tbody {
    display: block;
    width: 100%;
    max-height: 400px; /* 원하는 높이로 조정 */
    overflow-y: auto;
}

.tblHspt thead tr,
.tblHspt tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tblHspt th{
	 border-top: 1px solid #cfcfcf;
}
.tblHspt th,
.tblHspt td {
    width: 100%; /* 컬럼이 1개이므로 */
}

.popup-contents p{
	font-size: 15px;
}
.popup-contents #divMsg{
	padding: 10px 10px 0;
}
.specialty-select {
    width: 100%;
}

.specialty-select thead {
    display: block;
    width: 100%;
    padding-right: 17px; /* 스크롤바 너비만큼 패딩 추가 */
}

.specialty-select tbody {
    display: block;
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.specialty-select thead tr,
.specialty-select tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.specialty-select th:first-child,
.specialty-select td:first-child {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.specialty-select th:last-child,
.specialty-select td:last-child {
    width: calc(100% - 60px);
}


.attachment-section td {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 0;
  padding: 0 12px;
}
.attachment-section input[type=file] {
  cursor: pointer;
  font-size: 14px;
}
.attachment-section input[type=file]::file-selector-button {
  width: 70px;
  height: 28px;
  background: #fff;
  border: 1px solid #004690;
  color: #004690;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  transition: background-color 0.2s;
}
.attachment-section input[type=file]::file-selector-button:hover {
  background-color: #0056b3;
}
.attachment-section button {
  font-size: 13px;
}
.attachment-section button.btn-delete {
  width: 40px;
  height: 28px;
  color: #FF3636;
  border: 1px solid #FF3636;
  padding: 0;
}/*# sourceMappingURL=style.css.map */


/* 검색조건 옆에 상태를 나타내는 영역이 있으면 contents-area에 아래 클래스가 추가됨 */
.includeStatus{
	display: flex;
	min-height: 50px;
	gap: 8px;
}

.includeStatus>form:first-child{
	background: #fff;
	gap: 12px;
}

.includeStatus .status-badge{
	width: 70px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	font-size: 15px;
	color: #fff;
	background: #7287ff;
	text-align: center;
	display: inline-block;
	font-weight: 500;
}

.includeStatus .status-badge + button{
	width: 70px;
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
    border: 1px solid #e0e0e0;
    color: #222;
    padding: 0;
    font-size: 15px;
}

.includeStatus .status-badge + button:hover{
	background: #f2f2f2;
}

.includeStatus form:last-child{
	width: 100%;
}

body.main .main-footer-area{
	width: 100%;
	position: absolute;
	bottom: 0;
}


.btn-add-row, .btn-remove-row{
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
}
.btn-add-row{
	border: 1px solid #004690;
	color: #004690;
	margin-right: 2px;
}

.btn-remove-row{
	border: 1px solid #aaa;
}


.searchForm{
	display: flex;
	align-items: center;
	width: 100%;
    gap: 4px;
    justify-content: space-between;
    margin-bottom: 8px;
}
.searchForm input{
	width: 100%;
	height: 28px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	padding: 0 6px;
}

.searchForm button{
	background: #004690;
	height: 28px;
	line-height: 28px;
    color: #fff;
    text-align: center;
}



/* 그리드에서 오른쪽 버튼 클릭했을 때 나오는 메뉴 수정 */

table.dhtmlxMebu_SubLevelArea_Tbl td{
	border-right: 0;
	border-bottom: 0;
}


div.dhtmlxMenu_material_SubLevelArea_Polygon td.sub_item_text div.sub_item_text{
	padding: 0;
	font-size: 13px;
	text-align: left;
	color: #fff;
}

div.dhtmlxMenu_material_SubLevelArea_Polygon{
	border-radius: 8px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #323d4a;
}


/*** 공지사항 팝업 ****/
.notice-popup {
	height: 100%;
	border-top: 1px solid #cfcfcf !important;
}
.notice-popup > .attachment-section{
	white-space: wrap;
    height: 458px;
    font-size: 15px;
    line-height: 150%;
    padding: 20px 10px 0 4px;
    border-radius: 8px;
    overflow-y: auto;
    color: #333;
}



/*** 개인정보처리방침 ****/

.depth2H {
    font-size: 20px;
    font-weight: bold;
    color: #004690;
    text-align: center;
    margin-top: 60px;
}

._containe{
	width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
	
}

.canEdit{
	display: flex;
	align-items: center;
    justify-content: center;
}

.canEditimg{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url("../images/Column-edit.svg") no-repeat 0px 2px;
	margin-right: 2px;
}


.nextEducationYear form{
	flex-direction: row;
    justify-content: center;
    gap: 8px;
    justify-content: center; 
    display: flex;
    align-items: center;
}


.nextEducationYear .form-group{
	width: 100%;
	display: flex;
    gap: 27px;
    justify-content: left;
    align-items: center;
    
}


.nextEducationYear .form-label {
    width: 67px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

.nextEducationYear .form-input {
    border: 1px solid #B0B0B0;
    border-radius: 4px;
    height: 40px;
    padding: 0 14px;
}

.nextEducationYear .form-group:first-child {
    margin: 30px 0 10px;
}

.nextEducationYear-search{
	width: 98px;
	height: 95px;
	margin-top: 30px;
	padding: 16px;
    background-color: #004690;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;

}

.nextEducationYear .result{
	padding: 30px 30px 0;
    margin: 24px 0 0;
    border: 1px solid #dee7fd;
    border-radius: 24px;
    background: #F5F8FF;
    
}

.nextEducationYear ul.info-lists li:first-child {
    border-top: 1px solid #c4d5ff;
}

/* 전문과목을 위한 커스텀 select 251127 */
.custom-select-wrapper {
  position: relative; /* 드롭다운 위치 기준점 */
}

.custom-select {
  position: relative;
  cursor: pointer;
  min-width: 130px;
}

/* 선택된 영역 */
.select-selected {
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
  padding: 0 0 0 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
}

/* 화살표 기본 */
.select-selected:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/select-arrow-down.svg") no-repeat center;
}

/* 열렸을 때 화살표 */
.select-selected.active:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/select-arrow-up.svg") no-repeat center;
}

/* 드롭다운 전체 박스 */
.select-items {         

  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 2px 2px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 99;
  box-sizing: border-box;
  display: none;
  position: absolute; 
  top: 100%;
  left: 0;
  width: 100%;
}

/* 펼침 상태 */
.select-items.show {
  display: block;
}

/* 옵션 리스트 */
.select-item {
  padding: 6px 6px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-size: 14px;
  background: #fff;
}

/* 옵션 hover */
.select-item:hover {
  background-color: #f0f0f0;
}

/* 선택된 옵션 스타일 */
.select-item.selected {
  background-color: #e3f2fd;
}

/* 스크롤바 스타일 */
.select-items::-webkit-scrollbar {
  width: 8px;
}

.select-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select-items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.select-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}







/* 위로 드롭다운되는 버전 (dropup) */
.custom-select.dropup .select-items {
  top: auto;
  bottom: 100%;
  border-radius: 2px 2px 0 0;
  border-top: 1px solid #ccc;
  border-bottom: none;
}


/* 메인화면의 공지사항 미리보기 부분을 고정 높이로 지정함*/
#recentNoticePreview{
	height: 131px;
}
    