/*
Theme Name: 미주투데이
Theme URI: https://mijutoday.com
Author: Admin
Description: 미국내 주요뉴스, 주식, 정책동향등을 요약하여 가장 신속하고 정확하게 전달해 드립니다.
Version: 0.4
*/

/* fonts */
@font-face {
  font-family: Fontello;
  src: url("/mt/fonts/fontello-v4.woff") format("woff");
}
@font-face {
  font-family: TopCommentsTitle;
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/sdgu/SungDongMyungjo/SungDongMyungjoR.woff2") format("woff2");
}
@font-face {
  font-family: MoreNewsTitle;
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff") format("woff");
}
@font-face {
  font-family: LumiosTypewriterUsed;
  src: url("/mt/fonts/LumiosTypewriterUsed.woff") format("woff");
}
@font-face {
  font-family: Gravitas One;
  src: url("/mt/fonts/GravitasOne-Regular.woff") format("woff");
}


/***********************************************************************************************************************************
전체적으로 적용되는 항목
************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%; /* iOS에서 글씨크기를 임의로 바꾸지 못하게 */
}

body {
    font-size: 1rem;
    font-family: "Google Sans", Arial, sans-serif;
    background-color: white;
    min-width: 330px;
}
button {
    border: 0;
}
select,
input[type="text"] {
    padding: 3px;
    border: 1px solid #ccc;
}
.admin-buttons select,
.admin-buttons input[type="text"] {
    min-width: 100px;
}

textare {
    font-size: 1em;
}
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
.mijutoday {
    padding-right: 15px;
    padding-left: 15px;
}
.mijutoday a.underline {
    text-decoration: underline;
}

.mijutoday .title {
    font-size: 1.2em;
    font-weight: 700;
}

.mijutoday .major .title {
    font-size: 1.5em;
}

.mijutoday .summary {
  font-size: 1em;
  line-height: 1.4;
  color: #333;
}

/*.mijutoday img {*/
/*    filter: sepia(80%) grayscale(1) contrast(1) opacity(.8);*/
/*    mix-blend-mode: multiply;*/
/*}*/

.mijutoday a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.mijutoday a:hover {
    color: rgb(90, 90, 90);
}

.container {
  display: flex;
}
.left {
  width: 50%;
  text-align: left;
}
.right {
  width: 50%;
  text-align: right;
}

/*****************************************
header
*****************************************/

.header {
    text-align: center;
    position: relative;
}
.header-left {
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 10px 10px 0px;
}
.header-center {
    display: inline-block;
    margin: 35px 10px 10px 10px;
}
.header-right {
    text-align: left;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px 10px 10px;
}
/* Responsive adjustments */
@media (min-width: 720px) {
    .header-center {
        margin: 10px;
    }
}

/*****************************************
popup menu
*****************************************/
.menu-icon {
    cursor: pointer;
}
.menu-icon:before {
    content: '\f008';
    font-family: 'Fontello';
    font-size: 1.5em;
    font-weight: 900;
    position: relative;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}
