/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
/* 예: 타이틀 아래 파란 실선 삽입 */
.section-title {
  border-bottom: 3px solid #1a60e3;
  padding-bottom: 18px;
  margin-bottom: 32px;
}

/* 카드형 배경 강조 */
.my-card-box {
  box-shadow: 0 6px 32px rgba(30,40,80,0.12);
  border-radius: 16px;
}
