@charset "utf-8";

/* Type Selector Reset */
body {
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;
	font-size: 1em;
	line-height: 1.25;
	color: #000;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
  padding: 0;
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
	display: block;
}
button, input[type=submit], input[type=reset], input[type=button] {
	overflow: visible;
	cursor: pointer;
}
input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
	-webkit-appearance: none;
}
input, select, textarea, button {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 100%;
	border-radius: 0;
}
button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
ul li {
	list-style: none;
}
p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
code {
	font-size: 0.85em;
	background-color: rgb(248, 248, 255);
	color: rgb(10, 10, 156);
	padding: 3px 6px;
	border: 1px solid rgba(0, 0, 128, 0.2);
	border-radius: 6px;
	vertical-align: top;
	margin: 0 2px;
}
img, fieldset {
	border: none;
	vertical-align: top;
}
figure {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 40px;
	margin-inline-end: 40px;
}
hr {
	display: none;
}
a, a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none;}
a:hover, a:focus {text-decoration:none; color: #000;}
a:active {text-decoration:none;}

/* 드래그 */
::-moz-selection {
	background: #1790eb;
	color: #fff;
}
::selection {
	background: #1790eb;
	color: #fff;
}


h1, h2, h3, h4, h5, h6 {
	margin: 30px 20px;
	color: #000;
	font-weight: 600;
}
h1, h2 {
	font-size: 25px !important;
	line-height: 34px;
	letter-spacing: -0.02em;
	font-weight: 600;
	margin-top: 70px;
}
h3 {
	font-size: 22px !important;
	line-height: 28px;
	margin-top: 50px;
}
h4 {
	font-size: 20px !important;
	line-height: 24px;
}
@media only screen and (min-width: 768px) {
	h1, h2, h3, h4, h5, h6 {
    margin-left: 0;
		margin-right: 0;
		letter-spacing: -0.03em;
	}
	h1, h2 {
	font-size: 30px !important;
	line-height: 46px;
	}
	h3 {
		font-size: 28px !important;
		line-height: 36px;
	}
	h4 {
		font-size: 22px !important;
		line-height: 28px;
	}
}

hr {
	border-top: 1px solid #000;
	display: block;
	margin: 30px 20px;
}
@media only screen and (min-width: 768px) {
	hr {
		margin: 30px 0;
	}
}


header { 
  padding: 0;
}

header .head {
  padding: 16px 0;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
}
header .head {
  font-weight: bold;
}

#skinFooter {
	border-top: 1px solid #e1e5ed;
	padding-bottom: 80px;
	background-color: #f3f5f7;
	color: #888;
}
@media only screen and (min-width: 768px) {
	#skinFooter {
		padding-bottom: 0;
	}
}

.txt_warning {
	margin-bottom: 15px;
}
.container {
	margin: 0 auto;
	max-width: 640px;
}

.logo a {
	font-size: 18px;
	color: #000;
}
.logo a:hover {
	color: #000;
	text-decoration: underline;
}

.box_line {
	border-bottom: 8px solid #f5f3f4;
}
.box_line:last-child {
	border-bottom: none;
}

.head-view {
	position: relative; 
	padding: 20px 20px 24px;
}
@media only screen and (min-width: 768px) {
	.head-view {
		padding: 25px 0 23px;
	}
}
.head-view .category-view {
	font-size: 16px;
	margin-top: 20px;
}
.head-view .category-view a {
	color: #0094e1;
}
.head-view .category_link {
	color: #0094e1;
	cursor: pointer;
}
.head-view .category_link:hover {
	text-decoration: underline;
}
.head-view .title-view {
	margin: 0;
	padding: 9px 0 10px;
	letter-spacing: -0.02em;
	font-weight: normal;
}
.head-view .info-view {
	overflow: hidden;
}
.head-view .txt_info {
	float: left;
	font-size: 12px;
	letter-spacing: -0.04em;
	color: #999;
	vertical-align: top;
}
.head-view .txt_info+.txt_info:before {
	float: left;
	padding: 0 7px;
	font-size: 12px;
	color: #e4e5e5;
	content: '|';
}
.head-view .edit-view {
	margin: 15px 0;
	font-size: 12px;
}
.head-view .edit-view a {
	color: 0094e1;
}

.code-view, pre {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 20px 27px;
	letter-spacing: -0.04em;
	word-break: break-all;
	word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
	.code-view, pre {
    margin-left: 0;
		margin-right: 0;
	}
}

.content-view {
	overflow: hidden;
}
.content-view a {
	color: #0094e1;
}
.content-view a:hover {
	text-decoration: underline;
}
.content-view img {
	border: 1px solid #eaeaea;
	box-sizing: border-box;
}
.content-view h2 {
	padding: 15px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #eaeaea;
}
.content-view .summary-view, blockquote {
	display: block;
	position: relative;
	margin: 0 20px 32px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 1em;
	color: #000;
}
@media only screen and (min-width: 768px) {
	.content-view .summary-view, blockquote {
    margin-left: 0;
		margin-right: 0;
	}
}
.content-view .summary-view:before, blockquote::before {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2px;
	background-color: #000;
	content: '';
}
.content-view .table-view {
	margin-bottom: 30px;
	font-size: 0.9rem;
	overflow-x: auto;
}
@media only screen and (min-width: 768px) {
	.content-view .table-view {
		font-size: 1rem;
	}
}
.content-view .table-view table {
	width: 100%;
}
.content-view  ul {
	margin: 0 20px 30px;
}
.content-view ul li {
	list-style: none;
	padding-left: 20px;
}
.content-view ul li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
@media only screen and (min-width: 768px) {
	.content-view  ul {
		margin: 0 0px 30px;
	}
}
.content-view .figure_full {
	display: table;
	width: 100%;
	margin: 0 auto 23px;
}