/* Optional: hamburger animation to "X" */
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-icon.active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.popup-menu {
    position: absolute;
    top: 25px;
    left: 0; /* changed from right: 0 to left: 0 */
    background: #444;
    width: 200px;
    display: none;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.popup-menu ul {
    list-style: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.popup-menu li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s;
}
.popup-menu li a:hover {
    color: #fff;
    background: #777;
}
.popup-menu.active {
    display: flex;
}
.popup-menu .sub-menu li a {
    padding: 10px 15px 10px 30px;
}
.close-btn {
    display: none;
    position: absolute;
    top: 8px;
    right: 5px;
    background: transparent;
    color: white;
    border: none;
    font-size: 1.3em;
    cursor: pointer;
    line-height: 1;
}

/*****************************************
logo
*****************************************/
.header-left .today{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 18px;
    margin-left: 10px;
}
.header-center .logo {
    height: 65px;
}
.header-center .logo div {
    display: inline-block;
}
.header-center .logo a:hover {
    color: black;
}
.header-center .logo img {
    width: 280px;
}
.header-right .login{
    font-size: 14px;
    margin-top: 0;
}
.header-right .logout{
    padding-left: 7px;
    text-decoration: underline;
}


/*****************************************
광고문의
*****************************************/
/* 페이지 폼 중앙 정렬 및 스타일링 */
.entry-header,
.entry-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* 폼양식 카드화 */
.entry-content > form {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  width: 85%;
  max-width: 500px;
}

.entry-content .wpforms-container {
  width: 100%;
  max-width: 700px;
  background-color: #f9f9f9;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 라벨과 입력 필드 간격 */
.wpforms-field {
  margin-bottom: 20px;
}

.wpforms-field-label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* 입력 필드 */
.wpforms-field input,
.wpforms-field textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
  box-sizing: border-box;
}

/* 버튼 스타일 */
.wpforms-submit-container button.wpforms-submit {
  background-color: #1a73e8;
  color: #fff;
  border: none;
  padding: 12px 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpforms-submit-container button.wpforms-submit:hover {
  background-color: #155fc1;
}

/*****************************************
topmenu
*****************************************/
.topmenu {
    border-top: 1px solid black;
    border-bottom: 3px double black;
    position: relative;
}
.topmenu-left .top-menu {
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.topmenu-left .top-menu li {
    display: block;
    position: relative;
}
.topmenu-left .top-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    line-height:1;
}
.topmenu-left .top-menu li a:hover {
    background-color: #eee;
    color: black;
}
.topmenu-left .top-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    list-style: none;
    padding: 0;
    z-index: 1000;
}
.topmenu-left .top-menu li:hover > .sub-menu {
    display: block;
}
.topmenu-left .top-menu .sub-menu li{
    padding: 0;
    margin: 0;
}
.topmenu-left .top-menu .sub-menu li a {
    font-size: 15px;
    padding: 15px 17px 15px 15px;
    background: #444;
    color: #fff;
    white-space: nowrap;
    min-width: 150px;
}
@media (min-width: 820px) {
    .topmenu-left .top-menu li a {
        padding: 10px 15px;
    }
}

.topmenu-left .top-menu .sub-menu li a:hover {
    background: #555;
}
.topmenu-center {
    text-align: center;
    position: relative;
    left: 0;
    line-height: 35px;
}
.topmenu-center .today {
    font-size: 15px;
    overflow: hidden;
    white-space:nowrap;
}
.topmenu-right {
    padding-top: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
}
.topmenu-right .search-icon {
    position: absolute;
}
.topmenu-right .search-icon:after {
    content: '\e800';
    font-family: 'Fontello';
    font-weight: 900;
    position: relative;
    left: 5px;
    top: 5px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}
.topmenu-right .search input[type="text"] {
    width: 20px;
    height: 19px;
    padding: 3px;
    border: 1px solid #fff;
}
.topmenu-right .search input[type="text"]:focus {
    width: 150px;
    padding: 3px 3px 3px 23px;
    border: 1px solid #ccc;
}

.topmenu-right .search input[type="submit"] {
    display: none;
}

/*****************************************
footer
*****************************************/
a i {
  font-size: 24px;
  margin-right: 10px;
  color: #fff;
}
a:hover i {
  color: #007bff;
}

.footer {
    margin-top: 20px;
    background-color: black;
    color: white;
    padding: 20px;

}

.footer a {
    color: #fff;
}

.footer .sources a {
    margin-right: 40px;   
}

.footer .left {
    width: 60%;
}
.footer .right {
    width: 40%;
}
/* Mobile */
@media (max-width: 740px) {
    .menu-icon {
        display: block;
    }
    .header-left .today {
        display: none;
    }
    .topmenu-left .top-menu {
        display: none;
    }
    .topmenu-center {
        display: block;
    }
}
/* Desktop */
@media (min-width: 740px) {
    .menu-icon {
        display: none;
    }
    .header-left .today {
        display: block;
    }
    .topmenu-left .top-menu {
        display: flex;
    }
    .topmenu-center {
        display: none;
    }   
    .topmenu-right .search input[type="text"] {
        height: 17px;
        width: 100px;
        padding: 3px 3px 3px 23px;
        border: 1px solid #ccc;
    }
    .topmenu-right .search input[type="text"]:focus {
        width: 200px;
    }
}
/* XL Desktop */
@media (min-width: 1200px) {
    .topmenu-right .search input[type="text"] {
        width: 200px;
    }
}


/***********************************************************************************************************************************
index & archive
************************************************************************************************************************************/

/*****************************************
default
*****************************************/
.mijutoday .news-meta{
    font-size: 0.7em;
    color: #a8a8a8;
    margin-top: 3px;
}
.mijutoday .index .published,
.mijutoday .archive .published,
.mijutoday .author .published{
    margin-right: 7px;
}
.mijutoday .index .source-name,
.mijutoday .archive .source-name,
.mijutoday .author .source-name {
    color: #000;
    font-family: "Times New Roman", Times, serif;
}

.mijutoday .source-logo {
    vertical-align: bottom;
    height: 15px;
    filter: sepia(80%) grayscale(1) contrast(1) opacity(.8);
    mix-blend-mode: multiply;
}

/*****************************************
layout
*****************************************/
.mijutoday {
  max-width: 1300px;
  margin: auto;
}

main {
    margin-top: 15px;
}

.ilmyun-news {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}

.main {
  border-right: 0;
  box-sizing: border-box;
  flex: 0 0 100%;
  padding: 0px;
}

.sidebar {
  padding-top: 15px;
  margin-top: 15px;
  /*border-top: 1px solid #ccc;*/
  height:100%;
  flex: 0 0 100%;
  padding: 0px;
}

.sidebar-container .section:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}


