@charset "utf-8";

.content-main,
.theBodyArea {
    margin: 0 10px 30px;
}

@media screen and (min-width: 768px) {
    .topics__cont {
        max-width: 740px;
    }
}

.prize_result_page .result_image {
    margin: 2em 0;
    text-align: center;
}
.prize_result_page .result_image img {
    max-width: 90%;
}
.prize_result_page .congrat-message {
    margin: 2em 0 0;
    text-align: center;
}
.prize_result_page .prize_name {
    padding: 0.75em 0;
}
.prize_result_page .strong_ {
    font-weight: bold;
    color: #eae839;
}

.prize_result_page .exchange-btn-box {
    margin: 15em 0 0;
    text-align: center;
}

.prize_result_page .exchange-annnai {
    margin: 2em 0 0;
    text-align: center;
    font-size: 0.9em;
    line-height: 2.5;
}

.prize_result_page .exchange-thanks-message {
    margin: 2em 0 0;
    text-align: center;
    line-height: 2.5;
}


        .keyword_title {
            padding: 1.5% 2%;
            background-color: #8a73ae;
            border: 2px solid #8a73ae;
            margin: 20px 0 0;
            color: #fff;
            vertical-align: middle;
            text-align: center;
            line-height: 1.7rem;
        }

        #applicate_keyword {
            padding: 1.5% 2%;
            background-color: #fff;
            border: 2px solid #8a73ae;
            margin: 0 0 15px;
            color: #333;
            vertical-align: middle;
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .input_btn {
            width: 60%;
            display: block;
            margin-bottom: 8px;
            background-color: #e3dfea;
            padding: 1.5% 2.5%;
            margin-top: 20px;
            text-align: center;
            font-weight: bold;
            text-decoration: none !important;
            color: #333;
            border-radius: 10px;
            font-size: 1.3rem;
        }

#error_banner {
    box-sizing: border-box;
    margin: 2em 0;
    padding: 2em;
    color: red;
    background-color: #f5f380;
    font-weight: bold;
}


        .dl_btn {
            width: 80%;
            display: block;
            margin-bottom: 8px;
            background-color: #e3dfea;
            padding: 10px 2.5%;
            margin-top: 20px;
            text-align: center;
            font-weight: bold;
            text-decoration: none !important;
            color: #333;
            border-radius: 10px;
            font-size: 1.3rem;
            line-height: 2.1rem;
        }
