/* PC 브라우저 */
.commu-body.pcMain {
    /* 배너 - PC */
    .sub-info {
        margin-bottom: 10px;
        background-color: #262D4B;
        border-radius: 4px;
    }
    .sub-info .flex {
        display: flex;
        border-radius: 4px;
    }
    .sub-info .column:first-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px 24px 36px 24px;
        width: calc(100% - 318px);
    }
    .sub-info .column:last-child .img-box {
        width: 318px;
        height: 230px;
        border-radius: 0 4px 4px 0;
    }
    .sub-info .column:last-child .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0 4px 4px 0;
    }
    .sub-info .info-wrap {
        display: flex;
        gap: 18px;
    }
    .sub-info .info-wrap .img-box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #000;
    }
    .sub-info .info-wrap .img-box img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }
    .sub-info .info-wrap h2 {
        margin: 10px 0 8px;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 34px;
    }
    .sub-info .info-wrap h2 a {
        display: flex;
        gap: 8px;
        color: #fff;
    }
    .sub-info .info-wrap h2 span {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sub-info .info-wrap .txt-box p {
        max-width: 310px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        word-break: keep-all;
    }
    .sub-info .tag-wrap {
        display: flex;
        align-items: center;
        gap: 29px;
        padding: 2px 7px;
        min-width: 407px;
        min-height: 34px;
        background-color: #515a80;
        border-radius: 4px;
    }
    .sub-info .tag-box {
        display: flex;
        gap: 12px;
        row-gap: 6px;
        flex-wrap: wrap;
    }
    .sub-info .main-tag {
        margin-left: 7px;
        color: #40a3ff;
        font-size: 12px;
        font-weight: 700;
        line-height: normal;
        white-space: nowrap;
    }
    .sub-info .tag {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
    }


    /* 누스 중앙 - PC */
    .sub-centerzone {
        margin-bottom: 10px;
    }
    .sub-centerzone .tabs {
        display: flex;
        border-top: 2px solid #5f50b8;
    }
    .sub-centerzone .tabs li {
        height: 39px;
        margin-right: 10px;
        white-space: nowrap;
    }
    .sub-centerzone .tabs li a {
        display: block;
        padding: 0 16px;
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }
    .sub-centerzone .tabs .title {
        display: block;
        position: relative;
        line-height: 39px;
    }
    .sub-centerzone .tabs .title::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        height: 2px;
    }
    .sub-centerzone .tabs .selected .title::before {
        background-color: #e52f2f;
    }
    .sub-centerzone .tabs .selected.special {
        background-color: #414348;
    }
    .sub-centerzone .tabs .selected.special .title {
        color: #fff;
    }
    .sub-centerzone .tabs .selected.special .title::before {
        background-color: #414348;
    }
    .sub-centerzone .tab-contents dl {
        display: none;
        padding: 2px 0 8px;
        border-top: 2px solid #d1d2d4;
    }
    .sub-centerzone .tab-contents dl.selected {
        display: flex;
    }
    .sub-centerzone .tab-contents dl.special {
        border-top-color: #414348;
        background-color: #414348;
    }
    .sub-centerzone .tab-contents dl.special .article {
        background-color: #151515;
        box-shadow: none;
    }
    .sub-centerzone .tab-contents dl.special .article:hover {
        box-shadow: 0 0 7px #a2a2a2;
    }
    .sub-centerzone .tab-contents .article {
        display: inline-block;
        margin-left: 5px;
        width: 162px;
        box-sizing: border-box;
        box-shadow: 1px 1px 5px 1px #e8e8e8;
        transition: all .2s ease;
    }
    .sub-centerzone .tab-contents .article:hover {
        box-shadow: 0 0 7px 0 #9c8c8c;
        transition: all .3s ease-in-out;
    }
    .sub-centerzone .tab-contents .article:first-child {
        width: 299px;
        margin-left: 0;
        padding-left: 1px;
    }
    .sub-centerzone .tab-contents dt {
        height: 132px;
        overflow: hidden;
    }
    .sub-centerzone .tab-contents dd {
        height: 2.8em;
        padding: 5px 13px 0 13px;
        margin-bottom: 3px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .sub-centerzone .tab-contents dd:last-child {
        height: 28px;
        padding-top: 0;
        line-height: 1;
        margin-bottom: 0;
    }
    .sub-centerzone .tab-contents dd .cmtnum {
        font-weight: normal;
        font-size: 12px;
        color: #f62525;
    }
    .sub-centerzone .tab-contents dd a {
        display: block;
        font-weight: 700;
        color: #252525;
    }
    .sub-centerzone .tab-contents .special dd:first-of-type a {
        color: #fff;
    }
    .sub-centerzone .tab-contents dd:last-child a {
        font-size: 12px;
        font-weight: 300;
        color: #999;
    }
    .sub-centerzone .tab-contents img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* 기사 리스트 - PC */
    .subpage-news .spTit01 {
        padding-left: 10px;
        background-color: #f4f4f4;
        height: 40px;
        line-height: 40px;
    }
    .subpage-news .newsList li {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .subpage-news .newsList li .thumb {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 20px 0 10px;
        width: 165px;
        height: 115px;
    }
    .subpage-news .newsList li .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .subpage-news dl {
        display: flex;
        flex-direction: column;
        width: calc(100% - 195px);
    }
    .subpage-news dt {
        font-size: 15px;
        font-weight: 700;
    }
    .subpage-news dt .cmtnum {
        color: #f94b4b;
        font-size: 11px;
    }
    .subpage-news dd .txt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 5px 0;
        max-height: 60px;
        line-height: 20px;
    }
    .subpage-news .newsInfo {
        display: flex;
        align-items: center;
        gap: 3px;
        font-size: 12px;
        color: #888;
    }
    .subpage-news .newsInfo .bar {
        margin-bottom: 1px;
    }
}

