@charset "utf-8";

@font-face {
    font-family: 'Pretendard-Regular', sans-serif;
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.revenue_unit_item.adsense {
  background-image: none !important;
	min-height: 280px !important;
}
.sidebar .revenue_unit_item.adsense {
  background-image: none !important;
  background-color: #fff;
	min-height: 600px !important;
}

/* 목록 하단 애드센스 */
.revenue_unit_wrap.position_list {
	max-width: 100%;
	margin: 4px auto 0px;
	background-color: #fff;
}

/* 마우스 드래그 금지 중 일부 복사 허용 시작 */
code {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
	padding: 20px 10px !important;
	background-color: #333 !important;
}
p.comment_copy {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
body {
	-webkit-user-select: none !important;
	-moz-user-select: -moz-none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
/* 마우스 드래그 금지 중 일부 복사 허용 끝 */

/* 박스 팝업 관련 */
#popupbox {
	position:fixed;
	background-color: transparent;
	display: none;
	width:338px;
	left:50%;
	transform: translate(-50%,0);
	top:50%;
	height:50px;
}
#popuptable {
	width:100%;
	height:100%;
	display:table !important;
}
#popupment p {
    background-position: center;
    height: 166px;
    background-image: url('https://tistory2.daumcdn.net/tistory/5600123/skin/images/coffee.jpg');
    background-size: 338px 166px;
    background-repeat: no-repeat;
		border-radius: 10px;
}

/*
 *
 * CSS CONTENTS:
 *
 * 01. Web Font
 * 02. Type Selector Reset
 * 03. Accessibility Navigation
 * 04. Layout Selector
 * 05. Components
 * 06. Entry Content
 * 07. Comment
 * 08. Aside(sidebar)
 * 09. ETC
 * 10. Option(Color Type & List Type)
 * 11. Retina Display
 * 12. Media Screen
 *
 */

/* Web Font Load
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:800&subset=korean');
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
 */

/* Type Selector Reset */
body {
	-webkit-text-size-adjust: 100%;
	font-weight: 400;
	font-family: 'Pretendard-Regular', 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;
	font-size: 1em;
	line-height: 1.25;
	color: #555;
	background-color: #f3f5f7; /* 배경색 작업 회색 */
}
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;
}
pre {
  font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px !important;
}
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;
}
img, fieldset {
	border: none;
	vertical-align: top;
}
hr {
	display: none;
}
a, a:link {text-decoration:none; color:#555;}
a:visited {text-decoration:none;}
a:hover, a:focus {text-decoration:underline; color: #f30;}
a:active {text-decoration:none;}

/* Accessibility Navigation */
#acc-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 0;
}
#acc-nav a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
	color: #000;
	white-space: nowrap;
}
#acc-nav a:focus, #acc-nav a:hover, #acc-nav a:active {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #000;
	color: #fff;
	z-index: 1000;
}

#tt-body-page blockquote[data-ke-style='style3'] {
  border: 1px solid #dddddd;
  background: #fcfcfc;
  text-align: left;
	font-size: 16px !important;
  padding: 10px 20px;
	/* padding: 21px 25px 20px 25px; */
  color: #666;
  line-height: 1.75;
	margin-bottom: 20px !important;
	border-radius:5px;
}

#tt-body-page figure[data-ke-type='map'], iframe[data-ke-type='map'] { /* 본문에 첨부한 지도 상하 여백 */
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* Layout Selector */
#header {
	border-bottom: 1px solid #eee;
}
#header .inner {
  position: relative;
  max-width: 980px; /* 레이아웃 전체를 1080에서 980으로 바꿈 */
  margin: 0 auto;
	background-color: #fff; /* 배경색 작업 */
	padding: 0; /* 배경색 작업 */
}

#header .logo {
	padding-top: 23px;
	padding-left: 20px;
	padding-bottom: 23px;
	font-family: AppleSDGothicNeo, helvetica;
	font-weight: 700;
	font-size: 1.75em;
	line-height: 32px;
	letter-spacing: -0.2px;
	color: #333;
}
#header .logo a {
	display: inline-block;
	height: 32px;
	text-decoration: none;
	color: #333;
	vertical-align: top;
}
#header .logo img {
	width: auto;
	height: 40px;
	margin-top: 0px;
}

#header .util {
	position: absolute;
	top: 24px;
	right: 0;
}
#header .util .search {
	position: relative;
	float: left;
	overflow: hidden;
	width: 32px;
	background-color: #fff;
	box-sizing: border-box;
	transition: width 0.5s;
	-webkit-transition: width 0.5s;
}
#header .util .search:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-indent: -999em;
	background: #fff url(./images/ico_package.png) no-repeat 0 0;
	vertical-align: top;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
}
#header .util .search input {
	width: 32px;
	height: 32px;
	padding: 5px 15px;
	border: 0;
	background-color: transparent;
	font-size: 0.875em;
	line-height: 1;
	outline: none;
	box-sizing: border-box;
}
#header .util .search input:focus {
	border-color: #484848;
}
#header .util .search input::placeholder {
	color: #969696;
}
#header .util .search button {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	border: 1px solid #eee;
	border-radius: 50%;
	background: #fff url(./images/ico_package.png) no-repeat -1px -1px;
	vertical-align: top;
	outline: none;
}
#header .util .search.on {width: 200px;}
#header .util .search.on:before {content: none;}
#header .util .search.on input {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	border-radius: 32px;
}
#header .util .search.on button {border-color: transparent;}

#header .util .profile {
	position: relative;
	float: right;
	margin-left: 14px;
	margin-right: 20px;  /* 배경색 작업 */
}
#header .util .profile button {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: 1px solid #eee;
	border-radius: 50%;
}
#header .util .profile img {
	width: 100%;
	height: 100%;

}
#header .util .profile nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 30;
	width: 96px;
	margin: 0 0 0 -48px;
	padding-top: 12px;
}
#header .util .profile ul {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
#header .util .profile ul li a {
	display: block;
	margin-top: -1px;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 2.3125rem;
	color: #777;
}
#header .util .profile ul li a:focus,
#header .util .profile ul li a:hover {
	background-color: #fafafa;
	color: #333;
}
#header .util .menu {
	display: none;
}

/* PC에서 상단 메뉴 노출 */
#header .nav-top {
	color:#000;
	font-weight:800;
	margin-left:100px;
}

#gnb {
	-ms-overflow-style: none;
}
#gnb::-webkit-scrollbar {
	display: none;
}

#gnb ul {
	display: flex;
	width: 100% !important;
}
#gnb ul li {
	padding: 0 20px;
}

#gnb ul li a:hover,
#gnb ul li.current a {
	color: #f30;
	font-style: bold;
	text-decoration: none;
}

#container { /* body 부분 */
	position: relative;
	background-color: transparent; /* 배경색 작업 */
}
#container .content-wrap {
	max-width: 980px; /* body 부분 전체 폭 1080px; */
	margin: 0 auto;
	padding: 0px !important;
}
#container .content-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 0px; /* 선 두께 1px을 0으로 고펴서 사실상 세로 선을 사용하지 않음 */
	height: 100%;
	margin-left: 295px; /* body 부분 세로 선 가운데를 기준으로 오른쪽으로 이동 거리 255px; */
	background-color: #eee;
}
#container .content-wrap:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;

}
#content { /* 왼쪽 커버 전체를 감싸기 */
	float: left;
	width: 780px; /* 68.518518518518519%; */
	padding: 0px 0px 4px !important; /* 리스트 위 본문과 오른쪽 부분 72px 0 60px; */
	box-sizing: border-box;
	margin-bottom: 0px !important;
	margin-top: 0px;
}

/* 글 본문 하단의 페이징 없앰 */
#content>div:nth-child(7) { /* 본문 커버를 추가하면 숫자를 늘여주어야 함 */
  display: none;
}

/* 매인 페이지에서 하단의 최근 게시물 없앰 */
#content>div:nth-child(9) {
  display: none;
}

#content>.inner:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	margin-bottom: 0px;
}

#aside { /* 사이드바 고정 */
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
	background-color: #fff;

	float: right;
	width: 195px; /* 21.296296296296296%; */
	padding: 18px 17px 10px; /* 75px 0 32px; 사이드 바 카테고리 위 공백 조절 */
	box-sizing: border-box;
	margin: 4px 0;
}

#aside .close,
#aside .profile {
	display: none;
}

#footer {
	border-top: 1px solid #eee;
}
#footer .inner {
	position: relative;
  max-width: 980px; /* 레이아웃 전체를 1080에서 980으로 바꿈 */
	margin: 0 auto;
	background-color: #fff; /* 배경색 작업 */
	padding: 14px 0px 60px;
}
#footer p {
	margin-bottom: 10px;
	font-size: 0.875em;
	color: #777;
	padding-left: 20px;
}
#footer .order-menu a {
	display: inline-block;
	margin-bottom: 0px; /* 23px; */
	font-size: 0.8125em;
	vertical-align: middle;
	color: #555;
	padding-left: 20px;
}
#footer .order-menu a:hover,
#footer .order-menu a:focus {
	color: #f30; /* #333 */
}
#footer .order-menu a:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 20px 2px 15px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
#footer .order-menu a:first-child::before {
	content: none;
}
#footer .page-top {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 20px;
	width: 30px;
	height: 30px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: #fff url(./images/ico_package.png) no-repeat -100px -200px;
	text-indent: -999em;
}
#footer .page-top:focus,
#footer .page-top:hover {
	background-color: #757575;
	background-position-x: -150px;
}

#tt-body-index .main-slider {
	display: block;
}
#tt-body-index #content {
	padding-bottom: 43px;
}
#tt-body-index .post-cover.notice {
	height: auto;
	background-color: transparent;
}
#tt-body-index .post-cover.notice h1 {
	margin: 0;
	font-size: 1.6875em;
	line-height: 1.5;
	color: #000;
}
#tt-body-index .post-cover.notice h1 a {
	color: #000;
}
#tt-body-index .post-cover.notice .meta {
	margin: 0 0 30px;
	color: rgba(0,0,0,0.6);
}
#tt-body-page #container {
	padding-top: 0px; /* 339px */
}
#tt-body-page.post-cover-hide #container {
	padding-top: 0;
}
#tt-body-page .post-cover {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
}
#tt-body-tag .tags {
	margin-top: 0;
}

