/* ====================================== 용어사전 리스트 ======================================*/
.wikicontanin{
	margin-top:100px;
    overflow: hidden;
}
.wikiVisual {
    width: 100%;
    height: 300px;
    background-size: cover!important;
}
.subV_wiki {
	background-image: url(../img/sub/wikibg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;	
}
.wikiVisualinr {
	display: flex;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    padding: 0rem 20px;
    position: relative;
    margin: 0 auto;
}
.wk_Tit {
    font-family: 'Pretendard-SemiBold';
    font-size: 50px;
    color: #111;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.5px;
}


.wkContainer {
	width: 100%;
    padding: 100px 20px 80px 20px;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}


.glossaryList{
	position:relative;
}
.glossaryList ul{
	position:relative;
}
.glossaryList ul li:last-child{
	margin:0 0 0 0;
}
.glossaryList ul li{
	margin:0 0 14px 0;
	position:relative;
	list-style:none;
	border-radius: 10px;
	border: 1px solid #EEE;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 30px 30px 25px 30px;
}
.glossaryList ul li:after {
    content: '';
    position: absolute;
    right: 25px;
    top: -7px;
    width: 41px;
    height: 42.5px;
	background-image: url(../img/sub/glossary_icon_gr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.glossaryCont {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.gltitle {
    width: 100%;
    display: block;
}

.gltitle h2 {
    display: block;
    color: #111;
    font-size: 34px;
    font-family: 'Pretendard-SemiBold';
    font-weight: 600;
    line-height: 48px;
	margin:0;
	padding:0;
}
.gltitle h2 a {
	color:#111;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}
.gltitle h2 a:hover{
	text-decoration:underline;
}
.gltitle h2 a span{
	margin:0 0 0 12px;
	padding:0;
	display:inline-block;
	color: #2C8842;
	font-family: 'Pretendard-Medium';
	font-size: 22px;
	font-weight: 500;
	line-height: 38px; /* 172.727% */
}
.gltitle h3{
	margin:15px 0 0 0;
	padding:0;
	display:block;
	color: #666;
	font-family: Pretendard;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.gltitle h3 b{
	display:inline-block;
	padding:0;
	margin:0;
	font-family: 'Pretendard-Medium';
	color:#111;
}
.gltitle h3 a{
	margin: 0;
    padding: 0;
    display: inline-block;
    font-weight: 600;
    color: #2C8842;
}
.gltitle h3 a:hover{
	text-decoration:underline;
}

.glsub{
	width: 100%;
	display: block;
    text-align: left;
	border-top: 1px solid #eee;
	padding: 26px 0 0 0;
    margin: 26px 0 0 0;
}
.glsub a {
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.glsub a h4 {
    display: flex;
    padding: 10px 20px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Pretendard-Medium';
    line-height: 24px;
    text-align: center;
    color: #111;
    align-items: center;
    justify-content: center;
}
.glsub a h4:hover{
	border: 1px solid #8bb0ea;
background: #FFF;
font-weight: 700;
font-family: 'Pretendard-Bold';
}
@media (max-width: 1280px){
	.wikicontanin {
		margin-top: 60px;
	}
	.wikiVisual {
		height: 240px;
	}
	.wk_Tit {
		font-size: 46px;
		line-height: 46px;
		letter-spacing: -0.5px;
	}
	.wkContainer {
		padding: 100px 20px 80px 20px;
	}
}
@media (max-width: 991px){
	.glossaryList ul li {
		margin: 0 0 10px 0;
		border-radius: 10px;
		padding: 20px 20px 15px 20px;
	}
	.gltitle h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.gltitle h2 a span {
		margin: 0 0 0 10px;
		font-size: 20px;
		line-height: 34px;
	}
	.gltitle h3 {
		margin: 10px 0 0 0;
		font-size: 16px;
		line-height: 26px;
	}
	
	.glsub{
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}
	.glsub a h4 {
		padding: 8px 18px;
		font-size: 15px;
		line-height: 22px;
	}
}
@media (max-width: 767px){
	.wkContainer {
		padding: 60px 20px 40px 20px;
	}
	.wk_Tit {
		font-size: 28px;
		line-height: 30px;
		letter-spacing: -0.5px;
	}
	.wikiVisual {
		height: 200px;
	}
	.subV_wiki {
		background-position: 80%;
	}
	.glossaryList ul li {
		margin: 0 0 10px 0;
		border-radius: 6px;
		padding: 20px 20px 17px 20px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	}
	.glossaryList ul li:after {
		right: 10px;
		top: -5px;
		width: 32px;
		height: 32px;
	}
	.gltitle h2 {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		font-size: 25px;
		line-height: 30px;
	}
	.gltitle h2 a {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.gltitle h2 a span {
		margin: 6px 0 0 0;
		font-size: 16px;
		line-height: 20px;
	}
	.gltitle h3 {
		margin: 16px 0 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.glsub{
		padding: 16px 0 0 0;
		margin: 16px 0 0 0;
	}
	.glsub a {
		margin: 0px 0px 3px 0px;
	}
	.glsub a h4 {
		padding: 10px 14px;
		font-size: 13px;
		line-height: 16px;
	}
}
/* ====================================== // 용어사전 리스트 ======================================*/

/* ====================================== 용어사전 페이징 ======================================*/

.blog_paging_line{width: 100%;text-align: center;margin-top: 40px;}
.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: #14335A;
}
.blog_paging_number_box ul li:hover{font-family: 'Pretendard-Bold';color:#14335A;}
.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;
}
@media (max-width: 767px) {
	.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;
	}
}
/* ====================================== // 용어사전 페이징 ======================================*/

/* ====================================== 용어사전 상세 ======================================*/
.glossaryCont_wrap {
    position: relative;
    width: 100%;
    padding: 50px 0 100px 0;
    margin-top: 100px;
}
.glossaryCont_Sidebox{
	/* max-width:1480px; */
	max-width:1240px;
	padding:0 20px;
	margin:0 auto;
}
.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;
}

.glossaryC_title{
	position:relative;
	border-bottom: 1px solid #111;
	padding:0 0 40px 0;
	margin:0 0 60px 0;
}
/* .glossaryC_title h2{ */
	/* display:block; */
	/* margin:0 0 10px 0; */
	/* padding:0; */
	/* color: #4580D7; */
	/* font-size: 24px; */
	/* font-family: 'Pretendard-SemiBold'; */
	/* font-weight: 600; */
	/* line-height: 40px; */
/* } */
.glossaryC_title h1 span{
	display:block;
	margin:0 0 10px 0;
	padding:0;
	color: #2C8842;
	font-size: 24px;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	line-height: 40px;
}
.glossaryC_title h1 {
    display: flex;
    margin: 0;
    padding: 0;
    color: #111;
    font-family: 'Pretendard-SemiBold';
    font-size: 54px;
    font-style: normal;
    font-weight: 600;
    line-height: 70px;
    flex-direction: column-reverse;
}




/* ==== 목차 ==== */
.glos_index{
	position:relative;
	display:block;
	padding:0 0 90px 0;
	margin:0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.glos_index h2{
	display:block;
	margin:0 0 20px 0;
	padding:0!important;
	color: #000;
	font-family: 'Pretendard-SemiBold';
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
}
.glos_index ul{
	position:relative;
}
.glos_index ul li{
	position:relative;
	list-style:none;
	padding:0 0 0 14px;
}
.glos_index ul li:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0px;
    top: 18px;
    width: 4px;
    height: 4px;
    background: #2C8842;
}
.glos_index ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Pretendard-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.glos_index ul li a:hover{
	color: #2C8842;
	font-family: 'Pretendard-Bold';
	font-weight: 700;
	text-decoration:underline;
}

/* ==== 자주묻는질문 ==== */
.glos_faq{
	position:relative;
	margin:90px 0 0 0;
}
.glos_faq .faq h2{
	display:block;
	margin:0 0 20px 0;
	padding:0;
	color: #000;
	font-family: 'Pretendard-SemiBold';
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
}
.glos_faq ul{
	position:relative;
	padding:30px 0;
	margin:0;
	border-top:1px solid #111;
}
.glos_faq li{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}
.glos_faq li h3{
	position:relative;
	margin:0;
	padding:0 0 30px 54px;
	display: block;
    text-align: left;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}
.glos_faq li h3:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 54px);
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
}
.glos_faq li h3:before{
	content:'Q.';
	position:absolute;
	left:0px;
	top:0px;
	color: #8bb0ea;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}
.glos_faq li h4{
	position:relative;
	margin:0;
	padding:30px 0 0 54px;
	display: block;
    text-align: left;
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}
.glos_faq li h4:before{
	content:'A.';
	position:absolute;
	left:0px;
	top:30px;
	color: #111;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}


/* ==== 자주묻는질문 타입 2 ==== */
/* .glos_faq{ */
	/* position:relative; */
	/* margin:90px 0 0 0; */
/* } */
/* .glos_faq h2{ */
	/* display:block; */
	/* margin:0 0 20px 0; */
	/* padding:0; */
	/* color: #000; */
	/* font-family: 'Pretendard-SemiBold'; */
	/* font-size: 28px; */
	/* font-style: normal; */
	/* font-weight: 600; */
	/* line-height: 38px; */
/* } */
.faq{
	position:relative;
	padding:30px 0;
	margin:0;
	border-top:1px solid #111;
}
.glos_faq li{
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}
.faq h3{
	position:relative;
	margin:0;
	padding:0 0 30px 54px;
	display: block;
    text-align: left;
	color: #111;
	font-family: 'Pretendard-SemiBold';
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}
.faq h3 b{
	text-decoration:none;
}
.faq h3 b u{
	text-decoration:none;
}
.faq h3:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: calc(100% - 54px);
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
}
.faq h3:before{
	content:'Q.';
	position:absolute;
	left:0px;
	top:0px;
	color: #2C8842;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}
.faq p{
	position:relative;
	margin:0;
	padding:30px 0 0 54px;
	display: block;
    text-align: left;
	color: #2F2C2C;
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
}
.faq p:before{
	content:'A.';
	position:absolute;
	left:0px;
	top:30px;
	color: #111;
	font-family: "Outfit", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px;
}

/* ==== 관련키워드 ==== */
.glosTag{
	margin:90px 0 85px 0;
	display: block;
    text-align: left;
}
.glosTag h2{
	display:block;
	margin:0 0 30px 0;
	padding:0;
	color: #000;
	font-family: 'Pretendard-SemiBold';
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
}
.glosTag a {
    margin: 0px 5px 5px 0px;
    display: inline-block;
}
.glosTag a h4 {
    display: flex;
    padding: 10px 20px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Pretendard-Medium';
    line-height: 24px;
    text-align: center;
    color: #111;
    align-items: center;
    justify-content: center;
}
.glosTag a h4:hover{
	border: 1px solid #8bb0ea;
	background: #FFF;
	font-weight: 700;
	font-family: 'Pretendard-Bold';
}
@media (max-width: 1280px){
	.glossaryCont_wrap {
		padding: 50px 0;
		margin-top: 70px;
	}
}
@media (max-width: 991px){
	.glossaryCont_wrap {
		padding: 50px 0;
		margin-top: 60px;
	}
	
	
	.b_backbtnBox {
		margin-bottom: 30px;
	}
	.b_backbtn img {
		height: 50px;
	}
	.b_backbtn dl {
		font-size: 20px;
		line-height: 50px;
		margin-left: 14px;
	}
	
	
	.glossaryC_title {
		padding: 0 0 30px 0;
		margin: 0 0 50px 0;
	}
	.glossaryC_title h1 span{
		margin: 0 0 8px 0;
		font-size: 20px;
		line-height: 34px;
	}
	.glossaryC_title h1 {
		font-size: 44px;
		line-height: 60px;
	}
	
	
	.glos_index {
		padding: 0 0 60px 0;
	}
	.glos_index h2 {
		margin: 0px 0 16px 0;
		font-size: 22px;
		line-height: 28px;
	}
	.glos_index ul li a {
		font-size: 18px;
		line-height: 36px;
	}
	.glos_index ul li:before {
		top: 15px;
		width: 4px;
		height: 4px;
	}
	
	
	.glos_faq {
		margin: 60px 0 0 0;
	}
	.glos_faq h2 {
		margin: 0 0 20px 0;
		font-size: 26px;
		line-height: 34px;
	}
	.glos_faq ul {
		padding: 24px 0;
	}
	.glos_faq li h3 {
		padding: 0 0 24px 44px;
		font-size: 20px;
		line-height: 30px;
	}
	.glos_faq li h3:before {
		font-size: 26px;
		line-height: 30px;
	}
	.glos_faq li h3:after {
		width: calc(100% - 44px);
	}
	.glos_faq li h4 {
		padding: 24px 0 0 44px;
		font-size: 18px;
		line-height: 28px;
	}
	.glos_faq li h4:before {
		top: 22px;
		font-size: 26px;
		line-height: 31px;
	}
	
	
	
	.faq {
		padding: 24px 0;
	}
	.faq h3 {
		padding: 0 0 24px 44px;
		font-size: 20px;
		line-height: 30px;
	}
	.faq h3:before {
		font-size: 26px;
		line-height: 30px;
	}
	.faq h3:after {
		width: calc(100% - 44px);
	}
	.faq p {
		padding: 24px 0 0 44px;
		font-size: 18px;
		line-height: 28px;
	}
	.faq p:before {
		top: 22px;
		font-size: 26px;
		line-height: 31px;
	}
	
	
	.glosTag {
		margin: 60px 0 55px 0;
	}
	.glosTag h2 {
		margin: 0 0 24px 0;
		font-size: 26px;
		line-height: 34px;
	}
}

@media (max-width: 767px){
	.glossaryCont_wrap {
		padding: 20px 0 60px 0;
		margin-top: 60px;
	}
	
	
	.b_backbtnBox {
		margin-bottom: 30px;
	}
	.b_backbtn img {
		height: 40px;
	}
	.b_backbtn dl {
		font-size: 16px;
		line-height: 40px;
		margin-left: 8px;
	}
	
	
	.glossaryC_title {
		padding: 0 0 30px 0;
		margin: 0 0 40px 0;
	}
	.glossaryC_title h2 {
		margin: 0 0 6px 0;
		font-size: 16px;
		line-height: 20px;
	}
	.glossaryC_title h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.glossaryC_title h1 span {
		margin: 0 0 8px 0;
		font-size: 18px;
		line-height: 22px;
	}
	
	
	.glos_index {
		padding: 0 0 50px 0;
	}
	.glos_index h2 {
		margin: 0px 0 10px 0;
		font-size: 20px;
		line-height: 24px;
	}
	.glos_index ul li a {
		font-size: 16px;
		line-height: 30px;
	}
	.glos_index ul li:before {
		top: 12px;
		width: 4px;
		height: 4px;
	}
	
	
	.glos_faq {
		margin: 50px 0 0 0;
	}
	.glos_faq h2 {
		margin: 0 0 10px 0;
		font-size: 22px;
		line-height: 34px;
	}
	.glos_faq ul {
		padding: 20px 0;
	}
	.glos_faq li h3 {
		padding: 0 0 16px 30px;
		font-size: 18px;
		line-height: 26px;
	}
	.glos_faq li h3:before {
		font-size: 18px;
		line-height: 26px;
	}
	.glos_faq li h3:after {
		width: calc(100% - 30px);
	}
	.glos_faq li h4 {
		padding: 16px 0 0 30px;
		font-size: 15px;
		line-height: 26px;
	}
	.glos_faq li h4:before {
		top: 16px;
		font-size: 18px;
		line-height: 26px;
	}
	
	
	
	.faq{
		padding: 18px 0;
	}
	.faq h3 {
		padding: 0 0 14px 30px;
		font-size: 17px;
		line-height: 24px;
	}
	.faq h3:before {
		font-size: 17px;
		line-height: 24px;
	}
	.faq h3:after {
		width: calc(100% - 30px);
	}
	.faq p {
		padding: 14px 0 0 30px;
		font-size: 14px;
		line-height: 25px;
	}
	.faq p:before {
		top: 16px;
		font-size: 18px;
		line-height: 26px;
	}
	
	
	.glosTag {
		margin: 50px 0 47px 0;
	}
	.glosTag h2 {
		margin: 0 0 20px 0;
		font-size: 22px;
		line-height: 34px;
	}
	.glosTag a {
		margin: 0px 0px 3px 0px;
	}
	.glosTag a h4 {
		padding: 10px 14px;
		font-size: 13px;
		line-height: 16px;
	}
}
/* ====================================== // 용어사전 상세 ======================================*/



/*--------------------------------------------------------------
# 용어사전 상세 페이지 에디터 컨텐츠 css
--------------------------------------------------------------*/
.glossaryContBox{
	max-width:840px;
	margin:0 auto;
	position:relative;
}

.nxt_content-section {
  scroll-margin-top: 80px;
}

#nxt_page-toc-nav ol {
  list-style-type: none;
  padding-left: 0;
  counter-reset: toc-counter-page;
}

#nxt_page-toc-nav ol>li {
  counter-increment: toc-counter-page;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

#nxt_page-toc-nav ol>li::before {
    content: counter(toc-counter-page) ". ";
    font-weight: 600;
    min-width: 20px;
    margin-right: 6px;
    color: #2C8842;
    font-size: 14px;
}

#nxt_page-toc-nav ol>li a {
	    text-decoration: none !important;
  color: #4b3869;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

#nxt_page-toc-nav ol>li a:hover {
  text-decoration: underline;
  color: #6366f1;
}

.info-box {
  border-left-width: 4px;
  padding: 24px;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.info-box-default {
  border-color: #2C8842;
  background-color: #e3f7e9;
}

.info-box-default h4 {
  color: #2C8842;
}
.info-box ul li strong{
  color:#111!important;
}

.info-box-green {
  border-color: #22c55e;
  background-color: #f0fdf4;
}

.info-box-green h4 {
  color: #15803d;
}

.info-box-blue {
  border-color: #3b82f6;
  background-color: #eff6ff;
}

.info-box-blue h4 {
  color: #1d4ed8;
}

.info-box-red {
  border-color: #ef4444;
  background-color: #fef2f2;
}

.info-box-red h4 {
  color: #b91c1c;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table th {
  background-color: #eaf5ee;
  color: #2C8842;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}

.custom-table td {
  padding: 12px 16px;
  border: 1px solid #e5e7eb;
}

.custom-table tr:hover {
  background-color: #f9fafb;
}

#nxt_blog-content {
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#nxt_blog-content h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 80px;
  color: #111;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbd5e1;
}

#nxt_blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 40px;
  color: #2C8842;
}

#nxt_blog-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

#nxt_blog-content p {
  line-height: 1.75;
  margin-bottom: 16px;
}

#nxt_blog-content ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}

#nxt_blog-content ul li {
  margin-bottom: 8px;
}

#nxt_blog-content ol {
  list-style-type: decimal;
  padding-left: 24px;
  margin-bottom: 16px;
}

