@import url(https://cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);
*{
    font-family:'Nanum Gothic';
    box-sizing: border-box;
}
body {
    /* background-color: #ddd; */

   
}
a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

/* div.header {
    position: sticky;
    background-color: #fff;
    display: flex;
    width: 100%;

    border-bottom: 1px solid #eee;
    top: 0;
    line-height: 3rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

div.inner {
    width: 900px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 auto;
    justify-content: normal;
    flex-direction: column;
}

div.container.main {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: auto;
}

div.wrapper {
    flex: 1;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}
div.section{
    flex: 1;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}
div.footer {
    width: 100%;
    display: flex;
    background-color: #232323;
    color: #fff;
    line-height: 3rem;
} */


body.login-body{
    background-color: #375986;
    width: 100vw;
    min-height: 100vh;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-image: url(../img/earth.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -35px;
}
.login-body h1{
    color: #fff;
    font-size: 57px;
    letter-spacing: -5.7px;
    text-align: center;
    font-family: 'Noto Sans KR';
    margin-top: 176px;
    font-weight: 500;
}
.login-body h2{
    color: #375986;
    font-size: 24.5px;
    letter-spacing: -0.98px;
    text-align: center;
    font-family:'Nanum Gothic';
    background-color: #fff;
    width: 390px;
    height: 51px;
    margin: 0 auto;
    line-height: 51px;
    border-radius: 25px;
    margin-top: 22px;
    margin-bottom: 52px;
}
.login-body h3{
    color: #fff;
    font-size: 27px;
    letter-spacing: -0.96px;
    font-family:'Nanum Gothic';
    margin-left: 39px;
    margin-bottom: 28px;
}
.login-body .login-wrapper{
    width: 480px;
    height: 284px;
    background-color: #092d5a;
    border-radius: 32px;

    padding: 43px 29px 51px 29px;
    margin: 0 auto;
}
.login-body .login-wrapper form{
    display: flex;
    flex-direction: column;
}
.login-body .login-wrapper input.login-input{
    border-radius: 21.28px;
    width: 422px;
    height: 43px;
    padding:17px 23px;
    font-size: 20.28px;;
    letter-spacing: -2px;
    color: #375986;
    font-weight: bold;
    font-family:'Nanum Gothic';
    margin-bottom: 17px;
    box-shadow: 0px 5px 2px #051a34;
}
.login-body .login-wrapper input.login-input::placeholder {
    font-weight: bold;
    color: #375986;
    font-family:'Nanum Gothic';
  }
  .login-body .login-wrapper .btn-box {
    text-align: right;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.login-body .login-wrapper .btn-box div{
    display: flex;
    align-items: center;
}
  .login-body .login-wrapper .btn-box #login-btn{
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 17.76px;
    font-family:'Nanum Gothic';
    letter-spacing: -0.71px; 
    font-weight: bold;
    margin: 0;
    margin-left: 28px;
   padding: 0;
   cursor: pointer;
  }
  #internal,#external{
    margin: 0;
    cursor: pointer;
  }
  .login-body .login-wrapper .btn-box label, .login-body .login-wrapper .btn-box  label{
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-family:'Nanum Gothic';
    letter-spacing: -0.5px; 
    font-weight: bold;
    margin: 0;
   padding: 0;
   cursor: pointer;
  }
  #external~label{
    margin-right: 25px;
  }
  .login-body .login-wrapper .btn-box a{
      color: #fff;
      background-color: transparent;
      border: none;
      font-size: 17.76px;
      font-family:'Nanum Gothic';
      letter-spacing: -0.71px;
      text-decoration: none; 
      position: relative;
      font-weight: bold;
      padding: 0;
      margin-left: 28px;
    }
    .login-body .login-wrapper .btn-box a::before{
      position: absolute;
      content: '';    
      width: 3px;
      height: 100%;
      left: -18px;
      top: 0;
      background-color: #fff;
      pointer-events: none;
  }
  .login-body .login-footer{
      position: absolute;
    bottom: 0;
    padding-bottom: 39px;
    text-align: center;
    justify-items: center;
  }
  .login-body .login-footer .a1{

    font-family:'Nanum Gothic';
    color: #375986;
    background-color: #092d5a;
    border-radius: 12.5px;
    width: 267px;
    height: 25px;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}
.login-body .login-footer .a2{
    
    font-family:'Nanum Gothic';
    color: #092d5a;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    font-weight: bold;
  }

  body.change-pwd-body{
    background-color: #375986;
    width: 100vw;
    height: 100vh;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    position:relative;
    min-height: 1000px;
    background-image: url(../img/earth.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -35px;
}
.change-pwd-body h1{
    color: #fff;
    font-size: 57px;
    letter-spacing: -5.7px;
    text-align: center;
    font-family: 'Noto Sans KR';
    margin-top: 176px;
    font-weight: 500;
}
.change-pwd-body h2{
    color: #375986;
    font-size: 24.5px;
    letter-spacing: -0.98px;
    text-align: center;
    font-family:'Nanum Gothic';
    background-color: #fff;
    width: 390px;
    height: 51px;
    margin: 0 auto;
    line-height: 51px;
    border-radius: 25px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.change-pwd-body h3{
    color: #fff;
    font-size: 27px;
    letter-spacing: -0.96px;
    font-family:'Nanum Gothic';
    margin-left: 9px;
    /* margin-bottom: 10px; */
    margin-top: 9px;
}
.change-pwd-body .pwd-wrapper{
    width: 594px;
    height: 360px;
    background-color: #092d5a;
    border-radius: 32px;
    padding: 45px 43px 45px 43px;
    margin: 0 auto;
}
.change-pwd-body .pwd-wrapper form{
    display: flex;
    flex-direction: column;
}
.change-pwd-body .pwd-wrapper div.flex{
    display: flex;
    justify-content: space-between;
    
}

.change-pwd-body .pwd-wrapper input.signup-input{
    border-radius: 21.28px;
    width: 311px;
    height: 43px;
    padding:17px 23px;
    font-size: 20.28px;;
    letter-spacing: -2px;
    color: #375986;
    font-weight: bold;
    font-family:'Nanum Gothic';
    margin-bottom: 11px;
    box-shadow: 0px 5px 2px #051a34;
    margin-left: auto;
}
.change-pwd-body .pwd-wrapper input.signup-input::placeholder {
    font-weight: bold;
    color: #375986;
    font-family:'Nanum Gothic';
  }
  .change-pwd-body .pwd-wrapper .btn-box {
    text-align: right;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin-top: 17px;
}
  .change-pwd-body .pwd-wrapper .btn-box #change-password-btn{
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 17.76px;
    font-family:'Nanum Gothic';
    letter-spacing: -0.71px; 
    font-weight: bold;
    margin: 0;

   padding: 0;
   cursor: pointer;
  }
  
  .change-pwd-body .pwd-wrapper .btn-box a{
      color: #fff;
      background-color: transparent;
      border: none;
      font-size: 17.76px;
      font-family:'Nanum Gothic';
      letter-spacing: -0.71px;
      text-decoration: none; 
      position: relative;
      font-weight: bold;
      padding: 0;
    }
    .change-pwd-body .pwd-wrapper .btn-box a.home-btn{
        margin-right: 28px;
      
    }
    .change-pwd-body .pwd-wrapper .btn-box a.home-btn::after{
        position: absolute;
        content: '';    
        width: 3px;
        height: 18px;
        right: -19px;
        top: 3px;
        background-color: #fff;
        pointer-events: none;
        
    }
    .change-pwd-body .pwd-wrapper .btn-box input[type="submit"]::before{
        position: absolute;
        content: '';    
        width: 3px;
        height: 100%;
        left: -18px;
        top: 0;
        background-color: #fff;
        pointer-events: none;
    }

  .change-pwd-body .signup-footer{
      position: absolute;
    bottom: 0;
    padding-bottom: 39px;
    text-align: center;
    justify-items: center;
  }
  .change-pwd-body .signup-footer .a1{

    font-family:'Nanum Gothic';
    color: #375986;
    background-color: #092d5a;
    border-radius: 12.5px;
    width: 267px;
    height: 25px;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}
.change-pwd-body .signup-footer .a2{
    
    font-family:'Nanum Gothic';
    color: #092d5a;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    font-weight: bold;
  }


  body.signup-body{
    background-color: #375986;
    width: 100vw;
    height: 100vh;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    position:relative;
    /* min-height: 1000px; */
    background-image: url(../img/earth.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -35px;
}
.signup-body h1{
    color: #fff;
    font-size: 57px;
    letter-spacing: -5.7px;
    text-align: center;
    font-family: 'Noto Sans KR';
    margin-top: 14px;
    font-weight: 500;
}
.signup-body h2{
    color: #375986;
    font-size: 24.5px;
    letter-spacing: -0.98px;
    text-align: center;
    font-family:'Nanum Gothic';
    background-color: #fff;
    width: 390px;
    height: 51px;
    margin: 0 auto;
    line-height: 51px;
    border-radius: 25px;
    margin-top: 22px;
    margin-bottom: 22px;
}
.signup-body h3{
    color: #fff;
    font-size: 27px;
    letter-spacing: -0.96px;
    font-family:'Nanum Gothic';
    margin-left: 9px;
    margin-bottom: 10px;
}
.signup-body .signup-wrapper{
    width: 774px;
    height: 617px;
    background-color: #092d5a;
    border-radius: 32px;

    padding: 45px 43px 45px 43px;
    margin: 0 auto;
}
.signup-body .signup-wrapper select::-ms-expand { 
	display: none;
}
.signup-body .signup-wrapper select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 24px) center no-repeat,#fff;
  background-size: 13px;
}


