@charset "UTF-8";* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd {
    margin: 0;
    padding: 0;
    font-family: Pretendard,sans-serif
}

html {
    font-size: 10px
}

body,th,td,input,select,textarea,button {
    font-size: 1.4rem;
    font-family: Pretendard,sans-serif;
    color: #212121
}

ul,ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #212121
}

img {
    vertical-align: top
}

button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1.4rem
}

body {
    font-family: Pretendard,sans-serif;
    color: #212121
}

.visually-hidden {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sub-page-container {
    width: 104rem;
    margin: 0 auto;
    position: relative
}

.sub-page-nav {
    background: #e6e6e6
}

.sub-page-nav ul {
    display: flex;
    justify-content: space-between;
    width: 104rem;
    margin: 0 auto
}

.sub-page-nav ul li a {
    height: 5.6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #212121
}

.sub-page-nav ul li.current a {
    color: #004583
}

.sub-page-nav ul li.current a:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    height: .2rem;
    left: 0;
    right: 0;
    background-color: #004583
}

.header-renewal {
    height: 10rem;
    background-color: #fff;
    padding: 0 2.5rem
}

.header-renewal-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.header-renewal .user a {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #212121;
    padding-left: 2rem;
    background: url("/hrdk25/assets/images/user.png") no-repeat left center
}

.header-renewal .user a em {
    font-style: normal;
    font-weight: 400;
    color: #193fd8
}

.header-renewal .title {
    font-size: 3.6rem;
    color: #454545
}

.header-renewal .title b {
    font-weight: 700
}

.header-renewal .utils {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header-renewal ._login {
    display: inline-flex;
    align-items: center;
    gap: 0 .5rem
}

.banner-renewal {
    height: 24.8rem;
    background: url("/hrdk25/assets/images/sub-banner.png") no-repeat center center/cover
}

.page-title {
    margin-bottom: 2.5rem;
    margin-top: 5.5rem
}

.page-title h2 {
    color: #212121;
    font-size: 2.4rem
}

.sub-page {
    padding-bottom: 10rem
}

.footer {
    background-color: #525252;
    height: 11rem;
    padding-top: 3.4rem
}

.footer-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 1157px;
    margin: 0 auto
}

.footer-content {
    position: relative
}

.footer-content .footer-link-edu {
    position: absolute;
    top: 0;
    left: -7.5rem;
    font-weight: 600;
    font-size: 1.6rem;
    color: #fff;
    height: 2.5rem;
    width: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #797979;
    border-radius: .5rem
}

.footer-content .copyright {
    color: #838383;
    font-size: 1.2rem;
    padding-left: .5rem
}

.footer-content .copyright b {
    font-size: 1.4rem
}

.footer-tel {
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    display: inline-flex;
    align-items: center;
    padding-left: 2.8rem;
    background: url("/hrdk25/assets/images/call.png") no-repeat 0 50%;
    height: 2.1rem;
    margin-right: 2.5rem
}

.footer-tel:hover {
    color: #fff
}

.footer-email {
    color: #fff;
    font-size: 1.4rem;
    padding-left: 2.6rem;
    background: url("/hrdk25/assets/images/mail.png") no-repeat 0 50%
}

.footer-email:hover {
    color: #fff
}

.footer-link-wrap {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    margin-top: .5rem
}

.footer-link-wrap .line {
    display: inline-block;
    width: 1px;
    height: 1.2rem;
    background-color: #fff;
    opacity: .5
}

.footer-link-wrap .footer-link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600
}

.footer-link-wrap .footer-link:hover {
    color: #fff
}

.button {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    height: 3.4rem
}

.button.gray {
    background-color: #d9d9d9
}

.button.blue {
    background: #2764e7;
    color: #fff
}

.button.round {
    border-radius: .5rem
}

.button.outline {
    background-color: #fff;
    border: 1px solid rgb(217,217,217);
    color: #212121
}

.button.lg {
    height: 4.8rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0;
    justify-content: center
}

.form-input {
    width: 100%;
    height: 3.4rem;
    border: 1px solid #E2E2E2;
    border-radius: .5rem;
    padding: 0 1rem;
    font-size: 1.4rem;
    color: #212121
}

.form-input::placeholder {
    color: #c3c3c3
}

.input-g {
    display: flex;
    align-items: center;
    gap: 0 2.3rem
}

.input-g button {
    height: 3.4rem;
    flex-shrink: 0
}

label {
    cursor: pointer
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 0 2.3rem
}

