@charset "UTF-8";
/*@import './pretendard.css';*/
body {
  overflow-x: hidden;
}

body * {
  font-family: "Pretendard";
}

.wrapper {
  background-color: #f2f2f2;
  min-height: 100vh;
}

.header {
  background-color: #f2f2f2;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  font-size: 15px;
}
.header__inner__logo {
  display: flex;
  align-items: center;
}
.header__inner__logo h3 {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}
.header__inner__session {
  color: #666666;
}
.header__inner__session .team {
  display: inline;
  margin-right: 8px;
  padding: 4px 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #b7014d;
  border-radius: 2px;
}
.header__inner__session span {
  color: #333333;
  font-weight: bold;
}
.header__nav {
  background-color: #b7014d;
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
.header__nav ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
  text-decoration: none;
}

.content-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 0 20px 0;
}
.content-wrapper section .article-group {
  display: flex;
  gap: 32px;
}
.content-wrapper section .article-group .full-article {
  flex: 1 1 0;
}
.content-wrapper section .article-group article {
  margin: 0;
}
.content-wrapper section article {
  background-color: #ffffff;
  padding: 32px;
  box-sizing: border-box;
}
.content-wrapper section article.em {
  background-color: #fff5f8;
}
.content-wrapper section article + article {
  margin-top: 32px;
}
.content-wrapper .content-header__title h1 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.8px;
}
.content-wrapper .content-header__nav {
  margin-top: 24px;
}
.content-wrapper .content-header__nav ul {
  display: flex;
  gap: -4px;
}
.content-wrapper .content-header__nav ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 40px;
  margin-left: -4px;
  background-image: url("/resources/common_pub/images/content-nav_middle_off.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.content-wrapper .content-header__nav ul li:first-of-type {
  margin-left: 0;
  background-image: url("/resources/common_pub/images/content-nav_start_off.svg");
}
.content-wrapper .content-header__nav ul li:last-of-type {
  background-image: url("/resources/common_pub/images/content-nav_end_off.svg");
}
.content-wrapper .content-header__nav ul li.on {
  background-image: url("/resources/common_pub/images/content-nav_middle_on.svg");
}
.content-wrapper .content-header__nav ul li.on:first-of-type {
  background-image: url("/resources/common_pub/images/content-nav_start_on.svg");
}
.content-wrapper .content-header__nav ul li.on:last-of-type {
  background-image: url("/resources/common_pub/images/content-nav_end_on.svg");
}
.content-wrapper .content-header__nav ul li.on a {
  font-weight: 700;
}
.content-wrapper .content-header__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  letter-spacing: -0.425px;
}
.content-wrapper .content-header__nav ul li a b {
  margin-right: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.content-wrapper .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
}
.content-wrapper .section-header__title h2 {
  color: #b7014d;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
.content-wrapper .section-header__button {
  display: flex;
  gap: 10px;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

i[class^=icon] {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

.mgt-16 {
  margin-top: 16px !important;
}
.mgt-24 {
  margin-top: 24px !important;
}
.mgt-32 {
  margin-top: 32px !important;
}
.mgb-24 {
  margin-bottom: 24px !important;
}

.text-center {
  text-align: center;
}

.btn-prm input[type=button],
.btn-prm input[type=submit],
.btn-prm button,
.btn-prm a {
  height: 40px;
  min-width: 80px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.17px;
  border: none;
  border-radius: 4px;
  background-color: #b7014d;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-sec input[type=button],
.btn-sec input[type=submit],
.btn-sec button,
.btn-sec a {
  height: 40px;
  min-width: 80px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.17px;
  border: none;
  border-radius: 4px;
  background-color: #312f34;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-round input[type=button],
.btn-round input[type=submit],
.btn-round button,
.btn-round a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-width: 239px;
  padding: 0 25px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.17px;
  border: none;
  border-radius: 24px;
  background-color: #b7014d;
  box-sizing: border-box;
  text-decoration: none;
}

.tips {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 18px;
  height: 40px;
  color: #312f34;
  font-size: 16px;
  letter-spacing: -0.16px;
  border: 1px solid #b7014d;
  background-color: #fff5f8;
  border-radius: 25px;
}
.tips span {
  color: #b7014d;
  font-weight: 700;
}

.callout {
  position: relative;
  padding: 32px;
  background-color: #f4f4f4;
  border-radius: 4px;
  box-sizing: border-box;
}
.callout.em {
  background-color: #fff5f8;
}
.callout__title {
  margin-bottom: 16px;
}
.callout__title h3 {
  color: #312f34;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.55px;
}
.callout__header.type1 {
  position: absolute;
  top: 0;
  left: 0;
}
.callout__header.type1 h3 {
  display: inline-flex;
  align-items: center;
  width: 226.782px;
  height: 50px;
  padding: 0 16px;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.425px;
  background-image: url("/resources/common_pub/images/callout-header.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.callout__header.type2 {
  position: relative;
  margin-bottom: 24px;
}
.callout__header.type2 h3 {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 16px;
  color: #c15d87;
  font-size: 17px;
  letter-spacing: -0.425px;
  border: 1px solid #b7014d;
  border-radius: 4px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.callout__header.type2::after {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: -32px;
  width: 10px;
  height: 14px;
  transform: translate(100%, -50%);
  background-image: url("/resources/common_pub/images/callout-header-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.callout:has(.callout__header.type1) {
  padding-top: 73px;
}
.callout__content p {
  color: #727379;
  font-size: 18px;
  line-height: 30px;
}
.callout__content p + .textarea {
  margin-top: 24px;
}
.callout__content .textarea + .textarea {
  margin-top: 16px;
}
.callout + .callout {
  margin-top: 32px;
}
.callout:last-of-type .callout__header.type1 h3 {
  width: 208.14px;
  background-image: url("/resources/common_pub/images/callout-header-end.svg");
}
.callout:last-of-type .callout__header.type2::after {
  display: none;
}

/*!* ===== Chevron Header ===== *!*/
/*.callout__header.type3 {*/
/*  position: relative;*/
/*  background: #b7014d;*/
/*  padding: 12px 20px;*/
/*  margin-left: -26px;*/
/*  margin-right: -26px;*/
/*  width: calc(100% + 52px); !* 26 + 40 *!*/

/*  height: 48px;              !* ✅ 헤더 높이 고정 *!*/
/*  display: flex;*/
/*  align-items: center;*/
/*  box-sizing: border-box;*/

/*  margin-top: -20px;*/
/*  margin-bottom: 20px;*/

/*  !* 🔥 둥근 보더 (왼쪽만) *!*/
/*  border-top-left-radius: 8px;*/
/*  border-bottom-left-radius: 8px;*/
/*  border-top-right-radius: 8px;*/
/*  border-bottom-right-radius: 8px;*/
/*}*/

/*!* 오른쪽 화살표 *!*/
/*.callout__header.type3::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: -15px;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 24px solid transparent;*/
/*  border-bottom: 24px solid transparent;*/
/*  border-left: 20px solid #b7014d;*/
/*}*/

/*!* 헤더 안 input *!*/
/*.callout__header.type3 h3 {*/
/*  margin: 0;*/
/*  width: 100%;*/
/*}*/

/*.callout__header.type3 h3 input {*/
/*  width: 100%;*/
/*  background: transparent;*/
/*  border: none;*/
/*  color: #fff;*/
/*  font-weight: 500;           !*  type1과 통일 *!*/
/*  letter-spacing: -0.425px;*/
/*  outline: none;*/
/*}*/

/*!* placeholder *!*/
/*.callout__header.type3 h3 input::placeholder {*/
/*  color: rgba(255,255,255,0.8);*/
/*}*/
/*!* ===== 맨 오른쪽 카드만 화살표 제거 + 꽉 채우기 ===== *!*/
/*.form-list .callout:last-child .callout__header.type3 {*/
/*  margin-right: -26px;*/
/*  width: calc(100% + 52px);*/

/*  border-top-right-radius: 8px;*/
/*  border-bottom-right-radius: 8px;*/
/*}*/

/*!* 화살표 제거 *!*/
/*.form-list .callout:last-child .callout__header.type3::after {*/
/*  display: none;*/
/*}*/

.callout-group {
  display: flex;
  gap: 29px;
  margin-top: 32px;
}
.callout-group .callout {
  flex: 1 1 0;
  margin-top: 0;
}

input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  color: #312f34;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.425px;
  border: 1px solid #bebfcb;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
}
input:focus {
  border-color: #ef0064;
  outline: none;
}
input::-moz-placeholder {
  color: #bebfcb;
}
input::placeholder {
  color: #bebfcb;
}
input:disabled {
  background-color: #efeff0;
}
input.em {
  color: #b7014d;
}

.input-form > *:first-of-type {
  margin-top: 0 !important;
}
.input-form > *:not(:first-of-type) {
  margin-top: 24px;
}
.input-form > *:not(:has(label)) {
  margin-top: 16px !important;
}
.input-form label {
  color: #312f34;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
}
.input-form label + input, .input-form label + textarea {
  margin-top: 8px;
}

.textarea textarea {
  width: 100%;
  padding: 16px;
  color: #312f34;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.425px;
  border: 1px solid #bebfcb;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
}
.textarea textarea:focus {
  border-color: #ef0064;
  outline: none;
}
.textarea textarea::-moz-placeholder {
  color: #bebfcb;
}
.textarea textarea::placeholder {
  color: #bebfcb;
}
.textarea.red textarea {
  background-color: #fff8f5;
}
.textarea.blue textarea {
  background-color: #f8fdff;
}
.textarea.no-border textarea {
  border: none;
  outline: none;
}

.ai-fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 40px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(640px);
  cursor: pointer;
}
.ai-fixed::before {
  position: absolute;
  display: inline-block;
  top: -82px;
  left: 50%;
  width: 317px;
  height: 201px;
  background-image: url("/resources/common_pub/images/ai-balloon.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  content: "";
}
.ai-fixed span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 152px;
  height: 47px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ai-fixed img {
  position: relative;
  width: 112px;
}

.flex-box {
  display: flex;
}
.flex-box .flex-item {
  flex: 1 1 0;
}
.flex-box.flex-column {
  flex-direction: column;
}
.flex-box.justify-center {
  justify-content: center;
}
.flex-box.justify-between {
  justify-content: space-between;
}
.flex-box.justify-end {
  justify-content: flex-end;
}
.flex-box.align-center {
  align-items: center;
}
.flex-box.align-end {
  align-items: flex-end;
}
.flex-box.gap-10 {
  gap: 10px;
}
.flex-box.gap-24 {
  gap: 24px;
}
.flex-box.gap-25 {
  gap: 25px;
}
.flex-box.gap-32 {
  gap: 32px;
}
.flex-box .callout + .callout {
  margin-top: 0;
}

.input-file {
  width: 100%;
}
.input-file input[type=file] {
  display: none;
}
.input-file label .label-round {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #312f34;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.375px;
  background-color: #ffffff;
  cursor: pointer;
}
.input-file label .label-round::before {
  color: #8e8f96;
  font-size: 24px;
  font-weight: 900;
  content: "+";
}
.input-file label .label-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 96px;
  border: 1px solid #bebfcb;
  border-radius: 4px;
  cursor: pointer;
}
.input-file label .label-button span {
  color: #8e8f96;
  font-size: 17px;
  font-weight: 400;
}
.input-file label .label-button a {
  padding: 6px 17px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  background-color: #727379;
  border-radius: 4px;
}
.input-file:has(.label-round) {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.input-file:has(.label-round) > label:not(.label-round) {
  font-size: 22px;
  text-align: center;
}
.input-file:has(.label-button) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.range-list {
  height: -moz-fit-content;
  height: fit-content;
}
.range-list .range-item {
  margin-top: 16px;
}
.range-list .range-item .title {
  display: flex;
  justify-content: space-between;
  color: #312f34;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.range-list .range-item .input-range {
  margin-top: 8px;
}

.input-range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 16px;
  padding: 0;
  background: #efeff0;
  outline: none;
  border-radius: 8px;
  border: none;
}
.input-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  background: transparent;
}
.input-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  background: transparent;
}
.input-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #b7014d;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: url("/resources/common_pub/images/gauge-pin_type1.svg");
  background-size: 12px 12px;
  background-position: 1px 2px;
  background-repeat: no-repeat;
}
.input-range input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #b7014d;
  cursor: pointer;
  border-radius: 50%;
}
.input-range.center-range input[type=range] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 16px;
  padding: 0;
  background: #f5d6df;
  outline: none;
  border-radius: 8px;
  border: none;
}
.input-range.center-range input[type=range]::before, .input-range.center-range input[type=range]::after {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  content: "";
}
.input-range.center-range input[type=range]::after {
  left: initial;
  right: 4px;
}
.input-range.center-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  background: transparent;
}
.input-range.center-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  background: transparent;
}
.input-range.center-range input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: url("/resources/common_pub/images/gauge-pin_type2.svg");
  background-size: 12px 12px;
  background-position: 0px 2px;
  background-repeat: no-repeat;
  z-index: 9;
}
.input-range.center-range input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #f5d6df;
  cursor: pointer;
  border-radius: 50%;
}

