@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/*
    RESET CSS
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
    COMMON CSS
*/
button {
    overflow: visible;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    font-family: 'Noto Sans KR', 'Source Sans Pro', '맑은 고딕', '돋움', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #303030;
    outline: 0;
    background: none;
}

.blind {
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    left: -120%;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 0;
    line-height: 0;
    text-indent: 120%;
    white-space: nowrap;
}

/*
    ERROR CSS
*/

/* 에러 페이지 Ver2 | 20241619 추가 */
.errorWrap_ver2 .only-mb {
    display: block !important;
}

.errorWrap_ver2 .only-pc {
    display: none !important;
}

.errorWrap_ver2 .errorIn {
    margin: 0 auto;
    max-width: 1110px;
}

.errorWrap_ver2 .errorHead {
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 20px;
    border-bottom: 1px solid #E2E2E2;
}

.errorWrap_ver2 .errorHead .logo>a {
    display: block;
    width: 94px;
    height: 14px;
    background: url("./logo.png") no-repeat center/cover;
}

.errorWrap_ver2 .errorHead .logo.krpia>a {
    width: 85px;
    height: 25px;
    background-image: url("/images/common/logo_krpia_145.png");
}

.errorWrap_ver2 .errorHead .logo.nurimedia>a {
    width: 90px;
    height: 20px;
    background-image: url("/images/common/logo_nurimedia.svg");
}

.errorWrap_ver2 .errorBody {
    padding: 48px 20px;
}

.errorWrap_ver2 .errorBody .topArea .img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto;
}

.errorWrap_ver2 .errorBody .topArea .text {
    text-align: center;
}

.errorWrap_ver2 .errorBody .topArea .text .tit {
    margin: 22px auto 15px;
    line-height: 131%;
    /* font-family: "notokr-bold", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.021em;
    color: #232527;
}

.errorWrap_ver2 .errorBody .topArea .text .desc {
    line-height: 144%;
    /* font-family: "notokr-regular", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #777777;
    word-break: keep-all;
}

.errorWrap_ver2 .errorBody .topArea .text .desc+.desc {
    margin-top: 8px;
}

.errorWrap_ver2 .errorBody .topArea .text .descs {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.errorWrap_ver2 .errorBody .topArea .text .descs>li {
    position: relative;
    padding-left: 12px;
    text-align: left;
    line-height: 144%;
    /* font-family: "notokr-regular", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #777777;
}

.errorWrap_ver2 .errorBody .topArea .text .descs>li+li {
    margin-top: 7px;
}

.errorWrap_ver2 .errorBody .topArea .text .descs>li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #444444;
    border-radius: 100%;
}

.errorWrap_ver2 .errorBody .bottomArea .info {
    margin: 20px auto 0;
    padding: 20px 15px;
    background: #FAFAFA;
}

.errorWrap_ver2 .errorBody .bottomArea .info>li {
    position: relative;
    padding-left: 7px;
    line-height: 144%;
    /* font-family: "notokr-regular", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 12px;
    letter-spacing: -0.02em;
    color: #444444;
}

.errorWrap_ver2 .errorBody .bottomArea .info>li+li {
    margin-top: 5px;
}

.errorWrap_ver2 .errorBody .bottomArea .info>li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #444444;
    border-radius: 100%;
}

.errorWrap_ver2 .errorBody .btn-err {
    display: block;
    width: 100%;
    min-height: 48px;
    margin-top: 30px;
    padding: 13px;
    border: 1px solid #EF4348;
    border-radius: 4px;
    line-height: 144%;
    text-align: center;
    /* font-family: "notokr-regular", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #EF4348;
    box-sizing: border-box;
}

.errorWrap_ver2 .errorFoot {
    padding: 30px 0;
    background: #FAFAFA;
}

.errorWrap_ver2 .errorFoot .errorFootIn {
    max-width: 1110px;
    margin: 0 auto;
}

.errorWrap_ver2 .errorFoot .tit {
    padding: 0 20px;
    line-height: 150%;
    /* font-family: "notokr-bold", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #232527;
}

.errorWrap_ver2 .errorFoot .tips-area {
    position: relative;
    padding: 20px;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-slide iframe {
    height: 156px;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-slide .slide-tit {
    margin: 12px 0 6px;
    /* font-family: "notokr-medium", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #232527;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-slide .slide-desc {
    line-height: 150%;
    /* font-family: "notokr-regular", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 12px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 38px;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-button-arrow {
    top: -30px;
    left: auto;
    right: 30px;
    margin-top: 0;
    border: 1px solid #dcdada;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-button-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #bcbcbc;
    border-bottom: 2px solid #bcbcbc;
    transform: rotate(-45deg);
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-button-arrow::after {
    display: none;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-button-prev {
    right: 70px;
}

.errorWrap_ver2 .errorFoot .tips-area .swiper-button-prev::before {
    left: 11px;
    transform: rotate(-225deg);
}

.errorWrap_ver2 .errorFoot .articles-area {
    margin: 20px;
}

.errorWrap_ver2 .errorFoot .articles-area .article-list {
    counter-reset: list-counter;
    background: #ffffff;
    border-top: 1px solid #232527;
}

.errorWrap_ver2 .errorFoot .articles-area .article-list>li {
    counter-increment: list-counter;
    position: relative;
    border-bottom: 1px solid #DBDBDB;
}

.errorWrap_ver2 .errorFoot .articles-area .article-list>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 16px 16px 16px 47px;
    line-height: 144%;
    /* font-family: "notokr-regular", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-size: 13px;
    letter-spacing: -0.02em;
    color: #232527;
}

.errorWrap_ver2 .errorFoot .articles-area .article-list>li>a>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    max-height: 40px;
}

.errorWrap_ver2 .errorFoot .articles-area .article-list>li>a::before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    top: 25px;
    left: 16px;
    line-height: 144%;
    /* font-family: "notokr-bold", sans-serif; */
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #777777;
}

