/*--------------------------------------------------------------
# 블로그 클릭 오픈 메뉴
--------------------------------------------------------------*/

.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:#fff;border-radius: 2rem 2rem 0px 0px;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:#fff;}
.blosBox .nbmBox:last-child{padding-bottom:3rem;}
@media (max-width: 767px) {
	.blogopeniconInner{
		display:inline-block;
	}
}
/*--------------------------------------------------------------
# 블로그 리스트 페이지
--------------------------------------------------------------*/
.nxt_blog_list_wrap{
	box-sizing: border-box;
	width:100%;
	position:relative;
	margin-top:10rem;
}


.nxt_blog_list_Sidebox{
	/* max-width:140rem; */
	max-width:132rem;
	padding:10rem 2rem 12rem 2rem;
	margin:0 auto;
	
}
.nxt_blog_list_Inner {
    display: flex;
    width: 100%;
    position: relative;
    height: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
	gap:6rem;
}


.nx_blog_contentArea{
	width:100%;
	position:relative;
	/* min-height:89.3rem; */
}

.nxt_blog_page_Inner  a {
	text-decoration: underline !important;
}

.nbtitlebox{
margin-bottom:3rem;
width:100%;
position:relative;
}
.nbtitlebox h1{
	display:block;
		position:relative;
z-index:5;
}
.nbtitlebox h1 a{
font-size: 2.6rem;
font-family: 'Pretendard-Bold';
line-height: 3.4rem;
letter-spacing: 0em;
text-align: left;
color:#222;
    text-decoration: underline;
}
.nbsnsbox{
position:absolute;
right:0rem;
top:0rem;
z-index:10;
}
.korea-sns {
width: 100%;
margin: 0;
height: 3.4rem;
display: flex;
}
.korea-sns-button{
width:3.4rem;
height:3.4rem;
border-radius:0px;
display:inline-block;
cursor:pointer;
margin:0px 0.5rem;
background-size: cover;
}
.korea-sns-pos-center{
display:table;
margin:0 auto;
}


/* .nxt_blog_subjectTBox .tacenter{ */
	
/* } */