.signup-body .signup-wrapper form{
    display: flex;
    flex-direction: column;
}
.signup-body .signup-wrapper div.flex{
    display: flex;
    justify-content: space-between;
    
}
.signup-body .signup-wrapper select{
    border-radius: 21.28px;
    width: 331px;
    height: 43px;
    padding-left: 21px;
    font-size: 20.28px;;
    letter-spacing: -2px;
    color: #375986;
    font-weight: bold;
    font-family:'Nanum Gothic';
    margin-bottom: 11px;
    box-shadow: 0px 5px 2px #051a34;
}
.signup-body .signup-wrapper input.signup-input{
    border-radius: 21.28px;
    width: 331px;
    height: 43px;
    padding:17px 23px;
    font-size: 20.28px;;
    letter-spacing: -2px;
    color: #375986;
    font-weight: bold;
    font-family:'Nanum Gothic';
    margin-bottom: 11px;
    box-shadow: 0px 5px 2px #051a34;
}
.signup-body .signup-wrapper input.signup-input::placeholder {
    font-weight: bold;
    color: #375986;
    font-family:'Nanum Gothic';
  }
  .signup-body .signup-wrapper .btn-box {
    text-align: right;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin-top: 17px;
}
  .signup-body .signup-wrapper .btn-box #signup-btn{
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 17.76px;
    font-family:'Nanum Gothic';
    letter-spacing: -0.71px; 
    font-weight: bold;
    margin: 0;

   padding: 0;
   cursor: pointer;
  }
  
  .signup-body .signup-wrapper .btn-box a{
      color: #fff;
      background-color: transparent;
      border: none;
      font-size: 17.76px;
      font-family:'Nanum Gothic';
      letter-spacing: -0.71px;
      text-decoration: none; 
      position: relative;
      font-weight: bold;
      padding: 0;
    }
    .signup-body .signup-wrapper .btn-box a.home-btn{
        margin-right: 28px;
      
    }
    .signup-body .signup-wrapper .btn-box a.home-btn::after{
        position: absolute;
        content: '';    
        width: 3px;
        height: 18px;
        right: -19px;
        top: 3px;
        background-color: #fff;
        pointer-events: none;
        
    }
    .signup-body .signup-wrapper .btn-box input[type="submit"]::before{
        position: absolute;
        content: '';    
        width: 3px;
        height: 100%;
        left: -18px;
        top: 0;
        background-color: #fff;
        pointer-events: none;
    }

  .signup-body .signup-footer{
      position: absolute;
    bottom: 0;
    padding-bottom: 39px;
    text-align: center;
    justify-items: center;
  }
  .signup-body .signup-footer .a1{

    font-family:'Nanum Gothic';
    color: #375986;
    background-color: #092d5a;
    border-radius: 12.5px;
    width: 267px;
    height: 25px;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 9px;
    font-weight: bold;
}
.signup-body .signup-footer .a2{
    
    font-family:'Nanum Gothic';
    color: #092d5a;
    font-size: 12.85px;
    letter-spacing: -0.514px;
    font-weight: bold;
  }

/* 입력 칸 크기 조정 */
.searchable-dropdown {
    flex: 1; /* 같은 줄에 균등하게 배치 */
    position: relative;
}

/* 드롭다운 결과 컨테이너 */
.searchable-dropdown .dropdown-results {
    position: absolute;
    top: 100%; /* 입력 필드 바로 아래 */
    left: 0;
    width: 100%; /* 입력 필드와 동일한 폭 */
    background: #fff;
    border: 1px solid #375986;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto; /* 세로 스크롤 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none; /* 기본적으로 숨김 */
}

/* 검색 결과 항목 */
.searchable-dropdown .dropdown-results div {
    padding: 10px;
    font-size: 18px;
    color: #375986;
    cursor: pointer;
}

/* 검색 결과 hover 효과 */
.searchable-dropdown .dropdown-results div:hover {
    background-color: #f0f8ff;
}

/* 이메일 입력 필드 부모 컨테이너 스타일 */
.email-wrapper {
    display: flex;
    align-items: center;
    gap: 5px; /* 입력 필드 간 간격 */
    flex-wrap: wrap; /* 공간이 부족할 경우 줄 바꿈 */
}

/* 이메일 계정 필드 */
#email_account {
    width: 331px; /* signup-input과 동일한 너비 */
    flex-shrink: 0; /* 크기를 줄이지 않도록 고정 */
}

/* 이메일 도메인 입력 필드 */
#email_domain_input {
    flex: 1; /* 너비를 동적으로 설정 */
    max-width: 150px; /* 도메인 입력 필드의 최대 너비 */
}

/* 이메일 도메인 선택 필드 */
#email_domain_select {
    flex: 1; /* 너비를 동적으로 설정 */
    max-width: 150px; /* 도메인 선택 필드의 최대 너비 */
}

/* 이메일 입력 칸 사이의 @ 기호 */
.email-wrapper span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

header{

    display: flex;
    flex-direction: column;
    justify-self: center;
    width: 100%;
    position: relative;
}
header .inner{
    max-width: 1300px;
    width: 100%;
    height: 123px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    place-content: center;
    position: relative;
}
  header div.top{
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    justify-content: center;
  }

header div.top div.left {
    font-size: 13.5px;
    color: #000;
    letter-spacing: -1.08px;
    font-weight: 400;
    display: flex;
    gap: 18px;
    margin-top: 100px;
    position: absolute;
    left: 0;
}
header div.top div.left .grade{
    width: fit-content;
}
header div.top div.left span{
    font-size: 13.5px;
    color: #2b75c1;
    letter-spacing: -1.08px;
    font-weight: 400;
}
header div.top div.left a{
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
header div.top div.left a::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    left: -11px;
    top: 2px;
    background-color: #d3d3d3;
}
header div.top div.mid a{
    display: flex;
    height: 100%;
    align-items: center;

}
header div.top div.right {
    position: absolute;
    right: 0;
    margin-top: 84px;
    display: flex;
    place-items: center;
}
header div.top div.right a{
    font-size: 13.5px;
    color: #2b75c1;
    letter-spacing: -1.08px;
    font-weight: 400;
    display: flex;
    gap: 23px;
    /* margin-left: 10px; */
    margin: 0 10px;
  
}
/*header div.nav {
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    z-index: 100;
    justify-content: space-between;
    width: 1300px;
    padding: 18px 0;
    place-self: center;
}
header div.nav ul{
    display: flex;
    gap: 98px;
    
    margin-left: 282px;
}
header div.nav ul li a{
    font-size: 18px;
    letter-spacing: -1.44px;
    font-weight: 400;
    
}
header div.nav .menu-btn{
    
    cursor: pointer;
    margin-right: 20px;
}*/
/* 공통 네비게이션 스타일 */
header div.nav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    z-index: 100;
    justify-content: space-between;
    max-width: 1300px;
    width: 100%;
    padding: 18px 0;
    place-self: center;
}

