@charset "UTF-8";

/*=================================================================================
 * LOGIN (로그인)
 =================================================================================*/
.page-login {
    background-color: #f3f8ff;
    height: 100vh;
}
.dashboard-login-wrap {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.dashboard-login-wrap .copyright {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0%);
    color: #868fae;
}
.login-wrap {
    display: flex;
    flex-flow: row wrap;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
}
.login-wrap .left {
    background-color: #2680fa;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    gap: 42px;
    padding: 40px;
}

.login-wrap .left h1 {
    margin: 60px 0 20px 0;
}
.login-wrap .left h1 img {
    width: 230px;
}

.login-wrap .left img {
    width: 380px;
}
.login-wrap .right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 540px;
    min-height: 660px;
    padding: 24px;
    background-color: #fff;
}
.login-wrap .login-form {
    width: 340px;
}
.login-wrap .login-form .radio-box {
    margin-bottom: 24px;
}
.login-wrap .login-form .radio-box li {
    width: 50%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}
.login-wrap .login-form .radio-box li img {
    margin-right: 10px;
}
.login-wrap .login-form .tab-links {
    margin-bottom: 24px;
}
.login-wrap .login-form dl {
    margin-bottom: 24px;
}
.login-wrap .login-form dl dt {
    font-size: 14px;
    font-weight: 500;
    color: #77849c;
    margin-bottom: 6px;
}
.login-wrap .login-form dl dd input {
    width: 100%;
    height: 48px;
    background-color: #f4f7fa;
}
.check-agree {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.check-agree label {
    margin-left: 10px;
    color: #333;
}
.login-wrap .login-form .btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background-color: #2680fa;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 700;
}
.login-wrap .login-form .btn-login-etc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.login-wrap .login-form .btn-login-etc li {
    width: 50%;
}
.login-wrap .login-form .btn-login-etc a.btn {
    width: 100%;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    color: #4d4d4d;
    height: 34px;
}
.page-login .popup-wrapper .tab-links {
    margin-bottom: 24px;
}
.hint,
.hint-red {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 13px;
}
.hint img,
.hint-red img {
    margin-right: 5px;
}
.hint {
    color: #808080;
}
.hint-red {
    color: #ff3055;
}

/*=================================================================================
 * 메인 / 서브메인
 =================================================================================*/
.visual-img {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 460px;
    padding: 100px 10%;
    background: linear-gradient(135deg, #4f86f5, #007afd);
    box-shadow: 0 0px 10px rgba(0, 0, 16, 0.03);
    border-radius: 24px;
    overflow: hidden;
}
.visual-img::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -20px;
    width: 766px;
    height: 460px;
    background: url('/dgnfolder/images/visual-img.svg') no-repeat center;
}
.visual-img h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 40px;
}
.visual-img p {
    width: 60%;
    color: #fff;
    font-size: 18px;
}

.quick-menu {
    width: 100%;
}
.quick-menu ul {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}
.quick-menu ul li {
    width: 50%;
    text-align: center;
    background-size: cover;
    box-shadow: 0 0px 10px rgba(0, 0, 16, 0.03);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
    background-size: 100% 100% !important;
}
.quick-menu ul li:nth-child(1) {
    background: url('../images/img/main-btn01.png') no-repeat center;
}
.quick-menu ul li:nth-child(2) {
    background: url('../images/img/main-btn02.png') no-repeat center;
}
.quick-menu ul li:nth-child(3) {
    background: url('../images/img/main-btn03.png') no-repeat center;
}
.quick-menu ul li:nth-child(4) {
    background: url('../images/img/main-btn04.png') no-repeat center;
}
.quick-menu ul li:nth-child(5) {
    background: url('../images/img/main-btn05.png') no-repeat center;
}
.quick-menu ul li a {
    display: block;
    padding: 220px 24px 32px 32px;
    height: 340px;
    gap: 32px;
    transition: all 0.3s;
    color: #fff;
}
.quick-menu ul li a h3 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    font-size: 30px;
    font-weight: 800;
    gap: 16px;
}
.quick-menu ul li a p {
    text-align: left;
    width: 100%;
    margin-top: 10px;
}
.quick-menu ul li:hover {
    opacity: 0.9;
}

