@charset "utf-8";

/* View */
.view-wrap .img-photo i { background: rgb(245, 245, 245); padding: 16px; border-radius: 50%; width: 80px; height: 80px; text-align: center; color: rgb(143, 143, 143); font-size: 40px; display: inline-block; }
.view-wrap .img-photo img { border-radius: 50%; width: 80px !important; height: 80px !important; display:inline-block; }
.view-wrap .img-resize img { max-width:100%; height:auto; }
.view-wrap .no-attach { border-bottom:0px; }
.view-wrap .view-cnt { letter-spacing:0; }
.view_top_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
}

.view_top_tit > h2 {
    width: 660px;
    height: auto;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #64635d;
    line-height: 24px;
}

.view_top_tit .view_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.view_top_tit .view_stat > li {
    font-size: 14px;
    font-weight: 300;
    color: #64635d;
    position: relative;
}

.view_top_tit .view_stat > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    background-color: var(--color9);
}

.view_top_tit .view_stat > li:last-child::after {
    content: none;

}


/* BOARD VIEW */
{
    width: 100%;
    height: auto;
    position: relative;
}

.board_viewbox {
    width: 100%;
    height: auto;
    position: relative;
}

.view_top_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 15px;
}

.writer_box {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}

.view_top_tit .view_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.view_top_tit .view_stat > li {
    font-size: 14px;
    font-weight: 300;
    color: #64635d;
    position: relative;
}

.view_top_tit .view_stat > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    background-color: var(--color9);
}

.view_top_tit .view_stat > li:last-of-type::after {
    content: none;
}

.view_writer {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #e7e6e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}


.view_writer .writer_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.view_writer .writer_stat > li {
    width: auto;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #64635d;
}

.view_writer .writer_stat > li::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--color9);
}

.view_writer .writer_stat > li:last-of-type:after {
    content: none;
}

.view_txtcon {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
}

.view_txtcon .view_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    color: var(--color12);
}

.view_txtcon .view_txt img {
    width: auto;
    max-width: 100%;
}

.view_txtcon .view_upbox {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.view_txtcon .view_upbox .star_rate_area {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.br-theme-fontawesome-stars-o .br-widget {
    height: auto !important;
}

.view_txtcon .view_upbox .star_rate_area > p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--color12);
}

.view_txtcon .view_upbox .star_rate_area > p > span {
    color: #e49c12;
}

.view_txtcon .view_upbox .up_btn {
    width: 150px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.view_txtcon .view_upbox .up_btn > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    background-color: #e49c12;
    border-radius: 10px;
}

.view_txtcon .view_upbox .up_btn > a > span {
    width: 33px;
    height: 30px;
    position: relative;
    background-image: url(/assets/Pc/img/view_up.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}



.writer_infobox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.writer_infobox .writer_img {
    /*width: 76px;
    height: 76px;*/
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
}

.writer_infobox .writer_img > img {
    width: 100%;
    height: 100%;
}

.writer_infobox .writer_info {
    width: auto;
    height: auto;
    position: relative;
}

.writer_infobox .writer_comt {
    width: -webkit-calc((100% - 15px) - 76px);
    width: -moz-calc((100% - 15px) - 76px);
    width: calc((100% - 15px) - 76px);
    height: auto;
    position: relative;
}

.writer_infobox .writer_info .writer_name_comt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.writer_infobox .writer_info .writer_name {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.writer_infobox .writer_info .writer_name_comt .writer_name {
    margin-bottom: 0;
}

.writer_infobox .writer_info .writer_name .writer_box::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    background-color: #64635d;
}

.writer_infobox .writer_info .writer_name > p {
    font-size: 14px;
    font-weight: 300;
    color: #64635d;
}

.writer_infobox .writer_info .writer_more {
    width: auto;
    height: auto;
    position: relative;
}

.writer_infobox .writer_info .writer_more > a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #c31432;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

.writer_infobox .writer_info .writer_more > a:hover {
    background-color: #c31432;
}

.view_writer .writer_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}






