@charset "UTF-8";
:root {
  --font-family: "pretendard", "Noto Sans CJK KR", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  --font-family-nanum: "Nanum Barun Gothic", "New Gulim", "새굴림", "dotum", "돋움";
}

.new_main {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
}
.new_main a, .new_main button, .new_main div, .new_main span, .new_main p, .new_main h1, .new_main h2, .new_main h3, .new_main h4, .new_main h5, .new_main h6, .new_main input, .new_main select {
  font-family: var(--font-family) !important;
  font-size: 18px;
  color: #222222;
  line-height: 1.5;
}
.new_main button, .new_main input, .new_main select {
  font-family: var(--font-family) !important;
}
.new_main input::-webkit-input-placeholder {
  font-weight: 400;
  color: #999;
}
.new_main input::-moz-placeholder {
  font-weight: 400;
  color: #999;
}
.new_main input:-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}
.new_main input::-ms-input-placeholder {
  font-weight: 400;
  color: #999;
}
.new_main input::placeholder {
  font-weight: 400;
  color: #999;
}

@font-face {
  font-family: "Pretendard";
  src: local("Pretendard Light"), url("../css/font/Pretendard-Light.woff2") format("woff2"), url("../css/font/Pretendard-Light.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local("Pretendard Regular"), url("../css/font/Pretendard-Regular.woff2") format("woff2"), url("../css/font/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local("Pretendard Medium"), url("../css/font/Pretendard-Medium.woff2") format("woff2"), url("../css/font/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: local("Pretendard Bold"), url("../css/font/Pretendard-Bold.woff2") format("woff2"), url("../css/font/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-wrap .header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.header-wrap .header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.top_link li .log {
  background: url("../images/icon_top_log.png") no-repeat left 1px;
  padding-left: 16px;
}

.top_link li .join {
  background: url("../images/icon_top_join.png") no-repeat left 1px;
  padding-left: 17px;
}

.top_link li .logout {
  background: url("../images/icon_top_logout.png") no-repeat left 1px;
  padding-left: 19px;
}

@media (max-width: 1480px) {
  .new_main .header-wrap .header-leftArea .link-list-item:first-child .sub-menu {
    left: 100%;
  }
  .new_main .header-wrap .header-leftArea .link-list-item:first-child .sub-menu ul::after {
    left: 36px;
  }
}
@media (max-width: 1400px) {
  .new_main .inner,
  .new_main .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.new_main {
  /* 플로팅 버튼 */
}
.new_main footer {
  position: relative;
  background-color: #F7F7F7;
  border-top: 1px solid #E6E6E6 !important;
}
.new_main footer .footer-top {
  border-bottom: 1px solid #eee;
}
.new_main footer .footer-top .footer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
.new_main footer .footer-top .logo {
  width: 135px;
  height: auto;
}
.new_main footer .footer-top .familysite-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.new_main footer .footer-top .familysite-area fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.new_main footer .footer-top .familysite-area .btn-secondary {
  font-size: 16px;
}
.new_main footer .footer-top .familysite-area select {
  width: 240px;
  font-size: 18px;
}
.new_main footer .footer-bot {
  height: 98px;
}
.new_main footer .footer-bot .footer-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new_main footer .footer-bot .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  font-size: 17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 40px;
}
.new_main footer .footer-bot .link-list-item {
  margin-right: 30px;
}
.new_main footer .select {
  height: 48px;
  padding: 0 12px 0 16px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20d%3D%27M3%206L8.00081%2010.58L13%206%27%20stroke%3D%27%23222222%27%20stroke-width%3D%271.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 18px !important;
  color: #222 !important;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.new_main footer .btn-secondary {
  height: 48px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background-color: #444;
}
.new_main .float {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: block;
}
.new_main .float.stop-fixed {
  position: absolute !important;
  bottom: unset;
  top: -86px;
}
.new_main .float .go-top {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.new_main .float .fab {
  width: 60px;
  height: 60px;
  background: url("../images/common/fab-ico.svg") no-repeat;
  display: block;
  -webkit-box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.new_main .footer-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* ========== Quick Nav========== */
.new_main #section_nav {
  position: fixed;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}
.new_main #section_nav::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 32px);
  background: #ddd;
}
.new_main #section_nav::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 0;
  background: #F36F21;
  -webkit-transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  z-index: 1;
}
.new_main #section_nav.moving-up::after {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.new_main #section_nav.moving-down::after {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.new_main #section_nav li {
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new_main #section_nav li:first-child {
  margin-top: 0;
}
.new_main #section_nav li:last-child {
  margin-bottom: 0;
}
.new_main #section_nav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  background-image: url(../images/ico_navi_active.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.new_main #section_nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1;
}
.new_main #section_nav li a:hover {
  border-color: #F36F21;
  background-color: #fff;
}
.new_main #section_nav li a.active {
  border: 1px solid #F36F21;
  width: 26px;
  height: 26px;
  -webkit-animation: pulseNav 2s ease-in-out infinite;
          animation: pulseNav 2s ease-in-out infinite;
}
.new_main #section_nav li a.active::before {
  opacity: 0;
}
.new_main #section_nav li .blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@-webkit-keyframes pulseNav {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.2);
            box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(243, 111, 33, 0.1);
            box-shadow: 0 0 0 6px rgba(243, 111, 33, 0.1);
  }
}
@keyframes pulseNav {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.2);
            box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 6px rgba(243, 111, 33, 0.1);
            box-shadow: 0 0 0 6px rgba(243, 111, 33, 0.1);
  }
}
.new_main #section_nav[data-progress="1"]::after {
  height: 0%;
}
.new_main #section_nav[data-progress="2"]::after {
  height: 20%;
}
.new_main #section_nav[data-progress="3"]::after {
  height: 40%;
}
.new_main #section_nav[data-progress="4"]::after {
  height: 60%;
}
.new_main #section_nav[data-progress="5"]::after {
  height: 80%;
}
.new_main #section_nav[data-progress="6"]::after {
  height: 100%;
}

