/*--------------------------------------------------------------
# 블로그 클릭 오픈 메뉴
--------------------------------------------------------------*/

.blogopeniconInner {display:none;transform: translateX(-50%);z-index: 100;position: fixed;bottom: 2rem;left: 50%;}
.blogopenicon{display:inline-block;position:relative;background: rgba(255, 255, 255, 0.9);box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);backdrop-filter: blur(5px);border-radius: 99px;}
.blogopenicon img{cursor:pointer;max-width:100%;height:2.9rem;}
.bldim{display:none;z-index:1000;position:fixed;width:100%;height:100%;left:0px;top:0px;background: rgba(102, 102, 102, 0.4);backdrop-filter: blur(5px);}
.blopencontentBox{position:relative;width:100%;height:100%;padding-top:7rem;}
.blogcloseicon {transform: translateX(-50%);left: 50%;top: 3rem;display: inline-block;position: absolute;background: rgba(255, 255, 255, 0.9);box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);backdrop-filter: blur(5px);border-radius: 99px;}
.blogcloseicon img{cursor:pointer;max-width:100%;height:2.9rem;}
.blopencontentInner {
    box-sizing: border-box;
    transition: top 0.5s ease;
    /* transition: all 1s; */
    top: 0rem;
    position: relative;
    width: 100%;
    height: 100%;
    background: #23201F;
    border-radius: 0;
    padding: 0rem 2rem 0rem 2rem;
}
.bloscrollbox{padding:3rem 0rem 3rem 0rem;width:100%;height:100%;/* height: calc(100vh - 2rem); */overflow-y: scroll;}