/* 네비게이션 ul: 메뉴 개수에 따라 자동 간격 유지 */
header div.nav ul {
    display: flex;
    justify-content: space-around; /* 동적으로 메뉴 개수에 맞춰 간격 유지 */
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

/* 메뉴 항목 공통 스타일 */
header div.nav ul li div.menu-trigger {
    font-size: 18px;
    letter-spacing: -1.44px;
    font-weight: 400;
    cursor: pointer; 
    display: inline-block; 
    padding: 5px 10px; 
}

/* 내부 사용자 전용 메뉴 숨김 (서버사이드에서 렌더링되지 않으므로 필요 없음) */

/* 네비게이션 메뉴 버튼 */
header div.nav .menu-btn {
    cursor: pointer;
    margin-right: 20px;
}

/* 팝업 메뉴 기본 스타일 */
header div.popup-menu {
    width: 100%;
    justify-content: center;
    position: absolute;
    top: 189px;
    display: none;
}

/* 팝업 메뉴가 활성화되었을 때 */
header div.popup-menu.show {
    display: flex;
    z-index: 2;
}

/* 팝업 메뉴 내부 스타일 */
header div.popup-menu .inner {
    max-width: 1300px;
    background: #fff;
    height: auto; /* 높이 자동 조정 */
    display: flex;
    flex-direction: row;
    align-items: stretch; /* 자식 요소 높이 맞춤 */
}

/* 왼쪽 메뉴 스타일 */
header div.popup-menu div.left-menu {
    width: 16.46%;
    background-color: #f9f9f9;
    font-size: 15px;
    letter-spacing: -1.2px;
    display: flex;
    flex-direction: column;
    height: 100%; /* 부모(inner)에 맞춰 자동 조정 */
    box-sizing: border-box;
}


/* 왼쪽 메뉴 항목 스타일 */
header div.popup-menu div.left-menu div.menu-item {
    height: 42.1px;
    line-height: 42px;
    padding-left: 29px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    flex-shrink: 0; /* 높이 고정 */

}

/* special: 남은 높이 모두 차지 */
header div.popup-menu div.left-menu div.special {
    flex-grow: 1;
    padding-left: 29px;
    border-bottom: 1px solid #e8e8e8;
    position: relative; /* ::before 위치 기준 설정 */
    display: flex;
    align-items: center;
}

/* 첫 번째 메뉴에 상단 그림자 효과 */
header div.popup-menu div.left-menu div:first-child {
    box-shadow: inset 0px 10px 3px -7px #e9e9e9;
}

/* 왼쪽 메뉴 아이콘 스타일 */
header div.popup-menu div.left-menu div::before {
    width: 4px;
    height: calc(100%/3);
    background-color: #008fd4;
    position: absolute;
    content: '';
    top: calc(100%/3);
    left: 14px;
}

/* 오른쪽 메뉴 스타일 */
header div.popup-menu div.right-menu {
    width: 83.54%;
}

/* 오른쪽 메뉴 항목 스타일 */
header div.popup-menu div.right-menu .menu-item {
    padding: 9px 34px;
    border-bottom: 1px solid #e8e8e8;
}

/* 첫 번째 오른쪽 메뉴에 상단 그림자 효과 */
header div.popup-menu div.right-menu .menu-item:first-child {
    box-shadow: inset 0px 10px 3px -7px #e9e9e9;
}

/* 큰 메뉴 항목 스타일 */
header div.popup-menu div.right-menu .menu-item.big {
    padding-bottom: 8px;
}

/* 오른쪽 메뉴 링크 스타일 */
header div.popup-menu div.right-menu .menu-item a {
    width: 192px;
    display: inline-block;
    line-height: 23px;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: -1.12px;
}


footer {
    background-color: #0f1d28;
    font-size: 13px;
    letter-spacing: -1.04px;
    bottom: 0;
    width: 100%;
}
footer .inner{
    width: 1300px;
    display: flex;
    flex-direction: column;
    place-self: center;
    color: white;
}
footer .inner .top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 27px 12px;
}
footer .inner .top .left{
    line-height: 20px;
}
footer .inner .top .right{
    line-height: 20px;
}
footer .inner .top .right a{
    color: white;
}
footer .inner .top .gold{
    color: #ffb401;
}
footer .bottom{
    text-align: center;
    background-color: #0b1820;
    padding-bottom: 17px;
    height: 47px;
    line-height: 47px;
    color:#94989b;
}
div.sub-category{
    background-color: #2b75c1;
    height: 39px;
    color: #fff;
    display: flex;
    justify-content: center;
}
div.sub-category .inner{
    width: 1300px;
    padding-left: 30px;
    padding-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
div.sub-category .inner a{
    color:#fff;
    font-size: 13.5px;
    letter-spacing: -1.08px;
}
div.sub-category .inner a.home-btn{
    margin-right: 23px;
}
div.sub-category .inner .arrow-img{
    width: 4px;
    height: 7px;
    margin: 3px 12px 0 12px;

}

.content-wrap {
    background-color: #eff5f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 385px);
}
.content-wrap .inner{
    background-color: #fff;
    max-width: 1300px;
    width: 100%;
    min-height: 800px;
    padding: 31px 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    flex: 1;
    box-sizing: border-box;
}
.planner-body .content-wrap .inner .left{
    width: 256px;
    box-sizing: border-box;
}
.planner-body .content-wrap .inner .right{
    flex: 1;
    max-width: 1040px;
    box-sizing: border-box;
}

.planner-body .content-wrap .inner .right img{
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
/* 페이지네이션 컨테이너 - 특정 페이지 구조에서만 적용 */
.planner-body .content-wrap .inner .pagination-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

/* "작성하기" 버튼 스타일 */
.planner-body .content-wrap .inner .write-btn {
    background-color: #2c428e;
    color: white;
    padding: 8px 16px; /* 높이와 내부 여백 조절 */
    font-size: 16px; /* 글자 크기 조절 */
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    width: 120px; /* 버튼 너비 조정 */
    transition: background-color 0.3s ease;
}

/* "작성하기" 버튼 호버 스타일 */
.planner-body .content-wrap .inner .write-btn:hover {
    opacity: 0.7;
}


.content-wrap .inner h1{
    font-size: 21.2px;
    letter-spacing: -1.696px;
    font-weight: 700;
    padding-bottom: 25px;
    border-bottom: 2px solid #000;
}
.content-wrap .inner .left .menu-list .list-item {
    cursor: pointer;
}
.content-wrap .inner .left .menu-list .list-item span{
    font-size: 16px;
    letter-spacing: -1.28px;
}
.content-wrap .inner .left .menu-list .list-item img{
    width: 9px;
    height: 10px;
}
.content-wrap .inner .left .menu-list .list-item .main-ca{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    padding: 16px 11px;
}
.content-wrap .inner .left .menu-list .list-item.active .main-ca,.content-wrap .inner .left .menu-list .list-item:hover .main-ca{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 16px 11px;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    background-color: #2b75c1;
    color: white;
    width: 100%;
}
.content-wrap .inner .left .menu-list .list-item.active .main-ca a{

    color: white;

}
.content-wrap .inner .left .menu-list .list-item.active .sub-ca ul li a{
    background-color: #f0f0f0;
    padding: 11px 10px;
    display: block;
    font-size: 13px;
    letter-spacing: -1.04px;
}
.content-wrap .inner .left .menu-list .list-item.active .sub-ca ul li a:hover,.content-wrap .inner .left .menu-list .list-item.active .sub-ca ul li a.active{
    background-color: #d8d8d8;
    padding: 11px 10px;
}

.content-wrap .inner h1{
    margin-bottom: 24px;
}
 .content-wrap .inner div.search-wrap input[type="text"]{
    /* min-width: 700px; */
    /* max-width: 132px; */
    /* height: 32px; */
    flex: 1;
    /* margin: 0 10px; */
    /* border: 1px solid #9d9d9d; */
    display: flex;
    justify-content: space-around; /* 동적으로 메뉴 개수에 맞춰 간격 유지 */
    align-items: center; /* 세로 중앙 정렬 */
    text-align: center; /* 입력 텍스트 가운데 정렬 */
}

.content-wrap .inner div.search-wrap input[type="date"] {
    width: 120px;
    padding-left: 8px;
    position: relative;
    background: url(../img/calendar.png)  calc(100% - 7px) center no-repeat,#fff;
    /* padding-right: 3px; */
    border: 1px solid #9d9d9d;
    font-size: 13px;
    letter-spacing: -1.04px;
}
.content-wrap .inner form.search-wrap{
   background-color: #e7edf4;
   height: 80px;
   width: 100%;
   padding: 24px 18px;
   display: flex;
   gap: 3px;
   line-height: 32px;
}
.content-wrap .inner form.search-wrap select{
    width: 120px;
    height: 32px;
    padding-left: 8px;
    border: 1px solid #9d9d9d;
}
.content-wrap .inner form.search-wrap select::-ms-expand { 
	display: none;
}
.content-wrap .inner form.search-wrap select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 6px) center no-repeat,#fff;
  background-size: 6px 4px;
  font-size: 13px;
  letter-spacing: -1.04px;
}


.content-wrap .inner form.search-wrap input[type="text"]{
    /* min-width: 700px; */

    height: 32px;
    flex: 1;
    border: 1px solid #9d9d9d;
}