.new_main {
  width: 100%;
  min-width: 1280px;
  position: relative;
  /* 공통 */
  /* 자동완성 레이어 */
  /* 헤더 */
  /* 검색 섹션 */
  /* 우리가 함께 국어사전에 올린 말 섹션 */
  /* 우리말 소사전 */
  /* 별표와 물음표로 숨은 우리말 찾기 */
  /* 우리말샘 집필에 참여해보세요 */
  /* 딤처리 레이어 */
}
.new_main .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.new_main {
  /* 폭이 좁아지면 플로팅 메뉴 자리를 비운다 */
}
@media (max-width: 1561px) {
  .new_main .inner {
    max-width: max(1200px, calc(100% - 200px));
  }
}
.new_main .header-wrap {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.new_main.is-sticky-active .sticky-header {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.new_main.is-sticky-active .header-wrap {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.new_main .content {
  width: 100%;
  height: 100%;
}
.new_main h2.section-title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}
.new_main h3.section-title {
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.new_main .section-title strong {
  color: #F36F21;
}
.new_main section {
  height: 100vh;
}
.new_main section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
  height: 100%;
}
.new_main section:last-child {
  height: 100%;
}
.new_main section:last-child .inner {
  padding-top: 0;
}
.new_main .col-blue {
  color: #1B68DF;
}
.new_main .col-orange {
  color: #F36F21;
}
.new_main .btn-fill-black {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  height: 50px;
  background-color: #222;
  border-radius: 40px;
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.new_main .btn-fill-blue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 36px;
  background-color: #1B68DF;
  border-radius: 40px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.new_main .btn-fill-orange {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  height: 36px;
  background-color: #F36F21;
  border-radius: 40px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.new_main [class*=btn-fill-black] {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.new_main [class*=btn-fill-black]:hover {
  gap: 20px;
}
.new_main {
  /* 자동완성: 기본 숨김, 개발에서 노출 */
}
.new_main .search-area .search-box .search-autoKeyword {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 8px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 200;
}
.new_main .search-area .search-box .search-autoKeyword button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  padding: 9px 40px 9px 12px;
  line-height: 26px;
  border-radius: 12px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-repeat: no-repeat;
  background-position: top 12px right 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.111 4.16675L16.6666 10.0001M16.6666 10.0001L11.111 15.8334M16.6666 10.0001L3.33325 10.0001' stroke='%23888888' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.new_main .search-area .search-box .search-autoKeyword button:hover {
  background-color: #F4F4F4;
}
.new_main .search-area .search-box .search-autoKeyword button:hover .ico-search {
  background-color: #fff;
}
.new_main .search-area .search-box .search-autoKeyword button .ico-search {
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.66667' cy='7.66667' r='4.66667' stroke='%23888888'/%3E%3Cpath d='M13.5 13.5L11 11' stroke='%23888888' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.new_main .search-area .search-box .search-autoKeyword button span {
  font-family: var(--font-family-nanum) !important;
}
.new_main .search-area .search-box .search-autoKeyword button strong {
  font-family: var(--font-family-nanum) !important;
}
.new_main .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6E6E6;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  padding: 0 24px;
  opacity: 0;
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.new_main .sticky-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  height: 90px;
}
.new_main .sticky-header .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-right: 40px;
}
.new_main .sticky-header .logo-area .sub-text {
  font-size: 18px;
  letter-spacing: -0.3px;
}
.new_main .sticky-header .search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.new_main .sticky-header .search-area .search-box {
  position: relative;
  width: 100%;
  max-width: 660px;
}
.new_main .sticky-header .search-area .search-box input {
  height: 56px;
  padding: 0 170px 0 24px;
  border-radius: 60px;
  border: 2px solid #F36F21;
  font-size: 18px;
  color: #222;
  font-family: var(--font-family-nanum) !important;
  font-weight: 700;
}
.new_main .sticky-header .search-area .search-box .btn-area {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.new_main .sticky-header .search-area .search-box .btn-area .btn-oldKorean {
  height: 34px;
  border: 1px solid #E6E6E6;
  border-radius: 60px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
}
.new_main .sticky-header .search-area .search-box .btn-area .btn-search {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #F36F21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new_main .sticky-header .search-area .btn-detail-search {
  height: 56px;
  padding: 0 24px;
  border-radius: 40px;
  background-color: #fff;
  border: 2px solid #F36F21;
  color: #F36F21;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.new_main .main-search .inner {
  padding-top: 73px;
}
.new_main .main-search .logo-area {
  text-align: center;
}
.new_main .main-search .logo-area .sub-text {
  display: block;
  margin: 20px 0 40px;
  font-size: 24px;
}
.new_main .main-search .search-area {
  display: grid;
  grid-template-columns: 1fr minmax(0, 700px) 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  margin-bottom: 100px;
}
.new_main .main-search .search-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: end;
  white-space: nowrap;
  height: 64px;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
}
.new_main .main-search .search-count strong {
  margin-left: 4px;
  color: #F36F21;
  font-size: 24px;
  font-weight: 700;
}
.new_main .main-search .search-box {
  position: relative;
  width: 100%;
}
.new_main .main-search .search-box input {
  height: 64px;
  padding: 0 170px 0 24px;
  border-radius: 60px;
  border: 2px solid #F36F21;
  font-size: 18px;
  color: #222;
  font-family: var(--font-family-nanum) !important;
  font-weight: 700;
}
.new_main .main-search .search-box .btn-area {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.new_main .main-search .search-box .btn-area .btn-oldKorean {
  height: 34px;
  border: 1px solid #E6E6E6;
  border-radius: 60px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
}
.new_main .main-search .search-box .btn-area .btn-search {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #F36F21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new_main .main-search .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  gap: 16px;
  margin: 20px -190px 0;
}
.new_main .main-search .keywords::before,
.new_main .main-search .keywords::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 999 174px;
          flex: 0 999 174px;
}
.new_main .main-search .keywords::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.new_main .main-search .keywords .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  white-space: nowrap;
}
.new_main .main-search .keywords .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new_main .main-search .keywords .tag-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new_main .main-search .keywords .tag {
  display: inline-block;
  max-width: 170px;
  height: 36px;
  line-height: 36px;
  border-radius: 60px;
  padding: 0 14px;
  background-color: #f4f4f4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: var(--font-family-nanum) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}
.new_main .main-search .keywords .tag:hover {
  background-color: #222;
  color: #fff;
}
.new_main .main-search .btn-detail-search {
  justify-self: start;
  height: 64px;
  padding: 0 24px;
  border-radius: 40px;
  border: 2px solid #F36F21;
  color: #F36F21;
  font-size: 18px;
  font-weight: 700;
}
.new_main .main-search .search-area .search-box .search-autoKeyword {
  top: 65px;
}
.new_main .main-search .banner-area {
  position: relative;
  width: 100%;
  height: 224px;
  border-radius: 24px;
  background: linear-gradient(160.08deg, rgba(255, 228, 212, 0.5) 30.11%, rgba(221, 232, 255, 0.5) 91.07%);
}
.new_main .main-search .banner-area .text-area {
  position: absolute;
  left: 210px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  width: 500px;
}
.new_main .main-search .banner-area .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  border-radius: 8px;
  background-color: #FF8841;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.new_main .main-search .banner-area .sub-text strong {
  display: block;
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
.new_main .main-search .banner-area .sub-text p {
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.new_main {
  /* 케이크는 배너 위쪽으로 41px 넘침 */
}
.new_main .main-search .banner-area .img-area {
  position: absolute;
  right: 180px;
  top: -41px;
  width: 249px;
  height: 231px;
}
.new_main .main-search .banner-area .img-area img {
  width: 100%;
  height: 100%;
}
.new_main {
  /* 케이크 위로 떨어지는 꽃가루 - 섹션 들어올 때 한 번만 */
}
.new_main .main-search .banner-area .confetti {
  position: absolute;
  right: 140px;
  top: -44px;
  width: 330px;
  height: 254px;
  overflow: hidden;
  pointer-events: none;
}
.new_main .main-search .banner-area .confetti span {
  position: absolute;
  top: -10px;
  width: 5px;
  height: 7px;
  border-radius: 1.5px;
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.new_main .main-search .banner-area .confetti span:nth-child(1) {
  left: 128px;
  background-color: #F2CF71;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3.52s;
          animation-duration: 3.52s;
}
.new_main .main-search .banner-area .confetti span:nth-child(2) {
  left: 14px;
  background-color: #D681D8;
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
  -webkit-animation-duration: 2.47s;
          animation-duration: 2.47s;
}
.new_main .main-search .banner-area .confetti span:nth-child(3) {
  left: 248px;
  background-color: #FE9F96;
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
  -webkit-animation-duration: 3.13s;
          animation-duration: 3.13s;
}
.new_main .main-search .banner-area .confetti span:nth-child(4) {
  left: 96px;
  background-color: #FF8841;
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
.new_main .main-search .banner-area .confetti span:nth-child(5) {
  left: 320px;
  background-color: #F2CF71;
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
  -webkit-animation-duration: 2.28s;
          animation-duration: 2.28s;
}
.new_main .main-search .banner-area .confetti span:nth-child(6) {
  left: 47px;
  background-color: #D681D8;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-animation-duration: 2.85s;
          animation-duration: 2.85s;
}
.new_main .main-search .banner-area .confetti span:nth-child(7) {
  left: 178px;
  background-color: #FE9F96;
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
  -webkit-animation-duration: 3.32s;
          animation-duration: 3.32s;
}
.new_main .main-search .banner-area .confetti span:nth-child(8) {
  left: 285px;
  background-color: #F2CF71;
  -webkit-animation-delay: 2.33s;
          animation-delay: 2.33s;
  -webkit-animation-duration: 2.56s;
          animation-duration: 2.56s;
}
.new_main .main-search .banner-area .confetti span:nth-child(9) {
  left: 72px;
  background-color: #FF8841;
  -webkit-animation-delay: 1.57s;
          animation-delay: 1.57s;
  -webkit-animation-duration: 2.09s;
          animation-duration: 2.09s;
}
.new_main .main-search .banner-area .confetti span:nth-child(10) {
  left: 205px;
  background-color: #D681D8;
  -webkit-animation-delay: 2.09s;
          animation-delay: 2.09s;
  -webkit-animation-duration: 3.13s;
          animation-duration: 3.13s;
}
.new_main .main-search .banner-area .confetti span:nth-child(11) {
  left: 152px;
  background-color: #FE9F96;
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
  -webkit-animation-duration: 2.66s;
          animation-duration: 2.66s;
}
.new_main .main-search .banner-area .confetti span:nth-child(12) {
  left: 264px;
  background-color: #F2CF71;
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
  -webkit-animation-duration: 3.42s;
          animation-duration: 3.42s;
}
.new_main {
  /* 활성 섹션에서만 이름을 줘서 재생. 벗어나면 선언이 사라져 초기화된다 */
}
.new_main .main-search.active .banner-area .confetti span {
  -webkit-animation-name: confetti-fall;
          animation-name: confetti-fall;
}
.new_main .main-search.active .banner-area .confetti span:nth-child(2n) {
  -webkit-animation-name: confetti-fall-2;
          animation-name: confetti-fall-2;
}
@-webkit-keyframes confetti-fall {
  0% { -webkit-transform: translate(0, 0) rotate(0deg); opacity: 0; }
  6% { opacity: 0.6; }
  72% { opacity: 0.6; }
  100% { -webkit-transform: translate(14px, 259px) rotate(300deg); opacity: 0; }
}
@keyframes confetti-fall {
  0% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
  6% { opacity: 0.6; }
  72% { opacity: 0.6; }
  100% { transform: translate(14px, 259px) rotate(300deg); opacity: 0; }
}
@-webkit-keyframes confetti-fall-2 {
  0% { -webkit-transform: translate(0, 0) rotate(0deg); opacity: 0; }
  6% { opacity: 0.6; }
  72% { opacity: 0.6; }
  100% { -webkit-transform: translate(-14px, 259px) rotate(-280deg); opacity: 0; }
}
@keyframes confetti-fall-2 {
  0% { transform: translate(0, 0) rotate(0deg); opacity: 0; }
  6% { opacity: 0.6; }
  72% { opacity: 0.6; }
  100% { transform: translate(-14px, 259px) rotate(-280deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .new_main .main-search .banner-area .confetti {
    display: none;
  }
}
.new_main {
  /* 촛불: 원본 이미지 윗부분 불꽃을 잘라내고 SVG로 다시 그림 */
}
.new_main .main-search .banner-area .img-area img {
  -webkit-clip-path: inset(13.64% 0 0 0);
          clip-path: inset(13.64% 0 0 0);
}
.new_main .main-search .banner-area .flame {
  position: absolute;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 168, 60, 0.55)) drop-shadow(0 0 12px rgba(255, 150, 40, 0.3));
          filter: drop-shadow(0 0 5px rgba(255, 168, 60, 0.55)) drop-shadow(0 0 12px rgba(255, 150, 40, 0.3));
  will-change: transform;
}
.new_main .main-search .banner-area .flame1 {
  left: 89.5px;
  top: 5px;
  width: 16px;
  height: 26.5px;
  -webkit-animation: candle-flicker1 5s linear infinite;
          animation: candle-flicker1 5s linear infinite;
}
.new_main .main-search .banner-area .flame2 {
  left: 136.5px;
  top: 8px;
  width: 15.5px;
  height: 23.5px;
  -webkit-animation: candle-flicker2 5s linear infinite;
          animation: candle-flicker2 5s linear infinite;
}
@-webkit-keyframes candle-flicker1 {
  0%, 100% { -webkit-transform: rotate(0.00deg) scaleY(1.0000); -webkit-filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  2.5% { -webkit-transform: rotate(1.28deg) scaleY(1.0117); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  5% { -webkit-transform: rotate(2.48deg) scaleY(1.0225); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  7.5% { -webkit-transform: rotate(3.56deg) scaleY(1.0324); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  10% { -webkit-transform: rotate(4.61deg) scaleY(1.0419); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  12.5% { -webkit-transform: rotate(5.74deg) scaleY(1.0522); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  15% { -webkit-transform: rotate(7.02deg) scaleY(1.0638); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  17.5% { -webkit-transform: rotate(8.41deg) scaleY(1.0765); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  20% { -webkit-transform: rotate(9.71deg) scaleY(1.0883); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  22.5% { -webkit-transform: rotate(10.65deg) scaleY(1.0969); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  25% { -webkit-transform: rotate(11.00deg) scaleY(1.1000); -webkit-filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  27.5% { -webkit-transform: rotate(10.65deg) scaleY(1.0969); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  30% { -webkit-transform: rotate(9.71deg) scaleY(1.0883); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  32.5% { -webkit-transform: rotate(8.41deg) scaleY(1.0765); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  35% { -webkit-transform: rotate(7.02deg) scaleY(1.0638); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  37.5% { -webkit-transform: rotate(5.74deg) scaleY(1.0522); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  40% { -webkit-transform: rotate(4.61deg) scaleY(1.0419); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  42.5% { -webkit-transform: rotate(3.56deg) scaleY(1.0324); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  45% { -webkit-transform: rotate(2.48deg) scaleY(1.0225); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  47.5% { -webkit-transform: rotate(1.28deg) scaleY(1.0117); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  50% { -webkit-transform: rotate(0.00deg) scaleY(1.0000); -webkit-filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  52.5% { -webkit-transform: rotate(-1.28deg) scaleY(1.0117); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  55% { -webkit-transform: rotate(-2.48deg) scaleY(1.0225); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  57.5% { -webkit-transform: rotate(-3.56deg) scaleY(1.0324); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  60% { -webkit-transform: rotate(-4.61deg) scaleY(1.0419); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  62.5% { -webkit-transform: rotate(-5.74deg) scaleY(1.0522); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  65% { -webkit-transform: rotate(-7.02deg) scaleY(1.0638); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  67.5% { -webkit-transform: rotate(-8.41deg) scaleY(1.0765); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  70% { -webkit-transform: rotate(-9.71deg) scaleY(1.0883); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  72.5% { -webkit-transform: rotate(-10.65deg) scaleY(1.0969); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  75% { -webkit-transform: rotate(-11.00deg) scaleY(1.1000); -webkit-filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  77.5% { -webkit-transform: rotate(-10.65deg) scaleY(1.0969); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  80% { -webkit-transform: rotate(-9.71deg) scaleY(1.0883); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  82.5% { -webkit-transform: rotate(-8.41deg) scaleY(1.0765); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  85% { -webkit-transform: rotate(-7.02deg) scaleY(1.0638); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  87.5% { -webkit-transform: rotate(-5.74deg) scaleY(1.0522); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  90% { -webkit-transform: rotate(-4.61deg) scaleY(1.0419); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  92.5% { -webkit-transform: rotate(-3.56deg) scaleY(1.0324); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  95% { -webkit-transform: rotate(-2.48deg) scaleY(1.0225); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  97.5% { -webkit-transform: rotate(-1.28deg) scaleY(1.0117); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
}
@keyframes candle-flicker1 {
  0%, 100% { transform: rotate(0.00deg) scaleY(1.0000); filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  2.5% { transform: rotate(1.28deg) scaleY(1.0117); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  5% { transform: rotate(2.48deg) scaleY(1.0225); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  7.5% { transform: rotate(3.56deg) scaleY(1.0324); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  10% { transform: rotate(4.61deg) scaleY(1.0419); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  12.5% { transform: rotate(5.74deg) scaleY(1.0522); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  15% { transform: rotate(7.02deg) scaleY(1.0638); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  17.5% { transform: rotate(8.41deg) scaleY(1.0765); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  20% { transform: rotate(9.71deg) scaleY(1.0883); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  22.5% { transform: rotate(10.65deg) scaleY(1.0969); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  25% { transform: rotate(11.00deg) scaleY(1.1000); filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  27.5% { transform: rotate(10.65deg) scaleY(1.0969); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  30% { transform: rotate(9.71deg) scaleY(1.0883); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  32.5% { transform: rotate(8.41deg) scaleY(1.0765); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  35% { transform: rotate(7.02deg) scaleY(1.0638); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  37.5% { transform: rotate(5.74deg) scaleY(1.0522); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  40% { transform: rotate(4.61deg) scaleY(1.0419); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  42.5% { transform: rotate(3.56deg) scaleY(1.0324); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  45% { transform: rotate(2.48deg) scaleY(1.0225); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  47.5% { transform: rotate(1.28deg) scaleY(1.0117); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  50% { transform: rotate(0.00deg) scaleY(1.0000); filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  52.5% { transform: rotate(-1.28deg) scaleY(1.0117); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  55% { transform: rotate(-2.48deg) scaleY(1.0225); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  57.5% { transform: rotate(-3.56deg) scaleY(1.0324); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  60% { transform: rotate(-4.61deg) scaleY(1.0419); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  62.5% { transform: rotate(-5.74deg) scaleY(1.0522); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  65% { transform: rotate(-7.02deg) scaleY(1.0638); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  67.5% { transform: rotate(-8.41deg) scaleY(1.0765); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  70% { transform: rotate(-9.71deg) scaleY(1.0883); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  72.5% { transform: rotate(-10.65deg) scaleY(1.0969); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  75% { transform: rotate(-11.00deg) scaleY(1.1000); filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  77.5% { transform: rotate(-10.65deg) scaleY(1.0969); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  80% { transform: rotate(-9.71deg) scaleY(1.0883); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  82.5% { transform: rotate(-8.41deg) scaleY(1.0765); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  85% { transform: rotate(-7.02deg) scaleY(1.0638); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  87.5% { transform: rotate(-5.74deg) scaleY(1.0522); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  90% { transform: rotate(-4.61deg) scaleY(1.0419); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  92.5% { transform: rotate(-3.56deg) scaleY(1.0324); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  95% { transform: rotate(-2.48deg) scaleY(1.0225); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  97.5% { transform: rotate(-1.28deg) scaleY(1.0117); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
}
@-webkit-keyframes candle-flicker2 {
  0%, 100% { -webkit-transform: rotate(0.00deg) scaleY(1.0000); -webkit-filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  2.5% { -webkit-transform: rotate(1.11deg) scaleY(1.0099); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  5% { -webkit-transform: rotate(2.14deg) scaleY(1.0191); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  7.5% { -webkit-transform: rotate(3.08deg) scaleY(1.0275); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  10% { -webkit-transform: rotate(3.98deg) scaleY(1.0356); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  12.5% { -webkit-transform: rotate(4.95deg) scaleY(1.0443); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  15% { -webkit-transform: rotate(6.06deg) scaleY(1.0543); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  17.5% { -webkit-transform: rotate(7.26deg) scaleY(1.0650); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  20% { -webkit-transform: rotate(8.39deg) scaleY(1.0751); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  22.5% { -webkit-transform: rotate(9.20deg) scaleY(1.0823); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  25% { -webkit-transform: rotate(9.50deg) scaleY(1.0850); -webkit-filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  27.5% { -webkit-transform: rotate(9.20deg) scaleY(1.0823); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  30% { -webkit-transform: rotate(8.39deg) scaleY(1.0751); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  32.5% { -webkit-transform: rotate(7.26deg) scaleY(1.0650); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  35% { -webkit-transform: rotate(6.06deg) scaleY(1.0543); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  37.5% { -webkit-transform: rotate(4.95deg) scaleY(1.0443); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  40% { -webkit-transform: rotate(3.98deg) scaleY(1.0356); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  42.5% { -webkit-transform: rotate(3.08deg) scaleY(1.0275); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  45% { -webkit-transform: rotate(2.14deg) scaleY(1.0191); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  47.5% { -webkit-transform: rotate(1.11deg) scaleY(1.0099); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  50% { -webkit-transform: rotate(0.00deg) scaleY(1.0000); -webkit-filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  52.5% { -webkit-transform: rotate(-1.11deg) scaleY(1.0099); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  55% { -webkit-transform: rotate(-2.14deg) scaleY(1.0191); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  57.5% { -webkit-transform: rotate(-3.08deg) scaleY(1.0275); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  60% { -webkit-transform: rotate(-3.98deg) scaleY(1.0356); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  62.5% { -webkit-transform: rotate(-4.95deg) scaleY(1.0443); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  65% { -webkit-transform: rotate(-6.06deg) scaleY(1.0543); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  67.5% { -webkit-transform: rotate(-7.26deg) scaleY(1.0650); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  70% { -webkit-transform: rotate(-8.39deg) scaleY(1.0751); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  72.5% { -webkit-transform: rotate(-9.20deg) scaleY(1.0823); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  75% { -webkit-transform: rotate(-9.50deg) scaleY(1.0850); -webkit-filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  77.5% { -webkit-transform: rotate(-9.20deg) scaleY(1.0823); -webkit-filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  80% { -webkit-transform: rotate(-8.39deg) scaleY(1.0751); -webkit-filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  82.5% { -webkit-transform: rotate(-7.26deg) scaleY(1.0650); -webkit-filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  85% { -webkit-transform: rotate(-6.06deg) scaleY(1.0543); -webkit-filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  87.5% { -webkit-transform: rotate(-4.95deg) scaleY(1.0443); -webkit-filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  90% { -webkit-transform: rotate(-3.98deg) scaleY(1.0356); -webkit-filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  92.5% { -webkit-transform: rotate(-3.08deg) scaleY(1.0275); -webkit-filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  95% { -webkit-transform: rotate(-2.14deg) scaleY(1.0191); -webkit-filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  97.5% { -webkit-transform: rotate(-1.11deg) scaleY(1.0099); -webkit-filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
}
@keyframes candle-flicker2 {
  0%, 100% { transform: rotate(0.00deg) scaleY(1.0000); filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  2.5% { transform: rotate(1.11deg) scaleY(1.0099); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  5% { transform: rotate(2.14deg) scaleY(1.0191); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  7.5% { transform: rotate(3.08deg) scaleY(1.0275); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  10% { transform: rotate(3.98deg) scaleY(1.0356); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  12.5% { transform: rotate(4.95deg) scaleY(1.0443); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  15% { transform: rotate(6.06deg) scaleY(1.0543); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  17.5% { transform: rotate(7.26deg) scaleY(1.0650); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  20% { transform: rotate(8.39deg) scaleY(1.0751); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  22.5% { transform: rotate(9.20deg) scaleY(1.0823); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  25% { transform: rotate(9.50deg) scaleY(1.0850); filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  27.5% { transform: rotate(9.20deg) scaleY(1.0823); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  30% { transform: rotate(8.39deg) scaleY(1.0751); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  32.5% { transform: rotate(7.26deg) scaleY(1.0650); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  35% { transform: rotate(6.06deg) scaleY(1.0543); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  37.5% { transform: rotate(4.95deg) scaleY(1.0443); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  40% { transform: rotate(3.98deg) scaleY(1.0356); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  42.5% { transform: rotate(3.08deg) scaleY(1.0275); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  45% { transform: rotate(2.14deg) scaleY(1.0191); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  47.5% { transform: rotate(1.11deg) scaleY(1.0099); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  50% { transform: rotate(0.00deg) scaleY(1.0000); filter: drop-shadow(0 0 5.0px rgba(255, 168, 60, 0.500)) drop-shadow(0 0 12.0px rgba(255, 150, 40, 0.260)); }
  52.5% { transform: rotate(-1.11deg) scaleY(1.0099); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
  55% { transform: rotate(-2.14deg) scaleY(1.0191); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  57.5% { transform: rotate(-3.08deg) scaleY(1.0275); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  60% { transform: rotate(-3.98deg) scaleY(1.0356); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  62.5% { transform: rotate(-4.95deg) scaleY(1.0443); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  65% { transform: rotate(-6.06deg) scaleY(1.0543); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  67.5% { transform: rotate(-7.26deg) scaleY(1.0650); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  70% { transform: rotate(-8.39deg) scaleY(1.0751); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  72.5% { transform: rotate(-9.20deg) scaleY(1.0823); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  75% { transform: rotate(-9.50deg) scaleY(1.0850); filter: drop-shadow(0 0 8.0px rgba(255, 178, 68, 0.680)) drop-shadow(0 0 18.0px rgba(255, 150, 40, 0.380)); }
  77.5% { transform: rotate(-9.20deg) scaleY(1.0823); filter: drop-shadow(0 0 7.9px rgba(255, 178, 68, 0.674)) drop-shadow(0 0 17.8px rgba(255, 150, 40, 0.376)); }
  80% { transform: rotate(-8.39deg) scaleY(1.0751); filter: drop-shadow(0 0 7.6px rgba(255, 177, 67, 0.659)) drop-shadow(0 0 17.3px rgba(255, 150, 40, 0.366)); }
  82.5% { transform: rotate(-7.26deg) scaleY(1.0650); filter: drop-shadow(0 0 7.3px rgba(255, 176, 66, 0.638)) drop-shadow(0 0 16.6px rgba(255, 150, 40, 0.352)); }
  85% { transform: rotate(-6.06deg) scaleY(1.0543); filter: drop-shadow(0 0 6.9px rgba(255, 174, 65, 0.615)) drop-shadow(0 0 15.8px rgba(255, 150, 40, 0.337)); }
  87.5% { transform: rotate(-4.95deg) scaleY(1.0443); filter: drop-shadow(0 0 6.6px rgba(255, 173, 64, 0.594)) drop-shadow(0 0 15.1px rgba(255, 150, 40, 0.323)); }
  90% { transform: rotate(-3.98deg) scaleY(1.0356); filter: drop-shadow(0 0 6.3px rgba(255, 172, 63, 0.575)) drop-shadow(0 0 14.5px rgba(255, 150, 40, 0.310)); }
  92.5% { transform: rotate(-3.08deg) scaleY(1.0275); filter: drop-shadow(0 0 6.0px rgba(255, 171, 63, 0.558)) drop-shadow(0 0 13.9px rgba(255, 150, 40, 0.299)); }
  95% { transform: rotate(-2.14deg) scaleY(1.0191); filter: drop-shadow(0 0 5.7px rgba(255, 170, 62, 0.541)) drop-shadow(0 0 13.4px rgba(255, 150, 40, 0.287)); }
  97.5% { transform: rotate(-1.11deg) scaleY(1.0099); filter: drop-shadow(0 0 5.4px rgba(255, 169, 61, 0.521)) drop-shadow(0 0 12.7px rgba(255, 150, 40, 0.274)); }
}
@media (prefers-reduced-motion: reduce) {
  .new_main .main-search .banner-area .flame {
    -webkit-animation: none;
            animation: none;
  }
}
.new_main .chart-section {
  background-color: #F9F9F9;
}
.new_main .chart-section .chart-area {
  width: 100%;
  margin-top: 60px;
  height: 520px;
  padding: 60px;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  background-color: #fff;
}
.new_main .small-dict-section {
  background: linear-gradient(115.43deg, rgba(255, 228, 212, 0.5) 30.11%, rgba(221, 232, 255, 0.5) 91.07%);
}
.new_main .small-dict-section .dict-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  width: 100%;
  margin-top: 60px;
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(1).is-active) ~ .dialect-search-box::after {
  left: calc((100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(2).is-active) ~ .dialect-search-box::after {
  left: calc(((100% - 210px) / 7 + 35px) * 1 + (100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(3).is-active) ~ .dialect-search-box::after {
  left: calc(((100% - 210px) / 7 + 35px) * 2 + (100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(4).is-active) ~ .dialect-search-box::after {
  left: calc(((100% - 210px) / 7 + 35px) * 3 + (100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(5).is-active) ~ .dialect-search-box::after {
  left: calc(((100% - 210px) / 7 + 35px) * 4 + (100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(6).is-active) ~ .dialect-search-box::after {
  left: calc(((100% - 210px) / 7 + 35px) * 5 + (100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-list:has(.dict-item:nth-child(7).is-active) ~ .dialect-search-box::after {
  left: calc(((100% - 210px) / 7 + 35px) * 6 + (100% - 210px) / 14 - 9px);
}
.new_main .small-dict-section .dict-item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 170px;
  padding: 19px 0 17px;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.35s ease;
  transition: border-color 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.35s ease;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.35s ease;
}
.new_main .small-dict-section .dict-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-color: #F36F21;
}
.new_main .small-dict-section .dict-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 6px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #fff;
}
.new_main .small-dict-section .dict-item .icon img {
  width: 54px;
  height: 54px;
}
.new_main .small-dict-section .dict-item .name {
  margin-bottom: -2px;
  font-size: 20px;
  font-weight: 700;
}
.new_main .small-dict-section .dict-item .count {
  font-size: 16px;
  font-weight: 700;
  color: #999;
}
.new_main .small-dict-section .dict-item.is-active {
  background-color: #F36F21;
}
.new_main .small-dict-section .dict-item.is-active .name {
  color: #fff;
}
.new_main .small-dict-section .dict-item.is-active .count {
  color: #fff;
}
.new_main .small-dict-section .dialect-search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 200px;
  margin-top: 40px;
  padding: 0 60px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.new_main .small-dict-section .dialect-search-box::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 75px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-radius: 3px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.new_main .small-dict-section .dialect-search-box .label-area {
  margin-right: 115px;
  font-size: 28px;
  font-weight: 700;
}
.new_main .small-dict-section .dialect-search-box .label-area strong {
  display: block;
  color: #F36F21;
}
.new_main .small-dict-section .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border: 2px solid #f36f21;
  border-radius: 16px;
}
.new_main .small-dict-section .search-input-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.new_main .small-dict-section .search-input-area .select-area {
  position: relative;
  height: 100%;
}
.new_main .small-dict-section .search-input-area .select-area::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: #E6E6E6;
}
.new_main .small-dict-section .search-input-area .select-area button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
  width: 100%;
  height: 100%;
  padding: 0 16px 0 24px;
  white-space: nowrap;
}
.new_main .small-dict-section .search-input-area .select-area button svg {
  color: #f4f4f4;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.2s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.new_main .small-dict-section .search-input-area .select-area button:hover svg {
  color: #F36F21;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.new_main .small-dict-section .search-input-area .search-area {
  position: relative;
  width: 100%;
  height: 100%;
}
.new_main .small-dict-section .search-input-area .search-area input {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px 0 16px;
  background-color: transparent;
  font-family: var(--font-family-nanum) !important;
  font-weight: 700;
}
.new_main .small-dict-section .search-input-area .search-area .btn-search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
}
.new_main .small-dict-section .search-input-area .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 16px;
}
.new_main .small-dict-section .search-input-area .tags span {
  height: 27px;
  line-height: 27px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 15px;
}
.new_main .small-dict-section .search-input-area .tags em {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 27px;
}
.new_main .small-dict-section .search-input-area .tags em strong {
  color: #F36F21;
  font-weight: 400;
}
.new_main .words-section {
  min-height: 100vh;
  height: auto !important;
}
.new_main .words-section .tag-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 40px;
  background-color: #f4f4f4;
  border-radius: 24px;
}
.new_main .words-section .tag-section .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.new_main .words-section .tag-section .tag-list .tag-item {
  display: inline-block;
  position: relative;
  padding: 12px 24px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_main .words-section .tag-section .tag-list .tag-item:before {
  content: "#";
  margin-right: 4px;
}
.new_main .words-section .tag-section .tag-list .tag-item strong {
  color: #F36F21;
  font-weight: 700;
}
.new_main .words-section .tag-section .tag-list .tag-item:hover {
  background-color: #222;
  color: #fff;
}
.new_main {
  /* 좁은 폭에서 칩을 줄여 한 줄에 두 개씩 */
}
@media (max-width: 1561px) {
  .new_main .words-section .tag-section {
    padding: 28px 30px;
  }
  .new_main .words-section .tag-section .tag-list {
    gap: 10px;
  }
  .new_main .words-section .tag-section .tag-list .tag-item {
    padding: 10px 18px;
    font-size: 16px;
  }
}
.new_main .words-section .section-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.new_main .words-section .section-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.new_main .words-section .words-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 326px;
  border-radius: 24px;
  background-color: #EAF2FF;
}
.new_main .words-section .words-item .swiper-container {
  width: 100%;
  height: 100%;
}
.new_main .words-section .words-item .swiper-slide {
  width: 100% !important;
  height: auto;
}
.new_main .words-section .words-item .cont-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 38px;
}
.new_main .words-section .words-item .badge {
  position: absolute;
  top: -12px;
  left: 12px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #1B68DF;
  color: #1B68DF;
}
.new_main .words-section .words-item .badge:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-top: 1px solid #1B68DF;
  border-right: 1px solid #1B68DF;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.new_main .words-section .words-item .symbol-area {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.new_main .words-section .words-item .symbol-area .symbol {
  display: block;
  font-size: 60px;
  font-weight: 700;
  height: 64px;
}
.new_main .words-section .words-item .symbol-area .symbol-name {
  display: block;
  height: 24px;
  font-size: 15px;
  font-weight: 400;
}
.new_main .words-section .words-item .quiz-area .symbol-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 100px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}
.new_main .words-section .words-item .quiz-area .symbol-area span {
  font-size: 34px;
}
.new_main .words-section .words-item .ex-tit {
  margin: 18px 0 14px;
  font-size: 18px;
  font-weight: 700;
}
.new_main .words-section .words-item .ex-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  padding: 0 8px;
  color: #fff;
  background-color: #1B68DF;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}
.new_main .words-section .words-item .words-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.new_main .words-section .words-item .words-example .ex-txt::after {
  content: ",";
}
.new_main .words-section .words-item .words-example .ex-txt:last-child::after {
  content: "";
}
.new_main {
  /* 말줄임 앞에는 쉼표 없이 */
}
.new_main .words-section .words-item .words-example .ex-txt:has(+ .ex-more)::after {
  content: "";
}
.new_main .words-section .words-item .swiper-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.new_main .words-section .words-item.orange .badge {
  border: 1px solid #F36F21;
  color: #F36F21;
}
.new_main .words-section .words-item.orange .badge:before {
  border-top: 1px solid #F36F21;
  border-right: 1px solid #F36F21;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.new_main .words-section .words-item.orange {
  background-color: #FFEDE3;
}
.new_main .words-section .words-item.orange .ex-tag {
  background-color: #F36F21;
}
.new_main .words-section .words-item.orange .symbol-area .symbol {
  font-size: 50px;
  height: 64px;
}
.new_main .words-section .words-item .paging-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 52px;
  padding: 0 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.new_main .words-section .words-item .paging-area .swiper-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.new_main .words-section .words-item .paging-area .swiper-btn-area button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new_main .words-section .words-item .paging-area .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3638 19.7275L8.63623 12L16.3638 4.27246' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.new_main .words-section .words-item .paging-area .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63623 4.27246L15.3638 12L7.63623 19.7275' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.new_main .words-section .words-item .paging-area .swiper-button-next, .new_main .words-section .words-item .paging-area .swiper-button-prev {
  position: inherit !important;
  margin-top: 0 !important;
}
.new_main .words-section .words-item .paging-area .swiper-button-next.swiper-button-disabled, .new_main .paging-area .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.new_main .words-section .words-item .paging-area .swiper-button-next.swiper-button-disabled i, .new_main .paging-area .swiper-button-prev.swiper-button-disabled i {
  opacity: 0.2;
}
.new_main .words-section .words-item .paging-area .swiper-slide {
  width: 100% !important;
}
.new_main .words-section .words-item .paging-area .swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.new_main .words-section .words-item .paging-area .swiper-pagination-bullet {
  background-color: rgba(34, 34, 34, 0.7) !important;
}
.new_main .words-section .words-item .paging-area .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 16px;
  background-color: rgb(34, 34, 34) !important;
}
.new_main .participation-section {
  width: 100%;
}
.new_main .participation-section .inner {
  height: calc(100% - 195px);
}
.new_main .participation-section .part-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
}
.new_main .participation-section .part-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px 60px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center right 60px;
  background-size: 180px;
  background-color: #F4F4F4;
}
.new_main .participation-section .part-item:first-child {
  background-image: url(../images/img_edit.png);
}
.new_main .participation-section .part-item:last-child {
  background-image: url(../images/img_book.png);
}
.new_main .participation-section .part-item h4 {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  word-break: keep-all;
}
.new_main .participation-section .part-item p {
  margin: 4px 0 24px;
  font-size: 18px;
  color: #666;
}
.new_main .layer_box .checkbox input[type=checkbox]:checked + label:before {
  background-image: url(../images/btn_check.png) !important;
}
.new_main .layer_box .radiobox input[type=radio] + label,
.new_main .layer_box .checkbox input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  line-height: 1;
}
.new_main .layer_box .btn_close:before {
  background-image: url(../images/btn_close_pop.png);
}
.new_main .layer_box .btn {
  color: #fff;
}
.new_main .checkbox input[type=checkbox]:checked + label:before {
  background-image: url(../images/btn_check.png) !important;
}
.new_main .layer_box {
  width: 900px;
}
.new_main .layer_box.active {
  display: block !important;
}
.new_main .layer-dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer;
}

/* common-floatMenu */
.common-floatMenu {
  position: fixed;
  right: 0;
  bottom: 50%;
  border: 1px solid #E6E6E6;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-right: 0;
  background-color: #fff;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.common-floatMenu .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding: 8px;
}

.common-floatMenu .btn-area button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 64px;
  height: 90px;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.common-floatMenu .btn-area button.is-active {
  background-color: #F4F4F5;
}

.common-floatMenu .btn-area button:hover {
  background-color: #F4F4F5;
}

.common-floatMenu .btn-area button .label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.42px;
}


.common-floatMenu [class*=layer-] {
  position: absolute;
  top: 0;
  right: 96px;
  width: 546px;
  height: 100%;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  z-index: 999;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.common-floatMenu [class*=layer-].is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}

.common-floatMenu .layer-writing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common-floatMenu .writing-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 34px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right 24px bottom 24px;
}

.common-floatMenu .writing-item:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 150px;
  background-color: #E6E6E6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-floatMenu .writing-item:first-child {
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6433 43.7855C17.8622 41.5624 21.4579 41.5624 23.6768 43.7855C25.8957 46.0087 25.8957 49.6112 23.6768 51.8344C21.7796 53.7352 18.8794 54.0054 16.6889 52.6545L10.9169 58.4375C16.2252 58.3427 31.2655 57.6459 36.1054 52.7967C42.0193 46.8714 42.0193 37.2582 36.1054 31.333C30.1915 25.4077 20.5968 25.4077 14.6829 31.333C9.84295 36.1822 9.14275 51.2514 9.05286 56.5699L14.8248 50.7868C13.4812 48.5921 13.7509 45.6863 15.6433 43.7855Z' fill='%23D5DAE2'/%3E%3Cpath d='M43.1459 40.8134L26.639 24.2748L30.4996 25.6968C33.2909 20.2977 34.3791 17.3825 40.7756 10.3622C42.2257 8.76998 44.7124 8.71311 46.2337 10.2374L57.1521 21.1767C58.675 22.7025 58.6181 25.1903 57.027 26.6449C50.0202 33.0584 47.1106 34.1439 41.7218 36.9406L43.1411 40.8086L43.1459 40.8134Z' fill='%23FDA36E'/%3E%3Cpath d='M47.4648 37.4306L30.0151 19.9474C29.5052 19.4365 28.6784 19.4365 28.1685 19.9474L26.1679 21.9518C25.658 22.4628 25.658 23.2911 26.1679 23.8021L43.6176 41.2853C44.1275 41.7962 44.9543 41.7962 45.4642 41.2853L47.4648 39.2809C47.9747 38.7699 47.9747 37.9416 47.4648 37.4306Z' fill='%23E9854A'/%3E%3Cpath d='M11.6871 62.6875H41.4371' stroke='%23D5DAE2' stroke-width='3.1875' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.common-floatMenu .writing-item:last-child {
  background-image: url("data:image/svg+xml,%3Csvg width='68' height='68' viewBox='0 0 68 68' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6.12225' y='10.625' width='52.5686' height='40.2653' rx='8.5' fill='%23EAECEF'/%3E%3Cpath d='M18.0629 22.3125H47.8129' stroke='%23B6BBCC' stroke-width='3.1875' stroke-linecap='round'/%3E%3Cpath d='M18.0629 30.8125H47.8129' stroke='%23B6BBCC' stroke-width='3.1875' stroke-linecap='round'/%3E%3Cpath d='M18.0629 39.3125L29.7504 39.3125' stroke='%23B6BBCC' stroke-width='3.1875' stroke-linecap='round'/%3E%3Cpath d='M39.9335 50.7926L33.0178 57.7083L26.1022 50.7926H39.9335Z' fill='%23EAECEF'/%3E%3Cpath d='M65.0009 40.4677C65.7061 39.4987 65.4295 38.0948 64.382 37.333L60.4623 34.4788C59.4148 33.7157 57.9941 33.8829 57.2876 34.8519L55.0331 37.9481L62.7464 43.5651L65.0009 40.469V40.4677Z' fill='%23E9854A'/%3E%3Cpath d='M55.0341 37.9468L44.1951 52.8316C43.7382 53.4583 43.5195 54.2304 43.5697 55.0283L43.8258 59.0213C43.8978 60.1434 45.038 60.9735 46.1279 60.6981L50.0077 59.7162C50.7824 59.5206 51.4503 59.0741 51.9071 58.4474L62.7461 43.5625L55.0328 37.9455L55.0341 37.9468Z' fill='%23FDA36E'/%3E%3C/svg%3E%0A");
}

.common-floatMenu .writing-item .tit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 38px 0 45px;
  font-size: 20px;
  font-weight: 700;
}

.common-floatMenu .writing-item .txt {
  font-size: 16px;
  color: #444;
}

.common-floatMenu .layer-dict {
  padding: 24px;
}

.common-floatMenu .layer-dict .tit {
  font-size: 20px;
  font-weight: 700;
}

.common-floatMenu .dict-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 16px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.common-floatMenu .dict-btn-area button {
  height: 34px;
  padding: 0 11px;
  font-size: 16px;
  font-weight: 700;
  color: #888;
  background-color: #f6f6f6;
  border-radius: 8px;
}

.common-floatMenu .dict-btn-area button.is-active {
  background-color: #fff;
  border: 1px solid #F36F21;
  color: #F36F21;
}

.common-floatMenu .dict-search-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
}

.common-floatMenu .dict-search-area input {
  height: 100%;
  padding: 0 48px 0 18px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  font-family: var(--font-family-nanum) !important;
  font-weight: 700;
}

.common-floatMenu .dict-search-area button {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 48px;
  height: 48px;
}

/* 좁은 폭에서는 메뉴 폭만 줄인다 (높이를 줄이면 집필 패널이 잘림) */
@media (max-width: 1361px) {
  .common-floatMenu .btn-area button {
    width: 37px;
    gap: 4px;
  }
  .common-floatMenu .btn-area button img {
    width: 30px;
    height: 30px;
  }
  .common-floatMenu .btn-area button .label {
    font-size: 12px;
  }
  .common-floatMenu [class*="layer-"] {
    right: 69px;
  }
}/*# sourceMappingURL=new_main.css.map */
