@charset "utf-8";

/* Pretendard */
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 100;
    src: url(./font/Pretendard-Thin.woff2) format('woff2'),
         url(./font/Pretendard-Thin.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 200;
    src: url(./font/Pretendard-ExtraLight.woff2) format('woff2'),
         url(./font/Pretendard-ExtraLight.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 300;
    src: url(./font/Pretendard-Light.woff2) format('woff2'),
         url(./font/Pretendard-Light.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    src: url(./font/Pretendard-Regular.woff2) format('woff2'),
         url(./font/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 500;
    src: url(./font/Pretendard-Medium.woff2) format('woff2'),
         url(./font/Pretendard-Medium.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 600;
    src: url(./font/Pretendard-SemiBold.woff2) format('woff2'),
         url(./font/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    src: url(./font/Pretendard-Bold.woff2) format('woff2'),
         url(./font/Pretendard-Bold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 800;
    src: url(./font/Pretendard-ExtraBold.woff2) format('woff2'),
         url(./font/Pretendard-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 900;
    src: url(./font/Pretendard-Black.woff2) format('woff2'),
         url(./font/Pretendard-Black.woff) format('woff');
}

html, body {
    height: 100%; /* html과 body의 높이를 100%로 설정 */
    margin: 0;
    padding: 0;
}

body {
    margin: 0; padding: 0; font-size: 16px;
    letter-spacing: -0.5px; font-weight: 400; line-height: 160%;
    width: 100%; height: 100%; min-width: 320px; overflow-x: hidden; overflow-y: hidden;
    font-style: normal; font-family: /*'TGOTHIC', */'Pretendard', 'Roboto', '맑은고딕', Malgun Gothic, sans-serif,'Sans-serif', 돋움, 'dotum'; color: #222;
}

.service-end {
    width: 100%; height: 100%;
    overflow: hidden; background: #f5f5f5;
    display: flex; align-items: center; justify-content: center;
    text-align: center; flex-direction: column; gap: 15px;
}
.service-end .box {
    width: 90%; max-width: 900px;
    background: #fff;
    padding: 4.5rem 4rem; text-align: left; box-sizing: border-box;
}
.service-end .box .title {
    margin: 0 0 40px 0;
}
.service-end .box .title p {
    text-transform: uppercase; letter-spacing: 1.5px;
    font-size: 0.9rem; font-weight: 600;
}
.service-end .box .title h5 {
    font-size: 36px; margin: 0;
}
.service-end .box .desc {
    margin: 0 0 60px 0;
}
.service-end .box .info {
    font-weight: 600;
}
.service-end .box ul {
    display: flex; padding: 0; margin: 0; gap: 20px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #dbdbdb;
}
.service-end .box ul li {
    list-style: none; width: calc( (100% - 20px) / 2 );
    padding: 25px 0;
}
.service-end .box ul li dl {
    display: flex; align-items: center;
    margin: 0; gap: 15px;
}
.service-end .box ul li dl dt {
    width: 50px; height: 50px;
    background: #222; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.service-end .box ul li dl dt i {
    color: #fff;
}
.service-end .box ul li dl dd {
    margin: 0; flex: 1;
}
.service-end .box ul li dl dd span {
    font-weight: 600;
}
.service-end .box ul li dl dd p {
    margin: 0; white-space: normal; word-wrap:break-word;
}
.service-end .copyright {
    color: #ccc; font-weight: 600;
    letter-spacing: 1.2; font-size: 0.9rem;
}

@media (max-width: 860px) {
    body {
        font-size: 15px;
    }
    .service-end .box {
        padding: 2.5rem;
    }
    .service-end .box .title {
        margin: 0 0 25px 0;
    }
    .service-end .box .title p {
        font-size: 0.8rem; margin: 0 0 10px 0;
    }
    .service-end .box .title h5 {
        font-size: 25px;
    }
    .service-end .box .desc {
        margin: 0 0 40px 0;
    }
    .service-end .box .desc br {
        display: none;
    }
    .service-end .box ul {
        flex-direction: column; gap: 10px;
        padding: 10px 0;
    }
    .service-end .box ul li {
        width: 100%; padding: 0;
    }
    .service-end .box ul li dl dt {
        width: 40px; height: 40px;
    }
    .service-end .box ul li dl dd {
        line-height: 1.5;
    }
    .service-end .box .info {
        margin: 0 0 10px 0;
    }
    .service-end .copyright {
        font-size: 0.7rem;
    }
}
@media (max-width: 460px) {
    body {
        font-size: 14px;
    }
    .service-end .box {
        padding: 2rem 1.5rem;
    }
    .service-end .box .title {
        margin: 0 0 15px 0;
    }
    .service-end .box .title p {
        font-size: 0.7rem; margin: 0 0 5px 0;
    }
    .service-end .box .title h5 {
        font-size: 22px;
    }
    .service-end .box .desc {
        margin: 0 0 20px 0;
    }
    .service-end .box ul li dl {
        gap: 10px;
    }
    .service-end .box ul li dl dt {
        width: 30px; height: 30px;
    }
    .service-end .box ul li dl dd {

    }
}
