@charset "UTF-8";

.quick-banner {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.quick-banner .bg {
    position: absolute;
}
.quick-banner .bg01 {
    top: -50%;
    left: -19px;
}
.quick-banner .bg02 {
    bottom: 24px;
    left: 24px;
}
.quick-banner .bg03 {
    bottom: 0;
    right: 0;
}
.quick-banner .inner {
    position: relative;
    z-index: 1;
}
.quick-banner .inner > div {
    display: flex;
    gap: 80px;
}
.quickService {
    display: inline-flex;
    width: 600px;
    height: 340px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
}
.quickService-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 120px;
    padding-left: 116px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(../../images/prov/main/img_quickba.png);
    max-width: 100%;
}
.quickService-tit {
    font-size: 38px;
    font-weight: 700;
}
.quickService-sub {
    font-size: 19px;
    font-weight: 400;
}
.quickService-cont {}

.quickService-cont > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.quickService-cont > ul > li {
    width: 33.33%;
    padding: 10px;
}
.quickService-cont > ul > li:last-child:nth-child(5) {
    width: 50%;
    & > a {
        justify-content: center;
    }
}
.quickService-cont > ul > li:nth-last-child(2):nth-child(4) {
    width: 50%;
    & > a {
        justify-content: center;
    }
}
.quickService-cont > ul > li > a {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 20px;
    background: #F2F4F8;
    text-align: center;
    font-size: 17px;
    font-weight: 400;

    &:hover,
    &:focus {
        background-color: #097c7c;
        font-weight: 700;

        & span {
            color: #fff;
        }

        & .ico01 {
            background-image: url(../../images/prov/main/ico_quick_01_hover.svg);
        }
        & .ico02 {
            background-image: url(../../images/prov/main/ico_quick_02_hover.svg);
        }
        & .ico03 {
            background-image: url(../../images/prov/main/ico_quick_03_hover.svg);
        }
        & .ico04 {
            background-image: url(../../images/prov/main/ico_quick_04_hover.svg);
        }
        & .ico05 {
            background-image: url(../../images/prov/main/ico_quick_05_hover.svg);
        }
        & .ico06 {
            background-image: url(../../images/prov/main/ico_quick_06_hover.svg);
        }
    }
}
.quickService-cont > ul > li > a > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    white-space: nowrap;
}
.quickService-cont > ul > li > a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.quickService-cont > ul > li > a .ico01 {
    background-image: url(../../images/prov/main/ico_quick_01.svg);
}
.quickService-cont > ul > li > a .ico02 {
    background-image: url(../../images/prov/main/ico_quick_02.svg);
}
.quickService-cont > ul > li > a .ico03 {
    background-image: url(../../images/prov/main/ico_quick_03.svg);
}
.quickService-cont > ul > li > a .ico04 {
    background-image: url(../../images/prov/main/ico_quick_04.svg);
}
.quickService-cont > ul > li > a .ico05 {
    background-image: url(../../images/prov/main/ico_quick_05.svg);
}
.quickService-cont > ul > li > a .ico06 {
    background-image: url(../../images/prov/main/ico_quick_06.svg);
}
.mainbanner {
    position: relative;
    display: flex;
    width: calc(100% - 680px);
    border-radius: 20px;
    border: 1px solid #C6C6C6;
    overflow: hidden;
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.12));
}

.mainbanner .swiper {
    width: 100%;
    height: 100%;
}
.mainbanner .swiper-wrapper {}
.mainbanner .swiper-slide {}
.mainbanner .mainbanner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mainbanner .mainbanner-box .imgbox {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}
.mainbanner .mainbanner-box .imgbox .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../../images/prov/main/ico_mainbanner_default.svg);
}
.mainbanner .swiper-controller {
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-radius: 20px 0px;
    border-left: 1px solid #C6C6C6;
    border-top: 1px solid #C6C6C6;
    background: #FFF;
    z-index: 1;
    display: flex;
    width: 162px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 12px;
}
.mainbanner:has(.swiper-wrapper-empty) .swiper-controller {
    display: none;
}
.mainbanner .swiper-pagination {
    width: auto;
    font-weight: 700;
}
.mainbanner .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    color: #0B9B9B;
}
.mainbanner .swiper-button {
    display: flex;
}
.mainbanner .swiper-button [class^=swiper-button-] {
    position: relative;
    margin-top: 0;
    width: 32px;
    height: 32px;
    border: 0;
}

