@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css");

html {
	font-family: Pretendard;
    scroll-behavior: smooth;
}
html .blog_ai_body * {
    /* font-size: 100%; */
    line-height: 1.9!important;
    font-size: 1.063rem;
}
.max-w-4xl {
    max-width: 100%!important;
}

/* img.wp-smiley, img.emoji { */
	/* line-height: inherit !important; */
    /* border-radius: 0!important; */
    /* vertical-align: 0em!important; */
    /* margin: 0!important; */
    /* height: 1.5em !important; */
    /* width: 1.5em !important; */
    /* display: inline-block; */
    /* vertical-align: middle; */
/* } */
img.wp-smiley, img.emoji {
	margin: 0 0.07em !important;
	vertical-align: -0.3em !important;
    margin: 0!important;
    height: 1.5em !important;
    width: 1.5em !important;
    display: inline-block;
}


/*--------------------------------------------------------------
# 블로그 상세 페이지 ai 발행 컨텐츠 css
--------------------------------------------------------------*/
.blog_ai_body main article{
	padding:0!important;
}


.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: 0.5rem;
}

#nxt_page-toc-nav ol>li::before {
    content: counter(toc-counter-page) ". ";
    font-weight: 600;
    min-width: 1.25rem;
    margin-right: 0.375rem;
    color: #3A68AD;
    font-size: 1rem;
}

#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: 1rem;
	line-height: 1.5;
}

#nxt_page-toc-nav ol>li a:hover {
  text-decoration: underline;
  color: #6366f1;
}

.info-box {
  border-left-width: 0.25rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.info-box h3 {
    margin-top: 0!important;
    font-size:1.25rem!important;
    font-weight: 600!important;
    margin-bottom: 1rem;!important;
}

.info-box-default {
  border-color: #3A68AD;
  background-color: #e3f7e9;
}

.info-box-default h3 {
  color: #3A68AD!important;
}
.info-box-default h4 {
  color: #3A68AD!important;
}
.info-box ul li strong{
  color:#111!important;
}

.info-box-green {
  border-color: #22c55e;
  background-color: #f0fdf4;
}

.info-box-green h3 {
  color: #15803d!important;
}
.info-box-green h4 {
  color: #15803d!important;
}

.info-box-blue {
  border-color: #3b82f6;
  background-color: #eff6ff;
}

.info-box-blue h3 {
  color: #1d4ed8!important;
}
.info-box-blue h4 {
  color: #1d4ed8!important;
}

.info-box-red {
  border-color: #ef4444;
  background-color: #fef2f2;
}

.info-box-red h3 {
  color: #b91c1c!important;
}
.info-box-red h4 {
  color: #b91c1c!important;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
}

.custom-table th {
  background-color: #eee;
  color: #3A68AD;
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  border: 1px solid #e5e7eb;
}

.custom-table td {
  padding: 0.75rem 1rem;
  border: 1px solid #e5e7eb;
}

.custom-table tr:hover {
  background-color: #f9fafb;
}

#nxt_blog-content {
	    padding: 0;
  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: 1.875rem;
	font-weight: 700;
	margin-bottom: 2rem;
	margin-top: 5rem;
	color: #111;
	padding-top: 0;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #cbd5e1;
}

#nxt_blog-content h3 {
  font-size:1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-top:2.5rem;
  color: #111;
}

#nxt_blog-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#nxt_blog-content p {
  line-height: 1.75;
  margin-bottom: 1rem;
}

#nxt_blog-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

#nxt_blog-content ul li {
  margin-bottom:0.5rem;
}

#nxt_blog-content ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

#nxt_blog-content ol li {
  margin-bottom: 0.5rem;
}

#nxt_blog-content strong {
  color: #3A68AD;
}

#nxt_blog-content a:not(.toc-link) {
  color: #6366f1;
  text-decoration: underline;
}

#nxt_blog-content a:not(.toc-link):hover {
  color: #3A68AD;
}

#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: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
  height: auto;
}

#nxt_blog-content figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-top: 0.25rem;
  margin-bottom:1.5rem;
  font-style: italic;
}

.nxt_process-step-number {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  background-color: #3A68AD;
  color: white;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-right: 1rem;
  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: 1.125rem;
  font-weight: 600;
  color: #111;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

/* 목차 토글 버튼 스타일 */
#nxt_toggle-toc-button {
    cursor: pointer;
    padding: 0.375rem 0.625rem;
    border-radius:0.375rem;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.nxt_card {
	margin:0.625rem 0 0 0!important;
	background-color: white;
	border-radius: 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #111;
	border: 1px solid #eee;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nxt_card:hover {
	background: #f4f4f4;
}
.nxt_card .border-blue-200{
	border-color:#eee;
}

.nxt_card button{
	padding-right: 3.125rem;
	position:relative;
	display:block;
}
.nxt_accordion-button:hover {
	background-color: #f4f4f4 !important;
}
.nxt_card button.nxt_accordion-button.active{
	background: #f4f4f4;
}
.nxt_card button svg {
    top: 1.375rem;
    right: 0.938rem;
    position: absolute;
}
.nxt_card button.active svg{
	transform: rotate(180deg);
}

.nxt_accordion-content {
	background-color: #ffffff;
	margin: 0px;
	color : black;
	font-weight: 400;
	border-radius: 0 0 16px 16px;
}
.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) {
	html .blog_ai_body *{
		/* font-size: 100%; */
		font-size: 16px;
	}
	
	#nxt_page-toc-nav ol>li::before {
		font-size: 14px;
	}

	#nxt_page-toc-nav ol>li a {
		font-size: 14px;
		line-height: 1.5;
	}

	
	#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 h3.items-start {
    margin-top: 0px !important;
  }


	#nxt_blog-content h4 {
		font-size: 18px;
		margin-bottom: 14px;
	}
	
	
	#nxt_blog-content ul {
		padding-left: 14px;
		margin-bottom: 16px;
	}
	
	
	.nxt_process-step-number {
		width: 28px;
		height: 28px;
		font-size: 14px;
		margin-right: 10px;
	}
	
	
	.nxt_card button {
		line-height: 22px;
	}
}
@media (max-width: 600px) {
	table.custom-table {
		width: 700px;
	}
}



/* faq 컨텐츠 */
.faqContentBox{
	position:relative;
}
/* .faqContentBox h3.font-bold { */
    /* margin: 0.625rem 0 0.875rem 0!important; */
/* } */
.faqContentBox h3.font-bold {
    margin: 0!important;
	font-size:1.25rem!important;
}
.faqContentBox h3.font-bold span{
	font-size:1.25rem!important;
}
@media (max-width: 767px) {
	.faqContentBox .border-l-4 {
		padding-right: 1rem;
	}
	.faqContentBox .leading-relaxed{
		padding:0 0 0 22px;
	}
	.faqContentBox h3.font-bold {
		margin: 10px 0 10px 0!important;
		font-size:18px!important;
	}
	.faqContentBox h3.font-bold span{
		font-size:18px!important;
	}
}