.form-list {
  display: flex;
  gap: 24px;
}
.form-list .callout {
  margin-top: 0;
  padding: 24px;
}

.arrow-callout > * {
  margin-top: 23px;
}
.arrow-callout > *:first-of-type {
  margin-bottom: 41px;
}
.arrow-callout > *:first-of-type::after {
  position: absolute;
  display: inline-block;
  width: 812.414px;
  height: 39.414px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-image: url("/resources/common_pub/images/arrow-callout_top.svg");
  content: "";
}
.arrow-callout > *:nth-of-type(2) > *:first-of-type::after, .arrow-callout > *:nth-of-type(2) > *:last-of-type::after {
  position: absolute;
  display: inline-block;
  width: 13.414px;
  height: 24.414px;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-image: url("/resources/common_pub/images/arrow-callout_middle.svg");
  content: "";
}
.arrow-callout > *:nth-last-of-type(2) {
  position: relative;
}
.arrow-callout > *:nth-last-of-type(2)::after {
   /*display: none;*/
  position: absolute;
  display: inline-block;
  width: 812.414px;
  height: 41.414px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-image: url("/resources/common_pub/images/arrow-callout_top.svg");
  content: "";
}
.arrow-callout > *:last-of-type {
  margin-top: 57px;
}
.arrow-callout .flex-box .callout::after {
  display: none;
}