/* 사이드바 오른쪽으로 올라오는 순간 */
@media (min-width: 1000px) {
  .ilmyun-news {
    flex-direction: row;
  }
  
  .main {
    flex: 0 0 75%;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    padding-right: 15px;
  }
  
  .sidebar {
    flex: 0 0 25%;
    border-top: 0;
    margin-top: 0;
  }
  
  .sidebar-container {
    margin-left: 15px;
  }
 
}
/*****************************************
index
*****************************************/
.sidebar-box.new-comments,
.sidebar-box.top-comments {
    border-radius: 10px;
    background-color: #f4f6fa;
}
.new-comments .section-title,
.top-comments .section-title {
    font-family: TopCommentsTitle;
    font-size: 1.2em;
    padding: 15px 15px 0px 15px;
    font-weight: 900;
    text-align: left;
}
.new-comments .section-title:after,
.top-comments .section-title:after {
    font-family: 'Fontello';
    font-weight: 900;
    position: relative;
    left: 8px;
    top: 0;
    transform: translateY(-50%);
    color: #756c65;
    pointer-events: none;
}
.new-comments .section-title:after {
    font-size: 1em;
    content: '\E807';
}
.top-comments .section-title:after {
    font-size: 1.4em;
    line-height: 0.6em;
    content: '\E804';
}
.more-news .section-title {
    font-family: MoreNEwsTitle;
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1;
    display: flex;
    align-items: center;
    padding-left: 22px;
    position: relative;
    margin: 20px 0;
}
.more-news .section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #3c77e8;
    width: 4px;
    height: 27px;
}

.more-news .section-title::after {
    font-family: Fontello;
    font-size: 0.9em;
    content: "\F1EA";
    color: #ccc;
    margin-left: 10px;
    font-weight: normal;
}
.section-content {
    font-size: 0.9em;
    margin: 10px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 10px;
}
.sidebar-box.new-comments ol,
.sidebar-box.top-comments ol {
    padding-inline-start: 15px;
    margin-block-start: 0;
    margin-block-end: 0;
}
.sidebar-box.new-comments ol li,
.sidebar-box.top-comments ol li {
    padding: 5px;
}
.sidebar-box.new-comments ol li:last-child,
.sidebar-box.top-comments ol li:last-child {
    border-bottom: 0;
}
.sidebar-box.new-comments ol li::marker,
.sidebar-box.top-comments ol li::marker {
  color: #756c65;
  font-weight: bold;
}

/*****************************************
headline
*****************************************/
.headline {
  display: flex;
  margin: auto;
  flex-direction: column;
}

.headline .major {
  display: flex;
  flex-direction: column;
}

.headline .major .image {
  aspect-ratio: 16 / 9; 
  width: 100%;
  overflow: hidden;
  background-color: #efefef;
}
.headline .major .image img {
  width: 100%;
  object-fit: cover;
  /*transform: translateY(-5%);*/
  /*object-position: center 40%;*/
}
/*.headline .major .image img.no-image {*/
/*    width: 80%;*/
/*    filter: sepia(80%) grayscale(1) contrast(1) opacity(.1);*/
/*}*/

