@charset "UTF-8";

/* news
---------------------------------------------------------------------------*/

/* .news-head
------------------------------------*/
.news-head {
	position: relative;
	width: 660px;
	margin: -15px auto 65px;
	text-align: center;
}

.news-head ul,
.news-head li,
.news-head li a {
	display: inline-block;
}

.news-head li {
	margin: 0 2px 7px;
}

.news-head li a {
	position: relative;
	padding: 6px 5px 6px 6px;
	font-size: 15px;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.news-head li a:after {
	display: none;
	content: '';
	position: absolute;
	bottom: 4px;
	left: 6px;
	background-color: #EA5704;
	width: calc(100% - 13px);
	height: 1px;
}

.news-head li.current-cat a {
	color: #EA5704;
}

.news-head li.current-cat a:after {
	display: block;
}

/* .btn-select
------------------------------------*/
.btn-select {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-left: 14px;
	padding-bottom: 4px;
}

.btn-select select {
	z-index: 2;
	cursor: pointer !important;
}

.btn-select .customSelect {
	overflow: hidden;
	display: block;
	background: #EE8319;
	box-shadow: 0 5px 0 #D36C05;
	border-radius: 9px;
	color: #F5EEE0;
	padding: 10px 22px 11px 25px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.12em;
	white-space: nowrap;
	transition: .1s ease-out;
}

.btn-select .customSelect .customSelectInner {
	width: 100% !important;
}

.btn-select:hover .customSelect {
	box-shadow: 0 2px 0 #D36C05;
	transform: translateY(3px) !important;
}

/* .btn-report-fix
------------------------------------*/
#newsContents {
	position: relative;
}

.btn-report-fix-wrap {
	position: absolute;
	top: 17px;
	right: calc(50% - 575px);
	z-index: 2;
}

.btn-report-fix {
	width: 181px;
	will-change: transform;
}

.btn-report-fix,
.btn-report-fix .comment {
	opacity: 0;
}

.btn-report-fix a { display: block; }
.btn-report-fix img { position: relative; z-index: 0; }

.btn-report-fix .comment {
	position: absolute;
	top: -23px;
	left: 46px;
	color: #EA5704;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-align: center;
	white-space: nowrap;
	z-index: 1;
	will-change: transform;
}

.btn-report-fix .comment:before,
.btn-report-fix .comment:after {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	background-color: #EA5704;
	width: 16px;
	height: 2px;
}

.btn-report-fix .comment:before { left: -18px; transform: rotate(60deg); }
.btn-report-fix .comment:after { right: -15px; transform: rotate(-60deg); }

.btn-report-fix .pic {
	position: absolute;
	z-index: 2;
	opacity: 0;
}

.btn-report-fix .pic1 { top: 4px; right: -10px; transform-origin: left bottom; }
.btn-report-fix .pic2 { top: 47px; left: -13px; transform-origin: right top; }
.btn-report-fix .pic3 { top: 62px; right: 21px; transform-origin: left top; }

.btn-report-fix .txt {
	position: absolute;
	top: 24px;
	left: 20px;
	padding-bottom: 1px;
	line-height: 1.8;
	z-index: 3;
}

.btn-report-fix .txt span {
	display: inline-block;
	position: relative;
	padding-bottom: 4px;
	color: #EA5704;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.btn-report-fix .txt span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 1px;
	left: 0;
	background-color: #EA5704;
	width: calc(100% - 24px);
	height: 1px;
}

.btn-report-fix .bird-left,
.btn-report-fix .bird-right { position: absolute; opacity: 0; will-change: transform; }
.btn-report-fix .bird-left { top: -9px; left: -34px; z-index: -1; }
.btn-report-fix .bird-right { top: 36px; right: -47px; z-index: 4; }


/* news single
---------------------------------------------------------------------------*/
.post-area article {
	margin-bottom: 100px;
}

.post-area article:last-of-type {
	margin-bottom: 0;
}

/* .news-title
------------------------------------*/
.news-title {
	margin-bottom: 40px;
	padding-left: 10px;
}

.news-title time {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
	letter-spacing: 0.08em;
}

.news-title .post-categories {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	letter-spacing: 0.16em;
}

.news-title .post-categories:before {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	left: -15px;
}

.news-title .post-categories li {
	position: relative;
	display: inline-block;
	margin-right: 6px;
	letter-spacing: 0.1em;
}

.news-title .post-categories li:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: -7px;
}

.news-title .post-categories li:last-of-type:after {
	display: none;
}

.news-title h1 {
	margin-left: -2px;
	padding-top: 12px;
	color: #EA5704;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

/* share-content
------------------------------------*/
.share-content {
	margin: 40px 0 0;
	width: 100%;
	overflow: hidden;
}

.share-content > div {
	float: left;
	display: inline;
}

.fb-share-button {
	margin-right: 15px;
}


/* .sec-other
---------------------------------------------------------------------------*/
.sec-other {
	position: relative;
	width: 1036px;
	margin: 0 auto -70px;
}

.sec-other > h2 {
	margin-bottom: 50px;
}

.sec-other > h2 em {
	display: block;
	margin-bottom: 2px;
	color: #EA5704;
	font-size: 28px;
	letter-spacing: 0.08em;
}

.sec-other > h2 strong {
	margin-left: 1px;
	font-size: 14px;
	letter-spacing: 0.18em;
}

.sec-other .btn {
	position: absolute;
	top: 0;
	right: 0;
}