/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*
image center
*/

/* (23.08.06) GmarketSansMedium 폰트 적용 */
@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body { 
  font-family: 'GmarketSansMedium';
background-color: #fff;
}

.children .cat-item {
  margin-bottom: 0 !important;
}

.blog .ast-row, .archive .ast-row {
  display: flex;
  flex-wrap: wrap;
}

.blog .post, .archive .post {
  width: 50%;
  padding: 10px;
}

/* (23.08.06) 특성화 이미지 가운데 정렬 */
.single .entry-header .post-thumb {
  text-align: center;
}

/* (23.08.06) 특성화 이미지 가운데 정렬 */
.blog-layout-2 .post-thumb {
  text-align: center;
}

/* (23.08.06) 특성화 이미지 가운데 정렬 */
.blog-layout-2 .ast-blog-featured-section .post-thumb {
  text-align: center;
}

/* (23.08.06) 버튼 파란색 */
.bs-btn1 {
  display: inline-block;
  background-color: #3498db;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.bs-btn1:hover {
  background-color: #2980b9;
}

/* (23.08.06) 버튼 주황색 */
.bs-btn1 {
  display: inline-block;
  background-color: #3498db;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.bs-btn1:hover {
  background-color: #2980b9;
}

/* h2 태그에 대한 스타일링 */
h2.wp-block-heading {
  margin-top: 1.5em;
  font-size: 2.5rem;
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #888;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* h3 태그에 대한 스타일링 */
h3.wp-block-heading {
  margin-top: 1.5em;
  font-size: 2.0rem;
}

/* h4 태그에 대한 스타일링 */
h4.wp-block-heading {
  margin-top: 1.5em;
  font-size: 1.7rem;
}

/* h5 태그에 대한 스타일링 */
h5.wp-block-heading {
  margin-top: 1.5em;
  font-size: 1.5rem;
}

/* p 태그에 대한 스타일링 */
p {
font-size: 18px;
}

/* li 태그에 대한 스타일링 */
li {
font-size: 18px
}

nav ul li {
  font-size: 14px;
}

ul.children {
margin-left: 30px
}
