/*
 Theme Name:   GeneratePress Child Hoons
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Hoons
 Author URI:   https://giveinfos.com
 Template:     generatepress 
 Version:      2.0
 StyleCSS Priority: 1. style.css 
*/

/* 변수 정의 */
@import url('./css/reset.css');

:root {
  /* 메인색상 */
  --main-color: #ff8d00;
  --sub-color: #ffddb0;
  --strong-color: #ee6002;
  --bg-color: black;
  
  
  /* 폰트설정  */
  /* 
      font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
      font-weight : normal, bold, bolder, lighter;
      font-weight : 100, 200, 300, 400, 500, 600, 700, 800, 900
  */
  --btn-font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  --h1-font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  --h2-font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  --h3-font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  --h4-font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  --p-font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  
  /* 폰트 굵기 */
  --btn-font-weight: 700;
  --h1-font-weight: 900;
  --h2-font-weight: 900;
  --h3-font-weight: 700;
  --h4-font-weight: 700;
  --p-font-weight: 300;
  
  /* 폰트 사이즈 */
  --h1-font-size: 36px;
  --h2-font-size: 28px;
  --h3-font-size: 22px;
  --h4-font-size: 20px;
  --p-font-size: 19px;
  
  /* 폰트 마진 */
  --h1-font-margin-top: 20px;
  --h2-font-margin-top: 20px;
  --h3-font-margin-top: 20px;
  --h4-font-margin-top: 15px;
  --p-font-margin-top: 15px;
  
  --h1-font-margin-bottom: 0px;
  --h2-font-margin-bottom: 0px;
  --h3-font-margin-bottom: 0px;
  --h4-font-margin-bottom: 0px;
  --p-font-margin-bottom: 0px;
  
  /* 폰트 패딩 */
  --h1-padding: 4px;
  --h2-padding: 4px;
  --h3-padding: 6px;
  --h3-padding-left: 6px;
  --h4-padding-left: 6px;
  --p-padding: 0px;
  
  /* 폰트 인덴트 */
  --h2-text-indent: 6px;
  --h3-text-indent: 8px;
  
  
  /* 반응형 시작*/
  /* 반응형 폰트 사이즈 */
  --h1-font-size-r: 22px;
  --h2-font-size-r: 21px;
  --h3-font-size-r: 20px;
  --h4-font-size-r: 19px;
  --p-font-size-r: 19px;
  
  /* 반응형 폰트 굵기 */
  --btn-font-weight-r: 700;
  --h1-font-weight-r: 900;
  --h2-font-weight-r: 900;
  --h3-font-weight-r: 700;
  --h4-font-weight-r: 700;
  --p-font-weight-r: 600;
  
  /* 반응형 폰트 높이  */
  --line-height-r: 1.4em;
  
  
  /* 빅버튼 기본 */
  --hs-btn-lg-bg-color: rgb(240, 36, 0);
  --hs-btn-lg-txt-color: white;
  
  /* 빅버튼 호버 */
  --hs-btn-lg-bg-color-hover: rgb(235, 161, 65);
  --hs-btn-lg-txt-color-hover: white;
  --hs-btn-lg-txt-dec-color-hover: blue;
  --hs-btn-lg-sizeup-hover: 1.5;
  
  
  /* 문단 중간버튼 기본 */
  --hs-btn-md-bg-color: rgb(240, 36, 0);
  --hs-btn-md-txt-color: white;
  
  /* 문단 중간버튼 호버 */
  --hs-btn-md-bg-color-hover: rgb(235, 161, 65);
  --hs-btn-md-txt-color-hover: white;
  --hs-btn-md-txt-dec-color-hover: blue;
  --hs-btn-md-sizeup-hover: 1.1;
  
  
  /* h2 색상 */
  /* 기본색상 */
  --hs-gradient-color-1: #A7FFEB;
  --hs-gradient-color-2: #64FFDA;
  --hs-border-color-1: #42d6b4;
  --hs-border-color-2: #38facd;
  
  /* .hoons h2 강조색상 */
  --hs-gradient-st-color-1: #dddf5a;
  --hs-gradient-st-color-2: #a3e211;
  --hs-border-st-color-1: #a3e211;
  --hs-border-st-color-2: #f53809;
  
  
  /* h3 띄 색상 */
  /* .hoons h3 띄 기본색상 */
  --hs-th-border-left: #333;
  --hs-th-border-botom: #0c0c0c;
  
  /* .hoons h3 띄 강조색상 */
  --hs-th-st-border-left: #f50909;
  --hs-th-st-border-botom: #da4f2d;
  
  /* basic color */
  --color-black: #3f454d;
  --color-white: #ffffff;
  --color-red: #ff0000;
  --color-blue: #3b49c3;
  --color-yellow: #fbbe28;
  --color-pink: #fd7f84;
  --color-light-grey: #dfdfdf;
  
  /* size */
  --base-margin: 8px;
  --size-button: 60px;
  --size-border: 10px;
  --size-xl: 48px;
  --size-lg: 32px;
  --size-md: 16px;
  --size-sm: 8px;
  
  --line-height: 1.7em;
  --padding-left: 10px;
  --padding-right: 10px;
  --padding-top: 10px;
  --padding-bottom: 10px;
  --padding: 10px;
  
  /* 언더라인 */
  --hs-underline-color: #d1e780;
  
  }