.radio-label {
    display: flex;
    align-items: center;
    gap: 0 .5rem
}

.radio-label input {
    position: absolute;
    left: -999em
}

.radio-label input:checked+i {
    border-color: #2764e7
}

.radio-label input:checked+i:after {
    background: #193fd8
}

.radio-label i {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #fff;
    position: relative
}

.radio-label i:after {
    content: "";
    display: block;
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #b3b3b3
}

.check-label {
    display: flex;
    align-items: center;
    gap: 0 .5rem
}

.check-label input {
    position: absolute;
    left: -999em
}

.check-label input:checked+i {
    background-image: url("/hrdk25/assets/images/check-on.png")
}

.check-label i {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: #212121;
    background: url("/hrdk25/assets/images/check-off.png") no-repeat center center/contain
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 1000;
    display: none
}

.popup.open {
    display: block
}

.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: .5rem;
    padding: 3.5rem 3.8rem 5.5rem;
    width: 50.4rem
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.popup-header button {
    width: 3.4rem;
    height: 3.4rem;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.popup-footer {
    padding: 3rem 0 0;
    display: flex;
    justify-content: center;
    gap: 0 1rem
}

.popup-footer button {
    width: 11rem;
    height: 4.8rem;
    border-radius: .5rem;
    background-color: #9e9e9e;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem
}

.popup-close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background: url("/hrdk25/assets/images/popup-close.png") no-repeat center center/1.6rem 1.6rem;
    font-size: 0;
    position: absolute;
    right: 1rem;
    top: 1rem
}

#popup1 .popup-container {
    width: 50.4rem
}

.popup-inquiry-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    gap: 0 1rem;
    color: #004583;
    margin-bottom: 2rem
}

.popup-inquiry-title b {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

.popup-inquiry-title:before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #004583;
    transform: translateY(1rem)
}

.popup-textarea textarea {
    width: 100%;
    background: #f5f7ff;
    border: 1px solid rgb(226,226,226);
    padding: 1.4rem;
    border-radius: .5rem;
    height: 20.7rem;
    overflow-y: auto;
    resize: none
}

#popup2 .popup-container {
    width: 50.4rem
}

.popup-del-content .form-select {
    display: block;
    width: 100%;
    color: #212121;
    height: 4.6rem;
    font-size: 1.4rem
}

.popup-del-content .popup-textarea {
    margin-top: 1rem
}

.popup-del-content .popup-textarea textarea {
    height: 9.8rem
}

.popup-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #004583;
    padding-bottom: 2.5rem
}

.popup-confirm {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #212121
}

.popup-confirm span {
    color: #ff2828
}

#popup4 .popup-container,#popup5 .popup-container,#popup6 .popup-container,#popup7 .popup-container {
    padding-left: 6.8rem;
    padding-right: 6.8rem
}

.popup-login-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004583;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 3.1rem
}

.popup-login-title span {
    font-weight: 400
}

.popup-login-row {
    margin-bottom: 1.6rem
}

.popup-login-row .form-input {
    width: 100%;
    height: 5rem;
    border-radius: .3rem
}

.popup-login-row.mb0 {
    margin-bottom: 0
}

.popup-login-btn {
    display: flex;
    gap: 0 2rem;
    padding-top: 3.6rem
}

.popup-login-btn a,.popup-login-btn button {
    width: calc(50% - 1rem)
}

.lost-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    font-size: 1.4rem;
    gap: 0 1.5rem;
    margin-top: 3.5rem
}

.lost-link .line {
    display: inline-block;
    width: 1px;
    height: 1.2rem;
    background-color: #212121
}

.popup-lost-title {
    text-align: center;
    color: #004583;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 4rem
}

.popup-lost-row {
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    gap: 0 2.3rem
}

.popup-lost-row.mb0 {
    margin-bottom: 0
}

.popup-lost-row strong {
    flex-shrink: 0;
    width: 70px;
    font-weight: 400
}

.popup-lost-row .form-input {
    width: 100%;
    height: 5rem;
    border-radius: .3rem
}

.popup-lost-row .lost-width-mail {
    display: flex;
    flex-grow: 1;
    gap: 0 .5rem
}

.popup-lost-row .lost-width-mail span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 15px;
    color: #212121
}

.popup-lost-row .lost-width-mail .form-input,.popup-lost-row .lost-width-mail .form-select {
    height: 5rem
}

.popup-lost-row .lost-width-mail .form-input {
    width: 12.4rem
}

