@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

/* common */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
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;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
}
legend,
caption,
hr {
    display: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: top;
}
html {
    -webkit-text-size-adjust: none;
}
/* customize */
.blind {
    position: absolute !important;
    z-index: -1 !important;
    overflow: hidden !important;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

body {
    background-color: #fff;
}
button {
    cursor: pointer;
}
/** pc **/
#wrap-pc {
    position: relative;
    min-width: 400px;
    max-width: 740px;
    color: #555;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.5;
    letter-spacing: -0.005em;
    padding: 60px 0;
    margin: 0 auto;
}
#wrap-pc header {
    margin-bottom: 48px;
}
#wrap-pc .top-title {
    color: #3096db;
    font-size: 48px;
    font-weight: 500;
    line-height: 65px;
}
#wrap-pc .top-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.01em;
    margin-top: 30px;
}
#wrap-pc .backup-info .info-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
}
#wrap-pc .backup-info .info-details {
    color: #000;
    display: grid;
    grid-template-columns: 175px 1fr;
    line-height: 19px;
    border: solid #bbbcc4;
    border-width: 1px 0;
    background-color: #f9f9fa;
}
#wrap-pc .backup-info .info-details dt,
#wrap-pc .backup-info .info-details dd {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #e1e2e4;
}
#wrap-pc .backup-info .info-details dt:first-child,
#wrap-pc .backup-info .info-details dd:nth-child(2) {
    border-top: 0;
}
#wrap-pc .backup-info .info-details dt {
    font-weight: 700;
    padding-left: 40px;
}
#wrap-pc .backup-info .info-details dd {
    font-weight: 500;
    padding-right: 40px;
}
#wrap-pc .backup-info .detail-list {
    line-height: 22px;
}
#wrap-pc .backup-info .detail-list li {
    position: relative;
    padding-left: 20px;
}
#wrap-pc .backup-info ul.detail-list li::before {
    position: absolute;
    top: 9px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    content: '';
}
#wrap-pc .backup-info ol.detail-list {
    counter-reset: list;
}
#wrap-pc .backup-info ol.detail-list li::before {
    position: absolute;
    top: 0;
    left: 4px;
    counter-increment: list;
    content: counter(list)'.';
}
#wrap-pc .backup-info .info-notice {
    line-height: 24px;
    margin-top: 20px;
}
#wrap-pc .backup-info .info-notice a {
    text-decoration: underline;
}
#wrap-pc .backup-info .info-notice li {
    position: relative;
    padding-left: 20px;
}
#wrap-pc .backup-info .info-notice li::before {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #555;
    content: '';
}
#wrap-pc .backup-application {
    position: relative;
    margin-top: 60px;
}
#wrap-pc .backup-application .account {
    display: flex;
    color: #000;
    line-height: 58px;
    border: solid #65b3e9;
    border-width: 1px 0;
    background-color: #f5fafd;
}
#wrap-pc .backup-application .account + .btn {
    margin-top: 40px;
}
#wrap-pc .backup-application .account dt {
    width: 175px;
    font-weight: 700;
    padding-left: 40px;
    box-sizing: border-box;
}
#wrap-pc .backup-application .account dd {
    display: flex;
    gap: 0 4px;
    width: calc(100% - 175px - 40px);
    overflow: hidden;
    font-weight: 500;
    white-space: nowrap;
    box-sizing: border-box;
}
#wrap-pc .backup-application #split_download .download {
    display: flex;
    color: #000;
    border: solid #bbbcc4;
    border-width: 1px 0;
    background-color: #f9f9fa;
}
#wrap-pc .backup-application #split_download .download dt {
    width: 175px;
    line-height: 58px;
    font-weight: 700;
    padding-left: 40px;
    box-sizing: border-box;
}
#wrap-pc .backup-application #split_download .download dd {
    gap: 0 4px;
    width: calc(100% - 175px - 40px);
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 15px;
}
#wrap-pc .backup-application .account dd span {
    max-width: calc(100% - 50px);
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap-pc .backup-application .message {
    color: #65b3e9;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    margin-bottom: 30px;
}
#wrap-pc .backup-application .notice {
    line-height: 24px;
    margin-top: 20px;
}
#wrap-pc .backup-application .notice + .btn {
    margin-top: 30px;
}
#wrap-pc .backup-application .notice a {
    text-decoration: underline;
}
#wrap-pc .backup-application .notice li {
    position: relative;
    padding-left: 20px;
}
#wrap-pc .backup-application .notice li::before {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #555;
    content: '';
}
#wrap-pc .backup-application .btn {
    display: block;
    height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #469ad5;
    border-radius: 4px;
    background: #65b3e9;
    margin: 0 auto;
    box-sizing: border-box;
}
#wrap-pc .backup-application .btn-login {
    width: 360px;
}
#wrap-pc .backup-application .btn-backup,
#wrap-pc .backup-application .btn-download {
    width: 297px;
}
#wrap-pc footer {
    margin-top: 110px;
}
#wrap-pc footer .copy {
    color: #919191;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
#wrap-pc footer .copy a {
    text-decoration: underline;
}
/** mobile **/
#wrap-mobile {
    position: relative;
    min-width: 320px;
    max-width: 740px;
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.5;
    letter-spacing: -0.005em;
    padding: 30px 0;
    margin: 0 auto;
}
#wrap-mobile header {
    padding: 0 20px;
    margin-bottom: 30px;
}
#wrap-mobile .top-date {
    color: #3698da;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.01em;
    margin-bottom: 3px;
}
#wrap-mobile .top-title {
    color: #3698da;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.01em;
}
#wrap-mobile .top-text {
    line-height: 28px;
    letter-spacing: -0.3px;
    margin-top: 20px;
}
#wrap-mobile .top-text strong {
    color: #3698da;
    font-weight: 700;
}
#wrap-mobile .backup-info {
    /* background-color: #f6f7fc;
 *     padding: 30px 20px; */
}
#wrap-mobile .backup-info .info-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    background-color: #f6f7fc;
    letter-spacing: -0.01em;
    padding: 30px 20px 20px;
}
#wrap-mobile .backup-info .info-details {
    line-height: 28px;
    background-color: #f6f7fc;
    padding: 0 20px 30px;
}
#wrap-mobile .backup-info .info-details dt {
    color: #3698da;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 6px;
}
#wrap-mobile .backup-info .info-details dt:first-child {
    margin-top: 0;
}
#wrap-mobile .backup-info .info-details dd {
    color: #333;
    font-weight: 500;
}
#wrap-mobile .backup-info .detail-list li {
    position: relative;
    padding-left: 25px;
}
#wrap-mobile .backup-info .detail-list li:nth-of-type(5) {
    letter-spacing: -0.02em;
}
#wrap-mobile .backup-info ul.detail-list li::before {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #333;
    content: '';
}
#wrap-mobile .backup-info ol.detail-list {
    counter-reset: list;
}
#wrap-mobile .backup-info ol.detail-list li::before {
    position: absolute;
    top: 0;
    left: 3px;
    counter-increment: list;
    content: counter(list)'.';
}
#wrap-mobile .backup-info .info-notice {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -1px;
    padding: 30px 20px 0;
}
#wrap-mobile .backup-info .info-notice a {
    color: #3698da;
    font-weight: 700;
    text-decoration: underline;
}
#wrap-mobile .backup-info .info-notice li {
    position: relative;
    padding-left: 21px;
}
#wrap-mobile .backup-info .info-notice li::before {
    position: absolute;
    top: 10px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #666;
    content: '';
}
