@charset "UTF-8";
/* 목록 Board CSS */
    .board-container {
      max-width: 100%;
      margin: 0 auto;
    }

    .board-list {
      border-radius: 0em;
      overflow: hidden;
      background: #ffffff;
      /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
    }

    .board-item {
      display: flex;
      align-items: center;
      padding: 1.2rem 1rem;
      border-bottom: 1px solid #e5e8ed;
      transition: background 0.2s ease;
      text-decoration: none;
      color: #303030;
    }
    .board-item a {
      color: #303030 !important;
      text-decoration: none;
    }
    .board-item:hover {
      color:#1A99B4 !important;
      border-bottom: 2px solid #1A99B4 !important;
      text-decoration:none;
    }

    .board-item:last-child {
      border-bottom: none;
    }

    .board-item:hover {
      background: #f4f7fa;
    }

    .board-item > div {
      /*padding: 0 0.5rem;*/
    }

    .title {
      width: 60%;
      font-weight: 500;
      font-size: 1rem;
      font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      letter-spacing: 0.02em;
      word-spacing: 0.01em;

      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }




    .classification {
      width: 20%;
      text-align: right;
      font-size: 0.9rem;
      color: #666;
    }
    .author {
      width: 20%;
      text-align: right;
      font-size: 0.9rem;
      color: #666;
    }
    .author img {
      width: auto !important;
      border-radius: 0;
    }


    /* 모바일 반응형 */
    @media (max-width: 768px) {
      .classification {
        display: none;
      }
      .author {
        display: none;
      }
      .title {
        width: 100%;
        font-size: 1rem;
      }
    }

      .button_box {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin: 2em 0;
      }

      .btn {
        color:#fff !important;
        font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      }
      .bbs_btn {
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
        color: #fff;
        font-size:0.7em;
        background-color: #46BBC2;
        border-radius: 0.3em;
        padding: 0.9em 2em !important;
        letter-spacing: 0.225em !important;
        font-family: "Taviraj", serif !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-optical-sizing: auto !important;
        text-transform: none !important;
        text-decoration: none;
        /* margin-left: 0.5em; */
      }

      .bbs_btn:hover {
          color: #fff;
          background-color: #f33f3f; /* hover 상태에서 배경색 변경 */
      }
      .boards-title {
        color: #8A888D;
        font-size:0.8em;
      }
      .board_button {
        margin-top: 16px;
        margin-bottom: 1px;
      }

      .form-none {
          display: none;
          height: 1px;
      }

      .mleft {
          margin-left:1em;
      }
      .smalls {
          font-size: 60%;
          font-weight: 400;
      }

