@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#sidebar {
	width: 280px;
	text-align: left;
}

#sidebar h3 {
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(35, 24, 21, 0.6);
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #00B097;
}

#sidebar .categories {
	margin-bottom: 50px;
}

#sidebar .categories a {
	padding-left: 15px;
	position: relative;
}

#sidebar .categories a:before {
	content: '';
	width: 0;
	height: 0;
	margin-top: -4px;
	border: solid 4px transparent;
	border-left: solid 6px #D82323;
	position: absolute;
	top: 50%;
	left: 1px;
}

#sidebar li {
	border-bottom: solid 1px rgba(35, 24, 21, 0.2);
}

#sidebar li a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5;
	color: #231815;
}

#sidebar .date {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: rgba(35, 24, 21, 0.5);
}

/* ---------------------------------------------------------
	CSS Document entries
--------------------------------------------------------- */

#topics .container {
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
}

#entries {
	width: 860px;
	text-align: left;
}

#entries .entry {
	display: flex;
	margin-bottom: 60px;
}

#entries .entry:hover {
	opacity: 0.6;
}

#entries figure {
	width: 350px;
	height: 240px;
	overflow: hidden;
	margin-right: 20px;
}

#entries .entry figure img {
	object-fit: contain;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

#entries .row {
	flex: 1;
}

#entries .entry_date {
	margin-bottom: 0.4em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 1;
	color: rgba(35, 24, 21, 0.5);
}

#entries .entry_title {
	margin-bottom: 10px;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.5;
}

#entries .entry_title a {
	text-decoration: none;
	color: #231815;
	opacity: 1;
}

#entries .entry_category {
	display: flex;
	margin-bottom: 10px;
}

#entries .entry_category li {
	min-width: 120px;
	height: 27px;
	margin-right: 10px;
	padding: 0 0.5em;
	border-radius: 5px;
	background: #CFF0EC;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

#entries .entry_excerpt {
	margin-bottom: 10px;
	text-align: justify;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
}

#entries .newiine_btn {
	padding-left: 33px;
	background: url(../images/like_6.svg) no-repeat left / auto 25px;
	font-size: 15px;
	line-height: 26px;
	color: rgba(35, 24, 21, 0.6);
	user-select: none;
	pointer-events: none;
}

#entries .newiine_btn.newiine_clicked {
	background-image: url(../images/like_6on.svg);
}

#entries .newiine_btn img {
	height: 25px;
	margin-right: 0.6em;
}

#entries .newiine_btn .newiine_count {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	width: 860px;
	padding-top: 30px;
	border-top: solid 1px #00B097;
	text-align: left;
}

#detail .entry_date {
	margin-bottom: 0.4em;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-weight: 18px;
	line-height: 1;
	color: rgba(35, 24, 21, 0.5);
}

#detail h2 {
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.5;
}

#detail .entry_meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: solid 1px #00B097;
}

#detail .entry_category {
	display: flex;
}

#detail .entry_category li {
	min-width: 120px;
	height: 27px;
	margin-right: 10px;
	padding: 0 0.5em;
	border-radius: 5px;
	background: #CFF0EC;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}

#detail .entry_sns {
	display: flex;
	align-items: center;
}

#detail .entry_sns li {
	overflow: hidden;
	margin-left: 15px;
}

#detail .entry_sns iframe {
	vertical-align: top;
}

#detail .line {
	width: 30px;
	height: 30px;
}

#detail .x {
	width: 85px;
	height: 28px;
}

#detail .fb {
	width: 105px;
	height: 33px;
}

#detail .newiine_btn {
	height: 32px;
	margin-left: 5px;
	padding-left: 38px;
	background: url(../images/like_6.svg) no-repeat left / auto 32px;
	font-size: 15px;
	letter-spacing: 0.02em;
	line-height: 32px;
	color: rgba(35, 24, 21, 0.6);
	cursor: pointer;
	transition: .4s;
	user-select: none;
}

#detail .newiine_btn:hover {
	opacity: 0.6;
}

#detail .newiine_btn.newiine_clicked {
	background-image: url(../images/like_6on.svg);
	color: #D82323;
}

#detail .newiine_btn .newiine_count {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
}

#detail .entry_body h3 {
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	border-bottom: solid 1px rgba(35, 24, 21, 0.6);
	font-weight: 800;
	font-size: 20px;
	color: #00B097;
}

#detail .entry_body h4 {
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	border-bottom: solid 1px rgba(35, 24, 21, 0.2);
	font-weight: 800;
	font-size: 18px;
}

#detail .entry_body h5 {
	margin-bottom: 1em;
	font-weight: 800;
	font-size: 18px;
}

#detail .entry_body h6 {
	margin-bottom: 1em;
	font-weight: 800;
	font-size: 16px;
}

#detail .entry_body p {
	margin-bottom: 2em;
}

#detail .entry_body iframe {
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	border: 0;
}

#detail .entry_foot {
	margin-top: 50px;
	padding: 15px;
	background: #E6F8F5;
}

#detail .back {
	margin-top: 30px;
}

#detail .back a {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	line-height: 40px;
	color: #231815;
}

#detail .back a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 88px;
	height: 40px;
	margin: 0 -1em 0 1em;
	background: url(/include/top/btn.svg) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document pager
--------------------------------------------------------- */

#pager {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	text-align: center;
}

#pager li {
	margin: 0 7px;
	line-height: 26px;
}

#pager a {
	text-decoration: none;
	color: #231815;
}

#pager a:hover {
	text-decoration: underline;
}

#pager .link_page,
#pager .current_page {
	display: block;
	width: 27px;
	height: 27px;
}

#pager .current_page {
	background: #00B097;
	color: #fff;
}

#pager .link_before,
#pager .link_next {
	display: block;
	height: 26px;
	position: relative;
}

#pager .link_before {
	margin-right: 40px;
	padding-left: 20px;
}

#pager .link_next {
	margin-left: 40px;
	padding-right: 20px;
}

#pager .link_before:before,
#pager .link_next:before {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: solid 2px #231815;
	border-right: solid 2px #231815;
	position: absolute;
	top: 50%;
}

#pager .link_before:before {
	transform: rotate(-135deg);
	left: 0;
}

#pager .link_next:before {
	transform: rotate(45deg);
	right: 0;
}