/* Components */
/* 2차 도메인을 사용할 경우 로그인 되지 않는 문제 해결을 위한 로그인 창 추가 시작 */
.tab_login a {
        display: inline-block;
        margin: 0 8px 12px 0;
        padding: 0 17px;
        border: 1px solid #eee;
        border-radius: 32px;
        font-size: 14px;
        line-height: 30px;
        vertical-align: middle;
        color: #fff;
        background-color: #09f;
    }
.tab_login a:hover,
.tab_login a:focus {
        color: #6f0;
        text-decoration: none;
    }
/* 2차 도메인을 사용할 경우 로그인 되지 않는 문제 해결을 위한 로그인 창 추가 끝 */

.btn, a.btn {
	display: inline-block; 
	width: 100px;
	height: 36px;
	background-color: #c4c4c4;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	vertical-align: middle;
}
.btn:hover {
	background-color: #676767;
}

.main-slider {
	display: none;
	position: relative;
	top: -1px;
	z-index: 20;
	overflow: hidden;
	width: 100%;
	background-color: #cbcbcb;
}
.main-slider ul {
	position: relative;
}
.main-slider ul li {
	display: table;
	width: 100%;
	height: 220px;
	background-position: 50% 50%;
	background-size: cover;
}
.main-slider ul li a {
	display: table;
	width: 100%;
	height: 100%;
	text-decoration: none;
	/* background-color: transparent !important; */
	background-color: rgba(0,0,0,0.3); /* 0.15 */
}
.main-slider ul li .inner {
	display: table-cell;
	vertical-align: middle;
}
.main-slider ul li .box {
	display: block;
	max-width: 910px;
	margin: 0 auto;
	padding: 10px 80px 6px;
}
.main-slider ul li .text {
	display: block;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
		font-family: Dotum, Helvetica, AppleSDGothicNeo;
		font-weight: 550 !important;
		font-size: 30px;
	line-height: 1.2352;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.main-slider ul li .btn {
	display: block;
	width: 118px;
	height: 35px;
	margin-top: 32px;
	border-radius: 35px;
	line-height: 35px;
	background-color: #fff;
	color: #555;
}
.main-slider ul li .btn:hover {
	background-color: #04beb8;
	color: #fff;
}
.main-slider .prev,
.main-slider .next {
	display: none;
}
.main-slider .paging {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	margin-left: 447px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.main-slider .paging button {
	display: block;
	width: 8px;
	height: 8px;
	margin: 10px 0;
	text-indent: -999em;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.4);
}
.main-slider .paging .current {
	background-color: rgba(255,255,255,1);
}

/* 매인(커버) 썸네일리스트 */
.cover-thumbnail-1 {
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.cover-thumbnail-1 h2 {
	font-weight: 500;
	font-size: 1em;
	color: #555;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:16px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
	border-bottom: 1px solid #eee;
}
.cover-thumbnail-1 ul {
	display: inline-block;
	vertical-align: top;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:20px 20px 0px 0;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-thumbnail-1 ul li {
	float: left;
	width: 25%; /* 한 줄에 3개 일때는 33.333333333333333%; */
	padding-left: 19.5px;
	margin: 0 0 38px;
	box-sizing: border-box;
}
.cover-thumbnail-1 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-1 ul li a:hover .title,
.cover-thumbnail-1 ul li a:focus .title {
	text-decoration: underline;
	color: #f30;
}
.cover-thumbnail-1 ul li figure {
	display: block;
	height: 0;
	margin-bottom: 9px;
	padding-bottom: 100%; /* 가로에 대한 세로의 비율 */
	background-color: #f8f8f8;
}
.cover-thumbnail-1 ul li figure img {
	width: 100%;
	height: auto;
}
.cover-thumbnail-1 ul li .title {
	display: block;
	overflow: hidden;
	width: 95%;
	margin-bottom: 2px;
	font-size: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.75;
}
.cover-thumbnail-1 ul li .date {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-thumbnail-1 .more {
	position: absolute;
	top: 0px;
	right: 0;
	font-weight: 300;
	font-size: 0.875em;
	color: #999;
	margin: 20px;
}

/* 매인(커버) 웹진형 */
.cover-thumbnail-2 {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cover-thumbnail-2 h2 {
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	font-size: 1em;
	color: #555;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:16px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-thumbnail-2 ul {
	margin-bottom: 0px !important;
}
.cover-thumbnail-2 ul li {
	overflow: hidden;

	margin-top: 4px;
	margin-bottom: 0px !important;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:20px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-thumbnail-2 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-2 ul li a:hover .title,
.cover-thumbnail-2 ul li a:focus .title {
	text-decoration: underline;
	color: #f30;
}
.cover-thumbnail-2 ul li figure {
	float: right;
	width: 150px;
	margin-left: 20px;
}
.cover-thumbnail-2 ul li figure img {
	width: 100%;
	height: auto;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
}
.cover-thumbnail-2 ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 10px;
	padding-top: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
	line-height: 1.4;
}
.cover-thumbnail-2 ul li .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	font-size: 0.94em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cover-thumbnail-2 ul li .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-thumbnail-2 ul li .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.cover-thumbnail-2 ul li .meta span:first-child:before {
	content: none;
}
.cover-thumbnail-2 .more {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 300;
	font-size: 0.875em;
	color: #999;
	margin: 20px;
}

/* 매인(커버) 슬라이드 */
.cover-thumbnail-4 {
	position: relative;
}
.cover-thumbnail-4 h2 {
	font-weight: 500;
	font-size: 1em;
	color: #555;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:16px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
	border-bottom: 1px solid #eee;
}
.cover-thumbnail-4 ul {
	position: relative;
	vertical-align: top;
	margin-left:-21px;
	margin-right: 0px;

	margin-top: 4px;
	margin-bottom: 1px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:20px 20px 19px 20px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
	display: flex; /* 슬라이드 이미지를 가로로 배열 */
}
.cover-thumbnail-4 ul li {
	float: left;
	width: 33.333333333333333%;
	/* min-height: 283px; */
	padding-right: 0px;
	margin: 0px;
	box-sizing: border-box;

}
.cover-thumbnail-4 ul li a {
	display: block;
	text-decoration: none;
}
.cover-thumbnail-4 ul li a:hover .title,
.cover-thumbnail-4 ul li a:focus .title {
	text-decoration: underline;
	color: #f30;
}
.cover-thumbnail-4 ul li figure {
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 100%; /* 60.869565217391304%; */
	background-color: #f8f8f8;
}
.cover-thumbnail-4 ul li figure img {
	width: 100%;
	height: auto;
}
.cover-thumbnail-4 ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 4px;
	padding-top: 9px;
	font-size: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}
.cover-thumbnail-4 ul li .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	font-size: 0.94em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cover-thumbnail-4 ul li .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-thumbnail-4 ul li .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 7px 8px 9px 5px;
	background-color: #d2d2d2;
	vertical-align: top;
}
.cover-thumbnail-4 ul li .meta span:first-child:before {
	content: none;
}
.cover-thumbnail-4 button {
	position: absolute;
	top: -1px;
	width: 24px;
	height: 24px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: url(./images/ico_package.png) no-repeat 0 -50px;
	text-indent: -999em;
	outline: none;
	margin: 16px 20px;
}
.cover-thumbnail-4 .prev {
	right: 30px;
}
.cover-thumbnail-4 .next {
	right: 0;
	background-position-x: -50px;
}
.cover-thumbnail-4 button:focus,
.cover-thumbnail-4 button:hover {
	background-color: #757575;
	background-position-y: -74px;
}

/* 매인(커버) 공지 */
.cover-notice {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cover-notice h2 {
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	font-size: 1em;
	color: #555;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:16px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-notice ul {
	margin-bottom: 0 !important;
}
.cover-notice ul li {
	overflow: hidden;

	margin-top: 4px;
	margin-bottom: 0px !important;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:20px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-notice ul li a {
	display: block;
	text-decoration: none;
}
.cover-notice ul li a:hover .title,
.cover-notice ul li a:focus .title {
	text-decoration: underline;
	color: #f30;
}
.cover-notice ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
	line-height: 1.4;
}

/* 매인(커버) 기본리스트 */
.cover-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.cover-list h2 {
	padding-bottom: 19px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	font-size: 1em;
	color: #555;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:16px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-list ul {
	margin-bottom: 0 !important;
}
.cover-list ul li {
	overflow: hidden;

	margin-top: 4px;
	margin-bottom: 0px !important;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:20px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.cover-list ul li a {
	display: block;
	text-decoration: none;
}
.cover-list ul li a:hover .title,
.cover-list ul li a:focus .title {
	text-decoration: underline;
	color: #f30;
}
.cover-list ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1em;
	line-height: 1.4;
}
.cover-list ul li .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 18px;
	text-overflow: ellipsis;
	font-size: 0.94em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cover-list ul li .date {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.cover-list .more {
	position: absolute;
	top: 0px;
	right: 0;
	font-weight: 300;
	font-size: 0.875em;
	color: #999;
	margin: 22px 20px;
}

/* 매인(커버) 이벤트배너 */
.cover-event {
	margin-bottom: 0px !important;
}
.cover-event h2 {
	font-weight: 500;
	font-size: 1em;
	color: #555;

	margin-top: 4px;
	box-sizing: border-box;
	border:#fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color:#fff;
	padding:16px 20px 19px;
	border-radius:0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
	border-bottom: 1px solid #eee;
}
.cover-event ul {
	display: inline-block;
	width: 102.702702702702703%;

	margin-top: 4px;
	margin-left: -2.702702702702703%;
	vertical-align: top;
}
.cover-event ul li {
	float: left;
	width: 50%;
	padding-left: 2.631578947368421%;
	margin: 0 0 20px;
	box-sizing: border-box;
}
.cover-event ul li a {
	position: relative;
	display: block;
	padding-bottom: 33.333333333333333%;
	border: 1px solid #eee;
	background-color: #757575;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-decoration: none;
	color: #555;
}
.cover-event ul li a:hover,
.cover-event ul li a:focus {
	color: #333;
}
.cover-event ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.cover-event ul li .title {
	position: absolute;
	top: 15%;
	left: 24px;
	z-index: 20;
	overflow: hidden;
	max-width: 60%;
	margin-bottom: 7px;
	padding-top: 9px;
	font-size: 1em;
	text-overflow: ellipsis;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;
}
.cover-event ul li .more {
	position: absolute;
	top: 4px;
	right: 0;
	font-weight: 300;
	font-size: 0.875em;
	color: #fff;
	margin: 20px 20px;
}


#tt-body-archive .post-header span:before {content: "'";}
#tt-body-archive .post-header span:after {content: "' 에 등록된 글";}
#tt-body-tag .post-header span:before {content: "#";}
#tt-body-search .post-header span:before {content: "'";}
#tt-body-search .post-header span:after {content: "'의 검색결과";}


.view-click {
	float: right;
	margin-top: -22px !important;
}
.view-click {
		display: block;
		width: 120px;
		height: 30px;
		border-radius: 30px;
		font-size: 12.5px;
		color: transparent; /* #555; */
		background-color: transparent; /* #f30; */
}


.post-header {
	margin: 4px 0 !important;
	padding-top: 16px;
	padding-left: 20px;
	background-color: #fff; /* 전체글 표시 배경 색상 */
	border-bottom: 1px solid #eee;
}
.post-header p {
	margin-bottom: 18px;
	font-size: 1em;
	line-height: 1.375;
}
.post-header p em {
	margin-left: 7px;
	font-style: normal;
	color: #04beb8;
}


.post-item { /* 게시물 리스트 하나씩 적용 */
	float: left;
	width: 31.081081081081081%;
	margin: 0px 0px 5px !important; /* 게시물 리스트 사이 간격 */
	/* margin: 0 0 58px 3.378378378378378%; */

  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding:20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */

}
.post-item:hover { /* 게시물 리스트에 마우스 올릴 때 */
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.post-item:hover .view-click {
	color: #fff;
	background-color: #f30; /* 메인 리스트 제목 마우스 오버 더보기 버튼 색상 */
}
.post-item:hover .title {
	color:#f30; /* 메인 리스트 제목 마우스 오버 글씨 색상 */
}
.post-item:hover .excerpt { /* 메인 리스트 본문 마우스 오버 글씨 색상 */
	color: #555;
}
.post-item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.post-item a {
	display: block;
	text-decoration: none;
}
.post-item a:hover .title,
.post-item a:focus .title {
	text-decoration: none;
}
.post-item .thum {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 60.869565217391304%;
	background-color: #f8f8f8;
}
.post-item .thum img {
	width: 100%;
	height: auto;
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	border-radius: 5px;
}
.post-item .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 4px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
}
.post-item .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	font-size: 0.8125em;
	line-height: 1.5rem;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.post-item .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.post-item .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.post-item .meta span:first-child:before {
	content: none;
}

.post-item.protected { /* 게시물 리스트 하나씩 적용 */
	float: left;
	width: 100%; /* 31.081081081081081%; */
	margin: 0px 0px 5px !important; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding: 20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.post-item.protected:hover { /* 게시물 리스트에 마우스 올릴 때 */
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);	
	background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.post-item.protected:hover .view-click {
	color: #fff;
	background-color: #f30; /* 메인 리스트 제목 마우스 오버 더보기 버튼 색상 */
}
.post-item.protected:hover .title {
	color:#f30; /* 메인 리스트 제목 마우스 오버 글씨 색상 */
}
.post-item.protected:hover .excerpt { /* 메인 리스트 본문 마우스 오버 글씨 색상 */
	color: #555;
}
.post-item.protected:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.post-item.protected a {
	display: block;
	text-decoration: none;
}
.post-item.protected a:hover .title,
.post-item.protected a:focus .title {
	text-decoration: none;
}
.post-item.protected .thum {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	width: 152px; /* 20.326%; */
	height: 0;
	margin-left: 20px;
	padding-bottom: 152px; /* 20.326%; */
}
.post-item.protected .thum img {
	width: 150px;
	height: auto;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	transition-duration: 0.3s;
}
.post-item.protected:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.post-item.protected .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 12px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: 400 !important;
	font-size: 1em;
	color: #333;
  font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;
}
.post-item.protected .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	font-size: 0.94em;
  line-height: 1.25rem;
  height: 3.75rem;
  margin-bottom: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.post-item.protected .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.post-item.protected .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.post-item.protected .meta span:first-child:before {
	content: none;
}
.post-item.protected .thum {
	background: transparent;
}
.post-item.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	margin: -75px;
	background: url(./images/logo.png) no-repeat;
	background-size: 150px auto;
}

.not-found {
	display: block;
	width: 100%;
	margin-bottom: 35px;
}
.not-found li {
	position: relative;
	padding-left: 10px;
	font-size: 0.9375em;
	line-height: 2;
	color: #999;
}
.not-found li:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 2px;
	height: 2px;
	background-color: #999;
}
.not-found .tag,
.not-found .category,
.not-found .archive {
	display: none;
}
#tt-body-tag .not-found ul,
#tt-body-category .not-found ul,
#tt-body-archive .not-found ul {display: none;}
#tt-body-tag .not-found .tag,
#tt-body-category .not-found .category,
#tt-body-archive .not-found .archive {display: block;}

.pagination {
	text-align: center;
	background-color: #fff; /* 배경색 작업 */
	padding: 20px 0;
	margin-bottom: 0px;
}
.pagination a {
	display: inline-block;
	margin: 0 12px;
	font-size: 0.875em;
	line-height: 1.5rem;
	vertical-align: top;
	color: #999;
}
.pagination .selected {
	color: #333;
}
.pagination .prev,
.pagination .next {
	width: 22px;
	height: 22px;
	border: 1px solid #eee;
	border-radius: 50%;
	background: url(./images/ico_package.png) no-repeat 0 -50px;
	text-indent: -999em;
}
.pagination .next {
	background-position-x: -50px;
}
.pagination .view-more {
	display: block;
	margin: 0;
	padding: 12px 0 11px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 0.875em;
	color: #999;
}
.pagination .no-more-prev {
	display: none;
}
.pagination .no-more-next {
	display: none;
}

.tags {
	margin-bottom: 45px;
	font-size: 0;
}
.tags:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.tags h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
}
.tags a {
	display: inline-block;
	margin: 0 8px 12px 0;
	padding: 0 17px;
	border: 1px solid #eee;
	border-radius: 32px;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	color: #555;
}
.tags a:hover,
.tags a:focus {
	color: #f30;
	text-decoration-line: none;
}

.page-nav {
	margin: 52px 0 60px 0;
	padding: 23px 0 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.page-nav a {
	display: block;
	overflow: hidden;
	padding-left: 58px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875em;
	line-height: 2.125rem;
	color: #555;
}
.page-nav a:hover,
.page-nav a:focus {
	color: #333;
}
.page-nav a strong {
	float: left;
	width: 58px;
	margin-left: -58px;
	font-weight: 400;
	color: #999;
}
.page-nav a strong:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	margin: 0 8px;
	background: url(./images/ico_package.png) no-repeat -150px -50px;
	vertical-align: middle;
}

.related-articles {
	margin-top: 5px;
	background-color: #fff;
	padding: 15px;
}
.related-articles h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1em;
}
.related-articles ul {
	display: inline-block;
	width: 101.621621621621622%;
	margin-left: -1.621621621621622%;
	vertical-align: top;
}
.related-articles ul li {
	float: left;
	width: 25%;
	padding-left: 1.621621621621622%;
	box-sizing: border-box;
}
.related-articles ul li:first-child {
	margin-left: 0;
}
.related-articles ul li a {
	color: #555;
}
.related-articles ul li a:hover,
.related-articles ul li a:focus {
	color: #f30;
	text-decoration-line: none;
}
.related-articles ul li figure {
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 9px;
	padding-bottom: 66.666666666666667%; /* 68.181818181818182%; /* 이미지틀 이미지배경이 되는 회색 */
	background-color: #f8f8f8;
}
.related-articles ul li figure img {
	width: 100%;
	height: auto;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.related-articles ul li .title {
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875em;
	line-height: 1.4;
}


/* 본문 제목 부분 시작 */
.meta-box {
	background-color: #fff;
	padding:20px;
	margin-top: 4px;
	margin-bottom: 0px;
}
.meta-info {
	background-color: rgba(18, 51, 99, 1.0); /* rgba(0,0,0,0.7); */
	border-radius: 5px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);	
	padding: 20px 20px 1px !important;
}
.meta-info .category {
	display: block;
	max-width: 1080px;
	margin: 0 auto 13px;
	font-size: 0.875em;
	color: #fff;
}
.meta-info h1 { /* SEO 최적화를 위한 H1 요소 */
	max-width: 1080px;
	margin: 0 auto;
	font-weight: 800;
	font-size: 21px;
	line-height: 1.5;
	color: #fff;
}
.meta-info a {
	text-decoration: none;
	color: #fff;
}
.meta-info .meta {
	display: block;
	max-width: 1080px;
	margin: 14px auto 30px;
	font-size: 0.875em;
	text-align: right;
	color: #fff; /* 메타정보 색상 */
}
.meta-info .meta a {
	color: #fff; /* 수정 삭제 관련 색상 rgba(0,0,0,0.6); */
}
.meta-info .meta a:before,
.meta-info .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 4px;
	background-color: #fff; /* 가운데 점 색상 */
	vertical-align: middle;
}
.meta-info .meta span:first-child:before {
	content: none;
}
/* 본문 제목 부분 끝 */


