body#index {
    background: #f5f5f5;
}

#wrapper #topicpath {
    background: #fff;
}

#wrapper #topicpath li.home {
    display: none;
}

#wrapper #topicpath li:nth-child(2):before {
    display: none;
}

.first_view {
    text-align: center;
}

.summary {
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    margin: 15px 0 25px;
}

.detail #main .summary h2.appeal_point {
    color: #ff9900;
    font-weight: 300;
}

.item_info #main h3 {
    font-size: 0.875rem;
    margin: 6px 0;
    padding: 5px;
    text-align: center;
}
.item_info #main .summary h3 {
    color: #000;
    background: initial;
}
.item_info #main .recommend h3 {
    color: #fff;
    background-color: #ff9900;
}
.summary .summary_contents {
    display: flex;
}
.summary .summary_contents .photo {
    width: 65%;
    margin-right: 10px;
}

.summary .summary_contents table.detail th {
    width: 5em;
    color: #000;
    border: none;
    background: initial;
    font-size: .75rem;
    font-weight: 300;
    padding: .25rem 0;
}

.summary .summary_contents table.detail td {
    border: none;
    background: initial;
    font-size: .75rem;
    font-weight: 300;
    padding: .25rem 0;
}

.summary .summary_contents table.detail td a {
    color: #000;
    text-decoration: initial;
}

.summary .btn_area {
    display: flex;
    justify-content: space-between;
}
.summary .btn_area a {
    display: inline-block;
    line-height: 44px;
    border-radius: 44px;
    text-align: center;
    font-weight: 300;
}

.summary .btn_area a:hover {
    text-decoration: initial;
}

.form_btn {
    font-weight: 700;
    width: 55%;
    color: #fff;
    background: #46a8a6;
    border: 2px solid #46a8a6;
}
.detail_btn {
    width: 38%;
    color: #999;
    background-color: #fff;
    border: 2px solid #999;
}

#wrcRecommend_similar_html_mainArea ul {
    display: flex;
    flex-wrap: wrap;
}

.detail .recommend li {
    position: relative;
    padding: 10px 15px;
    background: #fff;
    overflow: hidden;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.detail .areasearch_btn .add_area_btn a,
.detail .areasearch_btn .add_city_btn a {
    color: #fff;
    background: #46a8a6;
    border: 2px solid #46a8a6;
    box-shadow: initial;
    text-shadow: initial;
}

@media screen and (max-width: 768px) {
    #wrapper #topicpath {
        margin-top: 67px;
    }
    .summary .summary_contents .photo img {
        width: auto;
    }
}
