/* 회사소개 */
.sub_about_visual {
    background: url(../img/sub/sub_about_visual.jpg)no-repeat center center/cover;
}

.sub_about_sec01 {}

.sub_about_sec01 .sub_sec01_banner {
    margin: 0 0 32px 0;
    padding: 40px 0;
    background: #D00D22;
}

.sub_about_sec01 .sub_sec01_banner>.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub_about_sec01 .sub_sec01_banner>.inner .txt_box p {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    color: var(--white-color);
}

.sub_about_sec01 .sub_sec01_banner>.inner .txt_box p span {
    font-weight: 700;
}

.sub_about_sec01 .sub_sec01_banner>.inner .logo_itm {
    max-width: 255px;
    width: 100%;
}



.sub_about_sec01 .sub_sec01_banner02>.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
}

.sub_about_sec01 .sub_sec01_banner02 .left strong {
    display: block;
    margin: 0 0 16px 0;
    font-size: 24px;
    line-height: 32px;
    color: #222;
    font-weight: 700;
    text-align: center;
}

.sub_about_sec01 .sub_sec01_banner02 .left p {
    font-size: 16px;
    line-height: 16px;
    color: #444;
    font-weight: 300;
    text-align: center;
}

.sub_about_sec01 .sub_sec01_banner02 .right {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
}

.sub_about_sec01 .sub_sec01_banner02 .right .item {
    padding: 40px 0;
    border: 1px solid #f1f1f1;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sub_about_sec01 .sub_sec01_banner02 .right .item>* {
    flex: 1;
}

.sub_about_sec01 .sub_sec01_banner02 .right .item .img_box {
    max-width: 80px;
}

.sub_about_sec01 .sub_sec01_banner02 .right .item .txt_box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    text-align: center;
}

.sub_about_sec01 .cic_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_about_sec01 .cic_box .cic_itm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 320px;
    border-radius: 50%;
}

.sub_about_sec01 .cic_box .cic_itm01 {
    margin: 0 -60px 0 0;
    background: rgba(238, 238, 238, 0.5);
}

.sub_about_sec01 .cic_box .cic_itm02 {
    position: relative;
    z-index: 9;
    border: 1px dashed #CCCCCC;
}

.sub_about_sec01 .cic_box .cic_itm03 {
    margin: 0 0 0 -60px;
    background: rgba(238, 238, 238, 0.5);
}

.sub_about_sec01 .cic_box .cic_itm strong {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .sub_about_sec01 .sub_sec01_banner>.inner .logo_itm {
        max-width: 180px;
    }
}

