.single-content-wrap {
	display: flex;
}

body.single-post .single-content > p {
	line-height: 2;
}

body.single-post .single-content > p:not(.nodropcap):nth-of-type(1):first-letter {
    display: inline-block;
    margin: 8px 13px 0px 0;
    padding: 0.2em .72em 0.2em;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    float: left;
}

.single-featured-img {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto 5.0em;
}

.single-featured-img img {
	margin-bottom: 1em;
}

.single-featured-img .featured-caption {
	font-size: .85em;
	letter-spacing: 0;
}

.title-area.single-title {
	margin-bottom: 5.58em;
}

.title-area.single-title .topic-categories {
	margin-bottom: 1em;
}

.title-area.single-title .topic-categories .sponsor-tag {
	display: inline-block;
	font-size: .8em;
	font-weight: 700;
	color: #fff;
	padding: 4px 10px;
	background-color: #666;
	border-radius: 3px;
	margin-right: 7px;
	letter-spacing: 0;
}

.title-area.single-title .entry-title {
	margin-bottom: .75em;
}

.title-area.single-title .post-cat {
	font-weight: 400;
}

.title-area.single-title .post-excerpt {
	margin-bottom: 1.75em;
	font-weight: 400;
}

.title-area.single-title .single-post-meta {
	display: flex;
	margin-bottom: 1em;
}

.title-area.single-title .single-post-meta > div {
	margin-right: 2em;
}

.title-area.single-title .single-share {
	margin-bottom: 1em;
}

.title-area.single-title ul.share-buttons {
	display: flex;
	margin-left: -1em;
	margin-right: -1em;
}

.title-area.single-title ul.share-buttons > li {
	flex: 1;
	padding: 0 1em;
}

.title-area.single-title ul.share-buttons > li > a {
	display: block;
	position: relative;
	height: 45px;
}

.title-area.single-title ul.share-buttons > li > a.share-twitter {
	background-color: #55acee;
}

.title-area.single-title ul.share-buttons > li > a.share-facebook {
	background-color: #3B5999;
}

.title-area.single-title ul.share-buttons > li > a.share-kakao {
	background-color: #fadf56;
}

.title-area.single-title ul.share-buttons > li > a svg {
	max-width: 32px;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}



.content-restriction-message {
	position: relative;
	padding: 4em 0;
	text-align: center;
}

.content-restriction-message:after {
	content: '';
    position: absolute;
    top: -300px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0), #fff);
    background-image: linear-gradient(rgba(255,255,255,0), #fff);
    filter-gradient: rgba(255,255,255,0),#fff,vertical;

}


.wp-block-image figcaption {
	font-size: .85em;
	font-style: italic;
	text-align: center;
	padding: .5em 0;
}


.related-topics-section {
	margin-top: 3em;
}

.related-topics-section ul.related-topics-list {
	display: flex;
	flex-wrap: wrap;
}



.single-content ul {
	list-style-type: disc;
	padding-left: 1.25em;
}

.single-content ul > li,
.single-content ol > li {
	margin-bottom: 1em;
}

.single-content ol {
	list-style-type: decimal;
	padding-left: 1.25em;
}

.single-content em {
	font-style: italic;
}

.single-content a {
	text-decoration: underline;
	font-weight: 400;
}

.single-content .content-restriction-message i {
	margin-right: 3px;
	font-size: .925em;
}
.single-content .content-restriction-message .btn-loco {
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}


@media all and (min-width: 981px) {
	.single-content-wrap {
		margin-left: -3em;
		margin-right: -3em;
	}
	.single-content-wrap .col-left {
		width: 70%;
		padding: 0 3em;
	}

	.single-content-wrap .col-right {
		width: 30%;
		padding: 0 3em;
	}


	.related-topics-section ul.related-topics-list {
		margin-left: -1em;
		margin-right: -1em;
	}

	.related-topics-section ul.related-topics-list > li {
		padding: 0 1em;
		width: 25%;
	}
}