#nxt_blog-content ol li {
  margin-bottom: 8px;
}

#nxt_blog-content strong {
  color: #2C8842;
}

#nxt_blog-content a:not(.toc-link) {
  color: #6366f1;
  text-decoration: underline;
}

#nxt_blog-content a:not(.toc-link):hover {
  color: #2C8842;
}

#nxt_blog-content blockquote {
  border-left: 4px solid #a78bfa;
  padding-left: 16px;
  margin-left: 0;
  font-style: italic;
  color: #556677;
}

#nxt_blog-content img {
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 16px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
}

#nxt_blog-content figcaption {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
  margin-bottom: 24px;
  font-style: italic;
}

.nxt_process-step-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #2C8842;
  color: white;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.nxt_process-step-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-top: 0;
  margin-bottom: 4px;
}

/* 목차 토글 버튼 스타일 */
#nxt_toggle-toc-button {
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 8px;
}

.nxt_card {
	margin:10px 0 0 0!important;
  background-color: white;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
      border: 1px solid #eee;
  /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nxt_card button.nxt_accordion-button.active{
	background: #e3f7e9;
}
.nxt_card .border-blue-200{
  border-color:#eee;
}

.nxt_card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); */
  background: #e3f7e9;
}

.nxt_accordion-content {
  background-color: #ffffff;
  margin: 0px;
  color : black;
  font-weight: 400;
  border-radius: 0 0 16px 16px;
}

.nxt_accordion-button:hover {
  background-color: #e3f7e9 !important;
}

.nxt_accordion-arrow {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s;
  color: #e11d48;
}

.nxt_accordion-button.active .nxt_accordion-arrow {
  transform: rotate(180deg);
  color: #e11d48;
}

/* ai_blog.css 제일 아래 추가 */
.h-\[400px\]{
  height:400px;
}
@media (max-width: 767px) {
	/* .blog_ai_body main { */
		/* font-size: 85%!important; */
	/* } */
	
	#nxt_blog-content h2 {
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 80px;
		padding-bottom: 8px;
	}
	#nxt_blog-content h3 {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#nxt_blog-content h4 {
		font-size: 18px;
		margin-bottom: 14px;
	}
	
	
	#nxt_blog-content ul {
		padding-left: 14px;
		margin-bottom: 16px;
	}
}
@media (max-width: 600px) {
	table.custom-table {
		width: 700px;
	}
}
