/*
Theme Name: EN.
Author: RYU
Description: EN. 2024
Version: 1.0
*/

/* .archive.category-news .l-main{
    background: #c8c0b8;
} */

/* .single-product h1,
.single-product-en h1,
.single-product-cn h1,
.single-post h1{
    font-size: 20px;
    font-weight: 700;
    margin-block: 8px;
 }
 .single-product h2,
 .single-product-en h2,
 .single-product-cn h2,
 .single-post h2{
    font-size: 18px;
    font-weight: 600;
    margin-block: 8px;
 }
 .single-product h3,
 .single-product-en h3,
 .single-product-cn h3,
 .single-post h3{
    font-size: 16px;
    font-weight: 600;
    margin-block: 8px;
 }
 
 .single-product,
 .single-product-en,
 .single-product-cn,
 .single-post{
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 14px;
 }
 
 @media screen and (min-width: 768px) {
    .single-product h1,
    .single-product-en h1,
    .single-product-cn h1,
    .single-post h1{
        font-size: 24px;
        margin-block: 12px;
    }
    .single-product h2,
    .single-product-en h2,
    .single-product-cn h2,
    .single-post h2{
        font-size: 20px;
        margin-block: 12px;
    }
    .single-product h3,
    .single-product-en h3,
    .single-product-cn h3,
    .single-post h3{
        font-size: 18px;
        margin-block: 12px;
    }
    .single-product,
    .single-product-en,
    .single-product-cn,
    .single-post{
        font-size: 16px;
    }
 }

 @media screen and (min-width: 1024px) {

    .single-product h1,
    .single-product-en h1,
    .single-product-cn h1,
    .single-post h1{
        font-size: 28px;
    }
    .single-product h2,
    .single-product-en h2,
    .single-product-cn h2,
    .single-post h2{
        font-size: 24px;
    }
    .single-product h3,
    .single-product-en h3,
    .single-product-cn h3,
    .single-post h3{
        font-size: 20px;
    }
 }
 */

/* single-post用 */
/* a {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  } */