.headline .major .title {
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 1.3;
}

.headline .major .summary {
    margin-top: 5px;
    margin-bottom: 0;
}

.headline .minor {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    gap: 15px;
}
.headline .minor .title{
}
.headline .minor .item {
  padding: 15px 0;
}

.headline .minor .item:nth-child(1) {
  border-bottom: 1px dotted #ccc;
}
.headline .minor .item:nth-child(2) {
  border-bottom: 1px dotted #ccc;
}
.headline .minor .item:nth-child(3) {
  padding-bottom: 15px;
}

.headline .minor .item .title {
    margin: 0;
}
.headline .minor .item .summary {
    margin-top: 5px;
}

/* 헤드라인 아래 뉴스가 왼쪽으로 올라오는 순간 */
@media (min-width: 650px) {
  .headline {
    flex-direction: row;
  }
  .headline .major {
    margin-bottom: 15px;
    flex: 2;
    border-right: 1px solid #ccc;
    padding-right: 15px;    
  }
  .headline .major .summary {
    
  }
  
  .headline .minor {
    flex: 1;
    margin-top: 0;
    border-top: 0;
    padding-left: 15px;
  }
  .headline .minor .item:nth-child(1) {
      padding-top: 10px;
  }
  .headline .minor .item:nth-child(2) {
      padding-bottom: 10px;
  }
}
/* 사이드바가 올라오는 순간 */
@media (min-width: 1000px) {
  .headline .major {
    flex: 2;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    border-right: 0;
    padding-right: 0;
  }
 
  .headline .minor {
    padding-right: 15px;
    margin-top: 0;
    border-top: 0;
    flex: 1;
    order: -1; /* Move .minor to the left */
    border-left: 0;
    padding-left: 0;
  }
  .headline .minor .item:nth-child(1) {
      padding-top: 10px;
  }
  .headline .minor .item:nth-child(2) {
      padding-bottom: 10px;
  }
}


/*****************************************
category-headline (카테고리별 헤드라인)
*****************************************/
.category-headline {
  display: flex;
  margin: auto;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;  
}