.content-wrap .inner form.search-wrap input[type="date"] {
    width: 120px;
    padding-left: 8px;
    position: relative;
    background: url(../img/calendar.png)  calc(100% - 7px) center no-repeat,#fff;
    /* padding-right: 3px; */
    border: 1px solid #9d9d9d;
    font-size: 13px;
    letter-spacing: -1.04px;
}
.content-wrap .inner form.search-wrap input[type="date"]::-webkit-clear-button,
.content-wrap .inner form.search-wrap input[type="date"]::-webkit-inner-spin-button { 
    display: none;
} 
input[type='date']::-webkit-calendar-picker-indicator {
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
}

.content-wrap .inner form.search-wrap .search-btn{
    background-color: #2c428e;
    border: none;
    border-radius: 5px;
    width: 48px;
    height: 32px;
    cursor: pointer;
    transition: 0.2s;
}
.content-wrap .inner form.search-wrap .re-btn{
    background-color: #728496;
    border: none;
    border-radius: 5px;
    width: 48px;
    height: 32px;
    cursor: pointer;
    transition: 0.2s;
    
}
.content-wrap .inner form.search-wrap .search-btn:hover,.content-wrap .inner form.search-wrap .re-btn:hover{
    opacity: 0.7;
}
.board .top{
    font-size: 13px;
    margin-top: 35px;
    margin-bottom: 8px;
}
.board .top .sky-blue{
    color: #298fd4;
}
.board table{
    width: 100%;
    text-align: center;
}
.board table thead tr{
    border-top: 1px solid #000;
}
.board table thead tr th{
    line-height: 40px;
    text-align: center;
    height: 40px;
    background-color: #e7edf4;
    font-size: 13px;
    letter-spacing: -1.04px;
    position: relative;
    color: #232323;
    font-weight: 400;
}

.board table thead tr th::after{
    content: '';
    width: 1px;
    height: 13px;
    background-color: #9d9d9d;
    position: absolute;
    right: 0;
    top: 14px;
}

.board table thead tr th:last-child:after{
    content: '';
    width: 0px;
    height: 13px;
    background-color: transparent;
    
}
.board table tbody{
    border-bottom: 2px solid #dadada;
    
}
.board table tbody tr{
    border-bottom: 1px solid #dadada;
}
.board table tbody tr td{
    height: 60px;
    font-size: 13px;
    letter-spacing: -0.78px;
    border-right: 1px solid #dadada;
    color: #232323;
    align-content: center;
}
.board table tbody tr td:last-child{
    border-right: none;
}

.mgb15{margin-bottom: 15px;}
.cm-body .content-wrap .left {
width: 394px;
}
.cm-body .content-wrap .top{
    margin-bottom: 10px;
}
.cm-body .flex{
    display: flex;
    gap: 40px;
    width: 100%;
}
.cm-body .flex .board table thead tr th {
    line-height: 28px;
    height: 28px;
}
.cm-body .flex .board table tbody tr td {
    position: relative;
    line-height: 22px;
    height: 22px;
}
.cm-body .flex .right{
    flex: 2;
}
.cm-body .content-wrap .inner{
    padding: 22px 23px;
    align-content: baseline;
}
.cm-body .board.board2{
    width: 100%;
}
.cm-body .board.board2 .top {
    width: 100%;
    display: flex;
    
}
.cm-body .board.board2 .top .left{
   flex: 1;
}
.navy-btn{
    background-color: #2b418d;
    border: none;
    color: #fff;
}
.navy-btn:hover{
    opacity: 0.7;
}
.cm-body .board.board2 .top .navy-btn{
    height: 32px;
    width: 124px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0.26px;
}

.cm-body .request-btn-box .navy-btn{
    height: 32px;
    width: 124px;
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0.26px;
}

.cm-body .board.board2 .top .excel-down-btn{
    border: 1px solid #000;
    background-color: #fff;
    height: 32px;
    border-radius: 3px;
    width: 134px;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 0.26px;
}
.cm-body .board.board2 .top .excel-down-btn img{
    margin-right: 11px;
}
.cm-body .board.board2 .top select{
    width: 120px;
    height: 32px;
    border-radius: 3px;
    padding-left: 6px;
    cursor: pointer;
}
.cm-body .board.board2 .top select::-ms-expand { 
	display: none;
}
.cm-body .board.board2 .top select {
    font-size: 13px;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 6px) center no-repeat,#fff;
  background-size: 6px 4px;
}
.cm-body .board.board2 .bottom thead tr th input[type="checkbox"] {
    margin:0;vertical-align: middle;margin-bottom: 5px;
}
.cm-body .board.board2 .bottom tbody tr td input[type="checkbox"] {
    margin:0;vertical-align: middle;
}
.mgt4{
    margin-top: 4px;
}
.mgt5{
    margin-top: 5px;
}
.mgt6{
    margin-top: 6px;
}
.cm-body .board.board2 .bottom table tbody tr td{
    position: relative;
}
.cm-body .board.board2 .bottom table tbody tr td span.sky-blue{

    color: #2c75c2;
    display: block;
}
.cm-body .board.board2 .bottom table tbody tr td span.gray{

    color: #9ca7b3;
    display: block;
}

.gray-box{
    background-color: #ebeef0;
}
.sky-blue-box{
    background-color: #afdefa;
}
.yellow-box{
    background-color: #fff600;
}
.gray-box,
.sky-blue-box,
.yellow-box{
  width: 61px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.cm-body .board.board2 .bottom table tbody tr td .right-plus{

    position:absolute;
    right: 4px;
    top:5px;
}
.pagenation {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    place-content: center;
}
.pagenation .navy-btn{
    width: 120px;
    height: 31px;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    left: 0;
}
.pagenation .navy-btn img{
    vertical-align: middle;

}
.pagenation .num-box{
    display: flex;
    gap: 4px;
}
.pagenation .num-box a{
    width: 32px;
    height: 32px;
    display: block;
    background-color: #e7edf4;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
}
.pagenation .num-box a:hover,.pagenation .num-box a.active{

    background-color: #2c428e;
    color: white;
}

div.checkbox-wrap{
    display: inline-block;
}

/* div.checkbox-wrap input[type="checkbox"]{
    display: none;
}

.checkbox-wrap label {
    background: #728496;
    color: white;
    width: 48px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
}
div.checkbox-wrap input[type="checkbox"]:checked + label{
    background-color: navy;
} */
.input-info-wrap{
    padding-top: 21px;
    background-color: white;
}
.input-info-wrap .inner2{
    background-color: #e7edf4;
    padding: 24px 16px;
    width: 1300px;
    display: flex; /* Flexbox 적용 */
    align-items: center; /* 수직 정렬 */
    justify-content: space-between; /* 좌우 배치 */
    
}

.input-info-wrap .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; /* 입력 요소 간 간격 */
}
.input-info-wrap label{

    font-size: 16px;
    letter-spacing: -1.28px;
}

.input-info-wrap select,.input-info-wrap input{
    height: 32px;
    border: 1px solid #9d9d9d;
    border-radius: 3px;
    margin-left: 8px;
    margin-right: 19px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    letter-spacing: -1.12px;
}
.input-info-wrap select::placeholder ,.input-info-wrap input::placeholder {
  color: #c3c3c3;
}
.input-info-wrap select{
    padding-right: 10px;

}
.plan-btn-wrap{
    display: inline-block;
}
.plan-btn-wrap button{
    background: #728496;
    color: white;
    width: 48px;
    height: 32px;
    border: none;
    padding: 0;
    font-size: 14px;
    letter-spacing: -1.12px;
    cursor: pointer;
}