.submain-visual {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    min-height: 120px;
}
.submain-visual > img {
    background-size: cover;
    width: 100%;
    height: 100%;
}
.submain-visual .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.submain-visual .txt h2 {
    font-size: 40px;
    margin-bottom: 12px;
}
.submain-visual .txt h2 img {
    margin-right: 8px;
}

.submain01 .quick-menu ul li:nth-child(1) {
    background: url('../images/img/sub-btn01-1.png') no-repeat center;
}
.submain01 .quick-menu ul li:nth-child(2) {
    background: url('../images/img/sub-btn01-2.png') no-repeat center;
}
.submain01 .quick-menu ul li:nth-child(3) {
    background: url('../images/img/sub-btn01-3.png') no-repeat center;
}
.submain01 .quick-menu ul li:nth-child(4) {
    background: url('../images/img/sub-btn01-4.png') no-repeat center;
}

.submain02 .quick-menu ul li:nth-child(1) {
    background: url('../images/img/sub-btn02-1.png') no-repeat center;
}
.submain02 .quick-menu ul li:nth-child(2) {
    background: url('../images/img/sub-btn02-2.png') no-repeat center;
}
.submain02 .quick-menu ul li:nth-child(3) {
    background: url('../images/img/sub-btn02-3.png') no-repeat center;
}
.submain02 .quick-menu ul li:nth-child(4) {
    background: url('../images/img/sub-btn02-4.png') no-repeat center;
}
.submain02 .quick-menu ul li:nth-child(5) {
    background: url('../images/img/sub-btn02-5.png') no-repeat center;
}

.submain03 .quick-menu ul li:nth-child(1) {
    background: url('../images/img/sub-btn03-1.png') no-repeat center;
}
.submain03 .quick-menu ul li:nth-child(2) {
    background: url('../images/img/sub-btn03-2.png') no-repeat center;
}

.submain04 .quick-menu ul li:nth-child(1) {
    background: url('../images/img/sub-btn04-1.png') no-repeat center;
}
.submain04 .quick-menu ul li:nth-child(2) {
    background: url('../images/img/sub-btn04-2.png') no-repeat center;
}
.submain04 .quick-menu ul li:nth-child(3) {
    background: url('../images/img/sub-btn04-3.png') no-repeat center;
}

@media screen and (max-width: 1400px) {
    .quick-menu ul {
        gap: 16px;
    }
    .quick-menu ul li a {
        padding: 180px 24px 24px 24px;
        height: 300px;
    }
    .quick-menu ul li a h3 {
        font-size: 24px;
    }
    .quick-menu ul li a h3 img {
        width: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .submain02 .quick-menu ul {
        flex-flow: row wrap;
        justify-content: flex-start;
    }
    .submain02 .quick-menu ul li {
        width: calc(33.3% - 16px);
    }
}

/*=================================================================================
 * 근태서비스
 =================================================================================*/
.btn-attendance {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}
.btn-attendance .btn {
    width: 33%;
    color: #fff;
    border: none;
    font-size: 26px;
    border-radius: 16px;
    height: 146px;
}
.btn-attendance .btn:hover {
    border: none;
    color: #fff;
    opacity: 0.9;
}
.btn-attendance .btn-navy {
    background-color: #3069b3;
}
.btn-attendance .btn-navy:hover {
    background-color: #3069b3;
}
.btn-attendance .btn-red {
    background-color: #fb3554;
}
.btn-attendance .btn-red:hover {
    background-color: #fb3554;
}

/*=================================================================================
 * 스테이
 =================================================================================*/
.stay-wrap {
    width: 1920px;
    margin: 0 auto;
    padding: 140px 40px 0 40px;
}
.stay-title {
    overflow: hidden;
    width: 100%;
    height: 384px;
    padding: 100px 0 0 0;
    background: url('../images/stay_01.png') no-repeat right center;
}

.stay-title h2 {
    width: 920px;
    box-sizing: border-box;
    border-bottom: 6px solid #f3c903;
    color: #0099ff;
    font-size: 60px;
    font-weight: 600;
    padding: 0 0 10px 100px;
    margin: 0 0 15px 0;
}

.stay-title li {
    box-sizing: border-box;
    width: 725px;
    padding: 0 0 0 100px;
    font-size: 26px;
    font-weight: 300;
}

.stay-thumb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0 0 0;
    gap: 35px;
}
.stay-thumb ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    height: 360px;
    background-size: cover;
}