/* 본문의 제목 글씨 크기 색상 모양 시작 : Entry Content */
.entry-content {
	padding-top: 15px;
}
.entry-content h1 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 1.6875em; /* 실제 사용되지 않는 폰트 */
	line-height: 1.5;
	color: #ff0000; /* 확인하기 위해 색상 테스트를 해 보지만 어디에도 빨간 글씨는 없음 */
}
.entry-content h2 {
  clear: both;
  box-sizing: border-box; 
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom: #358ccc 2px solid; 
  border-left: #358ccc 12px solid; 
  border-image: initial; 
  word-spacing: -1px;
  letter-spacing: 0 !important; 

  /* margin: 5px 0 14px 0; */
  padding: 0px 0px 1px 10px; 
  font-weight: 700 !important;
  font-family: AppleSDGothicNeo, helvetica;
  color: #036;
	margin: 29px 0 22px;
	font-size: 18.5px; /* 1.5em; */
	line-height: 1.5;

}
.entry-content h3 {
	clear: both;
	margin: 29px 0 22px;
	font-size: 18px; /* 1.3125em; */
  font-family: AppleSDGothicNeo, helvetica;
  font-weight: 550 !important;
	line-height: 1.5;
  color: #000;

	box-sizing: border-box;
	border-width: 9px;
	border-left-style: solid;
	border-left-color: #ff3c00;
	padding: 0 12px;
  word-spacing: -1px;
	letter-spacing: 1px;
}
.entry-content h4 { /* 제목3 글씨 - 제목2 글씨와 크기는 같지만 강조 하고 싶을 때 사용 */
	clear: both;
	margin: 29px 0 22px;
	font-size: 18px; /* 1.125em; */
  font-family: AppleSDGothicNeo, helvetica;
  font-weight: 550 !important;
	line-height: 1.5;
  color: #000;

	box-sizing: border-box;
	border-width: 9px;
	border-left-style: solid;
	border-left-color: #ff3c00;
	padding: 0 12px;
  word-spacing: -1px;
	letter-spacing: 1px;
}
.entry-content a {
	color: #04beb8;
}
#tt-body-page p[data-ke-size='size18'] { /* 본문1 글씨 */
	font-size: 16px !important;
	color: #fff !important;
  margin-bottom: 20px !important;
	border: 1px solid #0d6009;
	padding: 10px 20px;
	background-color: #188113;
	border-radius:5px;
}
.entry-content p { /* 본문2 글씨 */
	margin-bottom: 16px;
	word-break: break-word;
	font-size: 16.5px !important; /* 0.9375em; */
	line-height: 2;
  color: #000; /* #555 */
}
#tt-body-page p[data-ke-size='size14'] { /* 본문3 글씨 */
	font-size: 16px !important;
  color: #ff4200;
  font-weight: 700 !important;

  margin-bottom: 20px !important;
	border: 1px solid #f6530c;
	padding: 10px 20px;
	background-color: #fff1eb;
	border-radius:5px;
}

