/*
Theme Name: generatepress-cafe24
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
*/


*{
	font-family: 'Noto Sans KR', sans-serif;
}

a{text-decoration: none;}

.separate-containers .inside-article>.featured-image{
	text-align:center;
}

blockquote{
	border-left:4px solid rgb(217, 48, 37);
	background:#fce8e6;
	border-radius:0px 8px 8px 0;
	color:#3c4043;
	font-size:16px;
	font-style: normal;
}

blockquote p{
margin:0 0 10px 0 !important;
}

blockquote ul{
	background:none !important;
	padding:10px 0 !important;
	margin:0 !important;
	border:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;
}


blockquote ul li{
	padding:2px 0 !important;
}

blockquote ol{
	background:none !important;
	padding:10px 0 !important;
	margin:0 !important;
	border:0 !important;
	border-radius:0 !important;
	box-shadow:none !important;
}

blockquote ol li{
	padding:2px 0 !important;
}

.wp-block-table{font-size:16px;}
.wp-block-table table thead td{
background:#e8f4fd;
color:#000;
border:1px solid #4a5157;
}

p {margin: 1em 0;}

h1.entry-title {
    font-size: 30px;
    padding: 15px 0 20px 0;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-weight: bold;
}

h2.entry-title {
    font-size: 22px;
    padding: 10px 0 0 0;
    font-weight: bold;
}

h2.wp-block-heading {
    font-size: 26px;
    font-weight: bold;
    padding: 10px 0;
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #ffc107;
	margin-top:20px;
}

h3.wp-block-heading {
    font-size: 18px;
    font-weight: bold;
	background:#eee;
	border-left:15px solid #4a5157;
	padding:10px 10px;
	margin-top:20px;
}

h4.wp-block-heading {
    font-size: 16px;
    font-weight: bold;
}

.entry-content ul.wp-block-list {
    background: #f8f9fa;
    list-style: none;
    margin: 0;
	border-radius:8px;
	border:1px solid rgb(218, 220, 224);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    margin-bottom: 20px;
	font-size:16px;
}

.entry-content ul.wp-block-list li {
    padding: 5px;
}

.entry-content ul.wp-block-list li strong{
 color:#d93025;
}

.entry-content ul.wp-block-list li:before {
    content: '-';
    padding: 0 10px 0 0;
    font-weight: bold;
}

.entry-content ul.wp-block-list li ul{
	border:0 !important;
	box-shadow: none !important;
	margin-bottom:0 !important;
	padding:5px 20px !important;
}

.entry-content ol.wp-block-list {
    background: #f8f9fa;
    list-style: none;
    margin: 0;
	border-radius:8px;
	border:1px solid rgb(218, 220, 224);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    margin-bottom: 20px;
	font-size:16px;
}

.entry-content ol.wp-block-list li {
    padding: 5px;
}

.entry-content ol.wp-block-list li strong{
 color:#d93025;
}

.entry-content ol.wp-block-list li:before {
    content: '●';
    padding: 0 10px 0 0;
    font-weight: bold;
}

.entry-content ol.wp-block-list li ul{
	border:0 !important;
	box-shadow: none !important;
	margin-bottom:0 !important;
	padding:5px 20px !important;
}

.entry-meta{display:none;}

.entry-content p strong {
    display: inline;
    box-shadow: inset 0 -10px 0 #D9FCDB;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 10px;
}

.inside-article .post-image {
    margin: 0 auto 10px;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{
border-radius:16px;
}

.sidebar .widget{border-radius:16px;}

/*메인 리스트*/
body.archive .inside-article, body.home .inside-article{
	width: 100%;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto auto;
    gap: 20px 40px;
    padding: 20px 40px;
}

body.home .inside-article .entry-header{
	grid-column: 1 / -1;
}

body.home .inside-article .post-image{
	grid-column: 1;
    margin-top: 0;
}

body.home .inside-article .entry-summary {
    grid-column: 2;
    margin-top: 0;
}

/*버튼*/
.wp-block-button a {
	padding:18px 45px !important;
    margin:0 0 10px 0;
	border-radius:40px;
	background:#007bff !important;
	color:#fff;
	font-weight:bold;
    text-align: center;
	border:3px solid #2a4f77;
    text-decoration-line: none;
}

@media (max-width: 768px) {
	.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{
		width:98%;
		margin:0 auto;
	}

	.widget-area .widget{
		width:98%;
		margin:0 auto;
	}

	/*메인 리스트*/
	body.archive .inside-article, body.home .inside-article{
		width: 98%;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        gap: 20px 40px;
        padding: 20px;
	}
	
	body.home .inside-article .entry-header {
        grid-column: 1 / -1;
    }
	
	body.home .inside-article .post-image {
        grid-column: 1;
        margin-top: 0;
    }

	body.home .inside-article .entry-summary {
        grid-column: 1;
        margin-top: 0;
    }

	.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
        padding: 30px 10px;
    }

	/*버튼*/
	.wp-block-buttons>.wp-block-button{
		width:100%;
	}
	
	.wp-block-button a {
		margin:0;
	}
}	