/*-----base style reset-----*/
html {
	height: 100%;
	font-size: 16px;
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Roboto, NanumGothic, 'Malgun Gothic', sans-serif;
	color: #777;
}
body {
	overflow-x: hidden;
	min-height: 100%;
	background: #fff;
	word-break: keep-all;
	-webkit-font-smoothing: antialiased;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
div, span, article, section, header, footer, p, ul, li, fieldset, legend, label, a, nav, figure {
	box-sizing: border-box;
}
ol, ul, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #1d2088;
}
button {
	padding: 0;
	border: 0;
	font-size: 1em;
	border: 0;
	background: transparent;
	cursor: pointer;
	outline: 0;
}
.input {
	font-size: 1rem;
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', Roboto, NanumGothic, 'Malgun Gothic', sans-serif;
	color: #333;
}
.not-ie svg {
	width: 100%;
	height: 100%;
}
svg text {
	fill: #777;
	letter-spacing: 0;
}
.tick text {
	pointer-events: none;
}

/* layout */
.width-setter {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
.para {
	line-height: 1.8;
	text-align: justify;
}
.para p {
	
}
.slogan {
	width: 80%;
	margin: 2rem auto 0;
	font-size: 1.5rem;
	font-weight: normal;
	color: #1d2088;
	text-align: center;
}
.personal-page .slogan {
	font-weight: 700;
}
.scroll-progress {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 5px;
}
.scroll-progress-value {
	width: 0;
	height: 100%;
	background: #1d2088;
	transition: 0.3s width ease-out;
}
.page-header {
	padding: 5rem 0;
}
.page-footer {
	text-align: center;
	padding: 2rem;
	font-size: 0.7rem;
}
.report-logo {
	font-size: 1rem;
	color: #1d2088;
	text-align: center;
}
.report-logo a {
	display: inline-block;
}
.report-logo img {
	width: 150px;
}
.report-logo.bottom {
	margin: 20px 0 30px;
}
.section {
	padding: 5rem 0;
}
.page-header + .section {
	padding-top: 0;
}
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}
.section-title {
	font-size: 1.25rem;
	font-weight: bolder;
	color: #1d2088;
}
.section-title.another {
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
}
.subject-sentence {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
	line-height: 1.6;
}
.section-dot-face .subject-sentence {
	padding: 1.5rem 0 2.5rem;
	font-size: 0.7rem;
	color: #fff;
}
.section-dot-face[data-show='list'] .subject-sentence,
.section-dot-face[data-show='view'] .subject-sentence,
.section-dot-face[data-show='list'] .dot-face-video,
.section-dot-face[data-show='view'] .dot-face-video {
	display: none;
}
.section-dot-face .subject-sentence a {
	color: #fff;
	text-decoration: underline;
}
.select-wrapper {
	display: flex;
	justify-content: flex-end;
}
.section-observations {
	color: #fff;
	background: #1d2088;
}
.section-species {
	color: #fff;
	background: #1c8200;
}
.section-species .section-title,
.section-observations .section-title {
	font-size: 1rem;
	font-weight: lighter;
	color: #fff;
}
.title-count {
	font-weight: 900;
}
.carto-map-section {
	position: relative;
	padding-bottom: 170%;
}
.carto-map-section.map-section-user {
	padding-bottom: 140%;
}
.carto-map-section iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* .map-section-cover:before {
	content: '';
	display: block;
	position: absolute;
	left: 45px;
	top: 0;
	z-index: 100;
	width: calc(100% - 30px);
	height: 100%;
} */
.content-section {
	margin-bottom: 5rem;
}
.content-section:last-child {
	margin-bottom: 0;
}
.content-section header {
	margin-bottom: 1rem;
}
.content-section h3 {
	font-size: 1.2rem;
	font-weight: normal;
	color: #333;
}
.report-profile-photo {
	display: block;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 0 auto 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* graph */
.graph-bar path {
	display: none;
}
.graph-bar .tick text {
	fill: transparent;
}
.bar-group rect {
	fill: #fff;
}
.bar-group-2 rect {
	/* stroke: #fff;
	fill: transparent; */
	fill: rgba(255, 255, 255, 0.3);
}
.graph-bar .count-text {
	fill: #fff;
	font-size: 11px;
	font-weight: lighter;
	transition: 0.35s;
}
.text-group-2 .count-text {
	fill: rgba(255, 255, 255, 0.3);
}
.text-group-3 text {
	font-size: 12px;
	fill: #fff;
}
.text-order-code {
	display: none;
}
.text-order-code-2 {
	text-anchor: end;
}
[data-order='plants'] .text-order-code[data-order='plants'],
[data-order='birds'] .text-order-code[data-order='birds'],
[data-order='bugs'] .text-order-code[data-order='bugs'],
[data-order='fishes'] .text-order-code[data-order='fishes'],
[data-order='fungi'] .text-order-code[data-order='fungi'],
[data-order='amphibians'] .text-order-code[data-order='amphibians'],
[data-order='arachnid'] .text-order-code[data-order='arachnid'],
[data-order='mollusks'] .text-order-code[data-order='mollusks'],
[data-order='crustacea'] .text-order-code[data-order='crustacea'],
[data-order='mammals'] .text-order-code[data-order='mammals'],
[data-order='bryophyte'] .text-order-code[data-order='bryophyte'],
[data-order='etc'] .text-order-code[data-order='etc'],
[data-order='other_mollusks'] .text-order-code[data-order='other_mollusks'],
[data-order='reptilia'] .text-order-code[data-order='reptilia'],
[data-order='algae'] .text-order-code[data-order='algae'] {
	display: block;
}
.graph-bar[data-order='plants'] .count-text[data-order='plants'],
.graph-bar[data-order='birds'] .count-text[data-order='birds'],
.graph-bar[data-order='bugs'] .count-text[data-order='bugs'],
.graph-bar[data-order='fishes'] .count-text[data-order='fishes'],
.graph-bar[data-order='fungi'] .count-text[data-order='fungi'],
.graph-bar[data-order='amphibians'] .count-text[data-order='amphibians'],
.graph-bar[data-order='arachnid'] .count-text[data-order='arachnid'],
.graph-bar[data-order='mollusks'] .count-text[data-order='mollusks'],
.graph-bar[data-order='crustacea'] .count-text[data-order='crustacea'],
.graph-bar[data-order='mammals'] .count-text[data-order='mammals'],
.graph-bar[data-order='bryophyte'] .count-text[data-order='bryophyte'],
.graph-bar[data-order='etc'] .count-text[data-order='etc'],
.graph-bar[data-order='other_mollusks'] .count-text[data-order='other_mollusks'],
.graph-bar[data-order='reptilia'] .count-text[data-order='reptilia'],
.graph-bar[data-order='algae'] .count-text[data-order='algae'] {
	transform: scale(1.2);
}
/* .icons-group {
	cursor: pointer;
} */
.legend {
	margin-top: 10px;
}
.section-header .legend {
	margin-top: 0;
}
.legend li {
	display: flex;
	align-items: center;
}
.legend-label {
	flex-shrink: 0;
	/* width: 40px; */
	margin-left: 10px;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
}
.legend-box {
	width: 40px;
	height: 10px;
	background: #fff;
}
.legend-total {
	background: rgba(255, 255, 255, 0.4);
}
.legend-total + .legend-label {
	color: rgba(255, 255, 255, 0.4);
}
.pie-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.pie-legend {
	flex: 1;
}
.pie-item-con {
	flex: 2;
}
.pie-item {
	margin-bottom: 50px;
}
.pie-list .legend {
	font-size: 14px;
	fill: #333;
}
.pie-title {
	margin-bottom: 30px;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
}
.pie-title strong {
	color: #1d2088;
}
.graph-pie-con {
	display: flex;
	justify-content: center;
	position: relative;
}
.pie-label {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	font-size: 1.2rem;
	font-weight: bolder;
	color: #1d2088;
	line-height: 1.2;
	text-align: center;
	transform: translate(-50%, -50%);
}
.arc {
	cursor: pointer;
}
.pie-percent {
	margin-top: 2px;
	font-size: 14px;
	font-weight: lighter;
	color: #777;
	letter-spacing: 0;
}
.korea-map {
	overflow: hidden;
	position: relative;
}
.map-spots {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.map-spot {
	/* display: flex;
	align-items: center;
	justify-content: center; */
	position: absolute;
	/* min-width: 5%; */
	/* min-height: 5%; */
	/* border-radius: 50%; */
	font-size: 14px;
	/* text-align: center; */
	/* color: #fff; */
	fill: rgba(29,32,136,0.5);
	transition: 0.2s;
	cursor: pointer;
}
.map-spot:hover {
	fill: rgba(29,32,136,0.6);
	transform: scale(1.1);
}
.map-spot-label,
.map-spot-name-label {
	fill: #fff;
	text-anchor: middle;
	/* font-weight: lighter; */
	letter-spacing: 0;
	cursor: pointer;
	/* text-shadow: rgba(0,0,0,0.5) 0 2px 0; */
	pointer-events: none;
	alignment-baseline: middle;
}
.map-spot-name-label {
	display: none;
	fill: #000;
	text-shadow: none;
	font-size: 12px;
	font-weight: bold;
	/* text-shadow: rgba(255,255,255,0.3) 0 1px 0; */
}
svg[data-region='경북'] .map-spot-name-label[data-region='경북'],
svg[data-region='경남'] .map-spot-name-label[data-region='경남'],
svg[data-region='경기'] .map-spot-name-label[data-region='경기'],
svg[data-region='전북'] .map-spot-name-label[data-region='전북'],
svg[data-region='전남'] .map-spot-name-label[data-region='전남'],
svg[data-region='서울'] .map-spot-name-label[data-region='서울'],
svg[data-region='충북'] .map-spot-name-label[data-region='충북'],
svg[data-region='충남'] .map-spot-name-label[data-region='충남'],
svg[data-region='제주'] .map-spot-name-label[data-region='제주'],
svg[data-region='강원'] .map-spot-name-label[data-region='강원'],
svg[data-region='인천'] .map-spot-name-label[data-region='인천'],
svg[data-region='부산'] .map-spot-name-label[data-region='부산'],
svg[data-region='울산'] .map-spot-name-label[data-region='울산'],
svg[data-region='대전'] .map-spot-name-label[data-region='대전'],
svg[data-region='세종'] .map-spot-name-label[data-region='세종'],
svg[data-region='대구'] .map-spot-name-label[data-region='대구'],
svg[data-region='광주'] .map-spot-name-label[data-region='광주'] {
	display: block;
}
.map-spots-bar {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	opacity: 0;
	transform: translateX(-10%);
	transition: 0.5s;
}
.map-spots-bar rect {
	fill: #1d2088;
}
.map-spots > svg,
.korea-map .map-img {
	transition: 0.5s;
}
.show-graph .map-spots > svg,
.show-graph .map-img {
	transform: translateX(-14%);
}
.show-graph .map-spots-bar {
	opacity: 1;
	transform: translateX(-10%);
}
.year-btn {
	padding: 5px;
	font-weight: 900;
	color: #b5b5b5;
}
.year-btn.active {
	color: #1d2088;
}
.icon-chart-title {
	display: flex;
	align-items: center;
}
.icon-chart-count {
	margin-left: 0.5em;
	font-weight: bold;
	color: #1d2088;
}
.icon-chart-info {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 0.7rem;
	color: #b5b5b5;
	letter-spacing: 0;
}
.year-icon {
	display: inline-block;
	width: 12px;
	height: 9px;
	margin: 4px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
.year-icon-active {
	background-position: bottom;
}
.year-icon-half {
	background-position: center;
}
.icon-chart-info .year-icon {
	width: 15px;
	height: 11px;
}
.year-icon-obs { background-image: url(/images2/icons/header_icon_toggle_observations.png); }
.year-icon-mission { background-image: url(/images2/icons/header_icon_toggle_mission.png); }
.year-icon-user { background-image: url(/images2/icons/header_icon_toggle_people.png); }
.list-section  {
	padding-bottom: 0;
	background: #eee;
}
.today-item {
	display: block;
	margin: 20px 0;
	padding: 0 12px;
	color: #777;
	background: #fff;
}
.today-item[data-link] {
	cursor: pointer;
}
.today-item[data-link]:hover {
	box-shadow: rgba(0,0,0,0.2) 0 0 20px 5px;
}
.today-item a {
	color: #1d2088;
	text-decoration: underline;
}
.today-item-mission {
	padding-top: 12px;
}
.today-item-title {
	margin-bottom: 5px;
	padding: 1rem 0 0;
	font-size: 1rem;
	font-weight: 900;
	color: #1d2088;
	line-height: 1.2;
}
.today-item-author {
	padding: 0.5rem 0 0;
	text-align: right;
	font-size: 0.7rem;
}
.today-item-photo {
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.today-item-title + .today-item-photo {
	margin-top: 0.5rem;
}
.today-item-mission .today-item-photo {
	padding-bottom: 50%;
}
.today-item-desc {
	padding: 0.5rem 0 1rem;
	font-size: 0.7em;
	line-height: 1.5;
	letter-spacing: 0;
	word-break: normal;
}
.today-item-mission .today-item-desc {
	letter-spacing: -0.05em;
	color: #333;
}
.today-item-mission .today-item-desc:before {
	/* content: '<'; */
}
.today-item-mission .today-item-desc:after {
	/* content: '>'; */
}
.category {
	display: inline-flex;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 13px;
	color: #1d2088;
	background: #e5e5e5;
}
.today-item-date {
	margin-bottom: 1em;
	font-size: 0.7em;
	letter-spacing: 0;
}
.today-item-stat {
	display: flex;
	font-size: 0.7em;
	letter-spacing: 0;
	white-space: nowrap;
}
.today-item-stat > div {
	margin-right: 1rem;
}
.stat-value {
	color: #1d2088;
}
.user-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 0.8rem;
}
.user-item:hover {
	color: #1d2088;
}
.user-item-photo {
	flex-shrink: 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.user-item-name {
	flex: 1;
	padding-left: 20px;
}
.user-item-count {
	letter-spacing: 0;
}
.user-item-count strong {
	font-weight: 900;
	color: #1d2088;
}
.action-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
}
.action-btns-style2 {
	flex-direction: row;
}
.action-btns li {
	text-align: left;
}
.action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 40px);
	height: 50px;
	margin: 10px 0;
	color: #fff;
	background: #1d2088;
}
.action-btn:hover {
	color: #fff;
	background: #1d2088;
}
.action-btn.text-btn,
.action-btn.share-btn,
.action-btn.share-btn-0 {
	display: inline-flex;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #1d2088;
	color: #1d2088;
	background: transparent;
}
.share-btn-0 {
	margin: 60px auto 20px;
}
.action-btns-style2 .text-btn {
	margin: 36px;
}
.action-btn.text-btn:hover,
.action-btn.share-btn:hover,
.action-btn.share-btn-0:hover {
	color: #1d2088;
	background: transparent;
}
.btn-copy-url {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	background: #1d2088;
}
.share-box {
	position: relative;
	width: 300px;
	margin: 0 auto;
  padding: 10px 40px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #777;
  background-color: #f7f8fa;
  box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
  text-shadow: none;
}
.share-box i {
  vertical-align: middle;
  width: 17px;
  margin-right: 5px;
  font-size: 19px;
		color: #7f7f7f;
}

.fa-comment:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background: url('/images2/sprite@2x.png') no-repeat -157px -95px;
	background-size: 500px 500px;
}

