@charset "UTF-8";

/**-----------------------------
*            RESET
*-----------------------------*/
html, body, div, p, span, strong, b, em, iframe, pre, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, fieldset, form, legend, label, table, caption, thead, tbody, tfoot, tr, th, td, ul, ol, li, a, input, select, textarea {margin: 0;padding: 0; border: 0 none; } body {font-family: MalgunGothic, '맑은 고딕','돋움', Dotum, AppleGothic, Sans-serif, Arial; font-size: 12px; line-height: 1;color: #333;} ul, ol, li {list-style: none;} em, address {font-style: normal;} img {border: 0 none; font-size: 0;line-height: 0;} sup {position: relative;top: 2px;font-size: 11px;line-height: 100%;} table {border-collapse: collapse; border-spacing:0; } caption {overflow: hidden;width: 0;height: 0;font-size: 0; line-height: 0;} th, td { vertical-align: middle;/* white-space: nowrap */} a {color: #333; text-decoration: none; line-height: 1;} a:hover, a:focus, a:active {text-decoration: none;} a:visited {color: #333;} *, html {box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } *, *:before, *:after {box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

.container_postbtn {display: none;}
figure figcaption {padding-top: 0; font-size: 1rem;}
/**-----------------------------
*          Root Style
*-----------------------------*/
:root {
	--white: #fff;
	--black: #212121;
	--gray200: #eee;
	--gray800: #333;
	--color: #1e3269;
	--hover: #cc0000;
}

blockquote[data-ke-style='box'], #tt-body-page blockquote[data-ke-style='box'], blockquote[data-ke-style='style3'], #tt-body-page blockquote[data-ke-style='style3'] {
	margin: 0;
	line-height: 1.6rem;
}

/**-----------------------------
*   Background Color Control
*-----------------------------*/