.input-text.red label {
  color: #b7014d;
}
.input-text.red input[type=text] {
  background-color: #fff5f8;
  border: 1px solid #b7014d;
}
.input-text.horizontal {
  display: flex;
  align-items: center;
  gap: 16px;
}
.input-text.horizontal label {
  width: 58px;
}
.input-text.horizontal input {
  margin: 0;
  flex: 1 1 0;
}
.input-text.label label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 50px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
  background-color: #b7014d;
  border-radius: 4px;
  vertical-align: middle;
}

.input-button {
  position: relative;
}
.input-button button {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 28px;
  height: 28px;
  background-color: #b7014d;
  border-radius: 4px;
  background-image: url("/resources/common_pub/images/arrow-button.svg");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.label-title {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 14px;
}
.label-title:first-child {
  margin-top: 0;
}
.label-title h3 {
  color: #312f34;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
}
.label-title h3 span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #727379;
  border-radius: 4px;
}
.label-title__button {
  display: flex;
  gap: 8px;
}
.label-title__button button {
  padding: 6px 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #312f34;
  border-radius: 4px;
}
.label-title__button a {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.label-title.huge {
  height: 50px;
  background-color: #f4f4f4;
}
.label-title.huge h3 {
  font-size: 18px;
  font-weight: 600;
}
.label-title.huge h3 span {
  height: 100%;
  margin-right: 16px;
  font-size: 16px;
  background-color: #b7014d;
}

.basic-table:has(.basic-table__top) {
  margin-top: 24px;
}
.basic-table__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.basic-table__top .total-cnt {
  display: flex;
  align-content: center;
  font-size: 16px;
  font-weight: 700;
}
.basic-table__top .total-cnt span {
  margin-left: 16px;
  color: #b7014d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.45px;
}
.basic-table table {
  width: 100%;
  border-collapse: collapse;
}
.basic-table table th,
.basic-table table td {
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #fff;
  height: 40px;
}
.basic-table table thead tr th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background-color: #434343;
  letter-spacing: -0.35px;
  white-space: nowrap;
}
.basic-table table thead tr:first-of-type th:first-of-type {
  border-top-left-radius: 4px;
}
.basic-table table thead tr:first-of-type th:last-of-type {
  border-top-right-radius: 4px;
}
.basic-table table tbody tr th,
.basic-table table tbody tr td {
  position: relative;
  color: #312f34;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.basic-table table tbody tr th input,
.basic-table table tbody tr td input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.basic-table table tbody tr th label,
.basic-table table tbody tr td label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.basic-table table tbody tr th input[type=checkbox],
.basic-table table tbody tr td input[type=checkbox] {
  display: none;
}
.basic-table table tbody tr th:has(input[type=checkbox]:checked),
.basic-table table tbody tr td:has(input[type=checkbox]:checked) {
  background-color: #8e8f96;
}
.basic-table table tbody tr th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.35px;
  background-color: #5c5c5c;
  white-space: nowrap;
}
.basic-table table tbody tr td {
  background-color: #efeff0;
}
.basic-table table tbody tr td.em {
  background-color: #f1e1e7;
}
.basic-table table tfoot tr th,
.basic-table table tfoot tr td {
  font-weight: 700;
}
.basic-table table tfoot tr th {
  color: #fff;
  background-color: #312f34;
  text-align: center;
}
.basic-table table tfoot tr td {
  background-color: #434343;
  text-align: right;
}
.basic-table table tfoot tr td.light {
  background-color: #8e8f96;
}
.basic-table.round table tbody tr:first-of-type > *:first-child {
  border-top-left-radius: 4px;
}
.basic-table.round table tbody tr:first-of-type > *:last-child {
  border-top-right-radius: 4px;
}
.basic-table.round table tbody tr:last-of-type > *:first-child {
  border-bottom-left-radius: 4px;
}
.basic-table.round table tbody tr:last-of-type > *:last-child {
  border-bottom-right-radius: 4px;
}