.share-kakao .fa-comment:before {
	height: 17px;
	background-position: -223px -118px;
}

.share-band .fa-comment:before {
	height: 17px;
	background-position: -245px -118px;
}

.fa-facebook-square {
  margin-right: 7px !important;
}
.btn-close-share-box {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: #777;
}
.share-box-content li {
  display: block;
  line-height: 1.6;
}
.share-box-content li:before {
  display: inline-block;
  width: 18px;
}
.share-box-content a {
  font-size: 16px !important; font-weight: normal !important; color: rgba(0, 0, 0, 0.5) !important;
}
.share-box-content input[type='url'] {
	width: 88%;
	height: 26px;
	margin-right: 3px;
	outline: 0;
	font-size: 16px;
}
.thanks-message {
	padding-bottom: 50px;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	color: #333;
	letter-spacing: -0.05em;
}
.thanks-message br {
	display: none;
}
.show-more {
	display: flex;
	width: 200px;
	height: 80px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 1rem;
	font-weight: bolder;
	color: #1d2088;
}
.info-message {
	padding: 1rem 0 2rem;
	font-size: 0.8rem;
	text-align: right;
	background: #eee;
}
.section-dot-face {
	overflow: hidden;
	padding: 4.5rem 0 20px !important;
	color: #fff;
	background: #4998ff;
}
.section-dot-face .width-setter {
	position: relative;
}
.section-dot-face .section-header {
	margin-bottom: 0;
}
.section-dot-face .section-title {
	/* position: absolute;
	left: 20px;
	top: 20px; */
	color: #fff;
}
.dot-face-content-container {
	position: relative;
	margin-bottom: 3rem;
}
.dot-face-map-object {
	transform: scale(1.5);
	transform-origin: top;
}
.dot-face-content {
	position: relative;
	opacity: 1;
	transition: opacity 0.5s;
}
/* .section-dot-face[data-show='map'] .dot-face-list,
.section-dot-face[data-show='map'] .dot-face-view,
.section-dot-face[data-show='list'] .dot-face-map,
.section-dot-face[data-show='list'] .dot-face-view,
.section-dot-face[data-show='view'] .dot-face-map,
.section-dot-face[data-show='view'] .dot-face-list {
	opacity: 0;
} */
.dot-face-list,
.dot-face-view {
	display: none;
	overflow: hidden;
	margin: 2rem 0;
	border-radius: 15px;
	color: #333;
	background: #fff;
}
.dot-face-list {
	opacity: 0;
}
.dot-face-people-list {
	display: flex;
	flex-wrap: wrap;
	padding: 10% 5%;
	text-align: center;
}
.dot-face-person-item {
	display: block;
	width: 20%;
	margin-bottom: 2%;
}
.dot-face-person-name {
	font-size: 9px;
	color: #4998ff;
	line-height: 1.2;
	letter-spacing: -1px;
}
.dot-face-person-name .real-name {
	font-size: 0.8em;
}
.dot-face-person-category {
	font-size: 0.7rem;
	color: #4998ff;
}
.dot-face-person-photo {
	height: 0;
	margin: 12% 12% 8%;
	padding-top: 76%;
	border-radius: 50%;
	background-size: cover;
	mix-blend-mode: luminosity;
}
.dot-face-person-item:hover .dot-face-person-photo {
	mix-blend-mode: normal;
}
.dot-face-close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
}
.dot-face-close-btn:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 6px;
	width: 20px;
	height: 3px;
	background: #4998ff;
	transform: rotate(45deg);
}
.dot-face-close-btn:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 6px;
	width: 20px;
	height: 3px;
	background: #4998ff;
	transform: rotate(-45deg);
}
.dot-face-people-view:not(.vertical-photo) .dot-face-close-btn:before,
.dot-face-people-view:not(.vertical-photo) .dot-face-close-btn:after {
	background: #fff;
}
.dot-face-people-view:not(.vertical-photo) .dot-face-close-btn:before {
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
}
.dot-face-view-photo {
	position: relative;
	height: 0;
	padding-bottom: 40%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.dot-face-view-photo:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(0deg, rgba(0,0,0,0.2007177871148459) 0%, rgba(0,0,0,0) 100%);
}
.vertical-photo .dot-face-view-photo {
	padding-bottom: 100%;
	background-position: center 75%;
}
.dot-face-view-name {
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.dot-face-view-name .dot-face-person-name {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.3) 0 0.2em 0.3em;
}
.dot-face-view-name .dot-face-person-category {
	font-size: 1rem;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.3) 0 0.2em 0.3em;
}
.interview-content {
	padding: 20px;
}
.interview-item {
	margin-bottom: 40px;
}
.interview-question {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #4998ff;
}
.interview-answer {
	font-size: 0.7rem;
	color: #777;
	line-height: 1.8;
	text-align: left;
	word-break: normal;
	word-spacing: 0.1em;
}
.interview-answer a {
	color: #4998ff;
	text-decoration: underline;
}
.interview-footer {
	text-align: right;
}
.interview-footer a {
	font-size: 0.7rem;
	font-weight: bold;
	color: #4998ff;
	text-decoration: underline;
}
.interview-footer br {
	display: none;
}
.narrow-text {
	letter-spacing: -0.1em;
	word-spacing: 0;
}
.mid-message {
	margin: 1rem 0;
	font-size: 0.7rem;
}
.video-container {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dot-face-video {
	margin-top: 63vw;
}

/* loading */
@keyframes spin {
  100% { transform: rotate(360deg); }
}
.loader-container {
  position: relative;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10030;
  width: 40px;
  height: 40px;
  border: 5px solid rgba(0,0,0,.2);
  border-radius: 50%;
  margin: -20px 0 0 -20px;
  opacity: 1;
  transition: 0.5s;
}
.loader:before {
	content: '';
	display: inline-block;
	box-sizing: border-box;
	width: inherit;
	height: inherit;
	margin: -5px 0 0 -5px;
	border: inherit;
	border-radius: inherit;
	border-color: #1d2088 transparent transparent;
	animation: spin 1s linear infinite;
}
.loader-container--full {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.15);
}
.loader-container--full .loader {
	border-color: #fff;
}
[data-link="#"] {
	pointer-events: none;
	/* cursor: default; */
}
.blog-link-message {
	display: block;
	margin-top: 1rem;
	padding-top: 1em;
	border-top: 1px dashed #ccc;
	font-size: 11px;
	font-weight: bold;
	word-break: keep-all;
}
.paper-list {
	padding-bottom: 3rem;
	font-size: 0.8rem;
}
.paper-item {
	margin-bottom: 1rem;
}
.paper-item:last-child {
	margin-bottom: 0;
}
.paper-title {
	display: block;
}
.paper-source {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	color: #aaa;
	letter-spacing: 0;
}
a.paper-source {
	text-decoration: underline;
}
.paper-year {
	display: none;
	font-style: italic;
	color: #aaa;
}
.line {
	fill: none;
	stroke: #6989d8;
}
.graph-line text {
	font-size: 11px;
}
.graph-line circle {
	fill: #fff;
	stroke: #1d2088;
	stroke-width: 2px;
}
text.count {
	fill: #1d2088;
}
.graph-history {
	margin-bottom: 2rem;
}
.graph-title {
	margin-top: 0.5rem;
	font-size: 0.8rem;
	font-weight: normal;
	text-align: center;
}