.category-headline .major {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.category-headline .major .image img {
  width: 100%;
  height: auto;
}

.category-headline .major .title {
  margin: 5px 0;
  line-height: 1.3;
}
.category-headline .major .description {
    margin-bottom: 0;
}

.category-headline .minor {
    border-top: 1px solid #ccc;
    gap: 15px;
}

.category-headline .minor .item {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

.category-headline .minor .item:last-child {
  border-bottom: 0;
}

.category-headline .minor .item .title {
    margin: 0;
}
.category-headline .minor .item .summary {
    margin-top: 5px;
}

  
/* 헤드라인 제목이 오른쪽으로 올라오는 순간 */
@media (min-width: 600px) {
    .category-headline {
        padding-bottom: 15px;
        flex-direction: column;
    }
    .category-headline .major {
        flex-direction: row;
        padding-right: 15px;
        border-right: 1px solid #ccc;
    }
    .category-headline .major .image {
        width:50%;
    }
    .category-headline .major .text {
        width:50%;
    }
}
/* 헤드라인 마이너가 왼쪽으로 올라오는 순간 */
@media (min-width: 800px) {
  .category-headline {
    flex-direction: row;
  }
  .category-headline .major {
    flex: 2;
  }
  .category-headline .minor {
    margin-top: 0;
    border-top: 0;
    flex: 1;
  }
  .category-headline .minor .item:first-child {
      padding-top: 10px;
  }
  .category-headline .minor .item:last-child {
      padding-bottom: 0;
  }

}

/*****************************************
section-twins
*****************************************/
.section-twins {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.section-twins .item {
  display: flex;
  gap: 15px;
  margin: 0;
}

.section-twins .item:first-child {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}

.section-twins .item:last-child {
  padding-top: 15px;
}

.section-twins .item .title {
    margin-bottom: 5px;
}

.section-twins .item .image {
    width: 100px;
    object-fit: cover;
}

.section-twins .item .image img {
    display: inline-block;
    float: left;
    width: 100px;
    overflow: hidden;
    margin: 0 7px 7px 0px;
}

.section-twins .item .summary {
}

/* Desctop */
@media (min-width: 740px) {
  .section-twins {
    grid-template-columns: 1fr 1fr;
    /*gap: 5px;*/
  }
  .section-twins .item:first-child {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
  }
  .section-twins .item:last-child {
    padding-left: 15px;
    padding-top: 0;
  }
}

/*****************************************
sidebar-ad 
*****************************************/
.sidebar-box {
    padding: 0;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    text-align: center;
    vertical-align: middle;
}
.tick {
    overflow: hidden;
    font-family: Arial;
    font-size: 10px;
    line-height: 1rem;
    padding: 0px 3px;
    position: absolute;
    text-transform: uppercase;
}
.sidebar-box .tick.ad {
    background-color: #aaa;
    color: #fff;
}

.sidebar-box .image {
    margin: 20px;
    text-align: center;
    vertical-align: middle;
}
.sidebar-box .image img{
    max-width: 180px;
    max-height: 40px;
}

/*****************************************
sidebar-ad ad-contact
*****************************************/

/*****************************************
sidebar-ad stock-and-exchange-rate
*****************************************/
.stock-and-exchange-rate {
    font-family: Alias;
    text-align: left;
}
.stock-and-exchange-rate .stock-info {
    display: inline-block;
}
.stock-and-exchange-rate .stock-info div{
    display: inline-block;
}
.stock-and-exchange-rate .stock-name {
    font-weight: 900;
}
.stock-and-exchange-rate .stock-price {
    
}
.stock-and-exchange-rate .stock-arrow {
    font-weight: 900;
}
.stock-and-exchange-rate .stock-arrow.up {
    color: #219114;
}
.stock-and-exchange-rate .stock-arrow.down {
    color: #b0211c;
}
.stock-and-exchange-rate .timestamp {
    font-size: 0.7em;
    color: #a8a8a8;
}
.stock-and-exchange-rate .exchange-rate {
    display: inline-block;
    margin-left: 20px;
}

/* 사이드바가 오른쪽으로 올라오는 순간 */
@media (min-width: 1000px) {
    .stock-and-exchange-rate .exchange-rate {
        margin-left: 0;
    }
}


.provided {
    font-size: 0.7em;
    background-color: #666;
    color: #fff;
    padding: 2px 5px;
}
/*****************************************
sidebar-one-image
*****************************************/
.sidebar-one-image {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    gap: 5px;
    flex-direction: column;
}

.sidebar-one-image .image {
  flex: 2;
  aspect-ratio: 16 / 9; 
  width: 100%;
  overflow: hidden;    
}

.sidebar-one-image .image img {
  width: 100%;
  object-fit: cover;
}

.sidebar-one-image .text {
    order: 0; /* 이미지를 위로 보내기 */
    flex: 1;
}

.sidebar-one-image .title {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.3;
}

.sidebar-one-image .summary,
.sidebar-one-image .description {
    margin-top: 5px;
    margin-bottom: 0;
}

.sidebar-one-image .summary {
    display: block;
}

.sidebar-one-image .description {
    display: none;
}

/* 이미지 풀화면 직전까지 */
@media (min-width: 600px) {
    .sidebar-one-image {
      gap: 15px;
      flex-direction: row;
    }
    .sidebar-one-image .text {
        order: -1; /* 이미지를 오른쪽으로 보내기 */
    }
}

/* 사이드바가 오른쪽으로 올라오는 순간 */
@media (min-width: 1000px) {
    .sidebar-one-image {
        gap: 5px;
        padding-top: 0;
        flex-direction: column;
    }
    .sidebar-one-image .text {
        order: 0; /* 이미지를 위로 보내기 */
    }
    .sidebar-one-image .summary{
        display: block;
    }
    .sidebar-one-image .description{
        display: none;
    }
}



/*****************************************
sidebar-twins
*****************************************/
.sidebar-twins {
  display: grid;
  padding-top: 15px;
  grid-template-columns: 1fr;
  /*gap: 5px;*/
    border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.sidebar-twins .item {
  margin: 0;
}

.sidebar-twins .item:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    padding-right: 0px;
}

.sidebar-twins .item .image {
  width: 100px;
  object-fit: cover;
}

.sidebar-twins .item .image img {
    display: inline-block;
    float: left;
    width: 100px;
    overflow: hidden;
    margin: 0 7px 7px 0px;
}

.sidebar-twins .item .title {
    margin-bottom: 5px;
}

.sidebar-twins .item .summary {
}

/* 이미지 풀화면 직전까지 */
@media (min-width: 600px) {
  .sidebar-twins .item:last-child {
    padding-left: 15px;
    padding-top: 0;

  }    
  .sidebar-twins {
    grid-template-columns: 1fr 1fr;
  }
.sidebar-twins .item:first-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
}  
}

/* 사이드바 오른쪽으로 올라오는 순간 */
@media (min-width: 1000px) {
  .sidebar-twins {
    grid-template-columns: 1fr;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
  }
  .sidebar-twins .item:first-child {
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px dotted #ccc;
  }
  .sidebar-twins .item:last-child {
    padding-left: 0;
    padding-top: 15px;
  }
}


/*****************************************
advertisement
*****************************************/
.advertisement {
    margin-top: 15px;
    background-color: #F8F8F8;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    font-size: 10px;
    color: #909090;
    padding: 10px;
}
.advertisement a {
    font-size: 20px;
    padding: 0px 10px;
    white-space: nowrap;
}
.estheraphy {
    font-family: "LumiosTypewriterUsed";
    font-weight: bold;
}
.akasaka {
    font-family: 'Gravitas One', serif;
}
.blindstoblinds {
    font-family: 'Futura';
}

/*****************************************
more news
*****************************************/
.more-news .section-label {
    display: none;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 700;
    color: #909096;
}
.more-news .post{
    padding: 15px 0px;
}

.more-news .post .image {
    background-color: #eee;
    display: inline-block;
    float: left;
    width: 100px;
    height: 65px;
    overflow: hidden;
    margin: 0 7px 7px 0px;
}

.more-news .post .image img{
    width: 125px;
}

.more-news .post .text{
}

.more-news .post .text .title{
    line-height: 1.2;
    margin: 20px 0;
}

.more-news .post p{
    color: rgb(90, 90, 90);
    margin: 5px 0 0 0;
}


.more-news .pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    gap: 8px;
    flex-wrap: wrap;
}
.more-news .pagination a,
.more-news .pagination span {
    padding: 8px 14px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}
.more-news .pagination a:hover{
    background-color: #eee;
}
.more-news .pagination .current {
    background-color: #007bff; /* blue */
    color: #fff;
    font-weight: 500;
}

/***********************************************************************************************************************************
page
************************************************************************************************************************************/
.page article {
  max-width: 840px;
  margin: auto;
  padding: 0px 0px 40px 0px;
  color: #000;
}

/***********************************************************************************************************************************
single
************************************************************************************************************************************/
.single article {
  max-width: 840px;
  margin: auto;
  padding: 0px 0px 40px 0px;
  color: #000;
}
.single .title{
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: 900;
    margin: 20px 0;
}
.single .meta {
    margin-bottom: 10px;
    display: block;
}
.single .meta .published {
    font-size: 1em;
    color: #444;
    text-align: left;
}
.single .meta .author {
    color: #444;
    text-align: left;
}
.single .content {
  line-height: 1.7;
}
.single a {
    color: rgb(26, 13, 171);
}
.single a:hover {
    text-decoration: underline;
}
.single .post-categories {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.single .post-categories li {
    display: inline;
}
.single .post-categories li::after {
    content: ", ";
}
.single .post-categories li:last-child::after {
    content: "";
}
.single .bonmoon {
    display: inline;
}
.single .more {
    display: inline;
    text-align: right;
}
.single .category {
    margin-top: 40px;
}
.single .source {
    margin-top: 40px;
}
.single .uploader {
    display: none;
}
.single .other-news {
    margin-top: 40px;
}
.single .other-news .prev-post {
}
.single .other-news .next-post {
}

.single .floating-arrows .arrow {
    display: none;
    position: fixed;
    width: 50px;
    height: 65%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.05);
}

.single .floating-arrows .arrow:hover {
    transition: color 0.3s;
    background-color: rgba(0, 0, 0, 0.1); /* black with 10% opacity */
}

.single .floating-arrows .arrow.left {
  left: 0;
}

.single .floating-arrows .arrow.right {
  right: 0;
}


.single .admin-functions {
    margin-top: 50px;
}
.single .admin-links {
}
.single .admin-link {
    margin-right: 3px;
}
.single .admin-link:after {
    content: ',';
}

.admin-buttons {
    margin-top: 20px;
}

button.admin-button,
a.admin-button {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background-color: #007bff;  /* Blue */
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
}

button.admin-button:hover,
a.admin-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0056b3;  /* Darker blue on hover */
}
.more-news .admin-button {
    font-size: 16px;
    padding: 2px 10px;
    margin-left: 5px;
    line-height: 1.2em;
}

