/*
?v=2
*/
.boardview article .article-content .search-container:after {
	content: ''; display: block; clear: both;
}
.boardview article .article-content .search-container {
	position: relative; padding: 15px; margin: 10px 0 0;
    color: #666;
    background-color: #fbfbfb; border: 1px solid #d1d1d1;
}
.boardview article .article-content .search-container .btn.list-btn,
.boardview article .article-content .search-container .btn.write-btn {
	background-color: #1ba9de !important; border: 1px solid #1787b0 !important;
	color: #fff;
}
.boardview article .article-content .search-container .btn.list-btn { float: left; }
.boardview article .article-content .search-container .btn.write-btn { float: right; }


.boardview article .article-content .details:after { content: ''; display: block; clear: both; }
.boardview article .article-content .details {
	margin: 10px 0 0;
	border: 1px solid #d1d1d1;
	background-color: #fff;
}

.boardview article .article-content .details .details-head:after { content: ''; display: block; clear: both; }
.boardview article .article-content .details .details-head {
	padding: 25px;
	border-bottom: 1px dashed #d1d1d1;
    background-color: #fbfbfb;
}
.boardview article .article-content .details .details-head > .details-title {
	float: left;
	font-size: 15px;
}
.boardview article .article-content .details .details-head > .details-info {
	float: right;
}
.boardview article .article-content .details .details-head > .details-info > ul:after { content: ''; display: block; clear: both; }
.boardview article .article-content .details .details-head > .details-info > ul li,
.boardview article .article-content .details .details-head > .details-info > ul li * {
	font-family: tahoma; font-size: 10px; font-weight: 600; letter-spacing: 0px;
}
.boardview article .article-content .details .details-head > .details-info > ul li {
	float: left; margin: 0 10px 0 0;
}
.boardview article .article-content .details .details-head > .details-info > ul li:last-child { margin: 0; }
.boardview article .article-content .details .details-head > .details-info > ul li:before {
	content: ''; display: inline-block; position: relative; top: 4px;
	width: 16px; height: 16px; margin: 0 5px 0 0;
	background-image: url(/resource/images/common/onepick-sprites.png?v=2);
}