/* 본문의 제목 글씨 크기 색상 모양 끝 */

.entry-content img { /* 본문에 첨부하는 이미지 모서리를 둥글게 하고 그림자 추가 */
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);	
  margin: 10px 0 !important;
}

.entry-content p img {
	max-width: 100%;
	height: auto;
}
.entry-content figure {
	margin-top: 8px !important;
}
.entry-content hr {
	display: block;
	height: 0;
	border: 0;
	border-bottom: 1px solid #000;
}
.entry-content pre {
	word-break:break-word;
	white-space:pre-wrap;
	word-wrap:break-word;
}
.entry-content ul {
	list-style: disc;
	margin-bottom: 22px;
	padding: revert;
}
.entry-content ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 0.9375em;
	line-height: 1.5714;
	color: #666;
	list-style: inherit;
}
.entry-content ol {
	list-style: decimal inside;
	margin-bottom: 22px;
}
.entry-content ol li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 16px;
	font-size: 0.9375em;
	line-height: 1.5714;
	color: #666;
	text-indent: -15px;
	list-style: inherit;
}
.entry-content img.alignleft {
	float: left;
	margin: 0 22px 22px 0;
}
.entry-content img.aligncenter {
	display: block;
	margin: 0 auto 22px;
}
.entry-content img.alignright {
	float: right;
	margin: 0 0 22px 22px;
}
.entry-content blockquote {
	margin-bottom: 40px;
	padding: 16px 20px;
	border-left: 4px solid #e6e6e6;
}
.entry-content blockquote p {
	margin: 22px 0 0;
}
.entry-content blockquote p:first-child {
	margin-top: 0;
}
.entry-content table {
	width:100%;
	margin-bottom: 22px;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	font-size: 0.9375em;
	line-height: 1.5714;
	color: #666;
}
.entry-content table thead th {
	padding:7px 0 11px;
	border-left: 1px solid #e6e6e6;
}
.entry-content table tbody td {
	padding:7px 0 11px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.entry-content input {
	height: 36px;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	font-size: 0.875em;
	line-height: 1.25;
	color: #666;
	box-sizing: border-box;
	vertical-align: middle;
}
.entry-content .entry-content .protected_form {
	margin-bottom: 40px;
	padding: 120px 0 200px;
	border-bottom: 1px solid #7a583a;
	text-align: center;
}
.entry-content .entry-content .protected_form input {
	width: 200px;
	margin-bottom: 10px;
	vertical-align: top;
}
.entry-content .cap1 {
	text-align: center;
	font-size: 0.875em;
	font-style: italic;
}
.entry-content .iframe-wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.entry-content .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content .protected_form {
	display: block;
	width: 100%;
	padding: 98px 0 120px;
	text-align: center;
}
.entry-content .protected_form h2 {
	margin: 0 0 8px;
	font-weight: 600;
	font-size: 1.625em;
	line-height: 2.125rem;
	color: #555;
}
.entry-content .protected_form p {
	margin-bottom: 34px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.75;
	color: #999;
}
.entry-content .protected_form input {
	width: 183px;
	padding: 0 23px;
	border: 1px solid #eee;
	font-size: 0.9125em;
	line-height: 2.125rem;
}
.entry-content .protected_form input:focus {
	border-color: #484848;
}
.entry-content .protected_form .btn {
	margin-left: 5px;
}

/* 이전글/다음글 시작 */
.prev-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
}
.prev-next_post {
  margin-top: 5px;
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
  background-color: #fff;
  padding: 15px;
  border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
  font-size: 1em;
}
.prev-next_post:hover {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5); 
  background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.prev-next_post a:hover {
  text-decoration-line: none;
  color: #f30;
}
.prev-next_thumb_left {
  float: left;
  border-radius: 50%;
}
.prev-next_thumb_right {
  float: right;
  border-radius: 50%;
}
.prev-next_desc{
  font-weight: bold;
  padding-bottom: 10px;
}
.prev-next_title{
  font-size: 16px;
  line-height:1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 이전글/다음글 끝 */

/* Comment */
.comments {
	margin-bottom: 0px !important;
}
.comments h2 {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1em;
}
.comments h2 .count{
	margin-left: 4px;
	color: #04beb8;
}
.comment-list {
	margin-bottom: 60px;
	border-top: 1px solid #eee;
}
.comment-list ul li {
	display: inline-block;
	width: 100%;
	padding: 32px 0 28px;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	box-sizing: border-box;
}
.comment-list .tt_more_preview_comments_wrap {
	padding: 0;
	border: 0;
}
.comment-list .tt_more_preview_comments_text {
	display: block;
	margin: -1px 0 0;
	padding: 12px 0 11px;
	border: 1px solid #eee;
	text-align: center;
	font-size: 0.875em;
	color: #999;
}
.comment-list .tt_more_preview_comments_text:hover {
	text-decoration: underline;
	color: #f30;
}
.comment-list ul li .author-meta {
	position: relative;
	margin-bottom: 7px;
	padding: 2px 0 0 60px;
	font-size: 0.8125em;
	color: #999;
}
.comment-list ul li .author-meta a {
	color: #999;
}
.comment-list ul li .author-meta a:before,
.comment-list ul li .author-meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 7px 0 5px;
	background-color: #e3e3e3;
	vertical-align: middle;
}
.comment-list ul li .author-meta .nickname {
	font-weight: 700;
	color: #555;
}
.comment-list ul li .author-meta .nickname a {
	color: #555;
}
.comment-list ul li .author-meta .avatar {
	float: left;
	width: 46px;
	margin: -2px 0 0 -60px;
	border: 1px solid #eee;
	border-radius: 50%;
}
.comment-list ul li .author-meta .control {
	position: absolute;
	top: 0;
	right: -9px;
	border-bottom: 0;
}
.comment-list ul li .author-meta .control button {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(./images/ico_package.png) no-repeat -141px 5px;
	text-indent: -999em;
}
.comment-list ul li .author-meta .control .link {
	display: none;
	position: absolute;
	top: 100%;
	left: -65px;
	width: 70px;
	text-align: center;
}
.comment-list ul li .author-meta .control .link a {
	display: block;
	margin-top: -1px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	text-decoration: none;
	font-size: 0.875em;
	line-height: 1.5rem;
	color: #333;
}
.comment-list ul li .author-meta .control .link a:focus,
.comment-list ul li .author-meta .control .link a:hover {
	background-color: #fafafa;
	color: #222;
}
.comment-list ul li .author-meta .nickname:before,
.comment-list ul li .author-meta .nickname a:before,
.comment-list ul li .author-meta .control:before,
.comment-list ul li .author-meta .control a:before {
	content: none;
}
.comment-list ul li p {
	max-width: 85%;
	padding: 0 0 0 60px;
	font-size: 0.875em;
	line-height: 1.3125rem;
	color: #777;
	box-sizing: border-box;
}
.comment-list ul li .reply {
	display: inline-block;
	margin-top: 10px;
	font-size: 0.8125rem;
	color: #999;
}
.comment-list ul li ul {
	margin: 28px 0 -32px 0;
	padding: 26px 0 21px;
	border-top: 1px solid #eee;
	background-color: #fafafa;
}
.comment-list ul li ul li {
	padding: 14px 0 15px 60px;
	border-bottom: 0;
}
.comment-list ul li ul li .author-meta {
	margin-bottom: 8px;
}
.comment-list ul li ul li .author-meta .control {
	right: 15px;
}
.comment-list ul li ul li .author-meta .avatar {
	width: 42px;
}
.comment-list ul li ul li p {
	max-width: 80%;
}
.comment-list ul li ul .tt_more_preview_comments_wrap {
	display: block;
}
.comment-list ul li ul .tt_more_preview_comments_text {
	margin-bottom: 16px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.comment-list ul li ul .tt_more_preview_comments_text:first-child {
	margin-top: -24px;
	padding: 12px 0 11px;
}

.comment-form {
	position: relative;
	margin-bottom: 60px;
}
.comment-form .field {
	overflow: hidden;
	margin-bottom: -1px;
	border: 1px solid #eee;
}
.comment-form .field input[type=text],
.comment-form .field input[type=password] {
	float: left;
	width: 50%;
	padding: 12px 16px;
	border: 0;
	border-left: 1px solid #eee;
	font-size: 0.875em;
	color: #777;
	box-sizing: border-box;
}
.comment-form .field input:first-child {
	border-left: 0;
}
.comment-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 100px 16px 16px;
	border: 1px solid #eee;
	font-size: 0.875em;
	color: #777;
	box-sizing: border-box;
	resize: none;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #09f !important;
}
.comment-form .secret {
	position: absolute;
	left: 0;
	bottom: 8px;
}
.comment-form .secret input {
	display: none;
}
.comment-form .secret label {
	display: inline-block;
	font-size: 0.8125em;
	line-height: 1.25rem;
	color: #666;
	outline: none;
	cursor: pointer;
}
.comment-form .secret label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 18px;
	margin-right: 12px;
	border: 1px solid #e1e1e1;
	vertical-align: top;
	background-color: #fff;
}
.comment-form .secret input[type=checkbox]:checked+label:before {
	background: url(./images/ico_package.png) no-repeat -47px 4px;
}
.comment-form .submit {
	text-align: right;
}
.comment-form .submit button {
	background-color: #333;
	color: #fff;
}
.comment-form .submit button:hover,
.comment-form .submit button:focus {
	background-color: #04beb8;
}