body {
	background-color: #fff;
	background-color: var(--white, #fff);
}

header {
	background-color: #fff;
	background-color: var(--white, #fff);
}

nav {
	background-color: #1e3269;
	background-color: var(--color, #1e3269);
}

/**-----------------------------
*         Font Control
*-----------------------------*/	

body {
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/*
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none; */
}

h1 { font-size:2rem; }
h2 { font-size:1.62rem; }
h3 { font-size:1.44rem;}
h4 { font-size:1.25rem; }

.strong {
	font-weight: 700;
}

main {
	line-height: 1.6rem;
}

.g-menu ul li a {
	font-size: 0.9rem;
	color: #fff;
	color: var(--white, #fff);
}

.article-holder {
	font-size: 1.1rem;
	line-height: 2rem;
}

.content-title,
.content-title span {
	font-size: 1.62rem;
}

.list-title,
.guest-title-holder ,
.tag-title-holder {
	font-size: 1.1rem;
}

.list-type-common {
	line-height: 1.6rem;
}

.list-type-thumbnail .title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list-type-thumbnail .summary {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.article-title .title p {
	line-height: 3.2rem;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: left;
}

.notice-title .title p {
	line-height: 3.2rem;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
}

.article-title-info {
	display: block;
	overflow: hidden;
}

.article-title-wrap .category {
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 10px;
	word-break : normal;
	text-overflow : clip;
	white-space : nowrap; 
}

.article-title-wrap .date {
	display: inline-block;
	float: left;
}

.article-title-wrap .category p,
.article-title-wrap .date p {
	line-height: 1.6rem;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: left;
	color: #333;
	color: var(--gray800, #333);
	margin-left: 2px;
}

.article-title-wrap .etc {
	position: relative;
	display: table;
	width: 100%;
	margin-top: 24px;
	margin-bottom: -24px;
}

.article-title-wrap .item {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.article-title-wrap .item > button {
	width: 40px;
	height: 40px;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.article-title-wrap .item button.font-size-up {
	margin-left: 2px;
}

.article {
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.8rem;
}

.article h3 {
	line-height: 2rem;
	font-weight: 700;
}

@media (max-width: 600px) {
	.article {
		font-size: 1rem;
		line-height: 1.8rem;
	}
}

.print {
	float: left;
	margin: 0;
	padding: 0;

	font-size: 0 !important;
	outline: 0;
	cursor: pointer;
}

.print:after {
	content: "\f02f";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: middle;
}

.font-size-down,
.font-size-up {
	float: left;
	margin: 0;
	padding: 0;

	font-size: 0 !important;
	outline: 0;
	cursor: pointer;
}

.font-size-down:after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: middle;
}

.font-size-up:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: middle;
}

.share-opener {
	float: left;
	margin: 0;
	padding: 0;

	font-size: 0 !important;
	outline: 0;
	cursor: pointer;
}

.share-opener:after {
	content: "\f1e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	vertical-align: middle;
}

#share-pop {
	position: fixed;
	display: block;
	visibility: hidden;
	z-index: 9999;position: fixed;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	background-color: #fff;
	background-color: var(--white, #fff);
	border: 1px solid #333;
	border: 1px solid var(--gray800, #333);
	transition: all 0.3s;
}

.share-active #share-pop {
	visibility: visible;
	opacity: 1;
}

#share-pop .share-inner {
	width: 300px;
	padding: 24px;
}

.share-closer {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	margin-top: 10px;
	margin-right: 10px;

	font-size: 0 !important;
	border: none !important;
	opacity: .6;
	outline: 0;
	background-color: transparent !important;
	cursor: pointer;
}

.share-closer:after {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.6rem;
	vertical-align: middle;
}

.share-title {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}

.share-title p {
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
}

.share-sns {
	display: table;
	margin: 0 auto;
}

.share-sns img {
	width: 2.5rem;
	margin: 0 3px;
	border-radius: 50%;
}

.share-sns p {
	display: none;
}

.link-copy {
	cursor: pointer;
}

.article-info {
	font-size: 1rem;
}

.copyright {
	font-size: 1rem;
}

.prev-next-holder {
	font-size: 1rem;
}

.prev-article, .next-article {
	color: #fff;
}

.comment-holder {
	font-size: 1rem;
	line-height: 1.2rem;
}

.sidebar-title {
	font-size: 1.1rem;
}

.sidebar .post .title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-all;

	font-size: 1rem;
	line-height: 1.6rem;
	height: 3.2rem;
}

/**-----------------------------
*        Layout Control
*-----------------------------*/

body {
	position: relative;
}

.container {
	width: 100%;
}

.container .inner {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

main {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 36px;
	padding-bottom: 64px;
}

.g-footer {
	display: block;
	position: relative;
	overflow: hidden;
}

.title-fixed {
	display: none;
}

#tt-body-page .title-fixed {
	display: block;
}

main .content-holder {
	display: block;
	overflow: hidden;
	float: left;
	width: calc(100% - 300px);
	padding-right: 48px;
}

main .sidebar-holder {
	display: block;
	overflow: hidden;
	float: left;
	width: 300px;
	margin-top: 0;
}

.list-type-common .category,
.list-type-common .summary {
	font-size: 0.9rem;
}

.list-type-common .title {
	font-size: 1.1rem;
}

.list-type-common .meta-info {
	font-size: 0.8rem;
}

/**-----------------------------
*      Header-Nav Control
*-----------------------------*/

.header-nav {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 50px;
	background-color: #fff;
}

.header-nav .inner {
	height: 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #333;
}

.header-nav-left {
	display: table;
	float: left;
	height: 50px;
}

.nav-menu-holder {
	display: table-cell;
}

.nav-opener {
	float: left;
	padding: 0;
	height: 50px;

	font-size: 0 !important;
	border: none !important;
	opacity: 1;
	outline: 0;
	color: #333;
	background-color: transparent !important;
	cursor: pointer;
}

.nav-opener:after {
	content: "\f0c9";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	vertical-align: middle;
}

.nav-search-holder {
	display: table-cell;
}

.header-nav-left .search-opener {
	float: left;
	padding: 0;
	margin-left: 12px;
	height: 50px;

	font-size: 0 !important;
	border: none !important;
	opacity: 1;
	outline: 0;
	color: #333;
	background-color: transparent !important;
	cursor: pointer;
}

.header-nav-left .search-opener::after {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	vertical-align: middle;
}

.header-nav-right .search-opener {
	float: right;
	padding: 0;
	height: 50px;

	font-size: 0 !important;
	border: none !important;
	opacity: 1;
	outline: 0;
	color: #333;
	background-color: transparent !important;
	cursor: pointer;
}

.header-nav-right .search-opener::after {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	vertical-align: middle;
}

.header-nav-left .nav-search-area {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	top: 80px;
	width: 300px;
	height: 50px;
	margin-left: -16px;
	padding: 7px 12px;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
	transition: all 0.4s;
}

.header-nav-left .nav-search-area.active {
	visibility: visible;
	top: 60px;
	opacity: 1;
	z-index: 10;
}

.nav-search {
	vertical-align: middle;
	max-width: 500px;
	width: 100%;
	height: 35px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200);
	outline: 0;
	background-color: #fff;
}

.nav-search.active {
	display: block;
}

.header-nav-menu {
	float: left;
	height: 40px;
	margin-left: 16px;
}

.header-nav-menu li {
	float: left;
}

.header-nav-menu a {
	line-height: 50px;
	font-size: 0.9rem;
	font-weight: 700;
	color: #333;
}

.header-nav-menu a::after {
	content: '';
	padding-right: 12px;
}

.header-nav-menu li:last-child a::after {
	display: none;
}

.header-nav-icon {
	float: right;
}

.header-nav-icon i {
	margin-left: 8px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	transition: all 0.2s;
}

.header-nav-icon .facebook i:hover {
	color: blue;
}

.header-nav-icon .youtube i:hover {
	color: red;
}

.header-nav-icon .podcast i:hover {
	color: orange;
}

.header-nav-logo-holder {
	display: none;
}

.header-nav-right .nav-search-holder {
	float: right;
	display: block;
	margin-left: 12px;
}

.header-nav-right .nav-search-area {
	position: absolute;
	visibility: hidden;
	z-index: -1;
	top: 80px;
	right: 20px;
	width: 300px;
	height: 50px;
	margin-left: -30px;
	padding: 7px 12px;
	opacity: 0;
	background-color: #fff;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
	transition: all 0.4s;
}

.header-nav-right .nav-search-area.active {
	visibility: visible;
	top: 60px;
	opacity: 1;
	z-index: 10;
}

@media (max-width: 600px) {
	.header-nav {
		position: relative;
		background-color: #fff;
		border-bottom: 1px solid #eee;
	}
	.header-main {
		display: none;
	}
	.nav-opener {
		color: #333;
	}
	.header-nav-left .nav-search-holder {
		display: none;
	}
	.header-nav-right {
		display: table-cell;
	}
	.header-nav-right .nav-search-holder {
		display: inherit;
	}
	.header-nav-right .nav-search-area {
		visibility: hidden;
		position: absolute;
		z-index: 10;
		top: 50px;
		right: 0;
		width: 100%;
		height: 50px;
		padding: 7px 12px;
		opacity: 0;
		background-color: #333;
		box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
		transition: all 0.4s;
	}
	.header-nav-right .nav-search-area.active {
		visibility: visible;
		top: 50px;
		opacity: 1;
	}
	.header-nav-right .nav-search {
		width: 100%;
		border-radius: 10px;
	}
	.header-nav-menu {
		display: none;
	}
	.header-nav-icon {
		display: none;
	}
	.header-nav-logo-holder {
		display: table-cell;
		width: 100%;
	}
	.header-nav-logo {
		text-align: center;
		height: 50px;
	}
	.header-nav-logo img {
		padding: 8px 0;
		height: 100%;
	}
	main {
		padding-top: 24px;
	}
}

/**-----------------------------
*     Header-Main Control
*-----------------------------*/

.header-main {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 100%;
	height: 100px;
	background-color: #fff;
}

.header-logo-holder {
	position: relative;
	display: block;
	vertical-align: middle;
	height: 100px;
	padding: 6px 0;
}

.header-date {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.8rem;
}

.header-menu {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.8rem;
}

.header-logo {
	text-align: center;
	padding-top: 10px;
	height: 100%;
}

.header-logo img {
	height: 100%;
}

/**-----------------------------
*       List type Control
*-----------------------------*/

.list-title-holder {
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}

#tt-body-search .list-title:before {
	content: "검색어 : '";
}

#tt-body-search .list-title:after {
	content: "' 의 검색결과";
}

#tt-body-tag .list-title:before {
	content: "태그 : '";
}