.boardview article .article-content .details .details-head > .details-info > ul li.views:before { background-position: -112px -175px; }
.boardview article .article-content .details .details-head > .details-info > ul li.likes:before { background-position: -128px -175px; }
.boardview article .article-content .details .details-head > .details-info > ul li.declaration:before { background-position: -144px -159px; }
.boardview article .article-content .details .details-head > .details-info > ul li.declaration { color: #e62626; }
.boardview article .article-content .details .details-head > .details-info > ul li.datetime:before { width: 0; margin: 0; background-image: none; }
.boardview article .article-content .details .details-head > .details-info > ul li.datetime { font-weight: 500; }

.boardview article .article-content .details .details-head > .details-info > ul li.declaration-btn:before { width: 0; margin: 0; background-image: none; }
.boardview article .article-content .details .details-head > .details-info > ul li.declaration-btn a {
	font-family: gulim; font-size: 12px; font-weight: 500; color: #e62626; letter-spacing: -1px;
}

/* 신고 */
.declaration-container {
    padding: 25px; display: none;
    border-bottom: 1px dashed #d1d1d1;
    background-color: #fbfbfb;
}
.declaration-container .declaration-group {
	border: 1px solid #d1d1d1;
}
.declaration-container .declaration-group .declaration-head {
	position: relative; padding: 18px 10px; border-bottom: 1px dashed #d1d1d1;
}
.declaration-container .declaration-group .declaration-head input[name="declaration"]:checked,
.declaration-container .declaration-group .declaration-head input[name="declaration"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.declaration-container .declaration-group .declaration-head input[name="declaration"]:checked + label,
.declaration-container .declaration-group .declaration-head input[name="declaration"]:not(:checked) + label {
    position: relative; cursor: pointer;
    padding: 0 0 0 28px; margin: 0 15px 0 0;
    display: inline-block;
    color: #666;
}
.declaration-container .declaration-group .declaration-head input[name="declaration"]:checked + label:before,
.declaration-container .declaration-group .declaration-head input[name="declaration"]:not(:checked) + label:before {
    content: '';
    position: absolute; left: 0; top: 0;
    width: 18px; height: 18px;
    border: 1px solid #ddd; border-radius: 100%; background-color: #fff;
}
.declaration-container .declaration-group .declaration-head input[name="declaration"]:checked + label:after,
.declaration-container .declaration-group .declaration-head input[name="declaration"]:not(:checked) + label:after {
    content: '';
    width: 12px; height: 12px;
    position: absolute; top: 4px; left: 4px;
    background-color: #e62626; border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition:    all 0.2s ease;
    -o-transition:      all 0.2s ease;
    transition:         all 0.2s ease;
}
.declaration-container .declaration-group .declaration-head input[name="declaration"]:checked + label > span {
	font-weight: bold; color: #e62626;
}

.declaration-container .declaration-group .declaration-head input[name="declaration"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.declaration-container .declaration-group .declaration-head input[name="declaration"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.declaration-container .declaration-group .declaration-head input[name="declaration"] + label > span {
    position: relative; top: 3px;
}
.declaration-container .declaration-group .declaration-head .declaration-close {
	position: absolute; top: 18px; right: 18px; cursor: pointer;
	background-image: url(/resource/images/common/onepick-sprites.png?v=2);
    background-repeat: no-repeat;
    background-position: -192px -143px;

    display: inline-block; width: 16px; height: 16px;
    vertical-align: middle;
}
.declaration-container .declaration-group .declaration-head .declaration-close:hover { background-position: -192px -159px; }

.declaration-container .declaration-group .declaration-body {}
.declaration-container .declaration-group .declaration-body .declaration-content {
	width: calc(100% - 40px); height: 80px; padding: 20px;
	border: none; outline: none; border-bottom: 1px dashed #d1d1d1;
    color: #666; line-height: 1.6; resize: none;
}

.declaration-container .declaration-group .declaration-foot {
	position: relative; padding: 0 15px;
	font-family: gulim; font-size: 12px;
    line-height: 34px; letter-spacing: -1px;
    color: #aaa;
    background-color: #fff;
}
.declaration-container .declaration-group .declaration-foot > button {
    position: absolute; top: -5px; right: -1px; display: block;
    width: 93px; height: 40px;
    font-size: 12px; letter-spacing: -1px; color: #fff;
    border: 1px solid #c01e1e;
    background-color: #e62626;
}



.boardview article .article-content .details .details-body {
	padding: 25px;
    background-color: #fff; border-bottom: 1px dashed #d1d1d1;
}
.boardview article .article-content .details .details-body * { font-size: 15px; }
.boardview article .article-content .details .details-body img,
.boardview article .article-content .details .details-body iframe { max-width: 100%; }
.boardview article .article-content .details .writer-info:after { content: ''; display: block; clear: both; }
.boardview article .article-content .details .writer-info {
	position: relative; padding: 19px 25px;
    border-bottom: 1px dashed #d1d1d1; background-color: #fbfbfb;
}
.boardview article .article-content .details .writer-info .writer-img {
	float: left; width: 32px; height: 32px; margin: 0 8px 0 0;
	border-radius: 2px; overflow: hidden;
}
.boardview article .article-content .details .writer-info .writer-img img { width: 100%; height: 100%; }
.boardview article .article-content .details .writer-info .writer-info-division {
	float: left; position: relative; top: 4px;
}
.boardview article .article-content .details .writer-info .writer-info-division .ano-user-click { font-size: 13px; }
.boardview article .article-content .details .writer-info .writer-info-division .ano-user-click .ano-user { left: -50%; }

.boardview article .article-content .details .writer-info .writer-board-more {
	position: absolute; top: 0; right: 0; padding: 29px 25px 28px;
	font-family: gulim; font-size: 12px; color: #999; letter-spacing: -1px;
}
.boardview article .article-content .details .writer-info .writer-board-more:hover { color: #e62626; }



.boardview article .article-content .details .writer-writelist {
    padding: 10px 25px; background-color: #fff;
}
.boardview article .article-content .details .writer-writelist ul:after { content: ''; display: block; clear: both; }
.boardview article .article-content .details .writer-writelist ul li {
	float: left; width: 50%;
}
.boardview article .article-content .details .writer-writelist ul li a {
    display: block; padding: 4px 0; font-size: 13px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.boardview article .article-content .details .writer-writelist ul li a:hover {
    color: var(--point-main);
}
.boardview article .article-content .details .writer-writelist ul li a img {
    position: relative; top: 4px;
    width: 15px; height: 15px; margin: 0 10px 0 0;
}
/*.boardview article .article-content .details .writer-writelist ul > li > a .preview-type {
    position: relative; top: 4px; margin: 0 6px 0 0;
    display: inline-block; width: 18px; height: 18px;
    background-image: url(/resource/images/common/onepick-sprites.png?v=2);
    background-repeat: no-repeat;

}
.boardview article .article-content .details .writer-writelist ul > li > a .preview-type.icon-txt { background-position: -54px -437px; }
.boardview article .article-content .details .writer-writelist ul > li > a .preview-type.icon-img { background-position: -36px -437px; }
.boardview article .article-content .details .writer-writelist ul > li > a .preview-type.icon-video { background-position: -18px -437px; }
.boardview article .article-content .details .writer-writelist ul > li > a b {
	position: relative; top: -1px; margin: 0 6px 0 0;
	font-family: tahoma; font-size: 10px; letter-spacing: 0px; color: #e62626;
}*/

/* ────────────────────────────── 댓글 작성 및 목록 ────────────────────────────── */

.review-write-group {
	margin: 10px 0 0; padding: 25px;
	position: relative;
    border: 1px solid var(--color-line);
    background-color: #f5f5f5;
}
.review-write-group .form-control {
    height: 30px; padding: 6px 77px 6px 12px; width: calc(100% - 89px);
}
.review-write-group .form-control::placeholder { color: #aaa; }

.review-write-group .review-write-btn,
.review-write-group .memberonly {
	position: absolute; top: 24px; right: 24px;
    width: 64px; height: 44px;
    border-radius: 3px;
    font-size: 14px; text-align: center; line-height: 44px;
}

@media screen and (max-width: 500px) {
	.review-write-group .form-control::placeholder { font-size: 14px; }
}
@media screen and (max-width: 450px) {
	.review-write-group .form-control::placeholder { font-size: 12px; }
}
@media screen and (max-width: 400px) {
	.review-write-group .form-control::placeholder { font-size: 10px; }
}


.button-write-delete:after {
	content: ''; display: block; clear: both;
}
.button-write-delete {
	margin: 10px 0 0; padding: 15px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}
.button-write-delete:empty {
	margin: 0; padding: 0; border: none; background-color: red;
}
.button-write-delete > a {
	display: block; float: left;
}
.button-write-delete > a:nth-of-type(1) {
	float: left;
}
.button-write-delete > a:nth-of-type(2) {
	float: right;
}
.button-write-delete > a:nth-of-type(3) {
	float: right; margin: 0 10px 0 0;
}


.review-list-group:after,
.review-list-group > ul > li:after {
	content: ''; display: block; clear: both;
}
.review-list-group {
	margin: 10px 0 0; padding: 15px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}
.review-list-group .nodata-txt { margin: 15px 0; }

.review-list-group > h2 {
	padding: 10px 0;
}
.review-list-group > h2 span { color: #dc3545; }
.review-list-group > ul > li {
	padding: 10px 0;
	border-top: 1px solid var(--color-line);
}
.review-list-group > ul > li.rereview {
	width: calc(100% - 35px); padding: 10px 0 10px 35px; position: relative;
}
.review-list-group > ul > li.rereview:before {
	position: absolute; top: 23px; left: 10px;
	font-family: "Font Awesome 5 Free"; content: "\f3e5";
	font-size: 13px; color: #999;
	font-weight: 600;
	
	-webkit-transform-origin:	50% 50%;
	-moz-transform-origin:		50% 50%;
	-ms-transform-origin:		50% 50%;
	-o-transform-origin:		50% 50%;
	transform-origin:			50% 50%;

	-webkit-transform:	rotate(180deg);
	-moz-transform:		rotate(180deg);
	-ms-transform:		rotate(180deg);
	-o-transform:		rotate(180deg);
	transform:			rotate(180deg);
}

.review-list-group > ul > li .reviewer-img {
	float: left; width: 48px; height: 48px;
	overflow: hidden; border-radius: 8px;
	border: 1px solid var(--color-line);
}
.review-list-group > ul > li .reviewer-img img {
	width: inherit; height: inherit;
}
.review-list-group > ul > li .reviewer-info {
	float: left; width: calc(100% - 60px); margin: 0 0 0 10px;
}

.review-list-group > ul > li .reviewer-info .reviewer-info-head:after {
	content: ''; display: block; clear: both;
}
.review-list-group > ul > li .reviewer-info .reviewer-info-head > h2 {
	float: left;
}
.review-list-group > ul > li .reviewer-info .reviewer-info-head > p {
	font-family: tahoma; font-size: 10px; font-weight: 600; letter-spacing: 0px;
	float: right; position: relative; top: 6px;
}
.review-list-group > ul > li .reviewer-info .reviewer-info-head > p span {
	margin: 0 5px 0 0; padding: 0 4px; cursor: pointer;
}
.review-list-group > ul > li .reviewer-info .reviewer-info-head > p span:hover {
	color: #999;
}
.review-list-group > ul > li .reviewer-info .reviewer-info-head > p .review-delete-btn {
	margin: 0 0 0 10px;
}
.review-list-group > ul > li .reviewer-info .reviewer-info-body {
	margin: 10px 0 0 0; line-height: 1.5em;
}

.rereview-0-child {
	display: none;
}

.rereview-form-group {
	position: relative; clear: both;
	/*padding: 10px; margin: 10px 0;
    border: 1px solid #acacac;*/
}
.rereview-form-group:before {
	content: ''; display: block; clear: both;
}
.rereview-form-group > form { position: relative; }
.rereview-form-group .form-control {
    height: 30px; padding: 6px 77px 6px 12px; width: calc(100% - 89px);
    margin: 10px 0;

    background-color: var(--color-bg);
}
.rereview-form-group .form-control::placeholder { color: #aaa; }
.rereview-form-group .rereview-write-btn,
.rereview-form-group .memberonly {
	position: absolute; top: 0px; right: -2px;
    width: 64px; height: 44px;
    border-radius: 3px;
    font-size: 14px; text-align: center; line-height: 44px;
}

@media screen and (max-width: 500px) {
	.rereview-form-group .form-control::placeholder { font-size: 14px; }
}
@media screen and (max-width: 450px) {
	.rereview-form-group .form-control::placeholder { font-size: 12px; }
}
@media screen and (max-width: 400px) {
	.rereview-form-group .form-control::placeholder { font-size: 10px; }
}