/* PC 게시글 하단에 최신글 리스트 시작 */
.recent-list p {
	float: left;
	width: 100%; /* 31.081081081081081%; */
	margin: 5px 0px 0px !important; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
  font-size: 1em;
}

.recent-list ul li {
	float: left;
	width: 100%; /* 31.081081081081081%; */
	margin: 5px 0px 0px !important; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
  display: flex;
  align-items: center;
}
.recent-list ul li a {
	text-decoration: none;
}
.recent-list ul li:hover {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);	
	background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.recent-list ul li:hover .recent-title {
	color: #f30;
	font-weight: bold;
}
.recent-list ul li img{
	border-radius: 50%; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}

.recent-index {
	float: left;
	width: 100%; /* 31.081081081081081%; */
	margin: 5px 0px 0px !important; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding: 10px 20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */

  display: flex;
  margin-top: 0px;
  font-size: .92rem;
  font-weight: 600;
}

.index_thumb {
  width: 58px;
  text-align: center;
}
.index_title {
  width: 75%;
  text-align: center;
}
.index_auth {
  width: 120px !important;
  text-align: right;
	padding-right: 40px;
}
.index_date {
  width: 90px;
  text-align: right;
  margin-left: auto;
	padding-right: 17px;
}

.recent-thumb {
  width: 65px;
  margin-right: 15px;
}
.recent-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
}
.recent-title {
  line-height: 2.3;
  overflow: hidden;
  width: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
/* 제목을 두 줄까지 표시하는 소스 
  white-space: normal; /* nowrap 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
*/
}
.recent-cnt {
	color: #f30;
	font-size: 12px;
}
.recent-category {
  font-size: .8rem;
  color: #999 !important
}
.recent-auth {
  font-size: .9rem;
  color: #999;
  width: 120px !important;
  text-align: center;
  margin-left: auto;
}
.recent-date {
  font-size: .9rem;
  color: #999;
  width: 90px;
  text-align: right;
  margin-left: auto;
}
/* PC 게시글 하단에 최신글 리스트 끝 */

/* Aside(sidebar) */
.sidebar h2 {
	margin-bottom: 7px;
	font-weight: 500;
	font-size: 0.875em;
	color: #555;
}
.sidebar ul li {
	padding: 4px 0 5px;
	font-size: 0.8125em;
	line-height: 1.25rem;
	color: #777;
}
.sidebar ul li a {
	color: #777;
}
.sidebar ul li a:hover {
	color: #333;
}
.sidebar-1 {
  margin: -21px 1px -3px 0px !important;
	padding: 0px !important;
}
.sidebar-2 .nav-top {
	display:none;
}
.sidebar .sidebar-2 {
  margin-top: 0px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.sidebar .category {
	margin-bottom: 36px;
}
.sidebar .category ul li {
	padding: 0;
	font-size: 0.875em;
	font-weight: 600;
}
.sidebar .category ul li a {
	color: #555;
}
.sidebar .category ul li a:hover {
	color: #333;
}
.sidebar .category ul li ul {
	padding-top: 8px;
}
.sidebar .category ul li ul li {
	padding: 6px 0 7px;
	font-weight: 400;
	font-size: 1em;
}
.sidebar .category ul li ul li ul {
	overflow: hidden;
	margin-bottom: -4px;
	padding-top: 6px;
}
.sidebar .category ul li ul li ul li {
	position: relative;
	padding: 3px 0 3px 9px;
	/* border-left: 2px solid #eee; */
	font-size: 0.8125rem;
}
.sidebar .category ul li ul li ul li:before {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #eee;
}
.sidebar .category ul li ul li ul li:first-child:before {
	top: 7px;
	bottom: auto;
}
.sidebar .category ul li ul li ul li a {
	color: #999;
}
.sidebar .notice {
	margin-bottom: 37px;
}
.sidebar .recent-comment {
	margin-bottom: 36px;
}
.sidebar .recent-comment ul li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sidebar .post-list {
	margin-bottom: 46px;
}
.sidebar .post-list h2 {
	margin-bottom: 12px;
}
.sidebar .post-list ul li {
	overflow: hidden;
	margin-bottom: 18px;
	padding: 0;
}
.sidebar .post-list ul li img {
	float: right;
	width: 58px;
	height: 58px;
	margin: 2px 0 0 5px;
	border-radius: 50%; /* 인기글 최신글 리스트의 썸네일 */
}
.sidebar .post-list ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.sidebar .post-list ul li a:hover .title {
	text-decoration: underline;
	color: #f30;
}
.sidebar .post-list ul li .title {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sidebar .post-list ul li .date {
	display: block;
	margin-top: 6px;
	font-size: 0.75rem;
	line-height: 1;
}
.sidebar .social-list {
	margin-bottom: 46px;
}
.sidebar .social-list h2 {
	margin-bottom: 18px;
}
.sidebar .social-list .tab-list {
	overflow: hidden;
	width: 100%;
}
.sidebar .social-list ul li {
	margin-bottom: 15px;
	padding: 0 0 0 48px;
}
.sidebar .social-list ul li a {
	display: block;
	text-decoration: none;
}
.sidebar .social-list ul li a:hover .text {
	text-decoration: underline;
	color: #f30;
}
.sidebar .social-list ul li .avatar {
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin-left: -48px;
	border-radius: 50%;
}
.sidebar .social-list ul li .title {
	display: block;
}
.sidebar .social-list ul li .date {
	display: block;
	margin-top: 6px;
	font-size: 0.75rem;
	color: #777;
}
#aside .tags {
	margin: 0 0 41px;
	padding: 0;
	font-size: 1em;
}
#aside .tags h2 {
	margin-bottom: 8px;
	font-size: 0.875em;
}
#aside .tags a {
	float: none;
	margin: 0 4px 0 0;
	padding: 0;
	border: 0;
	font-size: 0.8125em;
	line-height: 2;
	color: #555;
}
#aside .tags a:after {
	content: ", ";
}
#aside .tags a:last-child:after {
	content: none;
}
#aside .tags a:hover,
#aside .tags a:focus {
	color: #333;
}
.sidebar .count {
	margin-bottom: 46px;
}
.sidebar .count h2 {
	margin-bottom: 3px;
}
.sidebar .count h2:before {
	content: "";
	display: block;
	width: 17px;
	height: 1px;
	margin-bottom: 18px;
	background-color: #555;
}
.sidebar .count p {
	margin-bottom: 6px;
	font-size: 0.8125em;
	color: #777;
}
.sidebar .count .total {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 1.875em;
	color: #555;
}
.sidebar .social-channel {
	margin-bottom: 48px;
}
.sidebar .social-channel ul {
	overflow: hidden;
	width: 100%;
}
.sidebar .social-channel ul li {
	float: left;
	margin-left: 10px;
	padding: 0;
}
.sidebar .social-channel ul li:first-child {
	margin-left: 0;
}
.sidebar .social-channel ul li a {
	display: block;
	width: 34px;
	height: 34px;
	border: 1px solid #eee;
	border-radius: 50%;
	text-indent: -999em;
	background: url(./images/ico_package.png) no-repeat 0 -100px;
}
.sidebar .social-channel ul li.youtube a {
	background-position-x: -50px;
}
.sidebar .social-channel ul li.instagram a {
	background-position-x: -100px;
}
.sidebar .social-channel ul li.twitter a {
	background-position-x: -150px;
}
.sidebar .social-channel ul li a:focus,
.sidebar .social-channel ul li a:hover {
	background-color: #757575;
	background-position-y: -150px;
}
.sidebar .tab-ui h2 a {
	color: #999;
}
.sidebar .tab-ui h2 a.current {
	color: #555;
}
.sidebar .tab-ui h2 a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 5px;
	margin: 0 10px;
	vertical-align: middle;
	background: url(./images/ico_package.png) no-repeat -100px -50px;
}
.sidebar .tab-ui h2 a:first-child:before {
	content: none;
}

/* ETC */
#dimmed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}

.mobile-menu {
	overflow: hidden;
	height: 100%;
}

.slide-wrap {
	overflow: hidden;
}