.admin-buttons .category{
    margin-top: 0;
}
.admin-buttons .category .admin-button,
.admin-buttons .cate-form .admin-button{
    background-color: #fa9b11;  /* Orange */
}
.admin-buttons .category .admin-button:hover,
.admin-buttons .cate-form .admin-button:hover{
    background-color: #ff7700;  /* Darker orange on hover */
}
.admin-buttons .admin-button.del {
    background-color: #af69ff;  /* Purple */
}

.admin-buttons .inline-form {
    display: inline;
}
.admin-buttons .source .admin-button{
    background-color: #919191;  /* Gray */
}
.admin-buttons .source .admin-button:hover{
    background-color: #6e6e6e;  /* Darker Gray on hover */
}

/* Desktop */
@media (min-width: 740px) {
    .single .meta {
        display: flex;
    }
    .single .meta .published {
        text-align: left;
        width: 50%;
    }
    .single .meta .author {
        text-align: right;
        width: 50%;
    }
}
/* single > article의 max-width: 840px가 넘어갈때 */
@media (min-width: 840px) {
    .single .floating-arrows .arrow {
        display: block;
    }
}
/*******************************************************
comment
********************************************************/
.comments-area {
    margin: auto;
    max-width: 840px;
}
.comment-form .form-submit {
    text-align: right;
    padding: 0;
    margin: 0;
}
.comment-field {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.1rem;
    height: 50px;
    width: calc(100% - 20px);
    padding: 5px;
    margin: 0;
    border: 1px solid #ccc;
}
input[type="submit"],
input[type="button"],
button {
    font-size: 1em;
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: right;
}