@font-face {
  font-family: 'RIDIBatang';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* my main css 시작 */
/* 
  font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  font-weight : normal, bold, bolder, lighter;
  font-weight : 100, 200, 300, 400, 500, 600, 700, 800, 900
*/

/* 변수 사용 */
/* .element { */
/* 헤더 백그라운드    */
/* 바디 백그라운드 */
/* 사이드 백그라운드 */
/* 풋터 백그라운드  */
/* color: var(--main-color); */
/* } */
/* my main css 시작 */
/* 
  font-family: 'RIDIBatang', 'Nanum Gothic', 'Roboto', sans-serif; 
  font-weight : normal, bold, bolder, lighter;
  font-weight : 100, 200, 300, 400, 500, 600, 700, 800, 900
*/

* {
  letter-spacing: 0.5px;
}


/* 언더라인 체크 */
u{
  display: inline;
  box-shadow: inset 0 -7px 0 var(--hs-underline-color);
  text-decoration: none;
}


u>h2 {
  text-decoration: none;
  display: inline;
  box-shadow: inset 0 -16px 0 var(--hs-underline-color);
}

u>h3 {
  text-decoration: none;
  display: inline;
  box-shadow: inset 0 -12px 0 var(--hs-underline-color);
}

u>h4 {
  text-decoration: none;
  display: inline;
  box-shadow: inset 0 -12px 0 var(--hs-underline-color);
}

u>p {
  font-size: 19px;
  text-decoration: none;
  display: inline;
  box-shadow: inset 0 -9px 0 var(--hs-underline-color);
}


p {
  font-size: var(--p-font-size);
  font-family: var(--p-font-family);
  font-weight: var(--p-font-weight);
  /* margin: 22px; */
  /* margin: 0 auto 28px; */
}

h1, h2, h3, h4, p{
  line-height: var(--line-height);
}

h1 {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1-font-size);
}

h2 {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2-font-size);
  
}

h3 {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3-font-size);
}

h4 {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
}

/* 기본 이미지 스타일 */
/* 이미지 호버시 그림자 */
img{
  transition: transform 0.3s, box-shadow 0.3s;
}

/* 호버 시 스타일 */
img:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
}


/* 워드프레스 기본 세팅  */
/* 글 왼쪽 오른쪽 패딩 조정 */
.separate-containers .inside-article {
  padding: 0px;
}

.one-containers .site-content {
  padding: 0px;
}

/* 헤더 시작 */
/* 헤더바 그림자 설정 */
.site-header {
  /* 그림자 색상과 강도 조절 */
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

/* 헤더바 메인 폰트 설정 */
/* #masthead > div > div > div.site-branding > h1 > a{ 
font-size: 1.4em;
font-weight: 900;
} */

.main-title a {
  font-size: 1.4em;
  font-weight: 900;
}

/* 헤더바 메뉴 속성 */
#primary-menu a {
  font-size: 1.2em;
  font-weight: 900;
}


/* 헤더바 메뉴 아이템 선택 색상 */
.menu-item.current-menu-item>a {
  color: #FFD932 !important;
}

/* 헤더바 호버 색상 설정 */
#menu-menua a:hover {
  color: #FFD932;
}

/* 헤더 끝 */

/* 글 목록 파트 시작*/

body, .sidebar  {
  /* 전체 화면과 사이드바의 배경색을 흰색으로 설정 */
  background-color: #ffffff; 
}

/* 썸네일 이미지 중앙 정렬, 글에서 안보이게하기 */
.featured-image {
  text-align: center;
  display: none;
}

/* 글 목록의 썸네일 이미지 중앙정렬 */
.post-image {
  text-align: center;
}

/* 포스트 파트시작 */

/* 포스트카드 설정 */
.card {
  border: none;
  /* 카드의 외곽선을 없앰 */
}