/* Overwrite */
#content .another_category { /* 관련글 더보기 */
	margin: 60px 0 57px !important;
	padding: 16px 20px 14px;

}
#content .another_category h4 {
	border-width: 0px !important; /* 회색막대 적용되는 것 제거함 */
	margin: 0 0 13px !important;;
	padding: 0 !important;
	border-bottom: 0 !important;
	font-size: 0.875em !important;
}
#content .another_category table {
	margin: 0 !important;
	border: 0;
}
#content .another_category th {
	padding: 2px 0 !important;
	font-size: 0.875rem !important;
/* 글자수 길이 조절해서 숨기기 시작 */
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
/* 글자수 길이 조절해서 숨기기 끝 */
}
#content .another_category th a.current {
	text-decoration: underline !important;
	font-weight: 400;
	color: #333 !important;
	border: 0 !important;
}
#content .another_category td {
	padding: 2px 0 !important;
	border: 0;
	font-size: 0.75rem !important;
}

.container_postbtn {
	margin: 53px 0 55px;
	padding: 0 !important;
}

.absent_post:before {
	content: "죄송합니다만 \A글을 찾지 못했습니다.";
	display: block;
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.285714285714286;
	color: #555;
	white-space: pre;
}
.absent_post {
	padding: 98px 0 !important;
	background: none !important;
	font-weight: normal !important;
	font-size: 1em !important;
	line-height: 1.75;
	color: #999 !important;
}

/* Option(Color Type & List Type) */
.layout-aside-left #content {
	float: right;
}
.layout-aside-left #aside {
	float: left;
	margin-left: 0;
	padding: 80px 0;
}
.layout-aside-left #container .content-wrap:before {
	margin-left: -256px;
}


/* 카테고리 별로 리스트가 다르게 설정 */
.list-type-webzine { /* 게시물 리스트 하나씩 적용 */
	float: left;
	width: 100%; /* 31.081081081081081%; */
	margin: 0px 0px 5px !important; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding: 20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.list-type-webzine:hover { /* 게시물 리스트에 마우스 올릴 때 */
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);	
	background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.list-type-webzine:hover .view-click {
	color: #fff;
	background-color: #f30; /* 메인 리스트 제목 마우스 오버 더보기 버튼 색상 */
}
.list-type-webzine:hover .title {
	color:#f30; /* 메인 리스트 제목 마우스 오버 글씨 색상 */
}
.list-type-webzine:hover .excerpt { /* 메인 리스트 본문 마우스 오버 글씨 색상 */
	color: #555;
}
.list-type-webzine:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.list-type-webzine a {
	display: block;
	text-decoration: none;
}
.list-type-webzine a:hover .title,
.list-type-webzine a:focus .title {
	text-decoration: none;
}
.list-type-webzine .thum {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	width: 152px; /* 20.326%; */
	height: 0;
	margin-left: 20px;
	padding-bottom: 152px; /* 20.326%; */
}
.list-type-webzine .thum img {
	width: 150px;
	height: auto;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	transition-duration: 0.3s;
}
.list-type-webzine:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.list-type-webzine .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 12px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: 400 !important;
	font-size: 1em;
	color: #333;
  font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;
}
.list-type-webzine .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	font-size: 0.94em;
  line-height: 1.25rem;
  height: 3.75rem;
  margin-bottom: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list-type-webzine .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.list-type-webzine .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.list-type-webzine .meta span:first-child:before {
	content: none;
}
.list-type-webzine.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 47px;
	margin: -24px 0 0 -17px;
	background: url(./images/ico_package.png) no-repeat 0 -120px;
	background-size: 120px auto;
}



.list-type-text { /* 게시물 리스트 하나씩 적용 */
	float: left;
	width: 100%; /* 31.081081081081081%; */
	margin: 0px 0px 5px !important; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding: 20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}
.list-type-text:hover { /* 게시물 리스트에 마우스 올릴 때 */
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);	
	background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.list-type-text:hover .view-click {
	color: #fff;
	background-color: #f30; /* 메인 리스트 제목 마우스 오버 더보기 버튼 색상 */
}
.list-type-text:hover .title {
	color:#f30; /* 메인 리스트 제목 마우스 오버 글씨 색상 */
}
.list-type-text:hover .excerpt { /* 메인 리스트 본문 마우스 오버 글씨 색상 */
	color: #555;
}
.list-type-text:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.list-type-text a {
	display: block;
	text-decoration: none;
}
.list-type-text a:hover .title,
.list-type-text a:focus .title {
	text-decoration: none;
}

.list-type-text .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 12px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: 400 !important;
	font-size: 1em;
	color: #333;
  font-family: 'AppleSDGothicNeo', 'Noto Sans KR', sans-serif;
}
.list-type-text .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	font-size: 0.94em;
  line-height: 1.25rem;
  height: 3.75rem;
  margin-bottom: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list-type-text .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.list-type-text .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.list-type-text .meta span:first-child:before {
	content: none;
}
.list-type-text.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 47px;
	margin: -24px 0 0 -17px;
	background: url(./images/ico_package.png) no-repeat 0 -120px;
	background-size: 120px auto;
}



/* 프로필 타입 리스트 */
.list-type-vertical { /* 게시물 리스트 하나씩 적용 */
	float: left;
	width: calc((100% - 10px)/3);
	margin-bottom: 5px; /* 게시물 리스트 사이 간격 */
  box-sizing: border-box;
  border: #fff 1px solid; /* 게시물 리스트 박스 테두리 색상 */
	background-color: #fff;
	padding:20px;
	border-radius: 0px; /* 박스 둥글게 했다가 이쁘지 않아서 다시 사각형으로 */
}

.list-type-vertical:nth-child(3n+2) { /* 게시물 리스트 하나씩 적용 */
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.list-type-vertical:hover { /* 게시물 리스트에 마우스 올릴 때 */
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);	
	background-color: #f4fcff; /* 메인 리스트 마우스 오버 박스 색상 */
}
.list-type-vertical:hover .view-click {
	color: #fff;
	background-color: #f30; /* 메인 리스트 제목 마우스 오버 더보기 버튼 색상 */
}
.list-type-vertical:hover .title {
	color:#f30; /* 메인 리스트 제목 마우스 오버 글씨 색상 */
}
.list-type-vertical:hover .excerpt { /* 메인 리스트 본문 마우스 오버 글씨 색상 */
	color: #555;
}
.list-type-vertical a {
	display: block;
	text-decoration: none;
}
.list-type-vertical a:hover .title,
.list-type-vertical a:focus .title {
	text-decoration: none;
}
.list-type-vertical .thum {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 100%;
	background-color: #f8f8f8;
}
.list-type-vertical .thum img {
	width: 100%;
	height: auto;
/*
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
*/
	border-radius: 5px;
	transition-duration: 0.3s;
}
.list-type-vertical:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.list-type-vertical .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 7px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: 400 !important;
	font-size: 1em;
	color: #333;
}
.list-type-vertical .excerpt {
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	font-size: 0.94em;
  line-height: 1.25rem;
  height: 3.75rem;
  margin-bottom: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.list-type-vertical .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.list-type-vertical .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.list-type-vertical .meta span:first-child:before {
	content: none;
}
.list-type-vertical.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 47px;
	margin: -24px 0 0 -17px;
	background: url(./images/ico_package.png) no-repeat 0 -120px;
	background-size: 120px auto;
}



.list-type-gallery {
	float: left;
	width: calc((100% - 5px)/2);
	margin-bottom: 5px;
  box-sizing: border-box;
  border: #fff 1px solid;
	background-color: #fff;
	padding:20px;
	border-radius: 0px;
}
.list-type-gallery:nth-child(2n) {
	margin-left: 5px !important;
}
.list-type-gallery:hover {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);	
	background-color: #f4fcff;
}
.list-type-gallery:hover .view-click {
	color: #fff;
	background-color: #f30;
}
.list-type-gallery:hover .title {
	color:#f30;
}
.list-type-gallery:hover .excerpt {
	color: #555;
}
.list-type-gallery a {
	display: block;
	text-decoration: none;
}
.list-type-gallery a:hover .title,
.list-type-gallery a:focus .title {
	text-decoration: none;
}
.list-type-gallery .thum {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin-bottom: 5px;
	padding-bottom: 75%; /* 썸네일 이미지의 세로 비율 */
	background-color: #f8f8f8;
	border-radius: 5px;
}
.list-type-gallery .thum img {
	width: 100%;
	height: auto;
	transform: translateY(-12.5%);
	-webkit-transform: translateY(-12.5%);
	-ms-transform: translateY(-12.5%);
	transition-duration: 0.3s;
}
.list-type-gallery:hover img {
	transform: scale(1.1, 1.1);
	transition-duration: 0.5s;
}
.list-type-gallery .title {
	display: block;
	overflow: hidden;
	max-width: 98%;
	margin-bottom: 15px;
	padding-top: 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	font-weight: 400 !important;
	font-size: 1em;
	color: #333;
}
.list-type-gallery .excerpt {
	display: none;
/*
	display: block;
	overflow: hidden;
	max-width: 95%;
	text-overflow: ellipsis;
	font-size: 14px;
  line-height: 1.25rem;
  height: 3.75rem;
  margin-bottom: 16px;
	color: #999;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
*/
}
.list-type-gallery .meta {
	display: block;
	font-size: 0.75em;
	color: #999;
}
.list-type-gallery .meta span:before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 8px 0 5px;
	background-color: #d2d2d2;
	vertical-align: middle;
}
.list-type-gallery .meta span:first-child:before {
	content: none;
}
.list-type-gallery.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 34px;
	height: 47px;
	margin: -24px 0 0 -17px;
	background: url(./images/ico_package.png) no-repeat 0 -120px;
	background-size: 120px auto;
}



/* Retina Display */
@media  only screen and (-webkit-min-device-pixel-ratio:1.5) {
	#header .util .search:before,
	#header .util .search button,
	#footer .page-top,
	.cover-thumbnail-4 button,
	.page-nav a strong:after,
	.entry-content .protected_form h2:before,
	.comment-list ul li .author-meta .control button,
	.comment-form .secret input[type=checkbox]:checked+label:before,
	.sidebar .social-channel ul li a,
	.sidebar .tab-ui h2 a:before {
		background-image: url(./images/ico_package_2x.png);
		background-size: 200px auto;
	}

	.list-type-webzine .protected .thum:before {
		background-image: url(./images/ico_package_2x.png);
		background-size: 120px auto;
	}
}