.input-info-wrap  .navy-btn {
    background-color: #2b418d;
    border: none;
    color: #fff;
    width: 159px;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: -1.12px;
    cursor: pointer;
    margin-left: auto;
}
.plan-btn-wrap button:hover,.input-info-wrap  .navy-btn:hover{

    filter: brightness(1.2);
}
.input-info-wrap select::-ms-expand { 
	display: none;
}
.input-info-wrap select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 4px) center no-repeat,#fff;
  background-size: 6px;
}
.compare-body .content-wrap .inner{
    padding: 21px 23px;
}
.compare-body .content-wrap .inner .medical{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.compare-body .content-wrap .inner .medical .tab{
    display: flex;
}
.compare-body .content-wrap .inner .medical .tab .tab-item{
    width: 156.5px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #dadada;
    border-right:none;
    cursor: pointer;
    background-color: white;
}
.compare-body .content-wrap .inner .medical .right .tab .tab-item:last-child{
    border-right: 1px solid #dadada;
}
.compare-body .content-wrap .inner .medical .tab .tab-item.active,.compare-body .content-wrap .inner .medical .tab .tab-item:hover{
    border-bottom: none;
    border-top: 2px solid #008fd4;
    position: relative;
}
.compare-body .content-wrap .inner .medical .tab .tab-item.active::before,.compare-body .content-wrap .inner .medical .tab .tab-item:hover::before{
    content: '';
    background-image: url(../img/bottom-arrow2.png);
    position: absolute;
    top: 0;
    left: calc(50% - 3px);
    width: 6px;
    height: 3px;
}

.compare-body .content-wrap .inner .medical .right .medical-box{
    border-left:1px solid #dadada;
    border-bottom:1px solid #dadada;
    border-right:1px solid #dadada;
/*    min-height: 100px;*/
    padding: 39px 21px;
    padding-left: 18px;
    padding-right: 15px;
    padding-bottom: 12px;
}
.compare-body .content-wrap .inner .medical .left .medical-box{
    border-left:1px solid #dadada;
    border-bottom:1px solid #dadada;
/*    min-height: 100px;*/
    padding: 39px 21px;
    padding-left: 18px;
    padding-right: 15px;
    padding-bottom: 12px;
}
.compare-body .content-wrap .inner .medical .medical-box table{
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: -1.28px;
}
.compare-body .content-wrap .inner .medical .medical-box table thead tr th{
    padding-bottom: 12px;
   
}
.compare-body .content-wrap .inner .medical .medical-box table thead tr th:nth-child(1){
    color: #000;
}
.compare-body .content-wrap .inner .medical .medical-box table thead tr th:nth-child(2){
    color: #a62020;
}
.compare-body .content-wrap .inner .medical .medical-box table thead tr th:nth-child(3){
    color: #3d9fd9;
}
.compare-body .content-wrap .inner .medical .medical-box table thead tr th:nth-child(4){
    color: #22620e;
}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td {
    padding-left: 5px;
    padding-right: 6px;
    padding-bottom: 15px;
    vertical-align: top;
}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td span{
    border-radius: 5px;
    height: 49px;
    background-color: #fff;
    line-height: 49px;
    display: block;
    border:1px solid #dadada;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input[type="number"]::-webkit-inner-spin-button,
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    -webkit-appearance: none; /* Chrome, Safari */
    appearance: none; /* 최신 브라우저 */
    border-radius: 5px;
    height: 49px;
    background-color: #fff;
    line-height: 49px;
    display: block;
    border: 1px solid #dadada;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    letter-spacing: -1.28px;
}

.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input.sky-blue-bg{
    background-color: #ecf5f4;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input.gary-bg{
    background-color: #dadada;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input.blue-text{
    color: #2b75c1;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td input.red-text{
    color: #c12b2b;

}

.compare-body .content-wrap .inner .medical .medical-box table tbody tr td span.sky-blue-bg{
    background-color: #ecf5f4;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td span.gary-bg{
    background-color: #dadada;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td span.blue-text{
    color: #2b75c1;

}
.compare-body .content-wrap .inner .medical .medical-box table tbody tr td span.red-text{
    color: #c12b2b;

}
.compare-body .content-wrap .inner .btn-box {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: right;
}
.compare-body .content-wrap .inner .btn-box .gray-btn{
    width: 162px;
    height: 32px;
    line-height: 32px;
    background-color: #728496;
    border:none;
    color:#fff;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: -1.12px;
    cursor: pointer;
}
.compare-body .content-wrap .inner .btn-box .navy-btn{
    width: 158px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: -1.12px;
    cursor: pointer;
}
.compare-body .content-wrap .inner .btn-box .gray-btn:hover{ filter: brightness(1.2);}
.compare-body .content-wrap .inner .btn-box .navy-btn:hover{ filter: brightness(1.2);}
.compare-body .content-wrap .inner{
    align-content: baseline;
    gap: 22px;

}

#external,#internal{
    display: none;
}
#external+label,#internal+label{
    background: #728496;
    color: white;
    width: 50px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: -1.12px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    /* border-radius: 5px; */
    user-select: none;
}
#external:checked+label,#internal:checked+label{
    background-color: #375986;

}

body.schedule-body .board ,body.schedule-body .board table{
    width: 100%;
}
body.schedule-body .board table tbody tr td{
    position: relative;
    height: 35px;
}
span.red-text2{
    color: #a6201f;
}
span.blue-text{
    color: #2c428e;
}
body.schedule-body .board table tbody tr td .right-plus{

    position:absolute;
    right: 4px;
    top:10px;
}
body.schedule-body .board .top{
    font-size: 13px;
}
body.schedule-body .inner{
    align-content: baseline;
}
/* .compare-result-body .inner{
    padding: 12px 15px;
    gap: 0;
} */
.compare-result-body .flex{
    display: flex;
    gap: 29px;
    width: 100%;
}
body.schedule-body .board table tbody tr td:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px;
    
}
.compare-result-body .board .top span{
    font-size: 14px;
    font-weight: 700;
}
.compare-result-body .board table thead tr {
    border-top: 2px solid #000;
}
.compare-result-body .board table td ,.compare-result-body .board table th{
    padding: 0 10px;
    height: 33px;
}
.compare-result-body .flex .board {
    flex-grow: 1;
}
.compare-result-body .board2 table thead tr th{
    height: 50px;
    line-height: 50px;
}

.compare-result-body .board2 table thead tr th::after {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #9d9d9d;
    position: absolute;
    right: 0;
    top: 19px;
}

.compare-result-body .board2 table thead tr th:last-child:after {
    background-color: transparent;
}
.compare-result-body .board2 table tbody tr td{
    height: 46px;
    text-align: left;
}
.compare-result-body .board2 table tbody tr td *{
    vertical-align: baseline;
}
.compare-result-body .board2 table tbody tr td input[type="checkbox"]{
    margin-right:13px;
    margin-bottom: -1px;
    vertical-align: bottom;
}
.compare-result-body .w100{
    width: 100%;
}
.compare-result-body .board2.w100  table tbody tr td{
    text-align: center;
    padding: 0;
}
.compare-result-body .board2.w100  table tbody tr td input,.compare-result-body .board2.w100  table tbody tr td select{
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 10px;
}
.compare-result-body .board2.w100  table tbody tr td input::placeholder{
   text-align: center;
}



.compare-result-body .board2.w100  table tbody tr td  select::-ms-expand { 
	display: none;
}
.compare-result-body .board2.w100  table tbody tr td  select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 8px) center no-repeat,#fff;
  background-size: 7px 5px;
}

.compare-result-body .content-wrap .inner .right-btn{
width: 100%;
text-align: right;
}
.compare-result-body .content-wrap .inner .gray-btn{
    width: 128px;
    height: 44px;
    line-height: 32px;
    background-color: #728496;
    border:none;
    color:#fff;
    border-radius: 7px;
    font-size: 16px;
    letter-spacing: -0.96px;
    cursor: pointer;
}
.compare-result-body .content-wrap .inner .navy-btn.right{
    float: right;
    width: 120px;
    height: 31px;
    font-size: 16px;
    letter-spacing: -0.96px;
    border-radius: 3px;
    margin-bottom: 4px;
    cursor: pointer;
}
.compare-result-body .content-wrap .inner .navy-btn.right:hover{
    filter: brightness(1.2);
}


.compare-result-body .content-wrap .inner .center-btn-box{
    width: 100%;
    text-align: center;
}
.compare-result-body .content-wrap .inner .center-btn-box .excel-down-btn{
        border: 1px solid #000;
        background-color: #fff;
        width: 198px;
        height: 44px;
        border-radius: 5px;
        font-size: 20px;
        cursor: pointer;
        letter-spacing: -0.8px;
        text-align: left   ;
}
.compare-result-body .content-wrap .inner .center-btn-box .excel-down-btn img{
    margin-right: 20px;
    margin-left: 11px ;

}
.compare-result-body .content-wrap .inner .center-btn-box{
    margin-top: 12px;
}
.compare-result-body .content-wrap .inner .center-btn-box .navy-btn{
    width: 198px;
    height: 44px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: -0.8px;
    cursor: pointer;
    text-align: right;
}
.compare-result-body .content-wrap .inner .center-btn-box .navy-btn img{
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 11px;
    margin-right: 22px;
}
.compare-result-body .content-wrap .inner .center-btn-box .navy-btn.print img{

    margin-left: 25px;
}
.red-text{
    color: #d23d50;
}
.pawn-wrap{
    background-color: #000;
    width: 100%;
}
.pawn-wrap .pawn-inner-box{
    background-color: #fff;
    max-width: 813px;
    margin: 20px auto;
}
.pawn-wrap .pawn-inner-box table{
    background-color: #fff;
    width: 100%;
    border-style: groove;
    border-width: 3px;
}
.pawn-wrap .pawn-inner-box table td,.pawn-wrap .pawn-inner-box table th{
    border:1px solid #000;
    font-size: 16px;
    letter-spacing: -0.7px;
    text-align: center;
    font-weight: 800;
}
.pawn-wrap .pawn-inner-box table th{
    line-height: 43px;
}
.pawn-wrap .pawn-inner-box table tr.height52{
    height: 52px;
}
.pawn-wrap .pawn-inner-box table tr.height64{
    height: 64px;
}
.pawn-wrap .pawn-inner-box table td{
    height: 46px;
    align-content: center;
}
.pawn-wrap .pawn-inner-box table .blue-text{
    color: #4a39c6;
}
.pawn-wrap .pawn-inner-box table .green-text{
    color: #65b6a7;
}
.pawn-wrap .pawn-inner-box table td.text-left {
    text-align: left;
    /* padding-left: 12px; */
}

