@charset "utf-8";
/*임업직불제 임업인 의무교육*/

.edu-info {
    padding: 20px 25px;
    background: #eff2f7;
    margin-bottom: 20px;
    position: relative;
}

.edu-info > ul {
    display: inline-flex;
    flex-wrap: nowrap;
    position: relative;
}

.edu-info > ul > li {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 10px;
    position: relative;
}

.edu-info > ul > li > img {
    margin-right: 12px;
}

.edu-info > ul > li:nth-child(2) {
    position: relative;
    padding-right: 15px;

}

.edu-info > ul > li:nth-child(2)::after {
    content: "/";
    position: absolute;
    right: 0;
    font-size: 22px;

}

.edu-info > ul > li > p {
    font-size: 20px;
    font-weight: bold;
}

.edu-info > ul > li > p span {
    font-size: 19px;
    font-weight: 500;
    margin-left: -2px;
    position: relative;
    display: inline-block;
}

.edu-info > ul > li > strong {
    color: #1850de;
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.certificate-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #404dc7 !important;
    padding: 10px 15px;
    border: 2px solid #404dc7;
    border-radius: 9px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    background: #fff;
    font-size: 17px;
    font-weight: bold;
}

.certificate-btn:hover {
    background: #404dc7;
    color: #fff !important;
}

.certificate-btn:hover .ico-cert_ov {
    display: block;
}

.certificate-btn:hover .ico-cert {
    display: none;
}

.ico-cert_ov {
    display: none;
}



.certificate-btn img {
    margin-right: 10px;
}

.edu-list {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
}

.edu-list > ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
}

.edu-list > ul > li {
    width: calc((100% / 2) - 13px);
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    position: relative;

}

.edu-list > ul > li:hover {
    transform: translateY(-10px);
    transition: all .5s ease;
}

.edu-list > ul > li:nth-child(2n) {
    margin-right: 0;
}

.edu-class {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    background: #e3e7f6;
    text-align: center;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
    padding-top: 20px;
}

.edu-class > strong {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 900;
    color: #36507e;
    font-family: 'Pretendard';
}

.edu-class > p {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #36507e;
    font-family: 'Pretendard';
}

.edu-loading-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 340px;
    padding-left: 20px;
}

.edu-loading-wrap > .loading {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 6px;
}

.edu-loading-wrap > .loading > * {
    font-family: 'Pretendard';
}

.edu-loading-wrap > .loading > li {
    width: 100%;
    position: relative;
    display: block;
    padding: 2px 0;

}

.edu-loading-wrap > .loading > li p {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -1px;
}

.edu-loading-wrap > .loading > li p > span {
    color: #404dc7;
}


.edu-list > ul > li > .edu-loading-wrap > p {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Pretendard';
}

.edu-list > ul > li .edu-course {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    color: #404dc7;
    font-size: 17px;
    font-weight: bold;
    right: 20px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    outline: 2px solid #404dc7;
    border-radius: 9px;
    font-family: 'Pretendard';
}

input[name="edu-tabs"] {
    display: none;
}

input[name="edu-tabs"] + label {
    padding: 14px 16px 12px 16px;
}

.ico-edu_ov {
    display: none;
}

.edu-list > ul > li .edu-course:hover {
    background: #404dc7;
    color: #fff;
}

.edu-list > ul > li .edu-course:hover img.ico-edu {
    display: none;
}

.edu-list > ul > li .edu-course:hover img.ico-edu_ov {
    display: inline-block;
}

.edu-list > ul > li .edu-course img,
.edu-list > ul > li .edu-complete img {
    margin-right: 10px;
    width: 30px;
    position: relative;
    top: 1px;
}

.edu-list > ul > li .edu-complete {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
    right: 20px;
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    border-radius: 9px;
    background: #f9dc09;
    color: #003333;
}

.ico-complete_ov {
    display: none;
}

.edu-list > ul > li .edu-complete:hover {
    background: #fff;
    border: 2px solid #4b3d31;
    color: #4b3d31;
}

.edu-list > ul > li .edu-complete:hover .ico-complete {
    display: none;
}

.edu-list > ul > li .edu-complete:hover .ico-complete_ov {
    display: block;
}

.edu-cont {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.edu-main {
    width: 100%;
    position: relative;
    display: block;
    padding: 20px 50px 20px 50px;
    background: #d5f0dd;
    border-radius: 13px;
}

.edu-main > h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    color: #004025;
    font-family: 'Pretendard';
    position: relative;
}