.mainbanner .swiper-wrapper-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
}
.mainbanner .swiper-wrapper-empty > span {
    color:#717171;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.85px;
    padding-top: 48px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../../images/prov/main/ico_null-data.svg);
}

/* tablet */
@media screen and (max-width: 1024px) {

    .quick-banner .bg01 {
        top: -30%;
        left: -20%;
    }
    .quick-banner .bg02 {
        bottom: 35%;
        left: 0;
    }
    .quick-banner .bg03 {
        bottom: 0;
        right: 0;
    }
    .quick-banner .inner > div {
        flex-direction: column;
    }
    .quickService {
        width: 100%;
    }
    .mainbanner {
        width: 100%;
    }
    .mainbanner .mainbanner-box .imgbox {
        height: 340px;
    }
    .mainbanner .swiper-wrapper-empty {
        height: 340px;
    }
}

/* mobile */
@media screen and (max-width: 767px) {
    .quick-banner {
        padding: 27px 0;
    }
    .quick-banner .bg01 {
        top: -20%;
        left: -50%;
    }
    .quick-banner .bg02 {
        display: none;
    }
    .quick-banner .bg03 {
        bottom: 0%;
        right: -40%;
    }
    .quick-banner .inner > div {
        gap: 24px;
    }
    .quick-banner .quickService {
        gap: 24px;
    }
    .quickService {
        height: auto;
    }
    .quickService-tit {
        font-size: 21px;
        word-break: break-word;
    }
    .quickService-sub {
        font-size: 17px;
    }
    .quickService-cont > ul > li {
        width: 50%;
    }
    .quickService-cont > ul > li > a {
        padding: 16px;
    }
    .quickService-cont > ul > li > a > i {
        width: 3    2px;
        height: 32px;
    }
    .quickService-cont > ul > li > a > span {
        font-size: 15px;
    }
    .quickService-cont > ul > li:last-child:nth-child(5){
        width: 100%;
    }
    .mainbanner .mainbanner-box .imgbox,
    .mainbanner .swiper-wrapper-empty {
        height: 0;
        padding-bottom: 62%;
    }
}

@media screen and (max-width: 424px) {
    .quickService-tit {
        font-size: 19px;
        word-break: break-word;
    }
    .quickService-sub {
        font-size: 14px;
    }
}