.content-view .txt_caption {
	display: table-caption;
	padding: 8px 20px 4px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.07em;
	color: #999;
	caption-side: bottom;
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.content-view .txt_caption {
		padding-left: 0;
		padding-right: 0;
	}
}
.content-view p {
	margin: 0 20px 27px !important;
	word-break: break-all;
	word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
	.content-view p {
    margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.fs_type1 {
	font-size: 17px;
	line-height: 28px;
}
@media only screen and (min-width: 768px) {
	.fs_type1 {
		font-size: 19px;
		line-height: 31px;
	}
}


.copy-view {
	font-size: 12px;
	text-align: center;
	padding: 8px 30px 30px;
	line-height: 20px;
}
@media only screen and (min-width: 768px) {
	.copy-view {
		padding: 8px 0px 30px;
	}
}
.copy-view .txt_copy {
	font-size: 14px;
	line-height: 28px;
}

.toTheTop-view {
	padding: 20px 20px 10px;
}
@media only screen and (min-width: 768px) {
	.toTheTop-view {
		padding: 20px 0 10px;
	}
}

.button {
	display: block;
	text-align: center;
	border: 1px solid #eaeaea;
	background-color: #fefefe;
	color: #999;
	padding: 10px 20px;
	font-size: 0.9em;
	cursor: pointer;
	border-radius: 8px;
}
.button:hover {
	color: #0094e1;
	border-color: #0094e1;
	background-color: #fff;
}

.ad-view {
	height: auto;
	margin: 30px 20px;
	padding: 0;
	background-color: #f3f3f3;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.ad-view {
		margin: 30px 0;
	}
}

section > .title_section {
	display: block;
	margin: 20px 20px;
	font-size: 19px;
}
@media only screen and (min-width: 768px) {
	section > .title_section {
		margin: 20px 0;
	}
}

.thumb_article {
	display: block;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	background-color: #f3f3f3;
}
.related-view {
	margin: 0 15px 20px;
}
@media only screen and (min-width: 768px) {
	.related-view {
		margin: 0 -5px 20px;
	}
}

.related-view a:hover {
	text-decoration: underline;
}

.related-view .img_thumb {
	display: block;
	width: calc(100% - 10px);
	margin: 5px auto;
	vertical-align: top;
	background-color: #f3f3f3;
}
.related-view .txt_thumb {
	margin: 10px 5px 15px;
}

.container_postbtn {
	padding: 30px 20px !important;
}
@media only screen and (min-width: 768px) {
	.container_postbtn {
		padding: 30px 0 !important;
	}
}

.video-view {
	position: relative; 
	height: 0; 
	padding-bottom: 56.25%; 
	margin: 0 0 30px;
}
.video-view iframe {
	position: absolute; 
	width:100%; 
	height:100%;
}

img.bordered {
	border: 4px solid #eaeaea;
}

.tag-view {
	margin: 30px 20px 50px;
	font-size: 16px;
}
@media only screen and (min-width: 768px) {
	.tag-view {
		margin: 30px 0 50px;
	}
}
.tag-view  a {
	color: #999;
}
.next-view + .prev-view {
	margin-top: -20px !important; 
}

.list-view {
	margin: 30px 20px;
}
@media only screen and (min-width: 768px) {
	.list-view {
		margin: 30px 0;
	}
}
.list-view h1 {
	font-size: 20px !important;
	margin: 30px 0;
}

.list-item {
	margin-bottom: 25px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eaeaea;
}
.list-item:last-child {
	border-bottom: none;
}
.list-item h2.title {
	margin: 10px 0;
	letter-spacing: -0.02em;
	font-weight: normal;
}

.list-item .desc {
	color: #999;
	font-size: 16px;
}

/* toc */

.toc {
	margin: 40px 20px 30px 20px;
	background: #f3f5f7;
	padding: 15px 20px;
	border: 1px solid #e1e5ed;
	max-width: none;
}
@media only screen and (min-width: 768px) {
	.toc  {
		margin: 60px 0 30px 0;
		max-width: 360px;
	}
}
.toc .title {
	font-weight: bold;
	font-size: 1rem;
}
.toc ol {
	list-style-type: decimal;
	margin-inline-start: 20px;
	font-size: 1rem;
}

/* pure-css */
.pure-table {
	border: 1px solid #e1e5ed;
}
.pure-table thead {
	background-color: #f3f5f7;
}
.pure-table td, .pure-table th {
	padding: .5em 20px;
	padding-right: 0;
}
.pure-table tr td:last-child, .pure-table tr th:last-child {
	padding-right: 20px;
}
.pure-table tbody th {
	font-weight: normal;
}
.pure-table-horizontal td, .pure-table-horizontal th {
	text-align: left;
	border-bottom: 1px solid #e1e5ed;
}
.pure-table-horizontal td {
	color: #666;
}
.pure-table-horizontal th {
	color: #000;
}
.pure-table .detail {
	background-color: transparent;
	margin: 10px 0;
	padding: 0;
	color: #888 !important;
	font-size: 0.85rem;
	font-weight: normal;
	line-height: 1.7rem;
}
.pure-table .detail strong {
	color: #000;
	background: #f3f3f3;
	font-weight: normal;
	padding: 0px 4px;
}