@charset "UTF-8";
/* 사용자 페이지 공통 스타일 */
.user-container {
    margin: 0 auto;
    /* outline 없는 다량의 폼 형식 */
    /* 언어설정 style */
}

.user-container.type-input-form .user-box-top {
    margin: 70px 0 40px;
}

.user-container.type-input-form .user-input-box {
    max-width: 440px;
    padding: 0;
    border: none;
}

.user-container.type-input-form .language-content-box {
    max-width: 440px;
}

.user-container.type-input-form .language-content-box .language-box {
    left: 70px;
}

.user-container .btn.large {
    font-weight: 500;
}

.user-container .user-area {
    width: 100%;
    height: 100%;
    padding: 3vh 0 0;
}

.user-container .logo-box {
    text-align: center;
}

.user-container .logo-box + .user-input-box {
    margin-top: 70px;
}

.user-container .main-desc-box {
    margin: 50px 0 30px 0;
    text-align: center;
}

.user-container .main-desc-box .main-desc {
    font-family: "HyundaiSansTextKR";
    font-size: 24px;
    font-weight: 500;
    color: #1f2023;
    line-height: normal;
}

.user-container .user-input-box {
    width: 100%;
    max-width: 580px;
    margin: auto;
    padding: 70px;
    border: 1px solid #e6e9ef;
}

.user-container .user-full-box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 70px;
    border: 1px solid #e6e9ef;
}

.user-container .user-full-box2 {
    width: 100%;
    max-width: 1200px;
    height: 368px;
    margin: auto;
    padding: 30px;
    border: 1px solid #e6e9ef;
    overflow-y: auto;
}


.user-container .user-box-top {
    margin-bottom: 60px;
}
.user-container .user-box-top-left {
    margin-bottom: 20px;
}

.user-container .user-box-top .title {
    width: 100%;
    font-family: "HyundaiSansTextKR";
    font-size: 26px;
    font-weight: 700;
    color: #1f2023;
    line-height: 22px;
    text-align: center;
}
.user-container .user-box-top-left .title {
    width: 100%;
    font-family: "HyundaiSansTextKR";
    font-size: 26px;
    font-weight: 700;
    color: #1f2023;
    line-height: 22px;
    text-align: left;
}
.user-container .user-box-top-left .title2 {
    width: 100%;
    font-family: "HyundaiSansTextKR";
    font-size: 21px;
    font-weight: 700;
    color: #1f2023;
    line-height: 18px;
    text-align: left;
}
.user-container .user-box-middle .fieldwrap-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.user-container .checkwrap-container {
    margin-top: 20px;
}

.user-container .checkwrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
    background-color: #f8f9fc;
    border-radius: 4px;
    cursor: pointer;
}

.user-container .checkwrap-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*padding: 13px;*/
    border-radius: 4px;
    cursor: pointer;
}


.user-container .checkwrap-box + * {
    margin-top: 10px;
}

.user-container .checkwrap-box::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../images/icon/ic_arrow_forwar_b.svg") no-repeat center/cover;
}

.user-container .user-box-bottom {
    margin-top: 40px;
}

.user-container .user-box-bottom .link-box {
    margin-top: 26px;
}

.user-container .user-box-bottom .desc-box {
    margin-top: 26px;
    font-family: "HyundaiSansTextKR";
    font-size: 14px;
    font-weight: 400;
    color: #949daf;
    line-height: 22px;
    text-align: center;
}

.user-container .user-box-bottom .desc-box .desc-lists .desc {
    list-style: disc inside none;
}

.user-container .user-box-bottom .desc-box .desc-lists .desc + .desc {
    margin-top: 12px;
}

.user-container .match-desc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    margin-top: 20px;
    padding: 14px;
    border-radius: 4px;
    /*background-color: #feecec;*/
}

.user-container .match-desc-box::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../../images/icon/ic_close_circle_filled.svg") no-repeat center/cover;
}

.user-container .match-desc-box .match-desc {
    font-family: "HyundaiSansTextKR";
    font-size: 14px;
    font-weight: 700;
    color: #350e0e;
    line-height: 22px;
}

.user-container .language-content-box {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 54px;
}

.user-container .language-content-box .language-box {
    position: relative;
    left: 20px;
    width: 96px;
    margin-left: auto;
    transform: translateX(100%);
}