.pawn-wrap .pawn-inner-box table td.text-right {
    text-align: right;
    /* padding-right: 12px; */
}

.pawn-wrap .pawn-inner-box table td.text-center {
    text-align: center;
}

.pawn-wrap .pawn-inner-box table td.vertical-text,
.pawn-wrap .pawn-inner-box table th.vertical-text {
    height: auto; /* vertical 셀은 자동 확장 허용 */
    min-height: 46px;
    writing-mode: vertical-rl;
    vertical-align: middle;
    text-align: center;
}
.pawn-wrap .pawn-inner-box table span.vertical-text {
    display: inline-block;
    white-space: nowrap;
    writing-mode: vertical-rl;
}
.pawn-wrap .pawn-inner-box table tr.text-size-small td{
    font-size: 13px;
}
.pawn-wrap .pawn-inner-box table td.thick-yellow-bg{
    background-color: #ffff01;
}
.pawn-wrap .pawn-inner-box table td.yellow-bg{
    background-color: #ffffcb;
}
.pawn-wrap .pawn-inner-box table td.thick-tomato-bg{
    background-color: #f0935a;
}
.pawn-wrap .pawn-inner-box table td.tomato-bg{
    background-color: #f8ccaf;
}
.pawn-wrap .pawn-inner-box table td.thick-sky-blue-bg{
    background-color: #73cae8;
}
.pawn-wrap .pawn-inner-box table td.sky-blue-bg{
    background-color: #caeff7;
}
.pawn-wrap .pawn-inner-box table td.thick-orange-bg{
    background-color: #f7b032;
}
.pawn-wrap .pawn-inner-box table td.orange-bg{
    background-color: #ffe699;
}
.pawn-wrap .pawn-inner-box table td.thick-green-bg{
    background-color: #a4d941;
}
.pawn-wrap .pawn-inner-box table td.green-bg{
    background-color: #dcf0bb;
}
.pawn-wrap .pawn-inner-box table td.thick-pink-bg{
    background-color: #f79bb7;
}
.pawn-wrap .pawn-inner-box table td.pink-bg{
    background-color: #fbd1de;
}
.pawn-wrap .pawn-inner-box table td.thick-violet-bg{
    background-color: #c78de7;
}
.pawn-wrap .pawn-inner-box table td.violet-bg{
    background-color: #eadbf5;
}
.pawn-wrap .pawn-inner-box table td.thick-gray-bg{
    background-color: #d9d9d9;
}
.pawn-wrap .pawn-inner-box table td.gray-bg{
    background-color: #f2f2f2;
}
.pawn-wrap .pawn-inner-box table td.thick-red-bg{
    background-color: #fd0100;
}
.color-white{
    color: #fff;
}

.white-text{
    color: #fff;
}