.bloscrollbox::-webkit-scrollbar {
  display: none;
}
.blosBox{width:100%;height:100%;background:#23201F;}
.blosBox .nbmBox:last-child{padding-bottom:3rem;}
@media (max-width: 767px) {
	.blogopeniconInner{
		display:inline-block;
	}
}
/*--------------------------------------------------------------
# 블로그 우측 메뉴
--------------------------------------------------------------*/
.nx_blog_menuArea {
    display: inline-block;
	grid-column: span 3;
    position: Relative;
    top: 0rem;
    right: 0rem;
	height:100%;
}
.nx_blog_menuInner{
	width:100%;
	position: relative;
}
.nxbmenuscroll {
	height: 100%;
    padding: 0rem 0rem;
}
.nxbmenuscroll::-webkit-scrollbar{width: 5px;}
.nxbmenuscroll::-webkit-scrollbar-track{background-color: #fff;border-radius: 10px;}
.nxbmenuscroll::-webkit-scrollbar-thumb{background-color: #EEEEEE;border-radius: 10px;}

.nbmBox{
	width:100%;
	position:relative;
	margin-top:8rem;
}
.nbmBox:nth-child(1){
	margin-top:0rem;
}
.nbmt{
	position:relative;
	display:block;
}
.nbmt.moshow{
	display:none;
}
.nbmt p{
	display:block;
	letter-spacing: 0em;
	text-align: left;
	margin:0 0 1.8rem 0;
	color: #F9F9F9;
	font-family: pretendard-700;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem
}

.nbmtBtn{
	position:absolute;
	right:0;
	top:0;
}
.nbmtBtn a {
    display: inline-block;
    text-align: center;
    padding: 0.2rem 1.6rem;
    border-radius: 99px;
    background: #8754FB;
    color: #F9F9F9;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}

.nbmcatebox {
    padding: 7.2rem 0 0 0;
    width: 100%;
    position: relative;
}
.nbmcatebox ul {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}
.nbmcatebox ul li{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	padding:0;
}
.nbmcatebox ul li a{
	padding:0;
	margin:0;
	position:relative;
}
.nbmcatebox ul li .nbmcate{
	display:flex;
	text-align:left;
	gap:1.2rem;
}
.nbmcatebox ul li .nbmcate:hover span:after {
	display:inline-block;
}
.nbmcatebox ul li .nbmcate span{
	position:relative;
	display:inline-block;
	font-family: pretendard-400;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2.6rem;
	letter-spacing: 0em;
	text-align: left;
	color:#F9F9F9;
}
.nbmcatebox ul li .nbmcate span:after {
	display:none;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background: #F9F9F9;
}
.nbmcatebox ul li .nbmcate b{
	position:relative;
	display:inline-block;
	color: #C6C4B9;
	font-family: pretendard-700;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.6rem;
}
.nbmcatebox ul li.selected a span{
	font-family: pretendard-700;
	font-weight: 700;
}
.nbmcatebox ul li.selected a span:after{
	display:inline-block;
}





.nbm_tagBox {
    display: block;
    text-align: left;
}
.nbm_tagBox a {
    position: relative;
    margin: 0 0.8rem 0.8rem 0;
    display: inline-block;
	padding: 0.7rem 1.3rem 0.7rem 1.3rem;
	border-radius: 9.9rem;
	border:1px solid rgba(249, 249, 249, 0.10);
	background: rgba(249, 249, 249, 0.10);
	text-align: center;
}
.nbm_tagBox a span {
	color: #F9F9F9;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.2rem;
}
.nbm_tagBox a:hover{
	color:#fff;
	border: 1px solid #F9F9F9;
	background: #23201F;
	backdrop-filter: blur(3px);
}


.nbm_famous{
	width:100%;
	position:relative;
}
.nbm_famous ul {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}
.nbm_famous ul li{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	padding:0 0 0 2.4rem;
}
.nbm_famous ul li:hover dl a{
	font-family: pretendard-600;
	font-weight: 600;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.nbm_famous ul li span{
	position:absolute;
	left:0rem;
	top:0rem;
	color:#C6C4B9;
	font-size: 1.6rem;
    font-family: pretendard-700;
	font-weight: 700;
	line-height: 2.6rem;
	letter-spacing: 0em;
	text-align: left;
	display:inline-block;
}
.nbm_famous ul li dl{
	display:block;
	position:relative;
}
.nbm_famous ul li dl a{
	text-align: left;
	color: #F9F9F9;
	font-family: pretendard-400;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.6rem;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media (max-width: 1600px) {
	.nbmcatebox {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.nx_blog_menuArea {
		width:100%;
		grid-column: span 12;
	}
	.nbmBox {
		margin-top: 6rem;
	}
}
@media (max-width: 767px) {
	.nbmcatebox ul {
		gap: 1rem;
	}
	.nbmcatebox ul li .nbmcate span {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	.nbmcatebox ul li .nbmcate b {
		font-size: 1.4rem;
		line-height: 2.6rem;
	}
	.nbmBox {
		margin-top: 4rem;
	}
	.nbmt.moshow{
		display:block;
	}
	.nbmt p {
		margin: 0 0 2rem 0;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.nbm_tagBox a {
		margin: 0 0.6rem 0.6rem 0;
		padding: 0.5rem 1.3rem 0.5rem 1.3rem;
	}
	.nbm_tagBox a span {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.nbm_famous ul li {
		padding: 0 0 0 2.1rem;
	}
	.nbm_famous ul li span {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	.nbm_famous ul li dl a {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}

/*--------------------------------------------------------------
# 블로그 리스트 페이지
--------------------------------------------------------------*/
.nxt_blog_list_wrap {
    position: relative;
    width: 100%;
    padding: 9rem 0 0 0;
	background: #23201F;
}
.nxt_blog_list_Sidebox {
    position: relative;
    width: 100%;
    padding: 10rem 3rem 8rem 3rem;
}
.nxt_blog_ContentArea{
	position: relative;
    width: 100%;
}
.nxtbh1{
	position:absolute;
	left:0;
	top:0;
}
.nxtbh1 h1{
	color: #F9F9F9;
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.2rem;
}
.nxt_blog_list_Inner{
	padding: 0;
    position: Relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 3rem;
    align-items: start;
}
.nx_blog_contentArea{
	grid-column: span 9;
    position: Relative;
}
.nx_bloglist {
    padding: 0 0 0 6.7rem;
    position: Relative;
    width: 100%;
}
.nx_bloglist ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1.5rem;
    list-style-type: none;
    justify-content: flex-start;
}
.nx_bloglist li {
    position: relative;
    flex: 0 0 calc(33.33333333% - 3rem);
    margin: 0rem 1.5rem 8rem 1.5rem;
    box-sizing: border-box;
}

.nx_blogt{
	padding:0 0 0 14.7rem;
	position:Relative;
	margin:2rem 0 0 0;
	width:100%;
	color: #F9F9F9;
}
.nx_blogt b{
	position:absolute;
	left:0;
	top:0;
	color: #F9F9F9;
    font-family: pretendard-600;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.6rem;
}
.nx_blogttext{
	position:Relative;
	width:100%;
}
.nx_blogttext h2{
	margin:0;
	color: #F9F9F9;
    font-family: pretendard-400;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.nx_blogttext span{
	display:block;
	margin:1rem 0 0 0;
 	opacity: 0.4;
	color: #F9F9F9;
    font-family: pretendard-600;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 2.2rem;
}
@media (max-width: 1600px) {
	.nxt_blog_list_Sidebox {
		padding: 10rem 2rem 6rem 2rem;
	}
	.nxtbh1 {
		margin: 0 0 3rem 0;
		display: flex;
		position: relative;
	}
	.nx_blogt b {
		display: flex;
		position: relative;
		padding: 0 0 0.4rem 0;
	}
	.nx_blogt {
		padding: 0;
		margin: 2rem 0 0 0;
	}
}
@media (max-width: 1400px) {
	.nx_bloglist {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.nxt_blog_list_Sidebox {
		padding: 8rem 2rem 4rem 2rem;
	}
	.nxt_blog_list_Inner {
		padding: 0;
		position: Relative;
		width: 100%;
		display: flex;
		align-items: start;
		flex-direction: column-reverse;
	}
	.nx_blog_contentArea {
		margin: 0 0 6rem 0;
		width: 100%;
		grid-column: span 12;
	}
}
@media (max-width: 767px) {
	.nxt_blog_list_wrap {
		padding: 6rem 0 0 0;
	}
	.nxt_blog_list_Sidebox {
		padding: 4rem 1.6rem 0rem 1.6rem;
	}
	.nxtbh1 h1 {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.nx_blog_contentArea {
		margin: 0 0 4rem 0;
	}
	.nx_blog_menuArea {
		padding: 4rem 0;
	}
	.nx_bloglist ul {
		margin: -1rem;
	}
	.nx_bloglist li {
		flex: 0 0 calc(50% - 2rem);
		margin: 0rem 1rem 6rem 1rem;
	}
	.nx_blogt b {
		font-size: 1.3rem;
		line-height: 2.2rem;
		padding: 0 0 0.6rem 0;
	}
	.nx_blogttext h2 {
		font-size: 1.3rem;
		line-height: 2.2rem;
		-webkit-line-clamp: 2;
	}
	.nx_blogttext span {
		margin: 1rem 0 0 0;
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
}


/*--------------------------------------------------------------
# 블로그 상세 페이지 에디터 컨텐츠 css
--------------------------------------------------------------*/
.nxt_blog_subjectTBox h2{
	font-family: 'Pretendard-Bold';
    line-height: 3.6rem;
    font-size: 2.8rem;
	margin:0rem 0rem 1.6rem 0rem;
}
.nxt_blog_subjectTBox h2 span {
    /* font-family: 'Pretendard-Bold'!important; */
    line-height: 3.6rem!important;
    font-size: 2.8rem!important;
}

.nxt_blog_subjectTBox h3{
	font-family: 'Pretendard-SemiBold';
    line-height: 3rem;
    font-size: 2.2rem;
	margin:0rem 0rem 1.2rem 0rem;
}
.nxt_blog_subjectTBox h3 span {
    /* font-family: 'Pretendard-SemiBold'!important; */
    line-height: 3rem!important;
    font-size: 2.4rem!important;
}

.nxt_blog_subjectTBox h4{
	font-family: 'Pretendard-SemiBold';
    line-height: 3rem;
    font-size: 2rem;
	margin:0rem 0rem 1.2rem 0rem;
}
.nxt_blog_subjectTBox h4 span {
    /* font-family: 'Pretendard-SemiBold'!important; */
    line-height: 3rem!important;
    font-size: 2.4rem!important;
}

.nxt_blog_subjectTBox a{
	color:blue;
}

.nxt_blog_subjectTBox{
	overflow:hidden;
	font-size:1.8rem;
	/* line-height: 1.8; */
    line-height: 3.4rem;
	font-family: 'Pretendard-Light';
}

.nxt_blog_subjectTBox p {
	overflow:hidden;
	font-size:1.8rem;
	/* line-height: 1.8; */
    line-height: 3.4rem;
	font-family: 'Pretendard-Light';
}
.nxt_blog_subjectTBox p span{
	font-family: 'Pretendard-Light';
}


.nxt_blog_subjectTBox .marker
{
	font-family: 'Pretendard-Medium';
	background-color: Yellow;
}

.nxt_blog_subjectTBox .marker2
{
	font-family: 'Pretendard-Medium';
	background-color: Cyan;
}

.nxt_blog_subjectTBox img{
	/* float: inherit!important; */
	max-width:100%;
	display:inline-block;
}

.nxt_blog_subjectTBox ul li {
    font-size: 1.7rem;
    line-height: 2.7rem;
    position: relative;
    padding: 0rem 1rem 1rem 1rem;
    font-family: 'Pretendard-Light';
}
.nxt_blog_subjectTBox ul li span{
	font-family: 'Pretendard-Light';
}
.nxt_blog_subjectTBox ul li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0rem;
    top: 1.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #444;
}

.nxt_blog_subjectTBox ol li {
	font-size: 1.7rem;
    line-height: 2.7rem;
	position:relative;
	padding: 0rem 1rem 1rem 1rem;
	font-family: 'Pretendard-Light';
}
.nxt_blog_subjectTBox ol li span{
	font-family: 'Pretendard-Light';
}
.nxt_blog_subjectTBox ol li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0rem;
    top: 1.1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #444;
}

.tacenter table{
	margin:0 auto;
	float:none;
}
.taleft table{
	margin:0 auto 0 0;
	float:none;
}
.taright table{
	margin:0 0 0 auto;
	float:none;
}

.nxt_blog_subjectTBox table{width:100%;}
.nxt_blog_subjectTBox table tbody tr td {
    padding: 1rem;
    border: 1px solid #ddd;
	font-size:1.5rem;
	font-family: Pretendard;
}
.nxt_blog_subjectTBox table tbody tr:nth-child(1){
	background:#444;
	color:#fff;
	font-size:1.6rem;
	font-family: Pretendard;
}

.nxt_blog_subjectTBox table tbody tr td p{
	font-size:1.5rem;
	font-family: Pretendard;
}
.nxt_blog_subjectTBox table tbody tr td ul li{
	padding: 0rem 0rem 0rem 1rem;
	font-size:1.5rem;
	font-family: Pretendard;
}

.nxt_blog_subjectTBox blockquote {
    font-style: italic;
   font-family: 'Pretendard-Light';
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
	padding-left: 2rem;
    padding-right: 0.8rem;
    border-left-width: 0.5rem;
	font-size: 1.6rem;
    line-height: 2.4rem;
	
}
.nxt_blog_subjectTBox blockquote p {
    font-size: 1.7rem;
    line-height: 2.8rem;
    font-family: 'Pretendard-Light';
}

.nxt_blog_subjectTBox iframe {
    width: 100%!important;
    /* height: 34vw!important; */
	height: 47.3rem!important;
}

@media (max-width: 991px) {
	.nxt_blog_subjectTBox table{
		width:100%!important;
	}
	
	.nxt_blog_subjectTBox iframe {
		width: 100%!important;
		height: 50vw!important;
	}
}
@media (max-width: 880px) {
	.nxt_blog_subjectTBox img{
		display:inline-block!important;
		height:auto!important;
	}
}
@media (max-width: 767px) {
	.nxt_blog_subjectTBox h2{
		line-height: 2.8rem;
		font-size: 2.2rem;
		margin:0rem 0rem 1.4rem 0rem;
	}
	.nxt_blog_subjectTBox h2 span {
		letter-spacing: -0.02em;
		line-height: 2.8rem!important;
		font-size: 2.2rem!important;
	}
	
	.nxt_blog_subjectTBox h3{
		line-height: 2.2rem;
		font-size: 1.9rem;
		margin:0rem 0rem 1rem 0rem;
	}
	.nxt_blog_subjectTBox h3 span {
		line-height: 2.2rem!important;
		font-size: 1.9rem!important;
	}
	
	.nxt_blog_subjectTBox h4{
		line-height: 2.2rem;
		font-size: 1.9rem;
		margin:0rem 0rem 1rem 0rem;
	}
	.nxt_blog_subjectTBox h4 span {
		line-height: 2.2rem!important;
		font-size: 1.9rem!important;
	}
	
	.nxt_blog_subjectTBox{
		font-size:1.6rem;
		/* line-height: 1.7; */
		line-height: 2.7rem;
	}
	.nxt_blog_subjectTBox p {
		font-size:1.6rem;
		/* line-height: 1.7; */
		line-height: 2.7rem;
	}
	.nxt_blog_subjectTBox p span{
		font-size: 1.6rem!important;
	}
	
	.nxt_blog_subjectTBox table tbody tr td{
		font-size: 1.4rem;
	}
	.nxt_blog_subjectTBox table tbody tr td span{
		font-size: 1.4rem!important;
	}
	.nxt_blog_subjectTBox table tbody tr td p{
		font-size:1.4rem;
		font-family: Pretendard;
	}
	.nxt_blog_subjectTBox table tbody tr td ul li{
		padding: 0rem 0rem 0rem 1rem;
		font-size:1.4rem;
		font-family: Pretendard;
	}
	
	.nxt_blog_subjectTBox ul li{
		line-height: 2.4rem;
		font-size: 1.5rem;
	}
	.nxt_blog_subjectTBox ul li span{
		font-size: 1.5rem!important;
	}
	.nxt_blog_subjectTBox ul li:before {
		top: 1rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	
	.nxt_blog_subjectTBox ol li{
		line-height: 2.4rem;
		font-size: 1.5rem;
	}
	.nxt_blog_subjectTBox ol ol span{
		font-size: 1.5rem!important;
	}
	.nxt_blog_subjectTBox ol li:before {
		top: 1rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	
	.nxt_blog_subjectTBox blockquote p {
		font-size: 1.5rem;
		line-height: 2.4rem;
		font-family: 'Pretendard-Light';
	}
	.nxt_blog_subjectTBox blockquote {
		font-style: italic;
		font-family: 'Pretendard-Light';
		padding: 2px 0;
		border-style: solid;
		border-color: #ccc;
		border-width: 0;
		padding-left: 1rem;
		padding-right: 0.5rem;
		border-left-width: 0.4rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}


/*--------------------------------------------------------------
# 블로그 해시태그 리스트 페이지
--------------------------------------------------------------*/

.nxt_blog_hash_wrap{
	width:100%;
	position:relative;
	margin-top:10rem;
}
.nxt_blog_hash_Sidebox{
	max-width:120rem;
	padding:10rem 2rem 12rem 2rem;
	margin:0 auto;
	
}
.nxt_blog_hash_Inner{
	width:100%;
	position:relative;
}

.hashListh1 h1 {
    display: flex;
    margin-bottom: 3rem;
    width: 100%;
    font-size: 2.6rem;
    font-family: 'Pretendard-Bold';
    line-height: 3.4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #222;
    align-items: center;
}
.hashListh1 span {
    margin-left: 0rem;
    display: inline-block;
    font-size: 3rem;
    font-family: 'Pretendard-Bold';
    line-height: 4rem;
    letter-spacing: 0em;
    text-align: left;
    color: #8754FB;
}
@media (max-width: 991px) {
	.nxt_blog_hash_wrap{
		    margin-top: 5rem;
	}
	.nxt_blog_hash_Sidebox{
		padding:6rem 2rem 8rem 2rem;
	}
}
@media (max-width: 767px) {
	.nxt_blog_hash_wrap{
		    margin-top: 5rem;
	}
	.nxt_blog_hash_Sidebox{
		padding:2rem 2rem 6rem 2rem;
	}
	.hashListh1 h1{
		display: block;
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.hashListh1 h1 span {
		line-height: 3rem;
		margin-left: 0rem;
		margin-top: 0rem;
		display: block;
		font-size: 2rem;
	}
}

/*--------------------------------------------------------------
# 블로그 하단 공통 영역
--------------------------------------------------------------*/
.blogCommonArea{
	display:block;
	text-align:center;
	padding:4rem 0rem;
}
.bactitle{
	display:block;
	text-align:center;
}
.bactitle h2{
	display:block;
	text-align:center;
	color: #8754FB;
	font-family: Pretendard;
	font-size: 3.4rem;
	font-style: normal;
	font-weight: 800;
	line-height: 4.2rem;
}
.bactitle h3{
	display:block;
	margin:1.4rem 0 0 0;
	text-align:center;
	color: #111;
	font-family: Pretendard;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.2rem;
}
.bacimg{
	margin:4rem 0rem;
	display:block;
	text-align:center;
}
.bacimg img{
	display:inline-block;
	max-width:100%;
}
.bacsubt{
	display:block;
	text-align:center;
}
.bactext {
    display: flex;
    margin-top: 1.6rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    align-items: center;
    justify-content: center;
}
.bactext a {
    text-decoration: inherit!important;
    font-family: Pretendard;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    color: #111;
}
.bactext span{
	font-family: Pretendard;
	font-style: normal;
	font-weight: 700;
	display:inline-block;
	margin-right:1rem;
}
.mbcbr{display:none;}
@media (max-width: 767px) {
	.bactitle h2 {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}
	.bactitle h3 {
		margin:1rem 0 0 0;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.mbcbr{display:block;}
	.bacimg {
		margin: 2rem 0rem;
	}
	.bactext {
		text-align: left;
		padding-left: 5rem;
		position: relative;
		margin-top: 1rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
		align-items: center;
		justify-content: flex-start;
	}
	.bactext span{
		position:absolute;
		left:0rem;
		top:0rem;
	}
	.bactext a {
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}





/*--------------------------------------------------------------
# 블로그 상세 페이지
--------------------------------------------------------------*/
.nxt_blog_page_wrap{
	width:100%;
	position:relative;
	overflow:hidden;
	background: #EFEDEA;
	padding:17rem 0 0 0;
}
.nxt_blog_page_Sidebox{
	max-width:88rem;
	padding:0px 2rem 10rem 2rem;
	margin:0 auto;
	
}
.nxt_blog_page_Inner{
	width:100%;
	position:relative;
}

.b_backbtnBox {
	position:relative;
    display: flex;
    margin-bottom: 4rem;
}
button.downloadDoc {
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    position: absolute;
    display: inline-block;
    padding: 10px;
    background: #14335A;
    border-radius: 4px;
    font-family: 'Pretendard-Bold';
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.b_backbtnBox a {
    text-decoration: none !important;
}


.b_backbtn a {
    text-decoration: none !important;
}

.b_backbtn {
    display: flex;
}
.b_backbtn a {
    display: flex;
}
.b_backbtn img {
    height: 6rem;
}
.b_backbtn dl {
    font-size: 2.2rem;
    font-family: pretendard-500;
	font-weight: 500;
    line-height: 6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #23201F;
    margin-left: 1.6rem;
}

.writeContentBox{
	position:relative;
}

.nxb_title{
	display:block;
	padding-bottom:6rem;
	border-bottom:1px solid #eee;
}
.nxb_title p{
		display:block;
		text-align:left;
}
.nxb_title p a{
	display:inline-block;
font-family: pretendard-700;
font-weight: 700;
font-size: 2rem;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color:#39322D;
}
.nxb_title h1{
	margin: 1rem 0rem 3rem 0rem;
	display:block;
	font-family: pretendard-700;
	font-weight: 700;
font-size: 4rem;
line-height: 5.8rem;
letter-spacing: 0em;
text-align: left;
color:#23201F;
}

.regcntbox {
    height: 3.4rem;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
.regcntbox .nbsnsbox{
	top:0rem;
}
.regcntbox dl{
	position:relative;
	display:flex;
	margin-right:4.1rem;
}
.contnone{
	margin-right:0rem!important;
}
.contnone:after{
	content:none!important;
}
/* .regcntbox dl:after { */
    /* content: ''; */
    /* position: absolute; */
    /* right: -20px; */
    /* top: 10px; */
    /* width: 1px; */
    /* height: 14px; */
    /* background: #EEEEEE; */
/* } */
.regcntbox dl span{
font-size: 1.4rem;
	font-family: pretendard-500;
	font-weight: 500;
line-height: 3.4rem;
letter-spacing: 0em;
text-align: left;
color:#888;
margin-right:1rem;
display:inline-block;
}
.regcntbox dl b{
	margin:0;
	padding:0;
	display:inline-block;
font-size: 1.4rem;
	font-family: pretendard-600;
	font-weight: 600;
line-height: 3.4rem;
letter-spacing: 0em;
text-align: left;
color:#23201F;
}
.linkcopy{
	cursor:pointer;
}

.nxtb_sumbox{
	margin:6rem 0 0 0;
	width:100%;
	position:relative;
	text-align:center;
}
.nxtb_sum{
	position:relative;
	display:block;
	overflow:hidden;
}
/* .nxtb_sum:after { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* border-radius: 13px; */
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
    /* border-top-color: rgba(0, 0, 0, 0.06); */
    /* border-top-style: solid; */
    /* border-top-width: 1px; */
    /* border-right-color: rgba(0, 0, 0, 0.06); */
    /* border-right-style: solid; */
    /* border-right-width: 1px; */
    /* border-bottom-color: rgba(0, 0, 0, 0.06); */
    /* border-bottom-style: solid; */
    /* border-bottom-width: 1px; */
    /* border-left-color: rgba(0, 0, 0, 0.06); */
    /* border-left-style: solid; */
    /* border-left-width: 1px; */
    /* border-image-source: initial; */
    /* border-image-slice: initial; */
    /* border-image-width: initial; */
    /* border-image-outset: initial; */
    /* border-image-repeat: initial; */
    /* width: 100%; */
    /* height: 100%; */
    /* box-sizing: border-box; */
    /* pointer-events: none; */
    /* content: ""; */
    /* z-index: 6; */
/* } */
.nxtb_sumbox img {
	width:100%;
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.nxt_blog_subjectTBox{
	width:100%;
	position:relative;
}
.tagBox {
    margin-top: 6rem;
    display: block;
    text-align: left;
}
.tagBox a {
	text-decoration:none !important;
	margin:0 0.6rem 0.8rem 0;
    display: inline-block;
}
.tagBox a h4 {
	padding:0.8rem 1.8rem;
    background: #F6F6F6;
    border-radius: 99px;
    font-size: 1.5rem;
	font-family: pretendard-500;
	font-weight: 500;
    line-height: 2.8rem;
    text-align: center;
    color: #23201F;
}
.tagBox a h4:hover{
	background: #C6C4B9;
	color:#23201F;
	font-family: pretendard-700;
	font-weight: 700;
}


.nxtb_bottombox{
	display:block;
	position:relative;
}

.nxtb_bottombox a {
		/* text-decoration: none !important; */
}

.nxtb_inner{
	display:block;
	text-align:Center;
	margin-top:6rem;
	padding-bottom:6rem;
border-bottom: 1px solid #ddd;
}
.nxtb_btn{
	position:relative;
	width: 18rem;
height: 6rem;
display:inline-block;
}
.nxtb_btn a{
	position:absolute;
	left:0rem;
	top:0rem;
	width:100%;
	height:100%;
	font-family: pretendard-600;
font-size: 1.8rem;
font-weight: 600;
line-height: 6rem;
letter-spacing: 0.04em;
text-align: center;
color:#23201F;
letter-spacing: 0.72px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;

}
.nxb_npbox{
	display:block;
	margin-top:20px;
}
.nxb_np{
	display:block;
	width:100%;
	position:relative;
}
.nxb_np{
	width:100%;
	position:relative;
	padding:1.8rem 0 1.8rem 7.9rem;
}
.nxb_np span{
	display:inline-block;
	position:absolute;
	left:0rem;
	top:1.8rem;
font-size: 1.8rem;
	font-family: pretendard-700;
	font-weight: 700;
line-height: 3.5rem;
letter-spacing: 0.72px;
text-align: left;
color:#23201F;
}
.nxb_np a h3{
	    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-family: pretendard-400;
	font-weight: 400;
font-size: 1.8rem;
line-height: 3.5rem;
letter-spacing: 0em;
text-align: left;
color:#23201F;
}


.nxt_relbox{
	width:100%;
	position:relative;
	margin-top:10rem;
}
.nxt_relbox dl{
	font-family: pretendard-700;
	font-weight: 700;
font-size: 4.4rem;
line-height: 6.6rem;
letter-spacing: 0em;
text-align: left;
color:#23201F;
display:block;
}

.nxtrelslidebox{
	width:100%;
	position:relative;
	margin-top:30px;
	z-index:20;
}
.nxtrelslidebox .swiper{
	z-index:20;
	overflow:inherit;
}
.nxtrelslidebox .swiper-wrapper{
	height:auto;
}
.sBtnGroup {
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 32%;
    transform: inherit;
}
.sBtnGroup .swiper-button-next:after{
	display:none;
}
.sBtnGroup .swiper-button-prev:after{
	display:none;
}
.sBtnGroup .swiper-button-prev{
	left: -30px;
	width: 60px;
    height: 60px;
	border-radius:50%;
    background: rgba(246, 246, 246, 0.7);
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
	
	background-image: url(../img/blog/relslide_arrow_prev.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.sBtnGroup .swiper-button-next{
	right: -3rem;
	width: 6rem;
    height:6rem;
	border-radius:50%;
    background: rgba(246, 246, 246, 0.7);
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
	
	
	background-image: url(../img/blog/relslide_arrow_next.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.relpostbox{
	width:100%;
	position:relative;
}
.relpostbox figure {
    width: 100%;
    position: relative;
    padding-bottom: 133%;
	overflow: hidden;
}
/* .relpostbox figure:after { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* border-radius: 13px; */
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
    /* border-top-color: rgba(0, 0, 0, 0.06); */
    /* border-top-style: solid; */
    /* border-top-width: 1px; */
    /* border-right-color: rgba(0, 0, 0, 0.06); */
    /* border-right-style: solid; */
    /* border-right-width: 1px; */
    /* border-bottom-color: rgba(0, 0, 0, 0.06); */
    /* border-bottom-style: solid; */
    /* border-bottom-width: 1px; */
    /* border-left-color: rgba(0, 0, 0, 0.06); */
    /* border-left-style: solid; */
    /* border-left-width: 1px; */
    /* border-image-source: initial; */
    /* border-image-slice: initial; */
    /* border-image-width: initial; */
    /* border-image-outset: initial; */
    /* border-image-repeat: initial; */
    /* width: 100%; */
    /* height: 100%; */
    /* box-sizing: border-box; */
    /* pointer-events: none; */
    /* content: ""; */
    /* z-index: 6; */
/* } */
.relpostbox figure img{
	z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.nx_relblogt{
	display:block;
	margin-top:3rem;
}

.nxt_relbox a {
	text-decoration: none !important;
}

.nx_relblogt h3{
	margin:0rem 0rem 1.6rem 0rem;
	font-family: pretendard-400;
	font-weight: 400;
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0em;
text-align: left;
color:#23201F;
display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nx_relblogt span{
	display:block;
	font-family: pretendard-400;
	font-weight: 400;
font-size: 1.5rem;
line-height: 2.4rem;
letter-spacing: 0em;
text-align: left;
color:#999;
}
@media (max-width: 1280px) {
	.nxt_blog_page_wrap {
		/* margin-top: 120px; */
	}
}
@media (max-width: 991px) {
	.nxt_blog_page_wrap {
		padding: 14rem 0 0 0;
	}
	.nxt_blog_page_Sidebox {
		padding: 0 2rem 8rem 2rem;
	}
	
	.b_backbtnBox {
		margin-bottom: 30px;
	}
	
	.b_backbtn img {
		height: 50px;
	}
	.b_backbtn dl {
		font-size: 20px;
		line-height: 50px;
		margin-left: 14px;
	}
	
	.nxb_title {
		padding-bottom: 4rem
	}
	.nxb_title p a{
		font-size: 18px;
		line-height: 24px;
	}
	.nxb_title h1 {
		margin: 10px 0rem 20px 0rem;
		font-size: 38px;
		line-height: 50px;
	}
	
	
	
	.nxtb_sumbox {
		margin: 4rem 0 0 0;
	}
	
	.tagBox {
		margin-top: 5rem;
	}
	
	.nxtb_inner {
		margin-top: 5rem;
		padding-bottom: 5rem;
	}
	.nxtb_btn {
		width: 160px;
		height: 50px;
	}
	.nxtb_btn a {
		border-radius: 99px;
		font-size: 18px;
		line-height: 50px;
	}
	.nxb_npbox {
		margin-top: 10px;
	}
	.nxb_np {
		padding: 16px 0rem 16px 70px;
	}
	.nxb_np span {
		top: 16px;
		font-size: 16px;
		line-height: 30px;
	}
	.nxb_np a h3 {
		font-size: 16px;
		line-height: 30px;
	}
	
	
	.nxt_relbox {
		margin-top: 80px;
	}
	.sBtnGroup {
		top: 34%;
	}
	.sBtnGroup .swiper-button-prev {
		left: -20px;
		width: 50px;
		height: 50px;
		background-size: 16px;
	}
	.sBtnGroup .swiper-button-next {
		right: -20px;
		width: 50px;
		height: 50px;
		background-size: 16px;
	}
	.nxt_relbox dl {
		font-size: 38px;
		line-height: 50px;
	}
	.nx_relblogt{
		margin-top:20px;
	}
	.nx_relblogt h3 {
		margin: 0rem 0rem 12px 0rem;
		font-size: 18px;
		line-height: 30px;
	}
	.nx_relblogt span {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.nxt_blog_page_wrap {
		padding: 10rem 0 0 0;
	}
	.nxt_blog_page_Sidebox {
		padding: 0 1.6rem 4rem 1.6rem;
	}
	
	.b_backbtnBox .nbsnsbox {
		top: 8px;
	}
	.b_backbtn img {
		height: 40px;
	}
	.b_backbtn dl {
		font-size: 16px;
		line-height: 40px;
		margin-left: 8px;
	}
	
	.nxb_title {
		padding-bottom: 4rem;
	}
	.nxb_title p a{
		font-size: 13px;
		line-height: 16px;
	}
	.nxb_title h1 {
		margin: 12px 0rem 12px 0rem;
		font-size: 22px;
		line-height: 30px;
	}
	.regcntbox dl {
		margin-right: 31px;
	}
	.regcntbox {
		/* padding-bottom: 64px; */
		height: auto;
	}
	.regcntbox dl span {
		font-size: 11px;
		line-height: 18px;
		margin-right:10px;
	}
	.regcntbox dl b{
		font-size: 11px;
		line-height: 18px;
	}
	.regcntbox dl:after {
		content: '';
		position: absolute;
		right: -15px;
		top: 3.5px;
		width: 1px;
		height: 11px;
		background: #EEEEEE;
	}
	.regcntbox .nbsnsbox {
		bottom: 0rem;
		left: -3px;
		top: inherit;
		right: inherit;
	}
	.regcntbox .korea-sns {
		width: 100%;
		margin: 0;
		height: 34px;
		display: flex;
	}
	.regcntbox .korea-sns-button {
		width: 34px;
		height: 34px;
		margin: 0px 3px;
	}
	
	.nxtb_sumbox {
		margin: 40px 0 0 0;
	}
	/* .nxtb_sum{ */
		/* border-radius:8px; */
	/* } */
	/* .nxtb_sum:after { */
		/* border-radius: 8px; */
	/* } */
	
	
	.tagBox {
		margin-top: 4rem;
	}
	.tagBox a h4 {
		padding: 6px 16px 6px 16px;
		font-size: 13px;
		line-height: 28px;
	}
	
	.nxtb_inner {
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.nxtb_btn {
		width: 117px;
		height: 43px;
	}
	.nxtb_btn a {
		font-size: 14px;
		line-height: 43px;
	}
	.nxb_np {
		padding: 13px 0rem 13px 56px;
	}
	.nxb_np a h3 {
		font-size: 14px;
		line-height: 20px;
	}
	.nxb_np span {
		top: 13px;
		font-size: 14px;
		line-height: 20px;
	}
	
	
	.nxt_relbox {
		margin-top: 50px;
	}
	.sBtnGroup {
		right: 0rem;
		left: inherit;
		width: 70px;
		top: -28px;
	}
	.sBtnGroup .swiper-button-prev {
		left: 0rem;
		width: 30px;
		height: 30px;
		background-size: 12px;
	}
	.sBtnGroup .swiper-button-next {
		right: 0rem;
		width: 30px;
		height: 30px;
		background-size: 12px;
	}
	.nxt_relbox dl {
		font-size: 20px;
		line-height: 30px;
	}
	.nxtrelslidebox {
		margin-top: 20px;
	}
	.nx_relblogt{
		margin-top:20px;
	}
	.nx_relblogt h3 {
		margin: 0rem 0rem 14px 0rem;
		font-size: 16px;
		line-height: 22px;
	}
	.nx_relblogt span {
		font-size: 11px;
		line-height: 18px;
	}
}



/*--------------------------------------------------------------
# 블로그 상세 페이지 에디터 컨텐츠 css
--------------------------------------------------------------*/
.seo_grid{
	margin:6rem 0 0 0;
	/* border-radius: 13px; */
	/* background: #F6F6F6; */
}
.nxt_blog_subjectTBox h2{
	font-family: pretendard-700;
	font-weight: 700;
    line-height: 36px;
    font-size: 28px;
	margin:0px 0px 16px 0px;
}
.nxt_blog_subjectTBox h2 span {
    /* font-family: 'Pretendard-Bold'!important; */
    line-height: 36px!important;
    font-size: 28px!important;
}

.nxt_blog_subjectTBox h3{
	font-family: pretendard-600;
	font-weight: 600;
    line-height: 30px;
    font-size: 22px;
	margin:0px 0px 12px 0px;
}
.nxt_blog_subjectTBox h3 span {
    /* font-family: 'Pretendard-SemiBold'!important; */
    line-height: 30px!important;
    font-size: 24px!important;
}

.nxt_blog_subjectTBox h4{
	font-family: pretendard-600;
	font-weight: 600;
    line-height: 30px;
    font-size: 20px;
	margin:0px 0px 12px 0px;
}
.nxt_blog_subjectTBox h4 span {
    /* font-family: 'Pretendard-SemiBold'!important; */
    line-height: 30px!important;
    font-size: 24px!important;
}

.nxt_blog_subjectTBox a{
	color:blue;
}

.nxt_blog_subjectTBox{
	/* overflow:hidden; */
	font-size:18px;
	/* line-height: 1.8; */
    line-height: 34px;
	font-family: pretendard-300;
	font-weight: 300;
}

.nxt_blog_subjectTBox p {
	overflow:hidden;
	font-size:18px;
	/* line-height: 1.8; */
    line-height: 34px;
	font-family: pretendard-300;
	font-weight: 300;
}
.nxt_blog_subjectTBox p span{
	font-family: pretendard-300;
	font-weight: 300;
}


.nxt_blog_subjectTBox .marker
{
	font-family: pretendard-500;
	font-weight: 500;
	background-color: Yellow;
}

.nxt_blog_subjectTBox .marker2
{
	font-family: pretendard-500;
	font-weight: 500;
	background-color: Cyan;
}

.nxt_blog_subjectTBox img{
	/* float: inherit!important; */
	max-width:100%;
	display:inline-block;
}

.nxt_blog_subjectTBox ul li {
    font-size: 17px;
    line-height: 27px;
    position: relative;
    padding: 0px 10px 10px 10px;
    font-family: pretendard-300;
	font-weight: 300;
}
.nxt_blog_subjectTBox ul li span{
	font-family: pretendard-300;
	font-weight: 300;
}
.nxt_blog_subjectTBox ul li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #444;
}

.nxt_blog_subjectTBox ol li {
	font-size: 17px;
    line-height: 27px;
	position:relative;
	padding: 0px 10px 10px 10px;
	font-family: pretendard-300;
	font-weight: 300;
}
.nxt_blog_subjectTBox ol li span{
	font-family: pretendard-300;
	font-weight: 300;
}
.nxt_blog_subjectTBox ol li:before {
    border-radius: 50%;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #444;
}

.tacenter table{
	margin:0 auto;
	float:none;
}
.taleft table{
	margin:0 auto 0 0;
	float:none;
}
.taright table{
	margin:0 0 0 auto;
	float:none;
}

.nxt_blog_subjectTBox table{width:100%;}
.nxt_blog_subjectTBox table tbody tr td {
    padding: 10px;
    border: 1px solid #ddd;
	font-size:15px;
	font-family: pretendard-400;
	font-weight: 400;
}
.nxt_blog_subjectTBox table tbody tr:nth-child(1) td{
	background:#444;
	color:#fff;
	font-size:16px;
	font-family: pretendard-400;
	font-weight: 400;
}

.nxt_blog_subjectTBox table tbody tr td p{
	font-size:15px;
	font-family: pretendard-400;
	font-weight: 400;
}
.nxt_blog_subjectTBox table tbody tr td ul li{
	padding: 0px 0px 0px 10px;
	font-size:15px;
	font-family: pretendard-400;
	font-weight: 400;
}


/* 인용구 타입 1 */
.nxt_blog_subjectTBox blockquote {
	position:relative;
    margin: 0 0 0 80px!important;
    border-radius: 0px 20px 20px 20px!important;
    border: 1px solid #E5E5E5;
    background: #FFF;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05)!important;
    padding: 20px!important;
}
.nxt_blog_subjectTBox blockquote:before{
	content:'';
	position:absolute;
	left: -80px;
	top:0;
	width:54px;
	height:54px;
	background: url(../img/blog/blockquote_logo.png) no-repeat center / cover;
}
.nxt_blog_subjectTBox blockquote:after {
    content: '';
    position: absolute;
    left: -17px;
    top: -1px;
    width: 17px;
    height: 17px;
    background: url(../img/blog/blockquote_corner.png) no-repeat center / cover;
}
.nxt_blog_subjectTBox blockquote p{
	color: #000;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.nxt_blog_subjectTBox blockquote p span{
	font-size: 17px!important;
}
.nxt_blog_subjectTBox blockquote a span {
    font-family: pretendard-600;
	font-weight: 600;
    font-style: inherit!important;
    background-color: inherit!important;
    color: #2167FF;
    text-decoration: underline;
}

/* 인용구 타입 2 */
.nxt_blog_subjectTBox blockquote.ver2 {
    position: relative;
    border-radius: 20px!important;
    border: 1px solid #328D50!important;
    background: #F4FFF8!important;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05)!important;
    margin: 0!important;
    padding: 52px 20px 20px 20px!important;
	color: #000;
	font-family: pretendard-400;
	font-size: 17px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.nxt_blog_subjectTBox blockquote.ver2 p{
	color: #000;
	font-family: Pretendard;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.nxt_blog_subjectTBox blockquote.ver2 p span{
	font-size: 17px!important;
}
.nxt_blog_subjectTBox blockquote.ver2:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 140px;
    height: 42px;
    background: url(../img/blog/blockquotever2_img.png) no-repeat center / cover;
}
.nxt_blog_subjectTBox blockquote.ver2:after {
    content: none!important;
}


.nxt_blog_subjectTBox iframe {
    width: 100%!important;
    /* height: 34vw!important; */
	height: 473px!important;
}

@media (max-width: 991px) {
	.seo_grid {
		margin: 4rem 0 0 0;
	}
	.nxt_blog_subjectTBox table{
		width:100%!important;
	}
	
	.nxt_blog_subjectTBox iframe {
		width: 100%!important;
		height: 50vw!important;
	}
}
@media (max-width: 880px) {
	.nxt_blog_subjectTBox img{
		display:inline-block!important;
		height:auto!important;
	}
}
@media (max-width: 767px) {
	.seo_grid {
		margin: 4rem 0 0 0;
	}
	.nxt_blog_subjectTBox h2{
		line-height: 26px;
		font-size: 20px;
		margin:0px 0px 14px 0px;
	}
	.nxt_blog_subjectTBox h2 span {
		letter-spacing: -0.02em;
		line-height: 26px!important;
		font-size: 20px!important;
	}
	
	.nxt_blog_subjectTBox h3{
		line-height: 24px;
		font-size: 17px;
		margin:0px 0px 10px 0px;
	}
	.nxt_blog_subjectTBox h3 span {
		line-height: 24px!important;
		font-size: 17px!important;
	}
	
	.nxt_blog_subjectTBox h4{
		line-height: 22px;
		font-size: 16px;
		margin:0px 0px 10px 0px;
	}
	.nxt_blog_subjectTBox h4 span {
		line-height: 22px!important;
		font-size: 16px!important;
	}
	
	.nxt_blog_subjectTBox{
		font-size:15px;
		/* line-height: 1.7; */
		line-height: 24px;
	}
	.nxt_blog_subjectTBox p {
		font-size:15px;
		/* line-height: 1.7; */
		line-height: 24px;
	}
	.nxt_blog_subjectTBox p span{
		font-size: 15px!important;
	}
	
	.nxt_blog_subjectTBox img {
		
	}
	
	.nxt_blog_subjectTBox table tbody tr td{
		font-size: 14px;
	}
	.nxt_blog_subjectTBox table tbody tr td span{
		font-size: 14px!important;
	}
	.nxt_blog_subjectTBox table tbody tr td p{
		font-size:14px;
		font-family: Pretendard;
	}
	.nxt_blog_subjectTBox table tbody tr td ul li{
		padding: 0px 0px 0px 10px;
		font-size:14px;
		font-family: Pretendard;
	}
	
	.nxt_blog_subjectTBox ul li{
		line-height: 24px;
		font-size: 15px;
	}
	.nxt_blog_subjectTBox ul li span{
		font-size: 15px!important;
	}
	.nxt_blog_subjectTBox ul li:before {
		top: 10px;
		width: 4px;
		height: 4px;
	}
	
	.nxt_blog_subjectTBox ol li{
		line-height: 24px;
		font-size: 15px;
	}
	.nxt_blog_subjectTBox ol ol span{
		font-size: 15px!important;
	}
	.nxt_blog_subjectTBox ol li:before {
		top: 10px;
		width: 4px;
		height: 4px;
	}
	
	
	/* 인용구 타입 1 */
	.nxt_blog_subjectTBox blockquote {
		margin: 0 0 0 50px !important;
        padding: 14px !important;
		border-radius: 0px 14px 14px 14px!important;
		box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05)!important;
	}
	.nxt_blog_subjectTBox blockquote p {
		font-size: 15px!important;
		line-height: 24px!important;
	}
	.nxt_blog_subjectTBox blockquote:before {
		left: -50px;
		top: 0;
		width: 34px;
		height: 34px;
	}
	.nxt_blog_subjectTBox blockquote:after {
		left: -14px;
		top: -1px;
		width: 14px;
		height: 17px;
	}
	.nxt_blog_subjectTBox blockquote p span{
		font-size: 15px!important;
	}
	
	
	/* 인용구 타입 2 */
	.nxt_blog_subjectTBox blockquote.ver2 {
		position: relative;
		border-radius: 14px!important;
		border: 1px solid #328D50!important;
		background: #F4FFF8!important;
		box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05)!important;
		margin: 0!important;
		padding: 42px 14px 14px 14px!important;
		font-size: 15px!important;
		line-height: 24px!important;
	}
	.nxt_blog_subjectTBox blockquote.ver2 p {
		font-size: 15px!important;
		line-height: 24px!important;
	}
	.nxt_blog_subjectTBox blockquote.ver2 p span{
		font-size: 15px!important;
	}
	.nxt_blog_subjectTBox blockquote.ver2:before {
		content: '';
		position: absolute;
		left: 10px;
		top: 10px;
		width: 110px;
		height: 32px;
		background: url(../img/blog/blockquotever2_img.png) no-repeat center / cover;
	}
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}