.nx_bloglist{
	width:100%;
	position:relative;
}
.nx_bloglist ul{
	width:100%;
	position:relative;
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nx_bloglist ul li{
	width:100%;
	position:relative;
}
.nx_bloglist ul li {
    float: left;
    text-align: lest;
    width: calc(50% - 1.5rem);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 3rem 6rem 0;
    background: #fff;
}
.nx_bloglist ul li:nth-child(2n){
	margin: 0 0rem 6rem 0;
}
.nx_blogcontent{
	width:100%;
	position:relative;
}
.nx_blogcontent figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.3rem;
    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;
}
.nx_blogcontent figure {
	border-radius: 1.3rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    padding-bottom: 66.375%;
}
.blogimg img {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
}
/* .blogimg img{ */
	/* z-index:5; */
	/* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
/* } */
.nx_blogt{
	margin-top:2rem;
	position:relative;
	display:block;
}
.nx_blogt h3{
display:block;
font-size: 1.7rem;
font-family: 'Pretendard-Bold';
line-height: 2.8rem;
letter-spacing: 0em;
text-align: left;
color:#8754FB;
}
.nx_blogt h2{
	margin:0.8rem 0rem 2rem 0rem;
font-size: 3rem;
font-family: 'Pretendard-Bold';
line-height: 4.2rem;
letter-spacing: 0em;
text-align: left;
color:#222;
display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nx_blogt span{
	display: block;
font-family: Pretendard;
font-size: 1.5rem;
line-height: 2.4rem;
letter-spacing: 0em;
text-align: left;
color:#999;
}

.pcpaging{
	display:block;
}
.mopaging{
	display:none;
}

.blog_paging_line{width: 100%;text-align: center;margin-top: 0px;}
.blog_paging_box{display: inline-block;}

.b_prev_page{
	text-align: center;width: 5rem;height: 5rem;background-color: #fff;margin-left: 0px;cursor: pointer;border: none;
	background-image: url(../img/blog/prev_Arrow_off.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
}
.b_prev_page:hover{
	background-image: url(../img/blog/prev_Arrow_on.png);
}
.b_next_page{
	text-align: center;width: 5rem;height: 5rem;background-color: #fff;margin-left: 0px;cursor: pointer;border: none;
	background-image: url(../img/blog/next_Arrow_off.png);
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
}
.b_next_page:hover{
	background-image: url(../img/blog/next_Arrow_on.png);
}

.blog_paging_number_box{height: 40px;}
.blog_paging_number_box ul{
	display:flex;
}
.blog_paging_number_box ul li {
	margin:0;
    line-height: 5rem;
    color: #888888;
    font-size: 1.9rem;
    font-family: Pretendard;
    display: inline-block;
    height: 5rem;
    width: 5rem;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 50%;
	position:relative;
}
.blog_paging_number_box ul li:after{
	display:none;
	position:absolute;
	content:'';
	bottom: 1.2rem;
	left:50%;
	transform:translateX(-50%);
	width: 1rem;
	height: 0.2rem;
	background: #8754FB;
}
.blog_paging_number_box ul li:hover{font-family: 'Pretendard-Bold';color:#8754FB;}
.blog_paging_number_box ul li:hover:after{
	display:inline-block;
}

.b_flex_box{display: flex;}
.on_blog_paging{position: relative; color:#222!important;font-family: 'Pretendard-Bold'!important;background: #f6f6f6;}	
.on_blog_paging:after{
	content:none!important;
}

/*-----------------
# 블로그 우측 메뉴
-------------------*/
.nx_blog_menuArea {
    display: inline-block;
    width: 50rem;
    position: relative;
    top: 0rem;
    right: 0rem;
	height:100%;
}
.nx_blog_menuInner{
	width:100%;
	position: relative;
}
.nxbmenuscroll {
	height: 100%;
    padding: 0rem 1.5rem 15rem 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:7rem;
}
.nbmBox:nth-child(1){
	margin-top:0rem;
}
.nbmt{
	position:relative;
	display:block;
}
.nbmt h4{
display:block;
font-size: 2.6rem;
font-family: 'Pretendard-Bold';
line-height: 3.4rem;
letter-spacing: 0em;
text-align: left;
color:#222;
margin-bottom:3rem;
}

.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: #fff;
    font-family: Pretendard;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem;
}

.nbmcatebox{
	width:100%;
	position:relative;
}
.nbmcatebox ul{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	border-top:1px solid #222;
}
.nbmcatebox ul li{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	padding:1.2rem 0rem 1.2rem 0rem;
	border-bottom:1px solid #eee;
}
.nbmcatebox ul li a{
	padding:0;
	margin:0;
	position:relative;
}
.nbmcatebox ul li .nbmcate{
	display:block;
	text-align:left;
}
.nbmcatebox ul li .nbmcate:hover span{
	font-family: 'Pretendard-Bold';
}
.nbmcatebox ul li .nbmcate:hover span:after {
	display:inline-block;
}
.nbmcatebox ul li .nbmcate span{
	position:relative;
	display:inline-block;
font-family: 'Pretendard-Medium';
font-size: 1.7rem;
line-height: 2.6rem;
letter-spacing: 0em;
text-align: left;
color:#222;
}
.nbmcatebox ul li .nbmcate span:after {
	display:none;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #8754FB;
}
.nbmcatebox ul li.selected a span{
	color: #8754FB;
	font-family: 'Pretendard-Bold';
}
.nbmcatebox ul li.selected a span:after{
	display:inline-block;
}




.nbm_tagBox {
    display: block;
    text-align: left;
	margin-bottom: -0.8rem;
}
.nbm_tagBox a {
    margin: 0px 0.6rem 0.8rem 0px;
    display: inline-block;
}
.nbm_tagBox a h4 {
    padding: 0.8rem 1.8rem 0.8rem 1.8rem;
    background: #F6F6F6;
    border-radius: 9.9rem;
    font-size: 1.5rem;
    font-family: 'Pretendard-Medium';
    line-height: 2.8rem;
    text-align: center;
    color: #222;
}
.nbm_tagBox a h4:hover{
	background: #8754FB;
	color:#fff;
}


.nbm_famous{
	width:100%;
	position:relative;
}
.nbm_famous ul{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
}
.nbm_famous ul li{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	padding:1.4rem 0rem 1.4rem 2.6rem;
	border-bottom:1px solid #eee;
}
.nbm_famous ul li:nth-child(1){
	padding:0rem 0rem 1.4rem 2.6rem;
}
.nbm_famous ul li:nth-child(1) span{
	top:0rem;
	color:#8754FB;
}
.nbm_famous ul li:nth-child(2) span{
	color:#8754FB;
}
.nbm_famous ul li:nth-child(3) span{
	color:#8754FB;
}
.nbm_famous ul li:nth-child(1) dl a{
	font-family: 'Pretendard-SemiBold';
}
.nbm_famous ul li:nth-child(2) dl a{
	font-family: 'Pretendard-SemiBold';
}
.nbm_famous ul li:nth-child(3) dl a{
	font-family: 'Pretendard-SemiBold';
}
.nbm_famous ul li span{
	position:absolute;
	left:0rem;
	top:1.4rem;
	font-size: 1.8rem;
	font-family: 'Pretendard-Bold';
	line-height: 2.8rem;
	letter-spacing: 0em;
	text-align: left;
	display:inline-block;
}
.nbm_famous ul li dl{
	display:block;
	position:relative;
}
.nbm_famous ul li dl a{
	font-family: Pretendard;
	font-size: 1.6rem;
	line-height: 2.8rem;
	letter-spacing: 0em;
	text-align: left;
	color:#222;
	display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


@media (max-width: 1200px) {
	.nxt_blog_list_Sidebox {
		padding: 6rem 2rem 8rem 2rem;
	}
	.nxt_blog_list_Inner {
		gap:5rem;
	}
	.nx_blogt {
		margin-top: 2rem;
	}
	.nx_blogt h3 {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.nx_blogt h2 {
		margin: 0.6rem 0rem 1.6rem 0rem;
		font-size: 2.6rem;
		line-height: 3.6rem;
		letter-spacing: 0em;
	}
	
	.nx_blog_menuArea {
	}
}

@media (max-width: 991px) {
	.nxt_blog_list_wrap {
		overflow: hidden;
		margin-top: 7rem;
	}
	
	
	.nxt_blog_list_Inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.nxbmenuscroll {
		height: auto;
		padding: 0rem;
		overflow-y: inherit;
	}
	
	
	.nx_blog_menuArea {
		position: relative;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.nxt_blog_list_Sidebox {
		padding: 2rem 2rem 0rem 2rem;
	}
	
	
	.nbtitlebox {
		margin-bottom: 2rem;
	}
	.nbtitlebox h1 a {
		font-size: 2rem;
		line-height: 2.8rem;
	}
	.korea-sns {
		width: 100%;
		margin: 0;
		height: 2.4rem;
		display: flex;
	}
	.korea-sns-button {
		width: 2.4rem;
		height: 2.4rem;
		margin: 0px 0.4rem;
	}
	.nx_bloglist ul li {
		float: left;
		text-align: lest;
		width: calc(100% - 0rem);
		margin: 0 0rem 4rem 0;
	}
	.nx_bloglist ul li:nth-child(2n) {
		margin: 0 0rem 4rem 0;
	}
	.nx_blogcontent figure {
		border-radius: 0.8rem;
		padding-bottom: 66.375%;
	}
	.nx_blogcontent figure:after{
		border-radius: 0.8rem;
	}
	.nx_blogt h3 {
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.nx_blogt h2 {
		margin: 1rem 0rem 1rem 0rem;
		font-size: 2rem;
		line-height: 2.8rem;
		letter-spacing: 0em;
	}
	.nx_blogt span {
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	
	
	
	/* .pcpaging{ */
		/* display:none; */
	/* } */
	/* .mopaging{ */
		/* display:block; */
	/* } */
	.b_prev_page {
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}
	.b_next_page {
		width: 4rem;
		height: 4rem;
		background-size: 1.4rem;
	}
	.blog_paging_number_box ul li {
		line-height: 4rem;
		font-size: 1.5rem;
		height: 4rem;
		width: 4rem;
	}
	
	
	
	.nx_blog_menuArea {
		padding-bottom: 6rem;
		background: #fff;
		z-index: 100;
		padding-top: 6rem;
	}
	.nbmt h4 {
		font-size: 2rem;
		line-height: 2.4rem;
		margin-bottom: 2rem;
	}
	.nbmcatebox ul li .nbmcate span {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.nbmcatebox ul li .nbmcate span:after {
		right: -1rem;
		width: 0.4rem;
		height: 0.4rem;
	}
	.nbm_tagBox {
		margin-bottom: -0.6rem;
	}
	.nbm_tagBox a {
		margin: 0px 0.2rem 0.6rem 0px;
	}
	.nbm_tagBox a h4 {
		padding: 0.9rem 1.8rem 0.9rem 1.8rem;
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
	.nbm_famous ul li {
		padding: 1.2rem 0rem 1.2rem 2.4rem;
	}
	.nbm_famous ul li span {
		top: 1.2rem;
		font-size: 1.5rem;
		line-height: 2.6rem;
		letter-spacing: 0em;
	}
	.nbm_famous ul li dl a {
		font-size: 1.5rem;
		line-height: 2.6rem;
	}
	.nbmtBtn a {
		padding: 0.2rem 1.2rem;
		border-radius: 99px;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
}
@media (max-width: 700px) {
	.nbtitlebox {
		padding-top: 4rem;
		margin-bottom: 2rem;
	}
}

/*--------------------------------------------------------------
# 블로그 상세 페이지
--------------------------------------------------------------*/
.nxt_blog_page_wrap{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:10rem;
}
.nxt_blog_page_Sidebox{
	max-width:90rem;
	padding:10rem 2rem 12rem 2rem;
	margin:0 auto;
	
}
.nxt_blog_page_Inner{
	width:100%;
	position:relative;
}

.b_backbtnBox {
	position:relative;
    display: flex;
    margin-bottom: 4rem;
}

.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-Medium';
    line-height: 6rem;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-left: 1.6rem;
}


.nxb_title{
	display:block;
	padding-bottom:6rem;
	border-bottom:1px solid #EEEEEE;
}
.nxb_title h3{
		display:block;
		text-align:left;
}
.nxb_title h3 a{
	display:inline-block;
	font-family: 'Pretendard-Bold';
font-size: 2rem;
line-height: 2.8rem;
letter-spacing: 0em;
text-align: left;
color:#8754FB;
}
.nxb_title h1{
	margin: 1rem 0rem 3rem 0rem;
	display:block;
font-family: 'Pretendard-Bold';
font-size: 4.4rem;
line-height: 6.6rem;
letter-spacing: 0em;
text-align: left;
color:#000;
}

.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: -2rem;
    top: 1rem;
    width: 1px;
    height: 1.4rem;
    background: #EEEEEE;
}
.regcntbox dl span{
font-size: 1.4rem;
font-family: 'Pretendard-Medium';
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-SemiBold';
line-height: 3.4rem;
letter-spacing: 0em;
text-align: left;
color:#000;
}
.linkcopy{
	cursor:pointer;
}

.nxtb_sumbox{
	margin:6rem 0rem;
	width:100%;
	position:relative;
	text-align:center;
}
.nxtb_sum{
	position:relative;
	display:inline-block;
	border-radius: 1.3rem;
	overflow:hidden;
}
.nxtb_sum:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.3rem;
    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{
	max-width:100%;
	display:inline-block;
}


.nxt_blog_subjectTBox{
	width:100%;
	position:relative;
}
.tagBox {
    margin-top: 6rem;
    display: block;
    text-align: left;
}
.tagBox a {
	text-decoration:none !important;
    margin: 0px 0.6rem 0.8rem 0px;
    display: inline-block;
}
.tagBox a h4 {
    padding: 0.8rem 1.8rem 0.8rem 1.8rem;
    background: #F6F6F6;
    border-radius: 9.9rem;
    font-size: 1.5rem;
    font-family: 'Pretendard-Medium';
    line-height: 2.8rem;
    text-align: center;
    color: #222;
}
.tagBox a h4:hover{
	background: #8754FB;
	color:#fff;
}


.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 #eee;
}
.nxtb_btn{
	position:relative;
	width: 18rem;
height: 6rem;
display:inline-block;
}
.nxtb_btn a{
	position:absolute;
	left:0rem;
	top:0rem;
	width:100%;
	height:100%;
	background: #F6F6F6;
	border-radius: 9.9rem;
font-family: Pretendard;
font-size: 1.8rem;
font-weight: 400;
line-height: 6rem;
letter-spacing: 0.04em;
text-align: center;
color:#222;

}
.nxb_npbox{
	display:block;
	margin-top:2rem;
}
.nxb_np{
	display:block;
	width:100%;
	position:relative;
}
.nxb_np{
	width:100%;
	position:relative;
	padding:1.8rem 0rem 1.8rem 7.9rem;
}
.nxb_np span{
	display:inline-block;
	position:absolute;
	left:0rem;
	top:1.8rem;
font-size: 1.8rem;
font-family: 'Pretendard-Bold';
line-height: 3.5rem;
letter-spacing: 0.04em;
text-align: left;
color:#222;
}
.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;
font-size: 1.8rem;
line-height: 3.5rem;
letter-spacing: 0em;
text-align: left;
color:#222;
}


.nxt_relbox{
	width:100%;
	position:relative;
	margin-top:10rem;
}
.nxt_relbox dl{
font-family: 'Pretendard-Bold';
font-size: 4.4rem;
line-height: 6.6rem;
letter-spacing: 0em;
text-align: left;
color:#000;
display:block;
}

.nxtrelslidebox{
	width:100%;
	position:relative;
	margin-top:3rem;
	z-index:20;
}
.nxtrelslidebox .swiper{
	z-index:20;
	overflow:inherit;
}
.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: -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_prev.png);
    background-size: 1.8rem;
    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: 1.8rem;
    background-repeat: no-repeat;
    background-position: center;
}

.relpostbox{
	width:100%;
	position:relative;
}
.relpostbox figure {
    width: 100%;
    position: relative;
    padding-bottom: 56.14%;
	overflow: hidden;
	border-radius: 1.3rem;
}
.relpostbox figure:after {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1.3rem;
    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-Bold';
font-size: 2.6rem;
line-height: 3.8rem;
letter-spacing: 0em;
text-align: left;
color:#000;
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;
font-size: 1.5rem;
font-weight: 400;
line-height: 2.4rem;
letter-spacing: 0em;
text-align: left;
color:#999;
}

@media (max-width: 991px) {
	.nxt_blog_page_wrap {
		margin-top: 7rem;
	}
	.nxt_blog_page_Sidebox {
		padding: 6rem 2rem 8rem 2rem;
	}
	
	.b_backbtnBox {
		margin-bottom: 3rem;
	}
	
	.b_backbtn img {
		height: 5rem;
	}
	.b_backbtn dl {
		font-size: 2rem;
		line-height: 5rem;
		margin-left: 1.4rem;
	}
	
	.nxb_title {
		padding-bottom: 5rem;
	}
	.nxb_title h3 a{
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.nxb_title h1 {
		margin: 1rem 0rem 2rem 0rem;
		font-size: 3.8rem;
		line-height: 5rem;
	}
	
	
	
	.nxtb_sumbox {
		margin: 5rem 0rem;
	}
	
	.tagBox {
		margin-top: 5rem;
	}
	
	.nxtb_inner {
		margin-top: 5rem;
		padding-bottom: 5rem;
	}
	.nxtb_btn {
		width: 16rem;
		height: 5rem;
	}
	.nxtb_btn a {
		border-radius: 9.9rem;
		font-size: 1.8rem;
		line-height: 5rem;
	}
	.nxb_npbox {
		margin-top: 1rem;
	}
	.nxb_np {
		padding: 1.6rem 0rem 1.6rem 7rem;
	}
	.nxb_np span {
		top: 1.6rem;
		font-size: 1.6rem;
		line-height: 3rem;
	}
	.nxb_np a h3 {
		font-size: 1.6rem;
		line-height: 3rem;
	}
	
	
	.nxt_relbox {
		margin-top: 8rem;
	}
	.sBtnGroup {
		top: 34%;
	}
	.sBtnGroup .swiper-button-prev {
		left: -2rem;
		width: 5rem;
		height: 5rem;
		background-size: 1.6rem;
	}
	.sBtnGroup .swiper-button-next {
		right: -2rem;
		width: 5rem;
		height: 5rem;
		background-size: 1.6rem;
	}
	.nxt_relbox dl {
		font-size: 3.8rem;
		line-height: 5rem;
	}
	.nx_relblogt{
		margin-top:2rem;
	}
	.nx_relblogt h3 {
		margin: 0rem 0rem 1.2rem 0rem;
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	.nx_relblogt span {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}
@media (max-width: 767px) {
	.nxt_blog_page_Sidebox {
		padding: 2rem 2rem 6rem 2rem;
	}
	
	.b_backbtnBox .nbsnsbox {
		top: 0.8rem;
	}
	.b_backbtn img {
		height: 4rem;
	}
	.b_backbtn dl {
		font-size: 1.6rem;
		line-height: 4rem;
		margin-left: 0.8rem;
	}
	
	.nxb_title {
		padding-bottom: 4rem;
	}
	.nxb_title h3 a{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}
	.nxb_title h1 {
		margin: 1.2rem 0rem 1.2rem 0rem;
		font-size: 2.2rem;
		line-height: 3rem;
	}
	.regcntbox dl {
		margin-right: 3.1rem;
	}
	.regcntbox {
		padding-bottom: 6.4rem;
		height: auto;
	}
	.regcntbox dl span {
		font-size: 1.1rem;
		line-height: 1.8rem;
		margin-right:1rem;
	}
	.regcntbox dl b{
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	.regcntbox dl:after {
		content: '';
		position: absolute;
		right: -1.5rem;
		top: 0.35rem;
		width: 1px;
		height: 1.1rem;
		background: #EEEEEE;
	}
	.regcntbox .nbsnsbox {
		bottom: 0rem;
		left: -0.3rem;
		top: inherit;
		right: inherit;
	}
	.regcntbox .korea-sns {
		width: 100%;
		margin: 0;
		height: 3.4rem;
		display: flex;
	}
	.regcntbox .korea-sns-button {
		width: 3.4rem;
		height: 3.4rem;
		margin: 0px 0.3rem;
	}
	
	.nxtb_sumbox {
		margin: 4rem 0rem;
	}
	.nxtb_sum{
		border-radius:0.8rem;
	}
	.nxtb_sum:after {
		border-radius: 0.8rem;
	}
	
	
	.tagBox {
		margin-top: 4rem;
	}
	.tagBox a h4 {
		padding: 0.6rem 1.6rem 0.6rem 1.6rem;
		font-size: 1.3rem;
		line-height: 2.8rem;
	}
	
	.nxtb_inner {
		margin-top: 4rem;
		padding-bottom: 4rem;
	}
	.nxtb_btn {
		width: 11.7rem;
		height: 4.3rem;
	}
	.nxtb_btn a {
		font-size: 1.4rem;
		line-height: 4.3rem;
	}
	.nxb_np {
		padding: 1.3rem 0rem 1.3rem 5.6rem;
	}
	.nxb_np a h3 {
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.nxb_np span {
		top: 1.3rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	
	
	.nxt_relbox {
		margin-top: 5rem;
	}
	.sBtnGroup {
		right: 0rem;
		left: inherit;
		width: 7rem;
		top: -2.8rem;
	}
	.sBtnGroup .swiper-button-prev {
		left: 0rem;
		width: 3rem;
		height: 3rem;
		background-size: 1.2rem;
	}
	.sBtnGroup .swiper-button-next {
		right: 0rem;
		width: 3rem;
		height: 3rem;
		background-size: 1.2rem;
	}
	.nxt_relbox dl {
		font-size: 2rem;
		line-height: 3rem;
	}
	.nxtrelslidebox {
		margin-top: 2rem;
	}
	.relpostbox figure {
		border-radius: 0.8rem;
	}
	.relpostbox figure:after {
		border-radius: 0.8rem;
	}
	.nx_relblogt{
		margin-top:2rem;
	}
	.nx_relblogt h3 {
		margin: 0rem 0rem 1.4rem 0rem;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.nx_relblogt span {
		font-size: 1.1rem;
		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;
	}
}