.graph-history .line {
	stroke-width: 3;
	/*stroke-dasharray: 410; 스크립트로 세팅*/
	/*stroke-dashoffset: 410; 스크립트로 세팅*/
	transition: stroke-dashoffset 2s linear;
}
.line-show .line {
	stroke-dashoffset: 0 !important;
}
.scientific-name {
	font-style: italic;
}

@media (min-width: 1000px) {
	html {
		font-size: 20px;
	}
	.width-setter {
		padding: 0;
	}
	.share-box {
		width: 500px;
	}
	.slogan {
		width: 500px;
		margin-top: 3.2rem;
		/* font-size: 2rem; */
	}
	.report-logo img {
		width: 350px;
	}
	.report-profile-photo {
		width: 350px;
		height: 350px;
		margin-bottom: 4rem;
	}
	.carto-map-section {
		padding-bottom: 50%;
	}
	.carto-map-section.map-section-user {
		padding-bottom: 40%;
	}
	.section {
		padding: 7rem 0;
		letter-spacing: -0.05em;
		word-spacing: 0.05em;
	}
	.list-section {
		padding-bottom: 0;
	}
	.section-title {
		font-size: 2rem;
	}
	.section-species .section-title,
	.section-observations .section-title {
		font-size: 1.5rem;
	}
	.section-title.another {
		font-size: 1.5rem;
		font-weight: lighter;
		color: #1d2088;
	}
	.graph-bar .count-text {
		font-size: 12px;
	}
	.content-section header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.pie-list {
		align-items: flex-end;
	}
	.pie-item-con {
		display: flex;
		justify-content: space-between;
		flex: 6.5;
	}
	.pie-item {
		width: 30%;
		margin-bottom: 0;
	}
	.legend {
		margin: 0;
	}
	.year-icon {
		width: 30px;
		height: 24px;
		margin: 4px 7px;
	}
	.icon-chart-info .year-icon {
		width: 30px;
		height: 24px;
	}
	.today-naturing,
	.today-mission {
		display: flex;
		flex-wrap: wrap;
	}
	.today-item-obs {
		width: 24%;
		margin-left: 1.33333%;
	}
	.today-item-mission {
		position: relative;
		width: 32.5%;
		margin-left: 1.25%;
	}
	.today-item-obs:nth-child(4n + 1),
	.today-item-mission:nth-child(3n + 1) {
		margin-left: 0;
	}
	.today-item-mission .today-item-desc {
		position: absolute;
		left: 12px;
		bottom: 12px;
		margin: 0;
		padding: 0;
	}
	.today-item-stat.author {
		margin-bottom: 50px;
	}
	.select-wrapper select {
		min-width: 150px;
	}
	.top-users {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	.top-users .content-section {
		width: 28%;
	}
	.user-item {
		padding: 20px 0;
	}
	.thanks-message {
		font-size: 1.5rem;
	}
	.thanks-message br {
		display: inline;
	}
	.thanks-message div {
		display: inline;
	}
	.action-btn {
		width: 500px;
		height: 60px;
	}
	.user-item-photo {
		width: 60px;
		height: 60px;
	}
	.map-spots-bar {
		top: 120px;
	}
	.show-graph .map-spots > svg,
	.show-graph .map-img {
		transform: translateX(-27%);
	}
	.show-graph .map-spots-bar {
		transform: translateX(0);
	}
	.korea-map .count-text {
		font-size: 24px;
	}
	.section-dot-face {
		padding: 7rem 0 !important;
	}
	.section-dot-face .section-title {
		left: 0;
		top: 7rem;
	}
	.dot-face-list,
	.dot-face-view {
		border-radius: 30px;
	}
	.dot-face-people-list {
		padding: 5%;
	}
	.dot-face-person-name {
		font-size: 1rem;
		font-weight: bold;
	}
	.dot-face-close-btn {
		top: 25px;
		right: 25px;
	}
	.dot-face-close-btn:before,
	.dot-face-close-btn:after {
		left: 0;
		width: 30px;
		height: 5px;
	}
	.dot-face-view-name .dot-face-person-name {
		font-size: 2rem;
	}
	/* .dot-face-view-photo {
		height: 500px;
	} */
	.dot-face-view-name {
		bottom: 60px;
		left: 60px;
	}
	.interview-content {
		padding: 60px;
	}
	.interview-qna {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-item {
		width: 47%;
		margin-bottom: 60px;
	}
	.vertical-photo {
		display: flex;
	}
	.vertical-photo .dot-face-view-photo {
		width: 35%;
		height: auto;
		padding-bottom: 0;
		background-position: center;;
	}
	.vertical-photo .interview-content {
		width: 65%;
	}
	.dot-face-map-object {
		transform: scale(1);
	}
	.mid-message {
		font-size: 1rem;
	}
	.dot-face-video {
		margin-top: 7rem;
	}
	.section-dot-face .subject-sentence {
		padding-bottom: 6rem;
		font-size: 1rem;
	}
	.dot-face-list,
	.dot-face-view {
		margin: 4rem 0;
	}
	.blog-link-message {
		font-size: 12px;
	}
	.graph-history-section {
		display: flex;
	}
	.graph-history {
		width: 33.3%;
	}
}

@media (min-width: 1120px) {
	.width-setter {
		max-width: 1100px;
	}
}

@media (max-width: 600px) {
	.section {
		overflow: hidden;
	}
	.korea-map {
		margin-bottom: 50px;
		transform: scale(1.4) translateY(10%);
	}
	.map-spots-bar {
		top: -13px;
		transform: scale(0.714);
	}
	.show-graph .map-spots-bar {
		transform: scale(0.65) translateX(-10%);
	}
	.map-spots-bar .pie-title {
		margin-bottom: 5px;
		transform: scale(0.8);
		white-space: nowrap;
	}
	.content-section h3,
	.subject-sentence {
		font-size: 1rem;
	}
}
