/*--------------------------------------------------------------
# 블로그 클릭 오픈 메뉴
--------------------------------------------------------------*/

.blogopeniconInner {display:none;transform: translateX(-50%);z-index: 100;position: fixed;bottom: 20px;left: 50%;}
.blogopenicon {
    display: flex;
    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:29px;}
.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:70px;}
.blogcloseicon {transform: translateX(-50%);left: 50%;top: 30px;    display: flex;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:29px;}
.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: 20px 20px 0px 0px;padding:0rem 20px 0rem 20px;}
.bloscrollbox{padding:30px 0rem 30px 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:30px;}
@media (max-width: 767px) {
	.blogopeniconInner{
		display:inline-block;
	}
}
/*--------------------------------------------------------------
# 블로그 리스트 페이지
--------------------------------------------------------------*/
.nxt_blog_list_wrap{
	box-sizing: border-box;
	width:100%;
	position:relative;
	margin-top:120px;
}

.nxt_blog_list_Sidebox{
	max-width:1240px;
	padding:0px 20px 50px 20px;
	margin:0 auto;
	
}

.taehTopBox{
	position:relative;
	width:100%;
	margin:0 0 60px 0;
}
.taehTopBox h1{
	display: block;
	text-align:center;
    font-size: 40px;
    font-family: 'Pretendard-Bold';
    line-height: 50px;
    letter-spacing: 0em;
    color: #222;
}
.taeCateBox{
	position:relative;
	width:100%;
	margin:20px 0 0 0;
}
.taeCate ul {
    gap: 40px;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.taeCate ul li{
	position:relative;
	list-style:none;
}
.taeCate ul li a{
	position:relative;
	text-align:center;
    font-size:20px;
    font-family: 'Pretendard';
    line-height: 30px;
    letter-spacing: 0em;
    color: #222;
}
.taeCate ul li.selected a{
	color: #C9AE78;
	font-family: 'Pretendard-Bold';
}
.taeCate ul li.selected a:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #C9AE78;
}

