/* 웹폰트 */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
@font-face {
    font-family: 'GabiaCheongyeon';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GabiaCheongyeon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Somi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_10@1.0/Somi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KOHIBaeumOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EliceDigitalBaeum_Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_220508@1.0/EliceDigitalBaeum_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'twayair';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Danjo-bold-Regular';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Danjo-bold-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KCCImkwontaek';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2202@1.0/KCCImkwontaek.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Shilla_CultureB-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/Shilla_CultureB-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
    font-family: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'SchoolSafetyNotification';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-B.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


/* 폰트 설정 */
.textggu--title3,
.textggu--title4,
.textggu--sub2,
.textggu--sub4,
.textggu--sub6,
.textggu--sub7 {
  font-family: 'SchoolSafetyNotification';
}

.textggu--title1,
.textggu--title6,
.textggu--sub3,
.textggu--title8,
.textggu--title9 {
  font-family: 'KOHIBaeumOTF';
}
.textggu--title6:after {
  font-family:'somi';
}
.textggu--title2,
.textggu--title5 {
  font-family: 'galmuri9';
}
.textggu--title7 {
  font-family: Danjo-bold-Regular;
}
.textggu--sub1 {
  font-family:'EliceDigitalBaeum_Regular';
}
.textggu--sub5,
.textggu--etc4 {
  font-family: 'galmuri11';
}
.textggu--etc6 {
  font-family: 'Paperlogy-4Regular';
}
.textggu--etc7 {
  font-family: 'KCCImkwontaek';
}
.textggu--etc8 {
  font-family: 'Shilla_CultureB-Bold';
}

/* 전역 설정 */
/*:root {
  --effect-text: black;
  --effect-text2: #fff;
  --effect-point: #2c8e68;
  --effect-point2: #DF1910;
  --effect-point3: #a0d7b9;
  --effect-point4: #DBCDA7;
  
}*/
:root {
    --effect-text: #364352;
    --effect-text2: #fff;
    --effect-point: #364352;
    --effect-point2: #364352;
    --effect-point3: #AFBEB7;
    --effect-point4: #527195;
    --effect-point5: #BBD0E9;
}

/* _manager.css.php에 편입시키면 위의 코드를
--effect-point: <?=$css['color_point'][0]?>; 로 수정하여
아보카도 관리자 설정의 포인트 색상을 자동 불러오기 할 수 있습니다 */

/* 서식들 */
.textggu--title1 {
    display: inline-block;
    font-size: 30px;
    line-height: 1em;
    margin-top: 0.2em;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    text-stroke-color: var(--effect-text);
    -webkit-text-stroke-color: var(--effect-point);
    text-shadow: 2px 2px var(--effect-point5);
}

.textggu--title2 {
      font-size: 30px;
    line-height: 30px;
    color: var(--effect-text2);
    text-shadow: -1px 0px 0px var(--effect-point), 1px 0px 0px var(--effect-point),0px 1px 0px var(--effect-point), 0px -1px 0px var(--effect-point), 0px 0px 4px rgba(0,0,0,0.7);
  font-weight:bold;
}
.textggu--title3 {
  background-image: url(https://images.unsplash.com/photo-1621799754526-a0d52c49fad5?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=687&q=80) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    line-height: 30px;
  animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-name: background--flow;
    background-size: 200%;
  filter: drop-shadow(0px 0px 3px #a8b6c8);
}
@keyframes background--flow {
  0% {
    background-position-y: 0%;
}
100% {
    background-position-y: 100%;
}
}
.textggu--title4 {
    color: white;
    font-size: 30px;
    line-height: 30px;
    background-size: 100%;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
    animation: neon-text infinite 5s;
}
@keyframes neon-text {
  0% {
    color: var(--effect-point3);
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
  }
  50% {
    color: var(--effect-point2);
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.6));
  }
  69% {
    color: var(--effect-point2);
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.4));
  }
  70% {
    color: var(--effect-point2);
    filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
  }
  75% {
    color: var(--effect-point3);
    filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
  }
  80% {
    color: var(--effect-point2);
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.6));
  }
  81% {
    color: var(--effect-point3);
    filter: drop-shadow(0px 0px 0px rgba(255,255,255,.6));
  }
  100% {
    color: var(--effect-point2);
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,.3));
  }
}
.textggu--title5 {
  font-weight:bold;
  font-size: 16px;
  line-height: 30px;
  padding: 7px 16px;
  background: var(--effect-text2);
  border: 1px solid var(--effect-text);
  border-radius: 0px 0px 3px 3px;
  position:relative;
  display: inline-block;
  filter:drop-shadow(8px 5px 0px var(--effect-text));
  margin: 16px 10px 19px 0px;
  transition-duration: .5s;
  color: black;
}
.textggu--title5:hover {
  translate: 6px 3px;
  filter:drop-shadow(2px 2px 0px var(--effect-text));
}
.textggu--title5:before {
  
  content: 'ㅡ  🗗  🗙';
  font-size: 12px;
  width: calc(100% + 2px);
  height: 15px;
  line-height:9px;
  border-radius: 3px 3px 0px 0px;
  color: var(--effect-text);
  text-align:right;
  padding: 1px;
  box-sizing:border-box;
  background: var(--effect-point);
  border: 1px solid var(--effect-text);
  position: absolute;
  top: -15px;
  left: -1px;
  transition-duration: .5s;
}
.textggu--title5:hover:before {
  background: var(--effect-text);
  color: var(--effect-text2);
}
.textggu--title5:after {
  content:'';
  position:absolute;
  background: url(https://cdn.pixabay.com/photo/2012/04/01/12/38/cursor-23229_960_720.png) 100%; 
    width: 16px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    right: -10px;
    top: 29px;
}
.textggu--title6 {
  display: inline-block;
  position:relative;
  font-size: 40px;
  line-height: 1em;
  margin-top: 0.2em;
  letter-spacing:-3px;
  margin-bottom: 0.2em;
}
.textggu--title6:after {
  content:attr(data-text);
  font-size: 25px;
  color:  var(--effect-point5);
  position:absolute;
  left:0;
  width: max-content;
  bottom: -10px;
  text-shadow: var(--effect-text2) 1px -1px 0px, var(--effect-text2) 1px 1px 0px, var(--effect-text2) -1px -1px 0px, var(--effect-text2) -1px 0px 0px, var(--effect-text2) 0px -1px 0px, var(--effect-text2) 0px 1px 0px, var(--effect-text2) 1px 0px 0px, var(--effect-text2) -1px 1px 0px;
}
.textggu--title7 {
  font-size: 24px;
  line-height: 26px;
  height: 42px;
  display: inline-block;
  color: var(--effect-point5);
  background: var(--effect-point2);
  translate: 15px 0px;
  /*margin: 3px 44px 3px 8px;*/
  padding: 7px 20px;
  border-top: 2px solid var(--effect-point4);
  border-bottom: 2px solid var(--effect-point4);
  position:relative;
  filter: drop-shadow(3px 0px 0px var(--effect-point2))
    drop-shadow(0px 3px 0px var(--effect-point2))
     drop-shadow(-3px 0px 0px var(--effect-point2))
     drop-shadow(0px -3px 0px var(--effect-point2));
  letter-spacing:-2px;
}
.textggu--title7:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 0px solid var(--effect-point2);
  border-bottom: 19px solid var(--effect-point2);
  border-left: 20px solid transparent;
  border-top: 19px solid var(--effect-point2);
  filter: drop-shadow(0px 2px 0px var(--effect-point4))
    drop-shadow(0px -2px 0px var(--effect-point4));
}
.textggu--title7:after {
  z-index:1;
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 19px solid var(--effect-point2);
  border-left: 0px solid (--effect-point2);
  border-top: 19px solid var(--effect-point2);
  filter: drop-shadow(0px 2px 0px var(--effect-point4))
    drop-shadow(0px -2px 0px var(--effect-point4));
}