/* 알림·소식 & 주요사업 */
.mainBoardGroup {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F2F4F8;
}
.mainBoardGroup .inner > div {
    display: flex;
    gap: 60px 80px;
}
.mainBoardGroup .inner > div > div {
    flex: 1;
}
.mainBoardGroup [class$=-top] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 20px;
}
.mainBoardGroup [class$=-top] .tit {
    color: #1D1D1D;
    font-size: 32px;
    font-weight: 700;
}
.mainBoardGroup [class$=-top] .more {
    position: relative;
    display: flex;
    height: 32px;
    padding: 4px 2px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 17px;

    &:hover,
    &:focus {
        text-decoration: underline;
        text-decoration-color: #075d5d;
        text-underline-position: under;

        & span {
            color: #075d5d;
        }
        &:after {
            background-image: url(../../images/prov/main/ico_link_more_green.svg);
        }
    }
}
.mainBoardGroup [class$=-top] .more:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/prov/main/ico_link_more_black.svg);
}
.mainBoardGroup [class$=-cont] {
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
.mainBoardGroup .tabList {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}
.mainBoardGroup .tabList > ul {
    display: flex;
}
.mainBoardGroup .tabList > ul > li {
    flex: 1;
}
.mainBoardGroup .tabList > ul > li.active .tab-btn {
    background-color: #075D5D;
    color: #fff;

    &:hover,
    &:focus {

        background-color: #075D5D;
        color: #fff;
        text-decoration: none;

    }
}
.mainBoardGroup .tabList > ul > li .tab-btn {
    width: 100%;
    color: #555;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 17.5px 0;

    &:hover,
    &:focus {

        color: #075D5D;
        text-decoration: underline;
        text-underline-position: under;

    }
}
.mainBoardGroup .tabCont {
    width: 100%;
    padding: 20px 16px;
    min-height: 254px;
}
.mainBoardGroup .tabCont table tr {

    cursor: pointer;

    &:hover,
    &:focus {

        & .subject {
            text-decoration: underline;
            text-underline-position: under;
        }
    }

}

.mainBoardGroup .tabCont table tr td {
    padding: 12px 8px;
}
.mainBoardGroup .tabCont table tr td.type {
    width: 115px;
}
.mainBoardGroup .tabCont table tr td.subject {
    width: calc(100% - 235px);
}
.mainBoardGroup .tabCont table tr td.date {
    width: 120px;
}

.mainBoardGroup .tabCont table tr td.type > span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainBoardGroup .tabCont table tr.notice td.type > span,
.mainBoardGroup .tabCont table tr.pre-release td.type > span {
    width: 80px;
}
.mainBoardGroup .tabCont table tr.project td.type > span,
.mainBoardGroup .tabCont table tr.housing td.type > span {
    width: 105px;
}

.mainBoardGroup .tabCont table tr.notice td.type > span,
.mainBoardGroup .tabCont table tr.project td.type > span {
    color: #9d062f;
    background-color: #FFF4F0;

    & b {
        color: #9d062f;
        background-color: #FFF4F0;
    }
}
.mainBoardGroup .tabCont table tr.pre-release td.type > span,
.mainBoardGroup .tabCont table tr.housing td.type > span {
    color: #163ECA;
    background-color: #EFF5FF;

    & b {
        color: #163ECA;
        background-color: #EFF5FF;
    }
}
.mainBoardGroup .tabCont table tr td.subject p {
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 17px;
    font-weight: 400;
    line-height: 29.5px;
    text-align: left;
}
.mainBoardGroup .tabCont table tr td.date {
    width: 110px;
}
.mainBoardGroup .tabCont table tr td.date p {
    color:#555;
    font-size: 17px;
    font-weight: 400;
}

.mainBoardGroup .tabCont table tr td.null > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 256px;
}
.mainBoardGroup .tabList + .tabCont table tr td.null > div {
    height: 190px;
}
.mainBoardGroup .tabCont table tr td.null > div > span {
    color:#717171;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.85px;
    padding-top: 48px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../../images/prov/main/ico_null-data.svg);
}

/* tablet */
@media screen and (max-width: 1024px) {
    .mainBoardGroup .inner > div {
        flex-direction: column;
    }
}
/* mobile */
@media screen and (max-width: 767px) {

    .mainBoardGroup {
        padding: 24px 0;
    }
    .mainBoardGroup .inner > div {
        gap: 24px;
    }
    .mainBoardGroup [class$=-top] {
        margin-bottom: 8px;
    }
    .mainBoardGroup [class$=-top] .tit {
        font-size: 19px;
    }
    .mainBoardGroup [class$=-top] .more {
        font-size: 15px;
    }
    .mainBoardGroup .tabList > ul > li .tab-btn {
        padding: 8px 0;
        font-size: 17px;
    }
    .mainBoardGroup .tabCont {
        padding: 16px 20px;
        min-height: 222px;
    }
    .mainBoardGroup .tabCont table tr td {
        padding: 8px 4px;
    }
    .mainBoardGroup .tabCont table tr td.type {
        width: 54px;
    }
    .mainBoardGroup .tabCont table tr td.subject {
        width: calc(100% - 156px);
    }
    .mainBoardGroup .tabCont table tr td.subject p {
        font-size: 15px;
    }
    .mainBoardGroup .tabCont table tr td.type > span b {
        display: none;
    }
    .mainBoardGroup .tabCont table tr.notice td.type > span,
    .mainBoardGroup .tabCont table tr.pre-release td.type > span,
    .mainBoardGroup .tabCont table tr.project td.type > span,
    .mainBoardGroup .tabCont table tr.housing td.type > span {
        width: 46px;
        font-size: 15px;
    }
    .mainBoardGroup .tabCont table tr td.date {
        width: 102px;
    }
    .mainBoardGroup .tabCont table tr td.date p {
        white-space: nowrap;
        font-size: 13px;
    }
    .mainBoardGroup .tabCont table tr td.null > div {
        height: 230px;
    }
}