/* 프로필 */
.pt-5 {
    padding-top: 2rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.d-flex {
    display: flex !important;
}
.align-items-center {
    align-items: center !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.small {
    font-size: 0.8rem;
}
.text-muted {
    font-size: 0.8rem !important;
    font-family: "Taviraj", serif !important;
    font-weight: 500 !important;
    line-height: 1.5em;
}

      .imageboader {
          display: block;
          border: 1px solid #DBE0E4;
          margin-bottom: 11px;
          border-radius: 6px;
          text-align: center;
          margin-left: auto; 
          margin-right: auto; 
      }

/* Pagination */
	.pagination {
		display: -moz-inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flex;
		display: inline-flex;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: default;
		list-style: none;
		margin: 0 0 2rem 2px;
		padding: 0;
	}

		.pagination a, .pagination span {
			-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out !important;
			-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out !important;
			border: solid 2px;
			display: inline-block;
			font-family: "Source Sans Pro", Helvetica, sans-serif !important;
			font-size: 0.8rem !important;
			font-weight: 900 !important;
			height: 3rem;
			letter-spacing: 0.075em;
			line-height: calc(3rem - 4px) !important;
			margin-left: -2px;
			min-width: 3rem;
			position: relative;
			text-align: center;
			text-decoration: none !important;
			text-transform: uppercase;
		}

		.pagination .next, .pagination .previous {
				text-decoration: none !important;
				padding: 0 1.75rem;
		}

			.pagination .next:before, .pagination .previous:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			.pagination .next:before, .pagination .previous:before {
				display: inline-block;
				color: inherit !important;
				line-height: inherit;
			}
		/*
		.pagination .previous:before {
			content: '\f104';
			margin-right: 0.9375em;
		}

		.pagination .next:before {
			content: '\f105';
			float: right;
			margin-left: 0.9375em;
		}
		*/
		@media screen and (max-width: 980px) {

			.pagination a, .pagination span {
				font-size: 0.9rem;
			}

		}

		@media screen and (max-width: 480px) {

			.pagination .page, .pagination .extra {
				display: none;
			}

		}

	.pagination a, .pagination span {
		border-color: #eeeeee !important;
	}

	.pagination a {
		color: #444 !important;
	}

		.pagination a:hover {
			color: #46BBC2 !important;
			border-color: #46BBC2;
			z-index: 1;
		}

			.pagination a:hover + a,
			.pagination a:hover + span {
				border-left-color: #46BBC2;
			}

		.pagination a.active {
			background-color: #eeeeee;
		}

	.pagination span {
		color: #eeeeee !important;
	}


/* 보기 view.skin.php */
.container_contents {
    width: 100%;
/*
    border: 0.1em solid #ddd;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fdfdfd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
*/
}

/* Delete Skin view.skin.php */
.container_contents_delete {
    width: 100%;
    border: 0.1em solid #ddd;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fdfdfd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bbs-list a {
    display: inline-block;
    font-size: 1em;
    padding: 0.5em 2em;
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    background-color: #fff;
    color: #343a3e;
    border: 0.2em solid #ddd;
    text-align: center;
    font-weight: 600;
    border-radius: 0.1em;
    text-transform: capitalize;
    transition: all .3s;
}

.bbs-list a:hover {
    color: #fff;
    border: 0.2em solid #575D64;
    background-color: #656c74;
}

/* TOC 자동 목차 */
.toc {
    display: inline-block;
    position: relative;
    /*width: 100%;*/
    border: 0.1em solid #ddd;
    border-radius: 0.5em;
    padding: 1em;
    background-color: #fdfdfd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
toc ul {
    padding: 0;
    margin: 0;
}
.toc ul li {
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    list-style: none;
}
.toc ul li:last-child {
    border-bottom: none; /* 마지막 항목에 보더라인 없애기 */
}
.toc ul li a {
    font-size: 0.96em;
    color: #1F82CE;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
}
.toc ul li a:hover {
    color: #5295C8;
}
/* 모바일에서 폰트 크기 조정 */
@media (max-width: 768px) {
    .toc ul li a {
        font-size: 0.9em;
    }
}
.toc.left {
    float: left;
    margin: 0 2em 2em 0;
    top: 0.25em;
}
.toc.left, .toc.right {
    width: 40%;
}
/* 모바일 대응 스타일 */
@media (max-width: 768px) {
    .toc.left {
        /*float: none;*/
        margin: 0 0 3em 0;
        max-width: 100%;
        width: 100%;
    }
}



/* 블로그 포스트 CSS */
.review_text {
    display: flex;
    width: 100%;  
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.05em;
    word-spacing: 0.1em;
    text-align: center; 
    justify-content: center;
    align-items: center;
}

.image.minus {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.image.minus img {
    width: 100%;
    border-radius: 3px 3px 0 0 !important;
}

.feature {
    margin-bottom: 50px;
    position: relative;
}
.feature.boxed {
    padding: 1em;
    background-color: #FAFBFC;
    margin-bottom: 2em;
    border-left: 0.2em solid #eee;
    border-right: 0.2em solid #eee;
    border-bottom: 0.2em solid #eee;
}
.feature-title-copy {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1em 0 !important;
}

.feature-title {
    display: block;
    font-size: 1rem !important;
    color: #2E3435 !important;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    margin-bottom: 0 !important;
    line-height: 150% !important;
}
@media (max-width: 768px) {
    .feature-title {
        font-size: 1rem !important; /* 모바일에서 폰트 크기를 1rem으로 설정 */
    }
}

.feature-subtitle {
    font-size: 0.75em;
    color: #888;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    line-height: 1.33em !important;
    /*text-transform: uppercase;*/
}
.feature p {
    font-size: 0.9rem;
    color: #74787D;
    margin: 0 0 0.5rem 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.09em;
    word-spacing: 0.2em;
    line-height: 180%;
}
		@media screen and (max-width: 736px) {
			.feature p {
				font-size: 0.84rem;
			}
		}

.feature span {
    font-size: 0.88rem;
    color: #74787D;
    margin: 0 0 0.5rem 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 400;
    letter-spacing: 0.09em;
    word-spacing: 0.2em;
    line-height: 180%;
}

/* 목록 버튼 */
.feature.boxed .btns a {
    display: inline-block;
    font-size: 0.8em;
    font-family: "Taviraj", serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 0.3em 2em;
    background-color: #252525;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #000;
    margin-top: 1.85em;
}
.feature.boxed .btns a:hover {
    color: #ffffff;
    background-color: #f76d37;
    border: 1px solid #f76d37;
}

/* 뷰페이지 목록 버튼 */
		.button.style2 {
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
			background: none;
			color: #606167;
			font-family: 'Noto Serif KR', sans-serif;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
			text-align: center;
			text-transform: uppercase;
			font-weight: 700;
			letter-spacing: 0.25em;
			text-decoration: none;
			border-radius: 0.35em;
			border: 0;
			outline: 0;
			cursor: pointer;
			padding: 0 2.25em 0 2.25em;
			font-size: 0.9em;
			min-width: 12em;
			height: 4em;
			line-height: 4em;
		}

		.button.style2:hover {
				background: #f76d37;
				color: #fff;
				box-shadow: inset 0px 0px 2px 0px #E16F17;
			}

/* 게시판 스킨 view 페이지 고정 아이콘 */
.bbs_icon {
    width: auto !important;
    overflow: hidden;
}

/* 좌측 서브메뉴 게시판 전용 (Left Submenu Board Only) */
.bbs-menu {
    font-family: 'Noto Serif KR', sans-serif;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    padding: 0 1em 2em 1em;
    border: 0.1em solid #ddd;
    border-radius: 0.3em;
    background-color: #fefefe;
    margin-bottom: 2em;
}

.bbs-menu li {
    padding: 1em 0;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.bbs-menu li a {
  text-decoration: none;
  color: #444;
  font-size: 0.98em;
  transition: all 0.2s ease;
}

.bbs-menu li a:hover {
  color: #238ED4;
  font-weight: 600;
}

/* 글쓰기 write.skin.php */
.input-css {
    width:100%;
    color:#6E6E6E;
    font-size: 1rem !important;
    line-height: 180%;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    word-spacing: 0.01em;
    background-color: #FAFAFB;
    padding: 1em;
    border: 1px solid #ddd;
}

/* 입력된 글 흐리게 */
input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox 호환성 */
}

/* 법률상담 신청 시 박스 선택 디자인 */
.gender-select {
  display: flex;
  gap: 0.3rem;
}

.gender-option {
  display: none;
}

.gender-label {
    display: inline-block;
    width: 100%;
    padding: 0.92rem 0.9rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    color: #5B6065;
    font-size: 0.9rem;
    font-family: Pretendard-Regular, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    word-spacing: 0.1em;
    text-align: center;
    transition: 0.3s;
}

.gender-option:checked + .gender-label {
  border-color: #f5a425;
  background-color: #f5a425;
  color: #fff;
}

.gender-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: none;
}

.type-select {
  display: flex;
  gap: 0.3rem;
}
@media (max-width: 768px) {
  .type-select {
    flex-direction: column;
    width: 100%;
  }
}

/* textarea 디자인 */
.textarea_cs {
    color:#5B6065;
    font-size: 1rem !important;
    border-radius: 0.5rem !important;
    padding: 1rem !important;
    border: 1px solid #ddd !important;
    line-height: 180%;
    background-color: #FAFAFB;
}
textarea::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox 호환성 */
}

/* 글쓰기 상담 신청 (미적용 중) */
.btn {
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 20px 45px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

/* 법률 상담 게시판 */
/* Custom 목록 Board CSS */
.custom-board-container {
  max-width: 100%;
  margin: 0 auto;
}

.custom-board-list {
  border-radius: 0em;
  overflow: hidden;
  background: #ffffff;
}

.custom-board-item {
  display: flex;
  align-items: center;
  padding: 1.2rem 1rem;
  border-bottom: 1px solid #e5e8ed;
  transition: background 0.2s ease;
  text-decoration: none;
  color: #303030;
}

.custom-board-item a {
  color: #303030 !important;
  text-decoration: none;
}

.custom-board-item:hover {
  background: #f4f7fa;
  color: #1A99B4 !important;
  border-bottom: 2px solid #1A99B4 !important;
  text-decoration: none;
}

.custom-board-item:last-child {
  border-bottom: none;
}

.custom-board-item > div {
  /* 내부 간격 조절 시 사용 가능 */
}

.custom-gender {
  width: 5%;
}

.custom-name {
  width: 10%;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.custom-region {
  width: 10%;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.custom-category {
  min-width: 10%;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}

.custom-date {
  min-width: 15%;
  font-size: 0.9rem;
  color: #666;
  text-align: center;
}


.custom-title {
  width: 50%;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.02em;
  word-spacing: 0.01em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.custom-meta {
  margin-left: auto;
  display: flex;
  gap: 0.8rem;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .custom-gender,
  .custom-name,
  .custom-region,
  .custom-category {
    display: none;
  }
  .custom-title {
    width: 100%;
    font-size: 1rem;
  }
}

/* 법률 상담 게시판 글쓰기 메일 폼 숨기기 */
.form-none {
    overflow: hidden;
    height: 1px;
    display: none;
}

/* 검색 하이라이트 */
.highlight {
    color: #fff !important;
    font-weight: bold;
    background-color: #FF2854;
    padding: 0.1rem 0.5rem 0.3rem;
    border-radius: 0.2rem;
}

/* 자주 묻는 질문 (FAQ) */
    .best-features .left-content .FAQ {
      width: 100%;
      font-weight: 500;
      font-size: 1rem;
      font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      letter-spacing: 0.02em;
      word-spacing: 0.01em;
      line-height: 1.5;
      margin-bottom: 2rem;
    }
    .best-features .left-content .FAQ a {
      color: #303030 !important;
      line-height: 180%;
      border-bottom: 0.2rem solid #303030 !important;
      text-decoration: none;
    }
    .best-features .left-content .FAQ a:hover {
      color: #f33f3f !important;
      line-height: 180%;
      border-bottom: 0.2rem solid #f33f3f !important;
      text-decoration: none;
    }

    .best-features .left-content .FAQ p {
      font-weight: 400;
      font-size: 0.9rem;
      font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      letter-spacing: 0.02em;
      word-spacing: 0.01em;
      margin-bottom: 1rem;
    }

    .best-features .left-content .FAQ img {
      width: auto !important;
      border-radius: 0;
    }

    .best-features .left-content .FAQ p a {
      font-size: 0.9rem;
      color: #1A99B4 !important;
      transition: all .3s;
      border-bottom: 0 solid #1A99B4 !important;
    }

    .best-features .left-content .FAQ p a:hover {
      color: #f5a425 !important;
      border-bottom: 0 solid #1A99B4 !important;
    }

/* 자주 묻는 질문 (FAQ) 박스 */
    .radiuse {
      background-color: #FCFCFC;
      border: 0.3rem solid #eee;
      padding:1rem;
      margin-bottom: 30px;
    }

    .radiuse p {
      font-size: 1.10rem;
      font-weight: 400;
      color: #4a4a4a;
      font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
      line-height: 200%;
      letter-spacing: 0.02em;
      word-spacing: 0.01em;
    }
        @media only screen and (max-width: 767px) {
            .radiuse p {
                font-size: 1rem;
            }
        }

/* 웹사이트 스킨 별로 다름 */
    .left-content p {
      font-size: 1.10rem;
      font-weight: 400;
      color: #4a4a4a;
      font-family: Pretendard-Light, AppleSDGothicNeo-Regular, Malgun Gothic, 맑은 고딕, dotum, 돋움, sans-serif;
      line-height: 200%;
      letter-spacing: 0.02em;
      word-spacing: 0.01em;
    }
        @media only screen and (max-width: 767px) {
            .left-content p {
                font-size: 1rem;
            }
        }