@media all and (max-width: 980px) {
	.single-post .content-wrapper {
		padding-top: 0;
	}

	.single-featured-img {
		margin-bottom: 2.5em;
		width: 100%;
	}

	.single-featured-img .featured-caption {
		padding: 0 1em;
	}

	.single-content-wrap {
		flex-direction: column;
	}

	.single-content-wrap .col-right {
		margin-bottom: 2.5em;
	}

	.single-content-wrap .col-right .banner-item img {
		margin: 0 auto;
	}

	.title-area.single-title {
		margin-bottom: 3em;
	}

	.related-topics-section ul.related-topics-list {
		margin-left: -.5em;
		margin-right: -.5em;
	}

	.related-topics-section ul.related-topics-list > li {
		padding: 0 .5em;
		width: 50%;
	}
}


/*****************************/
/** Single Post Navigation  **/
/*****************************/

.post-nav-section {
	max-width: 1020px;
	margin: 0 auto;
}

.post-nav-wrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
}

.post-nav-wrap .post-nav {
  padding: 1.5rem 0;
  display: flex;
}

.post-nav-wrap .post-nav.next {
  border-bottom: 1px solid #ddd;
}

.post-nav-wrap .post-nav > div {
  padding: 0 .5rem;
}

.post-nav-wrap .post-nav > div.prev-next-txt {
  width: 15%;
}

.post-nav-wrap .post-nav > div.prev-next-title {
  width: 85%;
}

.post-nav-wrap .post-nav > div.prev-next-title a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-nav-wrap .post-nav i {
  margin-right: 15px;
}

/*.post-nav-wrap .post-nav a {
  color: #eaeaea;
}*/

.post-nav-wrap .post-nav a:hover {
  color: #e94746;
}







@media all and (max-width: 980px) {
  .post-content-section .single-title-area {
    flex-direction: column-reverse;
  }
}





@media all and (max-width: 767px) {
	.post-content-section .entry-title {
		font-size: 1.75em;
	}

	.files-area {
		padding: 1.5em;
	}

	.post-nav-wrap .post-nav {
		font-size: .85em;
	}

	.post-nav-wrap .post-nav > div {
		padding: 0 .5em;
	}

	.post-nav-wrap .post-nav > div.prev-next-txt {
		width: 25%;
	}

	.post-nav-wrap .post-nav > div.prev-next-title {
		width: 75%;
	}

	.post-nav-wrap .post-nav i {
		margin-right: 9px;
	}
}




/*****************************/
/** Content Restriction Modal  **/
/*****************************/

.content-restriction-section {
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 99;
	background-color: #333;
	left: 0;
	bottom: 0;
}

.content-restriction-section p.notice {
	margin-bottom: .5em;
}

.content-restriction-section p {
	color: #fff;
	font-weight: 400;
}

.content-restriction-section .access-count{
	font-size: 1.35em;
	font-weight: 700;
}


.content-restriction-section .restriction-msg {
	margin-bottom: 2.5em;
}

.content-restriction-section .btn-loco {
    border: 2px solid #fff;
    color: #fff;
}

.content-restriction-section .btn-loco:before {
	background-color: #fff;
}

.content-restriction-section .btn-loco:hover {
	color: #333;
}

.content-restriction-section .btn-loco.btn-cta {
	border: 2px solid #ffe62c;
	color: #333;
	margin-right: 8px;
}

.content-restriction-section .btn-loco.btn-cta:before {
	background-color: #ffe62c;
	transform: translateX(0);
}

.content-restriction-section .btn-loco.btn-cta:hover:before {
	transform: translateX(100%);
}

.content-restriction-section .btn-loco.btn-cta:hover {
	color: #ffe62c;
}

.content-restriction-section .content-restriction-wrapper .col-right img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.content-restriction-section .btn-shrink {
	position: absolute;
	top : 1em;
	right: 2em;
	font-size: 200%;
	color: #fff;
}

.content-restriction-section .btn-shrink .shrink-icon {
	display: block;
}


.content-restriction-section.shrink p.restriction-msg-txt,
.content-restriction-section.shrink .content-restriction-wrapper .col-right {
	display: none;
}



.content-restriction-section .restriction-msg,
.content-restriction-section .restriction-msg .access-count {
	margin-bottom: 0;
}

.content-restriction-section.shrink .btn-shrink .shrink-icon {
	transform: rotate(180deg);
}

 