.textggu--title8 {
  display: inline-block;
  position:relative;
  font-size: 200%;
  line-height: 1em;
  margin-top: 1.2em;
  letter-spacing:3px;
  margin-bottom: 0.2em;
}
.textggu--title8:after {
 color: var(--effect-point5);
  content:attr(data-text);
  top: -100%;
  font-size: 50%;
  position:absolute;
  left:0%;
  width:100%;
  white-space : nowrap;
}
.textggu--title9 {
  display: inline-block;
  position:relative;
  font-size: 200%;
  line-height: 1em;
  margin-top: 1.2em;
  letter-spacing:3px;
  margin-bottom: 0.2em;
  text-align : center
}
.textggu--title9:after {
 color: var(--effect-point5);
  content:attr(data-text);
  top: -100%;
  font-size: 50%;
  position:absolute;
  left:0%;
  width:100%;
  white-space : nowrap;
}

.textggu--sub1 {
  display:inline-block;
	position:relative;
	font-weight:bold;
	font-size:16px;
	line-height:100%;
	overflow:hidden;
	margin: 3px 0px -4px 0px;
	padding: 0px 10px 0px 0px;
}
.textggu--sub1:before {
	display:inline-block;
	content:'';
	background: var(--effect-point);
	width: 7px;
	height: 20px;
	vertical-align:middle;
	margin:2px 5px 0px 0px;
  translate:0px -2px;
  border-radius: 5px;
}

