.wrap-full-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    -webkit-font-smoothing: antialiased; /* Mac에서 부드럽게 */
    -moz-osx-font-smoothing: grayscale; /* Mac에서 부드럽게 */
    text-rendering: optimizeLegibility; /* 가독성 최적화 */

}
.wrap-full-page .full-header {
    padding: 25px 0 0 64px;
}
.wrap-full-page .full-header.bordered {
    border-bottom: 1px solid var(--Color-Gray-Border-border-secondary, #E8E8E8);
    background: var(--Color-Gray-Background-bg-primary, #FFF);
    padding: 0 104px;
    height: 50px;
}
.wrap-full-page .full-header.bordered .logo {
    width: 160px;
    padding-top: 12px;
}
.wrap-full-page .full-body {
    text-align: center;
}
.wrap-full-page .full-body2 {
    text-align: center;
    padding: 0 16px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.wrap-full-page .full-body2 h4 {
    color: var(--Color-Gray-Text-text-secondary, #2B2B2B);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px; /* 125% */
    margin: 64px 0 20px;
}
.wrap-full-page .full-body2 h5 {
    color: var(--Color-Gray-Text-text-tertiary, #575757);
    font-size: var(--Font-size-font-size-lg, 20px);
    font-weight: 500;
    line-height: var(--Line-height-line-height-3xl, 30px); /* 150% */
    margin-bottom: 20px;
}
.wrap-full-page .full-body2 h6 {
    color: var(--Color-Gray-Text-text-quarternary, #757575);
    font-size: var(--Font-size-font-size-md, 18px);
    font-weight: 400;
    line-height: var(--Line-height-line-height-2xl, 28px); /* 155.556% */
}
.wrap-full-page .full-footer2 {
    color: var(--Color-Gray-Text-text-placeholder, #A5A5A5);
    font-size: var(--Font-size-font-size-xs, 12px);
    font-weight: 400;
    line-height: var(--Line-height-line-height-xs, 16px); /* 133.333% */
    text-align: center;
    padding-bottom: 40px;
}
.area-browser-list {
    display: flex;
    justify-content: center;
}
.area-browser-list img {
    margin: 0 16px 0;
}
.area-browser-list img.arrow-right {
    width: 35px;
    height: 50px;
    margin-top: 10px;
}
.browser-support-title {
    color: #777;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin: 64px 0 32px;

}
.browser-support-txt {
    color: #777;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;

}
.area-move-btn {
    margin-top: 32px;
}
.area-move-btn a {
    border: 1px solid  #ccc;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 14px 0 14px;
    width: 200px;
}
.area-move-btn a:first-child {
    margin-right: 8px;
}
.wrap-full-page .full-footer {
    border-top: 1px solid #ededed;
    padding: 16px 0 64px;
    color: #aaa;
    text-align: center;
}

/*서비스 점검중, 네트웍에러 화면*/
.full-no-link {
    height: calc(100vh - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.full-contents {
    color: #333;
    /*padding: 174px 0;*/
    text-align: center;
}
.top-icon {
    width: 120px;
}
.full-contents h1 {
    font-size: 32px;
}
.full-contents .desc {
    margin: 10px auto 0;
    font-size: 20px;
    color:#555;
    font-weight: 500;
    line-height: 1.78;
}
.full-contents .service-time {
    color: #333;
    font-size: 18px;
    border-top: 1px solid #ededed;
    padding-top: 32px;
    line-height: 1.5;
    width: 50%;
    margin: 32px auto 0
}
.full-btm-info {
    position: fixed;
    bottom: 50px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
}
.full-contents .logo {
    margin-bottom: 20px;
}
.full-contents .logo img {
    width: 180px;
}
.wrap-warranty {
    padding: 66px 47px 89px;
    width: 595px;
    margin: 0 auto;
    height: 842px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrap-warranty .w-header {
    border-bottom: 1px solid #e8e8e8;
}
.wrap-warranty .w-header .header1 {
    display: flex;
    justify-content: space-between;
}
.wrap-warranty .w-header .header1 h1 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: 1.5px;
}
.wrap-warranty .w-header .header1 .wrap-qr {
    display: flex;
    align-items: center;
    gap: 8px ;
}
.wrap-warranty .w-header .header1 .wrap-qr .qr-img {
    border: 1px solid #e8e8e8
}
.wrap-warranty .w-header .header1 .wrap-qr .qr-txt {
    color: #666;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 9.8px */
    letter-spacing: -0.2px;
}
.wrap-warranty .w-header .header2 {
    display: flex;
    padding: 20px 0
}
.wrap-warranty .w-header .header2 dt {
    color: #666;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 13.5px */
}.wrap-warranty .w-header .header2 dd {
     color: #333;
     font-feature-settings: 'liga' off, 'clig' off;
     font-family: Pretendard;
     font-size: 10px;
     font-style: normal;
     font-weight: 500;
     line-height: 150%; /* 15px */
 }
.wrap-warranty .w-header .header2 .header2-1 {
    width: 240px;
}
.wrap-warranty .w-header .header2 .header2-2 {
    width: 120px;
}
.wrap-warranty .w-body {
    padding: 28px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.wrap-warranty .w-body.one-contents {
    justify-content: center;
    gap: 0;
}
.wrap-warranty .w-body.one-contents figcaption {
    text-align: center;
}
.wrap-warranty .w-body.one-contents figcaption h3 {
    margin-bottom: 10px;
}
.wrap-warranty .w-body figure {
    width: 260px;
}
.wrap-warranty .w-body figcaption {
    width: 210px;
}
.wrap-warranty .w-body h2 {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    word-break: break-word;
}
.wrap-warranty .w-body h3 {
    color: #333;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    word-break: break-word;
}
.wrap-warranty .w-body p {
    color: #333;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 16.5px */
}
.wrap-warranty .w-footer .footer1 {
    margin: 30px 0;
}
.wrap-warranty .w-footer .footer1 .footer1-ko {
    color: #666;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 9.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 14.25px */
    letter-spacing: -0.2px;
}
.wrap-warranty .w-footer .footer1 .footer1-en {
    color: #666;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 13.5px */
    letter-spacing: -0.2px;
}
.wrap-warranty .w-footer .footer1 .wrap-seal {
    color: #666;
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 13.5px */
    letter-spacing: -0.2px;
}
.wrap-warranty .w-footer .footer1 .wrap-seal .sa-txt {
 padding-right: 34px;
}
.wrap-warranty .w-footer .footer1 .wrap-seal {
    position: relative;
    padding-top: 20px;
}
.wrap-warranty .w-footer .footer1 .wrap-seal .img-seal {
    position: absolute;
    right: 2px;
    top: 10px;
    width: 40px;
}
.wrap-warranty .w-footer {
    border-top: 1px solid #e8e8e8;
}
.wrap-warranty .w-footer .footer2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}
.wrap-warranty .w-footer table {
    width: 340px;
}
.wrap-warranty .w-footer th {
    color: #666;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 6px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 9px */
    text-align: left;
    vertical-align: top;
}
.wrap-warranty .w-footer td {
    color: #777;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 6px;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 150%; /* 9px */
}
.wrap-warranty .w-footer td.txt-right {
    text-align: right;
}
@media all and (max-width: 1023px) {
    .full-contents h1 {
        font-size: 22px;
    }
    .full-contents .desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .full-contents .service-time {
        font-size: 15px;
        width: 80%
    }
    .full-btm-info {
        bottom: 20px;
    }
    .wrap-full-page .full-body2 img {
        width: 90px;
    }
    .wrap-full-page .full-header.bordered {
        height: 56px;
        padding: 0 16px
    }
    .wrap-full-page .full-body2 h4 {
        font-size: 22px;
        font-weight: 700;
        line-height: var(--Line-height-line-height-3xl, 30px); /* 136.364% */
        margin: 32px 0 8px;
    }
    .wrap-full-page .full-body2 h5 {
        font-size: 15px;
        font-weight: 500;
        line-height: var(--Line-height-line-height-lg, 24px); /* 160% */
        margin-bottom: 8px;
    }
    .wrap-full-page .full-body2 h6 {
        font-size: 15px;
        font-weight: 400;
        line-height: var(--Line-height-line-height-lg, 24px); /* 160% */
    }
}