/* GeneratePress Site CSS */ .auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 80px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
} /* End GeneratePress Site CSS */

/*본문 소제목 스타일 h2, h3 */
.single .entry-content h2 {
    margin: 1.15em 0 0.6em 0;
    font-weight: normal;
    position: relative;
    font-size: 25px;
    line-height: 30px;
    background: linear-gradient(to right, #101c30, #2C5364);  /* 그라데이션 배경 */
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
    font-weight: 500;
}

.single .entry-content h3 {
    color: #000000;
    padding-bottom: 10px;
    text-align: left;
    BORDER-LEFT: #101c30 20px solid;
    padding: 3px 9px;
    margin: 30px 0 20px 0;
    background: linear-gradient(to right, ##f0f0f0, #2C5364);
    border-bottom: 3px solid #101c30;
    font-size: 1.4em;
    font-weight: 600;
}
/* 소제목 스타일 끝 */

/* 뒤로가기 버튼 살짝 위로 올리기 */
.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 150px; 
}
/* 끝 */

/* 본문 이미지와 텍스트 사이 간격 */
.single .wp-block-image {
    margin-bottom: 25px;
}
/* sswoo 폰트추가 */

@font-face {
    font-family: 'SCoreDream';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamMedium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamMedium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamMedium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/score/SCoreDreamMedium.ttf') format("truetype");
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6, li, p, button {font-family: 'SCoreDream', sans-serif;

            }
                /* 백업 폰트 추가 */
            
/* 제너럴큄 전문가 노토산스kr 임포트
@import url(style2.css); 
@import url(genericons/genericons.css); 
@import url(http://fonts.googleapis.com/earlyaccess/notosansKr.css);
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css"); 

body, h1, h2, h3, h4, h5, h6, li, p, #nav ul li a, #topbar, input, button, select, textarea, a, .wf-container > *, .widget-title, .dwqa-container, #wpmem_reg, #wpmem_login { 

font-family: 'Noto Sans KR', sans-serif,'Nanum Gothic', 나눔고딕 !important; 
 */
font-style: medium !important;
}

.half_background {
  background: linear-gradient(to top, yellow 50%, transparent 50%);
}
.bottom-line { 
border-bottom: 2px solid #ff6347; 
  }

.btn_new {
    width: 90%;
    background-color: #1482ff;
    border-radius: 20px;
    border: 1px solid #1482ff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding: 17px 42px;
    text-decoration: none !important;
}
/* 관련 글 스타일 */
.related-posts-after-content {
    max-width: 100%; /* 컨테이너의 최대 너비 설정 */
    overflow: hidden; /* 내부 요소가 넘쳤을 때 숨기기 */
    /* 필요하다면 여기에 padding이나 margin을 조정 */
}

.related-thumb {
    float: left;
    width: 33%; /* 기본적으로 한 줄에 4개의 게시물 */
    box-sizing: border-box; /* 패딩과 보더가 너비에 포함되도록 설정 */
    padding: 10px;
    margin: 0; /* 필요하다면 여백 조정 */
}

/* 태블릿 화면에서는 한 줄에 3개만 보이도록 조정 */
@media (max-width: 768px) {
    .related-thumb {
        width: 33.3333%;
    }
}

/* 모바일 화면에서는 한 줄에 2개만 보이도록 조정 */
@media (max-width: 480px) {
    .related-thumb {
        width: 50%;
    }
}

/* 매우 작은 화면에서는 한 줄에 1개만 보이도록 조정 */
@media (max-width: 320px) {
    .related-thumb {
        width: 100%;
    }
}
/* 관련 글 스타일 끝 */

/* H4 레인보우 물결 효과 */
@keyframes rainbow-wave {
    0%, 100% {
        background-position: 0%;
    }
    50% {
        background-position: 100%;
    }
}

h4 {
    font-weight: bold; /* 텍스트를 볼드체로 설정 */
    background: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red); /* 레인보우 그라디언트 설정 */
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; /* 그라디언트가 텍스트 색상으로 보이도록 설정 */
    animation: rainbow-wave 2s linear infinite; /* 1초 동안 무한 반복 */
}
/* H4 레인보우 물결 효과 끝 */
/* 부동산 평수 계산기 스타일 */