.user-container .version-content-box {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 54px;
    padding-top: 20px;
}

.user-container .version-content-box .version-box {
    position: relative;
    left: 20px;
    width: 96px;
    margin-left: auto;
    transform: translateX(100%);
}


/* 정보 메시지 common style */
.info-messege-box .info-messege-title {
    font-family: "HyundaiSansTextKR";
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 23px;
    text-align: center;
}

.info-messege-box .info-messege-middle {
    margin-top: 20px;
}

.info-messege-box .info-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 360px;
    height: 96px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #f8f9fc;
}

.info-messege-box .info-text-box .text-box {
    margin: 0 auto;
}

.info-messege-box .info-text-box .info-text {
    display: block;
    font-family: "HyundaiSansTextKR";
    font-size: 16px;
    font-weight: 400;
    color: #002c5f;
    line-height: 24px;
}

.info-messege-box .info-text-box .info-text.center {
    text-align: center;
}

.info-messege-box .info-text-box .info-text .bold {
    font-weight: 500;
}

.info-messege-box .info-messege-bottom {
    margin-top: 30px;
}

.info-messege-box .info-desc-box .info-desc {
    font-family: "HyundaiSansTextKR";
    font-size: 16px;
    font-weight: 400;
    color: #949daf;
    line-height: 22px;
    text-align: center;
}

.info-messege-box .desc-box {
    margin-top: 24px;
    font-family: "HyundaiSansTextKR";
    font-size: 14px;
    font-weight: 400;
    color: #949daf;
    line-height: 22px;
    text-align: center;
}

.info-messege-box .desc-box .desc-lists .desc {
    list-style: disc inside none;
}

.info-messege-box .desc-box .desc-lists .desc + .desc {
    margin-top: 12px;
}

.info-messege-box .desc-box .text-point {
    font-weight: 500;
}

/* 사용자 메인 페이지 전용 스타일 */
.user .gnb-container + .main-container {
    padding-left: 280px;
}

.user .gnb-container + .main-container .main-area {
    height: 100%;
    overflow-y: scroll;
}

.user .gnb-container + .main-container .main-area::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.user .gnb-container + .main-container .main-area::-webkit-scrollbar-thumb {
    background-color: #b7becd;
    border-radius: 3px;
}

.user .gnb-container + .main-container .main-area::-webkit-scrollbar-track {
    background: transparent;
}

.home-container {
    padding: 60px 54px 100px 60px;
}

.home-container .home-head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

.home-container .home-title-box .home-title {
    font-family: "HyundaiSansTextKR";
    font-size: 32px;
    font-weight: 700;
    color: #1f2023;
    line-height: normal;
}

.home-container .access-time-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    font-family: "HyundaiSansTextKR";
    font-size: 16px;
    font-weight: 400;
    color: #6f788b;
    line-height: normal;
}

.home-container .home-body-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px 30px;
}

.home-container .home-box-left {
    flex: 1 1 51%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    overflow: hidden;
}

.home-container .home-box-right {
    flex: 1 1 47%;
    width: 100%;
}

.home-container .home-content-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.home-container .home-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.home-container .home-content-top .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.home-container .home-content-top .title-box .title {
    color: #1f2023;
}

.home-container .home-content-top .title-box .case-number {
    position: relative;
    color: #6f788b;
}

.home-container .home-content-top .title-box .case-number::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #b7becd;
}

.home-container .home-content-top .btn-more {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../../images/icon/ic_plus_box.svg") no-repeat center/cover;
}

.home-container .home-content-middle {
    width: 100%;
}

.home-container .block-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
}

.home-container .block-list-box .block-list {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
    padding: 30px;
    border: 1px solid #e6e9ef;
    border-radius: 4px;
    background-color: #f8f9fc;
}

.home-container .block-list-box .block-list .text {
    font-family: "HyundaiSansTextKR";
    font-size: 14px;
    font-weight: 600;
    color: #293963;
    line-height: normal;
}

.home-container .block-list-box .block-list .number {
    font-family: "HyundaiSansTextKR";
    font-size: 30px;
    font-weight: 700;
    color: #002c5f;
    line-height: normal;
}

.home-container .notice-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.home-container .notice-list-box .notice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 18px 30px;
    border-radius: 4px;
    border: 1px solid #e6e9ef;
    background-color: #fff;
    min-height: 130px;
}