.stay-thumb ul p {
    display: inline-block;
    margin: 0 auto 15px auto;
    background-color: #f3c903;
    color: #fff;
    font-size: 25px;
    padding: 5px 20px;
    text-align: center;
}

.stay-thumb ul li {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 153, 255, 0.8);
    color: #fff;
    font-size: 19px;
}

.stay-thumb01 {
    background: url('../images/stay_02.png') no-repeat center;
}

.stay-thumb02 {
    background: url('../images/stay_03.png') no-repeat center;
}
.stay-thumb03 {
    background: url('../images/stay_04.png') no-repeat center;
}
.stay-thumb04 {
    background: url('../images/stay_05.png') no-repeat center;
}

/*=================================================================================
 * 카운셀링
 =================================================================================*/

.counsel-wrap {
    width: 1920px;
    margin: 0 auto;
    padding: 140px 40px 0 40px;
}
.counsel-title {
    overflow: hidden;
    width: 100%;
    height: 384px;
    padding: 100px 0 0 0;
    background: url('../images/counsel_01.png') no-repeat right center;
}

.counsel-title h2 {
    width: 920px;
    box-sizing: border-box;
    border-bottom: 6px solid #9933cc;
    color: #9933cc;
    font-size: 60px;
    font-weight: 800;
    padding: 0 0 10px 100px;
    margin: 0 0 15px 0;
}

.counsel-title li {
    box-sizing: border-box;
    width: 725px;
    padding: 0 0 0 100px;
    font-size: 26px;
    font-weight: 300;
}

.counsel-thumb {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 100px 0 0 0;
    gap: 35px;
}
.counsel-thumb ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: 100%;
    height: 360px;
    background-size: cover;
}

.counsel-thumb ul p.counsel {
    display: block;
    color: #333;
    font-size: 33px;
    margin: 0 0 10px 30px;
    font-weight: 600;
    text-align: left;
}

.counsel-thumb ul li.counsel {
    width: 100%;
    color: #333;
    font-size: 18px;
    margin: 0 0 10px 30px;
    padding: 0;
}

.counsel-thumb01 {
    background: url('../images/counsel_02.png') no-repeat center;
}

.counsel-thumb02 {
    background: url('../images/counsel_03.png') no-repeat center;
}
.counsel-thumb03 {
    background: url('../images/counsel_04.png') no-repeat center;
}
.counsel-thumb04 {
    background: url('../images/counsel_05.png') no-repeat center;
}

.counsel-thumb05 {
    background: url('../images/counsel_06.png') no-repeat center;
}

/*=================================================================================
 * 송금
 =================================================================================*/

.remittance-wrap {
    width: 1920px;
    margin: 0 auto;
    padding: 140px 40px 0 40px;
}
.remittance-title {
    overflow: hidden;
    width: 100%;
    height: 384px;
    padding: 100px 0 0 0;
    background: url('../images/remittance_01.png') no-repeat right center;
}

.remittance-title h2 {
    width: 920px;
    box-sizing: border-box;
    border-bottom: 6px solid #ffcc00;
    color: #ffcc00;
    font-size: 60px;
    font-weight: 800;
    padding: 0 0 10px 100px;
    margin: 0 0 15px 0;
}

.remittance-title li {
    box-sizing: border-box;
    width: 725px;
    padding: 0 0 0 100px;
    font-size: 26px;
    font-weight: 300;
}

.remittance-thumb {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 100px 0 0 0;
    gap: 35px;
}
.remittance-thumb ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: 100%;
    height: 360px;
    background-size: cover;
}

