/* 가이드 메인 컨텐츠 스타일 */
.main_content_section {
  display: flex;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 80px;
  min-height: 100vh;
}

.main_left_content_section {
  display: flex;
  flex-direction: column;
  /* min-width: 1000px; */
  /* width: 60%; */
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.main_content_header {
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 86, 148, 0.06) 0%,
    rgba(255, 128, 40, 0.06) 50%,
    rgba(221, 255, 71, 0.06) 100%
  );
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.main_content_title_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* 헤더 부분 레이블 */
.main_content_label {
  color: #75777d;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.48px;
}

/* 헤더 부분 제목 */
.main_content_title {
  display: flex;
  flex-direction: column;
  color: #313743;
  font-family: Pretendard;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.08px;
}

.copy_icon {
  cursor: pointer;
}

/* 본문 부분 */
.main_content_body_wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  padding: 60px 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebe8e8;
}

.main_content_body {
  flex: 1 1 0;
  min-width: 0;
  color: #434d62;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75; /* 175% */
  letter-spacing: -0.48px;
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  width: 100%;
}

/* 본문에서 제목 관련 스타일 */

/* 제목1 */
.main_content_body h1 {
  color: #313743;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.84px;
}
/* 제목2 */
.main_content_body h2 {
  color: #313743;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
}

/* 제목3 */
.main_content_body h3 {
  color: #313743;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
/* 본문1 */
.main_text_1 {
  color: #434d62;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  letter-spacing: -0.54px;
}
/* 본문2 */
.main_text_2 {
  color: #434d62;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65; /* 165% */
  letter-spacing: -0.48px;
}
/* 본문3 */
.main_text_3 {
  color: #434d62;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4; /* 100% */
  letter-spacing: -0.42px;
}
/* 설명1 */
.main_text_small_1 {
  color: #75777d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4; /* 100% */
  letter-spacing: -0.39px;
}
/* 설명2 */
.main_text_small_2 {
  color: #75777d;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px; /* 100% */
  letter-spacing: -0.36px;
}
.main_left_content_section {
}
/* 오른쪽 사이드 메뉴 */
.main_content_aside {
  /* width: 240px; */
  height: 800px;
  padding: 0px 0px 32px 0px;
  /* position: sticky; */

  align-self: flex-start;
  /* max-height: calc(100vh - 64px); */
  overflow-y: auto;
  position: fixed;

  top: 127px;
  right: 7.5vw;
  max-width: 278px;
  width: 278px;
}

.main_content_aside_title {
  color: #ff8028;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  letter-spacing: -0.42px;
  padding-bottom: 24px;
}

.main_content_aside_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main_content_aside_list li {
  color: #7b818d;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 100% */
  letter-spacing: -0.42px;
  cursor: pointer;
}

/* 엑티브 했을때 */
.main_content_aside_list li.active {
  color: #ff8028;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 100% */
  letter-spacing: -0.42px;
}

.main_content_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 40px 0px;
}

.main_content_nav_prev,
.main_content_nav_next {
  display: flex;
  align-items: center;
  gap: 20px;

  /* 글자 css */
  color: #434d62;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.48px;
}

.main_content_nav_btn {
  background-color: transparent;
  border: none;
  color: #7b818d;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: -0.48px;
  cursor: pointer;
}

/* 앵커부분 수정  */
/* 대제목 부분이랑 소제목 부분 앞에 여백 추가 */
.toc-level-3,
.toc-level-4 {
  padding-left: 15px;
}
