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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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 {
    content: '';
    content: none
}

q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both
}

.blackFrame {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    height: 100vh
}

.blackFrame .content {
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* padding: 20px 40px; */
    /* border-radius: 10px; */
    color: #464646;
    font-size: 2.2rem;
    line-height: 2em;
    width: 35%;
}

.blackFrame .content .title {
    background-color: #ccc;
    font-size: 3rem;
    color: #fff;
    padding: .75rem 1.5rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.blackFrame .content .content_in {
    font-size: 2.25rem;
    padding: .75rem 1.5rem;
    letter-spacing: 1px;
}

.blackFrame .content .content_in p.p1 {
    font-size: 2.25rem;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.blackFrame .content .content_in p.p2 {
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 1px;
}

.blackFrame .content .content_in .moreabout .circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #333;
    transform: translateY(6px);
    position: relative;
    border-radius: 40px;
    margin-left: 15px;
}

.blackFrame .content .content_in .moreabout .circle .side {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blackFrame .content .content_in .moreabout .circle span {
    height: 1px;
    width: 15px;
    display: table;
    background-color: #fff;
}

.blackFrame .content .content_in .moreabout .circle .sp1 {
    transform: rotate(90deg);
}

.blackFrame .content .content_in .moreabout {
    cursor: pointer;
    background-color: #e0e0e0;
}

.blackFrame .content .content_in .privacyframe {
    overflow: hidden;
    overflow-y: auto;
    max-height: 15em;
    font-size: 0.75em;
    border: 1px solid #cdcdcd;
    margin: 20px 0;
    padding: 1em;
}

.blackFrame .content .content_in .moreabout p {
    font-size: 1.5rem;
    margin: 0;
    color: #000;
    display: inline-block;
    text-decoration: underline;
    padding-bottom: 2px;
    letter-spacing: 1px;
}

.blackFrame .content .accept_btn {
    color: #fff;
    padding: 5px 20px;
    display: table;
    margin: 10px;
    float: right;
    cursor: pointer;
    background-color: #cdcdcd;
}

@media screen and (max-width: 1400px) {
    .blackFrame {
        position: absolute
    }
    .blackFrame .content {
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: none;
        border-radius: 10px;
        color: #464646;
        font-size: 2.2rem;
        line-height: 2em;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .blackFrame .content .content_in .moreabout p {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    .blackFrame {
        position: absolute
    }
    .blackFrame .content {
        background-color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: none;
        border-radius: 10px;
        color: #464646;
        font-size: 2.2rem;
        line-height: 2em;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .blackFrame .content .content_in .moreabout p {
        font-size: 1.25rem;
    }
}