@media (max-width: 1024px) {
    .sub_about_sec01 .cic_box .cic_itm {
        width: 240px;
        height: 240px;
    }

    .sub_about_sec01 .sub_sec01_banner>.inner .txt_box p {
        font-size: 24px;
        line-height: 32px;
    }

    .sub_about_sec01 .sub_sec01_banner>.inner .logo_itm {
        max-width: 160px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .right .item .img_box {
        max-width: 48px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .right .item .txt_box p {
        font-size: 14px;
        line-height: 20px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .right {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 769px) {
    .sub_about_sec01 .cic_box .cic_itm {
        width: 180px;
        height: 180px;
    }

    .sub_about_sec01 .cic_box .cic_itm01 {
        margin: 0 -30px 0 0;
    }

    .sub_about_sec01 .cic_box .cic_itm03 {
        margin: 0 0 0 -30px;
    }

    .sub_about_sec01 .cic_box .cic_itm strong {
        font-size: 20px;
        line-height: 20px;
    }

    .sub_about_sec01 .sub_sec01_banner>.inner .txt_box p {
        font-size: 20px;
        line-height: 28px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .left strong {
        font-size: 18px;
        line-height: 26px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .left p {
        font-size: 14px;
        line-height: 24px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .right {
        gap: 15px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .sub_about_sec01 .sub_sec01_banner02 .right .item .img_box {
        max-width: 40px;
    }

    .sub_about_sec01 .sub_sec01_banner02>.inner {
        gap: 24px;
    }
}

@media(max-width: 633px) {
    .sub_about_sec01 .sub_sec01_banner>.inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .sub_about_sec01 .sub_sec01_banner>.inner .txt_box {
        order: 1;
    }
}

@media (max-width: 540px) {
    .sub_about_sec01 .cic_box .cic_itm {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 480px) {
    .sub_about_sec01 .cic_box .cic_itm {
        width: 140px;
        height: 140px;
    }

    .sub_about_sec01 .cic_box .cic_itm strong {
        font-size: 16px;
        line-height: 16px;
    }

    .sub_about_sec01 .sub_sec01_banner>.inner .txt_box p {
        font-size: 16px;
        line-height: 22px;
    }

    .sub_about_sec01 .sub_sec01_banner {
        padding: 20px 0;
    }

    .sub_about_sec01 .sub_sec01_banner>.inner .logo_itm {
        max-width: 120px;
    }

    .sub_about_sec01 .sub_sec01_banner02 .left strong {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 12px 0;
    }

    .sub_about_sec01 .sub_sec01_banner02 .left p {
        max-width: 270px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 16px;
        word-break: keep-all;
    }

    .sub_about_sec01 .sub_sec01_banner02 .right {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub_about_sec01 .sub_sec01_banner02 .right .item {
        padding: 24px 0;
    }

    .sub_about_sec01 .sub_sec01_banner02 .right .item .txt_box p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 440px) {
    .sub_about_sec01 .cic_box .cic_itm {
        width: 120px;
        height: 120px;
    }

    .sub_about_sec01 .cic_box .cic_itm01 {
        margin: 0 -15px 0 0;
    }

    .sub_about_sec01 .cic_box .cic_itm03 {
        margin: 0 0 0 -15px;
    }

    .sub_about_sec01 .cic_box .cic_itm strong {
        font-size: 14px;
        line-height: 14px;
    }
}

.sub_about_sec02 {
    background: #f9f9f9;
}

.sub_about_sec02 .itm_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}

.sub_about_sec02 .itm_box .img_box {
    margin: 0 0 16px 0;
}

.sub_about_sec02 .itm_box .desc_box strong {
    display: block;
    margin: 0 0 8px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.sub_about_sec02 .itm_box .desc_box p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

@media(max-width: 1024px) {
    .sub_about_sec02 .itm_box {
        gap: 30px;
    }

    .sub_about_sec02 .itm_box .desc_box strong {
        font-size: 20px;
        line-height: 20px;
    }

    .sub_about_sec02 .itm_box .desc_box p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 769px) {
    .sub_about_sec02 .itm_box .img_box {
        margin: 0 0 8px 0;
    }

    .sub_about_sec02 .itm_box .desc_box strong {
        font-size: 14px;
        line-height: 14px;
    }

    .sub_about_sec02 .itm_box .desc_box p br {
        display: none;
    }

    .sub_about_sec02 .itm_box {
        gap: 30px 15px;
    }
}

@media(max-width: 480px) {
    .sub_about_sec02 .itm_box {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }

    .sub_about_sec02 .itm_box .desc_box p br {
        display: block;
    }

    .sub_about_sec02 .itm_box .desc_box p {
        font-size: 12px;
        line-height: 16px;
    }
}

.sub_about_sec03 .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sub_about_sec03 .inner>* {
    flex: 1;
}

.sub_about_sec03 .inner .itm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sub_about_sec03 .inner .itm strong {
    display: block;
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.sub_about_sec03 .inner .itm p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sub_about_sec03 .inner .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.sub_about_sec03 .inner .left .itm {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    height: 185px;
}

.sub_about_sec03 .inner .left .link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    transition: 0.5s;
}

.sub_about_sec03 .inner .left .link:hover {}

.sub_about_sec03 .right {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    padding: 60px 0;
    gap: 60px 0;
    height: 400px;
    border: 1px solid #ddd;
}

.sub_about_sec03 .right::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 600px;
    height: 1px;
    background: #ddd;
}

.sub_about_sec03 .right .itm {
    position: relative;
}


.sub_about_sec03 .right .itm::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 100px;
    width: 1px;
    background: #ddd;
}

.sub_about_sec03 .right .itm:nth-child(3)::after,
.sub_about_sec03 .right .itm:nth-child(6)::after {
    display: none;
}


@media (max-width: 1430px) {
    .sub_about_sec03 .right {
        padding: 60px 0;
    }

    .sub_about_sec03 .right::before {
        width: 80%;
    }

    .sub_about_sec03 .right::before {
        display: none;
    }

    .sub_about_sec03 .right {
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .sub_about_sec03 .right .itm::after {
        height: 80px;
        right: -8%;
    }

    .sub_about_sec03 .right .itm:nth-child(3)::after {
        display: block;
    }

    .sub_about_sec03 .right .itm:nth-child(2)::after,
    .sub_about_sec03 .right .itm:nth-child(4)::after,
    .sub_about_sec03 .right .itm:nth-child(6)::after {
        display: none;
    }
}

@media (max-width: 1024px) {
    .sub_about_sec03 .inner .itm strong {
        margin: 0 0 12px 0;
        font-size: 18px;
        line-height: 18px;
    }

    .sub_about_sec03 .inner .itm p {
        font-size: 14px;
        line-height: 18px;
    }

    .sub_about_sec03 .inner .left {
        flex: 0 1 300px;
    }
}

@media (max-width: 769px) {
    .sub_about_sec03 .inner {
        gap: 15px;
        flex-direction: column;
    }

    .sub_about_sec03 .inner .left {
        gap: 15px;
        width: 100%;
        flex: unset;
    }

    .sub_about_sec03 .inner .left .itm {
        height: auto;
        padding: 30px;
    }

    .sub_about_sec03 .right {
        padding: 30px;
        flex: unset;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 480px) {
    .sub_about_sec03 .inner .itm strong {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 8px 0;
    }

    .sub_about_sec03 .inner .itm p {
        font-size: 12px;
        line-height: 16px;
    }

    .sub_about_sec03 .inner .left .itm {
        padding: 16px;
    }

    .sub_about_sec03 .right {
        padding: 24px 16px;
        height: auto;
    }

    .sub_about_sec03 .right .itm::after {
        height: 40px;
    }

    .sub_about_sec03 .inner .left .link {
        width: 16px;
        height: 16px;
        bottom: 16px;
        right: 16px;
    }
}

.sub_about_banner {
    background: url(../img/sub/sub_about_banner_back.jpg) no-repeat center center/cover;
}

.sub_about_banner .itm {
    text-align: center;
}

.sub_about_sec04 {}

.sub_about_sec04 .map {
    margin: 0 0 16px 0;
}

.sub_about_sec04 .desc_box>ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sub_about_sec04 .desc_box>ul>li {
    display: flex;
    align-items: center;
}

.sub_about_sec04 .desc_box>ul>li strong {
    display: block;
    min-width: 90px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

.sub_about_sec04 .desc_box>ul>li p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--tit_des-color);
}

@media(max-width: 1024px) {
    .sub_about_sec04 .map iframe {
        max-height: 320px;
        overflow: hidden;
    }
}

@media(max-width: 769px) {

    .sub_about_sec04 .desc_box>ul>li strong {
        font-size: 16px;
        line-height: 16px;
        min-width: 80px;
    }

    .sub_about_sec04 .desc_box>ul>li p {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 480px) {
    .sub_about_sec04 .map iframe {
        max-height: 160px;
        overflow: hidden;
    }

    .sub_about_sec04 .desc_box>ul>li strong {
        font-size: 14px;
        line-height: 14px;
        min-width: 60px;
    }

    .sub_about_sec04 .desc_box>ul {
        gap: 8px;
    }


    .sub_about_sec04 .desc_box>ul>li p {
        font-size: 12px;
        line-height: 16px;
    }
}

/* 회사소개 */

/* 공지사항 */
.notice .sub_visual {
    background: url(../img/sub/sub_about_visual.jpg)no-repeat center center/cover;
}

#notice_bo .inner {
    font-size: 16px;

    max-width: 1200px;
    margin: 0 auto;
}

#notice_bo #bo_list {
    margin: 0;
}

#notice_bo .bo_fx {
    display: none;
}

#notice_bo .more_opt {
    font-size: 14px;
}

#notice_bo #bo_list tbody tr:hover {
    border-left: 2px solid var(--pri-color);
}

#notice_bo_view .inner {
    font-size: 14px;

    max-width: 1200px;
    margin: 0 auto;
}

#notice_bo_view .inner #bo_v_title .bo_v_tit {
    font-size: 20px;
    line-height: 20px;
}

#notice_bo_view #bo_v_share {
    display: none;
}

#notice_bo_view .bo_v_com {
    margin: 0;
}

#notice_bo_write .inner {
    font-size: 14px;

    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 769px) {
    #notice_bo .inner {
        font-size: 14px;
    }

    #notice_bo .more_opt {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    #notice_bo .inner {
        font-size: 12px;
    }

    #notice_bo .more_opt {
        font-size: 12px;
    }

    #notice_bo #bo_list .td_num2 {
        width: 21px;
    }

    #notice_bo_view .inner {
        font-size: 12px;
    }

    #notice_bo_view .inner #bo_v_title .bo_v_tit {
        font-size: 16px;
        line-height: 16px;
    }

    #notice_bo_view #bo_v_con {
        font-size: 14px;
        min-height: 100px;
    }

    #notice_bo_write .inner {
        font-size: 12px;
    }



}

/* 공지사항 */
/* 포트폴리오 */
.portfolio .sub_visual {
    position: relative;
    background: url(../img/sub/sub_port_visual.jpg)no-repeat center center/cover;
}

.portfolio .sub_visual::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background: rgba(0, 0, 0, 0.3);
}

#port_bo {}

#port_bo .port_inner {
    padding: 0 30px;
}

#port_bo #bo_cate {
    margin: 0 0 40px 0;
}

#port_bo #bo_cate ul {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 30px;
}

#port_bo #bo_cate ul li {
    display: block;
    padding: 0;
}

#port_bo #bo_cate ul li a {
    padding: 0;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-family: "Montserrat";
}

