/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.0.1780282096
Updated: 2026-06-01 11:48:16

*/

/* 암보험 모바일 입력폼 세로 배치 */
@media (max-width: 768px) {

  body.page-id-651 table.cancer-form-table,
  body.page-id-651 table.cancer-form-table tbody,
  body.page-id-651 table.cancer-form-table tr,
  body.page-id-651 table.cancer-form-table th,
  body.page-id-651 table.cancer-form-table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  body.page-id-651 table.cancer-form-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  }

  body.page-id-651 table.cancer-form-table tr {
    margin-bottom: 18px !important;
    border-bottom: none !important;
  }

  body.page-id-651 table.cancer-form-table th {
    padding: 0 0 8px 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a6b4a !important;
    text-align: left !important;
    white-space: nowrap !important;
    border: none !important;
  }

  body.page-id-651 table.cancer-form-table td {
    padding: 0 !important;
    border: none !important;
  }

  body.page-id-651 table.cancer-form-table td input[type="text"],
  body.page-id-651 table.cancer-form-table td input[type="tel"] {
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    margin-top: 0 !important;
  }
}
/* 메인 최신글 카드 고급화 */
.post-list-section,
.single-post-wrap {
  transition: all 0.28s ease !important;
}

.single-post-wrap:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,0.08) !important;
}

/* 최신글 썸네일 */
.single-post-wrap img {
  transition: transform 0.4s ease !important;
}

.single-post-wrap img:hover {
  transform: scale(1.02) !important;
}

/* 제목 hover */
.single-post-wrap h2 a:hover {
  color: #1a6b4a !important;
}