.silbi-body .inner2{
    width: 1300px;
    margin: 0 auto;
}
.silbi-body .section-wrap{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 20px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.silbi-body .section-wrap .section{
    background-color: #fff;
    padding: 20px;
    min-width: 333px;
}
.silbi-body .section-wrap .section3{
    flex:1;
}
.silbi-body .content-wrap  .right-btn-box{
    width: 100%;
    background-color: #fff;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: right;
    padding: 15px;
    }
.silbi-body .content-wrap .board table td,.silbi-body .content-wrap .board table th{
    font-size:16px;
    letter-spacing: -1.28px;
    font-weight: 500;
}
.red-text3{
    color:#ff0000;
}
.board table tbody.xa1 tr td,.board table tbody.xb1 tr td {
   height: 33px;
}
.board table tbody.xa2, .board table tbody.xb2{
    /* height: 740px; */
}
.board table tbody.xa2 tr td {
    line-height: 33px;
}
 .board table tbody.xb2 tr td {
    height: 34px;
}
 .board table tbody.xc1 tr td {
    height: 50px;
}
 .board table tbody.xc2 tr td {
    height: 48px;
}
.board table tbody.xc2{
    height: 531px;
}
.silbi-body .section-wrap .section{
    padding-top: 0;
}
.silbi-body .board .top{
    font-weight: 700;
    margin-top: 30px;
}
.silbi-body .blue-text{
    color: #001eff;
}
.silbi-body .board table thead tr{
    border-top: 2px solid #000;
}
.silbi-body .customer-info{
    background-color: #fff;
    padding: 0 16px 24px 16px;
}
.silbi-body .customer-info .inner3{
    background-color: #e7edf4;
    height: 99px;
    align-items: center;
padding-left: 24px;
display: flex;
gap: 18px;
}

.board table tbody.xa2 tr td {
    height: 33px;
}

.silbi-body .customer-info .result-wrap{
    /* letter-spacing: -0.72px; */
    font-size: 18px;
}
.silbi-body .customer-info .inner3 input,.silbi-body .customer-info .inner3 select{
    height: 40px;
    text-align: center;
}
.silbi-body .customer-info .inner3 select{
    width: 95px;
}
.silbi-body .customer-info .inner3 input#name{
    width: 75px;
}
.silbi-body .customer-info .inner3 input#signup-date, .silbi-body .customer-info .inner3 input#birthday-date{
    width: 165px;
}
.sky-blue-text{
    color: #2c75c2;
}
.silbi-body .content-wrap .right-btn-box{
    gap: 7px;
    margin-bottom: -26px;
}
.silbi-body .content-wrap .right-btn-box .navy-btn{
    width: 124px;
    height: 32px;
    border-radius: 3px;
}
.silbi-body .content-wrap .right-btn-box .upload-btn{
    width: 134px;
    height: 32px;
    background-color: #ececec;
    border: 1px solid #000;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.28px;
}
.silbi-body .content-wrap .right-btn-box .upload-btn:hover{
    background-color: #fff;
}
.silbi-body .content-wrap .right-btn-box .upload-btn img{
    vertical-align: middle;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.28px;
}
.silbi-body .content-wrap .right-btn-box .download-btn{
    width: 180px;
    height: 32px;
    background-color: #ececec;
    border: 1px solid #000;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.28px;
}
.silbi-body .content-wrap .right-btn-box .download-btn:hover{
    background-color: #fff;
}
.silbi-body .content-wrap .right-btn-box .download-btn img{
    vertical-align: middle;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.28px;
    transform: rotate(180deg); /* 180도 회전 */
}
.section.section1,.section.section2{
    position: relative;
}
.section.section2::before {
    content: '';
    background-color: #eff5f4;
    background: url(../img//vs.png) #eff5f4;
    padding: 7px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: -42px;
    top: 93px;
    font-weight: 700;
}
.section.section1::after {
    content: '';
    background-color: #eff5f4;
    background: url(../img//vs.png) #eff5f4;
    padding: 7px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -42px;
    top: 593px;
    font-weight: 700;
    z-index: 5;
}
.height116{
    height: 116px !important;
}
.height167{
    height: 170px !important;
}
.height203{
    height: 203px !important;
}
.silbi-body .section-wrap .section.section4,.silbi-body .section-wrap .section.section4{
    width: 49%;
    
}
.section.section4{
    width: 642px;
    position: relative;
}

.section.section5{
    width: 623px;
    flex: 1;
}
.silbi-body .content-wrap .board tbody.xd1 tr td,.silbi-body .content-wrap .board tbody.xe1 tr td{
    min-width: 200px;
}
.silbi-body .content-wrap .board tbody.xd1 tr td{
    height: 46px;
}
.silbi-body .content-wrap .board tbody.xd1 tr:nth-child(1) td{
    height: 326px;
}
.silbi-body .content-wrap .board tbody.xe1 tr td{
    height: 47px;
}


.silbi-body .content-wrap .board  table thead tr th{
    line-height: 40px;
    text-align: center;
    height: 40px;
    background-color: #e6edf5;
    font-size: 13px;
    letter-spacing: -1.04px;
    position: relative;
    color: #232323;
    font-weight: 400;
}


.silbi-body .content-wrap .board tbody.xd1 tr td .red-text{
    color: #fe0000;
}
.silbi-body .content-wrap .board tbody.xd1 tr td .blue-text{
    color: #0502ff;
}
.silbi-body .content-wrap .section.section3 .board table thead tr th,
.silbi-body .content-wrap .section.section4 .board table thead tr th,
.silbi-body .content-wrap .section.section5 .board table thead tr th{
    font-size: 18px;
}
.silbi-body .content-wrap .section.section4 .board table thead tr th{
    font-size: 18px;
}
.silbi-body .content-wrap .section.section3 .board table tbody tr td,
.silbi-body .content-wrap .section.section4 .board table tbody tr td,
.silbi-body .content-wrap .section.section5 .board table tbody tr td{
    font-size: 18px;
}
.silbi-body .content-wrap .section.section4 .board table tbody tr td{
    font-size: 18px;
}
.silbi-body .content-wrap .section table thead th input{
    width: 124px;
    height: 39px;
    text-align: center;
    background-color: white;
    border:1px solid #9d9d9d;
    padding: 11px 22px;
    margin-left: 21px;
    border-radius: 3px;
}
.silbi-body .content-wrap .section.section1 table thead th,.silbi-body .content-wrap .section.section2 table thead th {
    height: 64px;
    align-content: center;
}

.section.section4::after {
    content: '';
    background-color: #eff5f4;
    background: url(../img//vs.png) #eff5f4;
    padding: 7px;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: -42px;
    top: 320px;
    font-weight: 700;
    z-index: 5;
}
.silbi-body .content-wrap .section table tr td.text-left{
    text-align: left;
}
.silbi-body .content-wrap .section.section5 table tr td input{
    width: 91px;
    height: 33px;
    margin-right: 7px;
    text-align: right;
    padding-right: 10px;
}
.search-wrap{
    width: 100%;
}
.w100{
    width: 100%;
}

.db-body .content-wrap .board.board3 table thead tr th{
    background-color: #ebebeb;
}
.db-body .content-wrap .board.board3 table tr td{
    height: 93px;
    position: relative;
}
.db-body .content-wrap .board.board3 table tr td .status{
    display: flex;
    gap: 0;
    justify-content: center;
    margin-bottom: 10px;
}
.db-body .content-wrap .board.board3 table tr td .status div {
    pointer-events: auto !important; /* 클릭 가능하게 설정 */
    cursor: pointer; /* 클릭 가능한 손가락 모양 */
}

.db-body .content-wrap .board.board3 table tr td .status .a1{
    width: 19px;
    height: 15px;
    border: 1px solid #ca5e51;
    border-right: none;
}
.db-body .content-wrap .board.board3 table tr td .status .a2{
    width: 19px;
    height: 15px;
    border: 1px solid #dc9c41;
    border-right: none;
}
.db-body .content-wrap .board.board3 table tr td .status .a3{
    width: 19px;
    height: 15px;
    border: 1px solid #63a14b;
    border-right: none;
}
.db-body .content-wrap .board.board3 table tr td .status .a4{
    width: 19px;
    height: 15px;
    border: 1px solid #6859e4;
    border-right: none;
}
.db-body .content-wrap .board.board3 table tr td .status .a5{
    width: 19px;
    height: 15px;
    border: 1px solid #030203;
    border-right: none;
}
.db-body .content-wrap .board.board3 table tr td .status .a0{
    width: 19px;
    height: 15px;
    border: 1px solid #dfdfdf;
    background-color: #ececec;
}

.db-body .content-wrap .board.board3 table tr.status-a1 td .status .a1{
    background-color: #e04835;
}
.db-body .content-wrap .board.board3 table tr.status-a2  td .status .a2{
    background-color: #ffbf63;
}
.db-body .content-wrap .board.board3 table tr.status-a3  td .status .a3{
    background-color: #96ff6d;
}
.db-body .content-wrap .board.board3 table tr.status-a4  td .status .a4{
    background-color: #8779ff;
}
.db-body .content-wrap .board.board3 table tr.status-a5  td .status .a5{
    background-color: #6d6d6d;
}
.db-body .content-wrap .board.board3 table tr.status-a1 td:first-child{
    background-color: #df402d;
}
.db-body .content-wrap .board.board3 table tr.status-a2  td:first-child{
    background-color: #ffbf63;
}
.db-body .content-wrap .board.board3 table tr.status-a3  td:first-child{
    background-color: #96ff6d;
}
.db-body .content-wrap .board.board3 table tr.status-a4  td:first-child{
    background-color: #8779ff;
}
.db-body .content-wrap .board.board3 table tr.status-a5  td:first-child{
    background-color: #6d6d6d;
}
.db-body .content-wrap .board.board3 table tr td{
   border: 1px solid #dfdfdf;
   line-height: 19px;
}
.db-body .content-wrap .board.board3 table tr td:nth-child(9){
    font-weight: 700;
}
.db-body .content-wrap .board.board3 table tr td:nth-child(5) select::-ms-expand { 
	display: none;
}
.db-body .content-wrap .board.board3 table tr td:nth-child(5) select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 7px) center no-repeat,#fff;
  background-size: 6px 3px;
  width: 65px;
  height: 25px;
  padding-left: 10px;
  border-radius: 2px;

}

.db-body .board.board3 .bottom table tbody tr td .right-plus{

    position:absolute;
    right: 4px;
    top:5px;
}
.db-body .content-wrap .board.board3 table tr td:nth-child(13) select{
    text-align: center;
    width: 125px;
    height: 27px;
    border: 1px solid #cccccc;
}   

.db-body .content-wrap .board.board3 table tr td:nth-child(13) select::-ms-expand { 
	display: none;
}
.db-body .content-wrap .board.board3 table tr td:nth-child(13) select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow3.png') calc(100% - 7px) center no-repeat,#fff;
  background-size: 11px 6px;



}


.db-body .content-wrap .board.board3 table tr td:nth-child(12) div.left-top-red{
    position: absolute;
    left: -7px;
    top: -5px;
    background-color: #e46050;
    color: #fff;
    width: 10px;
    height: 18px;
    text-align: left;
    padding-left: 1.5px;
    border-radius: 2px;
    font-size: 11px;

}

.db-body .content-wrap .board.board3 table tr td:nth-child(12){
    text-align: left;
    align-content: baseline;
    padding: 10px 5px;
}

.db-body .content-wrap .board.board3 table tr td:nth-child(3){

    padding: 0px 8px;
}

.db-body .content-wrap .board .top{

    margin-top: 0;
}



.db-body .content-wrap .inner .search-wrap{
    background-color: #e6edf5;
    padding: 11px 10px;
    display: flex;
    gap: 8px;
    height: 96px;
}

.db-body .content-wrap .inner .search-wrap input[type="date"] {
    width: 120px;
    height: 32px;
    padding-left: 8px;
    position: relative;
    background: url(../img/calendar.png)  calc(100% - 7px) center no-repeat,#fff;
    /* padding-right: 3px; */
    border: 1px solid #9d9d9d;
    font-size: 13px;
    letter-spacing: -1.04px;
    border-radius: 3px;
}
.db-body .content-wrap .inner .search-wrap input[type="date"]::-webkit-clear-button,
.db-body .content-wrap .inner .search-wrap input[type="date"]::-webkit-inner-spin-button { 
    display: none;
} 
.db-body .content-wrap .inner .search-wrap input[type="text"]{
    height: 32px;
    border-radius: 3px;
    border: 1px solid #9d9d9d;
    font-size: 13px;
    padding-left: 8px;
}
.db-body .content-wrap .inner .search-wrap select{
    height: 32px;
    border-radius: 3px;
    border: 1px solid #9d9d9d;
    font-size: 13px;
    padding-left: 8px;
}

.db-body .content-wrap .inner .search-wrap .search-input{
    display: flex;
    column-gap: 11px;
    row-gap: 10px;
    flex-wrap: wrap;
    max-width: 1076px;
}
.db-body .content-wrap .inner .search-wrap .date-box {
    display: flex;
    align-items: center;
}
.db-body .content-wrap .inner .search-wrap .date-box span{
    margin: 0 4px;
}
.db-body .content-wrap .inner .search-wrap .search-input .date-box input:nth-child(1){
    width: 140px;
}
.db-body .content-wrap .inner .search-wrap .search-input .date-box input:nth-child(3){
    width: 140px;
}
.db-body .content-wrap .inner .search-wrap .search-input input:nth-child(2){
    width: 180px;
}
.db-body .content-wrap .inner .search-wrap .search-input input:nth-child(3){
    width: 180px;
}

