/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* 
h1 = 큰제목
h2 = 카테고리격
h3 = 본격적인 제목
h4 = 작은 소제목 
*/
@font-face {
    font-family: 'MaplestoryOTFLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/MaplestoryOTFLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.site-content{ font-family: 'NEXON Lv1 Gothic OTF'; }
h1, h2, h3, h4{ font-family: 'MaplestoryOTFLight'; }
h1{  }
h2{ padding-bottom: 5px; overflow: hidden; position: relative; font-size: 1.9rem; font-weight: bold; line-height: 1.8;}
h2::before{ content: ''; border-bottom: 2px solid var(--blog-color); top: 60px; height: 0; position: absolute; width: 100%; z-index: 0; }
h2::after{ border-bottom: 2px solid #ddd; top: 60px; content: ''; position: absolute; width: 100%; z-index: 1; }
h3{ font-size: 1.65rem; font-weight: bold; line-height: 1.8 ;}
h4{  }

.inside-article{  }
.inside-article header{  }
.inside-article header h1{  }
.inside-article header .entry-meta{  }
.inside-article header .entry-meta .posted-on{  }
.inside-article header .entry-meta .posted-on .published{  }
.inside-article header .entry-meta .byline{  }
.inside-article header .entry-meta .byline .author{  }
.entry-content{  }
.entry-content .wp-block-image{  }
.entry-content .wp-block-image img{  }
.entry-content p{  }
.entry-content p a{  }
#ez-toc-container{padding: 0; width:100%;}
#ez-toc-container .ez-toc-title{  }
#ez-toc-container nav{}
#ez-toc-container nav .ez-toc-list{  }
#ez-toc-container nav .ez-toc-list{  }
#ez-toc-container nav .ez-toc-heading-level-2{padding-left: 20px;}
#ez-toc-container nav .ez-toc-heading-level-3{  }
#ez-toc-container nav .ez-toc-heading-level-4{  }
/* #ez-toc-container{ position: absolute; right: 16px; top: 120px; width: 300px; } */