@media screen and (min-width: 981px) {
	.content-restriction-section .content-restriction-wrapper {
		display: flex;
		margin-left: -2.5em;
		margin-right: -2.5em;
	}

	.content-restriction-section .content-restriction-wrapper > div {
		padding: 1.5em;
		position: relative;
		flex: 1;
	}

	.content-restriction-section .content-restriction-wrapper .col-left {
		display: flex;
		justify-content: space-between;
	}
}

@media screen and (max-width: 980px) {
	.content-restriction-section {
		font-size: .9em;
	}

	.content-restriction-section .content-restriction-wrapper .col-right img {
		display: none;
	}

	.content-restriction-section .content-restriction-wrapper > div {
		padding: 1.5em .5em;
	}

	.content-restriction-section .btn-loco.btn-cta {
		padding: 12px 16px;
	}

	.content-restriction-section .btn-shrink {
		right: .5em;
	}
} 

/* WordPress Popular Posts */
.wpp-list li {
	padding-bottom: 1rem;
	border-bottom: 1px solid #040000;
	counter-increment: custom;
	position: relative;
	overflow: auto;
	padding-top: 20px;
}
.wpp-list li:before {
	content: counter(custom) " ";   
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	font-weight: bold;
    background: black;
    line-height: 12px;
    color: white;
    text-align: center;
    padding: 2px 4px;	
}
.wpp-list li:first-child {
    counter-reset: custom;
}
.wpp-list li a {
	margin-top: 16px;
}

/* */
.banner-item-large {
	background-size: cover;
	background-position: center;
	padding: 48px;
	color: white;
	position: relative;
	width: 100%;
}
.banner-item-large:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.banner-item-large a {
	text-decoration: none;
	color: white;
	position: relative;
	z-index: 5;
}
.banner-item-large .banner-title {
	margin: 0 0 0.8em;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
	line-height: 1.1;
}
.banner-item-large .banner-content {
	position: relative;
    padding: 1.5em;
    line-height: 1.7;
    min-width: 100%;
    max-width: 100%;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	z-index: 5;
}
.banner-item-large .banner-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: right;
}
.banner-item-large .banner-link a {
    display: inline-block;
    padding-right: 2.0em;
    font-weight: bold;
	padding: 16px 32px 16px 16px;
	z-index: 5;
}
.banner-item-large .banner-link a:after {
	content: '';
	color: white;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 25px;
    height: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: url(../img/base-icon-arrow-right-white01.svg) 50% 50% no-repeat;
    background-size: contain;
}
.banner-item-large .banner-link a:hover:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.spx-share-intro-box .sp-i {
	margin-bottom: 1.5em;
	padding: 10px 30px;
	border: 1px solid #000;
	background-color: beige;
	font-size: 15px;
	line-height: 1.5;
}
.spx-share-intro-box .sp-a {
	text-decoration: underline;
	color: green;
}
.spx-share-intro-box .sp-fx {
	margin-top: -1em;
	margin-bottom: 1.5em;
}
.spx-share-intro-box .sp-fx__c.t1 {
	margin-bottom: .4em;
}
.spx-share-intro-box .sp-fx__c.t2 {
	font-size: 15px;
	line-height: 1.3;
	padding: 4px 6px;
	border: 1px solid #000;
}
.spx-share-intro-box .sp-fx .sp-a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 0;
	font-size: 1.2em;
	color: #fff;
	background-color: #fe6d73;
	text-decoration: none;
}
.spx-share-intro-box .sp-fx .sp-ibt {
	display: block;
	height: 45px;
}

.spx-share-intro-box

@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 200px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.modal-header {
	position: relative;
  padding: 12px 20px;
  background: #546e7b;
  color: #ffffff;
}

.modal-body {
  background: #f2f2f2;
  padding: 20px;
}

.modal-header .close-modal {
  position: absolute;
	top: 10px;
	right: 10px;
  cursor: pointer;
}

.modal-body .close-modal {
  text-align: right;
  cursor: pointer;
}