.text-left {
  text-align: left !important;
}
.text-left input {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.text-center input {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-right input {
  text-align: right;
}
.text-yellow {
  color: #ffeb00 !important;
}
.text-red {
  color: #ff0062 !important;
}
.text-red2 {
  color: #b7014d !important;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.hr.dashed {
  margin-top: 52px;
  margin-bottom: 40px;
  height: 0;
  background-color: initial;
  border-bottom: 1px dashed #707070;
}

.article-title {
  margin-bottom: 40px;
}
.article-title h2 {
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.55px;
  text-align: center;
}

.round-table__grid {
  display: grid;
  grid-template-columns: 230px 110px 1fr;
  gap: 8px 12px;
}
.round-table__grid > * {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  color: #222222;
  font-size: 16px;
  letter-spacing: -0.4px;
  background-color: #efeff0;
  border-radius: 4px;
}
.round-table__grid > * input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.round-table__grid > *.em {
  background-color: #f1e0e7 !important;
}
.round-table__grid .header {
  background-color: initial;
  justify-content: flex-start;
  height: 24px;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
}
.round-table__grid .footer {
  color: #fff;
  background-color: #434343;
  font-weight: 700;
}

.image-box {
  position: relative;
  width: 291px;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.image-box img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-box img[src=""] {
  display: none;
}
.image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: center;
  transform: translate(-50%, -50%);
  content: "TAM-SAM-SOM\aImage";
}

.chart-sample {
  text-align: center;
}
.chart-sample img {
  width: 265px;
  margin: 0 auto;
}

.chart-box {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.chart-box img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart-box img[src=""] {
  display: none;
}
.chart-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 700;
  line-height: 22.5px;
  text-align: center;
  transform: translate(-50%, -50%);
  content: "Chart Wrap";
}

.input-multiple {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #bebfcb;
  box-sizing: border-box;
}
.input-multiple.em {
  border: 1px solid #b7014d;
}
.input-multiple.em input {
  color: #b7014d;
}
.input-multiple.em input.text {
  font-weight: 700;
}
.input-multiple.em input.value {
  font-weight: 500;
}
.input-multiple:has(input:focus) {
  border: 1px solid #b7014d;
}
.input-multiple input {
  border: none;
  height: 100%;
}
.input-multiple input.text.em {
  color: #b7014d;
}
.input-multiple input.value {
  padding: 0 8px;
  text-align: right;
}
.input-multiple input:last-child {
  padding-right: 16px;
}
.input-multiple button {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-color: initial;
  background-image: url("/resources/common_pub/images/icon-round-minus.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.value-list .label-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

.w100 {
  font-weight: 100 !important;
}
.w200 {
  font-weight: 200 !important;
}
.w300 {
  font-weight: 300 !important;
}
.w400 {
  font-weight: 400 !important;
}
.w500 {
  font-weight: 500 !important;
}
.w600 {
  font-weight: 600 !important;
}
.w700 {
  font-weight: 700 !important;
}
.w800 {
  font-weight: 800 !important;
}
.w900 {
  font-weight: 900 !important;
}

.input-number input {
  color: #b7014d;
  text-align: right;
  -moz-appearance: textfield;
  /* Firefox */
}
.input-number input::-webkit-outer-spin-button, .input-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number label + .input {
  margin-top: 8px;
}
.input-number .input {
  position: relative;
}
.input-number .input input {
  padding-right: 46px;
}
.input-number .input input.text-black {
  color: #312f34;
}
.input-number .input__button {
  display: flex;
  position: absolute;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 30px;
  height: 50px;
  border-left: 1px solid #bebfcb;
}
.input-number .input__button span {
  display: inline-block;
  flex: 1 1 0;
  background-image: url("/resources/common_pub/images/icon-arrow-up.svg");
  background-size: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.input-number .input__button span:hover {
  background-color: #f4f4f4;
}
.input-number .input__button span:first-of-type {
  border-top: 1px solid #bebfcb;
  border-right: 1px solid #bebfcb;
  border-top-right-radius: 4px;
}
.input-number .input__button span:last-of-type {
  border-top: 1px solid #bebfcb;
  border-left: 1px solid #bebfcb;
  border-top-left-radius: 4px;
  transform: rotate(180deg);
}
.input-number .input .suffix {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
}

.select-box .select {
  position: relative;
}
.select-box .select::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 8px;
  background-image: url("/resources/common_pub/images/select-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  content: "";
}
.select-box select {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  color: #312f34;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.425px;
  border: 1px solid #bebfcb;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.select-box select:focus {
  border-color: #ef0064;
  outline: none;
}
.select-box select::-moz-placeholder {
  color: #bebfcb;
}
.select-box select::placeholder {
  color: #bebfcb;
}
.select-box select:disabled {
  background-color: #efeff0;
}
.select-box select.em {
  color: #b7014d;
}
.select-box label + .select {
  margin-top: 8px;
}

.select-score-con {
  margin-top: 24px;
}
.select-score-con .select-score-group .select-score-title {
  display: flex;
  justify-content: space-between;
}
.select-score-con .select-score-group .select-score-title h3 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
}
.select-score-con .select-score-group .select-score-title p {
  color: #727379;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.425px;
}
.select-score-con .select-score-group .select-score-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.select-score-con .select-score-group + .select-score-group {
  margin-top: 32px;
}

.label-select {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #bebfcb;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.label-select::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 8px;
  background-image: url("/resources/common_pub/images/select-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  content: "";
}
.label-select label {
  padding: 16px 15px;
  color: #222222;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -0.425px;
}
.label-select select {
  padding: 0 35px 0 20px;
  color: #222222;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.425px;
  background-color: #f4f4f4;
  border: none;
  border-left: 1px solid #bebfcb;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.label-select select option {
  background-color: #fff;
}
.label-select select:focus {
  outline: none;
}

.data-label-con .data-label-top {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 8px;
}
.data-label-con .data-label-top h3 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
}
.data-label-con .data-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 15px;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.data-label-con .data-label.main {
  padding: 20px 15px;
  background-color: #fff5f8;
}
.data-label-con .data-label.main .title h5 {
  font-weight: 700;
}
.data-label-con .data-label.main .value span {
  color: #b7014d;
}
.data-label-con .data-label .title h5 {
  color: #312f34;
  font-size: 17px;
  font-weight: 500;
}
.data-label-con .data-label .value {
  color: #312f34;
  font-size: 17px;
  font-weight: 500;
}
.data-label-con .data-label .value span {
  font-weight: 700;
}
.data-label-con .data-label + .data-label {
  margin-top: 8px;
}

.chart-con {
  padding: 24px 32px;
  border: 1px solid #bebfcb;
  border-radius: 4px;
  background-color: #ffffff;
}
.chart-con .title {
  margin-bottom: 32px;
}
.chart-con .title h3 {
  color: #222222;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
  text-align: center;
}
.chart-con .legend {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 8px;
}
.chart-con .legend__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chart-con .legend__item em {
  display: inline-block;
  width: 10px;
  height: 6px;
  border-radius: 2px;
  background-color: #b7014d;
}
.chart-con .legend__item span {
  color: #312f34;
  font-size: 15px;
}
.chart-con .legend__item.c-1 em {
  background-color: #b7014d;
}
.chart-con .legend__item.c-2 em {
  background-color: #434343;
}
.chart-con .legend__item.c-3 em {
  background-color: #5b42c6;
}
.chart-con .legend__item.c-4 em {
  background-color: #46afc3;
}

.funding-list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 32px;
}
.funding-list .funding-item {
  border: 1px solid #bebfcb;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.funding-list .funding-item.em .title {
  background-color: #b7014d;
}
.funding-list .funding-item.em .content .total {
  background-color: #fff5f8;
}
.funding-list .funding-item .title {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  background-color: #727378;
}
.funding-list .funding-item .title h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.funding-list .funding-item .content {
  display: flex;
  align-items: center;
  height: 49px;
}
.funding-list .funding-item .content ul {
  display: flex;
  flex-grow: 1;
}
.funding-list .funding-item .content ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0 24px;
}
.funding-list .funding-item .content ul li span {
  color: #312f34;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.funding-list .funding-item .content ul li span b {
  font-weight: 700;
}
.funding-list .funding-item .content ul li:not(:last-of-type)::after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #bebfcb;
  transform: translateX(50%);
  content: "";
}
.funding-list .funding-item .content .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 190px;
  height: 100%;
  padding: 0 24px;
  background-color: #f4f4f4;
  border-bottom-left-radius: 4px;
  box-sizing: border-box;
}
.funding-list .funding-item .content .total span {
  color: #312f34;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.funding-list .funding-item .content .total span:first-of-type {
  font-weight: 700;
}
.funding-list .funding-item .content .total span b {
  color: #b7014d;
  font-weight: 700;
}