.edu-main > h3::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -65px;
    width: 155px;
    height: 130px;
    background-image: url(../images/content/edu-people.png);
    background-repeat: no-repeat;
    transform: rotate(-5deg);
    background: none;
}

.edu-main > h3 > span {
    color: #dd1717;
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

.edu-main > h3 > span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 3px;
    background: #dd1717;
}

.edu-txt {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
    margin: 0 auto;
    background-image: url(../images/content/edu-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 35px;
    text-align: center;
}

.edu-txt > h3 {
    color: #fff;
    font-size: 33px;
    padding-top: 10px;
    font-weight: bold;
    font-family: 'Pretendard';
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-shadow: 3px 0px 0px rgba(0, 0, 0, .3);
}

.edu-txt > h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background: #fff;
    box-shadow: 3px 2.6px 0px rgba(0, 0, 0, .3);
}


.edu-txt > ul {
    padding-top: 30px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.edu-txt > ul > li {
    color: #fff;
    width: calc(100% / 2);
    font-size: 20px;
    font-weight: bold;
    font-family: 'Pretendard';
    position: relative;
    padding-left: 23px;
    text-align: start;
}

.edu-txt > ul > li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/content/edu-text.png);
    background-repeat: no-repeat;
}


.edu-txt > ul > li:nth-child(n + 3) {
    margin-top: 10px;
}

.edu-tree {
    position: absolute;
    right: 20px;
    bottom: -4px;
}


.edu-cont.off > img {
    display: none;
}

.edu-cont > div:not(:nth-child(1)) {
    display: none;
    overflow: hidden;
}

