/* 레이아웃 */
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#main_header {
    width: 100%; margin: 0 auto;
    height: 50px;
    background-color: darkgray;
    line-height: 50px;
    position: relative;
}

#main_header a { color: #6a6a6a; text-decoration: none;}

#main_header > #login_module {
  width: 300px;
  height: 50px;
  float: right;
  text-align: right;
  vertical-align: middle;
  padding-right: 20px;
}

#main_nav {
    width: 100%; margin: 0 auto;
    height: 100px;
    background-color: #FFFFFF;
}

#position_bar {
    width: 100%; margin: 0 auto;
    height: 40px;
    background-color: #d7d7d7;
}

tr.row:hover{background-color:#eeeeee;}
tr.row {
  cursor:pointer;
}

table.select{cursor:pointer;}
table.select:hover{background-color:red;}


/* class */
.list_item_selected {
  background-color: yellow;
  margin-top:10px;
}

.list_item {
  margin-top:10px;
}

.ico-mglass {
  position:relative;
  display:inline-block;
  background: #fff;
  border-radius: 30px;
  height: 6px;
  width: 6px;
  border: 2px solid #888;

  &:after {
    content: "";
    height: 2px;
    width: 6px;
    background: #888;
    position:absolute;
    top:7px;
    left:5px;
    -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
  }

}


.korean{
  -webkit-ime-mode:active;
  -moz-ime-mode:active;
  -ms-ime-mode:active;
  ime-mode:active;
}

.english{
  -webkit-ime-mode:inactive;
  -moz-ime-mode:inactive;
  -ms-ime-mode:inactive;
  ime-mode:inactive;
}

.square {
  width:50px;
  height:50px;
  background:gray;
  float:right;
}

.square120 {
  width:120px;
  height:120px;
  background:gray;
}

.profile_badge {
  height:50px;
  padding-right: 0px;
  padding-left: 10px;
  float:right;
  clear:both;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #555555;
  letter-spacing: -1px;
}

.group {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #6a6a6a;
  letter-spacing: -1px;
  padding-right: 30px;
}

.menu {
  padding-left: 5px;
  padding-right: 5px;
  height:15px;
  color: #6a6a6a;
  float:right;
  text-decoration:none;

}
.center { text-align: center; }

.middle { vertical-align: center; }



.title {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 28px;
    letter-spacing: -2px;
    font-weight: 700;
}

.title_sub_eng {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 500;
}

.document_big {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.5em;
    color: #111111;
    letter-spacing: -1px;
}

.document_small {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    color: #6a6a6a;
    letter-spacing: -1px;
}

.document_small_line_1_5x {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    color: #6a6a6a;
    letter-spacing: -1px;

    border-top: 1px soild #6a6a6a;
}


.document_middle {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -1px;
}

.document_middlepw {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: +10px;
}

.input-group {
    margin-top: 1em;
    margin-bottom: 1em;
}

.pt_id_input {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 30px;
    text-align: right;
    letter-spacing: 10px;
    font-weight: 800;
    width: 90%;
}

.display-otp-box_first{
    color: transparent;
    text-shadow: 0 0 0 black;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 800;
    width: 30px;
}

.display-otp-box{
    color: transparent;
    text-shadow: 0 0 0 black;
    pointer-events: none;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 800;
    width: 30px;
}

.display-otp-box_final{
  color: transparent;
  text-shadow: 0 0 0 black;
  pointer-events: none;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 800;
  width: 30px;
}

/* settings index */
.roundedbox {
  border-radius: 10px 25px;
  padding: 10px;
  text-align: center;
}

/* workschedule manage */
.workScheduleManage {
  text-align: center;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -1px;
  table-layout: fixed;
}

.workScheduleManage td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

/* ir_solution_basic_table */
.basicTable {
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -1px;
  table-layout: fixed;
}

.basicTable td {
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}

/* calendar_view css */
.calendar_view {
  width: 100%;
  table-layout: fixed;
}

.calendar_view tr {
  border-bottom: 1px solid #DDDDDD;
}

.calendar_view th {
  padding: 10px;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: -1px;
}

.calendar_view td {
  padding: 0px 0px 0px 0px;
  height: 90px;
  vertical-align: top;
  background-color: #F9F9F9;
  border-bottom: 1px solid #EEEEEE;
}

.calendar_view table {border:2px solid #FFFFFF;}
.calendar_view table:hover {border:2px solid #aaaaaa;}

#calendar_view_blank {
  background-color: #FFFFFF;
}

/* calendar css */
.calendar {
  width: 100%;
  table-layout: fixed;
  margin: auto;
}

.calendar tr {
  border-bottom: 1px solid #DDDDDD;
}

.calendar th {
  padding: 0px;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: -1px;
}

.calendar td {
  padding: 0px 0px 0px 0px;
  height: 90px;
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
}


/* calendar_oncallprint css */
.calendar_oncallprint {
  width: 100%;
  table-layout: fixed;
  margin: auto;
}

.calendar_oncallprint tr {
  border-bottom: 1px solid #DDDDDD;
}

.calendar_oncallprint th {
  padding: 0px;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: -1px;
}

.calendar_oncallprint td {
  padding: 0px 0px 0px 0px;
  height: 80px;
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD;
}



.calendar_detail {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: #6a6a6a;
    letter-spacing: -1px;
    vertical-align: top;
}

.month {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.date {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 500;
}

.sun {
  color: red;
  border-bottom: 3px solid red;
}

.mon {  border-bottom: 3px solid darkgray; }
.tue {  border-bottom: 3px solid darkgray; }
.wed {  border-bottom: 3px solid darkgray; }
.thu {  border-bottom: 3px solid darkgray; }
.fri {  border-bottom: 3px solid darkgray; }


.sat {
  color: darkblue;
  border-bottom: 3px solid blue;
}


/* Pandas to_html 클래스 */
.mystyle {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -1px;
  border-collapse: collapse;
  border: 1px solid silver;
  width: 90%;
}

.mystyle td, th {
  padding: 5px;
}

.mystyle thead tr {
  background: #666666;
  color:white;
}

.mystyle tbody tr:nth-child(even) {
  background: #E0E0E0;
}


/* 폰트 */
.font_ubuntu500 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 500;
}

.font_notoSansKr400 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
}

.font_notoSansKr500 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;
    letter-spacing: -1px;
}