.comment {
    margin-bottom: 15px;
}

.comment-author,
.comment-meta {
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
}

.comment-author {
    color: rgb(15, 15, 15);
    font-weight: bold;
}

.comment-meta {
    color: rgb(96, 96, 96);
}

.single a.comment-reply-link {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    background-color: #0073aa;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
}

.comment-list {
  list-style-type: none;
  padding-left: 0;
}

.comment-list .children {
  list-style-type: none; /* Remove default markers */
  padding-left: 2em; /* Adjust padding */
}

.comment-list .children .comment-author::before {
  content: "▶"; /* Unicode for a right-pointing arrow */
  display: inline-block; /* Allows for width/margin adjustments */
  width: 1em; /* Adjust width for spacing */
  margin-left: -1em; /* Move the arrow to the left of the text */
}

.comment-content {
    color: rgb(15, 15, 15);
    padding: 2px 0;
    margin: 2px 0;
    font-size: 0.9rem;
}
.testuser {
    margin-bottom: 5px;
}
.comment-submit {
    padding: 5px 15px;
    font-size: 0.9em;
}



.entry-content form input[type="text"],
.entry-content form input[type="email"],
.entry-content form input[type="password"] {
    font-size: 1em;
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.entry-content form input.above_comment {
    margin-bottom: 0;
}

.entry-content input[type="submit"]:hover {
    background-color: #005177;
}

.entry-content .comment {
    font-size: 12px;
    color: #888;
}
.entry-content label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.error_box,
.info_box {
    padding: 10px;
    border-radius: 3px;
}
.error_box {
    border: 1px solid #cc221d;
    background-color: #ffd2d1;
}
.error_box ul {
    padding: 10px 10px 10px 20px;
    margin: 5px;
}
.info_box {
    border: 1px solid #32a852;
    background-color: #ccffda;
}

.auth-button {
    margin-top: 20px;
}

.deleted-comment {
    font-size: 0.8em;
    color: #ccc;
    border: 1px solid #eee;
    padding: 5px;
}

