.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: 80% !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;
}

/* adsensefarm_display center align edit */
.ad_center
{
  display: block;
  margin: 0 auto;
}


/* adsensefarm_hidden menu */
.related-articles { display:none;}
#content .another_category { display:none;}
#gnb { display:none;}
.post-cover .category {display : none;}
.post-cover .meta {display : none;}


#content {
  padding: 0px !important;
}


#article-view {
  font-size:18px;

}


/* adsensefarm_bottom_menu */
    @keyframes blink {
      0% { background-color: transparent; }
      50% { background-color: blue; }
      100% { background-color: transparent; }
    }

    .bottom-menu {
      position: fixed;
      bottom: 0;
      width: 100%;
      background-color: #fff; /* 諛곌꼍 됱쓣  섏  됱쑝濡  蹂 寃  */
      border-top: 1px dotted #000; /*  뚮몢由щ   먯꽑 쇰줈 蹂 寃쏀븯怨  援듦린瑜  1px濡   ㅼ젙 */
      box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
      z-index: 999;
    }
    .bottom-menu ul {
      display: flex;
      justify-content: space-around;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .bottom-menu ul li {
      flex: 1;
      text-align: center;
      border-right: 1px dotted #000; /* 移멸낵 移   ъ씠    뚮몢由щ   먯꽑 쇰줈 蹂 寃쏀븯怨  援듦린瑜  1px濡   ㅼ젙 */
    }
    .bottom-menu ul li:last-child {
      border-right: none; /* 留덉 留    ぉ    ㅻⅨ履   뚮몢由   쒓굅 */
    }
    .bottom-menu ul li a {
      display: block;
      height: 70px;
      line-height: 70px; /*  띿뒪 몃  媛  대뜲  뺣젹 */
      color: #000; /*  띿뒪    됱긽   寃    됱쑝濡   ㅼ젙 */
      text-decoration: none;
      font-size: 16px;
    }
    .bottom-menu ul li a:hover {
      background-color: #0652f7; /*  몃쾭    諛곌꼍 됱쓣  고쉶 됱쑝濡   ㅼ젙 */
    }
    .blink {
      animation: blink 1s infinite;
    }




/*  쇰컲  곗뒪 ы깙  섍꼍 */
.adsensefarm-blink {
	display : none;
    position: fixed;
    bottom: 20%; /*  뚮줈   諛곕꼫    꾩튂瑜   붾㈃   20%  꾨줈 怨좎젙 */
    right: 10%;
    z-index: 99;
    cursor: pointer;
    width: 300px;
    height: 100px; /*  꾩껜  믪씠瑜     媛쒖쓽  곸뿭 쇰줈  섎늻湲   꾪빐  ㅼ젙 */
    border-radius: 15px;
    overflow: hidden;
    background: #090dff; /* 諛곌꼍 됱쓣  곗깋 쇰줈  ㅼ젙 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.adsensefarm-blink-top {
	display : none;
	position: relative;
    width: 100%;
    height: 50px; /* 媛  踰꾪듉    믪씠瑜  50px濡   ㅼ젙 */
    background-color: red;
    animation: blink 0.45s infinite alternate;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700; /*  고듃 援듦린 700 쇰줈  ㅼ젙 */
}

.adsensefarm-blink-bottom {
	display : none;
	position: relative;
    width: 100%;
    height: 50px;
    background-color: #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: black; /*  띿뒪    됱긽   寃    됱쑝濡   ㅼ젙 */
    text-decoration: underline; /*  띿뒪 몄뿉 諛묒쨪 異붽  */
    text-decoration-color: black; /* 諛묒쨪  됱긽   寃    됱쑝濡   ㅼ젙 */
}

.adsensefarm-blink-top-text, .adsensefarm-blink-bottom-text {
   	display : none;
    user-select: auto !important;
}

/* 紐⑤컮    섍꼍        誘몃뵒   荑쇰━ */
@media (max-width: 768px)
{
  .adsensefarm_button {
    font-size: 20px; /* 紐⑤컮 쇱뿉    고듃  ш린 以꾩씠湲  */
  }
  
  .adsensefarm-blink {
   display:none;
  }
}