.font_notoSansKr700 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
}

.font_notoSansKr900 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 900;
    letter-spacing: -1px;
}

.font_notoSerifKr600 {
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    letter-spacing: -1px;
}

.font_nanumGothic400 {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

.bg-image {
  background-image: url('/static/background.png');
  background-color: #ffffff;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  position: relative;
}

/* 로그인 카드 스타일 */
.login-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25), 0 8px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.login-card::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.04) 40%, transparent 70%);
  pointer-events: none;
  z-index: -1;
  border-radius: 20px;
}

.login-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e3c72, #2a5298, #7e8ba3);
  background-size: 200% 100%;
  animation: gradientShift 8s ease infinite;
  z-index: 2;
}

.login-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 로그인 입력 필드 스타일 */
.login-input-wrapper {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  max-width: 320px;
}

.login-input-wrapper i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #2a5298;
  font-size: 16px;
  z-index: 1;
  opacity: 0.6;
}

.login-input {
  width: 100%;
  padding: 14px 15px 14px 45px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.2s ease;
  font-family: 'Noto Sans KR', sans-serif;
  box-sizing: border-box;
  color: #24292f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.login-input:focus {
  outline: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(42, 82, 152, 0.15), 0 2px 4px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.login-input::placeholder {
  color: #8c959f;
}

/* 로그인 버튼 스타일 */
.login-button {
  width: 100%;
  max-width: 320px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(30, 60, 114, 0.25);
  position: relative;
  overflow: hidden;
}

.login-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s;
}

.login-button:hover::before {
  left: 100%;
}

.login-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(30, 60, 114, 0.35);
  background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
}

.login-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 4px rgba(30, 60, 114, 0.25);
}

.login-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* 로그인 타이틀 스타일 */
.login-title {
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #1e3c72 !important;
  letter-spacing: -1px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
}

/* 로그인 안내 텍스트 */
.login-info {
  color: #57606a;
  line-height: 1.8;
  text-align: center;
  font-size: 13px;
}

.login-info p {
  margin: 8px 0;
}

/* 로그인 로고 영역 */
.login-logo-area {
  position: relative;
  padding: 40px;
  transition: transform 0.2s ease;
}

.login-logo-area:hover {
  transform: scale(1.02);
}

.login-logo-area img {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
  transition: filter 0.2s ease;
}

.login-logo-area:hover img {
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.15));
}

/* 버튼 */
.btn {
  font-size: 12px;
  white-space:nowrap;

  padding:.8em 1.5em;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: -1px;
  line-height:18px;
  display: inline-block;
  zoom: 1;
  color: #fff;
  text-align: center;
  position:relative;
  text-decoration:none;

  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear; transition: border .25s linear, color .25s linear, background-color .25s linear;}

.btn.btn-dark-blue{background-color: #237fbc; border-color: #237fbc; -webkit-box-shadow: 0 3px 0 #1a5c87; box-shadow: 0 3px 0 #1a5c87;}
.btn.btn-dark-blue:hover{background-color:#166ea8;}
.btn.btn-dark-blue:active{ top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}

.btn.btn-crimson{background-color: #c0392b; border-color: #c0392b; -webkit-box-shadow: 0 3px 0 #8f2a1f; box-shadow: 0 3px 0 #8f2a1f;}
.btn.btn-crimson:hover{background-color:#ac3420;}
.btn.btn-crimson:active{top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}

.btn.btn-concrete{background-color: #7e8c8d; border-color: #7e8c8d; -webkit-box-shadow: 0 3px 0 #4e5b5c; box-shadow: 0 3px 0 #4e5b5c;}
.btn.btn-concrete:hover{background-color:#6a7879;}
.btn.btn-concrete:active{top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}