.tab-con {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-con .tab-controller {
  display: flex;
  gap: 16px;
}
.tab-con .tab-controller button {
  background-color: inherit;
  color: #8e8f96;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
  border: none;
  border-bottom: 3px solid #8e8f96;
  padding: 0 0 8px 0;
  outline: none;
  cursor: pointer;
}
.tab-con .tab-controller button:hover {
  color: #b7014d;
  border-color: #b7014d;
}
.tab-con .tab-controller button.on {
  color: #b7014d;
  border-color: #b7014d;
}
.tab-con .tab-content {
  display: none;
  width: 100%;
  padding-top: 24px;
  box-sizing: border-box;
}
.tab-con .tab-content.on {
  display: block;
}

.keyword-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.keyword-list .keyword-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  background-color: #ffffff;
}
.keyword-list .keyword-item .rank {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.375;
}
.keyword-list .keyword-item .value {
  color: #222222;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.375;
}
.keyword-list .keyword-item.em {
  border: 1px solid #b7014d;
  background-color: #fff5f8;
}
.keyword-list .keyword-item.em .rank {
  font-weight: 700;
}
.keyword-list .keyword-item.em .value {
  color: #b7014d;
}

.map-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 268px;
}
.map-profile .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.map-profile .image img {
  width: 100%;
}
.map-profile .name h3 {
  color: #312f34;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.55px;
}