#port_bo #bo_cate a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
    border: none;
    background: transparent;
    box-shadow: none;
}

#port_bo #bo_cate #bo_cate_on {
    font-weight: 700;
    color: #000;
    border: none;
    background: transparent;
    box-shadow: none;
}

#port_bo .bo_fx {
    display: none;
}

#port_bo #bo_list_total {
    display: none;
}

#port_bo #bo_gall {
    position: relative;
}

#port_bo #bo_gall .gall_box {
    margin: 0;
    border-radius: 0;
    height: 100%;
}

#port_bo #bo_gall .gall_box .gall_con .gall_img a {
    position: relative;
    padding-bottom: 140%;
}

#port_bo #bo_gall .gall_box .gall_con .gall_img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

#port_bo #bo_gall #bo_btn_top {
    margin: 0 0 32px 0;
}

#port_bo #gall_allchk {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

#port_bo #bo_gall #gall_ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 30px;


    min-height: 100px;
    position: relative;
}

.empty_list #port_bo #bo_gall #gall_ul li {
    padding: 0;
    width: 100%;
}

#port_bo #bo_gall #gall_ul .empty_list {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 !important;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 16px;
}


#port_bo #bo_gall #gall_ul li .gall_info {
    display: none;
}

#port_bo #bo_gall .gall_img {
    height: auto !important;
}

#port_bo #bo_gall .gall_text_href {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;

    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.8);
}

#port_bo #bo_gall .gall_con:hover .gall_text_href {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

#port_bo #bo_gall .bo_tit {
    order: -1;
    position: relative;
    display: block;
    padding: 0 8px 20px 8px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--white-color);
    word-break: keep-all;
    text-align: center;
}

#port_bo #bo_gall .bo_tit::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

#port_bo #bo_gall .bo_cate_link {
    margin: 20px 0 40px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    height: auto;
    padding: 0;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
}


#port_bo #bo_gall .btn_w {
    position: relative;
    z-index: 9;
    margin: 0 auto;
    display: block;
    padding: 0 0;
    width: 120px;
    line-height: 32px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;

    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    font-family: "Montserrat";
}

#port_bo #bo_gall .btn_w:hover {
    color: var(--black-color);
    transition: 0.5s;
}

#port_bo #bo_gall .btn_w::after {
    content: '';
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;

    bottom: 0;
    width: 0%;
    background: var(--white-color);

    transition: 0.5s;
}

#port_bo #bo_gall .btn_w:hover::after {
    right: auto;
    left: 0;
    width: 100%;
    transition: 0.5s;
}

#port_bo #bo_gall .bo_cnt {
    display: none;
}

#port_bo #bo_gall #gall_allchk {
    position: absolute;
    bottom: 0;
}

#port_bo #bo_gall .bo_tit .new_icon {
    display: none;
}

#port_bo .pg_wrap {
    float: unset;
    padding: 30px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}


#port_bo .pg_wrap .pg_current {
    background: var(--pri-color);
    border-color: var(--pri-color);
}



@media(max-width:1620px) {
    #port_bo #bo_gall .bo_tit {
        font-size: 16px;
        line-height: 16px;
    }

    #port_bo #bo_gall .bo_cate_link {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 1350px) {
    #port_bo #bo_gall #gall_ul {
        grid-template-columns: repeat(5, 1fr);
    }

    #port_bo .pg_wrap {
        padding: 30px;
    }
}

@media(max-width:1200px) {
    #port_bo #bo_gall #gall_ul {
        gap: 15px;
    }

    #port_bo #bo_gall .bo_tit {
        font-size: 16px;
        line-height: 16px;
    }

    #port_bo #bo_gall .bo_cate_link {
        font-size: 14px;
        line-height: 14px;
    }

    #port_bo #bo_gall .btn_w {
        font-size: 14px;
    }


}

@media(max-width:1024px) {
    #port_bo #bo_gall #gall_ul {
        grid-template-columns: repeat(4, 1fr);
    }

    #port_bo #bo_gall .bo_tit {
        font-size: 14px;
        line-height: 16px;
        word-break: keep-all;
    }

    #port_bo #bo_gall .bo_cate_link {
        font-size: 12px;
        line-height: 12px;
    }
}

@media(max-width:769px) {
    #port_bo .port_inner {
        padding: 0 16px;
    }

    #port_bo #bo_gall #gall_ul {
        grid-template-columns: repeat(3, 1fr);
    }

    #port_bo #bo_gall .btn_w {
        width: calc(100% - 16px);
    }

    #port_bo #bo_cate ul li a {
        font-size: 14px;
        line-height: 14px;
    }


}

@media(max-width:620px) {
    #port_bo #bo_cate ul {
        justify-content: center;
        gap: 0;
    }

    #port_bo #bo_cate ul li a {
        padding: 0 6px;
    }
}

@media(max-width:480px) {
    #port_bo #bo_cate {
        margin: 0 0 24px 0;
    }

    #port_bo #bo_cate ul li a {
        font-size: 12px;
        line-height: 12px;
        padding: 0 4px;
    }

    #port_bo #bo_gall #gall_ul {
        gap: 8px;
    }

    #port_bo #bo_gall .bo_tit {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        word-break: keep-all;
    }

    #port_bo #bo_gall .bo_cate_link {
        font-size: 12px;
        line-height: 12px;
        margin: 8px 0 10px 0;
    }

    #port_bo #bo_gall .btn_w {
        font-size: 12px;
        max-width: 120px;
        line-height: 24px;
    }

    #port_bo #bo_gall #gall_ul {
        grid-template-columns: repeat(2, 1fr);
    }


}

@media(max-width:400px) {
    #port_bo #bo_cate ul li a {
        font-size: 11px;
        line-height: 11px;
    }
}

@media(max-width:360px) {
    #port_bo #bo_gall .gall_text_href {
        padding: 0 8px;
    }

    #port_bo #bo_gall .bo_tit {
        font-size: 12px;
        line-height: 12px;
    }

    #port_bo #bo_gall .bo_cate_link {
        font-size: 10px;
        line-height: 10px;
    }
}

/* 포트폴리오 viewskin */
#port_bo_view .inner {
    /* max-width: 1200px; */
    margin: 0 auto;
}

#port_bo_view #bo_v {}

#port_bo_view #bo_v>header {
    margin: 0 0 24px 0;
}

.bo_v_nb {
    margin: 0 auto 20px auto !important;
}

.bo_v_nb li {
    padding: 16px;
    font-size: 16px;
}

.more_opt {
    top: 30px !important;
}

#port_bo_view #bo_v_link {
    margin: 0 auto 40px auto;
}

#port_bo_view #bo_v_link li {
    position: relative;
    margin: 0 auto;
    display: block;
    padding: 0 0;

    border: none;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
}

#port_bo_view #bo_v_link li .fa-link,
#port_bo_view .bo_v_link_cnt {
    display: none;
}


#port_bo_view #bo_v_link li a {
    display: inline;
    float: unset;
}

#port_bo_view #bo_v_link li a strong {
    display: inline-block;
    padding: 0 24px;
    line-height: 48px;
    color: var(--white-color);
    border: 1px solid var(--pri-color);
    background: var(--pri-color);
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
}

