body {
    
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    position: relative;
}
.epione-container {
    box-sizing: border-box;
    max-width: 1100px; /* 최대 너비 설정 */
    margin: 0 auto; /* 중앙 정렬 */
    padding-bottom: 60px; /* 푸터가 컨텐츠를 가리지 않도록 하단 여백 */
    clear: both; /* 이전 요소의 float을 무시 */
    overflow: hidden; /* 컨텐츠를 감싸기 */
}

.epione-notice {
    background-color: #ffd2d23a;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.notice-contents {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 10px 0 10px 0;
}

.notice1 {
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.notice2 {
    text-align: left;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

.fixedDetailMoveBtn{
    position: fixed;
    right: 5%;
    top: 49%;
}
.fixedDetailMoveBtn a{
    display: inline-block;
}
.fixedDetailMoveBtn img{
    max-width: 300px;
    width: 100%;
}

.epione-header {
    font-size: 14px;
    /* 폰트 크기 조정 */
    text-align: left;
    /* 텍스트 정렬 조정 */
    font-weight: 400;
}

#epione-header {
    font-size: 22px;
    font-weight: 700;
}

.epione-term {
    border: 1px solid #ddd;
    
}

.epione-term-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    transition: background-color 0.3s ease;
    font-weight: 400;
    font-size: 14px;
}

.epione-term label {
    flex-grow: 1;
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.epione-term input[type="checkbox"] {
    display: none;
}
.master-agreement-checkbox{
    width: 20px;
    height: 20px;
    background-color: #d1d1d1;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    cursor: pointer;
}
.master-agreement-checkbox.checked{
    background-color: #28a745;
    border-color: #28a745;
}
.custom-checkbox {
    width: 20px;
    height: 20px;
    background-color: #d1d1d1;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.custom-checkbox.checked {
    background-color: #28a745;
    border-color: #28a745;
}

.epione-term-toggle {
    margin-left: 10px;
    cursor: pointer;
    padding: 5px 0 5px 0;
}
.epione-term-toggle img{
    transform: rotate( 180deg );
}

.epione-term-details {
    padding: 10px;
    background-color: #f1f1f1;
    border-top: 1px solid #ddd;
    overflow-y: auto;
    max-height: 300px;
}
.epione-footer-notice {
    background-color: #3D78FF3B;
    border-radius: 8px;
    padding: 5px;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 400;
}
.loginAndJoinLine{
    display: flex;
    width: 100%;
    position: relative;
    gap: 10px; /* 요소 간의 간격 조정 */
}
.loginAndJoinLine-info{
    display: flex;
    width: 100%;
    position: relative;
    gap: 10px; /* 요소 간의 간격 조정 */
}

.loginAndJoinLine-info div{
    width: 40%;
    display: flex;
    margin-bottom: 10px;
    color:#BCBCBC;
    font-size: 14px;
    font-weight: 400;
}
.epione-login-section input[type="text"],
.epione-login-section input[type="password"] {
    width: calc(35% - 10px);
    padding: 10px 0px 10px 20px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    transition: background-image 0.3s ease;
    font-size: 24px;
}

.epione-login-section button {
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
}

.epione-error {
    color: red;
    font-size: 0.9em;
    margin-top: 10px;
}

.epione-link {
    display: block;
    margin: 10px;
    color: #007bff;
    text-decoration: none;
}

.epione-link:hover {
    text-decoration: underline;
}

.epione-terms-section {
    margin-bottom: 30px;
}

.epione-header,
.epione-terms-section h2 {
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    /* 추가: 제목이므로 폰트 두께를 강조 */
    text-align: left;
    /* 왼쪽 정렬 */
    margin: 10px 0 10px 0;
}

.epione-subheader {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
    max-width: 700px;
    word-break: break-all;
}
.epione-term-details div{
    font-size: 14px;
    color : #707070;
    margin: 0 30px 0 30px;
    max-height: 250px;
}
.epione-term-details table{
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}
.epione-term-details table th, td{
    font-size: 13px;
    padding: 8px; /* 셀 내부 여백 */
    border: 1px solid; /* 셀 테두리 */
    text-align: left; /* 텍스트 정렬 */
    box-sizing: border-box; /* 셀 자체에 박스 사이징 적용 */
}
       ul ul {
            list-style-type: decimal-inside;
            padding-left: 1em; /* 들여쓰기를 유지 */
        }

        ul ul li::marker {
            font-weight: bold;
        }

        ul ul li:nth-child(1)::marker {
            content: "① ";
        }

        ul ul li:nth-child(2)::marker {
            content: "② ";
        }

        ul ul li:nth-child(3)::marker {
            content: "③ ";
        }

        ul ul li:nth-child(4)::marker {
            content: "④ ";
        }

        ul ul li:nth-child(5)::marker {
            content: "⑤ ";
        }

        ul ul li:nth-child(6)::marker {
            content: "⑥ ";
        }

        ul ul li:nth-child(7)::marker {
            content: "⑦ ";
        }

        ul ul li:nth-child(8)::marker {
            content: "⑧ ";
        }
        ul ul li:nth-child(9)::marker {
            content: "⑨ ";
        }
        ul ul li:nth-child(10)::marker {
            content: "⑩ ";
        }  
        ul ul li:nth-child(11)::marker {
            content: "⑪ ";
        }  
.epione-term-details div ul{
    list-style-type: decimal-inside;
}
#epione-subheader {
    font-weight: 400;
    font-size: 18px;
    line-height: 26.06px;
}