/* 포스트 바디 설정 */
.card-body {
  overflow: hidden;
  /* 넘치는 텍스트 숨기기 */
  text-overflow: ellipsis;
  /* 넘치는 텍스트를 생략 부호로 표시 */
  /* 텍스트가 한 줄로만 표시되도록 설정 */
  /* white-space: nowrap;  */
}

/* 썸네일 이미지 크기 조절 */
.img-fluid {
  width: 100%;
  /* 너비를 100%로 설정하여 한 칸을 채우도록 함 */
  height: auto;
  /* 높이를 자동으로 설정하여 비율 유지 */
  object-fit: cover;
  /* 이미지 비율 유지하면서 크기 조절 */
}

.card-title a {
  font-weight: 900;
  text-decoration: none;
  /* 링크 밑줄 제거 */
  color: black;

}

.card-title a:hover {
  color: #575760;
  /* 링크 색상 */
  /* opacity: 0.7;  호버 시 투명도 변경  */
}

.card-text a {
  color: black;
}

.card-text a:hover {
  color: orange;
}


a {
  color: #333;
  text-decoration: none
}

a:active,
a:hover {
  text-decoration: underline;
  text-decoration-color: var(--main-color);
  color: blue;
}

a:active {
  background-color: transparent
}


/* 글 목록 파트 끝*/


/* 사이드바 시작 */
/* 사이드바 내부 위젯 아이템들의 패딩을 0으로 설정 */
#right-sidebar .widget {
  padding: 0;
}

.wp-block-heading {
  font-weight: 900;
}

/* #block-19 > ul > li:nth-child(1) > a */
#right-sidebar ul>li>a {
  color: black;
}

/* 헤더바 호버 색상 설정 */
#right-sidebar ul>li>a:hover {
  color: #FFD932;
}

/* 사이드바 끝 */



/* 빅버튼, 블로그 연결시 사용 시작*/
.hs-lg-btn {
  background-color: var(--hs-btn-lg-bg-color);
  color: var(--hs-btn-lg-txt-color);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  width: 80%;
  height: 80px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-family: var(--hs-btn-font-family);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hs-lg-btn:hover {
  background-color: var(--hs-btn-lg-bg-color-hover);
  color: var(--hs-btn-lg-txt-color-hover);
  transform: scale(var(--hs-btn-lg-sizeup-hover));
  text-decoration: underline;
  text-decoration-color: var(--hs-btn-lg-txt-color-hover);
  text-decoration-skip-ink: none;
  /* 밑줄이 글의 아래로 이동되도록 함 */
}

/* 빅버튼, 블로그 연결시 사용 끝*/


/* 중간버튼, 블로그 본문 사용 시작*/
.hs-button,
.hs-md-btn {
  background-color: var(--hs-btn-md-bg-color);
  color: var(--hs-btn-md-txt-color);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  width: 80%;
  height: 80px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-family: var(--hs-btn-font-family);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hs-button,
.hs-md-btn:hover {
  background-color: var(--hs-btn-md-bg-color-hover);
  color: var(--hs-btn-md-txt-color-hover);
  transform: scale(var(--hs-btn-md-sizeup-hover));
  text-decoration: underline;
  text-decoration-color: var(--hs-btn-md-txt-color-hover);
  text-decoration-skip-ink: none;
  /* 밑줄이 글의 아래로 이동되도록 함 */
}


/* 버튼 끝 */

/* h2, 헤더 둥글게 시작 */
.hs_h2 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0.75rem;
  text-indent: 0.1em;
  /* Add left indentation to the text */
  font-weight: 900 !important;
  line-height: 1.9;
  word-break: normal;
  word-wrap: break-word;
  color: rgb(8, 8, 8);
  background: linear-gradient(to right, var(--hs-gradient-color-1) 50%, var(--hs-gradient-color-2));
  background-size: 150% 100%;
  /* Adjust the background width */
  border-radius: 15px 15px 0 0;
  border-left: 0px solid var(--hs-border-color-1);
  border-bottom: 3px solid var(--hs-border-color-2);
}

.hs_h2_strong {
  font-size: 24px;
  margin-bottom: 0;
  /* Remove bottom margin */
  margin-top: 15px;
  padding-left: 0.75rem;
  text-indent: 0.1em;
  /* Add left indentation to the text */
  font-weight: 900 !important;
  line-height: 1.9;
  word-break: normal;
  word-wrap: break-word;
  color: rgb(8, 8, 8);
  background: linear-gradient(to right, var(--hs-gradient-st-color-1) 50%, var(--hs-gradient-st-color-2));
  border-radius: 15px 15px 0 0;
  border-left: 0px solid var(--hs-border-st-color-1);
  border-bottom: 3px solid var(--hs-border-st-color-2);
}

/* h3 헤더 앞띄만들기 */
.hs_th {
  font-size: 20px;
  margin-bottom: 0;
  /* Remove bottom margin */
  margin-top: 15px;
  padding-left: 0.75rem;
  text-indent: 0.1em;
  /* Add left indentation to the text */
  font-weight: 600 !important;
  line-height: 1.7;
  border-bottom: 2px solid var(--hs-th-border-left);
  border-left: 10px solid var(--hs-th-border-botom);
  letter-spacing: -0.16px;
}

.hs_th_strong {
  font-size: 20px;
  margin-bottom: 0;
  /* Remove bottom margin */
  margin-top: 15px;
  padding-left: 0.75rem;
  text-indent: 0.1em;
  /* Add left indentation to the text */
  font-weight: 600 !important;
  line-height: 1.7;
  border-bottom: 2px solid var(--hs-th-st-border-left);
  border-left: 10px solid var(--hs-th-st-border-botom);
  letter-spacing: -0.16px;
}


/* 헤더 타입1  */
h2.t1 {
  font-size: var(--h2-font-size);
  margin-top: var(--h2-font-margin-top);
  margin-bottom: var(--h2-font-margin-bottom);
  padding: var(--h2-padding);
  text-indent: var(--h2-text-indent); /* Add left indentation to the text */
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height);
  border-left: 10px solid var(--main-color); /* 왼쪽 보더 설정 */
  letter-spacing: -0.16px;
}
h3.t1 {
  font-size: var(--h3-font-size);
  margin-top: var(--h3-font-margin-top);
  margin-bottom: var(--h3-font-margin-bottom);
  padding-left: var(--h3-padding-left);
  text-indent: var(--h3-text-indent); /* Add left indentation to the text */
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height);
  border-left: 6px solid var(--sub-color); /* 왼쪽 보더 설정 */
  letter-spacing: -0.16px;
}