.popup-lost-row .lost-width-mail .form-select {
    flex-grow: 1
}

.popup-lost-row .lost-width-phone {
    display: flex;
    flex-grow: 1;
    gap: 0 .5rem
}

.popup-lost-row .lost-width-phone span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 15px;
    color: #212121
}

.popup-lost-row .lost-width-phone .form-input {
    height: 5rem
}

.popup-lost-row .lost-width-phone .form-input {
    width: 8rem
}

.popup-lost-btn {
    display: flex;
    justify-content: center;
    padding-top: 3.6rem
}

.popup-lost-btn button {
    width: 19.2rem
}

#popup7 .popup-container {
    padding-top: 7.8rem
}

.popup-lost-ending .ments {
    text-align: center;
    font-size: 2.2rem
}

.popup-lost-ending .ments b {
    color: #004583
}

.popup-fn-btn {
    display: flex;
    gap: 0 2rem;
    padding-top: 3.6rem
}

.popup-fn-btn a,.popup-fn-btn button {
    width: calc(50% - 1rem)
}

.main {
    padding: 6rem 0 7rem;
    background: url("/hrdk25/assets/images/main-bg.png") no-repeat center center/cover
}

.main-container {
    margin: 0 auto;
    width: 116rem
}

.main-banner {
    margin: 0 auto;
    background: #2764e7 url("/hrdk25/assets/images/main-banner.png") no-repeat center center/cover;
    border-radius: 3rem;
    width: 68.8rem;
    height: 13.3rem;
    align-items: center;
    display: flex;
    padding-left: 5.2rem
}

.main-banner-content {
    display: flex;
    align-items: center;
    gap: 0 2.7rem
}

.main-banner-title {
    color: #fff;
    line-height: 1.24;
    position: relative
}

.main-banner-title span {
    font-size: 2.2rem;
    display: block
}

.main-banner-title strong {
    font-size: 2.6rem;
    display: block
}

.main-banner-title i {
    position: absolute;
    right: -1.25rem;
    top: 50%;
    transform: translateY(-50%) translate(100%);
    display: inline-block;
    width: 4.8rem;
    height: 4.4rem;
    background: url("/hrdk25/assets/images/main-banner-arw.png") no-repeat center center/contain
}

.main-links {
    margin-top: 5.4rem
}

.main-links-list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 0 2rem
}

.main-links-list-item {
    background: #fff;
    border-radius: 2rem;
    text-align: center;
    position: relative;
    height: 22rem;
    width: 21.6rem;
    padding: 0 1.8rem;
    transition: all .5s
}

.main-links-list-item.item1:hover {
    background: #6dc5dc
}

.main-links-list-item.item2:hover {
    background: #6786bf
}

.main-links-list-item.item3:hover {
    background: #ff8c68
}

.main-links-list-item.item4:hover {
    background: #5bd1a1
}

.main-links-list-item.item5:hover {
    background: #cdac40
}

.main-links-list-item:hover .href {
    opacity: 0
}

.main-links-list-item:hover .text {
    opacity: 1;
    visibility: visible
}

.main-links-list-item .text {
    color: #212121;
    font-size: 1.4rem;
    opacity: 0;
    font-weight: 600;
    visibility: hidden
}

.main-links-list-item .href {
    opacity: 1;
    position: absolute;
    bottom: 5.8rem;
    left: 1.8rem;
    right: 1.8rem
}

.main-links-list-item span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    color: #212121;
    padding-top: 6rem
}

.main-links-list-item div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 4rem;
    border-radius: 6rem;
    color: #fff;
    font-size: 1.8rem
}

.main-links-list-item div i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: .5rem;
    top: .5rem;
    background-color: #fff;
    border-radius: 50%
}

.main-board {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem
}

.main-notice {
    background: #fff;
    border-radius: 2rem;
    padding: 1.6rem 2.4rem;
    width: 45.2rem;
    height: 24.8rem
}

.main-notice-hgroup {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-notice-hgroup h3 {
    font-size: 2.4rem;
    font-weight: 600
}

.main-notice-hgroup a {
    font-size: 1.8rem;
    color: #2764e7
}

.main-notice-list {
    margin-top: 2.4rem
}

.main-notice-list li {
    height: 4rem
}

.main-notice-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 1.5rem
}

.main-notice-list li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: .4rem;
    height: .4rem;
    background: #aaa;
    border-radius: 50%
}

.main-notice-list li a .subject {
    color: #666;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.main-notice-list li a .date {
    font-size: 1.6rem;
    color: #c4c4c4
}

