#MainArea.tarot_area {
    background: url("../images/tarot_bg.png") no-repeat center top;
    background-size: 2000px auto;
    margin-top: 0;
}

#MainArea.tarot_area .area_inner {
    width: 750px;
}

.tarot_top {
    text-align: center;
    padding-top: 30px;
}

.tarot_top .tarot_title {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 500px;
}

.tarot_top .tarot_update_date {
    width: 160px;
    margin: 0 auto 20px;
    border: 2px solid #b56af1;
    padding: 2px;
}

.tarot_top .tarot_update_date p {
    color: #fff;
    background-color: #b56af1;
    padding: 6px 0;
    font-size: 15px;
}

.tarot_under_title {
    display: flex;
    margin-bottom: 70px;
}

.tarot_under_title .tarot_main_img {
    width: 50%;
}

.tarot_description {
    width: 50%;
}

.tarot_description p {
    text-align: left;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 50px;
    margin-top: 25px;
    margin-left: 15px;
}

.tarot_description img {
    height: 142px;
    width: auto;
}

.hot_topics {
    margin-bottom: 70px;
}

.hot_topics p {
    text-align: center;
    font-size: 20px;
}

.hot_topics .hot_topics_contents {
    padding-top: 15px;
    background-color: #fff;
}

.hot_topics .hot_topics_contents .hot_topics_article {
    display: flex;
    border-bottom: 1px solid #e1dfdf;
    align-items: center;
}

.hot_topics .hot_topics_contents .hot_topics_article img {
    margin-left: 20px;
    margin-right: 20px;
    width: 50px;
}

.hot_topics .hot_topics_contents .hot_topics_article a {
    display: block;
    width: 100%;
    background-color: #fff;
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    padding: 20px 50px 20px 0;
}

.hot_topics .hot_topics_contents a::after {
    content: "";
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #999899;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.tarot_main_contents {
    background-color: #f7ecff;
    border-radius: 50px;
}

.tarot_main_contents .tarot_today_destiny {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 40px;
}

.tarot_card_left img,
.tarot_card_right img {
    width: auto;
}

.tarot_card_left {
    display: flex;
    height: 130px;
    margin-top: 25px;
    margin-left: 20px;
}

.tarot_card_left img:first-child {
    margin-right: 10px;
}

.tarot_card_right {
    display: flex;
    height: 130px;
    margin-top: 25px;
    margin-right: 20px;
}

.tarot_card_right img:first-child {
    margin-right: 10px;
}

.today_destiny {
    text-align: center;
}

.today_destiny h2 {
    font-size: 20px;
    padding-top: 70px;
    letter-spacing: 0.2em;
}

.today_destiny a {
    font-size: 18px;
    padding: 20px 0;
    margin: 30px auto;
    display: block;
    background-color: #000;
    color: #fff;
    width: 330px;
    border-radius: 30px;
}

.tarot_main_area {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
}

.popular_article_title {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.2em;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.popular_article_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: inline-block;
    margin: 0 auto;
    width: 50%;
    height: 15px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 9px, #dfdddd 9px 11px);
}

.popular_articles_top3 {
    margin-top: 40px;
}

.popular_article {
    border: 2px solid #d5b2f0;
    border-radius: 40px;
    margin-bottom: 15px;
    position: relative;
}

.popular_article a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    padding: 15px 50px;
    text-align: justify;
}

.popular_article a::after {
    content: "";
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #a532ff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.editorial_supervision {
    margin: 50px auto auto;
    background-color: #d5b2f0;
    width: 350px;
    border-radius: 5px;
    color: #fff;
}

.editorial_supervision p:first-child {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
}

.editorial_supervision p:last-child {
    width: 75%;
    font-size: 12px;
    text-align: justify;
    margin: 0 auto;
    padding-bottom: 40px;
    line-height: 1.8;
}

.producer {
    margin: 50px auto;
    text-align: center;
    font-weight: bold;
}

.producer p {
    font-size: 12px;
}

.producer p:not(:last-child) {
    margin-bottom: 10px;
}