.sysNavBtn{
	display:none;
}
@media (max-width: 1600px) {
	.taehTopBox h1 {
		font-size: 36px;
		line-height: 44px;
		color: #222;
	}
}
@media (max-width: 991px) {
	.taehTopBox h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.taeCateBox {
		margin: 16px 0 0 0;
	}
	.taeCate ul {
		gap: 20px;
	}
	.taeCate ul li a {
		font-size: 18px;
		line-height: 26px;
		letter-spacing: -0.5px;
	}
}
@media (max-width: 767px) {
	.taehTopBox {
		margin: 0px 0 20px 0;
	}
	.taehTopBox h1 {
		font-size: 22px;
		line-height: 34px;
	}
	.taehTopBox h1 span{display:none;}
	.taehTopBox h1 b {
		border-radius: 3px;
		letter-spacing: -0.3px;
		font-size: 18px;
		color: #fff;
		background: #4A443E;
		padding: 5px 8px;
	}
	
	.sysNavBtn {
		font-family: 'Pretendard-Medium';
		font-size: 16px;
		cursor: pointer;
		border-radius: 4px;
		border: 1px solid #C9AE78;
		display: flex;
		width: 100%;
		position: relative;
		padding: 12px 40px 12px 16px;
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
	}
	.sysNavBtn:before {
		content: '';
		position: absolute;
		right: 18px;
        top: 19px;
        width: 12px;
        height: 12px;
        background-size: 12px;
		background-image: url(/public/img/icon/sysbtn_icon.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	ul.sysNav {
		z-index: 20;
		display: none;
		border-radius: 0 0 4px 4px;
		border: 1px solid #C9AE78;
		background: #fff;
		position: absolute;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
		gap: 0;
		flex-direction: column;
	}
	.taeCate.on ul.sysNav {
		box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15);
		display: flex;
	}
	ul.sysNav li {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.sysNav li a {
		margin: 0;
		position: relative;
		width: 100%;
		height: auto;
		border-radius: 0;
		border: none;
		display: flex;
		padding: 12px 16px;
		justify-content: flex-start;
		align-items: center;
		align-self: stretch;
	}
	ul.sysNav li a .nbmcate span{
		opacity: 0.5;
		color: #111;
		text-align: left;
		font-family: 'Pretendard-Medium';
		/* font-size: 1.125rem; */
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		letter-spacing: 0px;
	}
	ul.sysNav li.selected a {
		background: #C9AE78;
	}
	ul.sysNav li.selected a .nbmcate span{
		opacity:1;
		color: #fff;
		font-weight: 600;
		font-family: 'Pretendard-SemiBold';
	}
	.taeCate ul li.selected a:before{content:none;}
	
	ul.sysNav li.selected a:after {
		content: '';
		position: absolute;
		right: 18px;
        top: 20px;
        width: 12px;
        height: 10px;
        background-size: 12px;
		background-image: url(/public/img/icon/syscheck.png);
		background-position: center center;
		background-repeat: no-repeat;
	}
}


.nxt_blog_list_Inner {
    display: flex;
    width: 100%;
    position: relative;
    height: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
	gap:60px;
}


.nx_blog_contentArea{
	width:100%;
	position:relative;
	/* min-height:89.3rem; */
}

.nxt_blog_page_Inner  a {
	text-decoration: underline !important;
}

.nbtitlebox{
margin-bottom:30px;
width:100%;
position:relative;
}
.nbtitlebox h2{
	display:block;
		position:relative;
z-index:5;
}
.nbtitlebox h2 a{
font-size: 26px;
font-family: 'Pretendard-Bold';
line-height: 34px;
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: 34px;
display: flex;
}
.korea-sns-button{
width:34px;
height:34px;
border-radius:0px;
display:inline-block;
cursor:pointer;
margin:0px 5px;
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% - 15px);
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0 30px 6px 0;
    background: #fff;
}
.nx_bloglist ul li:nth-child(2n){
	margin: 0 0rem 60px 0;
}
.nx_blogcontent{
	width:100%;
	position:relative;
}
.nx_blogcontent 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;
}
.nx_blogcontent figure {
	border-radius: 13px;
    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:20px;
	position:relative;
	display:block;
}
.nx_blogt h3{
display:block;
font-size: 17px;
font-family: 'Pretendard-Bold';
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color:#C9AE78;
}
.nx_blogt h2{
	margin:8px 0rem 20px 0rem;
font-size: 30px;
font-family: 'Pretendard-Bold';
line-height: 41px;
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: 15px;
line-height: 24px;
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: 50px;height: 50px;background-color: #fff;margin-left: 0px;cursor: pointer;border: none;
	background-image: url(../img/blog/prev_Arrow_off.png);
    background-size: 14px;
    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: 50px;height: 50px;background-color: #fff;margin-left: 0px;cursor: pointer;border: none;
	background-image: url(../img/blog/next_Arrow_off.png);
    background-size: 14px;
    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: 50px;
    color: #888888;
    font-size: 19px;
    font-family: Pretendard;
    display: inline-block;
    height: 50px;
    width: 50px;
    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: 12px;
	left:50%;
	transform:translateX(-50%);
	width: 1rem;
	height: 2px;
	background: #C9AE78;
}
.blog_paging_number_box ul li:hover{font-family: 'Pretendard-Bold';color:#C9AE78;}
.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: 500px;
    position: relative;
    top: 0rem;
    right: 0rem;
	height:100%;
}
.nx_blog_menuInner{
	width:100%;
	position: relative;
}
.nxbmenuscroll {
	height: 100%;
    padding: 0rem 15px 50px 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.fir{
	display:none;
}
.nbmBox.sed{
	margin-top:0px;
}
.nbmBox{
	width:100%;
	position:relative;
	margin-top:70px;
}
.nbmBox:nth-child(1){
	margin-top:0rem;
}
.nbmt{
	position:relative;
	display:block;
}
.nbmt h4{
display:block;
font-size: 26px;
font-family: 'Pretendard-Bold';
line-height: 34px;
letter-spacing: 0em;
text-align: left;
color:#222;
margin-bottom:30px;
}

.nbmtBtn{
	position:absolute;
	right:0;
	top:0;
}
.nbmtBtn a {
    display: inline-block;
    text-align: center;
    padding: 2px 16px;
    border-radius: 99px;
    background: #C9AE78;
    color: #fff;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.nbmcatebox{
	width:100%;
	position:relative;
}
.nbmcatebox ul{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	border-top:1px solid #222;
}
.nbmcatebox ul li{
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	padding:12px 0rem 12px 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: 17px;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
color:#222;
}
.nbmcatebox ul li .nbmcate span:after {
	display:none;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C9AE78;
}
.nbmcatebox ul li.selected a span{
	color: #C9AE78;
	font-family: 'Pretendard-Bold';
}
.nbmcatebox ul li.selected a span:after{
	display:inline-block;
}




.nbm_tagBox {
    display: block;
    text-align: left;
	margin-bottom: -8px;
}
.nbm_tagBox a {
    margin: 0px 6px 8px 0px;
    display: inline-block;
}
.nbm_tagBox a h4 {
    padding: 8px 18px 8px 18px;
    background: #F6F6F6;
    border-radius: 99px;
    font-size: 15px;
    font-family: 'Pretendard-Medium';
    line-height: 28px;
    text-align: center;
    color: #222;
}
.nbm_tagBox a h4:hover{
	background: #C9AE78;
	color:#fff;
}


.nbm_famous{
	width:100%;
	position:relative;
}
.nbm_famous ul{
	padding:0;
	margin:0;
	width:100%;
	position:relative;
}
.nbm_famous ul li{
	list-style: none;
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	padding:14px 0rem 14px 26px;
	border-bottom:1px solid #eee;
}
.nbm_famous ul li:nth-child(1){
	padding:0rem 0rem 14px 26px;
}
.nbm_famous ul li:nth-child(1) span{
	top:0rem;
	color:#C9AE78;
}
.nbm_famous ul li:nth-child(2) span{
	color:#C9AE78;
}
.nbm_famous ul li:nth-child(3) span{
	color:#C9AE78;
}
.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:14px;
	font-size: 18px;
	font-family: 'Pretendard-Bold';
	line-height: 28px;
	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: 16px;
	line-height: 28px;
	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: 1280px) {
	.nxt_blog_list_wrap {
		margin-top: 100px;
	}
}
@media (max-width: 1200px) {
	.nxt_blog_list_Sidebox {
		padding: 0px 20px 80px 20px;
	}
	.nxt_blog_list_Inner {
		gap:50px;
	}
	.nx_blogt {
		margin-top: 20px;
	}
	.nx_blogt h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.nx_blogt h2 {
		margin: 6px 0rem 16px 0rem;
		font-size: 26px;
		line-height: 36px;
		letter-spacing: 0em;
	}
}