.remittance-thumb ul p.remittance {
    display: block;
    color: #fff;
    font-size: 30px;
    margin: 100px 0 10px 60px;
    font-weight: 500;
    text-align: left;
}

.remittance-thumb ul li.remittance {
    width: 100%;
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px 60px;
    padding: 0;
    font-weight: 300;
}

.remittance-thumb01 {
    background: url('../images/remittance_02.png') no-repeat center;
}

.remittance-thumb02 {
    background: url('../images/remittance_03.png') no-repeat center;
}

/*=================================================================================
 * 커뮤니티
 =================================================================================*/

.community-wrap {
    width: 1920px;
    margin: 0 auto;
    padding: 140px 40px 0 40px;
}
.community-title {
    overflow: hidden;
    width: 100%;
    height: 384px;
    padding: 100px 0 0 0;
    background: url('../images/community_01.png') no-repeat right center;
}

.community-title h2 {
    width: 920px;
    box-sizing: border-box;
    border-bottom: 6px solid #00cc66;
    color: #00cc66;
    font-size: 60px;
    font-weight: 800;
    padding: 0 0 10px 100px;
    margin: 0 0 15px 0;
}

.community-title li {
    box-sizing: border-box;
    width: 725px;
    padding: 0 0 0 100px;
    font-size: 26px;
    font-weight: 300;
}

.community-thumb {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 100px 0 0 0;
    gap: 35px;
}
.community-thumb ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 360px;
    background-size: cover;
}

.community-thumb ul p.community {
    display: block;
    color: #00cc66;
    font-size: 33px;
    margin: 100px 0 10px 0;
    font-weight: 500;
    text-align: center;
}

.community-thumb ul li.community {
    width: 100%;
    color: #000;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 300;
    text-align: center;
}

.community-thumb01 {
    background: url('../images/community_02.png') no-repeat center;
}

.community-thumb02 {
    background: url('../images/community_03.png') no-repeat center;
}

.community-thumb03 {
    background: url('../images/community_04.png') no-repeat center;
}

/*=================================================================================
 * 메인
 =================================================================================*/

.main-wrap {
    width: 1920px;
    margin: 0 auto;
    padding: 100px 40px 0 40px;
}
.main-title {
    overflow: hidden;
    width: 100%;
    height: 465px;
    padding: 130px 0 0 0;
    background: url('../images/main_02.jpg') no-repeat right center;
}

.main-title li {
    box-sizing: border-box;
    width: 900px;
    padding: 0 0 0 100px;
    font-size: 40px;
    font-weight: 500;
}

.main-thumb {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin: 100px 0 0 0;
    gap: 35px;
}
.main-thumb ul {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    width: 100%;
    height: 360px;
    background-size: cover;
}

.main-thumb ul p.main {
    display: block;
    color: #fff;
    font-size: 38px;
    margin: 20px 40px 40px 0;
    font-weight: 800;
    text-align: right;
}

.main-thumb ul li.main {
    width: 100%;
    color: #000;
    font-size: 17px;
    margin: 0 50px 10px 0;
    padding: 0;
    font-weight: 300;
    text-align: right;
}

.main-thumb01 {
    background: url('../images/main_02.png') no-repeat center;
}

.main-thumb02 {
    background: url('../images/main_03.png') no-repeat center;
}

.main-thumb03 {
    background: url('../images/main_04.png') no-repeat center;
}

.main-thumb04 {
    background: url('../images/main_05.png') no-repeat center;
}

@media screen and (max-width: 1024px) {
    .login-wrap .left {
        display: none;
    }

    .login-wrap .right {
        width: 100%;
    }

    .login-wrap {
        box-shadow: none;
    }

    .page-login {
        min-width: 375px !important;
    }

    .dashboard-login-wrap .copyright {
        position: unset;
        text-align: center;
    }
    .dashboard-login-wrap .copyright {
        transform: none;
    }

    .dashboard-login-wrap {
        flex-flow: column;
    }
}