.col-25 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 0;
}

.col-25 input {
    margin: 0;
}

/* Row Container */
.form-inline .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}

/* Labels with Specific Background Color */
.label-25 {
    width: 100%;
    background-color: #d3d3d3; /* Light gray */
    padding: 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #343a40;
    height: 40px; /* 높이를 비슷하게 조정하기 위해 추가됨 */
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 0; /* border radius 제거 */
}

/* Input Group Container */
.input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px; /* 높이 조정 */
}

/* Input Fields Styling */
.form-control {
    width: 100%;
    padding-right: 2.5rem; /* Leaves room for the span */
    height: 100%; /* 높이를 일관되게 유지하기 위해 추가됨 */
    border: 1px solid #ced4da;
    border-top-left-radius: 0.25rem; /* Left corners of the input */
    border-bottom-left-radius: 0.25rem;
    box-sizing: border-box;
    background-color: #fff;
    color: #495057;
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

/* Input Group Text (e.g., ㎡, 평) */
.input-group-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    border-left: 1px solid #ced4da;
    background-color: #7596d3; /* New background color for the span */
    font-size: 1rem;
    font-weight: bold;
    color: white; /* White text on the span */
    height: 100%;
    border-top-right-radius: 0.25rem; /* Right corners of the span */
    border-bottom-right-radius: 0.25rem;
}

/* Success Button Styling */
.btn-success {
    background-color: #7596d3; /* New background color for the button */
    border-color: #7596d3;
    color: white;
    width: 70px;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    height: 100%; /* 다른 요소와 높이를 비슷하게 맞추기 위해 추가됨 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-success:hover {
    background-color: #5872a3;
    border-color: #5872a3;
}
.col-25 {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
    box-sizing: border-box;
    padding: 0;
}

.col-25 input {
    margin: 0;
}

/* Row Container */
.form-inline .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}

/* Labels with Specific Background Color */
.label-25 {
    width: 100%;
    background-color: #d3d3d3; /* Light gray */
    padding: 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #343a40;
    height: 40px; /* 일관된 높이를 위해 추가됨 */
    display: flex;
    align-items: center;
    margin: 0;
    border-radius: 0; /* border radius 효과 제거 */
}

/* Input Group Container */
.input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px; /* 다른 요소와 높이를 비슷하게 하기 위해 추가됨 */
}

/* Input Fields Styling */
.form-control {
    width: 100%;
    padding-right: 2.5rem; /* Leaves room for the span */
    height: 100%; /* Consistent height with other elements */
    border: 1px solid #ced4da;
    border-top-left-radius: 0.25rem; /* Left corners of the input */
    border-bottom-left-radius: 0.25rem;
    box-sizing: border-box;
    background-color: #fff;
    color: #495057;
    font-size: 1rem;
    font-family: Arial, sans-serif;
}

/* Input Group Text (e.g., ㎡, 평) */
.input-group-text {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
    border-left: 1px solid #ced4da;
    background-color: #7596d3; /* New background color for the span */
    font-size: 1rem;
    font-weight: bold;
    color: white; /* White text on the span */
    height: 100%;
    border-top-right-radius: 0.25rem; /* Right corners of the span */
    border-bottom-right-radius: 0.25rem;
}

/* Success Button Styling */
.btn-success {
    background-color: #7596d3; /* New background color for the button */
    border-color: #7596d3;
    color: white;
    width: 70px;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
    height: 100%; /* 다른 요소와의 높이를 일정하게 하기 위해 추가됨 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-success:hover {
    background-color: #5872a3;
    border-color: #5872a3;
}
.adsensefarm_button {
  background-color: #f02400 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background-color 0.3s, transform 0.3s !important;
  width: 85% !important;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4) !important;
  border-radius: 30px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  display: block !important;
  margin: 10px auto !important;
  text-decoration: none !important;
}

.adsensefarm_button:hover {
  background-color: #0652f7 !important;
  transform: scale(1.1) !important;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite !important;
  -webkit-animation: blink-animation 1s steps(5, start) infinite !important;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
