/* 웹폰트 */
@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
@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: 'GangwonEducationSaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduSaeeum_OTFMediumA.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SfHambakneun';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/SF_HambakSnow.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/* 폰트 설정 */

.textggu--title1,
.textggu--title3 {
  font-family: 'KOHIBaeumOTF';
}

.textggu--title2,
.textggu--sub3,
.textggu--etc6 {
  font-family: 'galmuri9';
}

.textggu--title4,
.textggu--sub2 {
  font-family: 'SfHambakneun';
}

.textggu--title3:after {
  font-family: 'GangwonEducationSaeum';
}

.textggu--sub1 {
  font-family: 'EliceDigitalBaeum_Regular';
}

.textggu--etc7 {
  font-family: 'dotum';
}

/* 서식들 */
.textggu--title1 {
  display: inline-block;
    font-size: 35px;
    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-text);
    text-shadow: 2px 2px var(--effect-point);
}

.textggu--title2 {
      font-size: 35px;
    line-height: 35px;
    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 {
  display: inline-block;
  position:relative;
  color: var(--effect-point3);
  font-size: 35px;
  line-height: 1em;
  margin-top: 0.2em;
  letter-spacing:-3px;
  margin-bottom: 0.2em;
}
.textggu--title3:after {
  content:attr(data-text);
  font-size: 25px;
  color: var(--effect-point2);
  position:absolute;
  left:0;
  width: max-content;
  bottom: -10px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.textggu--title4 {
  font-size: 24px;
  line-height:24px;
  height:24px;
  display:inline-block;
  color:var(--effect-point3);
  background: var(--effect-point);
  translate: 15px 0px;
  margin: 3px 44px 3px 8px;
  padding: 7px 20px;
  border-top: 2px solid var(--effect-point3);
  border-bottom: 2px solid var(--effect-point3);
  position:relative;
  filter: drop-shadow(3px 0px 0px var(--effect-point))
    drop-shadow(0px 3px 0px var(--effect-point))
     drop-shadow(-3px 0px 0px var(--effect-point))
     drop-shadow(0px -3px 0px var(--effect-point));
  letter-spacing:-3px;
}
.textggu--title4:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 0px solid var(--effect-point);
  border-bottom: 19px solid var(--effect-point);
  border-left: 20px solid transparent;
  border-top: 19px solid var(--effect-point);
  filter: drop-shadow(0px 2px 0px var(--effect-point3))
    drop-shadow(0px -2px 0px var(--effect-point3));
}
.textggu--title4: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-point);
  border-left: 0px solid (--effect-point);
  border-top: 19px solid var(--effect-point);
  filter: drop-shadow(0px 2px 0px var(--effect-point3))
    drop-shadow(0px -2px 0px var(--effect-point3));
}


.textggu--sub1 {
  position: relative;
  background-color: var(--effect-point);
  color: var(--effect-text2);
  padding: 5px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  display: inline-block;
	margin: 1px 8px;
}
.textggu--sub1::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 7px solid var(--effect-point);
  border-bottom: 25px solid transparent;
}
.textggu--sub1::after {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 7px solid var(--effect-point);
  border-top: 25px solid transparent;
}

.textggu--sub2 {
  display: inline-block;
  padding: 8px;
  margin: 2px;
  font-size: 16px;
  position: relative;
}
.textggu--sub2::before,
.textggu--sub2::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  transition: 0.35s;
  background: transparent;
  z-index: 1;
}
.textggu--sub2::before {
  top: 0;
  left: 0;
  border-left: 4px solid var(--effect-point);
  border-top: 4px solid var(--effect-point);
}
.textggu--sub2::after {
  bottom: 0;
  right: 0;
  border-right: 4px solid var(--effect-point);
  border-bottom: 4px solid var(--effect-point);
}

.textggu--sub3 {
  display: inline-block;
  padding: 8px 8px 3px 8px;
  margin: 2px;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  color: var(--effect-text);
  background: linear-gradient(to right,var(--effect-point), transparent);
  background-size: 90% 40%;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  font-weight:bold;
}


.textggu--etc1 {
  border-bottom: 3px double #ef535366;
  margin-bottom: -3px;
  display: inline-block;
  height: 16px;
}
.textggu--etc2 {
  background: linear-gradient(45deg, #ffd64973, #ffe14e57);
  border-left: 3px solid #fbdf5e;
  border-right: 3px solid #fbdf5e70;
  text-shadow: 0px 0px 1px var(--shadow);
}
.textggu--etc3 {
  display: inline-block;
  color: var(--effect-point);
  font-weight: bold;
}
.textggu--etc4 {
  display: inline-block;
  color: var(--effect-point3);
  font-weight: bold;
}
.textggu--etc5 {
  display: inline-block;
  color: var(--effect-text);
  font-weight: bold;
  background-color: white;
  padding: 2px 4px;
  border-left: 8px solid var(--effect-point);
}
.textggu--etc6 {
  font-weight: bold;
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 5px;
    line-height: 18px;
    border-radius: 5px;
    background: var(--effect-text2);
    color: var(--effect-point);
    border: 1px solid var(--effect-point);
    margin: 3px;
}
.textggu--etc7 {
  font-size: 11px;
  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);
}