@media (max-width: 991px) {
	.nxt_blog_list_wrap {
		overflow: hidden;
		margin-top: 100px;
	}
	
	
	.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%;
	}
	
	
	.nbmBox.fir{
		display:block;
	}
	.nbmBox.sed{
		margin-top:50px;
	}
	.nbmBox {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.nxt_blog_list_wrap {
		margin-top: 60px;
	}
	.nxt_blog_list_Sidebox {
		padding: 20px 20px 0rem 20px;
	}
	.nxt_blog_list_Inner {
		gap: 0px;
	}
	
	.nbtitlebox {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.nbtitlebox h2{
		display:none;}
	.nbtitlebox h2 a {
		font-size: 20px;
		line-height: 28px;
	}
	.korea-sns {
		width: 100%;
		margin: 0;
		height: 24px;
		display: flex;
	}
	.korea-sns-button {
		width: 24px;
		height: 24px;
		margin: 0px 4px;
	}
	.nx_bloglist ul li {
		float: left;
		text-align: lest;
		width: calc(100% - 0rem);
		margin: 0 0rem 40px 0;
	}
	.nx_bloglist ul li:nth-child(2n) {
		margin: 0 0rem 40px 0;
	}
	.nx_blogcontent figure {
		border-radius: 8px;
		padding-bottom: 66.375%;
	}
	.nx_blogcontent figure:after{
		border-radius: 8px;
	}
	.nx_blogt h3 {
		font-size: 13px;
		line-height: 16px;
	}
	.nx_blogt h2 {
		margin: 10px 0rem 10px 0rem;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0em;
	}
	.nx_blogt span {
		font-size: 11px;
		line-height: 18px;
	}
	
	
	
	/* .pcpaging{ */
		/* display:none; */
	/* } */
	/* .mopaging{ */
		/* display:block; */
	/* } */
	.b_prev_page {
		width: 40px;
		height: 40px;
		background-size: 14px;
	}
	.b_next_page {
		width: 40px;
		height: 40px;
		background-size: 14px;
	}
	.blog_paging_number_box ul li {
		line-height: 40px;
		font-size: 15px;
		height: 40px;
		width: 40px;
	}
	
	
	
	.nx_blog_menuArea {
		padding-bottom: 60px;
		background: #fff;
		z-index: 100;
		padding-top: 60px;
	}
	.nbmt h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.nbmcatebox ul li .nbmcate span {
		font-size: 15px;
		line-height: 22px;
	}
	.nbmcatebox ul li .nbmcate span:after {
		right: -10px;
		width: 4px;
		height: 4px;
	}
	.nbm_tagBox {
		margin-bottom: -6px;
	}
	.nbm_tagBox a {
		margin: 0px 2px 6px 0px;
	}
	.nbm_tagBox a h4 {
		padding: 8px 17px 8px 17px;
		font-size: 14px;
		line-height: 26px;
	}
	.nbm_famous ul li {
		padding: 12px 0rem 12px 24px;
	}
	.nbm_famous ul li span {
		top: 12px;
		font-size: 15px;
		line-height: 26px;
		letter-spacing: 0em;
	}
	.nbm_famous ul li dl a {
		font-size: 15px;
		line-height: 26px;
	}
	.nbmtBtn a {
		padding: 2px 12px;
		border-radius: 99px;
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 700px) {
	/* .nbtitlebox { */
		/* padding-top: 40px; */
		/* margin-bottom: 20px; */
	/* } */
}

/*--------------------------------------------------------------
# 블로그 상세 페이지
--------------------------------------------------------------*/
.nxt_blog_page_wrap{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:150px;
}
.nxt_blog_page_Sidebox{
	max-width:880px;
	padding:0px 20px 120px 20px;
	margin:0 auto;
	
}
.nxt_blog_page_Inner{
	width:100%;
	position:relative;
}

.b_backbtnBox {
	position:relative;
    display: flex;
    margin-bottom: 40px;
}

.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: 60px;
}
.b_backbtn dl {
    font-size: 22px;
    font-family: 'Pretendard-Medium';
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    margin-left: 16px;
}


.nxb_title{
	display:block;
	padding-bottom:60px;
	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: 20px;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color:#C9AE78;
}
.nxb_title h1{
	margin: 10px 0rem 30px 0rem;
	display:block;
font-family: 'Pretendard-Bold';
font-size: 44px;
line-height: 66px;
letter-spacing: 0em;
text-align: left;
color:#000;
}

.regcntbox {
    height: 34px;
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}
.regcntbox .nbsnsbox{
	top:0rem;
}
.regcntbox dl{
	position:relative;
	display:flex;
	margin-right:41px;
}
.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: 14px;
font-family: 'Pretendard-Medium';
line-height: 34px;
letter-spacing: 0em;
text-align: left;
color:#888;
margin-right:10px;
display:inline-block;
}
.regcntbox dl b{
	margin:0;
	padding:0;
	display:inline-block;
font-size: 14px;
font-family: 'Pretendard-SemiBold';
line-height: 34px;
letter-spacing: 0em;
text-align: left;
color:#000;
}
.linkcopy{
	cursor:pointer;
}