/* 헤더 타입2  */
h2.t2{
  font-size: var(--h2-font-size);
  margin-top: var(--h2-font-margin-top);
  margin-bottom: var(--h2-font-margin-bottom);
  padding: var(--h2-padding);
  text-indent: var(--h2-text-indent); /* Add left indentation to the text */
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height);
  border-left: 10px solid var(--main-color); /* 왼쪽 보더 설정 */
  letter-spacing: -0.16px;
  border-radius: 4px;
  background-color: var(--main-color);
  color: var(--sub-color);
}

h3.t2{
  font-size: var(--h3-font-size);
  margin-top: var(--h3-font-margin-top);
  margin-bottom: var(--h3-font-margin-bottom);
  padding-left: var(--h3-padding-left);
  text-indent: var(--h3-text-indent); /* Add left indentation to the text */
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height);
  border-left: 10px solid var(--main-color); /* 왼쪽 보더 설정 */
  letter-spacing: -0.16px;
  border-radius: 4px;
  background-color: var(--sub-color);
  /* 글씨 색상 */
  color: var(--strong-color);
  background-size: 150% 100%;
  /* 밑줄 디자인 */
  border-left: 0px solid var(--hs-border-color-1);
  border-bottom: 3px solid var(--main-color);
  border-radius: 4px;
  
}

/* 헤더 타입3  */
h2.t3 {
  font-size: var(--h2-font-size);
  margin-top: var(--h2-font-margin-top);
  margin-bottom: var(--h2-font-margin-bottom);
  padding: var(--h2-padding);
  text-indent: var(--h2-text-indent); /* Add left indentation to the text */
  /* Add left indentation to the text */
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height);
  word-break: normal;
  word-wrap: break-word;
  color: rgb(8, 8, 8);
  background: linear-gradient(to right, var(--hs-gradient-color-1) 50%, var(--hs-gradient-color-2));
  background-size: 150% 100%;
  /* Adjust the background width */
  border-radius: 15px 15px 0 0;
  border-left: 0px solid var(--hs-border-color-1);
  border-bottom: 3px solid var(--hs-border-color-2);
  
}

h3.t3 {
  font-size: var(--h3-font-size);
  margin-top: var(--h3-font-margin-top);
  margin-bottom: var(--h3-font-margin-bottom);
  padding-left: var(--h3-padding-left);
  text-indent: var(--h3-text-indent); /* Add left indentation to the text */
  /* Add left indentation to the text */
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height);
  word-break: normal;
  word-wrap: break-word;
  color: rgb(8, 8, 8);
  background: linear-gradient(to right, var(--hs-gradient-color-1) 50%, var(--hs-gradient-color-2));
  background-size: 150% 100%;
  /* Adjust the background width */
  border-radius: 15px 15px 0 0;
  border-left: 0px solid var(--hs-border-color-1);
  border-bottom: 3px solid var(--hs-border-color-2);
}