#port_bo_view #bo_v_link li:hover a {
    text-decoration: none;
}


#port_bo_view #bo_v #bo_v_info .profile_info {
    display: none;
}

#port_bo_view #bo_v_share {
    display: none;
}

#port_bo_view #bo_v_img {
    text-align: center;
}

#port_bo_view #bo_v_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

#port_bo_view #bo_v_title>.txt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

#port_bo_view #bo_v_title>.txt_box strong {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

#port_bo_view #bo_v_title>.txt_box .bo_v_cate {
    color: #000;
    background: transparent;
    /* border: 1px solid #ddd; */
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;

}

#port_bo_view #bo_v_title>.txt_box .bo_v_tit {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

#port_bo_view #bo_v_img img {
    width: 100%;
    margin: 0;
}

#port_bo_view #bo_v_con {
    margin: 40px 0;
    min-height: unset;
}

#port_bo_view .video-container {
    position: relative;
    padding-bottom: 56.25%;
}

#port_bo_view .video-container iframe {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 70%;
}

@media (max-width: 769px) {
    #port_bo_view .video-container iframe{
        left: 0%;
        width: 100%;
        height: 100%;
    }
    #port_bo_view #bo_v_title>.txt_box strong {
        font-size: 20px;
        line-height: 20px;
    }

    #port_bo_view #bo_v_title>.txt_box .bo_v_cate {
        font-size: 16px;
        line-height: 16px;
    }

    #port_bo_view #bo_v_title>.txt_box .bo_v_tit {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    #port_bo_view #bo_v_title {
        gap: 16px;
        align-items: baseline;
    }

    #port_bo_view #bo_v_title>.txt_box {
        gap: 8px;
    }

    #port_bo_view #bo_v_title>.txt_box strong {
        font-size: 16px;
        line-height: 16px;

    }

    #port_bo_view #bo_v_title>.txt_box .bo_v_cate {
        font-size: 12px;
        line-height: 12px;
    }

    #port_bo_view #bo_v_title>.txt_box .bo_v_tit {
        font-size: 12px;
        line-height: 16px;
        max-width: 80px;
        margin: 0 auto;
        text-align: center;
        white-space: nowrap;
    }

    .bo_v_nb li {
        padding: 12px;
        font-size: 12px;
    }

    #port_bo_view #bo_v_link li a strong {
        font-size: 12px;
        line-height: 30px;
    }

    #port_bo_view .bo_v_com {
        margin: 0;
    }

    #port_bo_view #bo_v_con {
        margin: 16px 0;
    }

    #port_bo .pg_wrap {
        margin-top: 16px;
        padding: 0;
    }

    #port_bo #bo_gall #bo_btn_top {
        margin: 0;
    }
}


/* 포트폴리오 viewskin */
/* 포트폴리오 writeskin */

#port_bo_write {}

#port_bo_write .inner {
    max-width: 1200px;
    margin: 0 auto;
}

#port_bo_write #bo_w {
    font-size: 14px;
    line-height: 14px;
}

#port_bo_write #bo_w .bo_w_tit #btn_autosave {
    background: transparent;
    border: 1px solid #d0d3db;
    color: #000;
}

@media (max-width: 769px) {
    #port_bo_write #bo_w {
        font-size: 12px;
        line-height: 12px;
    }
}

/* 포트폴리오 writeskin */



/* 포트폴리오 */

/* 정부지원사업 */
/* 250311 추가 */
.sub_voucher_sec_new_banner {}

.sub_voucher_sec_new_banner .inner {}

.sub_voucher_sec_new_banner .inner .inner_bg {
    position: relative;
    height: 600px;
    padding: 0 80px;
    border-radius: 24px;
    background:
        linear-gradient(to left,
            rgba(136, 93, 58, 0) 10%,
            rgba(136, 93, 58, 0.25) 25%,
            rgba(136, 93, 58, 0.5) 50%,
            rgba(136, 93, 58, 0.75) 75%,
            rgb(82, 56, 35) 100%),
        url(../img/sub/sub_voucher_sec_new_banner_bg02.jpg)no-repeat center center/cover;

    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
}

.sub_voucher_sec_new_banner .txt_box {
    position: relative;
    z-index: 1;
    color: #fff;
}

.sub_voucher_sec_new_banner .txt_box p {
    margin: 0 0 40px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.sub_voucher_sec_new_banner .txt_box h2 {
    margin: 0 0 24px 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
}

.sub_voucher_sec_new_banner .txt_box strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 40px 0;
}

.sub_voucher_sec_new_banner .txt_box strong span {
    font-weight: 800;
}

.sub_voucher_sec_new_banner .txt_box>ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sub_voucher_sec_new_banner .txt_box>ul>li {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 0 0 12px;
}

.sub_voucher_sec_new_banner .txt_box>ul>li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}

.sub_voucher_sec_new_banner .txt_box p .br_480 {
    display: none;
}





.sub_voucher_sec_new01 {
    background: #f9f9f9;
}

.sub_voucher_sec_new01 .inner {
    height: auto;
}

.sub_voucher_sec_new01 .inner .itm_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 40px 0;
}

.sub_voucher_sec_new01 .inner .itm_box .itm {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 24px;
    color: #222;
    padding: 32px 0;
    box-shadow: 8px 8px 24px 8px rgba(0, 0, 0, 0.07);
}

.sub_voucher_sec_new01 .inner .itm_box .itm .img_box {
    margin: 0 0 24px 0;
    max-width: 64px;
}

.sub_voucher_sec_new01 .inner .itm_box .itm strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 700;
}

.sub_voucher_sec_new01 .inner .txt_box03 {
    position: relative;
    padding: 64px 0;
    border-radius: 24px;
    background: url(../img/sub/sub_voucher_new01_bg.jpg)no-repeat center center/cover;
}

.sub_voucher_sec_new01 .inner .txt_box03::before {
    content: '';
    inset: 0 0 0 0;
    position: absolute;
    border-radius: 24px;
    opacity: 0.9;
    background: var(--pri-color);
}

.sub_voucher_sec_new01 .inner .txt_box03 p {
    position: relative;
    z-index: 9;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}



.sub_voucher_sec_new02 {}

.sub_voucher_sec_new02 .inner .txt_box01 p {
    margin: 0 0 40px 0;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
}

.sub_voucher_sec_new02 .inner .img_box {
    max-width: 64px;
    text-align: center;
    margin: 0 auto 16px auto;
}

.sub_voucher_sec_new02 .inner .itm_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sub_voucher_sec_new02 .inner .itm_box .itm {
    position: relative;
    padding: 40px 24px;
    width: 100%;
    border-radius: 24px;
    background: #fff;
    box-shadow: 8px 8px 16px 8px rgba(0, 0, 0, 0.07);
}

.sub_voucher_sec_new02 .inner .itm_box .itm .back_num {

    opacity: 0.3;
    margin: 0 0 -24px 0;
    text-align: center;
    font-size: 64px;
    font-weight: 900;
    color: var(--pri-color);
}