.main-related-board {
    background: #fff9;
    border-radius: 2rem;
    padding: 1rem 3.4rem;
    width: 45.2rem
}

.main-related-board h3 {
    font-size: 1.8rem;
    color: #212121
}

.main-related-board-list {
    margin-top: 2.4rem
}

.main-related-board-list a {
    display: flex;
    align-items: center;
    gap: 0 1.6rem;
    background-image: linear-gradient(to bottom,#fff,#c5c5c5);
    height: 5.3rem;
    border-radius: .5rem;
    padding-left: 2.6rem;
    position: relative
}

.main-related-board-list a:after {
    position: absolute;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background: url("/hrdk25/assets/images/main-related-arw.png") no-repeat center center/contain
}

.main-related-board-list a:not(:last-child) {
    margin-bottom: .7rem
}

.main-related-board-list a span {
    font-size: 1.8rem;
    color: #212121;
    font-weight: 700
}

.main-related-board-list a i {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.main-related-board-list a i.icon1 {
    background-image: url("/hrdk25/assets/images/main-related-1.png")
}

.main-related-board-list a i.icon2 {
    background-image: url("/hrdk25/assets/images/main-related-2.png")
}

.main-related-board-list a i.icon3 {
    background-image: url("/hrdk25/assets/images/main-related-3.png")
}

.main-employment {
    width: 21.6rem;
    display: flex;
    flex-direction: column;
    border-radius: 2rem;
    overflow: hidden;
    background: linear-gradient(180deg,#fff,#96b7ff);
    justify-content: space-between
}

.main-employment .icon {
    text-align: center;
    padding: 3.1rem 0 0
}

.main-employment .text {
    font-family: Pretendard;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #2764e7;
    transform: translateY(-1rem)
}

.main-employment .link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2764e7;
    color: #fff;
    height: 5.8rem;
    font-size: 2rem;
    font-weight: 700
}

.signup-form {
    background-color: #eceef4;
    border-top: 2px solid #2764E7
}

.signup-form .input-with-tel,.signup-form .input-with-email,.signup-form .radio-group,.signup-form .form-input {
    width: 230px
}

.signup-form .input-with-tel {
    display: flex;
    align-items: center
}

.signup-form .input-with-tel .form-input {
    width: 100%
}

.signup-form .input-with-tel span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.4rem;
    color: #212121
}

.signup-form .input-with-email {
    display: flex;
    align-items: center;
    gap: 0 1rem
}

.signup-form .input-with-email .email-input {
    width: 8rem
}

.signup-form .input-with-email .domain-input {
    flex-grow: 1;
    width: 100%
}

.signup-form .input-with-email span {
    width: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: #212121
}

.field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 5.6rem
}

.field-row:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.field-row .field {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 3.5rem
}

.field-row .field strong.label {
    flex-shrink: 0;
    width: 9.5rem;
    color: #878787
}

.consent {
    margin-top: 3rem
}

.consent-header {
    display: flex;
    align-items: center;
    gap: 8px
}

.consent-header label {
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    color: #212121;
    gap: 0 .8rem
}

.toggle-detail {
    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-detail.open {
    background-image: url("/hrdk25/assets/images/consent-arw.png")
}

.consent-detail {
    display: none;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 1rem
}

.consent-detail ol {
    padding-left: 20px;
    margin: 0
}

.consent-detail ol li {
    font-size: 1.3rem;
    color: #474747;
    opacity: .8
}

.signup-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
    gap: 0 2rem
}

.signup-actions button {
    height: 4.8rem;
    width: 17.8rem;
    border-radius: .5rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff
}

.signup-actions button.btn-cancel {
    background-color: #fff;
    color: #212121;
    border: 1px solid #212121
}

.signup-actions button.btn-submit {
    background-color: #2764e7
}

.course-intro {
    display: flex;
    padding: 4.6rem 6.3rem;
    border: 1px solid #eee;
    gap: 0 6.4rem;
    margin-bottom: 1.4rem
}

.course-intro .image {
    flex-shrink: 0;
    width: 370px;
    height: 257px;
    overflow: hidden;
    position: relative
}

.course-intro .image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: center center
}

.course-intro .details {
    flex-grow: 1
}

.course-intro .details h3 {
    font-weight: 600;
    color: #212121;
    font-size: 2.4rem;
    padding-bottom: 1.7rem
}

.course-intro .details .button-group {
    display: flex;
    gap: 0 2rem;
    padding-top: 2rem
}

