@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@noonnu/one-mobile-title@0.1.0/index.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, hr {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  min-width: 360px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
  word-break: keep-all;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

input, select, textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.visible-lg {
  display: block;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
}

.tales.page-header {
  background: linear-gradient(to top, black 1%, rgba(0, 0, 0, 0) 30%), url("../images/sub/bg_page_header_tales.png") no-repeat center/cover;
  color: #fff;
}
.tales.page-header .container .v-align small {
  border-color: #fff;
}
.tales section h3 {
  color: #b55b47;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: ONE-Mobile-Title;
}
.tales section strong.epi {
  display: block;
  color: #b55b47;
  font-style: italic;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tales section h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .tales section strong.epi {
    font-size: 20px;
  }
}

.lighton-body {
  position: relative;
  background: url("../images/sub/bg_page_header_lighton.png") repeat-y center/100% auto;
}
.lighton-body #footer {
  background-color: #e5e5e5;
}
@keyframes train {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.lighton-body .deco {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  animation: train 20s linear infinite alternate;
}
.lighton-body .deco img {
  display: block;
  margin: 0;
  width: 100%;
}

.lighton {
  overflow: hidden;
}
.lighton.page-header .container .v-align {
  color: #000;
}
.lighton.page-header .container .v-align small {
  border: 1px solid #000;
}
.lighton.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.lighton.page-header .container .v-align strong {
  margin-top: 0;
}
.lighton.page-header .container .v-align h3 {
  margin-top: 20px;
}
.lighton.page-header .container .v-align p {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.lighton section .item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.lighton section .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.lighton .section-header h3 {
  font-family: ONE-Mobile-Title;
  color: #344e23;
}
.lighton .travel-list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
.lighton .travel-list > ul > li {
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.lighton .travel-list > ul > li.col-2 {
  grid-column: span 2;
}
.lighton .travel-list > ul > li.col-3 {
  grid-column: span 3;
}
.lighton .travel-list > ul > li dl {
  margin-top: 30px;
}
.lighton .travel-list > ul > li dl dt {
  display: inline-block;
  font-family: ONE-Mobile-Title;
  padding: 5px 20px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 999px;
}
.lighton .travel-list > ul > li dl dt ~ dt {
  margin-left: 20px;
}
.lighton .travel-list > ul > li dl dd {
  margin-top: 15px;
}
.lighton .travel-list > ul > li dl ~ dl {
  margin-top: 30px;
}
.lighton .travel-list .box {
  display: flex;
  gap: 20px;
}
.lighton .travel-list .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .lighton .travel-list > ul {
    display: flex;
    flex-direction: column;
  }
  .lighton .travel-list > ul > li {
    padding: 30px 15px;
  }
  .lighton .travel-list > ul > li dl {
    margin-top: 20px;
  }
  .lighton .travel-list > ul > li dl dt {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .lighton .travel-list > ul > li dl dd {
    margin-left: auto;
    margin-right: auto;
  }
  .lighton .travel-list > ul > li dl.flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .lighton .travel-list > ul > li dl.flex dt {
    margin: 0;
  }
  .lighton .travel-list .box {
    flex-direction: column;
  }
}

.algorithm-body {
  position: relative;
  background: url("../images/sub/img_algorithm_bg.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .algorithm-body {
    background: url("../images/sub/img_algorithm_bg.png") no-repeat center/cover;
  }
}
.algorithm-body #footer {
  position: relative;
  z-index: 10;
  background-color: #e5e5e5;
}

.algorithm.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.algorithm.page-header .container .v-align {
  color: #000;
}
.algorithm.page-header .container .v-align small {
  border: 1px solid #000;
}
.algorithm.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.algorithm.page-header .container .v-align strong {
  margin-top: 0;
}
.algorithm.page-header .container .v-align h3 {
  margin-top: 20px;
}
.algorithm.page-header .container .v-align p {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.algorithm .article-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  row-gap: 30px;
  column-gap: 60px;
}
.algorithm .article-container .col-2 {
  grid-column: span 2;
}
.algorithm article {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}
.algorithm article > div {
  flex: 1 1 100%;
}
.algorithm article > div.details {
  font-family: ONE-Mobile-Title;
}
.algorithm article > div.details i {
  padding-left: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.algorithm article > div.details i.youtube {
  background-image: url("../images/sub/ic_youtube.svg");
}
.algorithm article > div.details i.blog {
  background-image: url("../images/sub/ic_naverblog.svg");
}
.algorithm article > div.details i.twitter {
  background-image: url("../images/sub/ic_twitter.svg");
}
.algorithm article > div.details i.facebook {
  background-image: url("../images/sub/ic_facebook.svg");
}
.algorithm article > div.details i.insta {
  background-image: url("../images/sub/ic_insta.svg");
}
.algorithm article > div.details h2 {
  font-weight: 500;
}
.algorithm article > div.details h3 {
  display: block;
  margin-top: 20px;
}
.algorithm article > div.details strong {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #eebf22;
  border-radius: 20px;
  font-weight: 500;
}
.algorithm article > div.details > div > ul > li {
  color: #46a89e;
  font-weight: 400;
}
.algorithm article > div.details > div a {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #46a89e;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.algorithm article > div.details > div a:hover {
  background-color: #fff;
  color: #46a89e;
  border: 1px solid #46a89e;
}
.algorithm article > div.details > div ~ div {
  margin-top: 40px;
}
.algorithm article > div img {
  border-radius: 20px;
}
.algorithm img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .algorithm .article-container {
    display: flex;
    flex-direction: column;
  }
  .algorithm article {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .algorithm article > div.details * {
    text-align: center;
  }
  .algorithm article > div.details i {
    margin-right: 5px;
    background-size: contain;
  }
  .algorithm article > div.details h3 {
    display: block;
    margin-top: 10px;
  }
  .algorithm article > div.details strong {
    display: block;
    margin-top: 15px;
    padding: 20px;
  }
  .algorithm article > div.details > div > ul > li {
    color: #46a89e;
    font-weight: 400;
  }
  .algorithm article > div.details > div a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #46a89e;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .algorithm article > div.details > div a:hover {
    background-color: #fff;
    color: #46a89e;
    border: 1px solid #46a89e;
  }
  .algorithm article > div.details > div ~ div {
    margin-top: 40px;
  }
  .algorithm article > div img {
    border-radius: 20px;
  }
}

.information {
  background-color: #52a9df;
}
.information.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.information.page-header .container .v-align {
  color: #fff;
}
.information.page-header .container .v-align small {
  border: 1px solid #fff;
}
.information.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.information.page-header .container .v-align strong {
  margin-top: 0;
}
.information.page-header .container .v-align h3 {
  margin-top: 20px;
}
.information article {
  padding-top: 60px;
  border-top: 1px solid #fff;
}
.information article .article-header {
  margin-bottom: 30px;
}
.information article .article-header h3 {
  display: inline-block;
  padding: 5px 60px;
  border-radius: 999px;
  color: #fff;
  background-color: #155684;
  font-family: ONE-Mobile-Title;
}
.information article .article-content {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}
.information article .article-content .item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.information article .article-content .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.information article .article-content .details h2 {
  display: block;
  font-size: 36px;
  color: #155684;
}
.information article .article-content .details p {
  display: block;
  margin-top: 20px;
}
.information article .article-content .details strong {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  color: #155684;
}
.information article .article-content .details .info {
  display: block;
  margin: 50px auto 0;
}
.information article .article-content .details .info > ul > li > dl {
  display: flex;
  gap: 20px;
  align-items: center;
}
.information article .article-content .details .info > ul > li > dl > dt {
  display: block;
  min-width: 130px;
  text-align: center;
  padding: 5px 20px;
  background-color: #155684;
  border-radius: 999px;
  color: #fff;
}
.information article .article-content .details .info > ul > li > dl > dd {
  display: block;
}
.information article .article-content .details .info > ul > li ~ li {
  margin-top: 20px;
}
.information article .article-content .details .info ~ .info {
  margin-top: 60px;
}
.information article .article-content .details > a {
  display: block;
  display: block;
  width: fit-content;
  margin: 60px auto 0;
  padding: 10px 20px;
  font-size: 24px;
  background-color: #155684;
  border-radius: 10px;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: ONE-Mobile-Title;
}
.information article .article-content .details > a:hover {
  background-color: #52a9df;
  color: #155684;
}
.information article ~ article {
  margin-top: 100px;
  border-top: 0;
}
@media (max-width: 1024px) {
  .information article .article-header {
    margin-bottom: 30px;
  }
  .information article .article-header h3 {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .information article .article-content {
    padding: 30px 15px;
    flex-direction: column;
  }
  .information article .article-content .item-img {
    max-width: 100%;
  }
  .information article .article-content .details h2 {
    font-size: 24px;
  }
  .information article .article-content .details strong {
    font-size: 20px;
  }
  .information article .article-content .details .info {
    margin: 30px auto 0;
    padding-top: 60px;
    border-top: 1px dashed #155684;
  }
  .information article .article-content .details .info > ul > li > dl {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .information article .article-content .details .info > ul > li > dl > dt {
    min-width: 0;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
  }
  .information article .article-content .details .info > ul > li > dl > dd {
    display: block;
    text-align: center;
    width: 100%;
  }
  .information article .article-content .details .info > ul > li ~ li {
    margin-top: 30px;
  }
  .information article .article-content .details .info ~ .info {
    margin-top: 60px;
  }
  .information article ~ article {
    padding: 0;
  }
}

.letter-body {
  position: relative;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white 90%), url("../images/sub/img_letter_bg.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .letter-body {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 80%, white), url("../images/sub/img_letter_bg.png") no-repeat center/cover;
  }
}
.letter-body #footer {
  position: relative;
  z-index: 10;
  background-color: #e5e5e5;
}

.letter.page-header {
  color: #005597;
}
.letter.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.letter.page-header .container .v-align small {
  border: 1px solid #005597;
}
.letter.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.letter.page-header .container .v-align strong {
  margin-top: 0;
}
.letter.page-header .container .v-align h3 {
  margin-top: 20px;
}
.letter section h3 {
  display: block;
  font-weight: 500;
  font-family: ONE-Mobile-Title;
}
.letter section p {
  margin-top: 10px;
}
.letter section .info {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: start;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #005597;
  border-radius: 30px;
}
.letter section .info > ul > li > span {
  font-size: 22px;
}
.letter section .info > ul > li ~ li {
  margin-top: 10px;
}
.letter section .info > .item-img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 300px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  z-index: 1;
}
.letter section .info > .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.letter section a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 24px;
  background-color: #005597;
  border-radius: 10px;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: ONE-Mobile-Title;
}
.letter section a:hover {
  background-color: #fff;
  color: #005597;
}
.letter .figure-list {
  display: flex;
  gap: 30px;
  margin: 60px 0;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.letter .figure-list figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.letter .figure-list figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .letter.page-header {
    color: #005597;
  }
  .letter section h3 {
    text-align: center;
  }
  .letter section .info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .letter section .info > ul {
    width: 100%;
  }
  .letter section .info > ul > li > span {
    font-size: 20px;
  }
  .letter section .info > ul ~ ul {
    padding-top: 20px;
    border-top: 1px dashed #005597;
  }
  .letter section .info > .item-img {
    position: static;
    transform: none;
    max-width: 200px;
  }
  .letter .figure-list {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.mailbox {
  padding: 0;
  overflow: hidden;
}
.mailbox.page-header {
  color: #ed9254;
  background-color: #fef6e7;
}
.mailbox.page-header .container {
  min-height: auto;
  height: auto;
}
.mailbox.page-header .container .v-align small {
  border: 1px solid #ed9254;
}
.mailbox.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.mailbox.page-header .container .v-align strong {
  margin-top: 0;
}
.mailbox.page-header .container .v-align h3 {
  margin-top: 20px;
}
.mailbox article {
  padding: 100px 0;
}
.mailbox article .winner-list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 40px;
}
.mailbox article .winner-list > ul > li .item-img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.mailbox article .winner-list > ul > li .item-img img {
  display: block;
  width: 100%;
}
.mailbox article .winner-list > ul > li dl {
  display: block;
  margin-top: 20px;
}
.mailbox article .winner-list > ul > li dl dt {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: ONE-Mobile-Title;
}
.mailbox article .winner-list > ul > li.deco {
  position: relative;
}
.mailbox article .winner-list > ul > li.deco .item-img {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 1;
  width: 300px;
}
.mailbox article .event-container {
  padding: 30px;
  background-color: #fde6b9;
  border-radius: 30px;
}
.mailbox article .event-container h3 {
  display: block;
  font-weight: 400;
  font-size: 30px;
  font-family: ONE-Mobile-Title;
}
.mailbox article .event-container .list-content {
  position: relative;
  display: flex;
  gap: 100px;
  margin-top: 30px;
}
.mailbox article .event-container .list-content .list .title {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.mailbox article .event-container .list-content .list .title strong {
  display: block;
  color: #f39945;
  font-size: 22px;
  font-weight: 900;
  font-family: ONE-Mobile-Title;
}
.mailbox article .event-container .list-content .list .title small {
  display: block;
  margin-top: 10px;
}
.mailbox article .event-container .list-content .list > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 30px;
  align-items: start;
}
.mailbox article .event-container .list-content .list > ul > li {
  flex: 1 1 auto;
}
.mailbox article .event-container .list-content .item-img {
  position: absolute;
  bottom: -200px;
  right: 0;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}
.mailbox article .event-container .list-content .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.mailbox article .event-container p {
  display: block;
  margin-top: 40px;
}
.mailbox article:first-child {
  padding-top: 0;
  background-color: #fef6e7;
}
.mailbox article:last-child {
  background-color: #f9c04c;
}
@media (max-width: 1024px) {
  .mailbox.page-header .container {
    height: auto;
  }
  .mailbox.page-header .container .v-align h3 {
    margin-top: 15px;
  }
  .mailbox article .winner-list > ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .mailbox article .winner-list > ul > li dl {
    display: block;
    margin-top: 20px;
  }
  .mailbox article .winner-list > ul > li dl dt {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .mailbox article .winner-list > ul > li.deco {
    order: 999;
  }
  .mailbox article .winner-list > ul > li.deco .item-img {
    position: static;
    max-width: 250px;
  }
  .mailbox article .event-container {
    padding: 30px 15px;
  }
  .mailbox article .event-container h3 {
    font-size: 22px;
  }
  .mailbox article .event-container .list-content {
    flex-direction: column;
    gap: 40px;
  }
  .mailbox article .event-container .list-content .list .title {
    margin-bottom: 10px;
  }
  .mailbox article .event-container .list-content .item-img {
    position: absolute;
    right: -5%;
    bottom: -45%;
    width: 60%;
  }
  .mailbox article .event-container .list-content .item-img img {
    display: block;
    margin: 0;
    width: 100%;
  }
  .mailbox article .event-container p {
    display: block;
    margin-top: 40px;
  }
}

.satisfaction .container {
  padding: 60px 20px;
  background-color: #fff;
}
.satisfaction .container .section-header {
  text-align: center;
}
.satisfaction .container .section-header .img-title {
  display: inline-block;
  width: 100%;
  height: 300px;
}
.satisfaction .container .section-header .img-title > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.satisfaction .container .section-header > p {
  display: block;
  margin-top: 20px;
}
.satisfaction .container .section-header > strong {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #d67551;
  background-color: #f8efca;
}
.satisfaction .container .section-content {
  position: relative;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.satisfaction .container .section-content .list {
  text-align: center;
}
.satisfaction .container .section-content .list > ul > li > dl dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 999px;
  background-color: #189B64;
}
.satisfaction .container .section-content .list > ul > li ~ li {
  margin-top: 80px;
}
.satisfaction .container .section-content .list > ul > li > img {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  max-width: 100px;
  border: 2px solid #000;
}
.satisfaction .container .section-content .list .img-list {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.satisfaction .container .section-content .list .img-list img {
  display: block;
  width: 100%;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}
.satisfaction .container .section-content .deco-img {
  position: absolute;
  display: block;
  width: 100%;
}
.satisfaction .container .section-content .deco-img img {
  display: block;
  width: 100%;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}
.satisfaction .container .section-content .deco-img.news {
  max-width: 450px;
  top: -60px;
  left: -100px;
}
.satisfaction .container .section-content .deco-img.pencil {
  max-width: 550px;
  top: 100px;
  right: -150px;
  animation: pencil 2s linear infinite alternate;
}
@keyframes pencil {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@media (max-width: 1024px) {
  .satisfaction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .satisfaction .container {
    padding: 30px 15px;
  }
  .satisfaction .container .section-header .img-title {
    width: 100%;
    height: auto;
  }
  .satisfaction .container .section-header .img-title > img {
    width: 100%;
    height: auto;
  }
  .satisfaction .container .section-content {
    padding-top: 30px;
  }
  .satisfaction .container .section-content .list > ul > li ~ li {
    margin-top: 35px;
  }
  .satisfaction .container .section-content .list .img-list {
    flex-direction: column;
  }
  .satisfaction .container .section-content .list .img-list img {
    margin: 0 auto;
    width: 80%;
  }
  .satisfaction .container .section-content .deco-img.news {
    max-width: 150px;
    top: 120px;
    left: -75px;
  }
  .satisfaction .container .section-content .deco-img.pencil {
    max-width: 120px;
    top: 138px;
    right: -29px;
    transform: rotate(-90deg);
  }
}/*# sourceMappingURL=sub03.css.map */