.page_desc {
    margin-bottom: 40px;
}

.post_header {
    margin-bottom: 16px;
}

.rating_starOff {
    display: inline-block;
    vertical-align: top;
}

.rating_starOff,
.rating_starOn {
    width: 120px;
    height: 24px;
    background: url(../images/rating.svg) repeat-x left bottom;
}

.rating_starOn {
    display: block;
    background-position: left top;
}

.post_footer {
    padding: 40px 0;
    border-bottom: 1px solid var(--border-color);
}

.share_btns {
    gap: 16px;
}

.share_btn {
    gap: 4px;
    text-decoration: unset;
}

.post_image {
    height: 500px;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    margin-bottom: 24px;
}

.post_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_description {
    line-height: 1.5;
}

.post_description a {
    color: var(--basic-company);
    text-decoration: underline;
}

.post_description blockquote {
    border-radius: 24px;
    border: 1px solid #FFB0B0;
    background: #FDD;
    padding: 24px;
    margin: unset;
}

.post_description blockquote p:first-child:not(:last-child) {
    color: #FF3E3E;
    font-weight: 600;
}

.commet_ttl {
    font-size: 24px;
    font-weight: 700;
}

.comment_section_header {
    padding: 40px 0;
}

.boxed--notify {
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: var(--boxed-color);
    padding: 24px;
    width: 100%;
    font-size: 18px;
}

.form__title {
    text-align: center;
}

.comment_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.comment__item {
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: var(--bg);
    padding: 24px;
}

.comment_header {
    margin-bottom: 16px;
    gap: 12px;
}

.comment_icon {
    height: 48px;
    width: 48px;
    min-width: 48px;
    background: var(--second-company);
    border-radius: 50%;
    overflow: hidden;
    color: var(--button-text);
    font-size: 24px;
    font-weight: 700;
}

.bg_icon {
    background-color: transparent;
}

.bg_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.comment_info {
    width: 100%;
}

.comment_name {
    font-size: 16px;
    font-weight: 700;
}

.admin_note {
    margin-top: 24px;
    background: var(--boxed-color);
}

.instruction_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 100px;
}

.instruction_annotation {
    text-align: center;
}

.insturction_item_image {
    overflow: hidden;
    width: 122px;
    height: 122px;
    border-radius: 100%;
}

.insturction_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar_instruction_image {
    padding: unset;
    overflow: hidden;
}

.instruction_page {
    margin-bottom: 100px;
}

.announcement_item {
    border-radius: 24px;
    background: var(--second-company);
    overflow: hidden;
    color: var(--second-company-text);
    flex-direction: column;
}

.announcement_item_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.announcement_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.announcement_item_body {
    width: 100%;
    padding: 16px 16px 24px 16px;
}

.announcement_item_header {
    margin-bottom: 24px;
}

.announcement_item_label {
    height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid var(--bg);
    background: var(--bg);
    font-weight: 700;
    color: var(--body-text);
}

.announcement_item_ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.announcement_item_description {
    padding-right: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.announcement_item_footer {
    margin-top: 16px;
}

.about_description {
    margin: 40px 0;
}

.subcategory_sidebar.page_sidebar {
    width: 448px;
    border: unset;
    background: unset;
    padding: unset;
    gap: 40px;
}

.subcategory_sidebar.page_sidebar .subcategory_sidebar {
    width: 100%;
    position: relative;
    top: unset;
}