.course-intro .details .button-group .button {
    height: 4.8rem;
    border-radius: .5rem;
    padding: 0 6.1rem
}

.course-intro .details ul li {
    display: flex;
    gap: 0 2.7rem;
    font-size: 1.6rem
}

.course-intro .details ul li span {
    display: inline-flex;
    align-items: center;
    gap: 0 .4rem
}

.course-intro .details ul li span:nth-child(1) {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: -3%
}

.course-intro .details ul li span:nth-child(1) i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.course-intro .details ul li span:nth-child(1) i.icon1 {
    background-image: url("/hrdk25/assets/images/icon-details-1.png")
}

.course-intro .details ul li span:nth-child(1) i.icon2 {
    background-image: url("/hrdk25/assets/images/icon-details-2.png")
}

.course-intro .details ul li span:nth-child(1) i.icon3 {
    background-image: url("/hrdk25/assets/images/icon-details-3.png")
}

.course-intro .details ul li span:nth-child(1) i.icon4 {
    background-image: url("/hrdk25/assets/images/icon-details-4.png")
}

.course-intro .details ul li span:nth-child(2) {
    font-size: 16px;
    line-height: 32px
}

.text-container {
    border: 1px solid rgb(230,230,230);
    padding: 2.5rem 4.4rem;
    font-size: 1.4rem;
    line-height: 2rem
}

.text-container+.text-container {
    margin-top: 3rem
}

.text-container h3 {
    font-weight: 600;
    color: #212121;
    font-size: 18px;
    padding-left: 3rem;
    background: url("/hrdk25/assets/images/icon-h3.png") no-repeat 0 50%;
    margin-bottom: 1.4rem
}

.text-container h4 {
    margin-bottom: .5rem;
    display: flex;
    gap: 0 .5rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #212121
}

.text-red {
    color: #ff1c1c
}

.text-blue {
    color: #2764e7
}

.text-gray {
    color: #838383
}

.hyphen,.text-num {
    padding-left: 1.4rem;
    text-indent: -1.7rem
}

.tabmenu {
    height: 4rem;
    background: #e8e8e8;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    gap: 0 4rem;
    margin-bottom: .8rem;
    padding: 0 4rem
}

.tabmenu a {
    font-size: 14px
}

.tabmenu a.active {
    font-weight: 600;
    color: #ff2828
}

.tabmenu span {
    background-color: #0006;
    height: 19px;
    width: 1px
}

.mt30 {
    margin-top: 30px
}

.mt6 {
    margin-top: 6px
}

.table table {
    width: 100%
}

.table table th,.table table td {
    border-bottom: 1px solid #fff
}

.table table tbody th {
    background: #eceef4;
    font-size: 1.4rem;
    color: #212121;
    height: 4rem;
    text-align: center;
    font-weight: 400
}

.table table tbody td {
    font-size: 1.4rem;
    padding-left: 3rem;
    height: 4rem;
    background: #f5f6f9
}

.file-with {
    position: relative;
    display: flex
}

.file-with input[type=file] {
    position: absolute;
    left: -9999em
}

.file-with label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    height: 3.4rem;
    width: 8.6rem;
    color: #212121;
    font-size: 1.4rem;
    background: #d9d9d9
}

.form-select.w-230.h-34 {
    width: 23rem;
    height: 3.4rem;
    font-size: 1.4rem
}

.page-fn-btn {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2rem
}

.page-fn-btn .button {
    width: 17.8rem
}

.other_main__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    color: #333434;
    font-weight: 700;
    background: url("/hrdk25/assets/images/title-bg.png") no-repeat 15px 50%;
    padding-left: 40px;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 25px
}

.other_main__title a {
    font-size: 18px
}

.other_main__header {
    background-color: #0c1b2e;
    margin-bottom: 40px
}

.other_main__courses {
    margin: 0 auto;
    width: 1740px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.other_main__panel {
    padding-top: 65px;
    padding-bottom: 50px;
    display: flex;
    margin: 0 auto;
    width: 1740px;
    justify-content: space-between
}

.other_main__notice {
    width: 495px
}

.other_main__notice ul li {
    background: url('/hrdk25/assets/images/dot.png') repeat-x 0 100%
}

.other_main__notice ul li a {
    display: block;
    color: #333434;
    padding: 10px 0;
    font-size: 18px
}

.other_main__footer {
    background-color: #4182a2;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.other_main__end {
    text-align: center
}
