body,
h1,
h2,
p {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    letter-spacing: 0.01em;
    font:
        15px/1.2 Arial,
        Helvetica,
        sans-serif;
}
.blind {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
.bold {
    font-weight: 700;
}
.header {
    width: 650px;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
}
.header-title {
    display: inline-block;
    width: 218px;
    height: 50px;
    background: url(/opt-out/images/logo.png) no-repeat 0 0;
    background-size: cover;
}
.header-title-a {
    display: block;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
}
.body {
    width: 650px;
    margin: 54px auto 0;
}
.body-section {
    position: relative;
    *zoom: 1;
}
.body-section:after {
    content: " ";
    display: block;
    clear: both;
}
.body-section-content {
    float: left;
    width: 325px;
    text-align: center;
}
.body-section-title {
    font-weight: bold;
    font-size: 21px;
    color: #1e1e1e;
}
.body-section-summary {
    display: none;
}
.body-section-p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #393939;
}
.body-section-btn {
    display: inline-block;
    margin-top: 24px;
    padding: 0 37px;
    font-size: 16px;
    line-height: 51px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    background: #409eff;
    box-shadow: 0 2px 2px rgba(150, 150, 150, 0.5);
}
.body-section-separator {
    position: absolute;
    left: 325px;
    top: 3px;
    bottom: 0;
    width: 1px;
    background: #f4f4f4;
}
.privacy-block {
    margin: 40px auto;
    max-width: 650px;
    padding: 0 20px;
}
.block-header {
    font-size: 1.4rem;
    margin: 20px;
}
.privacy-card {
    border: 1px solid #7d8293;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    max-width: 650px;
    padding: 35px;
    width: 100%;
}
.card-header {
    font-size: 1.3rem !important;
    line-height: 158%;
    margin-bottom: 16px;
}
.card-body {
    font-size: .95rem;
    font-weight: 300;
    line-height: 168%;
    margin: 8px 0;
}
.footer {
    height: 80px;
    margin-top: 45px;
}
.footer-content {
    position: relative;
    width: 650px;
    margin: 0 auto;
    background: #eee;
}
.footer-p {
    padding-top: 18px;
    font-size: 15px;
    color: #616161;
}
.footer-p-line {
    display: block;
}
.footer-email {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 8px 12px 0;
    border: 0;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    display: block;
}
.close {
    position: fixed;
    top: 5px;
    right: 13px;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0);
    font-size: 30px;
    color: #616161;
    cursor: pointer;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    width: 207px;
    height: 75px;
    opacity: 0.8;
    border-radius: 5px;
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -118px;
    font-size: 0.9em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -1px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
@media screen and (max-width: 640px) {
    .header {
        width: auto;
        padding: 14px 0 0 0;
        text-align: center;
    }
    .header-title {
        width: 85px;
        height: 23px;
        background: url(/opt-out/images/logo2.png) no-repeat 0 0;
        background-size: cover;
    }
    .header-title-a {
        height: 23px;
    }
    .body {
        width: auto;
        margin: 12px auto 0;
    }
    .body-section-content {
        float: none;
        width: auto;
        margin-top: 19px;
        padding-bottom: 11px;
    }
    .body-section-title {
        font-size: 17px;
    }
    .body-section-summary {
        display: block;
        font-size: 14px;
        line-height: 19px;
    }
    .body-section-p {
        display: none;
    }
    .body-section-btn {
        margin-top: 18px;
        padding: 0 27px;
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 37px;
        width: 80%;
    }
    .body-section-separator {
        display: none;
    }
    .footer {
        height: auto;
        margin-top: 10px;
    }
    .footer-content {
        width: auto;
    }
    .footer-p {
        padding: 6px 0 8px 20px;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
    }
    .report-wrap {
        padding: 0;
        margin: 0 10px;
        width: inherit;
    }
    .footer-p-line {
        display: block;
        text-align: center;
        letter-spacing: 0;
    }
    .footer-email {
        font-size: 12px;
        line-height: 13px;
    }
    .close {
        right: 8px;
    }
}

.privacy {
    width: 600px;
    margin: 20px auto;
    padding: 10px;
    border: solid 3px #ddd;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #393939;
    box-sizing: border-box;
}
.privacy button {
    cursor: pointer;
    margin: 10px 0 0;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    background: #409eff;
    box-shadow: 0 2px 2px rgba(150, 150, 150, 0.5);
}
.privacy p {
    margin: 10px 0;
}
.privacy table {
    border-collapse: collapse;
}
.privacy th,
.privacy td {
    border: solid 1px #aaa;
    padding: 2px 5px;
}
@media screen and (max-width: 640px) {
    .privacy {
        width: 90%;
        padding: 5px;
    }
}

body {
    letter-spacing: -1.2px;
    font:
        15px/1.2 "Malgun Gothic",
        "맑은 고딕",
        "Apple SD Gothic Neo",
        "Noto Sans",
        Dotum,
        "돋움",
        sans-serif;
}
.header-p {
    margin: 17px 0 0;
    color: #409eff;
    position: relative;
    z-index: 1;
}
.header-p-b {
    color: #409eff;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.header-underline {
    display: block;
    position: relative;
    width: 430px;
    height: 14px;
    background-color: #e7f4ff;
    margin: -14px auto;
}
.report-text {
    padding: 30px 30px;
    letter-spacing: -0.3px;
    font-weight: 300;
    font-size: 17px;
}
.report-text:after {
    content: "신고하기";
    float: right;
    border: 1px solid black;
    padding: 8px 30px;
    font-size: 16px;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    margin-top: -10px;
    font-weight: 700;
}
.footer-p-line {
    text-align: center;
}
@media screen and (max-width: 640px) {
    .header-p,
    .header-underline {
        display: none;
    }
    .report-text {
        display: none;
    }
    .report-summary {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15px;
        font-weight: 300;
        letter-spacing: -1px;
    }
    .report-summary:after {
        content: "신고하기";
        float: right;
        border: 1px solid black;
        font-size: 15px;
        width: 70px;
        margin-top: -15px;
        margin-right: 0;
        padding: 5px 15px;
        text-align: center;
        border-radius: 5px;
    }
    .footer-content {
        padding: 10px 0;
    }
}