/* Media Screen */
@media screen and (max-width:980px) { /* body 부분 전체 폭을 1080에서 980으로 바꾼 경우 */

	#header p,
	#footer .inner{
		background-color: #fff; /* 배경색 작업 */
		padding: 32px 24px 26px;  /* 배경색 작업 */
	}
	#header .util {
		right: 24px;
	}
	#header .util .profile nav {
		left: auto;
		right: 0;
		margin: 0;
	}
/*
	#gnb ul {
		margin-left: -6px;
	}
*/

/* 태블릿에서 오른쪽 칼럼 레이아웃이 깨지는 것을 막기 위해 세로 구분선 위치와 오른쪽 aside 폭을 지정함 시작 */
	#content {
		width: calc(100% - 200px);
	}
	#container .content-wrap:before {
		left: calc(100% - 200px);
		margin-left: 0;
	}
	.layout-aside-left #container .content-wrap:before {
		left: calc(100% - 220px);
		margin-left: 0;
	}
/* 태블릿에서 오른쪽 칼럼 레이아웃이 깨지는 것을 막기 위해 세로 구분선 위치와 오른쪽 aside 폭을 지정함 끝 */

	.main-slider .paging {
		left: auto;
		right: 20px;
		margin-left: 0;
	}
	.cover-event ul li .title {
		-webkit-line-clamp: 1;
	}
 
}

@media screen and (max-width:767px) {

/* 모바일 본문 상단 애드센스?? 알 수 없음 
  div.revenue_unit_wrap {
    min-height: 280px !important;
  }
	.revenue_unit_wrap {
    min-height: 280px !important;
  }
	div.revenue_unit_item.adsense.responsive {
    min-height: 280px !important;
  }
  .revenue_unit_item.adsense.responsiv {
    min-height: 280px !important;
  }
/* 모바일 본문 상단 애드센스 끝 */

	#container {
    padding-top: 80px;
		margin-bottom: 0px !important;
	}
	#header {
    display: flex;
    justify-content: center;
	}

	#header .inner {
    width: 100%;
    padding: 0;
    position: fixed;
    z-index: 21; /* 20보다 높은 숫자면 됨 */
    top: 0px;
    transition: top 0.3s;
		border-bottom: 2px solid #eee;
	}
	#header .logo {
		position: relative;
		z-index: 10;
		padding: 24px 0;
		margin-left: 20px;
		background-color: #fff;
	}
	#header .util {
		top: 0;
		right: 0;
		width: 100%;
		padding: 24px 68px 24px 24px; 
		box-sizing: border-box;
	}
	#header .util .search {
		float: right;
	}
	#header .util .search.on {
		z-index: 20;
		width: 100%;
	}
	#header .util .search.on input {
		float: right;
		width: 100%;
	}

	#header .util .profile {
		display: none;
	}
	#header .util .menu {
		position: absolute;
		top: 24px;
		right: 24px;
		z-index: 300;
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #eee;
		border-radius: 50%;
		text-indent: -999em;
		outline: none;
	}
	#header .util .menu span,
	#header .util .menu:before,
	#header .util .menu:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 1px;
		margin: 0 0 0 -8px;
		background-color: #7f7f7f;
		transition: transform .5s;
		-webkit-transition: transform .5s;
	}
	#header .util .menu:before {
		margin-top: -6px;
	}
	#header .util .menu:after {
		margin-top: 6px;
	}

/* 모바일에서 상단 메뉴를 aside로 옮김 */
#header .nav-top {
	display:none;
}
.sidebar-2 .nav-top {
	display:block;
	margin-bottom:50px;
}

	#container .content-wrap {
		padding: 0px;
		/* padding: 0 0 1px 0; 배경색 작업 */
	}
	#container .content-wrap:before {
		content: none;
	}
	#content {
		float: none;
		width: auto;
		padding: 34px 0px 1px; /* 모바일 본문 글씨 공간 */
	}

.meta-box {
	padding: 77px 0px 0px !important;
}

	#aside {
		position: fixed;
		top: 0;
		right: -278px;
		z-index: 400;
		float: none;
		overflow: auto;
		width: 278px;
		height: 100%;
		padding: 94px 24px 40px;
		background-color: #fff;
		box-sizing: border-box;
		transition: left .5s;
		-webkit-transition: right .5s;
	}

	#aside .close {
		position: absolute;
		top: 24px;
		right: 24px;
		z-index: 300;
		display: inline-block;
		width: 30px;
		height: 30px;
		border: 1px solid #eee;
		border-radius: 50%;
		text-indent: -999em;
		outline: none;
	}
	#aside .close span {display: none;}
	#aside .close:before,
	#aside .close:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 16px;
		height: 1px;
		margin: 0 0 0 -8px;
		background-color: #7f7f7f;
	}
	#aside .close:before {
		transform: rotate(-45deg);
	}
	#aside .close:after {
		transform: rotate(45deg);
	}

	#aside .profile {
		display: block;
		position: relative;
		margin-bottom: -40px;
	}
	#aside .profile:before {
		content: "";
		position: absolute;
		top: 0;
		left: -24px;
		z-index: 0;
		width: 100%;
		height: 100%;
		padding: 0 24px;
		background-color: #f5f5f5;
	}
	#aside .profile ul {
		position: relative;
		z-index: 10;
		text-align: center;
	}
	#aside .profile ul li {
		display: inline-block;
		padding: 16px 0 18px;
		font-size: 0.875em;
		color: #555;
		vertical-align: middle;
	}
	#aside .profile ul li a {
		display: inline-block;
		vertical-align: middle;
	}
	#aside .profile ul li:before {
		content: "";
		display: inline-block;
		width: 1px;
		height: 7px;
		margin: 0 20px 0 16px;
		background: url(./images/ico_package_2x.png) -100px -50px;
		background-size: 200px auto;
		vertical-align: middle;
	}
	#aside .profile ul li:first-child:before {
		content: none;
	}
	#footer {
		margin-top: 0px;
	}
	#footer .inner{
	border-top: 2px solid #eee;
		background-color: #fff; /* 배경색 작업 */
		padding: 10px 0px 120px;  /* 배경색 작업 */
	}
	#footer p {
		margin-bottom: 11px;
		font-size: 0.8125em;
	}
	#footer .order-menu {
		margin-bottom: -10px;
	}
	#footer .order-menu a {
		display: block;
		margin-bottom: 0;
		line-height: 1.75rem;
	}
	#footer .order-menu a:before {
		content: none;
	}

	#tt-body-index #content {
		padding: 0;
	}
	#tt-body-index #content>.inner {
		padding: 0 0px;
	}
	#tt-body-index #content>.inner:first-child {
		padding-top: 40px;
	}
	#tt-body-index.list-type-text #content>.inner:first-child {
		padding-top: 36px;
	}
	#tt-body-index .pagination {
		margin: 0px;
	}
	#tt-body-index .post-header {
		padding-left: 20px;
		padding-top: 15px;
	}

	#tt-body-index.promotion-mobile-hide .main-slider {
		display: none;
	}

	#tt-body-page #content {
		padding-left: 0;
		padding-right: 0;
	}
	#tt-body-tag .tags,
	#tt-body-guestbook #content {
		padding-left: 0;
		padding-right: 0;
	}
	#tt-body-guestbook .post-header {
		margin: 0 24px 28px;
	}

	.layout-aside-left #aside {
		padding: 80px 20px 40px;
	}
	.mobile-menu #aside {
		right: 0;
	}
	.main-slider {
		margin-bottom: 1px !important;
	}
	.main-slider ul li {
		height: 160px;
		margin-bottom: 0px;
	}
	.main-slider ul li .inner {
		padding-top: 0px;
	}
	.main-slider ul li .box {
		padding: 0 30px 6px;
	}
	.main-slider ul li .text {
		max-width: 100%;
		font-family: AppleSDGothicNeo;
		font-weight: 550 !important;
		font-size: 20px;
		line-height: 2.25rem;
		-webkit-line-clamp: 3;
	}
	.main-slider ul li .btn {
		display: block;
		width: 80px;
		height: 28px;
		border-radius: 28px;
		line-height: 28px;
		background-color: #fff;
		color: #555;
		font-size: 12.5px;
		margin-top: 10px;
	}
	.main-slider .paging {
		top: 40px;
		left: 0;
		right: auto;
		bottom: 20px;
		width: 100%;
		height: 8px;
		padding: 0 19px;
		text-align: left;
		box-sizing: border-box;
	}
	.main-slider .paging button {
		display: inline-block;
		margin: 0 5px;
		vertical-align: top;
	}

/* 매인(커버) 썸네일리스트 */
	.cover-thumbnail-1 {
		border-top: 2px solid #f5f5f5;
	}
	.cover-thumbnail-1 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-1 .more {
		top: 0px;
		right: 0px;
	}
	.cover-thumbnail-1 ul {
		display: inline-block;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0px;
		background-color:#fff;
	}
	.cover-thumbnail-1 ul li {
		float: left;
		width: 50%;
		margin-bottom: 30px;
		padding-right: 20;
	}
	.cover-thumbnail-1 ul li .title {
		margin-bottom: 4px;
	}

/* 매인(커버) 웹진형 */
	.cover-thumbnail-2 {
		border-top: 2px solid #f5f5f5;
	}
	.cover-thumbnail-2 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-2 ul li figure {
		width: 110px;
		margin-left: 10px;
	}
	.cover-thumbnail-2 ul li .title {
		margin-bottom: 7px;
		padding-top: 3px;
		font-size: 1.125em;
	}
	.cover-thumbnail-2 ul li .excerpt {
		margin-bottom: 9px;
		-webkit-line-clamp: 2;
	}