/* 모바일 브라우저 */
.mobileWrap {
    /* 배너 */
    /* 배너 - PC */
    @media (min-width: 768px) {
        .sub-info {
            margin: 10px;
            background-color: #262D4B;
            border-radius: 4px;
        }

        .sub-info .flex {
            display: flex;
            border-radius: 4px;

        }

        .sub-info .column:first-child {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 16px 24px 36px 24px;
            width: calc(100% - 318px);
        }

        .sub-info .column:last-child .img-box {
            width: 318px;
            height: 230px;
            border-radius: 0 4px 4px 0;
        }

        .sub-info .column:last-child .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 4px 4px 0;
        }

        .sub-info .info-wrap {
            display: flex;
            gap: 18px;
        }

        .sub-info .info-wrap .img-box {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 10px;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-color: #000;
        }

        .sub-info .info-wrap .img-box img {
            width: 40px;
            height: 40px;
            object-fit: cover;
        }

        .sub-info .info-wrap h2 {
            margin: 10px 0 8px;
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            line-height: 34px;
        }

        .sub-info .info-wrap h2 a {
            display: flex;
            gap: 8px;
            color: #fff;
        }

        .sub-info .info-wrap h2 span {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sub-info .info-wrap .txt-box p {
            max-width: 310px;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            line-height: normal;
            word-break: keep-all;
        }

        .sub-info .tag-wrap {
            display: flex;
            align-items: center;
            gap: 29px;
            padding: 2px 7px;
            min-width: 368px;
            width: fit-content;
            min-height: 30px;
            height: auto;
            background-color: #515a80;
            border-radius: 4px;
        }

        .sub-info .tag-box {
            display: flex;
            gap: 12px;
            row-gap: 6px;
            flex-wrap: wrap;
        }

        .sub-info .tag-box a {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sub-info .main-tag {
            margin-left: 7px;
            color: #40a3ff;
            font-size: 12px;
            font-weight: 700;
            line-height: normal;
            white-space: nowrap;
        }

        .sub-info .tag {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
        }
    }
    /* 배너 - tablet */
    @media (max-width: 767px) {
        .sub-info {
            margin: 10px;
            background-color: #262D4B;
            border-radius: 4px;
        }

        .sub-info .flex {
            display: flex;
            border-radius: 4px;
        }

        .sub-info .column:first-child {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 15px 15px 20px;
            width: calc(100% - 278px);
        }

        .sub-info .column:last-child .img-box {
            width: 270px;
            height: 180px;
            border-radius: 0 4px 4px 0;
        }

        .sub-info .column:last-child .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 0 4px 4px 0;
        }

        .sub-info .info-wrap {
            display: flex;
            gap: 10px;
        }

        .sub-info .info-wrap .img-box {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #000;
        }

        .sub-info .info-wrap .img-box img {
            width: 28px;
            height: 28px;
            object-fit: cover;
        }

        .sub-info .info-wrap h2 {
            margin: 0 0 4px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
        }

        .sub-info .info-wrap h2 a {
            display: flex;
            gap: 6px;
            color: #fff;
        }

        .sub-info .info-wrap h2 span {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sub-info .info-wrap .txt-box {
            max-width: 220px;
        }

        .sub-info .info-wrap .txt-box p {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
            word-break: keep-all;
        }

        .sub-info .tag-wrap {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 2px 7px;
            min-width: 266px;
            width: fit-content;
            min-height: 26px;
            height: auto;
            background-color: #515a80;
            border-radius: 4px;
        }

        .sub-info .tag-box {
            display: flex;
            gap: 8px;
            row-gap: 4px;
            flex-wrap: wrap;
        }

        .sub-info .tag-box a {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sub-info .main-tag {
            margin-left: 7px;
            width: 48px;
            color: #40a3ff;
            font-size: 12px;
            font-weight: 700;
            line-height: normal;
            white-space: nowrap;
        }

        .sub-info .tag {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
        }
    }
    /* 배너 - 모바일 */
    @media (max-width: 599px) {
        .sub-info .flex {
            flex-direction: column-reverse;
        }

        .sub-info .column:last-child .img-box {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 85px;
            border-radius: 4px 4px 0 0;
        }

        .sub-info .column:last-child .img-box img {
            position: absolute;
            top: -50%;
            width: 100%;
            height: 150%;
            object-fit: cover;
            border-radius: 4px 4px 0 0;
        }

        .sub-info .column:first-child {
            padding: 10px 18px 11px;
            gap: 13px;
            width: auto;
        }

        .sub-info .info-wrap .img-box {
            width: 42px;
            height: 42px;
        }

        .sub-info .info-wrap .img-box img {
            width: 20px;
            height: 20px;
        }

        .sub-info .info-wrap h2 {
            font-size: 15px;
        }

        .sub-info .info-wrap .txt-box h2 a {
            display: flex;
            gap: 8px;
            color: #fff;
            font-size: 15px;
            font-weight: 700;
            line-height: 24px;
        }

        .sub-info .info-wrap .txt-box h2 span {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .sub-info .info-wrap .txt-box h2 svg {
            width: 16px;
            height: 16px;
        }

        .sub-info .tag-wrap {
            gap: 13px;
            padding: 2px 7px;
            min-width: 238px;
            width: fit-content;
            min-height: 20px;
            height: auto;
            border-radius: 3px;
        }
    }

    /* 뉴스 중앙 */
    /* 누스 중앙 - Tablet & PC */
    @media (min-width: 768px) {
        .sub-centerzone {
            margin-bottom: 10px;
        }

        .sub-centerzone .tabs {
            display: flex;
            border-top: 2px solid #5f50b8;
        }

        .sub-centerzone .tabs li {
            height: 39px;
            margin-right: 10px;
            white-space: nowrap;
        }

        .sub-centerzone .tabs li a {
            display: block;
            padding: 0 16px;
            font-size: 14px;
            font-weight: 700;
            color: #000;
        }

        .sub-centerzone .tabs .title {
            display: block;
            position: relative;
            line-height: 39px;
        }

        .sub-centerzone .tabs .title::before {
            content: '';
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            z-index: 2;
            height: 2px;
        }

        .sub-centerzone .tabs .selected .title::before {
            background-color: #e52f2f;
        }

        .sub-centerzone .tabs .selected.special {
            background-color: #414348;
        }

        .sub-centerzone .tabs .selected.special .title {
            color: #fff;
        }

        .sub-centerzone .tabs .selected.special .title::before {
            background-color: #414348;
        }

        .sub-centerzone .tab-contents dl {
            display: none;
            padding: 2px 0 8px;
            border-top: 2px solid #d1d2d4;
        }

        .sub-centerzone .tab-contents dl.selected {
            display: flex;
        }

        .sub-centerzone .tab-contents dl.special {
            border-top-color: #414348;
            background-color: #414348;
        }

        .sub-centerzone .tab-contents dl.special .article {
            background-color: #151515;
            box-shadow: none;
        }

        .sub-centerzone .tab-contents dl.special .article:hover {
            box-shadow: 0 0 7px #a2a2a2;
        }

        .sub-centerzone .tab-contents .article {
            display: inline-block;
            margin-left: 5px;
            width: 162px;
            box-sizing: border-box;
            box-shadow: 1px 1px 5px 1px #e8e8e8;
            transition: all .2s ease;
        }

        .sub-centerzone .tab-contents .article:hover {
            box-shadow: 0 0 7px 0 #9c8c8c;
            transition: all .3s ease-in-out;
        }

        .sub-centerzone .tab-contents .article:first-child {
            width: 299px;
            margin-left: 0;
            padding-left: 1px;
        }

        .sub-centerzone .tab-contents dt {
            height: 132px;
            overflow: hidden;
        }

        .sub-centerzone .tab-contents dd {
            height: 2.8em;
            padding: 5px 13px 0 13px;
            margin-bottom: 3px;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.4em;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

        .sub-centerzone .tab-contents dd:last-child {
            height: 28px;
            padding-top: 0;
            line-height: 1;
            margin-bottom: 0;
        }

        .sub-centerzone .tab-contents dd .cmtnum {
            font-weight: normal;
            font-size: 12px;
            color: #f62525;
        }

        .sub-centerzone .tab-contents dd a {
            display: block;
            font-weight: 700;
            color: #252525;
        }

        .sub-centerzone .tab-contents .special dd:first-of-type a {
            color: #fff;
        }

        .sub-centerzone .tab-contents dd:last-child a {
            font-size: 12px;
            font-weight: 300;
            color: #999;
        }

        .sub-centerzone .tab-contents img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    /* 누스 중앙 - 모바일 */
    @media (max-width: 767px) {
        .sub-centerzone .tabs {
            display: flex;
            margin: 0 10px 10px;
            padding: 5px 7px;
            border-radius: 12px;
            background: #EBEBEB;
        }

        .sub-centerzone .tabs li {
            display: flex;
            justify-content: center;
            align-items: center;
            width: calc(100% / 3);
            height: 26px;
            border-radius: 10px;
        }

        .sub-centerzone .tabs li.selected {
            background: #2685d5;
        }

        .sub-centerzone .tabs li.selected .title,
        .sub-centerzone .tabs li.selected font {
            color: #fff;
        }

        .sub-centerzone .tabs li a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

        .sub-centerzone .tabs li .title,
        .sub-centerzone .tabs li font {
            color: #000;
            font-size: 12px;
            font-weight: 700;
        }

        .sub-centerzone .tab-contents dl {
            display: none;
            padding: 0 10px 10px;
        }

        .sub-centerzone .tab-contents dl.selected {
            display: flex;
        }

        .sub-centerzone .tab-contents dl .article {
            display: flex;
            flex-direction: column;
            gap: 5px;
            border-radius: 2px;
            width: 222px;
            height: 144px;
            background: #FFF;
            box-shadow: 2px 2px 4px 0 rgba(209, 210, 212, 0.25);
        }

        .sub-centerzone .tab-contents dt {
            display: inline-block;
            width: 222px;
            height: 98px;
        }

        .sub-centerzone .tab-contents dt a {
            display: flex;
            width: 100%;
            height: 100%;
            border-radius: 2px 2px 0 0;
        }

        .sub-centerzone .tab-contents dt img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 2px 2px 0 0;
        }

        .sub-centerzone .tab-contents dd {
            padding: 0 5px;
            color: #252525;
            font-size: 12px;
            font-weight: 700;
            line-height: 18px;
        }

        .sub-centerzone .tab-contents dd:last-child {
            display: none;
        }
    }
    /* 누스 중앙 */
    /* 모바일 접속 시 탭 노출 개수 조정 */
    .sub-centerzone .tabs li:nth-child(n + 4) {
        display: none;
    }

    /* 기사 리스트 */
    /* 기사 리스트 - Tablet & PC*/
    @media (min-width: 768px) {
        .subpage-news .spTit01 {
            padding-left: 10px;
            background-color: #f4f4f4;
            height: 40px;
            line-height: 40px;
        }

        .subpage-news .newsList li {
            display: flex;
            padding: 20px 0;
            border-bottom: 1px solid #e1e1e1;
        }

        .subpage-news .newsList li .thumb {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 20px 0 10px;
            width: 165px;
            height: 115px;
        }

        .subpage-news .newsList li .thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .subpage-news dl {
            display: flex;
            flex-direction: column;
            width: calc(100% - 195px);
        }

        .subpage-news dt {
            font-size: 15px;
            font-weight: 700;
        }

        .subpage-news dt .cmtnum {
            color: #f94b4b;
            font-size: 11px;
        }

        .subpage-news dd .txt {
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin: 5px 0;
            max-height: 60px;
            line-height: 20px;
        }

        .subpage-news .newsInfo {
            display: flex;
            align-items: center;
            gap: 3px;
            font-size: 12px;
            color: #888;
        }

        .subpage-news .newsInfo .bar {
            margin-bottom: 1px;
        }
    }
    /* 기사 리스트 - 모바일 */
    @media (max-width: 767px) {
        .subpage-news {
            padding: 10px;
        }

        .subpage-news .spTit01 {
            display: none;
        }

        .subpage-news .newsList li {
            display: flex;
            position: relative;
            padding: 15px 10px 0;
            height: 90px;
            border-bottom: 1px solid #e1e1e1;
        }

        .subpage-news .newsList li .thumb {
            position: absolute;
            top: 15px;
            left: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 81px;
            height: 56px;
        }

        .subpage-news .newsList li img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .subpage-news dl {
            padding-left: 90px;
            width: calc(100% - 90px);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .subpage-news dt {
            font-size: 15px;
            line-height: 1.5;
        }

        .subpage-news dt .tit {
            display: block;
            margin-top: -4px;
            overflow: hidden;
            height: 45px;
            color: #2d5373;
            font-size: 15px;
            font-weight: bold;
            line-height: 1.5;
            letter-spacing: -1px;
            text-overflow: ellipsis;
        }

        .subpage-news dd .txt {
            display: none;
        }

        .subpage-news dd .newsInfo {
            display: block;
            position: relative;
            bottom:-20px;
            left: -90px;
            width: 330px;
            color: #acacac;
            font-size: 12px;
            line-height: 1.3;
        }

        .subpage-news dd .newsInfo .category {
            display: none;
        }

        .subpage-news dd .newsInfo .bar {
            margin: 0 3px;
        }

        .newsInfo .category+.bar {
            display: none;
        }
    }
}