.nxtb_sumbox{
	margin:60px 0rem;
	width:100%;
	position:relative;
	text-align:center;
}
.nxtb_sum{
	position:relative;
	display:inline-block;
	border-radius: 13px;
	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 {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

.nxt_blog_subjectTBox{
	width:100%;
	position:relative;
}
.tagBox {
    margin-top: 60px;
    display: block;
    text-align: left;
}
.tagBox a {
	text-decoration:none !important;
    margin: 0px 6px 8px 0px;
    display: inline-block;
}
.tagBox a h4 {
    padding: 8px 18px 8px 18px;
    background: #F6F6F6;
    border-radius: 99px;
    font-size: 15px;
    font-family: 'Pretendard-Medium';
    line-height: 28px;
    text-align: center;
    color: #222;
}
.tagBox a h4:hover{
	background: #C9AE78;
	color:#fff;
}


.nxtb_bottombox{
	display:block;
	position:relative;
}

.nxtb_bottombox a {
		text-decoration: none !important;
}

.nxtb_inner{
	display:block;
	text-align:Center;
	margin-top:60px;
	padding-bottom:60px;
border-bottom: 1px solid #eee;
}
.nxtb_btn{
	position:relative;
	width: 180px;
height: 60px;
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: 18px;
font-weight: 400;
line-height: 60px;
letter-spacing: 0.04em;
text-align: center;
color:#222;

}
.nxb_npbox{
	display:block;
	margin-top:20px;
}
.nxb_np{
	display:block;
	width:100%;
	position:relative;
}
.nxb_np{
	width:100%;
	position:relative;
	padding:18px 0rem 18px 79px;
}
.nxb_np span{
	display:inline-block;
	position:absolute;
	left:0rem;
	top:18px;
font-size: 18px;
font-family: 'Pretendard-Bold';
line-height: 35px;
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: 18px;
line-height: 35px;
letter-spacing: 0em;
text-align: left;
color:#222;
}


.nxt_relbox{
	width:100%;
	position:relative;
	margin-top:100px;
}
.nxt_relbox dl{
font-family: 'Pretendard-Bold';
font-size: 44px;
line-height: 66px;
letter-spacing: 0em;
text-align: left;
color:#000;
display:block;
}

.nxtrelslidebox{
	width:100%;
	position:relative;
	margin-top:30px;
	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: -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: 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_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: 56.14%;
	overflow: hidden;
	border-radius: 13px;
}
.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:30px;
}

.nxt_relbox a {
	text-decoration: none !important;
}

.nx_relblogt h3{
	margin:0rem 0rem 16px 0rem;
font-family: 'Pretendard-Bold';
font-size: 26px;
line-height: 38px;
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: 15px;
font-weight: 400;
line-height: 24px;
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 {
		margin-top: 60px;
	}
	.nxt_blog_page_Sidebox {
		padding: 60px 20px 80px 20px;
	}
	
	.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: 50px;
	}
	.nxb_title h3 a{
		font-size: 18px;
		line-height: 24px;
	}
	.nxb_title h1 {
		margin: 10px 0rem 20px 0rem;
		font-size: 38px;
		line-height: 50px;
	}
	
	
	
	.nxtb_sumbox {
		margin: 50px 0rem;
	}
	
	.tagBox {
		margin-top: 50px;
	}
	
	.nxtb_inner {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.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: 22px;
		line-height: 32px;
	}
	.nx_relblogt span {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.nxt_blog_page_wrap {
		margin-top: 60px;
	}
	.nxt_blog_page_Sidebox {
		padding: 20px 20px 60px 20px;
	}
	
	.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: 40px;
	}
	.nxb_title h3 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 0rem;
	}
	.nxtb_sum{
		border-radius:8px;
	}
	.nxtb_sum:after {
		border-radius: 8px;
	}
	
	
	.tagBox {
		margin-top: 40px;
	}
	.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;
	}
	.relpostbox figure {
		border-radius: 8px;
	}
	.relpostbox figure:after {
		border-radius: 8px;
	}
	.nx_relblogt{
		margin-top:20px;
	}
	.nx_relblogt h3 {
		margin: 0rem 0rem 14px 0rem;
		font-size: 18px;
		line-height: 26px;
	}
	.nx_relblogt span {
		font-size: 11px;
		line-height: 18px;
	}
}