/* 우문현답 & 열린 장관실 */
.mainContLink {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mainContLink .inner {
    position: relative;
}
.mainContLink .inner > div {
    display: flex;
    gap: 60px 80px;
}

.mainContLink .ContLink {
    position: relative;
    flex: 1;
}
.mainContLink [class$=-top] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 20px;
}
.mainContLink [class$=-top] .tit {
    color: #1D1D1D;
    font-size: 32px;
    font-weight: 700;
}
.mainContLink [class$=-top] .more {
    position: relative;
    display: flex;
    height: 32px;
    padding: 4px 2px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 17px;

    &:hover,
    &:focus {
        text-decoration: underline;
        text-decoration-color: #075d5d;
        text-underline-position: under;

        & span {
            color: #075d5d;
        }
        &:after {
            background-image: url(../../images/prov/main/ico_link_more_green.svg);
        }
    }
}
.mainContLink [class$=-top] .more:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/prov/main/ico_link_more_black.svg);
}
.mainContLink .ContLink-cont {
    display: flex;
    height: 296px;
    padding: 40px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../images/prov/main/img_contlink-cont.png);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.mainContLink .ContLink-cont:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     background: linear-gradient(90deg, #075D5D 0%, rgba(7, 93, 93, 0.70) 30%, rgba(7, 93, 93, 0.00) 70%);
}
.mainContLink .ContLink-cont-detail {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.mainContLink .ContLink-cont-detail > span {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
}
.mainContLink .ContLink-cont-name {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}
.mainContLink .ContLink-list {
    display: flex;
    height: 64px;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    margin-top: 7px;
}
.mainContLink .ContLink-list > li {
    width: 100%;
}
.mainContLink .ContLink-list-linkbtn {
    position: relative;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 400;
    line-height: 110%; /* 18.7px */

    &:hover,
    &:focus {
        font-weight: 700;
        text-decoration: underline;
        text-underline-position: under;
    }
}
.mainContLink .ContLink-list-linkbtn::before {
    content: '';
    display: inline-flex;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #EDF8F8;
    background-size: 24px;
    border-radius: 4px;
}
.mainContLink .ContLink-list-linkbtn.linkbtn1::before {
    background-image: url(../../images/prov/main/ico_contlink_linkbtn1.svg);
}
.mainContLink .ContLink-list-linkbtn.linkbtn2::before {
    background-image: url(../../images/prov/main/ico_contlink_linkbtn2.svg);
}


.mainContLink .ContServiceLink {
    flex: 1;
}
.mainContLink .ContServiceLink-cont {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mainContLink .ContServiceLink-box {
    display: flex;
    height: 180px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
}
.mainContLink .ContServiceLink-box:nth-child(1) {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(../../images/prov/main/img_contservicelink-01.png);
    background-color: #ffece5;
}
.mainContLink .ContServiceLink-box:nth-child(2) {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-image: url(../../images/prov/main/img_contservicelink-02.png);
    background-color: #d4efef;
    gap: 16px;
}
.mainContLink .ContServiceLink-box:nth-child(2) .subCont {
    margin-top: 0;
}
.mainContLink .ContServiceLink-box .subject {
    font-size: 21px;
    font-weight: 700;
}
.mainContLink .ContServiceLink-box .cont {
    font-size: 17px;
    font-weight: 400;
}
.mainContLink .ContServiceLink-box .subCont {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 10px;
    background:#FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    margin-top: 17px;
}
.mainContLink .ContServiceLink-box a.subCont {

    position: relative;

    &:hover,
    &:focus {
        text-decoration: underline;
        text-underline-position: under;
    }

    &:after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../../images/prov/main/ico_conservieLink_black.svg);
    }

}