.epione-terms-section h2,
/* 약관동의 제목을 위한 CSS */
.epione-login-section h2 {
    /* 통합 아이디 인증 제목을 위한 CSS */
    font-size: 22px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.epione-login-input {
    flex: 4; /* 비율 4 */
    padding: 10px 10px 10px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.epione-login-button{
    flex: 2; /* 비율 2 */
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: 'Noto Sans KR';
}

#epione-login-id {
    background-image: url('/img/email.png');
    /* 이메일 아이콘 경로 */
}

#epione-login-password {
    background-image: url('/img/password.png');
    /* 열쇠 아이콘 경로 */
}

.no-bg {
    background-image: none !important;
}

.alertModal {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1002;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(0.15, 1.45, 0.97, 1.06);
  }
  .alertModal .customAlert {
    width: 600px;
    height: auto;
    margin: 0 0 0px;
    background-color: #212121;
    overflow: hidden;
    box-sizing: border-box;
  }
  .alertModal .customAlert .topArea {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .alertModal .customAlert button#alertCancel {
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    z-index: 1002;
    background: none;
    position: relative;
    border: none;
  }
  .alertModal .customAlert button#alertCancel::before, .alertModal .customAlert button#alertCancel::after {
    position: absolute;
    left: 50%;
    top: 15%;
    content: " ";
    height: 1.75rem;
    width: 1px;
    background-color: #fff;
  }
  .alertModal .customAlert button#alertCancel::before {
    transform: rotate(45deg);
  }
  .alertModal .customAlert button#alertCancel::after {
    transform: rotate(-45deg);
  }
  .alertModal .customAlert p {
    font-family: SBAggro;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -1.4px;
    text-align: center;
    color: #fff;
    padding-bottom: 2rem;
  }
  .alertModal .customAlert p button#goSignup {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0.5rem 2rem;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.footer-content{
    font-weight: normal;
}

.loading-spinner {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .epione-notice-button{
        top : 5px;
        bottom: unset;
    }

}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }
  .mobileBtn{
    display: none;
  }
  @media (max-width: 460px) {
    .epione-container{
        padding: 8px;
    }
    .epione-notice-button{
        display: none;
    }
    .epione-notice{
        padding: 5px;
    }
    .notice1{
        font-size: 14px;
    }
    .notice2{
        font-size: 13px;
    }
    .notice-contents{
        margin: 15px 0 15px 0;
    }
    #epione-header{
        font-size: 20px;
        font-weight: 900;
    }
    #epione-subheader{
        font-size: 15px;
    }
    .epione-term-details div{
        font-size: 12px;
    }
    .epione-term-details{
        font-size: 11px;
    }
    .epione-terms-section h2, .epione-login-section h2{
        font-size: 18px;
    }
    h1{
        font-size: 20px;
    }
    .epione-header, .epione-terms-section h2{
        font-size: 18px;
    }
    .epione-link{
        margin: 0;
        font-size: 14px;
    }
    .loginAndJoinLine{
        flex-direction: column;
    }
    .epione-login-section input[type="text"],
    .epione-login-section input[type="password"]{
        width: 100%;
        padding: 5px 0 5px 10px;
        font-size: 16px;
    }
    .epione-login-input::placeholder{
        padding-left: 40px;
    }
    .loginAndJoinLine-info{
        display: none;
    }
    .epione-login-section button{
        display: none;
    }
    .mobileBtn{
        position: fixed;
        right: 0;
        bottom: 0;
        display: flex;
        z-index: 1100;
        width: 100%;
        justify-content: center;
    }
    .mobileBtn button{
        margin: 0;
        height: 58px;
        flex: 1 1;
        border: 0;
        color: #fffdfd;
        border-radius: 5px;
        font-size: 18px;
    }
    .epione-notice-button_m{
        background-color: #ef95a9;
    }
    .epione-login-button_m{
        background-color: #000000;
    }
    #epione-login-id
    {
        background-size: 25px;
    }
    #epione-login-password{
        background-size: 20px;
    }
  }
  
 