.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(4){
    width: 140px;
}
.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(5){
    width: 140px;
}
.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(6){
    width: 132px;
}
.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(7){
    width: 132px;
}
.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(8){
    width: 132px;
}
.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(9){
    width: 132px;
}
.db-body .content-wrap .inner .search-wrap .search-input input:nth-child(10){
    width: 136px;
}
.db-body .content-wrap .inner .search-wrap .search-input select:nth-child(11){
    width: 132px;
}
.db-body .content-wrap .inner .search-wrap .search-input input:nth-child(12){
    width: 136px;
}
.db-body .content-wrap .inner .search-wrap .search-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end; /* ✅ 버튼을 우측 정렬 */
    width: 20%; /* ✅ 버튼이 우측에서 정렬되도록 영역 조정 */
}
.db-body .content-wrap .inner .search-wrap button.navy-btn{
    width: 84px;
    height: 74px;
    border-radius: 4px;
    font-size: 16px;
}
.db-body .content-wrap .inner .search-wrap button.gray-btn{
    width: 84px;
    height: 74px;
    background-color: #728498;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}
.db-body .content-wrap .inner .search-wrap button.white-btn{
    width: 84px;
    height: 74px;
    background-color: #eff5f4;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 16px;
}
.db-body .content-wrap .inner .search-wrap button:hover{
    filter: brightness(1.2);
    cursor: pointer;
}

.db-body .content-wrap .inner .search-wrap select::-ms-expand { 
	display: none;
}
.db-body .content-wrap .inner .search-wrap select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 6px) center no-repeat,#fff;
  background-size: 6px 4px;
  font-size: 13px;
  letter-spacing: -1.04px;
}

.popup-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    justify-content: center;
    place-items: center;
    z-index: 1000000;
    /* display: flex; */
    display: none;
}
.popup-wrap .show{
    display: flex !important;
}
.popup-wrap .popup{
    background:#f8f8f8;
    width: 800px;
    height: 670px;
    border: 1px solid #999c9f;
}

.popup-wrap .popup .right-btn{
    width: 100%;
    height: 32px;
    text-align: right;
    background-color: #dde3e9;
    border-bottom: 1px solid #999c9f;
    align-content: center;

}
.popup-wrap .popup .right-btn button{
    border: none;
    background-color: #dde3e9;
    cursor: pointer;
}
.popup-wrap .popup .right-btn button{
    margin: 0 12px;
}
.popup-wrap .popup .left{
    background-color: #edf2fa;

}
.popup-wrap .popup .left{
    padding: 4px 5px;
    border-bottom: 1px solid #999c9f;
}
.popup-wrap .popup .left button{
    
    border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}
.popup-wrap .popup .left button img{
    background:white;
    padding: 6px;
    border-radius: 50%;
    
}
.popup-wrap .popup .memo-text{
    padding: 16px 21px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e1e3e1;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
}
.popup-wrap .popup .memo-text button{
    background-color: transparent;
    border:none;
    cursor:pointer
}
.popup-wrap .popup .content{
    background-color: #fafafa;
    padding: 20px;
}
.popup-wrap .popup .content table{
    width: 100%;
}
.popup-wrap .popup .content table th{
    background-color: #ebebeb;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 14px;
}
.popup-wrap .popup .content table td{
    background-color: #fafafa;
    height: 34px;
    line-height: 23px;
    border: 1px solid #dbdbdb;
    text-align: center;
    font-size: 14px;
    align-content: center;
}
.popup-wrap .popup .content table td .red-delete-btn{
    color: #c75749;
    border: 1px solid #c75749;
    background: #fafafa;
    cursor: pointer;
    padding: 5px 6px;
    border-radius: 1px;
}
.popup-wrap .popup .content .pagenation2{
 border: 1px solid #ededed;
 height: 53px;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 16px;
}

.popup-wrap .popup .content .pagenation2 a.left-page,.popup-wrap .popup .content .pagenation2 a.right-page{
    font-size: 6px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    display: inline-block;
    text-align: center;
    align-content: center;
    width: 24px;
    height: 26px;
    color: #6e6e6e;
    border-radius: 3px;
}
.popup-wrap .popup .content .pagenation2 a.page-number{
    background-color: #51bf99;
    display: inline-block;
    align-content: center;
    width: 24px;
    height: 26px;
    text-align: center;
    color: white;
    border-radius: 3px;
}

.popup-wrap .popup .content .table-box2 table tr:first-child td{
    width: 100px;
    height: 110px;
}
.popup-wrap .popup .content .table-box2 table td:nth-child(2) textarea{
    
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    border: 1px solid #d6d6d6;
    resize: none;
}
.file-box{
    width: 498px;
   
    padding: 0px;
    text-align: left;
    justify-content: space-between;
    display: flex;
}
.file-box input{
    margin: 4px;
    background-color: white;
    border: 1px solid #d6d6d6;
    flex: 1;
    margin-right: 0;
    border-right: none;
}
.file-box button{
    background: #78bd5d;
    border: 1px solid #6ea958;
    margin: 4px;
    margin-left: 0;
    color: white;
    border-radius: 0px 5px 5px 0;
}
.table-box2{
    margin-bottom: 21px;
}
.save-box{
    border-top: 1px solid #e5e5e5;
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
}
.save-box .reservation-wrap{
    display: flex;
    height: 25px;
}
.save-box .reservation-wrap .reservation-text{
    align-content: center;
    background-color: #eceeef;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    font-size: 13px;
}
.save-box .reservation-wrap input{
    background-color: #eceeef;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    font-size: 13px;
    width: 138px;
}
.save-box .reservation-wrap .sky-blue-btn{
    align-content: center;
    background: #59c4e4;
    border: 1px solid #59b0cb;
    color: #fff;
    width: 44px;
}
.save-box .btn-wrap button{
    height: 25px;
    color: #fff;;
}     
.save-box .btn-wrap select{
    height: 27px;
}
.save-box .btn-wrap button.sky-blue-btn{
    background-color: #59c4e4;
    border:1px solid #59b0cb;
    border-radius: 3px;
}
.save-box .btn-wrap button.green-btn{
    background-color: #51bf99;
    border:1px solid #41b08a;
    border-radius: 3px;
}
.save-box .btn-wrap button.green-btn2{
    background-color: #51bf99;
    border:1px solid #41b08a;
    border-radius: 3px;
}

.save-box .btn-wrap select::-ms-expand { 
	display: none;
}
.save-box .btn-wrap select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  background: url('../img/bottom-arrow.png') calc(100% - 5px) center no-repeat,#fff;
  background-size: 11px 6px;
  width: 97px;
  padding-left: 4px;
}

/* 전체 프로필 수정 컨테이너 */
.content-wrap .edit-profile {
    background-color: #fff;
    max-width: 1100px;
    width: 100%;
    min-height: 700px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* 수정불가 영역 (search-wrap) */
.content-wrap .edit-profile .search-wrap {
    background-color: #e7edf4;
    width: 100%;
    padding: 18px 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
}

/* 수정불가 입력 필드 */
.content-wrap .edit-profile div.search-wrap input[type="text"] {
    max-width: 132px;
    height: 32px;
    flex: 1;
    margin: 0 10px;
    border: 1px solid #9d9d9d;
    text-align: center;
}

/* 수정 가능한 프로필 정보 */
.editable-profile {
    padding: 44px;
    border: 2px solid #9d9d9d;
}

/* 내부 요소 간격 */
.editable-profile .input-group,
.edit-password .input-group {
    margin-bottom: 24px; /* 위 아래 여백 추가 */
}

/* 비밀번호 변경 영역 */
.edit-password {
    border: 2px solid #2b75c0;
    padding: 44px;
}

/* 저장하기 버튼 */
.content-wrap .edit-profile .navy-btn {
    width: auto; /* 내부 글자 크기만큼만 */
    padding: 10px 20px;
    background-color: #0057b8;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px; /* 버튼과 위 요소 사이 여백 */
    align-self: center; /* 가운데 정렬 */
}

.content-wrap .edit-profile .navy-btn:hover {
    background-color: #00469c;
}

.content-wrap .edit-profile span.blue-text{
    color: #2b75c1;
}
/* 엑셀 로딩 오버레이 */
.loading-overlay {
    display: none; /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 반투명 배경 */
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* 로딩 창 스타일 */
.loading-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* 로딩 GIF 크기 조절 */
.loading-content img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