/* PC: 최소 960 */
@media (min-width: 960px) {
    .type-center {
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .type-center .errorWrap_ver2 {
        overflow: auto;
        width: 100vw;
        max-height: 100vh;
    }

    .type-center .errorWrap_ver2 .errorIn {
        max-width: 800px;
    }

    .errorWrap_ver2 .only-mb {
        display: none !important;
    }

    .errorWrap_ver2 .only-pc {
        display: block !important;
    }

    .errorWrap_ver2 .errorHead {
        height: 62px;
        padding: 0;
    }

    .errorWrap_ver2 .errorHead .logo>a {
        width: 120px;
        height: 40px;
    }

    .errorWrap_ver2 .errorHead .logo.krpia>a {
        width: 120px;
        height: 35px;
    }

    .errorWrap_ver2 .errorHead .logo.nurimedia>a {
        width: 132px;
        height: 30px;
    }

    .errorWrap_ver2 .errorBody {
        padding: 74px 0;
    }

    .errorWrap_ver2 .errorBody .topArea {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .errorWrap_ver2 .errorBody .topArea .img {
        flex-shrink: 0;
        max-width: 360px;
        margin: 0;
    }

    .errorWrap_ver2 .errorBody .topArea .text {
        max-width: 380px;
        text-align: left;
    }

    .errorWrap_ver2 .errorBody .topArea .text .tit {
        margin: 0px auto 20px;
        font-size: 32px;
    }

    .errorWrap_ver2 .errorBody .topArea .text .desc {
        font-size: 16px;
    }

    .errorWrap_ver2 .errorBody .topArea .text .descs>li {
        font-size: 16px;
    }

    .errorWrap_ver2 .errorBody .topArea .text .descs>li::before {
        top: 8px;
    }

    .errorWrap_ver2 .errorBody .topArea .text.type-wide {
        max-width: 490px;
    }

    .errorWrap_ver2 .errorBody .bottomArea .info {
        margin: 60px auto 0;
        padding: 24px 30px;
    }

    .errorWrap_ver2 .errorBody .bottomArea .info>li {
        padding-left: 12px;
        font-size: 15px;
    }

    .errorWrap_ver2 .errorBody .bottomArea .info>li::before {
        top: 8px;
    }

    .errorWrap_ver2 .errorBody .btn-err {
        max-width: 390px;
        min-height: 50px;
        margin-top: 36px;
        padding: 12px;
        font-size: 16px;
    }

    .errorWrap_ver2 .errorFoot {
        padding: 60px 0;
    }

    .errorWrap_ver2 .errorFoot .tit {
        font-size: 20px;
    }

    .errorWrap_ver2 .errorFoot .tips-area {
        padding: 25px 20px;
    }

    .errorWrap_ver2 .errorFoot .tips-area .swiper-slide iframe {
        height: 193px;
    }

    .errorWrap_ver2 .errorFoot .tips-area .swiper-slide .slide-tit {
        margin: 14px 0 6px;
        font-size: 16px;
    }

    .errorWrap_ver2 .errorFoot .tips-area .swiper-slide .slide-desc {
        font-size: 13px;
    }

    .errorWrap_ver2 .errorFoot .tips-area .swiper-button-arrow {
        display: none;
    }

    .errorWrap_ver2 .errorFoot .articles-area {
        margin: 20px;
    }

    .errorWrap_ver2 .errorFoot .articles-area .article-list {
        border-top: 2px solid #232527;
    }

    .errorWrap_ver2 .errorFoot .articles-area .article-list>li>a {
        padding: 23px 23px 23px 106px;
        /* font-family: "notokr-bold", sans-serif; */
        font-family: "Noto Sans KR", sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .errorWrap_ver2 .errorFoot .articles-area .article-list>li>a>span {
        display: block;
        max-height: auto;
        -webkit-line-clamp: inherit;
        white-space: nowrap;
        word-wrap: normal;
    }

    .errorWrap_ver2 .errorFoot .articles-area .article-list>li>a::before {
        top: 21px;
        left: 30px;
        font-size: 19px;
    }

    .errorWrap_ver2 .errorFoot .articles-area .article-list>li>a::after {
        content: "";
        position: absolute;
        top: 24px;
        left: 77px;
        width: 1px;
        height: 24px;
        background: #DBDBDB;
    }

    .errorWrap_ver2 .errorFoot .articles-area .article-list>li:hover {
        background: #FFF1F1;
    }
}

/* 에러 페이지 Ver2 | 20241619 추가 */