/* 매인(커버) 슬라이드 */
	.cover-thumbnail-4 {
		border-top: 2px solid #f5f5f5;

	}
	.cover-thumbnail-4 h2 {
		font-weight: 600;
	}
	.cover-thumbnail-4 .prev {
		top: 5px;
		right: 34px;
	}
	.cover-thumbnail-4 .next {
		top: 5px;
		right: 4px;
	}
	.cover-thumbnail-4 ul {
		width: 100%;
		margin-left: 0;
		padding: 20px;
		display: flex; /* 슬라이드 이미지를 가로로 배열 */
	}
	.cover-thumbnail-4 ul li {
		width: calc(100% + 28px);
		margin-bottom: 27px;
		padding-right: 24px;
		padding-left: 4px;
		margin-right: 0px;

	}
	.cover-thumbnail-4 ul li figure {

		margin-bottom: 7px;
	}
	.cover-thumbnail-4 ul li .title {
		margin-bottom: 8px;
	}
	.cover-thumbnail-4 ul li .excerpt {
		margin-bottom: 12px;
	}

/* 매인(커버) 공지 */
	.cover-notice {
		border-top: 2px solid #f5f5f5;
	}
	.cover-notice h2 {
		font-weight: 600;
	}
	.cover-notice ul li .title {
		margin-bottom: 8px;
		font-size: 1em;
	}

/* 매인(커버) 기본리스트 */
	.cover-list {
		border-top: 2px solid #f5f5f5;
	}
	.cover-list h2 {
		font-weight: 600;
	}
	.cover-list ul li .title {
		margin-bottom: 8px;
		font-size: 1em;
	}
	.cover-list ul li .excerpt {
		margin-bottom: 9px;
		-webkit-line-clamp: 2;
	}

/* 매인(커버) 이벤트배너 */
	.cover-event {
		border-top: 2px solid #f5f5f5;
	}
	.cover-event h2 {
		font-weight: 600;
	}
	.cover-event ul {
		display: block;
		width: auto;
		margin-left: 0;
	}
	.cover-event ul li {
		float: none;
		width: auto;
		margin-bottom: 16px;
		padding-left: 0;
	}
	.cover-event ul li a {
		padding-bottom: 43.382352941176471%;
	}
	.cover-event ul li .title {
		-webkit-line-clamp: 3;
	}
.cover-event ul li .more {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	font-weight: 300;
	font-size: 0.875em;
	color: #fff;
	margin: 20px 20px;
}
	.cover-thumbnail-1:first-child {
		border-top: 0;
	}

/* 커버스타일 끝 */

	.post-header {
		margin-top: 5px !important;
		padding-top: 20px;
	}
	.post-item {
		float: none;;
		width: auto;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.post-item .thum {
		margin-bottom: 7px;
	}
	.post-item .title {
		margin-bottom: 12px;
	}
	.post-item .excerpt {
		margin-bottom: 12px;
	}

	.view-click { /* 모바일에서 리스트 마우스 오버시 제목 색상 변하는 것 수정 */
		float: right;
		margin-top: -21px !important;
		margin-right: 0px;
	}
	.view-click {
		display: block;
		width: 60px;
		height: 20px;
		border-radius: 20px;
		font-size: 10px;
	}

	.pagination {
		padding: 20px 0;
	}
	.pagination a {
		margin: 0 5px;
	}


/* 모바일 리스트 타입 */
	.list-type-webzine .thum {
		margin-bottom: 7px;
	}
	.list-type-webzine .title {
		padding-top: 2px;
		margin-bottom: 8px;
		font-size: 18px;
		color: #333;
	}	
	.list-type-webzine .excerpt {
		font-size: 15px;
		margin-bottom: 12px;
	}
	.list-type-webzine .thum {
		width: 122px;
		margin-left: 10px;
		padding-bottom: 122px;
	}
	.list-type-webzine .thum img {
		width: 120px;
	}

	.list-type-text .title {
		padding-top: 2px;
		margin-bottom: 8px;
		font-size: 18px;
		color: #333;
	}	
	.list-type-text .excerpt {
		font-size: 15px;
		margin-bottom: 12px;
	}





	.list-type-vertical {
		width: calc((100% - 5px)/2) !important;
	}
	.list-type-vertical:nth-child(3n+2) { /* PC 모드에서 적용된 것을 풀어야 함 */
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.list-type-vertical:nth-child(2n) {
		margin-left: 5px !important;
		margin-right: 0px !important;
	}
	.list-type-vertical .title {
		font-size: 18px;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
/*
	.list-type-vertical .excerpt {
		overflow: hidden;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2 !important;
		-webkit-box-orient: vertical;
	}
*/


	.list-type-gallery {
		width: 100%;
	}
	.list-type-gallery .thum {
		padding-bottom: 100%; /* 썸네일 이미지의 세로 비율 */
	}
	.list-type-gallery .thum img {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}
	.list-type-gallery:nth-child(2n) {
		margin-left: 0px !important;
	}
	.list-type-gallery .title {
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 18px;
		color: #333;
	}
/* 모바일 보호된 글 썸네일 */
.post-item.protected .thum:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-bottom: -60px;
	margin-left: -50px;
	margin-right: -70px;
	background: url(./images/logo.png) no-repeat;
	background-size: 120px auto;
}

/* 모바일 본문 제목 부분 시작 */
	.meta-info {
		border-radius: 0px;
		background-color: rgba(18, 51, 99, 1.0); /* rgba(0,0,0,0.7); */
		padding: 30px 14px 1px !important;
	}
	.meta-info .category {
		color: #fff;
	}
	.meta-info h1 {
		color: #fff;
		font-size: 18.5px !important;
	}
	.meta-info .meta {
		color: #fff;
		margin-top: 15px; /* 모바일 글제목과 글쓴이 사이 간격 */
	}
/* 모바일 본문 제목 부분 끝 */

	.entry-content {
		padding: 15px 15px 0;
	}
	.entry-content p {
		margin-bottom: 22px;
		line-height: 1.7;
	}
	.entry-content figure {
		margin-top: 6px !important;
	}
	.entry-content .protected_form input {
		width: 163px;
	}

	#content .another_category {
		margin: 40px 0 37px !important;
	}

	.container_postbtn {
		margin: 35px 0 37px;
	}

	.tags {
		margin-bottom: 25px;
		padding: 0 24px;
	}
	.tags h2 {
		margin-bottom: 19px;
	}

	.page-nav {
		margin: 32px 24px 32px;
		padding: 25px 0 25px;
	}
	.page-nav a {
		line-height: 1.6875rem;
	}

	.related-articles {
		padding: 14px;
		margin-bottom: 0px;
	}
	.related-articles h2 {
		margin-bottom: 19px;
	}
	.related-articles ul {
		width: 103.571428571428571%;
		margin-left: -3.571428571428571%;
	}
	.related-articles ul li {
		width: 50%;
		margin-bottom: 15px;
		padding-left: 3.448275862068966%;
	}
	.related-articles ul li figure {
		margin-bottom: 9px;
	}
	.related-articles ul li .title {
		height: 2.8em;
		white-space: normal;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.comments {
		margin: 0 !important;
		padding-bottom: 10px !important;
	}
	.comments iframe {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.comments h2 {
		margin: -3px 0 -1px;
		padding: 0 24px;
	}
	.comment-list {
		margin-bottom: 32px;
		border: 0;
	}
	.comment-list>ul>.tt_more_preview_comments_wrap {
		margin-top: 21px;
		padding: 0 24px;
	}
	.comment-list ul li {
		padding: 34px 0 28px;
	}
	.comment-list ul li .author-meta {
		margin-bottom: 6px;
		padding-right: 35px;
	}
	.comment-list ul li .author-meta .avatar {
		width: 30px;
		height: 30px;
		margin-left: -42px;
	}
	.comment-list ul li .author-meta .nickname {
		font-weight: 400;
	}
	.comment-list ul li .author-meta .control {
		top: -2px;
		right: 13px;
	}
	.comment-list ul li .author-meta,
	.comment-list ul li p {
		max-width: none;
		padding: 0 66px;
	}
	.comment-list ul li ul {
		margin-top: 27px;
		padding: 19px 0 12px;
	}
	.comment-list ul li ul li {
		padding: 15px 0 16px;
	}
	.comment-list ul li ul li p {
		max-width: none;
	}
	.comment-list ul li ul li .author-meta {
		margin-bottom: 6px;
	}
	.comment-list ul li ul li .author-meta .avatar {
		width: 30px;
	}
	.comment-form {
		margin-bottom: 40px;
		padding: 0 15px;
	}
	.comment-form textarea {
		padding-right: 32px;
	}
	.comment-form .secret {
		left: 24px;
	}

/* 모바일 이전글/다음글 시작 */
	.prev-next {
  	grid-template-columns: auto;
	}
/* 모마일 이전글/다음글 끝 */

/* 모바일 게시글 하단에 최신글 리스트 시작 */
	.recent-list ul li {
		padding: 10px 14px;
	}
	.recent-index {
    display: none;
	}
	.recent-info {
    width: 100%
	}
	.recent-title {
    line-height: 1.3;
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
/* 제목을 두 줄까지 표시하기 소스 */		
    white-space: normal; /* nowrap */
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.recent-cnt {
    display: none;
	}
	.recent-auth {
    display: none;
	}
/* 모바일 게시글 하단에 최신글 리스트 끝 */

	.layout-aside-left #content {
		float: none;
	}

	#content .another_category th {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	div.wrap_btn.wrap_btn_etc {
    display: none !important;
	}
}
/* 여기까지가 모바일 끝 */

/* 유튜브 동영상 삽입을 위한 소스 */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 56.25%; */
    height: 0;
    overflow:hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 카카오톡 공유버튼 */
.container_postbtn .mybutton {
    float: left;
    width: 80px;
    height: 32px;
    /* padding-right: 1px; */
    border: 1px solid rgba(185,185,185,.5);
    border-radius: 16px;
    line-height: 30px;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: transparent;
    outline: none;
    margin: 0 2px 0 8px; /* 0 -3px 0 3px; */
    color: #000;
    font-size: 13px !important;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-family: Noto Sans DemiLight,AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif !important;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
.container_postbtn .mybutton:hover,
.container_postbtn .mybutton:focus,
.container_postbtn .mybutton:active {
    text-decoration: none;
    font-weight: bold;
    background-color: #ffde00;
    border: 1px solid #ffc600;
    color: #2a0b20;
}