.edu-cont > div > video {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.edu-cont > div.on {
    display: block;
}

@media(max-width:1500px) {
    .edu-list > ul > li > .edu-loading-wrap > p {
        font-size: 21px;
        letter-spacing: -1px;
    }

    .edu-class > p {
        font-size: 15px;
        line-height: 1.5;
    }

    .edu-list > ul > li .edu-course,
    .edu-list > ul > li .edu-complete {}

    input[name="edu-tabs"] + label {
        padding: 9px 13px 11px 13px;
        font-size: 16px;
    }

    .edu-list > ul > li .edu-course img,
    .edu-list > ul > li .edu-complete img {
        width: 25px;
        top: 4px;
        position: relative;
    }

    .edu-list > ul > li .edu-complete,
    .edu-list > ul > li .edu-course {
        border-radius: 5px;
    }

    .edu-cont {
        background-position: center center;

    }

    .edu-cont > div > video {
        height: auto;
    }


    .edu-main > h3 {
        padding-left: 50px;
    }

    .edu-main {
        padding: 20px 30px;
    }

    .edu-txt {
        height: 210px;
        background-size: 100% 100%;
    }


    .edu-main > h3::after {
        background-size: 90%;
        bottom: -80px;
    }

    .edu-txt > h3 {}

    .edu-txt > ul {
        padding-left: 0;
    }

}

@media(max-width:1350px) {
    .edu-class {
        display: inline-flex;
        flex-wrap: nowrap;
        border-radius: 7px;
        width: auto;
        height: auto;
        padding: 7px 15px;
        margin-bottom: 10px;
    }

    .edu-list > ul > li > .edu-loading-wrap > p {
        display: block;
        padding-left: 0;
    }

    .edu-class > strong {
        width: auto;
        margin-right: 5px;
    }

    .edu-list > ul > li .edu-course,
    .edu-list > ul > li .edu-complete {
        top: 20px;
        transform: translate(0);
        position: absolute;
    }

    .edu-loading-wrap {
        display: block;
        padding-left: 0;
    }

    .edu-list > ul > li > .edu-loading-wrap > p {
        font-size: 23px;
        font-weight: bold;
    }
}

@media(max-width:1100px) {
    .edu-txt > h3 {
        font-size: 25px;
    }

    .edu-main > h3 {
        font-size: 23px;
    }

    .edu-txt > ul {
        width: 100%;
        padding: 0 25px;
        padding-right: 0;
        padding-top: 40px;
        justify-content: center;
    }

    .edu-txt > ul > li {
        font-size: 17px;
        letter-spacing: -1.5px;
    }

    .edu-main {
        padding: 20px 0px;
    }

    .edu-main > h3::after {
        background-size: 75%;
        bottom: -100px;
        left: 50px;
    }

    .edu-txt {
        margin-top: 45px;
        height: auto;
    }

    .edu-tree {
        display: none;
    }
}


@media(max-width:900px) {
    .edu-list {
        padding: 0;
    }

    .edu-list > ul > li {
        width: 100%;
        margin-right: 0;
    }

    .edu-info > ul > li > img {
        width: 35px;
    }

    .edu-info > ul > li > p,
    .edu-info > ul > li > strong {
        font-size: 19px;
    }

    .certificate-btn {
        padding: 10px 15px;
        font-size: 16px;
    }

    .certificate-btn > img {
        width: 19px;
    }

    .edu-main > h3::after {
        left: 10px;
        bottom: -100px;
    }

    .edu-main > h3 {
        padding-left: 0;
        font-size: 19px;
    }

    .edu-txt {
        margin-top: 35px;
    }

    .edu-txt > h3 {
        font-size: 19px;
    }

    .edu-txt > ul {
        padding-top: 35px;
    }

    .edu-list > ul > li > .edu-loading-wrap > p {
        font-size: 26px;
        padding-top: 5px;
        margin-bottom: 10px;
    }

    .edu-list > ul > li .edu-course,
    .edu-list > ul > li .edu-complete {
        top: 75px;
    }
}

@media(max-width:670px) {
    .edu-info > ul {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .edu-info > ul > li:nth-child(1) {
        width: 100%;
        justify-content: center;
        margin-bottom: 5px;
    }

    .certificate-btn {
        margin-top: -20px;
    }

    .edu-list > ul {
        padding-bottom: 10px;
    }

    .edu-txt > h3::after {
        bottom: -5px;
    }

    .edu-txt {
        background-image: none;
        padding-top: 0;
        width: 95%;
        background: #0f8662;
        margin: 0 auto;
        margin-top: 25px;
    }

    .edu-txt > ul {
        padding: 0 15px;
        margin-top: 20px;
        justify-content: center;
    }

    .edu-txt > ul > li {
        width: 100%;
    }

    .edu-txt > ul > li:nth-child(n + 1) {
        margin-top: 10px;
    }

    .cont-br {
        display: none;
    }

    .edu-main > h3 {
        padding: 0 15px;
        word-break: keep-all;
    }

    .edu-main > h3::after {
        display: none;
    }
}

@media(max-width:450px) {

    .edu-list > ul > li .edu-course,
    .edu-list > ul > li .edu-complete {
        position: relative;
        top: 0;
        transform: translateY(0);
        right: 0;
        width: 100%;
        margin-top: 15px;
        text-align: center;
        display: block;
    }

    .edu-list > ul > li > .edu-loading-wrap > p {
        margin-top: 5px;
    }

    .edu-info {
        padding: 15px;
    }

    .edu-info > ul > li {
        text-align: center;
        justify-content: center;
    }

    .edu-info > ul > li:nth-child(2),
    .edu-info > ul > li:nth-child(3) {
        width: calc(100% / 2);
        margin-right: 0;
        justify-content: center;
    }

    .edu-info > ul > li:nth-child(2) {
        padding-right: 0px;
    }

    .edu-info > ul > li > strong {
        font-size: 18px;
    }

    .edu-info > ul > li > p {
        font-size: 17px;
    }

    .edu-info > ul > li > img {
        width: 30px;
    }

    .certificate-btn {
        position: relative;
        top: 0;
        transform: translate(0);
        margin-top: 0;
        right: 0;
        margin-top: 10px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .edu-list > ul {
        padding-bottom: 0px;
    }

    .edu-info > ul > li > p span {
        font-size: 17px;
    }

    .edu-loading-wrap {
        width: 100%;
    }
}


@media(max-width:360px) {

    .edu-info > ul > li:nth-child(1) {
        margin-bottom: 5px;
    }

    .edu-info > ul > li:nth-child(2),
    .edu-info > ul > li:nth-child(3) {
        width: 100%;
        margin-bottom: 5px;
    }

    .edu-info > ul > li:nth-child(2)::after {
        content: none;
    }
}


@media (min-width: 450px) and (max-width: 780px) {
    .certificate-btn {
        position: relative;
        top: 0;
        transform: translate(0);
        margin-top: 0;
        right: 0;
        margin-top: 10px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .edu-info > ul {
        justify-content: center;
        width: 100%;
    }
}

/* 임업직불제 소개 */

.intro-tit {
    width: 100%;
    position: relative;
    display: block;
    padding: 42px;
    padding-left: 65px;
    background: #00946d;
    border-radius: 10px;
    background-image: url(../images/content/intro-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.intro-tit > h3,
.intro-tit > p {
    font-family: 'Pretendard';
    color: #fff;
}

.intro-tit > h3 {
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}

.intro-cont > * {
    font-family: 'Pretendard';
}

.intro-tit > p {
    font-size: 20px;
    letter-spacing: -1.3px;
}

.intro-cont {
    padding: 50px 0;
    padding-top: 40px;
    position: relative;
    display: block;
}

.intro-cont > h3.h3_tit {
    padding-bottom: 5px;
}

.intro-cont > ul {
    padding: 5px 0;
}

.intro-cont p {
    font-size: 18px;
    font-weight: 400;
}

.intro-cont > ul > li {
    padding: 3px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -1.3px;
    position: relative;
    padding-left: 23px;
}

.intro-cont > ul > li:not(:nth-last-child(1)) {
    margin-bottom: 3px;
}

.intro-cont > ul > li::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 13px;
    width: 12px;
    height: 10px;
    background-image: url(../images/content/ico-intro_txt.png);
    background-repeat: no-repeat;
}

.intro-cont > ul > li > b {
    font-size: 17px;
    color: #444444;
}

.intro-cont > ul > li > span.red {
    color: #ec2b2b;
}

.intro-cont > ul > li.intro_empty::after {
    content: none;
}

.intro-cont > ul > li.intro_empty {
    padding-left: 0;
}

.intro-Tbox {
    width: 100%;
    position: relative;
    display: block;
    padding: 15px 30px;
    background: #f2f7fc;
    border-radius: 10px;
    border: 1px solid #cbcbcb;
}

.intro-inner {
    position: relative;
    display: block;
    width: 100%;
}

.intro-inner > h5 {
    font-size: 20px;
    color: #1941a6;
    font-weight: bold;
    margin: 5px 0;
    padding-bottom: 0;
}

.intro-inner > ul > li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 4px 0;
    padding-left: 28px;
}

.intro-inner > ul > li::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 13px;
    width: 6px;
    height: 3px;
    background: #7da0e0;
}

.intro-tbl-cont {
    padding: 0;
    text-align: start;
}

.intro-tbl-cont .intro-inner ul li {
    padding-left: 10px;
}

.intro-tbl-cont .intro-inner > ul > li::after {
    left: 0;
}

.intro-tbl-cont .intro-inner h5 {
    margin: 0;
    padding-bottom: 5px;
}

.intro-cont .tbl tr th {
    font-size: 20px;
}

.intro-tbl-cont > ul > li {
    font-size: 19px;
}

.intro-inner ul li b {
    margin-top: 6px;
    display: block;
    font-size: 17px;
}

.intro-map {
    position: relative;
    width: 100%;
    padding: 15px 0;
}

.intro-map > ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;

}

.intro-map > ul > li {
    width: calc((100% / 7) - 10px);
    position: relative;
    margin-right: 20px;
}

.intro-map > ul > li:nth-last-child(1) {
    margin-right: 0;
}

.intro-map > ul > li:not(:nth-last-child(1))::before {
    content: "";
    position: absolute;
    top: 65px;
    right: -27px;
    width: 40px;
    height: 25px;
    background-image: url(../images/content/intro-arr.png);
    background-repeat: no-repeat;
}

.intro-circle {
    width: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
}

.intro-circle::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.intro-circle > p {
    font-size: 21px;
    font-weight: bold;
    font-family: 'Pretendard';
}

.intro-map ul li > p {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 500;
    padding: 7px 10px;
    border: 1px solid #cdced0;
    border-radius: 25px;
    color: #f26c71;

}

.intro-map > ul > li:nth-child(1) .intro-circle.cr01 {
    background: #b9e3e6;
}

.intro-map > ul > li:nth-child(2) .intro-circle.cr02 {
    background: #c5dbf3;
}

.intro-map > ul > li:nth-child(3) .intro-circle.cr03 {
    background: #afe1d8;
}

.intro-map > ul > li:nth-child(4) .intro-circle.cr04 {
    background: #b9e9c0;
}

.intro-map > ul > li:nth-child(5) .intro-circle.cr05 {
    background: #d9ecb2;
}

.intro-map > ul > li:nth-child(6) .intro-circle.cr06 {
    background: #f1eeaa;
}

.intro-map > ul > li:nth-child(7) .intro-circle.cr07 {
    background: #e9d0e9;
}

@media(max-width:1400px) {
    .intro-circle > p {
        font-size: 18px;
    }

    .intro-circle {
        width: 95%;
    }

}

@media(max-width:1024px) {
    .intro-tit {
        padding: 35px 30px;
        background-position: bottom right;
        background-size: 450px 100%;
    }

    .intro-tit > p {
        font-size: 18px;
    }

    .intro-map > ul {
        flex-wrap: wrap;
        justify-content: end;
    }

    .intro-map > ul > li {
        width: calc(100% / 5);
        margin-right: 0;
        padding: 0 10px;
    }

    .intro-map > ul > li:nth-child(6) {
        order: 6;
    }

    .intro-circle {
        width: 85%;
    }

    .intro-map > ul > li:not(:nth-last-child(1))::before {
        right: -20px;
        top: 32%;
    }

    .intro-map > ul > li {
        margin-bottom: 30px;
    }

    .intro-map > ul > li:nth-child(n+6) {
        margin-bottom: 0
    }

    .intro-circle > p {
        font-size: 19px;
    }

    .intro-map > ul > li:nth-child(n+6) {
        margin-top: 40px;
    }

    .intro-map > ul > li:nth-child(5)::before {
        top: 110%;
        left: 50%;
        transform: translateX(-50%)rotate(90deg);
    }

    .intro-map > ul > li:nth-child(6)::before {
        left: -20px;
        transform: rotate(180deg);
    }
}

@media(max-width:900px) {
    .intro-cont .tbl {
        display: table;
    }

    .intro-tbl-cont.intro-cont {
        padding: 0;
    }
}




@media(max-width:780px) {
    .intro-tit {
        background-image: none;
    }

    .intro-cont {
        padding: 30px 0;
    }

    .intro-cont > ul > li {
        font-size: 17px;
    }

    .intro-map > ul > li {
        width: calc(100% / 4);
    }

    .intro-map > ul > li::before {
        top: 30%;
    }


    .intro-map > ul > li:nth-child(5)::before {
        transform: rotate(180deg);
        left: -20px;
        top: 30%;
    }

    .intro-map > ul > li:nth-child(4)::before {
        top: 110%;
        left: 50%;
        transform: translateX(-50%)rotate(90deg);
    }

    .intro-map > ul > li:nth-child(6)::before {
        top: 27%;
    }

    .intro-map > ul > li:nth-child(5) {
        order: 7;
        margin-top: 40px;
    }


}

@media(max-width:639px) {
    .intro-tit {
        padding: 25px;
    }

    .intro-tit > p > br {
        display: none;
    }

    .intro-tit > h3 {
        font-size: 25px;
    }

    .intro-map > ul > li {
        width: 100%;
    }

    .intro-map > ul > li:not(:nth-last-child(1)) {
        margin-bottom: 40px;
    }

    .intro-circle {
        width: 100%;
        padding: 15px;
        border-radius: 0;
        margin-bottom: 0;
        box-shadow: none;
    }

    .intro-circle::before {
        content: none;
    }

    .intro-circle > p {
        font-size: 20px;
    }

    .intro-circle > p br {
        display: none;
    }

    .intro-map ul li > p {
        border-radius: 0;
    }

    .intro-map > ul > li:not(:nth-last-child(1))::before {
        background-size: 30px;
        top: 105px;
        left: 50%;
        transform: translateX(-50%)rotate(90deg);
    }

    .intro-map > ul > li:nth-child(5) {
        order: 0;
        margin-top: 0;
    }

    .intro-map > ul > li:nth-child(6) {
        order: 0;
        margin-top: 0;
    }

    .intro-map > ul > li:nth-child(7) {
        margin-top: 0;
    }

    .intro-tbl {
        overflow-x: scroll;
    }

    .intro-tbl table {
        width: 700px;
    }

}

/* 자격요건 자가검증 */

.identity-wrap {
    position: relative;
    padding: 50px 0;
    width: 700px;
    margin: 0 auto;
}

.identity {
    border: 3px solid #eeeeee;
    width: 100%;
    padding: 65px;
    position: relative;
    text-align: center;
    border-radius: 27px;
}

.identity > h3 {
    display: block;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
}

.identity > img {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
}

.identity > p {
    font-size: 22px;
    font-weight: bold;
    color: #444444;
    padding-top: 10px;
    padding-bottom: 40px;
    line-height: 1.4;
}

.identity > p > strong {
    font-size: 22px;
    color: #ec0909;
}

.identity > a.mb_btn {
    position: relative;
    padding: 25px 100px;
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    background: #3838b1;
    text-align: center;
    border-radius: 10px;
}

.identity > a.mb_btn:hover {
    background: #fff;
    color: #3838b1;
    outline: 2px solid #3838b1;
}

@media(max-width:768px) {
    .identity-wrap {
        width: 100%;
    }
}

@media(max-width:639px) {
    .identity {
        padding: 45px 15px;
        border-radius: 15px;
    }

    .identity > p,
    .identity > p > strong {
        font-size: 19px;
    }

    .identity > h3 {
        font-size: 33px;
    }

    .identity > a.mb_btn {
        padding: 23px 70px;
        border-radius: 7px;
    }
}

@media(max-width:400px) {
    .identity-wrap {
        padding: 30px 0;
    }

    .identity > p,
    .identity > p > strong {
        font-size: 16px;
    }

    .identity > h3 {
        font-size: 26px;
    }

    .identity > a.mb_btn {
        padding: 15px 35px;
        font-size: 18px;
    }
}

/* 임업비서 앱 사용 안내 */

.appBg {
    position: relative;
    width: 100%;
    height: 640px;
    background-image: url(../images/app/app-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 70px;
    padding-top: 40px;
    background-size: cover;
    display: flex;
    overflow: hidden;
}

.app-left {
    width: calc(100% - 400px);
}

.app-right {
    width: 380px;
}

.app-bg01,
.app-bg02,
.app-bg03 {
    position: absolute;
}

.app-bg01 {
    top: 160px;
    right: 450px;
}

.app-bg02 {
    top: -30px;
    right: -45px;
}

.app-bg03 {
    bottom: 90px;
    right: 40px;
}

.app-tit {
    position: relative;
}

.app-txt {
    padding-top: 25px;
    position: relative;
    display: block;
}

.app-txt > p {
    font-family: 'Pretendard';
    font-size: 21px;
    font-weight: 500;
    line-height: 1.7;
    color: #444444;
    word-break: break-all;
}

.app-txt > p > span {
    font-weight: bold;
    color: #e85200;
}

.app-down-btn {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    padding: 18px 30px;
    border-radius: 30px;
    background: #404dc7;
    color: #fff !important;
    margin-top: 25px;
    font-size: 22px;
}

.app-down-btn > i {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-image: url(../images/app/app-down.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.app-down-btn:hover {
    background: #fff;
    outline: 2px solid #404dc7;
    color: #404dc7 !important;
}

.app-down-btn:hover > i {
    background-image: url(../images/app/app-down-ov.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.app-qr {
    position: relative;
    margin-top: 25px;
}

.app-qr > ul {
    display: block;
}

.app-qr > ul li:nth-last-child(1) a {
    letter-spacing: -1.3px;
}

.app-qr > ul > li:not(:nth-last-child(1)) {
    margin-bottom: 10px;
}

.app-qr > ul > li > p{
    margin-top: 10px;
    font-weight: bold;
    color: #444;
    font-size: 18px;
}

.app-qr > span {
    margin-right: 15px;
}

.google-btn {
    border: 2px solid #4f76f8;
    color: #404dc7;
    background: #fff;
    padding: 15px 20px;
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
    border-radius: 4px;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Pretendard';
}

.google-btn:hover {
    background: #404dc7;
    color: #fff;
    border-color: #404dc7;
}

.google-btn i {
    width: 25px;
    height: 25px;
    background-image: url(../images/app/ico-google.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.one-btn {
    padding-right: 35px;
}

.one-btn i {
    width: 25px;
    height: 25px;
    background-image: url(../images/app/ico_onestore.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: 10px;
}

.app-phone {
    position: relative;
    z-index: 99;
}

.app-phone > img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.app-body {
    width: 210px;
    height: 465px;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 18px;
    border-radius: 20px;
}

.app-cont {
    width: 100%;
    position: relative;
}

.app-cont > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

.app-cont > ul > li {
    width: calc((100% / 2) - 15px);
    margin-right: 30px;
    background: #f7f8fa;
    border-radius: 30px;
    padding: 60px;
    margin-top: 120px;
    position: relative;
    padding-left: 280px;
    min-height: 450px;
    padding-top: 50px;
}

.app-cont > ul > li:nth-child(2n) {
    margin-right: 0;
}

.app-cont > ul > li .ph-box > img {
    position: absolute;
    top: -40px;
    left: -15px;
}

.app-cont > ul > li > h3 {
    font-size: 30px;
    font-weight: bold;
    color: #00976e;
    padding-bottom: 30px;
}

.app-cont > ul > li p {
    font-size: 22px;
    line-height: 1.5;
    color: #444444;
}


@media(max-width:1500px) {

    /*
    .app_br {
        display: none;
    }
*/
    .appBg {
        padding: 50px;
    }

    .app-bg01 {
        right: 00px
    }

    .app-bg03 {
        right: 10px;
        bottom: 50px;
    }

    .app-cont > ul > li .ph-box > img {
        width: 260px;
        top: -15px;
    }

    .app-cont > ul > li {
        padding: 40px;
        padding-left: 255px;
        padding-top: 50px;
        margin-top: 60px;
    }

    .app-cont > ul > li p {
        font-size: 20px;
    }

    .app-cont > ul {
        padding-bottom: 60px;
    }
}

@media(max-width:1300px) {
    .appBg {
        padding: 50px;
        padding-top: 30px;
        background: #f9fcf2 url(../images/app/app-bg02.png);
        background-repeat: no-repeat;
        background-size: auto;
        background-position: bottom;
    }

    .app-left {
        /*        width: calc(100% - 500px);*/
    }

    .app-cont > ul > li {
        padding: 25px;
        padding-left: 240px;
        padding-top: 50px;
        margin-top: 60px;
    }

    .app-bg01 {
        display: none;
    }

    .app-bg02 {
        right: -30px;
        top: -20px;
    }

    .app-bg03 {
        right: 40px;
        bottom: 30px;
    }

    .app-cont > ul > li .ph-box > img {
        width: 245px;
        top: 2px;
    }
}

@media(max-width:1024px) {
    .appBg {
        justify-content: space-between;
        height: 600px;
    }

    .app-bg01,
    .app-bg02,
    .app-bg03 {
        display: none;
    }

    .app-left,
    .app-right {
        width: auto;
    }

    .app_br {
        display: block;
    }

    .app-txt > p {
        font-size: 19px;
    }

    .app-down-btn,
    .app-qr > .google-btn {
        font-size: 20px;
    }

    .app-cont > ul > li .ph-box > img {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .app-cont > ul > li {
        padding: 25px;
    }

    .app-cont > ul > li > h3 {
        padding-bottom: 15px;
    }
}

@media(max-width:870px) {
    .appBg {
        flex-wrap: wrap;
        height: auto;
        padding: 30px;
    }

    .app-left,
    .app-right {
        width: 100%;
    }

    .app-phone {
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 195px;
    }

    .google-btn {
        font-size: 17px;
        font-weight: bold;
    }

    .app-qr > ul li:nth-last-child(1) a {
        letter-spacing: -.5px;
    }

}

@media(max-width:750px) {
    .app-cont > ul > li {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .app-cont > ul {
        padding-bottom: 0;
    }
}


@media(max-width:639px) {
    .app-phone {
        display: none;
    }

    .appBg {
        padding: 20px;
    }

    .app_br {
        display: none;
    }

    .app-txt > p {
        font-size: 18px;
        letter-spacing: -1.1px;
    }

    .app-down-btn {
        padding: 15px 20px;
    }

    .app-qr > .google-btn {
        font-size: 17px;
        padding: 15px;
    }

    .app-qr > .google-btn i,
    .app-down-btn > i {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }

    .app-qr {
        margin-top: 30px;
    }

    .app-qr > span img {
        width: 90px;
    }

    .app-down-btn {
        font-size: 17px;
    }

    .app-cont > ul > li > h3 {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .app-cont > ul > li p {
        font-size: 17px;
    }
}

.regi-num {
    display: flex;
}