/*--------------------------------------------------------------
# 블로그 상세 페이지 글 컨텐츠 영역
--------------------------------------------------------------*/
.seo_grid a.wikilink {
    text-decoration: none!important;
    color: #357DC0!important;
	font-family: 'Pretendard-Medium';
    /* font-family: 'Pretendard-SemiBold'; */
}
.seo_grid a.wikilink:hover{
	color:#C9AE78!important;
}

/*--------------------------------------------------------------
# 블로그 해시태그 리스트 페이지
--------------------------------------------------------------*/

.nxt_blog_hash_wrap{
	width:100%;
	position:relative;
	margin-top:150px;
}
.nxt_blog_hash_Sidebox {
    max-width: 1140px;
    padding: 0px 20px 120px 20px;
    margin: 0 auto;
}
.nxt_blog_hash_Inner{
	width:100%;
	position:relative;
}

.hashListh1 h1 {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    font-size: 26px;
    font-family: 'Pretendard-Bold';
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: #222;
    align-items: center;
}
.hashListh1 span {
    margin-left: 0px;
    display: inline-block;
    font-size: 30px;
    font-family: 'Pretendard-Bold';
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #C9AE78;
}
@media (max-width: 1280px) {
	.nxt_blog_hash_wrap {
		margin-top: 120px;
	}
}
@media (max-width: 991px) {
	.nxt_blog_hash_wrap{
		margin-top: 120px;
	}
	.nxt_blog_hash_Sidebox{
		padding:0px 20px 80px 20px;
	}
	.hashListh1 span {
		font-size: 26px;
		line-height: 34px;
	}
}
@media (max-width: 767px) {
	.nxt_blog_hash_wrap{
		margin-top: 60px;
	}
	.nxt_blog_hash_Sidebox{
		padding:20px 20px 60px 20px;
	}
	.hashListh1 h1{
		display: block;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 24px;
	}
	.hashListh1 h1 span {
		line-height: 30px;
		margin-left: 0px;
		margin-top: 0px;
		display: block;
		font-size: 20px;
	}
}