.sub_voucher_sec_new02 .inner .itm_box .itm strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    color: #222;
}





.sub_voucher_sec_new03 {
    background: #f9f9f9;
}

.sub_voucher_sec_new03 .tit h2 {
    line-height: 53px;
}

.sub_voucher_sec_new03 .itm_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sub_voucher_sec_new03 .itm_box .itm {
    padding: 40px;
    border-radius: 24px;
    background: #f1f1f1;

    display: flex;
    align-items: center;
    justify-content: center;
}





.sub_voucher_sec_new04 {}

.sub_voucher_sec_new04 .itm_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}

.sub_voucher_sec_new04 .itm {}

.sub_voucher_sec_new04 .itm figure {
    border-radius: 24px;
    overflow: hidden;
    margin: 0 0 24px 0;
}

.sub_voucher_sec_new04 .itm .txt_box strong {
    display: block;
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #111;
}

.sub_voucher_sec_new04 .itm .txt_box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    word-break: unset;
}

.sub_voucher_sec_new05 {
    background: #f9f9f9;
}

.sub_voucher_sec_new05 .itm_box01,
.sub_voucher_sec_new05 .itm_box02 {
    margin: 0 0 32px 0;
}


.sub_voucher_sec_new05 .txt_box {
    padding: 56px;
    background: #f1f1f1;
    border-radius: 24px;
}



.sub_voucher_sec_new05 .txt_box strong {
    display: block;
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #222;
}

.sub_voucher_sec_new05 .txt_box>ul {
    display: flex;
    align-items: baseline;
    margin: 0 0 24px 12px;
}

.sub_voucher_sec_new05 .txt_box>ul li {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    min-width: 80px;
    color: #444;
}

.sub_voucher_sec_new05 .txt_box>ul .subject {
    position: relative;
    font-weight: 700;
    color: #333;
}

.sub_voucher_sec_new05 .txt_box>ul .subject::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pri-color);
}

.sub_voucher_sec_new05 .txt_box>ul>ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sub_voucher_sec_new05 .txt_box .new05_btn {
    display: block;
    max-width: 188px;
}

.sub_voucher_sec_new05 .txt_box .new05_btn a {
    display: block;
    padding: 16px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    color: var(--white-color);
    background: var(--pri-color);
}

.sub_voucher_sec_new05 .link_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sub_voucher_sec_new05 .link_box>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    background: #f5f5f5;
    border-radius: 16px;
}

.sub_voucher_sec_new05 .link_box>ul>li {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #333;

}

.sub_voucher_sec_new05 .link_box>ul>li>a {
    color: var(--pri-color);
    display: flex;
    align-items: center;
    gap: 4px;
}

.sub_voucher_sec_new05 .link_box>ul>li>a>img {
    max-width: 12px;
    max-height: 12px;
    object-fit: cover;
}

/* 250311 추가 */

.voucher_tit {}

.voucher_tit p {
    text-align: left;
}

.sub_voucher_visual {
    position: relative;
    background: url(../img/sub//sub_visual_voucher.jpg)no-repeat center center/cover;

}

.sub_voucher_visual .slg h2 {
    line-height: 56px;
    filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.336));
}

.sub_voucher_visual::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background: rgba(0, 0, 0, 0.15);
}

.sub_voucher_sec01 {
    background: #f9f9f9;
}

.sub_voucher_sec01>.inner {
    display: flex;
}


.sub_voucher_sec01>.inner .left {
    position: relative;
    flex: 0 1 450px;
}

.sub_voucher_sec01>.inner .left .dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub_voucher_sec01>.inner .left .dots>ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sub_voucher_sec01>.inner .left .dots>ul>li>button {
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

.sub_voucher_sec01>.inner .left .dots>ul>li.on>button {
    font-weight: 700;
    color: var(--pri-color);
    font-family: 'Pretendard';
}

.sub_voucher_sec01>.inner .right {
    flex: 0 1 960px;
    overflow: hidden;
}

.sub_voucher_sec01>.inner .right .sub_voucher_slide_box {
    max-width: 960px;
}

.sub_voucher_sec01>.inner .right .img_box {
    background: #444;
    max-height: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 24px;
}

.sub_voucher_sec01>.inner .right .img_box::before {
    content: '';
    position: absolute;
    inset: 0 0 0 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 24px;
}

.sub_voucher_sec01>.inner .right .img_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sub_voucher_sec01>.inner .right figure {
    position: relative;
}

.sub_voucher_sec01>.inner .right .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

    padding: 0 64px;

    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.sub_voucher_sec01>.inner .right .desc>* {
    flex: 1;
}

.sub_voucher_sec01>.inner .right .desc p {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    margin: 0 0 16px 0;

}

.sub_voucher_sec01>.inner .right .desc strong {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: var(--white-color);
    text-align: center;
}

.sub_voucher_banner {
    padding: 160px 0;
    position: relative;
}

.sub_voucher_banner .back_num {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 30vw;
    color: #f1f1f1;
    font-weight: 900;
}

.sub_voucher_banner .back_num span {
    font-size: 10vw;
}

.sub_voucher_banner .txt_box_top {
    text-align: center;
    margin: 0 0 40px 0;
}

.sub_voucher_banner .txt_box_top strong {
    display: block;
    margin: 0 0 8px 0;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color);
}

.sub_voucher_banner .txt_box_top span {
    margin: 0 0 8px 0;
    font-size: 56px;
    line-height: 56px;
    font-weight: 900;
    color: var(--pri-color);
}

