.color_txt_h4 {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #F7931E;
  line-height: 1.4;
}
/* 카테고리 태그 스타일 */
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags .tag_section {
  display: flex;
  gap: 10px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags .tag_section .tag_label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin: 0;
  min-width: 60px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags .tag_section .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags .tag_section .tag_list .tag {
  background: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
}
.column_detail_section {
  padding: 60px 0;
  background: #fff;
}
.column_detail_section .column_detail_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.column_detail_section .column_detail_title {
  margin-bottom: 40px;
}
.column_detail_section .column_detail_title h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.column_detail_section .column_detail_content {
  width:89%;
  margin:auto;
}
.column_detail_section .column_detail_content .content_header {
  margin-bottom: 20px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile {
  display: flex;
  gap: 40px;
  /* padding: 40px; */
  border-radius: 30px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_img {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 30px;
  overflow: hidden;
  background: #e95515;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info {
  flex: 1;
}
.column_detail_section .column_detail_content .sub_title{
  font-size: 1.1rem;
  color: #939393;
  line-height: 1.4;
  margin-bottom: 20px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .sub_title{
  line-height: 1.5;
  margin-top: 20px;
  resize: none;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
  min-height: 130px;
  color: #666;
  word-break: keep-all;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_main .sub_title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 400px;
  min-height: 11rem;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_main .title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_main .description {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
  word-break: keep-all;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section,
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section p,
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section p {
  font-size: 1rem;
  margin: 0;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section p.date,
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section p.view {
  color: #999;
  font-weight: 500;
}
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section time,
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section .view_value {
  color: #333;
  font-weight: 500;
}
.column_detail_section .column_detail_content .content_body img {
  display: block;
  margin:auto;
  width: 100%;
  margin:15px auto auto auto;
}
.column_detail_section .column_detail_content .content_body p {
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
  margin-top:20px;
  margin-bottom: 20px;
  word-break: keep-all;
}
.column_detail_section .column_detail_content .content_body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .column_detail_section {
    padding: 40px 0;
  }
  .column_detail_section .column_detail_title h2 {
    font-size: 1.1rem;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile {
    flex-direction: column;
    padding: 0px;
    gap: 30px;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top {
    flex-direction: column;
    gap: 20px;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section,
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section {
    flex-direction: row;
    align-items: center;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section p,
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section time,
.column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section p{
  font-size: 0.875rem !important;
}
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section p.date,
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section p.date {
    width: 60px;
    font-size: 0.875rem;

  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .date_section p.view,
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_top .view_section p.view {
    width: 60px;
    font-size: 0.875rem;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .info_main .title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.column_detail_nav {
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 20px 0;
}
.column_detail_nav .nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.column_detail_nav .nav_inner a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #666;
  transition: color 0.3s ease;
}
.column_detail_nav .nav_inner a.nav_prev::before {
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(45deg);
  margin-right: 8px;
  transition: border-color 0.3s ease;
}
.column_detail_nav .nav_inner a.nav_prev:hover {
  color: #e95515;
}
.column_detail_nav .nav_inner a.nav_prev:hover::before {
  border-color: #e95515;
}
.column_detail_nav .nav_inner a.nav_list {
  position: relative;
  padding: 0 20px;
}
.column_detail_nav .nav_inner a.nav_list::before, .column_detail_nav .nav_inner a.nav_list::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 12px;
  background: #ddd;
  transform: translateY(-50%);
}
.column_detail_nav .nav_inner a.nav_list::before {
  left: 0;
}
.column_detail_nav .nav_inner a.nav_list::after {
  right: 0;
}
.column_detail_nav .nav_inner a.nav_list:hover {
  color: #e95515;
}
.column_detail_nav .nav_inner a.nav_next::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  transform: rotate(45deg);
  margin-left: 8px;
  transition: border-color 0.3s ease;
}
.column_detail_nav .nav_inner a.nav_next:hover {
  color: #e95515;
}
.column_detail_nav .nav_inner a.nav_next:hover::after {
  border-color: #e95515;
}
@media (max-width: 768px) {
  .column_detail_nav {
    padding: 15px 0;
  }
  .column_detail_nav .nav_inner a {
    font-size: 0.813rem;
  }
  .column_detail_nav .nav_inner a.nav_list {
    padding: 0 15px;
  }
}

.reservation_section {
  padding: 60px 0;
  position: relative;
}
.reservation_section .reservation_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.reservation_section .reservation_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #fff;
  border-radius: 20px;
}
.reservation_section .reservation_logo {
  flex-shrink: 0;
}
.reservation_section .reservation_logo img {
  max-width: 140px;
  height: auto;
}
.reservation_section .reservation_text {
}
.reservation_section .reservation_text h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin-bottom: 20px;
}
.reservation_section .reservation_text p {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 30px;
}
.reservation_section .reservation_text .reservation_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  background: #e95515;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(233, 85, 21, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.reservation_section .reservation_text .reservation_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.reservation_section .reservation_text .reservation_btn svg {
  transition: transform 0.3s ease;
}
.reservation_section .reservation_text .reservation_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(233, 85, 21, 0.4);
}
.reservation_section .reservation_text .reservation_btn:hover::before {
  opacity: 1;
}
.reservation_section .reservation_text .reservation_btn:hover svg {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .reservation_section {
    padding: 40px 0;
  }
  .reservation_section .reservation_content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 30px 20px;
  }
  .reservation_section .reservation_logo img {
    max-width: 140px;
  }
  .reservation_section .reservation_text h2 {
    font-size: 1.25rem;
  }
  .reservation_section .reservation_text p {
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .reservation_section .reservation_text .reservation_btn {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags {
    margin-top: 20px;
    gap: 15px;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags .tag_section .tag_list {
    gap: 6px;
  }
  .column_detail_section .column_detail_content .content_header .doctor_profile .profile_info .category_tags .tag_section .tag_list .tag {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}