/* 헤더 타입4  */
h2.t4 {
  font-size: var(--h2-font-size);
  margin-top: var(--h2-font-margin-top);
  margin-bottom: var(--h2-font-margin-bottom);
  padding: var(--h2-padding);
  text-indent: var(--h2-text-indent); /* Add left indentation to the text */
  font-weight: var(--h2-font-weight);
  line-height: var(--line-height);
  border-left: 10px solid var(--main-color); /* 왼쪽 보더 설정 */
  letter-spacing: -0.16px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

h3.t4 {
  font-size: var(--h3-font-size);
  margin-top: var(--h3-font-margin-top);
  margin-bottom: var(--h3-font-margin-bottom);
  padding-left: var(--h3-padding-left);
  text-indent: var(--h3-text-indent); /* Add left indentation to the text */
  font-weight: var(--h3-font-weight);
  line-height: var(--line-height);
  border-left: 10px solid var(--sub-color); /* 왼쪽 보더 설정 */
  letter-spacing: -0.16px;
  background-color: #F9F7F6;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* h2 h3 끝 */


/* 미디어쿼리 시작 */

/* 데스크탑 화면 */
@media screen and (min-width: 992px) {
  .img-fluid {
      height: 120px;
      /* 데스크탑에서 이미지 높이 조절 */
  }
}

/* 태블릿 화면 */
@media screen and (max-width: 991px) {
  .img-fluid {
      height: 300px;
      /* 태블릿에서 이미지 높이 조절 */
  }
}

/* 스마트폰 화면 */
@media screen and (max-width: 600px) {

  /* .main-title .header-image*/
  .img-fluid {
      height: 200px;
      /* 스마트폰에서 이미지 높이 조절 */
  }

  .main-title {
      display: none;
  }


  h1, h2, h3, h4, p{
    line-height: var(--line-height-r);
  }

  p {
    font-size: var(--p-font-size-r);
    font-weight: var(--p-font-weight-r);
  }
  
  h1 {
    font-weight: var(--h1-font-weight-r);
    font-size: var(--h1-font-size-r);
  }
  
  h2.t1, h2.t2, h2.t3, h2.t4 {
    font-weight: var(--h2-font-weight-r);
    font-size: var(--h2-font-size-r);
  }
  
  h3.t1, h3.t2, h3.t3, h3.t4  {
    font-weight: var(--h3-font-weight-r);
    font-size: var(--h3-font-size-r);
  }
  
  h4 {
    font-weight: var(--h4-font-weight-r);
    font-size: var(--h4-font-size-r);
  
  }


  .hs_h2 {
      font-size: 22px;
      margin-top: 15px;
      margin-bottom: 0;
      /* padding-left: 0.75rem; */
      padding-left: 0;
      text-indent: 0.1em;
      /* Add left indentation to the text */
      font-weight: 600 !important;
      line-height: 1.9;
      word-break: normal;
      word-wrap: break-word;
      color: rgb(8, 8, 8);
      background: linear-gradient(to right, var(--hs-gradient-color-1) 50%, var(--hs-gradient-color-2));
      background-size: 150% 100%;
      /* Adjust the background width */
      border-radius: 15px 15px 0 0;
      border-left: 0px solid var(--hs-border-color-1);
      border-bottom: 3px solid var(--hs-border-color-2);
  }

  .hs_th {
      font-size: 20px;
      margin-bottom: 0;
      /* Remove bottom margin */
      margin-top: 15px;
      padding-left: 0.75rem;
      text-indent: 0.1em;
      /* Add left indentation to the text */
      font-weight: 600 !important;
      line-height: 1.7;
      border-bottom: 2px solid var(--hs-th-border-left);
      border-left: 10px solid var(--hs-th-border-botom);
      letter-spacing: -0.16px;
  }

  .hs-lg-btn {
      font-size: 20px;
      /* Decreases font size for mobile devices */
      width: 100%;
      /* Set width to 90% */
      height: 60px;
      /* Adjust the height value as needed */
  }

  .hs-md-btn {
      font-size: 20px;
      width: 100%;
      height: 60px;
      overflow: visible;
      white-space: nowrap;
      /* Prevents text from wrapping */
      max-width: 100%;
      /* Set max-width to 100% */
  }

  /* 업데이트 전 */
  .hs-md-btn.most-likely-to-click {
      padding: 15px 25px;
      font-size: 40px;
  }

}

/* main 끝 */