.mainContLink .ContServiceLink-box-List {
    display: flex;
    gap: 8px;
}
.mainContLink .ContServiceLink-box-List .ContServiceLink-box:nth-child(1) {
    background-color: #FFECE5;;
    background-image: none;
}
.mainContLink .ContServiceLink-box-List .ContServiceLink-box:nth-child(2) {
    background-color: #E2F9D3;
    background-image: none;
}
.mainContLink .ContServiceLink-box-List .ContServiceLink-box {
    gap: 4px;
    width: calc(50% - 4px);
}
.mainContLink .ContServiceLink-box-List .ContServiceLink-box .cont {
    letter-spacing: -0.05em;
    white-space: nowrap;
}
.mainContLink .ContServiceLink-box-List .ContServiceLink-box .subCont {
    margin-top: 12px;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .mainContLink {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mainContLink .inner > div {
        flex-direction: column;
    }
    .mainContLink .ContLink {
        margin: 0;
        padding: 0;
    }
    .mainContLink .ContLink-cont {
        gap: 12px;
        height: 0;
        padding-bottom: 37.8%;
        position: relative;
    }
    .mainContLink .ContLink-cont .ContLink-cont-detail {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 55%;
    }
    

}

/* mobile */
@media screen and (max-width: 767px) {
    .mainContLink {
        padding: 24px 0;
    }
    .mainContLink .inner > div {
        gap: 24px;
    }
    .mainContLink .ContLink-cont {
        background-position: center;
        padding: 32px 16px;
        padding-bottom: 33.5%;
    }
    .mainContLink .ContLink-cont-detail {
        font-size: 20px;
    }
    .mainContLink .ContLink-cont-detail > span {
        font-size: 20px;
    }
    .mainContLink .ContLink-cont-name {
        display: none;
    }
    .mainContLink .ContLink-list {
        flex-wrap: wrap;
        gap: 16px 19px;
    }
    .mainContLink .ContLink-list > li {
        width: calc(50% - 9.5px);
    }

    .mainContLink [class$=-top] {
        margin-bottom: 8px;
    }
    .mainContLink [class$=-top] .tit {
        font-size: 19px;
    }
    .mainContLink .ContLink-list-linkbtn {
        font-size: 15px;
    }
    .mainContLink .ContServiceLink-box {
        gap: 4px;
        padding: 32px 24px;
    }
    .mainContLink .ContServiceLink-box-List {
        flex-direction: column;
        gap: 20px;
    }
    .mainContLink .ContServiceLink-box-List .ContServiceLink-box {
        width: 100%;
    }
    .mainContLink .ContServiceLink-box-List .ContServiceLink-box .subCont {
        margin-top: 17px;
    }
    .mainContLink .ContServiceLink-box:nth-child(2) .subCont {
        margin-top: 1px;
    }
    .mainContLink .ContServiceLink-box-List .ContServiceLink-box:nth-child(2) .subCont  {
        margin-top: 17px;
    }
    .mainContLink .ContServiceLink-box{
        background-image: none !important;
    }
    .mainContLink .ContServiceLink-box .subject {
        font-size: 19px;
    }
    .mainContLink .ContServiceLink-cont {
        gap: 20px;
    }
    .mainContLink .ContServiceLink-box-List .ContServiceLink-box .subCont {
        width: 100%;
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .mainContLink .ContLink-cont-detail {
        font-size: 15px;
        line-height: 150%;
    }
    .mainContLink .ContLink-cont-detail > span {
        font-size: 15px;
        line-height: 150%;
    }
}

/* 메인팝업 */
.main_notice_pop { display: flex; flex-wrap: wrap; position: absolute; top: 0; /* right: 0; */ left: 260px; z-index:99; }
.main_notice_pop .pop_con { position: relative; max-width: 90vw; z-index: 1; background: #fff;}
.main_notice_pop .pop_con .close_img { position: absolute; top: 0; right: 0; width: 40px; height: 40px; border: none; background: url(../images/btn_close_white.png) no-repeat center center rgba(28,28,28,0.5); background-size: 24px; text-indent: -9999px; overflow: hidden; z-index: 20; }
.main_notice_pop .pop_con .img img { width: 100%; }
.main_notice_pop .pop_con .btns { display: flex; background: #212121; }
.main_notice_pop .pop_con .btns .btn_invisible { flex:1; position: relative; padding: 13px 0; border: none; background: #3e3e3e; color: #fff; font-size: 1rem; line-height: 24px; font-weight: 500; letter-spacing: -0.8px; }
.main_notice_pop .pop_con .btns .btn_close { flex: 1; position: relative; padding: 13px 0; border: none; background: #212121; color: #fff; font-size: 1rem; line-height: 24px; font-weight: 500; letter-spacing: -0.8px; }
.main_notice_pop .pop_con .btns button span {
     display:inline-block; vertical-align:top;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    color: #fff;
}
@media screen and (max-width: 1024px){
    .main_notice_pop { top: 0; left: 0; right: 0; }
    .main_notice_pop .pop_con { position: absolute; left: 50%; transform: translateX(-50%); width: 400px; }
}
@media screen and (max-width: 767px){
    .main_notice_pop { top: 0;}
}