.scamper-list {
  display: flex;
  gap: 16px;
  margin-top: 22px;
}
.scamper-list .scamper-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 0;
  min-width: 0;
}
.scamper-list .scamper-column__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 80px;
  margin-bottom: 8px;
  border-radius: 4px;
  background-color: #727379;
}
.scamper-list .scamper-column__header.em {
  background-color: #b7014d;
}
.scamper-list .scamper-column__header h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.scamper-list .scamper-column__header p {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
}
.scamper-list .scamper-column:has(.scamper-column__item) .scamper-column__header::after {
  position: absolute;
  display: inline-block;
  width: 0px;
  height: 24px;
  bottom: 1px;
  border-right: 1px dashed #333;
  left: 50%;
  transform: translate(-50%, 100%);
  content: "";
}
.scamper-list .scamper-column__item {
  position: relative;
  padding: 16px;
  color: #312f34;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.4px;
  background-color: #ffffff;
  border-radius: 4px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.scamper-list .scamper-column__item .btn-remove {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background-image: url("/resources/common_pub/images/round-cross.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.idea-grid__title h3 {
  color: #312f34;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.425px;
  margin-bottom: 16px;
}
.idea-grid__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.idea-grid__content .row {
  display: flex;
  gap: 16px;
}
.idea-grid__content .row .head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background-color: #312f34;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  border-radius: 4px;
}
.idea-grid__content .row .data {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  gap: 8px;
}
.idea-grid__content .row .data span {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 50px;
  color: #312f34;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.425px;
  background-color: #fff;
  border-radius: 4px;
}
.idea-grid__content .row .data span::before {
  margin-right: 6px;
  content: "•";
}
.idea-grid.red .row .head {
  background-color: #b7014d;
}
.idea-grid + .idea-grid {
  margin-top: 28px;
}

.idea-article-arrow {
  position: relative;
}
.idea-article-arrow::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 180px;
  background-image: url("/resources/common_pub/images/idea-article-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(100%, -50%);
  content: "";
}

.concept-swiper {
  position: relative;
  padding: 0 72px;
}
.concept-swiper .concept-item {
  height: 166px;
  padding: 24px;
  border: 1px solid #bebfcb;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
}
.concept-swiper .concept-item.on {
  background-color: #fff5f8;
  border-color: #b7014d;
}
.concept-swiper .concept-item .title h5 {
  color: #222222;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.45px;
}
.concept-swiper .concept-item .content {
  margin-top: 32px;
}
.concept-swiper .concept-item .content ul li {
  display: flex;
  justify-content: space-between;
  color: #312f34;
  font-size: 16px;
  letter-spacing: -0.4px;
}
.concept-swiper .concept-item .content ul li:not(:first-of-type) {
  margin-top: 16px;
}
.concept-swiper .concept-item .content ul li span {
  color: #222222;
  font-weight: 700;
}
.concept-swiper .swiper-button-next,
.concept-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 4px;
}
.concept-swiper .swiper-button-next::after,
.concept-swiper .swiper-button-prev::after {
  width: 16px;
  height: 16px;
  background-image: url("/resources/common_pub/images/swiper-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.concept-swiper .swiper-button-next {
  right: 0;
}
.concept-swiper .swiper-button-next::after {
  transform: rotate(180deg);
}
.concept-swiper .swiper-button-prev {
  left: 0;
}/*# sourceMappingURL=style.css.map */


/* 채팅 관련 CSS */
.chat-container {
  position: fixed;
  display: flex;
  flex-direction: column;
  bottom: 40px;
  left: 50%;
  margin: 0 auto;
  transform: translateX(400px);

  width: 400px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.chat-header {
  background-color: #B7014D;
  color: white;
  padding: 15px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-header h1 {
  font-size: 16px;
  margin: 0;
  font-weight:700;
}
.chat-header .close {
  cursor: pointer;
}
.chat-body {
  line-height:30px;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}
.message {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.message img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.message p {
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  margin: 0;
}
.message.user p {
  background-color: #FFF5F8;
}
.chat-footer {
  padding: 10px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.chat-footer input {
  width: calc(100%);
  padding: 10px;
  border: solid 1px #EF0064;
  outline: none;
  border-radius: 5px;
  background-color: #f1f1f1;

}
.chat-footer button {
  position:absolute;
  right:20px;

  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.chat-body::-webkit-scrollbar {
  width: 10px;
}
.chat-body::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.chat-body::-webkit-scrollbar-thumb {
  background-color: #96989F;
}
.chat-body::-webkit-scrollbar-button {
  display: none;
}

/* hover 효과 */
.chat-body::-webkit-scrollbar-thumb:hover {
  background-color: #727379;
  transition: all 0.2s; /* 작동 안 됨 */
}

/* 코너에 라운드 효과 */
.chat-body::-webkit-scrollbar-track,
.chat-body::-webkit-scrollbar-thumb {
  border-radius: 5px;
}

/*작성팁 CSS */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 흐림 효과 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* 모달을 다른 요소들보다 위에 띄우기 위해 높은 z-index 설정 */
}

.modal {

  background-color: white;
  width: 800px;
  border-radius: 3px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index:1;
  margin:0 auto;
}
.modal-header {
  background-color: #333;
  color: white;
  font-weight:700;
  padding: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-header h2 {
  font-size: 18px;
  margin: 0;
}
.modal-header .close {
  cursor: pointer;
  font-size: 18px;
}
.modal-content {
  padding: 20px;
}
.section-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.section-content {
  margin-bottom: 20px;
}
.section-content p {
  margin: 0 0 10px 0;
  background-color:#FFF5F8;
  padding:10px;
  border-radius: 10px;
  line-height:25px;
}
.section-content2 {
  margin-bottom: 20px;
}
.section-content2 p {
  margin: 0 0 10px 0;
  background-color:#F4F4F4;
  padding:10px;
  border-radius: 10px;
  line-height:25px;
}
.icon {
  margin-right: 10px;
}