#tt-body-tag .list-title:after {
	content: "' 의 검색결과";
}

#tt-body-archive .list-title:before {
	content: "날짜 검색 : '";
}

#tt-body-archive .list-title:after {
	content: "' 의 검색결과";
}

.box-no-search {
	display: none;
}

.box-no-search p {
	font-size: 1rem;
	line-height: 2rem;
}

.box-no-search p:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.5rem;
	margin-right: 6px;
}

#tt-body-search .type-search {
	display: block;
}

#tt-body-tag .type-tag {
	display: block;
}

#tt-body-archive .type-archive {
	display: block;
}

.list-type-common .thumbnail {
	margin: 0;
	background-image: url(./images/no-image.svg);
	background-size: cover;
	background-position: 50% 50%;
}

.list-type-common .img-thumbnail {
	display: none;
}

.list-type-thumbnail {
	padding-bottom: 36px;
	margin-bottom: 36px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}


.list-type-thumbnail .list-inner {
	display: table;
}

.list-type-thumbnail .thumbnail {
	float: left;
	width: 220px;
	height: 160px;
}

.list-type-thumbnail .article-content-wrap {
	display: table;
	float: left;
	width: calc(100% - 220px);
	height: 160px;
	padding-left: 24px;
}

.list-type-thumbnail .article-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.list-type-thumbnail .title {
	height: 1.6rem;
	line-height: 1.6rem;
	margin: 6px 0;
}

.list-type-thumbnail .summary {
	height: 4.8rem;
	line-height: 1.6rem;
}

/**-----------------------------
*        Article Control
*-----------------------------*/

.article-holder {
	display: none;
}

#tt-body-page .article-holder,
#tt-body-index .article-holder,
#tt-body-tag .article-holder,
#tt-body-guestbook .article-holder {
	display: block;
}

.article-title-wrap {
	width: 100%;
	height: auto;
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px dotted #ddd;
}

.article-title {
	text-align: center;
}

.article-title .title {
	display: inline-block;
	width: 100%;
	padding: 0;
}

.article-view .article-info {
	display: none;
}

.article-view .article-info:after {
	display: block;
	content: '';
	width: 100px;
	margin: 15px 0 30px 0;
	border-bottom: 2px solid #333;
}

.article-bottom {
	margin-top: 36px;
}

/**-----------------------------
*          Tag Control
*-----------------------------*/

.tag-title-holder {
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}


ul.tags li {
	display: inline-block
}

.tag-holder {
	font-size: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
}

.tag-holder a,
ul.tags li a.tag {
	overflow: hidden;
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 1.6rem;
	font-size: 0.9rem;
	line-height: 1.6rem;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 0 9px;
	vertical-align: top;
	background-color: #333;
}

.tag-holder a:before,
ul.tags li a.tag:before {
	display: inline-block;
	content: "# "
}

.prev-next-holder {
	padding: 36px 24px;
	margin: 36px 0;
	background-color: #333;
	border-radius: 10px;
}

.prev-next-holder p {
	line-height: 1.6rem;
}

.prev-next-holder a p {margin-bottom: 12px;}
.prev-next-holder a:last-child p {margin-bottom: 0;}

.prev-article:before,
.next-article:before {
	content: "· ";
	font-weight: 500;
}

.copyright-holder {
	line-height: 1.4rem;
}

.copyright-holder:before {
	content: "· ";
	font-weight: 500;
}
/**-----------------------------
*        Related Control
*-----------------------------*/

.article-related {
	line-height: 1.6rem;
}

.related-title {
	font-size: 1.1rem;
	font-weight: 500;
}

.related-list {
	padding-top: 12px;
	padding-left: 6px;
}

ul.related-list {
}

ul.related-list li {
	display: table;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}

ul.related-list li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0;
}

ul.related-list li .related-num {
	display: table-cell;
	overflow: hidden;
	width: 22px;
	margin: 0;
	padding: 0;
}

ul.related-list li:nth-child(n+1) .related-num:before {
	content: " \f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1.6rem;
	font-size: 0.3rem;
}

.related-list .title {
	font-size: 1rem;
}

/**-----------------------------
*      Protected Control
*-----------------------------*/

.protected-holder {
	padding-bottom: 36px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}