.home-container .notice-list-box .notice-name {
    font-family: "HyundaiSansTextKR";
    font-size: 16px;
    font-weight: 500;
    color: #1f2023;
    line-height: normal;
}

.home-container .notice-list-box .desc-box {
    font-family: "HyundaiSansTextKR";
    font-size: 16px;
    font-weight: 400;
    color: #6f788b;
    line-height: 23px;
    word-break: keep-all;
}

.home-container .notice-list-box .desc-box .desc {
    list-style-type: decimal;
    margin-left: 18px;
}

.home-container .notice-list-box .desc-box .desc.disc {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
    margin-left: 0;
}

.home-container .notice-list-box .desc-box .desc.disc::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #6f788b;
    margin-left: 4px;
}

/* 라디오 버튼 스타일 */
.radio-button-container {
    display: flex;
    flex-direction: row;
    align-items: center; /* 수직 중앙 정렬 */
    margin-bottom: 20px; /* 여백 추가 */
    gap: 30px; /* 라디오 버튼 간의 간격 설정 */
}

.radio-button-container label {
    display: flex;
    align-items: center; /* 중앙 정렬 */
    cursor: pointer; /* 포인터 커서 */
    font-family: "HyundaiSansTextKR"; /* 폰트 설정 */
    font-size: 16px; /* 폰트 크기 */
    font-weight: 400; /* 폰트 두께 */
    color: #1f2023; /* 글자 색상 */
    margin-bottom: 10px; /* 각 라벨 간 여백 */
}

/* 라디오 버튼 기본 스타일 제거 */
.radio-button-container input[type="radio"] {
    display: none; /* 기본 라디오 버튼 숨김 */
}

.radio-button-container .custom-radio {
    /*width: 16px; !* 사용자 정의 라디오 버튼의 크기 *!*/
    /*height: 16px; !* 사용자 정의 라디오 버튼의 크기 *!*/
    /*border: 2px solid #7d9fc1; !* 테두리 색상 *!*/
    /*border-radius: 50%; !* 둥근 모양 *!*/
    /*position: relative; !* 자식 요소의 절대 위치를 위한 상대적 설정 *!*/
    /*margin-right: 20px; !* 라벨과의 간격 *!*/
    /*transition: background-color 0.3s; !* 배경색 변화에 대한 부드러운 전환 *!*/
    width: 18px; /* 바깥 원 크기 */
    height: 18px;
    border: 2px solid #7d9fc1; /* 기본 테두리 색상 */
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    background-color: #fff; /* 안쪽은 항상 흰색 유지 */
    display: inline-block;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

/* 라디오 버튼 선택 시 효과 */
.radio-button-container input[type="radio"]:checked + .custom-radio {
    /*background-color: #002c5f; !* 선택된 라디오 버튼의 배경색 *!*/
    border-color: #002c5f; /* 강조될 때의 테두리 색상 */
}

/* 선택된 사용자 정의 라디오 버튼 내의 점 */
.radio-button-container input[type="radio"]:checked + .custom-radio::after {
    /*content: ""; !* 내용 없음 *!*/
    /*display: block; !* 블록 요소로 둡니다 *!*/
    /*width: 10px; !* 중앙 점의 크기 *!*/
    /*height: 10px; !* 중앙 점의 크기 *!*/
    /*border-radius: 50%; !* 둥근 모양 *!*/
    /*background-color: white; !* 중앙 점의 배경색 *!*/
    /*position: absolute; !* 절대 위치 *!*/
    /*top: 50%; !* 수직 중앙 정렬 *!*/
    /*left: 50%; !* 수평 중앙 정렬 *!*/
    /*transform: translate(-50%, -50%); !* 중앙 정렬 보정 *!*/
    content: "";
    display: block;
    width: 10px; /* 안쪽 점의 크기 */
    height: 10px; /* 안쪽 점의 크기 */
    border-radius: 50%;
    background-color: #002c5f; /* 점의 색상을 테두리색과 동일하게 설정 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 정확히 중앙 정렬 */
}

/* 라디오 버튼에 호버 시 효과 */
.radio-button-container label:hover .custom-radio {
    border-color: #5c88b7; /* 호버 시 테두리 색상 변화 */
}

.user-container .user-link-box-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.user-container .user-link-box-bottom .link-box {
    width: auto;
}