@charset "UTF-8";
/* HRDK2025 커스텀 */
.top_right_menu{
        
    position: absolute;
    right: 25px;
}
.top_left_menu{       
    position: absolute;
    left: 25px;
}
.header-renewal .header-renewal-container{
    /* justify-content: center; */
}
.header-renewal .user a{
    background: none !important;
}
.footer-tel {
    background: none !important;
}
.footer-email{
    background: none !important;
}

/* 제3자 정보제공 동의 */
.toggle-detail2 {
    margin-left: 8px;
    font-size: 1.4rem;
    color: #797979;
    background: url("/hrdk25/assets/images/consent-arw-down.png") no-repeat 0 50%;
    padding-left: 1.5rem
}

.toggle-detail2.open {
    background-image: url("/hrdk25/assets/images/consent-arw.png")
}

.consent-detail2 {
    display: none;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 1rem
}

.consent-detail2 ol {
    padding-left: 20px;
    margin: 0
}

.consent-detail2 ol li {
    font-size: 1.3rem;
    color: #474747;
    opacity: .8
}
.jconfirm .jconfirm-closeIcon {
    /* font-size: 20px !important; /* 원하는 크기로 조정 (예: 16~24px) */
    color: #333; 
    top:5px !important;
    right:10px !important;
    opacity: 1 !important;
}
.jc-bs3-row{
    justify-content: right !important;
}