.protected {
	margin-top: 24px;
}

.protected {
	position: relative;
}

.protected label {
	position: absolute; top: 1px;
	left: 1px;
	padding: 0.2rem 0.5rem;
	color: #999; cursor: text;
}

.protected input[type="text"],
.protected input[type="password"] {
	width: 200px;
	height: auto;
	line-height : normal;
	padding: 0.3rem 0.5rem;
	font-family: inherit;
	border: 1px solid #ddd;
	border-radius: 5px;
	outline-style: none;
	-webkit-appearance: none;
	-moz-appearance: none; appearance: none;
}

.protected input[type="button"] {
	font-weight: 500;
	padding: 0.1rem 1rem;
	margin-left: 12px;
	border-radius: 5px;
	color: #fff;
	color: var(--white, #fff);
	background-color: #333;
	background-color: var(--gray800, #333);
}

/**-----------------------------
*        Paging Control
*-----------------------------*/

.pagination {
	display: table;
	margin-top: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #fff;
	background-color: var(--white, #fff);
}

.pagination .prev,
.pagination .next {
	display: table-cell;
}

.pagination .prev img {
	float: left;
	width: 24px;
}

.pagination .next img {
	float: right;
	width: 24px;
}

.pagination .center {
	display: table-cell;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.pagination .page {
	margin-left: 10px;
	margin-right: 10px;
}

.pagination a {
	display: inline-block;
	max-width: 30px;
	font-size: 1rem;
	text-align: center;
	line-height: 30px;
	color: gray;
	vertical-align: top;
	text-decoration: none;
}

.pagination span.selected {
	font-weight: 500;
	color: #333;
	color: var(--gray800, #333);
}

/**-----------------------------
*       Guestbook Control
*-----------------------------*/

.guest-title-holder {
	padding-bottom: 16px;
	margin-bottom: 32px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}

.guest-page {
	width: 100%
}

.guest-holder .comment-form {
	min-height: 6.125rem;
	padding: 16px;
	border: 1px solid #333;
	border: 1px solid var(--gray800, #333);
}

.guest-holder .comment-form textarea {
	font-family: 'Noto Sans KR';
	font-size: 1.1rem;
}

.guest-holder .comment-form .submit-holder {
	display: flex;
}

.guest-holder .comment-form p {
	flex: 1;
	background: #f8f9fa;
	margin-right: 15px
}

.guest-holder .comment-form .comment-form-footer {
	display: flex;
	margin-left: auto;
	align-items: center
}

.guest-holder .comment-form input {
	border: none;
	background: 0 0;
	outline: 0;
}

.comment-holder .comment-form p input {
	width: 100%;
	height: 100%;
	padding-left: 16px;
	padding-right: 16px;
}

.guest-holder .comment-form textarea {
	resize: none;
	outline: 0;
	width: 100%;
	color: var(--default-font-color);
	border: none;
	background: 0 0;
	min-height: 120px;
}

.comment-holder .submit-holder {
	text-align: right
}

.comment-holder .comment-item {
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
	margin-bottom: 20px;
	padding-bottom: 20px
}

.comment-holder .submit-holder button {
	cursor: pointer;
	outline: 0;
	border: none;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	color: var(--white, #fff);
	background-color: #1e3269;
	background-color: var(--color, #1e3269);
}

.comment-holder .author-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px
}

.comment-holder .author-meta img {
	object-fit: contain;
	width: 36px;
	height: 36px;
	border-radius: 50%
}

.comment-holder .author-meta .info {
	margin-left: 15px
}

.comment-holder .author-meta .name {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}

.comment-holder .author-meta .name img {
	display: none;
	width: 24px;
	height: 24px
}

.comment-holder .author-meta .name a {
	color: #333;
	color: var(--gray800, #333);
}

.comment-holder .author-meta .date {
	font-size: 0.8rem;
	color: #333;
	color: var(--gray800, #333);
}

.comment-holder .content {
	margin: 15px 0
}

.comment-holder .reply-comment-holder {
	border: 1px solid rgba(0,0,0,.02);
	background-color: rgba(0,0,0,.016);
	padding: 1.5rem;
	border-radius: 4px;
	margin-top: 1.3125rem
}

.comment-holder .reply-comment-holder li {
	margin-bottom: 0px
}

.comment-holder #secret-btn {
	display: none
}

.comment-holder #secret-btn:checked + label {
	background-image: url(images/lock_icon.svg)
}

.comment-holder #secret-btn + label {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	outline: 0;
	border: none;
	background-image: url(images/unlock_icon.svg);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.comment-holder .comment-list {
	margin-top: 40px
}

.comment-holder .control {
	margin-top: 30px;
	font-size: 0.9rem;
}

.comment-holder .control a {
	margin-right: 10px
}

/**-----------------------------
*        Sidebar Control
*-----------------------------*/

.sidebar-title {
	margin-bottom: 16px;
}

.sidebar-common {
	overflow: hidden;
	width: 100%;
	margin: 48px 0;
}

.sidebar-common:first-child {
	margin-top: 6px;
}

.sidebar-common:last-child {
	margin-bottom: 0;
}

.ad-img {
	margin-bottom: 24px;
}

.ad-img:last-child {
	margin-bottom: 0;
}

.sidebar-common .thumbnail {
	margin: 0;
	background-image: url(./images/no-image.svg);
	background-size: cover;
	background-position: 50% 50%;
}

.sidebar-common .img-thumbnail {
	display: none;
}

.ad-img .img-wrap {
	overflow: hidden;
	width: 300px;
	height: auto;
	margin: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.ad-img img {
	width: 100%;
	height: auto;
}

.sidebar .post ul {
	overflow: hidden;
	padding: 18px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.sidebar .post .sidebar-article {
	display: table;
	overflow: hidden;
	float: left;
	width: calc(100%);
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid var(--gray200, #eee);
}

.sidebar .post li:last-child .sidebar-article {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.sidebar .post .title-wrap {
	display: table;
	float: left;
	width: calc(100% - 80px);
	height: 55px;
	padding-right: 24px;
}

.sidebar .post .title {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}

.sidebar .post .thumbnail {
	float: right;
	width: 80px;
	height: 55px;
}

/**-----------------------------
*        Footer Control
*-----------------------------*/

.g-footer {
	padding: 0;
	border-top: 1px solid #eee;
	border-top: 1px solid var(--gray200, #eee);
}

.footer-menu {
	display: flex;
	padding: 48px 0;
}

.footer-menu ul {
	flex: 1;
}

.footer-menu ul p {
	margin-bottom: 24px;
}

.footer-menu ul li {
	margin-bottom: 12px;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.footer-menu ul li:last-child {
	margin-bottom: 0;
}

.footer-info {
	padding: 48px 0;
	font-size: 0.9rem;
	color: #fff;
	color: var(--white, #fff);
	background-color: #333;
}

.footer-info a {
	color: #fff;
	color: var(--white, #fff);
}

.footer-info .inner {
	display: flex;
}

.footer-logo-holder {
	margin-top: 6px;
	margin-right: 36px;
}

.footer-logo-holder img {
	height: 60px;
}

.footer-meta ul {
	display: block;
	float: left;
	padding-bottom: 12px;
}

.footer-meta ul li {
	display: inline-block;
	float: left;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.footer-meta ul li:after {
	content: '|';
	padding: 0 12px;
}

/**-----------------------------
*       Side-Nav Control
*-----------------------------*/

/* Remove inner shadow from inputs on mobile iOS */
textarea, input[type="text"] {
	-webkit-appearance: none;
}

.overlay-block {
	visibility: hidden;
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
	transition: all 0.5s;
}

.side-nav-active .overlay-block {
	visibility: visible;
	opacity: 1;
}

.side-nav, 
.side-nav p,
.side-nav a,
.side-nav .link_tit,
.side-nav .link_item,
.side-nav .link_sub_item {
	color: #fff;
	color: var(--white, #fff);
}

.side-nav-active {
	overflow: hidden;
}

.side-nav {
	display: block;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 200;
	top: 0;
	left: -350px;
	width: 350px;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.5s;
}

.side-nav-active .side-nav {
	display: block;
	left: 0;
	opacity: 1;
}

.side-nav .inner {
	position: relative;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 48px;
}

.side-nav-closer {
	position: absolute;
	top: 10px;
	right: 16px;
	padding: 0;
	height: 48px;
	font-size: 0 !important;
	border: none !important;
	outline: 0;
	background-color: transparent !important;
	cursor: pointer;
}

.side-nav-closer:after {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 40px;
	color: #fff;
	color: var(--white, #fff);
}

.side-nav-logo {
	text-align: center;
	margin-bottom: 48px;
}

.side-nav-logo img {
	width: 60%;
}

.side-nav-search-holder {
	margin: 36px 0;
}

.side-nav-search {
	width: 100%;
	height: 32px;
	padding: 0 12px;
	border: 1px solid #eee;
	border: 1px solid var(--gray200);
	border-radius: 16px;
	outline: 0;
	background-color: #fff;
}

.side-nav-sidebar .c_cnt {
	display: none;
}

.side-nav-sidebar .link_tit {
	display: none;
}

.side-nav-sidebar .category {
	line-height: 2.4rem;
	font-size: 1.1rem;
	margin-bottom: 48px;
}

.side-nav-sidebar .link_sub_item:before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.1rem;
	margin-right: 3px;
}

.side-nav-sidebar .menu li {
	line-height: 1.6rem;
	font-size: 1.1rem;
	margin-bottom: 12px;
}

.side-nav-sidebar .menu li:last-child {
	margin-bottom: 0;
}

.side-nav-menu-list {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 48px;
	margin-bottom: 24px;
}

.side-nav-menu-list:first-child {
	margin-top: 0;
}

.side-nav-menu li {
	margin-bottom: 12px;
}

.side-nav-menu li:before {
	content: ' ';
	padding-left: 2px;
}

/**-----------------------------
*       Responsive Design
*-----------------------------*/


@media (max-width: 1024px) {
	.container .inner {
		max-width: 650px;
		width: 100%;
	}

	.sticky-holder {
		box-shadow: 0 1px 2px 0 #eee;
		box-shadow: 0 1px 2px 0 var(--gray200, #eee);
	}

	.g-gnb {
		display: none;
	}

	main .content-holder {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	main .sidebar-holder {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.footer-add {
		display: none;
	}

	.list-type-thumbnail .list-inner {
		display: block;
	}

	.list-type-thumbnail {
		float: left;
		width: 50%;
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 0;
	}

	.list-type-thumbnail:nth-child(2),
	.list-type-thumbnail:nth-child(3) {
		padding-top: 0;
	}

	.list-type-thumbnail:nth-child(2n) {
		padding-right: 12px;
	}

	.list-type-thumbnail:nth-child(2n+1) {
		padding-left: 12px;
	}

	.list-type-thumbnail .thumbnail {
		width: 100%;
		height: 160px;
		margin-bottom: 16px;
	}

	.list-type-thumbnail .article-content-wrap {
		float: left;
		width: 100%;
		height: 80px;
		padding-left: 0;
	}

	.list-type-thumbnail .title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		word-break: break-all;
	}

	.list-type-thumbnail .title {
		height: 3.6rem;
		line-height: 1.8rem;
		font-size: 1.2rem;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	.list-type-thumbnail .summary {
		display: block;
	}

	.article-title .title p {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}

	.sidebar-title {
		font-size: 1.4rem;
		margin-bottom: 24px;
	}

	.list-title,
	.guest-title-holder,
	.tag-title-holder {
		font-size: 1.4rem;
	}

	.sidebar-common:first-child {
		margin-top: 48px;
	}

	.sidebar .post .title-wrap {
		width: calc(100% - 120px);
		height: 80px;
	}

	.sidebar .post .title a {
		font-size: 1.1rem;
	}

	.sidebar .post .thumbnail {
		width: 120px;
		height: 80px;
	}

	.ad-img .img-wrap {
		width: 100%;
	}

	.footer-info .inner {
		display: block;
		overflow: hidden;
	}

	.footer-logo {
		text-align: center;
		margin-bottom: 36px;
	}

	.footer-logo-holder {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 480px) {

	.header-nav-left .search-opener {
		display: none;
	}

	.side-nav {
		left: -100%;
		width: 100%;
	}

	.side-nav-active .side-nav .overlay-block {
		visibility: hidden;
	}

	.list-type-thumbnail {
		float: left;
		width: 100%;
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 0;
	}

	.list-type-thumbnail:nth-child(2) {
		padding-top: 0;
	}

	.list-type-thumbnail:nth-child(3) {
		padding-top: 24px;
	}

	.list-type-thumbnail:nth-child(2n) {
		padding-right: 0px;
	}

	.list-type-thumbnail:nth-child(2n+1) {
		padding-left: 0px;
	}

	.list-type-thumbnail .thumbnail {
		width: 100%;
		height: 160px;
		margin-bottom: 16px;
	}

	.list-type-thumbnail .article-content-wrap {
		float: left;
		width: 100%;
		height: 80px;
		padding-left: 0;
	}

	.list-type-thumbnail .title {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		word-break: break-all;
	}
}

@media print {.noprint {display: none !important;} #article img {display: block !important; width: 30% !important;} main {padding: 24px 0 0 0 !important;} .sticky-holder {position:relative !important;} .article-title .title p {font-size: 1.4rem !important;} .article {font-size: 0.9rem !important;} .article-view * {line-height: 1.4rem !important;} .container .inner {max-width: 100% !important; width: 100% !important; padding: 0 !important;}}



/**-----------------------------
*         Cover Design
*-----------------------------*/

#tt-body-index .sidebar-holder {
	display: none;
}

#tt-body-index main {
	padding-bottom: 0;
}

.cover-1st-1 article:nth-child(n+2) {
	display: none;
}
.cover-2nd-1 article:nth-child(n+3) {
	display: none;
}
.cover-2nd-2 article:nth-child(n+2) {
	display: none;
}
.cover-2nd-3 article:nth-child(n+6) {
	display: none;
}
.cover-3rd-video article:nth-child(n+6) {
	display: none;
}
.cover-3rd-ad article:nth-child(n+3) {
	display: none;
}

.cover-1st,
.cover-2nd-background,
.cover-3rd-background,
.cover-4th-background {
	margin-bottom: 108px;
}

@media (max-width: 600px) {
	.cover-1st, .cover-2nd-background, .cover-3rd-background, .cover-4th-background {
		margin-bottom: 60px;
	}
}

.cover-1st .cover-img,
.cover-2nd .cover-img,
.cover-3rd .cover-img {
	width: 100%;
	height: 100%;
}

.cover-1st-1 .cover-img-wrap {
	height: 500px;
	margin-bottom: 36px;
}

.cover-1st-1 .cover-info {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1024px) {
	.cover-1st-1 .cover-info {
		max-width: 650px;
	}
}

.cover-1st-1 .title {
	line-height: 3rem;
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 24px;
}

.cover-1st-1 .summary {
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.6rem;
	font-size: 1rem;
	height: 3.2rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-all;
}

.cover-2nd-background-inner.inner {
	display: flex;
}

.cover-2nd-1 {
	width: 280px;
	padding-right: 24px;
}

.cover-2nd-1 article {
	margin-bottom: 36px;
}

@media (min-width: 1025px) {
	.cover-2nd-1 article:nth-child(n+2) {
		margin-bottom: 0;
	}
}

.cover-2nd-1 .cover-img-wrap {
	overflow: hidden;
	height: 140px;
	margin-bottom: 16px;
}

.cover-2nd-1 .cover-img {
	padding-bottom: 56.25%;
}

.cover-2nd-1 .title p {
	line-height: 1.4rem;
	font-size: 1.1rem;
	font-weight: 500;
}

.cover-2nd-2 {
	width: calc(100% - 280px - 280px);
	padding-left: 24px;
	padding-right: 24px;
	border-left: 1px dotted #eee;
	border-left: 1px dotted var(--gray200, #eee);
	border-right: 1px dotted #eee;
	border-right: 1px dotted var(--gray200, #eee);
}

.cover-2nd-2 .cover-img-wrap {
	height: 250px;
	margin-bottom: 16px;
}

.cover-2nd-2 .title p {
	line-height: 1.6rem;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 12px;
}

.cover-2nd-2 .summary p {
	overflow:hidden;
	line-height: 1.4rem;
	font-size: 0.9rem;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-all;
} 

.cover-2nd-3 {
	width: 280px;
	padding-left: 24px;
}

.cover-2nd-3 .cover-title p {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 12px;
}

.cover-2nd-3 ul {
}

.cover-2nd-3 article {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #eee;
	border-bottom: 1px dotted var(--gray200, #eee);
}

.cover-2nd-3 .number:before {
	content: " \f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1.6rem;
	font-size: 0.3rem;
}

.cover-2nd-3 .title {
	display: table;
	line-height: 1.6rem;
	font-size: 1rem;
}

.cover-2nd-3 .number {
	display: table-cell;
	width: 22px;
}

.cover-3rd-background {
	background-color: #333;
	background-color: var(--gray800, #333);
}

.cover-3rd-background.container .inner {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}

.cover-3rd-background .cover-background-title p,
.cover-3rd p {
	color: #fff;
	color: var(--white, #fff);
}

.cover-3rd-background .cover-background-title {
	margin-bottom: 36px;
}

.cover-3rd-background .cover-background-title p{
	overflow: hidden;
	text-align: center;
	line-height: 2.4rem;
	font-size: 2rem;
	font-weight: 700;
}

.cover-3rd-video {
	overflow: hidden;
	float: left;
	width: calc(100% - 280px);
}

.cover-3rd-video .cover-img-wrap {
	position: relative;
}

.cover-3rd-video .icon {
	position: absolute;
	color: #fff;
	color: var(--white, #fff);
}

.cover-3rd-video article:nth-child(1) .icon {
	top: 10px;
	left: 15px;
	font-size: 2rem;
}

.cover-3rd-video article:nth-child(n+2) .icon {
	top: 2px;
	left: 4px;
	font-size: 1rem;
}

.cover-3rd-video article:nth-child(1) {
	float: right;
	width: calc(100% - 280px);
	padding-left: 24px;
	padding-right: 24px;
}

.cover-3rd-video article:nth-child(1) .cover-img-wrap {
	overflow: hidden;
	height: calc((1100px - 24px - 24px - 280px - 280px - 24px - 24px) * 0.5625);
	margin-bottom: 24px;
}

.cover-3rd-video article:nth-child(1) .title p {
	line-height: 1.8rem;
	font-size: 1.4rem;
	font-weight: 500;
}

.cover-3rd-video article:nth-child(n+2) {
	float: left;
	width: 280px;
	padding-right: 24px;
	margin-bottom: 24px;
}

.cover-3rd-video article:nth-child(n+5) {
	margin-bottom: 0;
}

.cover-3rd-video article:nth-child(n+2) .cover-content {
	display: flex;
}

.cover-3rd-video article:nth-child(n+2) .cover-img-wrap {
	width: 100px;
	height: calc(100px * 0.5625);
}

.cover-3rd-video article:nth-child(n+2) .cover-info {
	width: calc(100% - 100px);
	height: calc(100px * 0.5625);
	padding-left: 24px;
}

.cover-3rd-video article:nth-child(n+2) .cover-meta {
	display: table;
}

.cover-3rd-video article:nth-child(n+2) .title {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	height: calc(100px * 0.5625);
}

.cover-3rd-video article:nth-child(n+2) .title p {
	display: -webkit-box;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.6rem;
	height: 3.2rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-break: break-all;
}

.cover-3rd-ad {
	float: left;
	width: 280px;
	padding-left: 24px;
}

.cover-3rd-ad article {
	margin-bottom: 24px;
}

.cover-3rd-ad article:nth-child(n+2) {
	margin-bottom: 0;
}

.cover-3rd-ad .cover-img-wrap {
	height: calc((280px - 24px) * 0.5);
}

.cover-4th-background-inner {
	display: flex;
	overflow: hidden;
}

.cover-4th-background .cover-background-title {
	margin-bottom: 36px;
}

.cover-4th-background .cover-background-title p {
	overflow: hidden;
	text-align: center;
	line-height: 2.4rem;
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	color: var(--gray800, #333);
}

.cover-4th-background .cover-background-title p:after {
	content: " \f52d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 2.4rem;
	font-size: 2rem;
}

.cover-4th {
	flex: 1;
	max-width: calc((1100px - 24px - 24px - 24px - 24px - 24px - 24px) / 3);
	margin-left: 24px;
	margin-right: 24px;
}

.cover-4th:nth-child(1) {
	margin-left: 0;
}

.cover-4th:nth-child(3) {
	margin-right: 0;
}

.cover-4th .cover-title-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 150px;
	border-radius: 5px;
	margin-bottom: 24px;
}

.cover-4th .cover-title-img-wrap {
	width: 100%;
	height: 100%;
}

.cover-4th .cover-title-img {
	width: 100%;
	height: 100%;
}

.cover-4th .cover-title-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .3);
}

.cover-4th .cover-title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.cover-4th .cover-title p {
	text-align: center;
	line-height: 2.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	color: var(--white, #fff);
}

.cover-4th ul {
}

.cover-4th article {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #eee;
	border-bottom: 1px dotted var(--gray200, #eee);
}

.cover-4th .cover-meta {
	display: table;
	line-height: 1.6rem;
	font-size: 1rem;
}

.cover-4th .number {
	display: table-cell;
	width: 22px;
}

.cover-4th .number:before {
	content: " \f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1.6rem;
	font-size: 0.3rem;
}

.cover-4th .title p {
	font-size: 1.1rem;
}

@media (max-width: 1024px) {

	.cover-1st-1.container .inner {
		max-width: 100%;
		padding: 0;
	}

	.cover-1st-1 .cover-img-wrap {
		height: 400px;
	}

	.cover-1st-1 .cover-info {
		padding-left: 24px;
		padding-right: 24px;
	}

	.cover-1st-1 .title {
		line-height: 2.4rem;
		font-size: 1.8rem;
	}

	.cover-2nd-1,
	.cover-2nd-2,
	.cover-2nd-3 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.cover-2nd-background-inner.inner {
		display: block;
	}

	.cover-2nd-1 {
		overflow: hidden;
	}

	.cover-2nd-1 article {
		float: left;
		width: 50%;
	}

	.cover-2nd-1 article:nth-child(1) {
		padding-right: 12px;
	}

	.cover-2nd-1 article:nth-child(2) {
		padding-left: 12px;
	}

	.cover-2nd-1 .cover-img-wrap {
		/* height: 160px; */
		overflow: hidden;
		padding-bottom: 56.25%;

	}

	.cover-2nd-2 {
		margin-bottom: 48px;
		padding-top: 48px;
		padding-bottom: 48px;
		border-left: 0;
		border-right: 0;
		border-top: 1px solid #eee;
		border-top: 1px solid var(--gray200, #eee);
		border-bottom: 1px solid #eee;
		border-bottom: 1px solid var(--gray200, #eee);
	}

	.cover-2nd-2 .title {
		text-align: center;
		line-height: 1.8rem;
		font-size: 1.4rem;
		font-weight: 500;
		margin-bottom: 24px;
	}

	.cover-2nd-2 .summary {
		text-align: center;
		overflow: hidden;
		height: 4.2rem;
		line-height: 1.4rem;
		font-size: 1rem;

		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		white-space: normal;
		word-break: break-all;
	} 

	.cover-3rd-video {
		width: 100%;
	}

	.cover-3rd-video article:nth-child(1) .icon {
		top: 10px;
		left: 15px;
		font-size: 2rem;
	}

	.cover-3rd-video article:nth-child(n+2) .icon {
		top: 7px;
		left: 10px;
		font-size: 1.8rem;
	}

	.cover-3rd-video article:nth-child(1) {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 48px;
	}

	.cover-3rd-video article:nth-child(1) .cover-img-wrap {
		height: calc((650px - 24px - 24px) * 0.5625);
		margin-bottom: 16px;
	}

	.cover-3rd-video article:nth-child(n+2) {
		width: 50%;
		padding: 0;
		margin-bottom: 48px;
	}

	.cover-3rd-video article:nth-child(2n) {
		padding-right: 12px;
	}

	.cover-3rd-video article:nth-child(2n+3) {
		padding-left: 12px;
	}

	.cover-3rd-video article:nth-child(n+2) .cover-content {
		display: block;
	}

	.cover-3rd-video article:nth-child(n+2) .cover-img-wrap {
		width: 100%;
		height: calc(((650px * 0.5) - 24px) * 0.5625);
		margin-bottom: 16px;
	}

	.cover-3rd-video article:nth-child(n+2) .cover-info {
		width: 100%;
		height: auto;
		padding-left: 0;
	}

	.cover-3rd-video article:nth-child(n+2) .cover-meta {
		display: block;
	}

	.cover-3rd-video article:nth-child(n+2) .title {
		display: block;
		overflow: hidden;
		height: 100%
	}

	.cover-3rd-video article:nth-child(n+2) .title p {
		font-size: 1.1rem;
	}

	.cover-3rd-ad {
		width: 100%;
		padding: 0;
	}

	.cover-3rd-ad article {
		margin-bottom: 0;
	}

	.cover-3rd-ad article:nth-child(1) {
		float: left;
		width: 50%;
		padding-right: 12px;
	}

	.cover-3rd-ad article:nth-child(2) {
		float: left;
		width: 50%;
		padding-left: 12px;
	}

	.cover-3rd-ad .cover-img-wrap {
		max-width: calc((650px * 0.5) - 12px);
		max-height: calc(650px * 0.5 * 0.468);
		width: 100%;
		height: calc((100vw - 24px - 24px - 24px) * 0.5 * 0.5);
	}

	.cover-4th-background-inner {
		display: block;
	}

	.cover-4th {
		display: block;
		max-width: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 48px;
	}

	.cover-4th:nth-child(3) {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	.cover-1st-1 .cover-img-wrap {
		height: 300px;
	}

	.cover-1st-1 .summary {
		overflow: hidden;
		height: 4.2rem;
		line-height: 1.4rem;

		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.cover-2nd-1 .cover-img-wrap {
		height: 10px;
	}

	.cover-3rd-video article:nth-child(1) .icon {
		top: 7px;
		left: 10px;
		font-size: 2rem;
	}

	.cover-3rd-video article:nth-child(n+2) .icon {
		top: 3px;
		left: 6px;
		font-size: 1.4rem;
	}

	.cover-3rd-video article:nth-child(1) .cover-img-wrap {
		height: calc((100vw - 24px - 24px) * 0.5625);
		margin-bottom: 16px;
	}

	.cover-3rd-video article:nth-child(n+2) .cover-img-wrap {
		height: calc((100vw - 24px - 24px) * 0.5 * 0.5625);
		margin-bottom: 16px;
	}

	.cover-3rd-ad article:nth-child(1) {
		float: left;
		width: 100%;
		padding-right: 0;
		margin-bottom: 24px;
	}

	.cover-3rd-ad article:nth-child(2) {
		float: left;
		width: 100%;
		padding-left: 0;
	}

	.cover-3rd-ad .cover-img-wrap {
		max-width: none;
		max-height: none;
		width: 100%;
		height: calc((100vw - 24px - 24px) * 0.5);
	}
}


#tt-body-page 
.contents_style {
    word-break: break-all !important;
}
.contents_style table td {
    word-break: break-all !important;
}
