/*
Theme Name:   GeneratePress Child
Theme URI:    https://generatepress.com/
Description:  GeneratePress Child Theme
Author:       Jay Kim
Author URI:   https://jaytr.org
Template:     generatepress
Version:      1.0.0
License:      
License URI:  
Text Domain:  generatepress-child
*/

@import url(../generatepress/style.css);

/* Fonts */
@import url(fonts/fonts.css);

body {
	font-family: MontserratEng, NanumSquareKor;
}

/* 
	Table of Contents
*/
.ez-toc-title {
	margin-bottom: 5px;
}
#ez-toc-container {
	padding: 10px 20px;
}

/*
	게시글 이미지 최상단 배치
	- 광고가 이미지를 가리지 않게
*/
.is-layout-constrained {
	position: relative;
	z-index: 5 !important;
}

/*
	위젯 폰트사이즈
*/
.widget {
	font-size: 14px;
}

/* 
	Google Map Responsive 
	- 구글 맵 iframe을 삽입한 후 class="map-responsive"인 div로 감싼다.
*/
.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
margin-bottom: 20px;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}