/*--------------------------------------------------------------
# 블로그 하단 공통 영역
--------------------------------------------------------------*/
.blogCommonArea {
    margin: 0 auto;
    max-width: 700px;
    display: block;
    text-align: center;
    padding: 40px 0 0 0;
}
.bactitle{
	display:block;
	text-align:center;
}
.bactitle h2{
	display:block;
	text-align:center;
	color: #000;
	text-align: center;
	font-family: 'Pretendard-Bold';
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: -0.68px;
}
.bactitle h2 span{
	display:block;
	text-align:center;
	margin:0 0 20px 0;
	color: #328D50;
	font-family: 'Pretendard-SemiBold';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.48px;
}
.bacimg{
	margin:30px 0px;
	display:flex;
	text-align:center;
}
.bacimg img{
	display:inline-block;
	max-width:100%;
}

.bacBtnBox {
    gap: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bacBtnBox a{
	font-family: 'Pretendard-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.4px;
	text-decoration: none!important;
    display: flex;
    padding: 15px 29px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 999px;
}
.bacBtnBox a img{
	height:20px;
}
.bacBtn:nth-child(1) a {
    border: 1px solid #328D50;
    background: #FFF;
    color: #328D50;
}
.bacBtn:nth-child(2) a {
    border: 1px solid #328D50;
    background: #328D50;
    color: #fff;
}
.bacBtn:nth-child(3) a {
    border: 1px solid #FFE812;
    background: #FFE812;
	color: #3C1E1E;
}

.mbcbr{display:none;}
@media (max-width: 1280px) {
	.bacBtnBox{
		display:none;
	}
}
@media (max-width: 767px) {
	.bactitle h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.bactitle h2 span {
		margin: 0 0 10px 0;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.48px;
	}
	.mbcbr{display:block;}
	.bacimg {
		margin: 20px 0px 0 0;
	}
	.bactext {
		text-align: left;
		padding-left: 50px;
		position: relative;
		margin-top: 10px;
		font-size: 14px;
		line-height: 18px;
		align-items: center;
		justify-content: flex-start;
	}
	.bactext span{
		position:absolute;
		left:0px;
		top:0px;
	}
	.bactext a {
		font-size: 14px;
		line-height: 18px;
	}
}