.writer_infobox .writer_info .writer_more > a:hover {
    background-color: #c31432;
}


.writer_infobox .writer_info .writer_more > a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #c31432;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}




.writer_box > a > span > img {
    max-width: 100%;
    height: 100%;
}

.writer_box > a > span {
    height: 22px;
    margin-right: 5px;
	width: 100%;
}

.writer_box > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #64635d;
    font-weight: 400;
    word-break: keep-all;
}
#wr_good {font-size:15px;}

.view-wrap h1 { font-size: 18px; font-weight:bold; margin:0px; line-height:50px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; margin:0px; padding:0px 10px; color:var(--white); letter-spacing:-1px; }
.view-wrap h1 span.talker-photo { margin-bottom:10px; margin-right:10px; }
.view-head { border-left:0px; border-right:0px; }
.view-head .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.view-head .list-group-item { padding:5px 15px; border-style:dotted; }
.view-tag { margin:10px 0px; padding:0px; color:#888; }
.view-tag a { color:#888; }
.view-tag a:hover { color:crimson; }
.view-cnt { margin-top:4px; }
.view-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.view-content {    font-size: 16px; width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    color: #64635d; }
.view-content img { width:auto; height:auto; max-width:100%; }
.view-content p { padding:0; margin:0; line-height:180%; }
.view-good-box { text-align:center; }
.view-good-box span { margin:15px 6px; width:150px; height:80px; display:inline-block; }
.view-good-box a {     width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    background-color: #c31432;
    border-radius: 10px;
	    width: 150px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px; }
	
.up_icon {
    width: 33px !important;
    height: 30px !important;
    position: relative;
    background-image: url(/img/view_up.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.view-author .auth-photo { width:160px; padding-right:15px; }
.view-icon { margin-bottom:10px; }
.view-icon img { width:34px; border-radius:50%; margin-bottom:5px; }
.view-comment {    font-size: 15px; font-weight: 600;color: #64635d;margin-bottom: 15px;  margin: 0px; padding: 0px 0px 5px; text-transform: capitalize; overflow: hidden; display: inline-block; position: relative; }

.member {color: rgb(255 255 255);font-size: 14px;font-weight: 400;}
.comment-media .media .media-info {font-size:14px;}
.orangered {color:#c31432;}
/* Padding */
.view-padding {padding:20px;}
.is-mobile .view-padding { padding-left:0px; padding-right:0px; }
.view-author-none { height:1px; margin:12px 0px 20px; }

/* Comment */
.comment-media { margin:10px 0px;}
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.view-mobile .comment-media .photo i { padding: 10px; width: 54px; height: 54px; }
.view-mobile .comment-media .photo img { width: 54px !important; height: 54px !important; }

.comment-media .media {margin:7px 0px; padding:7px 0px 0px; padding-bottom: 20px;border-bottom: 1px solid #e7e6e2;}
.comment-media :first-child.media { margin-top:0px;    border-top: 1px solid #e7e6e2;}
.comment-media h5 { margin:2px 0px; line-height: 22px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info { margin-left:10px; }
.comment-media .media .media-content { margin-top:8px;    font-size: 14px; color: #64635d;}
.comment-media .media .media-btn {	margin-left:4px; }
.comment-media .cmt-good-btn { text-align:right; padding-right:1px; }
.comment-media .cmt-good, .comment-media .cmt-nogood { display:inline-block; width:74px; height:20px; margin-top:10px; padding-right:10px; margin-right:-1px; font:bold 11px verdana; text-align:right; letter-spacing:-1px; line-height:19px; cursor:pointer; }
.comment-media .cmt-good { background: url('../../img/cmt_good.gif') no-repeat left center; color:#f4695b; }
.comment-media .cmt-nogood { background: url('../../img/cmt_nogood.gif') no-repeat left center; color:#888; }

.comment-form { padding-top:10px; }
.comment-box {margin-bottom:15px;}
.comment-content {display: flex;width: 100%;table-layout: fixed;justify-content: space-between; align-items: center;}
.comment-content .comment-cell { display:table-cell; width: 100%; padding:0px; text-align:center; vertical-align:middle; }
.comment-content .comment-cell.comment-submit { width:15%; height:80px;border-radius: 10px; background:#e7e6e2; cursor:pointer;background-color: #e7e6e2;font-size: 16px;font-weight: bold;line-height: 80px;color:#64635d;}
.comment-btn .cursor { margin-left:12px; color:#787878; }

#wr_content { resize:none; width: 100%; height: 80px; border-radius: 10px !important;}
#bo_vc_opt ol {	margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_opt ol:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_opt ol li { float:left;margin:0; }
#bo_vc_send_sns ul { margin:0;padding:0;list-style:none;zoom:1; }
#bo_vc_send_sns ul:after { display:block;visibility:hidden;clear:both;content:""; }
#bo_vc_send_sns ul li {	float:left;margin:0 20px 0 0; }
#bo_vc_send_sns input {	margin:0 0 0 5px; }

@media all and (max-width:768px) {
	.responsive .view-wrap h1 { text-overflow:clip; overflow:none; white-space:normal; line-height: 28px; font-size: 20px; margin-bottom:10px; }
	.responsive .view-wrap h1 .photo { display:none; }
}

@media all and (max-width:480px) {
	.responsive .view-author .auth-photo { float:none; width:100%; padding-right:0px; }
	.responsive .view-icon .pull-right { float:none !important; }
}

.star-ratings {float:left;margin:0;font-size:24px;position: absolute;unicode-bidi: bidi-override; z-index: 8;}
.star-ratings span {color: #e2e2e2;}
.star-ratings-fill {padding: 0;  position: absolute;  z-index: 1;  display: flex;  top: 0;  left: 0;  overflow: hidden;  /*-webkit-text-fill-color: rgb(80, 227, 194);*/-webkit-text-fill-color: #c31432;}
.star-ratings-base {z-index: 0; padding: 0;}
.star-info {float:left;margin-left:10px;font-size:14px;color:#888888;line-height:33px;}
.star-info span {color:#888888;font-size:16px;line-height:33px;}
.star-info span.av {font-weight:bold;color:#000000;font-size:24px;line-height:33px;}


#half-stars-example
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {display: inline-flex;}

/* make hover effect work properly in IE */
.rating__icon {pointer-events: none;}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label { cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {color: rgb(80, 227, 194);}

/* set color of none icon when unchecked */
.rating__icon--none {color: #eee;}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none { color: red; }

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star { color: #c31432; font-size: 24px; }

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star { color: #c31432; }

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {color: #c31432;}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none { color: #eee; }

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none { color: red; }

#half-stars-example
    /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {display: flex; z-index: 99 !important; position: relative;}

/* make hover effect work properly in IE */
.rating__icon {pointer-events: none;}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label { cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0  !important;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {color: orange;}

/* set color of none icon when unchecked */
.rating__icon--none {color: #eee;}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none { color: red; }

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star { color: #c31432; }

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star,
.rating-group:hover .rating__label--half .rating__icon--star { color: #c31432; }

/* make hovered input's following siblings grey on hover */
.rating__input:hover ~ .rating__label .rating__icon--star,
.rating__input:hover ~ .rating__label--half .rating__icon--star {color: #bf0000;}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none { color: #eee; }

/* make none icon red on hover */#half-stars-example .rating-group
                                 .rating__input--none:hover + .rating__label .rating__icon--none { color: red; }

.rating-group label { opacity: 0; }
.rating-group:hover label { opacity: 1; }

.ratingTxt {font-size:14px;font-weight: 400;color: #64635d;}
.ratingTxt span { color:#c31432; }

#half-stars-example {     text-align: center;
    display: block;
    margin: 0 auto;
    width: max-content; }



.name_member {width: auto;
    height: auto;
    position: relative;}

.name_member::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    background-color: #7d7d7d;
}

.text-muted {
color: #64635d;
}