.sub_voucher_banner .txt_box_top p {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.sub_voucher_banner .txt_box_bottom {
    text-align: center;
}

.sub_voucher_banner .txt_box_bottom strong {
    display: block;
    font-size: 40px;
    line-height: 52px;
    font-weight: 400;
}

.sub_voucher_banner .txt_box_bottom h2 {
    margin: 4px 0 0 0;
    font-size: 45px;
    line-height: 53px;
    font-weight: 700;
}

.sub_voucher_banner .txt_box_bottom h2 span {
    color: var(--pri-color);
}






.sub_voucher_sec03 {
    background: #f9f9f9;
}

.sub_voucher_sec03 .tit {
    margin: 0;
}

.sub_voucher_sec03 .tit h2 {
    text-align: left;
}

.sub_voucher_sec03 .inner {
    display: flex;
    overflow: hidden;
}

.sub_voucher_sec03 .inner .left {
    flex: 1 0 450px;
}

.sub_voucher_sec03 .inner .right {
    flex: 0 1 960px;
    overflow: hidden;
}

.sub_voucher_sec03 .left {
    position: relative;
}

.sub_voucher_sec03 .left .dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub_voucher_sec03 .left .dots>ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sub_voucher_sec03 .left .dots>ul>li>button {
    font-size: 14px;
    font-family: 'Pretendard';
    font-weight: 300;
    color: #444;
}

.sub_voucher_sec03 .left .dots>ul>li.on>button {
    color: var(--pri-color);
    font-weight: 700;
}

.sub_voucher_sec03 .right .itm {
    /* max-width: 640px; */
    width: auto;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.sub_voucher_sec03 .right .itm .desc_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.sub_voucher_sec03 .right .itm:hover .desc_box {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.sub_voucher_sec03 .right .itm .desc_box .txt_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sub_voucher_sec03 .right .itm .desc_box strong {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--white-color);
}

.sub_voucher_sec03 .right .itm .desc_box p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 20px 0 40px 0;
    color: var(--white-color);
}





.sub_voucher_sec04 {
    position: relative;
    /* background: #f9f9f9; */
}

.sub_voucher_sec04 .voucher_tit {
    z-index: 9;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sub_voucher_sec04 h2 {
    text-align: center;
}

.sub_voucher_sec04 .inner {
    overflow: hidden;
}

.sub_voucher04_slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_voucher04_slide>* {
    flex: 1;
}

.sub_voucher04_slide .itm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    height: 100%;
    padding: 212px 0 80px 0;
}

.sub_voucher04_slide .itm:last-child {
    border: none;
}

.sub_voucher04_slide .itm figure {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sub_voucher04_slide .itm .back_num {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 80px;
    font-weight: 900;
    color: var(--pri-color);
    opacity: 0.2;
}

.sub_voucher04_slide .itm .img_box {
    margin: 0 0 24px 0;
    max-width: 64px;
}

.sub_voucher04_slide .itm .desc strong {
    display: block;
    margin: 0 0 16px 0;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
}

.sub_voucher04_slide .itm .desc p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
}

.m_dots {
    display: none;
}

@media (max-width: 1530px) {
    .sub_voucher_sec01>.inner .left {
        flex: 0 1 400px;
    }

    .sub_voucher_sec01>.inner .right .desc {
        padding: 0 16px;
    }

    .sub_voucher_sec03>.inner .left {
        flex: 0 1 400px;
    }

}

@media (max-width: 1400px) {
    .sub_voucher04_slide .itm {
        border-right: none;
    }

    .sub_voucher04_slide .swiper-slide-active,
    .sub_voucher04_slide .swiper-slide-next {
        border-right: 1px solid #eee;
    }

    .sub_voucher_sec_new02 .inner .itm_box .itm strong {
        font-size: 15px;
        line-height: 20px;
    }

    .sub_voucher_sec_new02 .inner .itm_box .itm strong br {
        display: none;
    }

    .sub_voucher_sec_new05 .link_box>ul {
        padding: 32px;
    }

    .sub_voucher_sec_new05 .link_box>ul>li {
        font-size: 17px;
        line-height: 17px;
    }
}

@media (max-width: 1300px) {
    .sub_voucher_sec01>.inner .left {
        flex: 0 1 300px;
    }

    .sub_voucher_sec03>.inner .left {
        flex: 0 1 300px;
    }

    .sub_voucher04_slide .itm .img_box {
        margin: 0 0 16px 0;
    }

    .sub_voucher04_slide .itm .desc strong {
        margin: 0 0 12px 0;
        font-size: 18px;
        line-height: 18px;
    }

    .sub_voucher04_slide .itm .desc p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1025px) {


    .voucher_tit p {
        text-align: center;
    }

    .sub_voucher_visual .slg h2 {
        line-height: 40px;
    }

    .sub_voucher_sec01 .tit p br,
    .sub_voucher_sec03 .tit p br {
        display: none;
    }

    .sub_voucher_sec01>.inner {
        flex-direction: column;
    }

    .sub_voucher_sec01>.inner .right .img_box {
        height: unset;
    }

    .sub_voucher_sec01>.inner .left {
        flex: unset;
    }

    .sub_voucher_sec01>.inner .right {
        flex: unset;
        margin: 0 0 24px 0;
    }

    .sub_voucher_sec01>.inner .left .dots {
        display: none;
    }

    .sub_voucher_sec01 .m_dots {
        display: block;
    }

    .sub_voucher_sec01 .m_dots>ul {
        display: flex;
        gap: 8px;
        justify-content: center;
    }

    .sub_voucher_sec01 .m_dots>ul>li>button {
        text-indent: -9999px;
        width: 16px;
        height: 16px;
        background: transparent;
        border: 1px solid var(--pri-color);
        border-radius: 50%;
    }

    .sub_voucher_sec01 .m_dots>ul>li.on>button {
        background: var(--pri-color);
    }


    .sub_voucher_sec03 .inner {
        flex-direction: column;
    }

    .sub_voucher_sec03>.inner .left {
        flex: unset;
    }

    .sub_voucher_sec03>.inner .right {
        flex: unset;
        margin: 0 0 24px 0;
    }

    .sub_voucher_sec03 .tit {
        margin: 0 auto 32px auto;
    }

    .sub_voucher_sec03>.inner .left .dots {
        display: none;
    }

    .sub_voucher_sec03 .m_dots {
        display: block;
    }

    .sub_voucher_sec03 .m_dots>ul {
        display: flex;
        gap: 8px;
        justify-content: center;
    }

    .sub_voucher_sec03 .m_dots>ul>li:last-child {
        display: none;
    }

    .sub_voucher_sec03 .m_dots>ul>li>button {
        text-indent: -9999px;
        width: 16px;
        height: 16px;
        background: transparent;
        border: 1px solid var(--pri-color);
        border-radius: 50%;
    }

    .sub_voucher_sec03 .m_dots>ul>li.on>button {
        background: var(--pri-color);
    }



    .sub_voucher_banner {
        padding: 80px 0;
    }

    .sub_voucher_banner .txt_box_top span {
        font-size: 40px;
        line-height: 40px;
    }

    .sub_voucher_banner .txt_box_top p {
        font-size: 16px;
        line-height: 16px;
    }

    .sub_voucher_banner .txt_box_bottom strong {
        font-size: 24px;
        line-height: 32px;
    }

    .sub_voucher_banner .txt_box_bottom h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .sub_voucher_sec_new_banner .txt_box strong {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 24px 0;
    }

    .sub_voucher_sec_new_banner .txt_box>ul>li {
        font-size: 18px;
        line-height: 18px;
    }

    .sub_voucher_sec_new01 .inner .txt_box03 {
        padding: 40px 0;
    }

    .sub_voucher_sec_new01 .inner .txt_box03 p {
        font-size: 32px;
        line-height: 40px;
    }

    .sub_voucher_sec_new05 .txt_box>ul li {
        line-height: 24px;
    }

    .sub_voucher_sec_new05 .link_box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 769px) {
    .sub_voucher_visual .slg h2 {
        line-height: 36px;
    }

    .sub_voucher_sec01>.inner .right .desc {
        gap: 16px;
    }

    .sub_voucher_sec01>.inner .right .desc p {
        font-size: 18px;
        margin: 0 0 12px 0;

    }

    .sub_voucher_sec01>.inner .right .desc strong {
        font-size: 14px;
        line-height: 20px;

    }

    .sub_voucher_sec01>.inner .right .desc strong br {
        display: none;
    }

    .sub_voucher_sec03 .right .itm .desc_box strong {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        padding: 0 0 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        color: var(--white-color);
    }

    .sub_voucher_sec03 .right .itm .desc_box p {
        font-size: 14px;
        line-height: 14px;
        font-weight: 700;
        margin: 10px 0 20px 0;
        color: var(--white-color);
    }

    .sub_voucher04_slide .swiper-slide-next {
        border-right: none;
    }

    .sub_voucher_sec_new_banner .inner .inner_bg {
        padding: 40px;
        height: auto;
    }

    .sub_voucher_sec_new_banner .txt_box p {
        font-size: 14px;
        line-height: 14px;
    }

    .sub_voucher_sec_new_banner .txt_box h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .sub_voucher_sec_new_banner .txt_box strong {
        font-size: 16px;
        line-height: 22px;
    }

    .sub_voucher_sec_new_banner .txt_box>ul>li {
        font-size: 16px;
        line-height: 16px;
    }

    .sub_voucher_sec_new01 .inner .itm_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .sub_voucher_sec_new01 .inner .itm_box .itm .img_box {
        max-width: 48px;
    }

    .sub_voucher_sec_new01 .inner .itm_box .itm {
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.07);
    }

    .sub_voucher_sec_new01 .inner .txt_box03 p {
        font-size: 28px;
        line-height: 36px;
    }

    .sub_voucher_sec_new02 .inner .itm_box {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .sub_voucher_sec_new02 .inner .itm_box .itm {
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.07);
    }

    .sub_voucher_sec_new03 .tit h2 {
        line-height: 32px;
    }

    .sub_voucher_sec_new03 .itm_box {
        gap: 16px;
    }

    .sub_voucher_sec_new03 .itm_box .itm {
        padding: 24px;
    }

    .sub_voucher_sec_new03 .itm_box .itm .img_box {
        max-width: 150px;
    }

    .sub_voucher_sec_new04 .itm_box {
        gap: 30px 16px;
    }

    .sub_voucher_sec_new04 .itm figure {
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec_new04 .itm .txt_box strong {
        margin: 0 0 8px 0;
        font-size: 18px;
        line-height: 18px;
    }

    .sub_voucher_sec_new04 .itm .txt_box p {
        font-size: 14px;
        line-height: 20px;
    }

    .sub_voucher_sec_new05 .txt_box {
        padding: 40px;
    }

    .sub_voucher_sec_new05 .txt_box strong {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec_new05 .txt_box>ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .sub_voucher_sec_new05 .link_box>ul {
        padding: 24px;
    }

    .sub_voucher_sec_new05 .link_box>ul>li {
        font-size: 15px;
        line-height: 15px;
    }

    .sub_voucher_sec_new05 .link_box {
        gap: 16px;
    }

}

@media (max-width: 520px) {

    .sub_voucher04_slide .swiper-slide-active {
        border-right: none;
    }

    .sub_voucher04_slide .swiper-slide-next {
        border-right: none;
    }
}

@media (max-width: 480px) {
    .sub_voucher_visual .slg h2 {
        line-height: 28px;
    }

    .sub_voucher_sec01>.inner .right {
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec01>.inner .right .desc strong br {
        display: block;
    }

    .sub_voucher_sec01>.inner .right .img_box {
        max-height: unset;
        height: 260px;
    }

    .sub_voucher_sec01>.inner .right .desc {
        flex-direction: column;
        padding: 0 24px;
    }

    .sub_voucher_sec01>.inner .right .desc p {
        font-size: 16px;
        margin: 0 0 8px 0;
        text-align: left;
    }

    .sub_voucher_sec01>.inner .right .desc strong {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .sub_voucher_sec01 .m_dots>ul>li>button {
        width: 12px;
        height: 12px;
    }

    .sub_voucher_sec03 .tit {
        margin: 0 0 24px 0;
    }

    .sub_voucher_sec03>.inner .right {
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec03 .m_dots>ul>li:last-child {
        display: block;
    }

    .sub_voucher_sec03 .m_dots>ul>li>button {
        width: 12px;
        height: 12px;
    }

    .sub_voucher_sec03 .right .swiper-slide-active .desc_box {
        opacity: 1;
        visibility: visible;
        transition: 0.3s 0.5s;
    }

    .sub_voucher_sec04 {
        padding: 40px 0;
    }

    .sub_voucher_sec04 .voucher_tit {
        position: static;
        transform: translate(0, 0);
    }

    .sub_voucher04_slide .itm {
        padding: 40px 0 0 0;
    }



    .sub_voucher_banner .txt_box_bottom strong {
        font-size: 16px;
        line-height: 22px;
    }

    .sub_voucher_banner {
        padding: 40px 0;
    }

    .sub_voucher_banner .txt_box_bottom h2 {
        font-size: 20px;
        line-height: 20px;
    }


    .sub_voucher_sec_new_banner .txt_box p .br_480 {
        display: block;
    }

    .sub_voucher_sec_new_banner .inner .inner_bg {
        padding: 24px;
        background: linear-gradient(to left,
                rgba(136, 93, 58, 0) 4%,
                rgba(136, 93, 58, 0.25) 14%,
                rgba(136, 93, 58, 0.5) 27%,
                rgba(136, 93, 58, 0.75) 45%,
                rgb(82, 56, 35) 119%),
            url(../img/sub/sub_voucher_sec_new_banner_bg02.jpg)no-repeat center center/cover
    }

    .sub_voucher_sec_new_banner .txt_box p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec_new_banner .txt_box h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec_new_banner .txt_box strong {
        font-size: 14px;
        line-height: 18px;
    }

    .sub_voucher_sec_new_banner .txt_box>ul {
        gap: 8px;
    }

    .sub_voucher_sec_new_banner .txt_box>ul>li {
        font-size: 14px;
        line-height: 14px;
    }

    .sub_voucher_sec_new01 .inner .itm_box {
        margin: 0 0 24px 0;
    }

    .sub_voucher_sec_new01 .inner .itm_box .itm strong {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

    .sub_voucher_sec_new01 .inner .txt_box03 {
        padding: 20px 0;
    }

    .sub_voucher_sec_new01 .inner .txt_box03 p {
        font-size: 18px;
        line-height: 22px;
    }

    .sub_voucher_sec_new02 .inner .itm_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .sub_voucher_sec_new02 .inner .itm_box .itm strong {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

    .sub_voucher_sec_new03 .tit h2 {
        line-height: 24px;
        word-break: keep-all;
    }

    .sub_voucher_sec_new03 .itm_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .sub_voucher_sec_new03 .itm_box .itm {
        padding: 16px;
    }


    .sub_voucher_sec_new04 .itm_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .sub_voucher_sec_new04 .itm {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
    }

    .sub_voucher_sec_new04 .itm::before {
        position: absolute;
        inset: 0 0 0 0;
        content: '';
        background: rgba(0, 0, 0, 0.7);
    }

    .sub_voucher_sec_new04 .itm figure {
        margin: 0;
    }

    .sub_voucher_sec_new04 .itm .txt_box {
        z-index: 9;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 16px;
    }

    .sub_voucher_sec_new04 .itm .txt_box strong {
        color: var(--white-color);
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }

    .sub_voucher_sec_new04 .itm .txt_box p {
        color: var(--white-color);
        text-align: center;
        font-weight: 300;
    }

    .sub_voucher_sec_new05 .txt_box {
        padding: 24px;
    }

    .sub_voucher_sec_new05 .txt_box strong {
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }

    .sub_voucher_sec_new05 .txt_box>ul li {
        font-size: 14px;
        line-height: 20px;
        min-width: 70px;
    }

    .sub_voucher_sec_new05 .txt_box .new05_btn {
        max-width: unset;
    }

    .sub_voucher_sec_new05 .itm_box01,
    .sub_voucher_sec_new05 .itm_box02 {
        margin: 0 0 16px 0;
    }

    .sub_voucher_sec_new05 .txt_box .new05_btn a {
        border-radius: 12px;
        font-size: 14px;
        padding: 8px 0;
    }

    .sub_voucher_sec_new05 .link_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .sub_voucher_sec_new05 .link_box>ul {
        padding: 16px;
    }

    .sub_voucher_sec_new05 .link_box>ul>li {
        font-size: 14px;
        line-height: 14px;
    }


}

@media (max-width: 400px) {
    .sub_voucher_sec01>.inner .right .img_box {
        height: 220px;
    }

    .sub_voucher_sec01>.inner .right .desc {
        padding: 0 16px;
    }

    .sub_voucher_sec01>.inner .right .desc strong {
        font-size: 12px;
        line-height: 18px;
    }
}

/* 정부지원사업 */
/* 문의하기 */

#content .sub_contact_visual {
    background: url(../img/sub/sub_contact_visual.jpg)no-repeat center center/cover !important;
}

.form_wrap {
    display: flex;
    gap: 30px;
}

.form_wrap>* {
    flex: 1;
}

.form_wrap .left>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.form_wrap .left>ul>li {
    padding: 34px 0 34px 24px;
    background: #f9f9f9;
    border-radius: 24px;

    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    transition: 0.3s;
}

.form_wrap .left>ul>li .txt_box strong {
    display: block;
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
}

.form_wrap .left>ul>li .txt_box p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #444;
}

.form_wrap .left>ul>li input {
    position: absolute;
    top: 20px;
    left: 20px;
}

.form_wrap .left>ul>li.on {
    transition: 0.3s;
    background: var(--pri-color);
}

.form_wrap .left>ul>li.on .txt_box strong,
.form_wrap .left>ul>li.on .txt_box p {
    color: #fff;
}

.form_wrap .left .check_box {
    /* 스크린 리더를 고려해서 체크박스를 화면에서 숨김 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}

.form_wrap .left .check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 20px;
    top: 20px;
}

.form_wrap .left .check-icon::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 30%;
    height: 55%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-70%) rotateZ(40deg);
    border-right: 1.7px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1.7px solid rgba(0, 0, 0, 0.3);
}

.form_wrap .left [type="checkbox"]:checked+.label-box .check-icon {
    border-color: var(--pri-color);
    background-color: var(--pri-color);
}

.form_wrap .left [type="checkbox"]:checked+.label-box .check-icon::before {
    border-color: #fff;
}

.form_wrap .right>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0 0 30px 0;
}

.form_wrap .right>ul>li {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form_wrap .right>ul>li label {
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

.form_wrap .right>ul>li .required {
    background-image: none !important;
}

.form_wrap .right>ul>li input,
.form_wrap .right>ul>li select {
    padding: 0 8px;
    height: 60px;
    line-height: 60px;
    border: none;
    background: #f9f9f9;
    border-radius: 16px;
    font-size: 14px;
    color: #000;
}

.form_wrap .right .btn {
    padding: 0;
    height: auto;
    text-align: center;
}

.form_wrap .right .btn button {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 59px;
    color: #000;
    border-radius: 16px;
    background: #eee;
    font-size: 16px;
}

.form_wrap .right .check_wrap {
    display: block;
    margin: 16px 0 0 0;
    text-align: right;
}

.form_wrap .right .check_wrap .agree {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.form_wrap .right .check_wrap input {
    height: auto !important;
}

.form_wrap .right .check_wrap span {
    font-size: 14px;
    line-height: 14px;
}

.form_wrap .right .check_wrap [type="checkbox"] {
    accent-color: var(--pri-color);
}

.form_wrap .right>ul>li input:focus,
.form_wrap .right>ul>li select:focus {
    border: none !important;
    box-shadow: none !important;
}

.form_wrap .right>ul>li input:active,
.form_wrap .right>ul>li select:active {
    border: none !important;
    box-shadow: none !important;
}

.form_wrap .right>ul>li input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 500px whitesmoke inset !important;
}

.form_wrap .right>ul>li input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 500px whitesmoke inset !important;
}

@media(max-width: 1430px) {
    .form_wrap {
        flex-direction: column;
    }

    .form_wrap .left>ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .form_wrap .right>ul {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media(max-width: 1024px) {
    .form_wrap .left>ul>li {
        padding: 24px;
    }

    .form_wrap .left>ul>li .txt_box p {
        line-height: 18px;
        word-break: keep-all;
    }
}

@media(max-width: 769px) {
    .form_wrap .left>ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .form_wrap .right>ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .form_wrap .left>ul {
        gap: 15px;
    }

    .form_wrap .left>ul>li {
        padding: 18px;
    }

    .form_wrap .left>ul>li .txt_box strong {
        font-size: 16px;
        line-height: 16px;
    }

    .form_wrap .left>ul>li .txt_box p {
        font-size: 12px;
        line-height: 16px;
        text-align: left;

        word-break: keep-all;
    }

    .form_wrap .right>ul {
        gap: 15px;
    }

    .form_wrap .right>ul>li input,
    .form_wrap .right>ul>li select {
        line-height: 48px;
        height: 48px;
    }

    .form_wrap .left .check-icon {
        right: 16px;
        top: 16px;
    }

}

@media(max-width: 480px) {

    .form_wrap .left>ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .form_wrap .left>ul>li {
        padding: 16px;
    }

    .form_wrap .left .check-icon {
        width: 16px;
        height: 16px;
    }

    .form_wrap .right>ul {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }

    .form_wrap .right>ul>li input,
    .form_wrap .right>ul>li select {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 16px;

    }

    .form_wrap .right .btn button {
        line-height: 40px;
        font-size: 16px;
    }

    .form_wrap .left>ul>li .txt_box strong {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 8px 0;
    }

    .form_wrap .left>ul>li .txt_box p {
        line-height: 12px;
    }

    .form_wrap .right>ul {
        gap: 16px;
        margin: 0 0 16px 0;
    }

    .form_wrap .right>ul>li {
        gap: 8px;
    }

    .form_wrap .right>ul>li label {
        font-size: 14px;
        line-height: 14px;
    }

    .form_wrap .right .btn button {
        font-size: 14px;
    }

    .form_wrap .left .check-icon::before {
        transform: translateX(-50%) translateY(-60%) rotateZ(40deg);
    }

    .form_wrap .right .check_wrap .agree {
        justify-content: center;
    }

    .form_wrap .right .check_wrap span {
        font-size: 12px;
        line-height: 14px;
    }
}

/* 문의하기 */