.tag-section {
  font: 300 16px/21px pragmatica, Helvetica, Arial, sans-serif;
  background-color: #fafafa;
  padding: 27px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 55px;
}

.tag-section .section_content {
  padding-bottom: 0;
}

.tag-section .section_content h4 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 18px;
}

.tag-section .section_content .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-section .section_content .tag-list a {
  font-size: 15px;
  padding: 6px 15px;
  background-color: #f3f3f4;
  border: 1px solid #e4e4e4;
  color: #777676;
  text-decoration: none;
}

.tag-section .section_content .tag-list a::before {
  content: '#';
}

.tag-section .section_content .tag-list a:hover {
  background-color: #dfdfdf;
}

.comment-section {
  font: 300 16px/21px pragmatica, Helvetica, Arial, sans-serif;
}

.comment-section h3 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 27px;
  padding-bottom: 20px;
  text-align: left;
}

.comment-section h3::after {
  content: '';
  border-top: 2px solid #ff0000;
  width: 80px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.comment-section .comment-leave {
  margin-bottom: 60px;
}

.comment-section .comment-leave .comment-leave-top {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  align-items: end;
}

.comment-section .comment-leave .comment-leave-top .pic-block {
  width: 67px;
  height: 67px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}

.comment-section .comment-leave .comment-leave-top .pic-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-section .comment-leave .comment-leave-top .pic-block div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.comment-section .comment-leave .comment-leave-top .pic-block div img {
  width: 23px;
  height: 23px;
}

.comment-section .comment-leave .comment-leave-top .pic-block div p {
  font-size: 12px;
  color: #e4e4e4;
  line-height: 115%;
  margin: 0;
  text-align: center;
}

.comment-section .comment-leave .comment-leave-top .input-name-block p {
  color: #777676;
  margin-bottom: 8px;
}

.comment-section .comment-leave .comment-leave-top .input-name-block input {
  padding: 9px;
  border: 1px solid #e4e4e4;
  width: 260px;
}

.comment-section .comment-leave .comment-leave-btm textarea {
  padding: 9px;
  border: 1px solid #e4e4e4;
  width: 100%;
  min-height:200px;
}

.comment-section .comment-leave .comment-leave-top .input-name-block input::placeholder {
  color: #e4e4e4;
}

.comment-section .comment-leave .comment-leave-btm p {
  color: #777676;
  margin-bottom: 15px;
}

.comment-section .comment-leave .comment-leave-btm div {
  margin-bottom: 20px;
}

.comment-section .comment-leave .comment-leave-submit {
  display: flex;
  gap: 25px;
}

.comment-section .comment-leave .comment-leave-submit button {
	cursor: pointer;
	padding: 16px 60px;
	background-color: #d81337;
	color: white;
	font-weight: bold;
	font-size: 14px;
	border: 0;
}

.comment-section .comment-leave .comment-leave-submit button:hover {
  background-color: #d81337;
}

.comment-section .comment-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.comment-section .comment-list .comment-wrapper {
  padding: 25px 35px;
  background-color: white;
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.07);
  border: 1px solid #e4e4e4;
}

.comment-section .comment-list .comment-wrapper .comment-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-top .pic-block {
  width: 67px;
  height: 67px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-top .pic-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-top .pic-block div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-top .pic-block div img {
  width: 23px;
  height: 23px;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-top p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-text {
  padding: 12px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-text p {
  font-size: 16px;
  line-height: 120%;
  color: #777676;
  margin: 0;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-btm {
  margin-top: 15px;
  display: flex;
  gap: 20px;
  flex-wrap:wrap;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-btm .answer {
  display: flex;
  gap: 5px;
  align-items: center;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-btm .answer a {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-btm .answer a:hover {
  opacity: .8;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-btm .date {
  display: flex;
  gap: 5px;
  align-items: center;
}

.comment-section .comment-list .comment-wrapper .comment-item .comment-item-btm .date p {
  margin: 0;
  font-size:12px;
}

.comment-section .comment-list .comment-wrapper .comment-item.comment-item-answer {
  margin-left: 10%;
}

.comment-section .comment-list .comment-wrapper .comment-item.comment-item-answer .comment-item.comment-item-answer {
  margin-left: 5%;
  padding-top:30px;
}

.readmore-section>div {
  -webkit-box-shadow: inset -5px 1px 0px -1px #FFFFFF, inset 5px 1px 0px -1px #FFFFFF; 
box-shadow: inset -5px 1px 0px -1px #FFFFFF, inset 5px 1px 0px -1px #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%234B778EFF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  display: flex;
  align-items: center;
  padding: 20px 25px;
  gap: 30px;
}
.readmore-section div .readmore-left {
  height: 200px;
  max-width: 200px;
  overflow: hidden;
}
.readmore-section div .readmore-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.readmore-section div .readmore-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 0;
}
.readmore-section div .readmore-right p {
  max-width: 80%;
  margin: 0;
  color: #777676;
}
.readmore-section div .readmore-right .readmore-subtitle {
  font-size: 13px;
  color: #4b778e;
  font-weight: bold;
} 
.readmore-section div .readmore-right h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.readmore-section div .readmore-right a {
  padding: 12px 30px;
  border: 1px solid #4b778e;
  color: #4b778e;
  text-decoration: none;
  border-radius: 50px;
  margin: 0;
}
.readmore-section div .readmore-right a:hover {
  background-color: #4b778e;
  color: white;
}

.comment-leave {
	width:100%;
	padding: 25px 30px 30px 30px;
	transition:all .5s;
	background: #fafafa;
    border: #efefef 1px solid;
}

.comment-item-btm .comment-leave {
    background: #fafafa;
    border: #efefef 1px solid;
}

.comment-section .stars {
  display:flex;
  width:100%;
  padding-top:10px;
}

.comment-section .comment-item-btm .date img {
	filter: contrast(12);
}

.comment-section .stars i {
  display:block;
  width:12px;
  height:12px;
  background:url("star.png");
  filter:grayscale(1) opacity(0.5);
}

.comment-section .stars i.active {
  filter: contrast(12);
}

.comment-section .stars i + i {
  margin-left:5px;
}


.comment-section .sname {
  font-weight:bold;
  font-size:15px;
  color:#323232;
}

.star_check {
	display:flex;
}

.star_check input {
	display:none;
}

.star_check label {
	display:block;
	width:12px;
	height:12px;
	background:url("star.png");
	filter:grayscale(1) opacity(0.5);
	margin-right:5px;
	cursor:pointer;
}

.star_check input:checked + label, .star_check input.active + label {
	filter: contrast(12);
}

.comment-section .error {
  border:red 1px solid !important;
}