.textggu--sub2 {
  position: relative;
  /*color: var(--effect-text);*/
  color: var(--effect-text);
  background-color: var(--effect-point5);
  padding: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
	margin: 1px 8px;
}
.textggu--sub2::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 7px solid var(--effect-point5);
  border-bottom: 25px solid transparent;
}
.textggu--sub2::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 7px solid var(--effect-point5);
  border-top: 25px solid transparent;
}
.textggu--sub3 {
  display: inline-block;
  padding: 8px 8px 3px 8px;
  margin: 2px;
  font-size: 16px;
  position: relative;
}
.textggu--sub3::before,
.textggu--sub3::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transition: 0.35s;
  background: transparent;
  z-index: 1;
}
.textggu--sub3::before {
  top: 0;
  left: 0;
  /*border-left: 4px solid var(--effect-point);
  border-top: 4px solid var(--effect-point);*/
  border-left: 4px solid var(--effect-point5);
  border-top: 4px solid var(--effect-point5);  
}
.textggu--sub3::after {
  bottom: 0;
  right: 0;
  /*border-right: 4px solid var(--effect-point);
  border-bottom: 4px solid var(--effect-point);*/
  border-right: 4px solid var(--effect-point5);
  border-bottom: 4px solid var(--effect-point5);
}
.textggu--sub4 {
  display: inline-block;
  padding: 8px 8px 3px 8px;
  margin: 2px;
  font-size: 16px;
  position: relative;
}
.textggu--sub4::before,
.textggu--sub4::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transition: 0.35s;
  background: transparent;
  z-index: 1;
}
.textggu--sub4::before {
  top: 2px;
  left: -2px;
  /*border-left: 6px double var(--effect-point);
  border-top: 6px double var(--effect-point);*/
  border-left: 6px double var(--effect-point5);
  border-top: 6px double var(--effect-point5);
}
.textggu--sub4::after {
  bottom: -3px;
  right: -3px;
  /*border-right: 6px double var(--effect-point);
  border-bottom: 6px double var(--effect-point);*/
  border-right: 6px double var(--effect-point5);
  border-bottom: 6px double var(--effect-point5);
}
.textggu--sub5 {
  display: inline-block;
  padding: 8px 8px 3px 8px;
  margin: 2px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  background: linear-gradient(to right, #d3d3d3, transparent);
  background-size: 90% 40%;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  font-weight:bold;
}
.textggu--sub6--circle {
  display: inline-flex;
  justify-content: center;
  font-size:15px;
  /*color: var(--effect-text);*/
  color: #f2f2f2;
  padding:10px;
  width:40px;
  height:40px;
  background: var(--effect-point);
  position:relative;
  border-radius:100%;
  margin:3px 0px 3px -6px;
}
.textggu--sub7--text {
  rotate:-45deg;
  /*color: var(--effect-text);*/
  color: #f2f2f2;
}
.textggu--sub7--square {
  display: inline-flex;
  justify-content: center;
  font-size:15px;
  padding:5px;
  width:30px;
  height:30px;
  border-radius: 10px;
  background: var(--effect-point);
  position:relative;
  rotate:45deg;
  margin:10px 0px 10px 2px;
}

.textggu--etc1 {
    background: linear-gradient(45deg, #BBD0E9b8, #BBD0E92b);
    border-left: 3px solid #BBD0E978;
    border-right: 3px solid #BBD0E92b;
    text-shadow: 0px 0px 1px var(--shadow);
}
.textggu--etc2 {
  background: linear-gradient(45deg, #e5603f6b, #e5603f3b);
  border-left: 3px solid #e5603f88;
  border-right: 3px solid #e5603f3a;
  text-shadow: 0px 0px 1px var(--shadow);
}
.textggu--etc3 {
  display: inline-block;
    padding: 1px 7px;
    margin-bottom: 5px;
    line-height: 18px;
    border-radius: 5px;
    color: var(--effect-text);
    background: var(--effect-point5);
    border: 1px solid var(--effect-point);
    font-weight: bold;
    transition-duration: .2s;
}
.textggu--etc3:hover {
  translate: 0px -3px;
  box-shadow:0px 3px 0px var(--effect-point);
}
.textggu--etc4 {
  font-weight: bold;
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 5px;
    line-height: 18px;
    border-radius: 5px;
    background: var(--effect-point);
    color: var(--effect-point5)!important;
    border: 2px solid var(--effect-point);
    transition-duration: 0.2s;
    /*box-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
}
.textggu--etc4:hover {
  background: var(--effect-point5);
    color: var(--effect-point) !important;
    border: 2px solid var(--effect-point);
    box-shadow: 1px 1px 0px transparent;
    transform: translateX(1px) translateY(1px);
}
.textggu--etc5 {
  /*font-weight: bold;
  color: var(--effect-text);
    background: linear-gradient(to right, var(--effect-text), var(--effect-text));
    display: inline-block;
    padding: 2px 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 0px var(--effect-point);*/
    border-bottom: 3px double #e5603f;
    margin-bottom: -3px;
    display: inline-block;
    height: 21px;
}

/*.textggu--etc6 {
  font-weight: bold;
  color: var(--effect-text2) !important;
  color: #a0d7b9 !important;
  text-shadow: -1px -1px 1px var(--effect-point), 1px -1px 1px var(--effect-point), -1px 1px 1px var(--effect-point), 1px 1px 1px var(--effect-point);
}*/

.textggu--etc6 {
    font-weight: bold;
    color: #fff !important;
    text-shadow: -1px -1px 1px var(--effect-point4), 1px -1px 1px var(--effect-point4), -1px 1px 1px var(--effect-point4), 1px 1px 1px var(--effect-point4);
}

  .textggu--etc7 {
   /* color: var(--effect-text) !important;*/
    font-size: 25px;
    /*text-shadow: -1px -1px 1px var(--effect-text2), 1px -1px 1px var(--effect-text2), -1px 1px 1px var(--effect-text2), 1px 1px 1px var(--effect-text2);*/
  }

  .textggu--etc8 {
    /*color: var(--effect-text) !important;*/
    font-size: 25px;
    /*text-shadow: -1px -1px 1px var(--effect-text2), 1px -1px 1px var(--effect-text2), -1px 1px 1px var(--effect-text2), 1px 1px 1px var(--effect-text2);*/
  }


  .textggu--etc9{background-color: #0172BD;/* background-size: 10px; *//* height: 10px; */color: white;/* border: 1px solid #0172BD; */border-radius: 10px;font-weight: bold;box-shadow: 0px 0px 5px 4px #0172BD;padding: 0 5px;}

  .textggu--etc10 {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--effect-point5);
  margin-bottom: -3px;
  height: 16px;
}
  
  .textggu--quo1 {
    display: block;
    border-left: 2px solid #9e9e9e;
    background: #9e9e9e36;
    border-radius: 0px 5px 5px 0px;
    /*line-height: 1.8em;*/
    padding: 1.3em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
  margin-top: 40px;
  margin-bottom: 5px;
    margin-left: 11px;
}

.textggu--quo1:before
{
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    /*background-color: #f2f2f2;*/
    width: 5px;
    margin-top: -1em;
}

.textggu--quo1:after
{
    content: "❝";
    position: absolute;
    top: -15px;
    left: -0.5em;
    color: #9e9e9e;
    font-size: 30px;
    font-style: normal;
    line-height: 1em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.5em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.textggu--quo2 {
    display: block;
    padding: 1.3em 2em;
    margin: 4px 0;
    background: #9e9e9e36;
    border-radius: 5px;
    letter-spacing: -0.2px;
}

  .textggu--quo3 {
    display: inline-block;
    padding:8px 16px;
    margin:4px 0;
    background:#9e9e9e36;
    border-radius: 5px;
    letter-spacing:-0.2px;
  }

  .textggu--code {

    /* box-shadow: 0 0 3px rgb(0, 0, 0, 0.2); */

    padding: 2px 8px;
    border-radius: 5px;
    background-color: #3535358c;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.4px;
    color: #e0e0e0;
}


/*주석*/
  .textggu--comment1 {
    color:var(--effect-point5);
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
  }
  .textggu--comment2 {
    color:var(--effect-point5);
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    bottom: -0.25em;
  }
  .textggu--comment3 {
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-color: var(--effect-point5);
    display: inline-block;
    position:relative;
    font-size: 100%;
    line-height: 1em;
    margin-top: 0.3em;
    margin-bottom: 0.1em;
    text-align : center;
  }
  .textggu--comment3:after {
    color: var(--effect-point5);
    content:attr(data-text);
    bottom: -130%;
    font-size: 75%;
    position:absolute;
    left:0%;
    width:100%;
    white-space : nowrap;
  }
  .textggu--comment4 {
    display: inline-block;
    position:relative;
    font-size: 120%;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    text-align : center; 
  }
  .textggu--comment4:after {
    color: var(--effect-point5);
    content:attr(data-text);
    top: -100%;
    font-size: 70%;
    font-weight: lighter;
    position:absolute;
    left:0%;
    width:100%;
    white-space : nowrap;
  }
  .textggu--comment5 {
    color: #888888;
    font-size: 80%;
    font-weight: lighter;
  }

.textggu--balloon1 {
  border-image: url(https://i.imgur.com/fitK0j4.png);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0px 7px;
  height: 22px;
  border-image-width: 30px 30px;
  border-image-slice: 20;
  border-image-repeat: round;
   color: var(--effect-text);
}

.textggu--balloon2 {
  border-image: url(https://i.imgur.com/SaaQAf1.png);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0px 7px;
  height: 22px;
  border-image-width: 30px 30px;
  border-image-slice: 20;
  border-image-repeat: round;
  color: #fff;
}

  .textggu--balloon3 {
  border-image: url(https://i.imgur.com/1mAbacW.png);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0px 10px;
  height: 28px;
  border-image-width: 30px 30px;
  border-image-slice: 17;
  border-image-repeat: round;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
  color: var(--effect-text);
  filter:drop-shadow(0px 0px 0px var(--effect-text));
}

.textggu--balloon4 {
  border-image: url(https://i.imgur.com/zUlOIuo.png);
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0px 12px;
  height: 22px;
  border-image-width: 30px 30px;
  border-image-slice: 17;
  border-image-repeat: round;
  color: var(--effect-text);
}


.textggu--checkbox {
    display: block;
    margin: 2px 0;
    cursor: default;
}

.textggu--checkbox input[type="checkbox"] {
    margin-right: 6px;
    accent-color: var(--accent-color);
}

.textggu--checkbox input[type="checkbox"]:checked + span {
    text-decoration: line-through;
    opacity: .7;
}