/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Description: PickNote Premium Magazine Child Theme
Author: PickNote
Template: generatepress
Version: 1.0.0
*/

/* =========================
   PickNote Premium Magazine
========================= */

body {
    background: #f8f8f6;
    color: #111111;
}

.site-grid-container {
    max-width: 1280px;
}

.site-content {
    gap: 40px;
}

/* Header */
.site-header {
    background: #111111;
}

.main-navigation {
    background: #111111;
}

.main-navigation a {
    color: #ffffff;
    font-weight: 600;
}

/* Typography */
.entry-title,
.page-title {
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.entry-title {
    font-size: 42px;
}

/* Content card */
.inside-article {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}

.post-image img {
    border-radius: 12px;
}

/* Sidebar */
.widget {
    background: #ffffff;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

.widget-title {
    font-weight: 800;
    border-bottom: 2px solid #111111;
    padding-bottom: 10px;
}

/* Links */
a {
    transition: all .2s ease;
}

a:hover {
    color: #b08d57;
}

/* Mobile */
@media (max-width: 768px) {

    .inside-article {
        padding: 20px;
        border-radius: 10px;
    }

    .entry-title {
        font-size: 30px;
    }

    .site-content {
        display: block;
    }
}

/* =========================
   PickNote Home Magazine
========================= */

.picknote-home {
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 20px;
}

.picknote-hero {
    min-height: 520px;
    background:
    linear-gradient(
        rgba(0,0,0,.55),
        rgba(0,0,0,.65)
    ),
    url('/wp-content/uploads/2026/08/example.jpg');

    background-size: cover;
    background-position: center;

    border-radius: 18px;
    overflow: hidden;

    display:flex;
    align-items:center;
}

.hero-overlay {
    color:#fff;
    padding:60px;
    max-width:700px;
}

.picknote-category {
    display:inline-block;
    background:#b08d57;
    color:#fff;
    padding:6px 14px;
    border-radius:20px;
    font-size:14px;
    margin-bottom:20px;
}

.picknote-hero h1 {
    font-size:52px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:20px;
}

.picknote-hero p {
    font-size:18px;
    line-height:1.7;
}

.picknote-button {
    display:inline-block;
    margin-top:25px;
    background:#fff;
    color:#111;
    padding:14px 28px;
    border-radius:30px;
    font-weight:700;
}


.picknote-section {
    margin-top:60px;
}

.picknote-section h2 {
    font-size:32px;
    font-weight:800;
    border-left:5px solid #b08d57;
    padding-left:15px;
}


.picknote-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:30px;
}


.picknote-card {
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}


.picknote-card img {
    width:100%;
    height:200px;
    object-fit:cover;
}


.picknote-card h3,
.picknote-card p {
    padding:0 20px;
}


.picknote-card h3 {
    margin-top:20px;
    font-size:20px;
}


.picknote-item {
    padding:20px;
    border-bottom:1px solid #eee;
}


.picknote-item h3 {
    margin:0;
}


@media(max-width:768px){

.picknote-hero {
    min-height:420px;
}

.hero-overlay {
    padding:30px;
}

.picknote-hero h1 {
    font-size:34px;
}

.picknote-grid {
    grid-template-columns:1fr;
}

}


/* =========================
   PickNote Magazine v2
========================= */

.picknote-home {
    max-width: 1280px;
    margin: 60px auto;
    padding: 0 30px;
}

.picknote-hero {
    min-height: 560px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay {
    max-width: 720px;
    padding: 70px;
    color: #fff;
}

.picknote-category,
.card-category {
    display:inline-block;
    background:#b08d57;
    color:#fff;
    padding:5px 12px;
    border-radius:20px;
    font-size:13px;
}

.picknote-hero h1 {
    margin-top:20px;
    font-size:54px;
    line-height:1.2;
    font-weight:900;
    letter-spacing:-0.04em;
}

.picknote-hero p {
    margin-top:20px;
    font-size:18px;
    line-height:1.7;
}


.picknote-button {
    margin-top:30px;
    display:inline-block;
    background:#fff;
    color:#111;
    padding:14px 30px;
    border-radius:30px;
    font-weight:700;
}


.picknote-section {
    margin-top:70px;
}

.picknote-section h2 {
    font-size:32px;
    font-weight:900;
    border-left:5px solid #b08d57;
    padding-left:15px;
}


.picknote-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:35px;
}


.picknote-card {
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}


.picknote-card img {
    width:100%;
    height:220px;
    object-fit:cover;
}


.picknote-card-body {
    padding:20px;
}


.picknote-card h3 {
    margin:15px 0;
    font-size:20px;
    line-height:1.4;
}


.card-date {
    color:#777;
    font-size:13px;
}


.picknote-list {
    background:#fff;
    border-radius:16px;
    padding:20px;
}


.picknote-item {
    padding:18px 10px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
}


@media(max-width:900px){

.picknote-grid {
    grid-template-columns:repeat(2,1fr);
}

.picknote-hero h1 {
    font-size:38px;
}

.hero-overlay {
    padding:35px;
}

}


@media(max-width:600px){

.picknote-grid {
    grid-template-columns:1fr;
}

.picknote-home {
    padding:0 15px;
}

.picknote-hero {
    min-height:420px;
}

.picknote-hero h1 {
    font-size:32px;
}

}


/* =========================
   PickNote Magazine v3
========================= */

/* 전체 폭 */
.picknote-home {
    max-width: 1400px;
    margin: 70px auto;
    padding: 0 40px;
}


/* 헤더 개선 */
.site-header,
.main-navigation {
    background:#111111;
}

.site-header .site-title a,
.site-header .main-title a {
    color:#ffffff;
    font-weight:900;
}

.main-navigation a {
    color:#eeeeee !important;
    font-weight:600;
}

.main-navigation a:hover {
    color:#b08d57 !important;
}


/* Hero */
.picknote-hero {
    min-height:620px;
    border-radius:24px;
}

.hero-overlay {
    padding:90px;
    max-width:850px;
}


.picknote-hero h1 {
    font-size:64px;
    line-height:1.15;
    letter-spacing:-0.05em;
}


.picknote-hero p {
    font-size:20px;
    max-width:650px;
}


/* Editor Pick */
.picknote-section {
    margin-top:90px;
}


.picknote-section h2 {
    font-size:36px;
    margin-bottom:35px;
}


.picknote-grid {
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}


.picknote-card {
    transition:.25s;
}


.picknote-card:hover {
    transform:translateY(-6px);
}


.picknote-card img {
    height:260px;
}


.picknote-card-body {
    padding:25px;
}


.picknote-card h3 {
    font-size:22px;
    min-height:62px;
}


/* 최신 콘텐츠 */
.picknote-list {
    padding:30px;
}


.picknote-item {
    padding:22px 15px;
}


.picknote-item a {
    font-size:18px;
    font-weight:600;
}


/* 모바일 */
@media(max-width:768px){

.picknote-home {
    padding:0 15px;
}

.hero-overlay {
    padding:35px;
}

.picknote-hero h1 {
    font-size:36px;
}

.picknote-card img {
    height:220px;
}

}


/* =========================
   PickNote Magazine v4
   Hero + Popular
========================= */


.picknote-top-layout {
    display:grid;
    grid-template-columns:minmax(0, 1fr) 320px;
    gap:35px;
    align-items:stretch;
}


/* Hero */
.hero-bg {
    min-height:620px;
    background-size:cover;
    background-position:center;
    border-radius:24px;
    overflow:hidden;
}


.hero-overlay {
    height:100%;
    padding:90px 70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#fff;
}


.picknote-hero h1 {
    font-size:64px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:-0.05em;
}


.picknote-hero p {
    font-size:18px;
    max-width:650px;
}


/* 인기 글 */

.picknote-popular {
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}


.picknote-popular h2 {
    font-size:28px;
    margin-bottom:25px;
}


.popular-item {
    display:flex;
    gap:15px;
    padding:18px 0;
    border-bottom:1px solid #eee;
}


.popular-item span {
    color:#b08d57;
    font-size:20px;
    font-weight:800;
}


.popular-item a {
    font-weight:600;
    line-height:1.5;
}


/* 카드 개선 */

.picknote-card h3 {
    font-size:22px;
    line-height:1.4;
}


.card-category {
    background:#111;
}


/* 모바일 */

@media(max-width:900px){

.picknote-top-layout {
    grid-template-columns:1fr;
}


.hero-bg {
    min-height:450px;
}


.hero-overlay {
    padding:40px;
}


.picknote-hero h1 {
    font-size:38px;
}

}


/* =========================
   PickNote Magazine v5
========================= */


/* 전체 폭 */
.picknote-home {
    max-width:1500px;
    padding:0 50px;
}


/* 헤더 */
.site-header {
    padding:8px 0;
}

.site-header .site-title a {
    font-size:28px;
    letter-spacing:-0.04em;
}

.main-navigation a {
    font-size:15px;
    padding-left:18px;
    padding-right:18px;
}


/* Hero */
.picknote-top-layout {
    grid-template-columns:minmax(0,1fr) 360px;
    gap:45px;
}


.hero-bg {
    min-height:650px;
}


.hero-overlay {
    padding:100px 85px;
}


.picknote-hero h1 {
    max-width:750px;
    font-size:68px;
    line-height:1.12;
}


.picknote-hero p {
    max-width:620px;
    font-size:19px;
    color:rgba(255,255,255,.9);
}


/* 인기 글 */

.picknote-popular {
    padding:35px;
}


.picknote-popular h2 {
    font-size:32px;
}


.popular-item {
    padding:22px 0;
}


.popular-item span {
    min-width:35px;
    font-size:24px;
}


.popular-item a {
    font-size:16px;
}


/* Editor Pick */

.picknote-section h2 {
    font-size:38px;
}


.picknote-grid {
    gap:35px;
}


.picknote-card {
    border-radius:20px;
}


.picknote-card img {
    height:280px;
}


.picknote-card-body {
    padding:28px;
}


.picknote-card h3 {
    font-size:24px;
    line-height:1.35;
}


/* 최신 콘텐츠 */

.picknote-list {
    padding:35px;
}


.picknote-item {
    padding:24px 15px;
}


.picknote-item a {
    font-size:19px;
}


/* 모바일 */

@media(max-width:900px){

.picknote-home {
    padding:0 20px;
}

.picknote-top-layout {
    grid-template-columns:1fr;
}

.hero-overlay {
    padding:45px 30px;
}

.picknote-hero h1 {
    font-size:40px;
}

}


/* =========================
   PickNote Magazine v6
========================= */


/* Hero 균형 조정 */

.hero-bg {
    min-height:520px;
}


.hero-overlay {
    padding:70px 65px;
}


.picknote-hero h1 {
    max-width:820px;
    font-size:54px;
    line-height:1.22;
    letter-spacing:-0.04em;
}


.picknote-hero p {
    font-size:17px;
    margin-top:18px;
}


/* 버튼 크기 조정 */

.picknote-button {
    margin-top:22px;
    padding:12px 26px;
}


/* 인기글 */

.picknote-popular {
    padding:28px;
}


.picknote-popular h2 {
    font-size:28px;
}


.popular-item {
    padding:16px 0;
}


/* Editor Pick 압축 */

.picknote-section {
    margin-top:65px;
}


.picknote-section h2 {
    font-size:32px;
}


.picknote-grid {
    gap:24px;
}


.picknote-card img {
    height:210px;
}


.picknote-card-body {
    padding:18px;
}


.picknote-card h3 {
    font-size:18px;
    line-height:1.45;
    min-height:auto;
}


.card-date {
    font-size:12px;
}


/* 헤더 개선 */

.site-header .site-title a,
.site-header .main-title a {
    font-size:32px;
    color:#ffffff;
}


.main-navigation a {
    font-size:16px;
    letter-spacing:-0.02em;
}


/* 모바일 */

@media(max-width:900px){

.hero-bg {
    min-height:430px;
}


.hero-overlay {
    padding:35px;
}


.picknote-hero h1 {
    font-size:36px;
}

}


/* =========================
   PickNote Magazine v7
========================= */


/* Header Premium */

.site-header {
    padding:12px 0;
}

.site-header .site-title a,
.site-header .main-title a {
    font-size:34px;
    font-weight:900;
    letter-spacing:-0.05em;
}


.main-navigation a {
    font-size:16px;
    padding-left:20px;
    padding-right:20px;
}


/* Hero 개선 */

.hero-bg {
    min-height:540px;
}


.hero-overlay {
    padding:75px 70px;
}


.picknote-category {
    background:#b08d57;
    padding:7px 16px;
    font-weight:700;
}


.picknote-hero h1 {
    font-size:56px;
    max-width:850px;
}


.picknote-hero p {
    max-width:620px;
    color:rgba(255,255,255,.95);
}


/* Editor Pick 카드 */

.picknote-grid {
    gap:28px;
}


.picknote-card {
    min-height:430px;
}


.picknote-card img {
    height:240px;
}


.picknote-card-body {
    padding:24px;
}


.picknote-card h3 {
    font-size:21px;
    font-weight:800;
    color:#111;
    line-height:1.45;
}


.card-category {
    background:#111;
    color:#fff;
    padding:5px 12px;
}


/* 최신 콘텐츠 매거진화 */

.picknote-list {
    padding:10px 25px;
}


.picknote-item {
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:65px;
}


.picknote-item a {
    font-size:17px;
    font-weight:600;
}


.picknote-item span {
    color:#888;
    font-size:13px;
}


/* Hover */

.picknote-card:hover {
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}


/* Mobile */

@media(max-width:900px){

.site-header .site-title a {
    font-size:28px;
}

.picknote-hero h1 {
    font-size:38px;
}

.picknote-card {
    min-height:auto;
}

}


/* =========================
   PickNote Magazine v8
========================= */


/* 전체 폭 */

.picknote-home {
    max-width:1600px;
    padding:0 60px;
}


/* Hero */

.picknote-top-layout {
    grid-template-columns:minmax(0,1fr) 380px;
    gap:50px;
}


.hero-bg {
    min-height:580px;
}


.hero-overlay {
    padding:90px 85px;
}


.picknote-hero h1 {
    font-size:62px;
    line-height:1.18;
    max-width:900px;
}


.picknote-hero p {
    font-size:19px;
    max-width:700px;
}


/* 인기글 */

.picknote-popular {
    padding:38px;
}


.picknote-popular h2 {
    font-size:30px;
    margin-bottom:30px;
}


.popular-item {
    padding:20px 0;
}


.popular-item a {
    font-size:17px;
}


/* Editor Pick */

.picknote-section h2 {
    font-size:36px;
    margin-bottom:40px;
}


.picknote-grid {
    gap:32px;
}


.picknote-card {
    min-height:460px;
}


.picknote-card img {
    height:250px;
}


.picknote-card-body {
    padding:25px;
}


.picknote-card h3 {
    font-size:22px;
    line-height:1.4;
    margin-top:15px;
}


.card-date {
    margin-top:15px;
    display:block;
}


/* 최신 콘텐츠 */

.picknote-list {
    padding:20px 35px;
}


.picknote-item {
    min-height:75px;
}


.picknote-item a {
    font-size:18px;
}


/* 하단 여백 */

.picknote-section:last-child {
    margin-bottom:80px;
}


/* 모바일 */

@media(max-width:900px){

.picknote-home {
    padding:0 20px;
}


.picknote-top-layout {
    grid-template-columns:1fr;
}


.hero-overlay {
    padding:45px 35px;
}


.picknote-hero h1 {
    font-size:40px;
}


.picknote-card {
    min-height:auto;
}

}