.modal.modal--t1 .modal-header {
	padding-top: 20px;
	background-color: #f2f2f2;
	color: #444;
}
.modal.modal--t1 .modal-header h3 {
	text-align: center;
	font-size: 1.125em;
	color: #000;
}
.modal.modal--t1 .modal-box {
	max-width: 400px;
}
.modal--t1 .b-line {
	margin-top: 20px;
	text-align: center;
}
.modal--t1 .modal-body .close-modal {
	padding: 4px 20px;
  text-align: center;
	background-color: transparent;
	border: 1px solid #333;
	transition: background .3s, color .3s;
}
.modal--t1 .modal-body .close-modal:hover,
.modal--t1 .modal-body .close-modal:focus-visible {
	background-color: #333;
	color: #fff;
	box-shadow: 0px 0px 4px rgba(100,100,100,.5);
}
.modal--t1 .modal-body p {
	margin-bottom: .8em;
	font-size: 15px;
	line-height: 1.4;
	color: #000;
}
.modal--t1 .u {
	width: 100%;
}
.modal--t1 .b {
	padding: 4px 20px;
  text-align: center;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	transition: background .3s, color .3s;
	cursor: pointer;
}
.modal--t1 .b:hover,
.modal--t1 .b:focus-visible {
	background-color: #fff;
	color: #000;
	box-shadow: 0px 0px 4px rgba(100,100,100,.5);
}
.modal--t1 .cnum {
	text-align: right;
}
.modal--t1 .b-line2 {
	display: block;
	margin-top: 5px;
	text-align: right;
}
.modal--t1 .b-line2 > span {
	display: block;
}
.modal--t1 .b-p {
	display: block;
	margin-top: .4em;
	font-size: 13px;
	line-height: 1.25;
}
.modal--t1 .modal-header .close-modal {
	opacity: .7;
	transition: opacity .3s;
}
.modal--t1 .modal-header .close-modal:hover {
	opacity: 1;
}
.modal--t1 .modal-header .close-modal:focus-visible {
	opacity: 1;
	outline: 1px solid rgba(100,100,100,.5);
}

@media screen and (min-width: 601px) {
	.spx-share-intro-box .sp-fx {
		display: flex;
	}
	.spx-share-intro-box .sp-fx__c.t1 {
		flex: 1 1 33.3333%;
		padding-right: 1em;
		margin-bottom: 0;
	}
	.spx-share-intro-box .sp-fx__c.t2 {
		flex: 1 1 66.6666%;
		margin-left: 1em;
		border: 0;
	}
	.spx-share-intro-box .sp-fx .sp-a {
		height: 100%;
	}
	.spx-share-intro-box .sp-fx .sp-ibt {
		height: auto;
	}
}
@media screen and (min-width: 981px) {
	.spx-share-intro-box .sp-fx,
	.spx-share-intro-box .sp-i {
		margin-top: -3.5em;
	}
	.spx-share-intro-box .sp-fx__c.t2 {
		font-size: 15px;
	}
}


@page {
	margin: 4em 2em;
}

@media print {
	/* .single-post .single-content > p {
		break-inside: avoid;
	} */
	body.single-post {
		display: block;
	}

  .single-post header.scroll-header,
  .single-post .single-content-wrap > .col-right,
  .single-post .header-inner .mobile-nav,
  .single-post .desktop-nav,
  .single-post #main-header.scroll-header .header-inner .site-nav.desktop-nav,
  .single-post .title-area.single-title .single-share,
  .single-post .newsletter-form-wrap-2,
  .single-post .related-topics-section,
  .single-post .footer .footer-sns-section,
  .single-post .footer-content-section .footer-content-row > .col-right {
    display: none;
  }
	.single-post #main-header {
		position: relative;
		top: auto;
	}
	.single-post #content {
		top: auto;
	}
	.single-post .content-wrapper {
		padding-top: 1em;
	}
  .single-post .single-content-wrap {
    display: block;
    margin: 0;
  }
  .single-post .single-content-wrap .col-left {
    width: auto;
  }
  .single-post .footer-content-section .footer-content-row {
    display: block;
  }
	.single-post .footer-content-section {
		background-color: transparent;
		color: #000;
	}
	.single-post .footer-content-section .publisher,
	.single-post .footer-content-section .slogan,
	.single-post .footer-content-section .company-info-txt,
	.single-post .footer-content-section .company-info-txt a,
	.single-post .copyright-txt {
		color: inherit;
	}
	.single-post .footer-content-section .logo img {
		filter: brightness(0);
	}
}
