* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

.sub {
  padding-inline: 0 !important;
}

.sub-inner {
  padding-inline: 2.5%;
}

@media (max-width: 991.98px) {
  .sub-inner {
    padding-inline: 5%;
  }
}

.t-ellipsis {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t-ellipsis-line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t-ellipsis-line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.t-ellipsis-line4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.t-ellipsis-line5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.section-line {
  width: 90%;
  max-width: 1400px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #b9b9b9;
}

.flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .flex-break576 {
      flex-direction: column;
  }

  .section-line {
      margin-top: -10px;
  }
}

.grow-max {
  flex-grow: 1;
}

.grid {
  display: grid;
}

a {
  color: inherit;
}

img {
  vertical-align: middle;
}

select,
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

button {
  text-transform: none;
  border-style: none;
  padding: 0;
  background-color: transparent;
}

select:focus,
input:focus,
button:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

ul,
ol,
li {
  list-style: none;
}

body {
  min-height: 100vh;
}

.mo,
.mo1200,
.mo1024,
.mo820 {
  display: none !important;
}

.hide {
  display: none !important;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
  top: 0;
  left: 0;
}

.p-abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-abs-cover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.img-cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.img-contain {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

/*Small PC*/
@media (max-width: 1200px) {
  .pc1200 {
      display: none !important;
  }

  .mo1200 {
      display: block !important;
  }

}

/*Ipad*/
@media (max-width: 1024px) {
  .pc1024 {
      display: none !important;
  }

  .mo1024 {
      display: block !important;
  }
}

/*Ipad Air*/
@media (max-width: 820px) {
  .pc820 {
      display: none !important;
  }

  .mo820 {
      display: block !important;
  }

}

/*mobile*/
@media (max-width: 576px) {
  .pc {
      display: none !important;
  }

  .mo {
      display: block !important;
  }

}


@-webkit-keyframes mvSlideItemIn {
  0% {
      opacity: 0;
      transform: rotate(25deg);
  }

  100% {
      opacity: 1;
      transform: rotate(0);
  }
}

@keyframes mvSlideItemIn {
  0% {
      opacity: 0;
      transform: rotate(25deg);
  }

  100% {
      opacity: 1;
      transform: rotate(0);
  }
}

@-webkit-keyframes mvSlideItemOut {
  0% {
      opacity: 1;
      transform: rotate(0);
  }

  100% {
      opacity: 0;
      transform: rotate(-25deg);
  }
}

@keyframes mvSlideItemOut {
  0% {
      opacity: 1;
      transform: rotate(0);
  }

  100% {
      opacity: 0;
      transform: rotate(-25deg);
  }
}

@-webkit-keyframes mvSlideNum {
  0% {
      opacity: 0;
      transform: translate(-10px, -50%);
  }

  100% {
      opacity: 1;
      transform: translate(0, -50%);
  }
}

@keyframes mvSlideNum {
  0% {
      opacity: 0;
      transform: translate(-10px, -50%);
  }

  100% {
      opacity: 1;
      transform: translate(0, -50%);
  }
}

.section .inner {
  width: 100%;
  max-width: 1670px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

.section .inner h2 {
  padding: 10px 0;
  display: inline-block;
  font-size: 45px;
  font-family: "jalnanGothic", sans-serif;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 47px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .section .inner h2 {
      font-size: 24px;
      padding: 3px 0;
      margin-bottom: 15px;
  }
}

.emblum {
  display: inline-block;
  position: absolute;
  z-index: 99;
  background-color: transparent;
  top: 40px;
  left: 50px;
}

@media (max-width: 991px) {
  .emblum {
      top: 30px;
      right: 15px;
      left: unset;
  }
}

@media (max-width: 991px) {
  .emblum img {
      width: 120px;
  }
}

.emblum .ring span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background: transparent;
  transform-origin: left;
  animation: animate 6s linear infinite;
}

.emblum .ring span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fde06f;
  filter: blur(1px);
  top: -2px;
  right: -4px;
  box-shadow: 0 0 10px #fff1b8;
}



/*mobile*/
@media (max-width: 320px) {}

@-webkit-keyframes fadeUp {
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

@keyframes fadeUp {
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}

.wrap #crawling-contents-top {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 550px;
  background-color: #f3f4ff;
}

.wrap #crawling-contents-top.top-half {
  min-height: 350px;
}

.wrap #crawling-contents-top .sub-top-blur {
  filter: blur(10px) brightness(0.5);
  transform: scale(1.05) translate(-50%, -50%);
}

.wrap #crawling-contents-top .conTop_inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.wrap #crawling-contents-top .conTop_inner.news {
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
}

.wrap #crawling-contents-top .photo-card {
  align-items: flex-start;
  transform: translateY(90px);
  text-align: right;
}

.wrap #crawling-contents-top .photo-card.transtype2 {
  transform: translateY(45px);
}

.wrap #crawling-contents-top .news .photo-card {
  transform: translate(0);
}

.wrap #crawling-contents-top .news .photo-card img {
  height: auto;
}

.wrap #crawling-contents-top .photo-card img {
  width: auto;
  max-width: 100%;
}

.wrap #crawling-contents-top .blur-filter {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media screen and (max-width: 1200px) {
  .wrap #crawling-contents-top {
      justify-content: start;
      min-height: 660px;
  }

  .wrap #crawling-contents-top.top-half {
      min-height: 550px;
  }

  .wrap #crawling-contents-top .conTop_inner {
      padding: 0 2.5%;
      /* padding-top: 150px; */
      flex-direction: column;
  }

  .wrap #crawling-contents-top .photo-card {
      transform: translate(0);
      text-align: center;
  }

  .wrap #crawling-contents-top .photo-card.transtype2 {
      transform: translate(0);

  }

  .wrap #crawling-contents-top .photo-card img {
      height: 300px;
  }

  .wrap #crawling-contents-top .conTop_inner {
      top: auto;
      bottom: -50px;
      transform: translateX(-50%);
  }
}

.wrap #crawling-contents-top .conTop_inner .top {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}

.wrap #crawling-contents-top .conTop_inner .top .depth {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  color: #fff;
  font-size: 17px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 20vw;
}

.wrap #crawling-contents-top .conTop_inner .top .like {
  position: absolute;
  display: block;
  top: -30px;
  right: -40px;
  width: 86px;
  height: 54px;
  background-image: url(/common/img/like.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.wrap #crawling-contents-top .conTop_inner .top .like>span {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  bottom: 20px;
  right: 22px;
}

.wrap #crawling-contents-top .conTop_inner .subtitle {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 20px;
  word-break: keep-all;
  color: #fff
}

.wrap #crawling-contents-top .conTop_inner .title {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 30px;
  word-break: keep-all;
  /* font-family: 'jalnanGothic', sans-serif; */
  letter-spacing: 1px;
  color: #fff;
}

.wrap #crawling-contents-top .conTop_inner .lead {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 40px;
  word-break: keep-all;
  color: #fff;
}

.wrap .lead b {
  padding-left: 0.5em;
  padding-right: 0.2em;
  display: inline-block;
}

.wrap .lead b:first-of-type {
  padding-left: 0;
}

.wrap #crawling-contents-top .conTop_inner .by {
  font-size: 16px;
  color: #fff;
}

.wrap #crawling-contents-top.type02 {
  position: relative;
  height: 780px;
}

.wrap #crawling-contents-top.type02 .conTop_inner {
  margin-top: 400px;
  text-align: center;
  z-index: 10;
}

.wrap #crawling-contents-top.type02 .conTop_inner * {
  color: #fff;
}

.wrap #crawling-contents-top.type02 .conTop_inner .top {
  padding-bottom: 20px;
}

.wrap #crawling-contents-top.type02 .conTop_inner .top .depth {
  color: #000;
}

.wrap #crawling-contents-top.type02 .conTop_inner .top .like>span {
  color: #000;
}

.wrap #crawling-contents-top.type02 .conTop_inner .title {
  padding-bottom: 20px;
}

.wrap #crawling-contents-top.type02 video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.wrap #crawling-contents-top.type03 {
  position: relative;
  height: 1160px;
  margin-bottom: 80px;
}

.wrap #crawling-contents-top.type03 .conTop_inner {
  margin-bottom: 200px;
}

.wrap #crawling-contents-top.type03 .conTop_inner .lead {
  position: absolute;
  width: 60%;
  right: 0;
  top: 800px;
  padding-right: 5%;
  text-align: center;
}

.wrap #crawling-contents-textbox {
  width: 100%;
}

.wrap #crawling-contents-textbox .textbox {
  display: flex;
  align-items: stretch;
  padding-bottom: 85px;
  padding: 60px calc((100% - 1400px) / 2) 40px;
}

.wrap #crawling-contents-textbox .textbox.column {
  flex-direction: column;
}

.wrap #crawling-contents-textbox .textbox:first-of-type {
  padding-top: 100px;
  padding-bottom: 40px;
}

.wrap #crawling-contents-textbox .textbox:last-of-type {
  padding-bottom: 100px;
}

.wrap #crawling-contents-textbox .textbox .left {
  width: 25%;
  max-width: 300px;
  margin-right: 100px;
}

.wrap #crawling-contents-textbox .textbox .left h3 {
  font-size: 28px;
  line-height: 1.6;
  /* word-break: keep-all; */
}

.wrap #crawling-contents-textbox .textbox .right {
  width: 75%;
  /* max-width: 1000px; */
  overflow: hidden;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap {
  display: flex;
  flex-direction: column-reverse;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap .img {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox .lead {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  /* word-break: keep-all; */
  padding-bottom: 40px !important;
  color: #145b05;
  border-bottom: 1px solid #145b05;
}

.wrap #crawling-contents-textbox .textbox .flex_layout {
  display: flex;
}

.wrap #crawling-contents-textbox .textbox .flex_layout>span {
  margin-right: 100px;
  width: 70%;
}

.wrap #crawling-contents-textbox .textbox .flex_layout>span img.bottom {
  margin-bottom: 30px;
}

.wrap #crawling-contents-textbox .textbox .flex_layout>span:last-child {
  width: 30%;
  margin-right: 0;
}

.wrap #crawling-contents-textbox .textbox .flex_layout:last-child {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox h4 {
  font-size: 18px;
  line-height: 1.8;
  font-family: "NanumMyeongjo", serif;
  color: #145b05;
  font-weight: 800;
  padding: 30px 0;
  margin-bottom: 70px;
  margin-top: 20px;
  border-top: 2px solid #145b05;
  border-bottom: 2px solid #145b05;
  word-break: keep-all;
}

.wrap #crawling-contents-textbox .textbox .NanumMyeongjo {
  width: 100%;
  font-size: 22px;
  line-height: 1.5;
  word-break: keep-all;
}

.wrap #crawling-contents-textbox .textbox .NanumMyeongjo.right {
  text-align: right;
}

.wrap #crawling-contents-textbox .textbox h5 {
  font-size: 23px;
  line-height: 1.6;
  padding-bottom: 5px;
  word-break: keep-all;
}

.wrap #crawling-contents-textbox .textbox h6 {
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 5px;
  font-weight: 700;
  color: #41649e;
  word-break: keep-all;
}

.wrap #crawling-contents-textbox .textbox h6:last-child {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox p {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 50px;
  word-break: break-all;
  text-align: justify;
}

.wrap #crawling-contents-textbox .textbox p:last-child {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox p * {
  font-size: 100%;
}

.wrap #crawling-contents-textbox .textbox .img {
  text-align: center;
  padding-bottom: 40px;
}


.wrap #crawling-contents-textbox .textbox .img>span {
  display: inline-block;
}

.wrap #crawling-contents-textbox .textbox .img>span small {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  text-align: center;
}

.wrap #crawling-contents-textbox .textbox img {
  /* display: block; */
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.wrap #crawling-contents-textbox .textbox small {
  line-height: 1.4;
}

.wrap #crawling-contents-textbox .textbox .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap #crawling-contents-textbox .textbox .flex.just-end {
  align-items: start;
}

.wrap #crawling-contents-textbox .textbox .flex>span {
  display: inline-block;
  margin-right: 30px;
}

.wrap #crawling-contents-textbox .textbox .flex>span img.bottom {
  margin-bottom: 30px;
}

.wrap #crawling-contents-textbox .textbox .flex>span:last-child {
  margin-right: 0;
}

.wrap #crawling-contents-textbox .textbox .flex:last-child {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox .flex02 {
  display: flex;
}

.wrap #crawling-contents-textbox .textbox .flex02>span {
  display: inline-block;
}

.wrap #crawling-contents-textbox .textbox .flex02>span:last-child {
  margin-right: 0;
}

.wrap #crawling-contents-textbox .textbox .flex02:last-child {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox .woori_icon {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(/common/img/woori_icon.png) no-repeat center/contain;
  margin-left: 5px;
  margin-bottom: -2px;
}

.wrap #crawling-contents-textbox .textbox .swiper-container {
  padding-bottom: 30px;
  overflow: hidden;
}

.wrap #crawling-contents-textbox .textbox .swiper-container:last-child {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox .swiper-container .swiper-pagination {
  position: relative !important;
  bottom: 0;
  padding-top: 5px;
}

.wrap #crawling-contents-textbox .textbox .swiper-container .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #2d1e7c;
  opacity: 1;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.wrap #crawling-contents-textbox .textbox .swiper-container .swiper-pagination-bullet-active {
  background-color: #2d1e7c;
}

.wrap #crawling-contents-textbox .textbox .tag01 {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  background-color: #8957a1;
  padding: 10px 30px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .textbox .tag02 {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  background-color: #2c4e88;
  padding: 8px 30px;
  margin-bottom: 15px;
  text-align: center;
}

.wrap #crawling-contents-textbox .textbox .tag03 {
  min-width: 140px;
  display: inline-block;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 25px;
  text-align: center;
  color: #000;
  border: 2px solid #000;
  border-radius: 50px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 5px;
}

.wrap #crawling-contents-textbox .textbox .box01 {
  position: relative;
  background-color: #f9ddeb;
  border: 3px solid #000;
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 40px;
}

.wrap #crawling-contents-textbox .textbox .box01 .box01_tit01 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 30px;
  color: #fecbe5;
  background-color: #000;
  text-align: center;
  padding: 10px 30px;
}

.wrap #crawling-contents-textbox .textbox .box01 p.box01_text {
  font-size: 25px;
  font-weight: 700;
  word-break: keep-all;
}

.wrap #crawling-contents-textbox .textbox .box02 {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 80px;
  margin-bottom: 40px;
}

.wrap #crawling-contents-textbox .textbox .box02 .box02_tit01 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 30px;
  color: #deff71;
  background-color: #000;
  border-radius: 50px;
  text-align: center;
  padding: 15px 30px 10px;
}

.wrap #crawling-contents-textbox .textbox .box02 p.box02_text {
  font-size: 20px;
}

.wrap #crawling-contents-textbox .textbox .audio {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 30px 75px 30px 30px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.wrap #crawling-contents-textbox .textbox .audio img {
  width: auto;
}

.wrap #crawling-contents-textbox .textbox .audio .audio_info {
  display: flex;
  align-items: center;
  width: 30%;
  min-width: 230px;
}

.wrap #crawling-contents-textbox .textbox .audio .audio_info>span {
  margin-left: 20px;
}

.wrap #crawling-contents-textbox .textbox .audio .audio_info p {
  word-break: keep-all;
  text-align: left;
  line-height: 1.2;
  margin-top: 5px;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer {
  margin: 0;
  padding: 0;
  border: none;
  width: 70%;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-volume,
.wrap #crawling-contents-textbox .textbox .audio .audioplayer-time-duration,
.wrap #crawling-contents-textbox .textbox .audio .audioplayer-time {
  display: none;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-playpause {
  border: none;
  border-radius: 0;
  margin: 0 10px;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-playpause:hover {
  background: none;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-playpause a {
  border: none;
  width: 31px;
  height: 38px;
  background-image: url(/common/img/audio_play_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer.audioplayer-playing .audioplayer-playpause a {
  background-image: none;
  justify-content: center;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer.audioplayer-playing .audioplayer-playpause a::before {
  margin-right: 10px;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer.audioplayer-playing .audioplayer-playpause a::before,
.wrap #crawling-contents-textbox .textbox .audio .audioplayer.audioplayer-playing .audioplayer-playpause a::after {
  width: 10px;
  height: 100%;
  border-radius: 50px;
  background-color: #000;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar-played::after {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  top: -10px;
  right: -13px;
  background-color: #fd62fd;
  border-color: #fd62fd;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar::before {
  height: 10px;
  top: 0;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar>div {
  height: 10px;
  top: 0;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar-played {
  background: #fd62fd;
}

.wrap #crawling-contents-textbox .textbox .video_show_btn {
  position: relative;
  display: inline-block;
  padding: 20px 70px 20px 30px;
  background-color: #674539;
  border-radius: 50px;
  cursor: pointer;
}

.wrap #crawling-contents-textbox .textbox .video_show_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  border: 2px solid #674539;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .textbox .video_show_btn span {
  display: inline-block;
  position: relative;
  color: #fff;
}

.wrap #crawling-contents-textbox .textbox .video_show_btn span::after {
  content: "";
  display: block;
  position: absolute;
  right: -55px;
  top: -10px;
  width: 42px;
  height: 42px;
  background-image: url("/common/img/video_play_btn.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.wrap #crawling-contents-textbox .textbox.full .right {
  width: 100%;
}

.wrap #crawling-contents-textbox .textbox.type03 {
  background: transparent;
  position: absolute;
  top: 800px;
  right: 0;
  padding: 0 5%;
}

.wrap #crawling-contents-textbox .textbox.type03 .right {
  width: 70%;
}

.wrap #crawling-contents-textbox .textbox.type03 .right .lead {
  text-align: center;
}

.wrap #crawling-contents-textbox .comment {
  display: block;
}

.wrap #crawling-contents-textbox .comment .comment_top {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.wrap #crawling-contents-textbox .comment .comment_top .comment_btn {
  display: block;
  width: 100%;
  max-width: 260px;
  font-size: 23px;
  font-weight: 700;
  padding: 25px 80px;
  background-color: #f2f2f2;
  border: 3px solid #000;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}

.wrap #crawling-contents-textbox .comment .comment_top .comment_btn:hover {
  background-color: #000;
  color: #fff;
}

.wrap #crawling-contents-textbox .comment .comment_top p {
  padding-bottom: 0;
  word-break: keep-all;
  text-align: left;
}

.wrap #crawling-contents-textbox .comment .comment_form {
  position: relative;
  display: none;
  left: 0;
  top: calc(100% - 20px);
  width: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 85px 100px;
  margin-bottom: 50px;
  z-index: 1;
}

.wrap #crawling-contents-textbox .comment .comment_form::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 60px;
  width: 38px;
  height: 25px;
  background-image: url("/common/img/comment_form.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.wrap #crawling-contents-textbox .comment .comment_form>div {
  display: flex;
  margin-top: 12px;
  overflow: hidden;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span>label {
  display: inline-block;
  width: 30%;
  min-width: 170px;
  height: 70px;
  padding: 0 40px;
  font-size: 18px;
  line-height: 70px;
  border-radius: 10px 0 0 10px;
  background-color: #8d8d8d;
  color: #fff;
  text-align: center;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span>input,
.wrap #crawling-contents-textbox .comment .comment_form>div>span>select {
  display: inline-block;
  width: 70%;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 0 10px 10px 0;
  background-color: #f4f3f3;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span>select {
  width: 100%;
  border-radius: 10px;
  margin-right: 0;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span>input::-moz-placeholder {
  color: #8c8c8c;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span>input:-ms-input-placeholder {
  color: #8c8c8c;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span>input::placeholder {
  color: #8c8c8c;
}

.wrap #crawling-contents-textbox .comment .comment_form>div>span:nth-child(odd) {
  margin-right: 30px;
}

.wrap #crawling-contents-textbox .comment .comment_form textarea {
  display: block;
  padding: 30px 40px;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: 150px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #f4f3f3;
  overflow: auto;
}

/* .wrap #crawling-contents-textbox .comment .comment_form textarea::-moz-placeholder {
  color: #000;
}

.wrap #crawling-contents-textbox .comment .comment_form textarea:-ms-input-placeholder {
  color: #000;
} */

/* .wrap #crawling-contents-textbox .comment .comment_form textarea::placeholder {
  color: #000;
} */

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap>span {
  display: block;
  width: auto;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check label {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.4;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #959595;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check input[type=checkbox]:checked+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-color: #959595;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check .show_agree_box {
  display: block;
  font-size: 17px;
  color: #aaaaaa;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .comment_input {
  display: inline-block;
  font-size: 31px;
  width: 226px;
  height: 105px;
  padding: 30px;
  border: 5px solid #000;
  border-radius: 5px;
  background-color: #f9ddeb;
  cursor: pointer;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_box {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  background-color: #fff;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_box>div>span {
  display: flex;
  align-items: flex-start;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_box>div>span h3 {
  font-size: 25px;
  margin: 0 20px 30px 0;
  word-break: keep-all;
  line-height: 1.4;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_box>div>span .agree_box_close {
  font-size: 15px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 5px;
}

.wrap #crawling-contents-textbox .comment .comment_form .agree_box p b {
  font-weight: 700;
}

.wrap #crawling-contents-textbox .comment .comment_form.active {
  display: block;
}

.wrap #crawling-contents-textbox .comment .comment_list ul li {
  position: relative;
  width: 100%;
  padding: 40px 60px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 50px;
}

.wrap #crawling-contents-textbox .comment .comment_list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 60px;
  width: 38px;
  height: 25px;
  background-image: url("/common/img/comment_list.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.wrap #crawling-contents-textbox .comment .comment_list ul li>p {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .comment .comment_list .pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.wrap #crawling-contents-textbox .comment .comment_list .pagenation button {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.wrap #crawling-contents-textbox .comment .comment_list .pagenation button:last-child {
  margin-right: 0;
}

.secure {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}

.secure>b {
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 18px;
  white-space: nowrap;
}

.secure .secureimage {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  height: 55px;
  padding: 10px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.secure .secureimage>img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.secure>button {
  display: block;
  width: 55px !important;
  min-width: 55px;
  height: 55px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  cursor: pointer;
  background-color: transparent !important;
}

.secure>input {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  height: 55px;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}

.movement {
  position: relative;
  width: 100%;
  background-color: #2f388b;
  z-index: 100;
}

.movement .wrap {
  position: relative;
  display: flex;
  padding: 0 calc((100% - 1400px) / 2);
}

.movement .wrap .left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 275px;
}

.movement .wrap .left>a {
  position: relative;
  display: inline-block;
  padding: 18px 0;
  opacity: 0.5;
  color: #fff;
}

.movement .wrap .left>a:hover {
  opacity: 1;
}

.movement .wrap .left>a span {
  color: #fff;
  font-size: 18px;
}

.movement .wrap .left>a.prev {
  padding-left: 20px;
}

.movement .wrap .left>a.prev::after {
  content: "<";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.movement .wrap .left>a.next {
  padding-right: 20px;
}

.movement .wrap .left>a.next::after {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.movement .wrap .left>span {
  max-width: 30vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}

.movement .wrap .right {
  display: flex;
  margin-left: 15%;
}

.movement .wrap .right .share {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #4450b0;
  cursor: pointer;
}

.movement .wrap .right .share::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/common/img/share.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
}

.movement .wrap .right .top {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0f164d;
  cursor: pointer;
}

.movement .wrap .right .top::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/common/img/top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
}

@-webkit-keyframes blink {
  65% {
      background-image: url(/common/img/event_alert_on.png);
  }

  85% {
      background-image: url(/common/img/event_alert_off.png);
  }
}

@keyframes blink {
  65% {
      background-image: url(/common/img/event_alert_on.png);
  }

  85% {
      background-image: url(/common/img/event_alert_off.png);
  }
}

@-webkit-keyframes blink02 {
  25% {
      background-image: url(/common/img/event_alert_on.png);
  }

  45% {
      background-image: url(/common/img/event_alert_off.png);
  }
}

@keyframes blink02 {
  25% {
      background-image: url(/common/img/event_alert_on.png);
  }

  45% {
      background-image: url(/common/img/event_alert_off.png);
  }
}

.movement .wrap .event_alert {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -85px;
  right: 6.5%;
  width: 253px;
  height: 71px;
  background-image: url(/common/img/event_alert.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}

.movement .wrap .event_alert>a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-right: 32px;
  padding-top: 15px;
  cursor: pointer;
  max-height: 50px;
  background-image: url(/common/img/event_alert_off.png);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 99% 13px;
  -webkit-animation: blink 2s step-end infinite;
  animation: blink 2s step-end infinite;
}

.movement .wrap .event_alert>a:last-child {
  margin-right: 0;
}

.movement .wrap .event_alert>a:last-child {
  -webkit-animation: blink02 2s step-end infinite;
  animation: blink02 2s step-end infinite;
}

.movement .wrap .event_alert>a.on {
  -webkit-animation: auto !important;
  animation: auto !important;
}

.movement .wrap .event_alert>a.hover {
  background-image: url(/common/img/event_alert_on.png);
}

.movement .wrap .event_alert>a.hover:last-child {
  background-image: url(/common/img/event_alert_on.png);
}

.movement.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.movement.fix {
  position: static;
}

.popup {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup.on {
  display: flex;
}

.popup.video {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.popup.video .wrap {
  width: 90%;
  max-width: 900px;
  border: 5px solid #000;
  background-color: #000;
}

.popup.video .wrap .video_wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.popup.video .wrap .video_wrap iframe,
.popup.video .wrap .video_wrap object,
.popup.video .wrap .video_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup.video .wrap .video_close {
  display: block;
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  background-size: 100%;
  opacity: 0.9;
  z-index: 2;
  cursor: pointer;
}

.popup.video .wrap .video_close i {
  position: relative;
  font-size: 40px;
  color: #000;
}

.popup.video .wrap .video_close i::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  border-radius: 50px;
  z-index: -1;
}

.event .wrap #crawling-contents-top {
  height: auto;
  overflow: hidden;
}

.event .wrap #crawling-contents-top .conTop_inner {
  margin-top: 0;
  padding: 100px 5% 80px;
  align-items: center !important;
  justify-content: center !important;
}

.event .wrap #crawling-contents-top .conTop_inner img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.event .wrap #crawling-contents-top .conTop_inner .clock {
  width: 20%;
  min-width: 200px;
}

.event .wrap #crawling-contents-top .conTop_inner .fadeUp01 {
  transform: translateY(50px);
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
  opacity: 0;
}

.event .wrap #crawling-contents-top .conTop_inner .fadeUp02 {
  transform: translateY(50px);
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  opacity: 0;
}

.event .wrap #crawling-contents-top .conTop_inner .fadeUp03 {
  transform: translateY(50px);
  -webkit-animation: fadeUp 1s forwards;
  animation: fadeUp 1s forwards;
  opacity: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.event .wrap .event_tag {
  width: 100%;
  padding: 10px 5%;
  color: #fff;
  background-color: #e63a3a;
  text-align: center;
}

.event .wrap .event_tag>span {
  display: inline-block;
  color: #fff;
  margin-right: 20px;
  font-weight: 400;
}

.event .wrap .event_tag>span:last-child {
  margin-right: 0;
}

.event .wrap #countdown {
  position: relative;
  width: 280px;
  left: -12px;
  margin: 0 auto;
  font-size: 72px;
  text-align: center;
  font-weight: 700;
  color: #e63a3a !important;
  padding: 20px 0;
}

.event .wrap #crawling-contents-textbox .comment .comment_form {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.event .wrap #crawling-contents-textbox .comment .comment_form::after {
  display: none;
}

.event .wrap #crawling-contents-textbox .comment .comment_form>div>span:nth-child(odd) {
  margin-right: 20px;
}

.event .wrap #crawling-contents-textbox .comment .comment_form>div>span>label {
  height: 60px;
  line-height: 60px;
  min-width: 180px;
  width: 180px;
  padding: 0 10px;
}

.event .wrap #crawling-contents-textbox .comment .comment_form>div>span>input {
  width: 100%;
  height: 60px;
}

.event .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap {
  flex-direction: column;
  align-items: center;
}

.event .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check {
  max-width: none;
  justify-content: center;
}

.event .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check label {
  margin-right: 20px;
}

.event .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .comment_input {
  margin-top: 60px;
  border: none;
  border-radius: 20vw;
}

.event .wrap #crawling-contents-textbox .comment .comment_form .agree_box {
  border-radius: 0;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.just-center {
  justify-content: center !important;
}

.just-between {
  justify-content: space-between !important;
}

.just-start {
  justify-content: start !important;
}

.just-end {
  justify-content: end !important;
}

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-stretch {
  align-items: stretch !important;
}

.flex-d-col {
  flex-direction: column;
}

.flex-d-col>span {
  margin-right: 0 !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right !important;
}

.text-just {
  text-align: justify;
}

.word-keep {
  word-break: keep-all !important;
  text-align: left !important;
}

/*Small PC*/
@media (max-width: 1600px) {
  .wrap #crawling-contents-textbox {
      width: 100%;
  }

  .wrap #crawling-contents-textbox .textbox {
      padding-left: 5%;
      padding-right: 5%;
  }

  .wrap #crawling-contents-textbox .textbox .left {
      margin-right: 5%;
  }

  .wrap #crawling-contents-textbox .textbox .flex_layout>span {
      margin-right: 5%;
  }

  .wrap #crawling-contents-textbox .textbox .flex>span {
      margin-right: 5%;
  }

  .movement .wrap .event_alert {
      right: 2.5%;
  }
}

/*Small PC*/
@media (max-width: 1200px) {
  .wrap #crawling-contents-top.type02 .conTop_inner {
      display: flex;
      flex-direction: column;
      justify-content: end;
      align-items: flex-start;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      padding-bottom: 60px;
      padding-left: 5%;
      text-align: left;
  }

  .wrap #crawling-contents-textbox .textbox img.img-center1200 {
      margin-left: auto;
      margin-right: auto;
      display: block;
  }

  .event .wrap #crawling-contents-top.type02 .conTop_inner {
      gap: 20px;
  }

  .event .wrap #crawling-contents-top.type02 .conTop_inner img {
      width: 100%;
      max-width: 350px;
  }

  .event.max250 .wrap #crawling-contents-top.type02 .conTop_inner img {
      max-width: 250px;
  }

  .event.max280 .wrap #crawling-contents-top.type02 .conTop_inner img {
      max-width: 280px;
  }

  .wrap #crawling-contents-top.type02 video {
      width: auto;
      height: 120%;
  }

  .wrap #crawling-contents-top.type03 {
      margin-bottom: 0;
  }

  .wrap #crawling-contents-textbox .textbox {
      flex-direction: column;
      padding-bottom: 40px;
  }

  .wrap #crawling-contents-textbox .textbox .left {
      width: 100% !important;
      max-width: 100% !important;
  }

  .wrap #crawling-contents-textbox .textbox .left h3 {
      text-align: center;
      padding-bottom: 50px;
  }

  .wrap #crawling-contents-textbox .textbox .left .img {
      padding-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .textbox .right {
      width: 100% !important;
      max-width: 100% !important;
  }

  .wrap #crawling-contents-textbox .textbox .lead_wrap {
      flex-direction: column;
  }

  .wrap #crawling-contents-textbox .textbox .lead_wrap .img {
      padding-bottom: 30px !important;
  }

  .wrap #crawling-contents-textbox .textbox .lead {
      padding-bottom: 0 !important;
  }

  .wrap #crawling-contents-textbox .textbox .flex.just-end {
      align-items: center;
  }

  .wrap #crawling-contents-textbox .textbox .flex_layout {
      flex-direction: column;
  }

  .wrap #crawling-contents-textbox .textbox .flex_layout>span {
      display: block;
      width: 100% !important;
      margin-right: 0 !important;
      min-width: auto !important;
      max-width: none !important;
  }

  .wrap #crawling-contents-textbox .textbox h4 {
      text-align: center;
      margin: 30px auto;
  }

  .wrap #crawling-contents-textbox .textbox p {
      padding-bottom: 40px;
  }

  .wrap #crawling-contents-textbox .textbox .img {
      padding-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .textbox .flex {
      flex-direction: column;
  }

  .wrap #crawling-contents-textbox .textbox .flex>span {
      display: block;
      margin-right: 0 !important;
      min-width: auto !important;
      max-width: none !important;
      margin-bottom: 10px;
  }

  .wrap #crawling-contents-textbox .textbox .flex>span:last-child {
      margin-bottom: 0;
      margin-top: 10px;
  }

  .wrap #crawling-contents-textbox .textbox .flex_820 {
      flex-direction: row;
  }

  .wrap #crawling-contents-textbox .textbox .flex_820>span {
      margin-right: 30px !important;
      margin-bottom: 0;
      width: 100%;
  }

  .wrap #crawling-contents-textbox .textbox .flex_820>span:last-child {
      margin-top: 0;
      margin-right: 0 !important;
  }

  .wrap #crawling-contents-textbox .textbox .flex_576 {
      flex-direction: row;
  }

  .wrap #crawling-contents-textbox .textbox .flex_576>span {
      margin-right: 30px !important;
      margin-bottom: 0;
  }

  .wrap #crawling-contents-textbox .textbox .flex_576>span:last-child {
      margin-top: 0;
      margin-right: 0 !important;
  }

  .wrap #crawling-contents-textbox .comment .comment_form {
      padding: 50px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form div>span:nth-child(odd) {
      margin-right: 0;
  }

  .wrap #crawling-contents-textbox .textbox.type03 {
      position: static;
      padding: 0 5%;
  }

  .wrap #crawling-contents-textbox .textbox.type03 .video_show_btn {
      margin: 0 !important;
      margin-bottom: 50px !important;
  }

  .movement .wrap .left {
      margin: 0;
      padding: 0 0 0 5%;
      justify-content: end;
  }

  .movement .wrap .left>a {
      margin-right: 30px;
  }

  .movement .wrap .left>a span {
      display: none;
  }

  .movement .wrap .left>span {
      max-width: 40vw;
      left: 5%;
      transform: translate(0, -50%);
  }

  .movement .wrap .right {
      margin: 0;
  }

  .only_mo1200_col_reverse {
      flex-direction: column-reverse !important;
  }

  .only_mo1200_row_reverse {
      flex-direction: row-reverse;
  }

  .only_mo1200_text_left {
      text-align: left !important;
  }

  .only_mo1200_no_flex {
      display: inline-block !important;
  }

  .only_mo1200_text-center {
      text-align: center !important;
  }
}

/*Ipad*/
@media (max-width: 1024px) {
  .wrap #crawling-contents-top {
      align-items: flex-start;
      max-height: none;
      background: transparent !important;
  }

  .wrap #crawling-contents-top .bg_mo {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
  }

  .wrap #crawling-contents-top .conTop_inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 150px 5%;
      transform: translateY(40px);
  }

  .wrap #crawling-contents-top.exist-subtitle .conTop_inner {
      transform: translateY(15px);
  }

  .wrap #crawling-contents-top .conTop_inner.news {
      transform: translate(0);
      padding-bottom: 0;
  }

  .wrap #crawling-contents-top .conTop_inner .title {
      font-size: 37px;
  }

  .wrap #crawling-contents-top.type03 {
      height: 1400px;
  }

  .wrap #crawling-contents-top.type03 .lead {
      width: 100%;
      padding: 0 5%;
  }

  .wrap #crawling-contents-textbox .comment .comment_form {
      padding: 30px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form>div {
      display: block;
      margin: 0;
  }

  .wrap #crawling-contents-textbox .comment .comment_form>div>span {
      margin-top: 10px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap {
      flex-direction: column;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .comment_input {
      margin: 30px auto 0;
  }

  .wrap #crawling-contents-textbox .textbox .audio {
      padding: 25px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audio_info>span {
      margin-left: 10px;
  }

  .wrap #crawling-contents-textbox .textbox .video_show_btn {
      padding-right: 55px;
  }

  .wrap #crawling-contents-textbox .textbox .video_show_btn span {
      font-size: 16px;
  }

  .wrap #crawling-contents-textbox .textbox .video_show_btn span::after {
      width: 32px;
      height: 32px;
      top: -8px;
      right: -40px;
  }

  .secure>b {
      margin-right: 15px;
  }
}

/*Ipad */
@media (max-width: 767px) {
  .wrap #crawling-contents-top.type03 {
      height: auto;
  }
}

/*Ipad Air*/
@media (max-width: 820px) {
  .wrap #crawling-contents-textbox .textbox .flex_820 {
      flex-direction: column;
  }

  .wrap #crawling-contents-textbox .textbox .flex_820>span {
      margin-right: 0 !important;
      margin-bottom: 20px;
      min-width: 100% !important;
      max-width: 100% !important;
  }

  .wrap #crawling-contents-textbox .textbox .box01 {
      padding: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .box01 p.box01_text {
      font-size: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .box02 {
      padding-left: 30px;
      padding-right: 30px;
  }

  .wrap #crawling-contents-textbox .comment .comment_top {
      flex-direction: column;
      align-items: flex-start;
  }

  .wrap #crawling-contents-textbox .comment .comment_top .comment_btn {
      margin-right: 0;
      margin-bottom: 5px;
  }
}

/*mobile*/
@media (max-width: 576px) {
  .event .wrap #crawling-contents-textbox .comment .comment_form>div>span>label {
      width: 100px;
      min-width: 100px;
  }

  .grow-max {
      width: 100%;
  }

  .wrap #crawling-contents-top {
      min-height: 600px;
  }

  .wrap #crawling-contents-top.top-half {
      min-height: 450px;
  }

  .wrap #crawling-contents-top .photo-card img {
      width: 100%;
      max-width: 350px;
      height: auto;
  }

  .wrap #crawling-contents-top .news .photo-card img {
      width: auto;
      max-width: 90%;
  }

  .wrap #crawling-contents-top .photo-card {
      transform: translateY(20px);
  }

  .wrap #crawling-contents-top .conTop_inner {
      padding: 110px 5%;
  }

  .wrap #crawling-contents-top .conTop_inner .top {
      padding-bottom: 20px;
  }

  .wrap #crawling-contents-top .conTop_inner .top .depth {
      font-size: 14px;
  }

  .wrap #crawling-contents-top .conTop_inner .top .like {
      width: 70px;
      height: 44px;
      top: -25px;
  }

  .wrap #crawling-contents-top .conTop_inner .top .like>span {
      font-size: 12px;
      bottom: 16px;
      right: 18px;
  }

  .wrap #crawling-contents-top .conTop_inner .subtitle {
      font-size: 18px;
      padding-bottom: 8px;
  }

  .wrap #crawling-contents-top .conTop_inner .title {
      font-size: 28px;
      padding-bottom: 20px;
  }

  .wrap #crawling-contents-top .conTop_inner .lead {
      font-size: 15px;
  }

  .wrap #crawling-contents-top .conTop_inner .by {
      font-size: 14px;
  }

  .wrap #crawling-contents-top.type02 {
      height: 650px;
  }

  .wrap #crawling-contents-textbox .textbox {
      padding: 25px 0 60px;
  }

  .wrap #crawling-contents-textbox .pb576 {
      padding-bottom: 25px;
  }

  /* .wrap #crawling-contents-textbox .textbox:last-of-type {
  padding: 70px 5%;
} */
  .wrap #crawling-contents-textbox .textbox .left h3 {
      font-size: 23px;
      padding-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .textbox .lead_wrap {
      padding-bottom: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .lead {
      font-size: 16px;
  }

  .wrap #crawling-contents-textbox .textbox p {
      font-size: 16px;
      padding-bottom: 25px;
  }

  .wrap #crawling-contents-textbox .textbox h4 {
      font-size: 17px;
      margin-bottom: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .img {
      padding-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .textbox small {
      font-size: 13px;
  }

  .wrap #crawling-contents-textbox .textbox .box01 p.box01_text {
      font-size: 18px;
  }

  .wrap #crawling-contents-textbox .textbox .box02 {
      padding: 40px 20px 30px;
  }

  .wrap #crawling-contents-textbox .textbox .box02 .box02_tit01 {
      font-size: 22px;
  }

  .wrap #crawling-contents-textbox .textbox .box02 p.box02_text {
      font-size: 16px;
      padding-bottom: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .box02 span {
      font-size: 16px;
      word-break: keep-all;
      text-align: left;
  }

  .wrap #crawling-contents-textbox .textbox .tag02 {
      font-size: 16px;
      padding: 10px 15px;
  }

  .wrap #crawling-contents-textbox .textbox .tag03 {
      font-size: 15px;
  }

  .wrap #crawling-contents-textbox .textbox .flex_576 {
      flex-direction: column;
  }

  .wrap #crawling-contents-textbox .textbox .flex_576>span {
      margin-right: 0 !important;
      margin-bottom: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .audio {
      padding: 5px 20px;
      border-radius: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .audio img {
      width: 70px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audio_info {
      min-width: 170px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audio_info>span span {
      font-size: 15px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audio_info>span p {
      font-size: 13px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-playpause {
      margin: 0 0 0 7px;
      margin-bottom: 3px;
      width: 30px;
      height: 30px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-playpause a {
      width: 20px;
      height: 24px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar {
      margin-right: 0;
      margin-left: 10px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar::before {
      height: 7px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar>div {
      height: 7px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar-played::after {
      width: 20px;
      height: 20px;
      top: -6px;
  }

  .wrap #crawling-contents-textbox .comment .comment_top {
      padding-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .comment .comment_top .comment_btn {
      width: 200px;
      height: 70px;
      padding: 20px 20px;
      font-size: 20px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form {
      padding: 20px;
      margin-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form>div>span {
      margin-top: 5px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form>div>span>label {
      min-width: 90px;
      height: 45px;
      line-height: 45px;
      font-size: 14px;
      padding: 0 10px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form>div>span>input,
  .wrap #crawling-contents-textbox .comment .comment_form>div>span>select {
      height: 45px;
      line-height: 45px;
      font-size: 14px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form textarea {
      font-size: 14px;
      padding: 20px;
      margin-bottom: 20px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap {
      margin-top: 20px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check {
      flex-wrap: wrap;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check label {
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 5px;
      margin-right: 10px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check label::after {
      width: 13px;
      height: 13px;
      top: 35%;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check input[type=checkbox]:checked+label::before {
      width: 9px;
      height: 9px;
      left: 4px;
      top: 35%;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check .show_agree_box {
      margin-bottom: 10px;
      font-size: 14px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .comment_input {
      width: 180px;
      height: 80px;
      font-size: 24px;
      line-height: 80px;
      padding: 0;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_box {
      padding: 20px;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_box>div>span h3 {
      font-size: 20px;
      margin: 0 15px 15px 0;
  }

  .wrap #crawling-contents-textbox .comment .comment_form .agree_box>div>span .agree_box_close {
      min-width: 50px;
      margin-top: 1px;
  }

  .wrap #crawling-contents-textbox .comment .comment_list ul li {
      padding: 20px 30px;
      border-radius: 30px;
      margin-bottom: 30px;
  }

  .wrap #crawling-contents-textbox .comment .comment_list ul li::before {
      width: 30px;
      height: 18px;
      top: -16px;
  }

  .wrap #crawling-contents-textbox .comment .comment_list .pagenation {
      margin-top: 40px;
  }

  .secure {
      flex-wrap: wrap;
      margin: 20px 0 0;
  }

  .secure>b {
      display: block;
      width: 100%;
      font-size: 16px;
  }

  .secure .secureimage {
      width: 80%;
      margin-bottom: 5px;
  }

  .secure>button {
      width: 5%;
  }

  .secure input {
      width: 100%;
      max-width: 100%;
  }

  .movement .wrap .left>span {
      left: 10%;
  }

  .movement .wrap .left>a {
      margin-right: 20px;
  }

  .movement .wrap .right .share,
  .movement .wrap .right .top {
      width: 45px;
      height: 45px;
  }

  .movement .wrap .event_alert {
      top: -70px;
      width: 200px;
      height: 60px;
  }

  .movement .wrap .event_alert a {
      margin-right: 10px;
      margin-top: 0;
      padding-top: 13px;
      padding-right: 25px;
      font-size: 16px;
      background-size: 18px;
      background-position: 98% 12.5px;
  }

  .movement .wrap .event_alert a::after {
      width: 20px;
      height: 20px;
  }

  .event .wrap #crawling-contents-top {
      height: 700px;
  }

  .event .wrap #crawling-contents-top .bg_mo {
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      width: 120%;
      height: 100%;
  }

  .event .wrap #crawling-contents-top .conTop_inner {
      padding-bottom: 30px;
  }

  .event .wrap #countdown {
      font-size: 52px;
      width: 200px;
      left: -15px;
  }

  .event .wrap .event_tag {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .event .wrap .event_tag span {
      font-size: 3.4vw;
      margin-right: 2vw;
  }

  .event .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .comment_input {
      margin-top: 40px;
  }

  .event .wrap #crawling-contents-textbox .comment .comment_form .agree_wrap .check {
      justify-content: start;
  }

  .only_mo_col_reverse {
      flex-direction: column-reverse !important;
  }

  .only_mo_row_reverse {
      flex-direction: row-reverse;
  }
}

/*mobile small*/
@media (max-width: 374px) {
  .wrap #crawling-contents-top .photo-card {
      transform: translateY(40px);
  }

  .wrap #crawling-contents-textbox .textbox .audio {
      flex-direction: column;
      padding: 20px 10px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer {
      width: 100%;
      height: 50px;
      margin-top: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-bar {
      margin: 0 10px;
  }

  .wrap #crawling-contents-textbox .textbox .audio .audioplayer-playpause {
      margin: 0 5px 5px 5px;
  }

  .event .wrap #crawling-contents-top {
      height: 550px;
  }
}

@media print {
  .function {
      display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */

.section02 {
  background-image: url(../img/section02_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0;
}

@media (max-width: 991px) {
  .section02 {
      padding: 50px 0 80px 0;
  }
}

.section02 h2 {
  background: -webkit-linear-gradient(0deg, #5d20a4, #28889b);
}

.section02 .contents {
  display: flex;
  gap: 70px;
}

@media (max-width: 1300px) {
  .section02 .contents {
      gap: 30px;
  }
}

@media (max-width: 991px) {
  .section02 .contents {
      flex-direction: column;
      gap: 0;
  }
}

.section02 .contents .con1 {
  flex-shrink: 0.5;
}

.section02 .contents .con1 .img {
  overflow: hidden;
}

.section02 .contents .con1 .img img {
  transition: all 0.3s;
  transform-origin: center;
}

@media (max-width: 991px) {
  .section02 .contents .con1 .img img {
      margin: 0 auto;
      display: block;
      max-width: 100%;
  }
}

.section02 .contents .con1 .img:hover img {
  transform: scale(1.05);
}

.section02 .contents .right {
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .section02 .contents .right .con1-text {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-top: 17px;
  }
}

@media (max-width: 480px) {
  .section02 .contents .right .con1-text {
      gap: 5px;
      flex-direction: column;
  }
}

.section02 .contents .right .con1-text .title {
  font-size: 40px;
  font-weight: 600;
  /* letter-spacing: -0.05em; */
  font-family: 'jalnanGothic', sans-serif;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .section02 .contents .right .con1-text .title {
      font-size: 24px;
  }
}

@media (max-width: 480px) {
  .section02 .contents .right .con1-text .title {
      font-size: 18px;
  }
}

.section02 .contents .right .con1-text .title sup {
  font-size: 24px;
  vertical-align: super;
}

@media (max-width: 991px) {
  .section02 .contents .right .con1-text .title sup {
      font-size: 14px;
  }
}

.section02 .contents .right .con1-text .sub-title {
  padding-top: 25px;
  font-size: 22px;
  letter-spacing: -0.05em;
  font-weight: 600;

}

@media (max-width: 991px) {
  .section02 .contents .right .con1-text .sub-title {
      padding-top: 0;
      font-size: 18px;
  }
}

@media (max-width: 480px) {
  .section02 .contents .right .con1-text .sub-title {
      font-size: 16px;
  }
}

.section02 .contents .right .con1-text .text {
  font-size: 18px;
  letter-spacing: -0.025em;
  font-weight: 400;
  line-height: 28px;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .section02 .contents .right .con1-text .text {
      display: none;
  }
}

.section02 .contents .right .sub-cons {
  margin-top: 50px;
}

@media (max-width: 1300px) {
  .section02 .contents .right .sub-cons {
      margin-top: 30px;
  }
}

.section02 .contents .right .sub-cons .sub-con {
  display: flex;
}

.section02 .contents .right .sub-cons .sub-con li {
  margin-right: 15px;
}

.section02 .contents .right .sub-cons .sub-con li .img {
  overflow: hidden;
}

.section02 .contents .right .sub-cons .sub-con li .img img {
  transition: all 0.3s;
  transform-origin: center;
  max-width: 100%;
}

.section02 .contents .right .sub-cons .sub-con li:hover .img img {
  transform: scale(1.1);
}

.section02 .contents .right .sub-cons .sub-con li p.title {
  padding-top: 20px;
  font-size: 17px;
  color: #0f208b;
  letter-spacing: -0.05em;
}

@media (max-width: 991px) {
  .section02 .contents .right .sub-cons .sub-con li p.title {
      font-size: 15px;
  }
}

@media (max-width: 480px) {
  .section02 .contents .right .sub-cons .sub-con {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
}

.section02 .contents .right .sub-cons .sub-con li p.sub-title {
  padding-top: 7px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 1.5;
  word-break: keep-all;
}

@media (max-width: 1300px) {
  .section02 .contents .right .sub-cons .sub-con li p.sub-title {
      font-size: 20px;
  }
}

@media (max-width: 991px) {
  .section02 .contents .right .sub-cons .sub-con li p.sub-title {
      font-size: 16px;
  }
}

@media (max-width: 991px) {
  .section02 .contents .right .sub-cons .sub-con li:nth-child(2) {
      transform: translateY(30px);
  }
}

@media (max-width: 480px) {
  .section02 .contents .right .sub-cons .sub-con li {
      margin-right: 0;
      margin-bottom: 20px;
  }

  .section02 .contents .right .sub-cons .sub-con li:nth-child(2) {
      transform: translate(0);
  }
}

.section02 .contents .right .sub-cons .sub-con li:last-child {
  margin-right: 0;
}

.section03 {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section03 {
      padding: 60px 0;
  }
}

.section03 h2 {
  background: -webkit-linear-gradient(0deg, #d31f0c, #e16f00);
}

.section03 .swiper02 {
  overflow: hidden;
  position: relative;
}

.section03 .swiper02 .swiper-nav {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .section03 .swiper02 .swiper-nav {
      display: none;
  }
}

.section03 .swiper02 .swiper-nav .swiper-btn {
  display: flex;
  height: 40px;
  margin-bottom: 7px;
  gap: 4px;
}

.section03 .swiper02 .swiper-nav .swiper-btn div {
  position: static;
  width: 75px;
  height: 40px;
  margin-top: 0;
  font-size: 15px;
  letter-spacing: -0.025em;
  border: 1px solid #959595;
  color: #959595;
  transition: all 0.2s;
}

.section03 .swiper02 .swiper-nav .swiper-btn div:hover {
  border: 1px solid #ff3d29;
  color: #ff3d29;
}

.section03 .swiper02 .swiper-nav .swiper-btn div::after {
  content: none;
}

.section03 .swiper02 .swiper-nav .swiper-pagination {
  position: static;
  display: flex;
}

.section03 .swiper02 .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  width: unset;
  background-color: unset;
  margin-left: 0;
  height: unset;
  padding-bottom: 7px;
  border-radius: 0;
  margin-right: 35px;
  opacity: 1;
}

@media (max-width: 1300px) {
  .section03 .swiper02 .swiper-nav .swiper-pagination .swiper-pagination-bullet {
      margin-right: 20px;
  }
}

.section03 .swiper02 .swiper-nav .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.section03 .swiper02 .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-bottom: 3px solid #e92410;
}

.section03 .swiper02 .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  color: #e92410;
}

.section03 .swiper02 .swiper-nav .swiper-pagination .swiper-pagination-bullet span {
  transition: all 0.2s;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.section03 .swiper02 .swiper-wrapper {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .section03 .swiper02 .swiper-wrapper {
      margin-top: 10px;
  }
}

.section03 .swiper02 .swiper-wrapper .swiper-slide a .img {
  overflow: hidden;
}

.section03 .swiper02 .swiper-wrapper .swiper-slide a .img img {
  transition: all 0.3s;
  transform-origin: center;
  width: 100%;
}

.section03 .swiper02 .swiper-wrapper .swiper-slide a .img:hover img {
  transform: scale(1.1);
}

.section03 .swiper02 .swiper-wrapper .swiper-slide a .mark {
  margin-top: 25px;
  font-size: 17px;
  border: 5px solid #edf4ff;
  letter-spacing: -0.05em;
  padding: 5px 12px;
  border-radius: 30px;
  display: inline-block;
}

@media (max-width: 991px) {
  .section03 .swiper02 .swiper-wrapper .swiper-slide a .mark {
      font-size: 14px;
      margin-top: 16px;
      border: 3px solid #edf4ff;
  }
}

.section03 .swiper02 .swiper-wrapper .swiper-slide a .title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 10px;
  padding-bottom: 2px;
}

@media (max-width: 991px) {
  .section03 .swiper02 .swiper-wrapper .swiper-slide a .title {
      font-size: 17px;
  }
}

.section04 {
  background-image: url(../img/section04_bg.jpg);
  padding: 80px 0 100px 0;
}

@media (max-width: 991px) {
  .section04 {
      padding: 60px 0;
  }
}

.section04 h2 {
  background: -webkit-linear-gradient(0deg, #2efadc, #e0e854);
}

.section04 .contents {
  display: flex;
  gap: 30px;
}

@media (max-width: 991px) {
  .section04 .contents {
      flex-wrap: wrap;
      gap: 20px;
  }

  .section04 .contents img {
      width: 100%;
  }
}

@media (max-width: 480px) {
  .section04 .contents {
      gap: 0px;
  }
}

.section04 .contents .con-wrapper {
  width: 25%;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper {
      width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .section04 .contents .con-wrapper {
      width: 100%;
      margin-bottom: 20px;
  }

  .section04 .contents .con-wrapper:last-child {
      margin-bottom: 0;
  }
}

.section04 .contents .con-wrapper.hu .con {
  height: unset;
}

.section04 .contents .con-wrapper.col-half {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper.col-half {
      gap: 20px;
  }
}

.section04 .contents .con-wrapper.col-half .con {
  height: 50%;
}

@media (max-width: 480px) {
  .section04 .contents .con-wrapper.col-half .con {
      height: 100%;
      min-height: 250px;
  }
}

.section04 .contents .con-wrapper.col-un {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section04 .contents .con-wrapper.col-un .con:nth-child(1) {
  box-sizing: content-box;
  height: 185px;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper.col-un {
      gap: 20px;
  }
}

.section04 .contents .con-wrapper .con {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  height: 100%;
}

.section04 .contents .con-wrapper .con>* {
  position: relative;
  z-index: 2;
}

.section04 .contents .con-wrapper .con>a {
  position: absolute;
  z-index: 3;
}

.section04 .contents .con-wrapper .con * {
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.section04 .contents .con-wrapper .con.con1 {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.section04 .contents .con-wrapper .con.con1 img {
  width: 100%;
}

.section04 .contents .con-wrapper .con .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.section04 .contents .con-wrapper .con.con3 {
  padding-left: 30px;
  padding-top: 30px;
  background-image: url(../img/main04_03.jpg);
  background-position: center;
}

@media (max-width: 480px) {
  .section04 .contents .con-wrapper .con.con3 {
      padding-left: 15px;
      padding-top: 15px;
  }
}

.section04 .contents .con-wrapper .con.con4 {
  padding: 20px 30px;
  background-image: url(../img/main04_04.jpg);
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con4 {
      padding: 15px;
      background-image: url(../img/main04_04-mo.jpg);
  }
}

.section04 .contents .con-wrapper .con.con4 .mark {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con4 .mark {
      margin-bottom: 15px;
  }
}

.section04 .contents .con-wrapper .con.con5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section04 .contents .con-wrapper .con.con5 .left h6 {
  font-size: 27px;
  font-weight: 600;
  line-height: 35px;
  word-break: keep-all;
}

@media (max-width: 1400px) {
  .section04 .contents .con-wrapper .con.con5 .left h6 {
      font-size: 23px;
      line-height: 1.3;
  }
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con5 .left h6 {
      font-size: 20px;
      line-height: 1.3;
  }
}

.section04 .contents .con-wrapper .con.con5 .left p {
  font-size: 15px;
  background-color: #e57c76;
  margin-top: 5px;
  color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con5 .left p {
      font-size: 12px;
      padding: 3px 6px;
  }
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con5 .icon {
      width: 100px;
  }
}

.section04 .contents .con-wrapper .con.con6 {
  flex: 1;
}

.section04 .contents .con-wrapper .con.con6 h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section04 .contents .con-wrapper .con.con6 h6 span {
  font-size: 27px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con6 h6 span {
      font-size: 20px;
  }
}

.section04 .contents .con-wrapper .con.con6 h6 img {
  width: unset;
  max-width: 100%;
}

.section04 .contents .con-wrapper .con.con6 .news-list {
  margin-top: 15px;
}

.section04 .contents .con-wrapper .con.con6 .news-list li {
  padding-bottom: 3px;
}

.section04 .contents .con-wrapper .con.con6 .news-list li a {
  display: flex;
}

.section04 .contents .con-wrapper .con.con6 .news-list li a:hover span:nth-child(2) {
  text-decoration: underline;
}

.section04 .contents .con-wrapper .con.con6 .news-list li a span {
  font-size: 19px;
  line-height: 28px;
}

@media (max-width: 1400px) {
  .section04 .contents .con-wrapper .con.con6 .news-list li a span {
      font-size: 18px;
      line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con6 .news-list li a span {
      font-size: 16px;
      line-height: 1.2;
  }
}

.section04 .contents .con-wrapper .con.con6 .news-list li a span:nth-child(1) {
  padding-right: 2px;
}

.section04 .contents .con-wrapper .con.con6 .more-btn-wrapper {
  margin-top: 37px;
  display: flex;
  justify-content: center;
}

.section04 .contents .con-wrapper .con.con6 .more-btn-wrapper .more-btn {
  background-color: #0f0f0f;
  border-radius: 20px;
  padding: 12px 20px;
  display: flex;
  gap: 9px;
  align-items: center;
}

.section04 .contents .con-wrapper .con.con6 .more-btn-wrapper .more-btn:hover img {
  transform: translateX(3px);
}

.section04 .contents .con-wrapper .con.con6 .more-btn-wrapper .more-btn span {
  color: #fff;
  word-break: keep-all;
  font-weight: 500;
  font-size: 16px;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con6 .more-btn-wrapper .more-btn span {
      font-size: 13px;
  }
}

.section04 .contents .con-wrapper .con.con6 .more-btn-wrapper .more-btn img {
  transition: all 0.4s;
  flex-shrink: 0;
  width: unset;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con.con6 .more-btn-wrapper .more-btn img {
      width: 12px;
  }
}

.section04 .contents .con-wrapper .con .top {
  padding-top: 30px;
  margin-bottom: 24px;
}

.section04 .contents .con-wrapper .con .top.start {
  padding: 0 30px;
  padding-top: 30px;
  align-items: start;
}

.section04 .contents .con-wrapper .con .mark {
  font-size: 16px;
  letter-spacing: -0.05em;
  border: 1px solid #313131;
  display: inline-block;
  padding: 11px 26px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.section04 .contents .con-wrapper .con.white * {
  color: #fff;
}

.section04 .contents .con-wrapper .con.white .mark {
  border-color: #fff;
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con .mark {
      font-size: 14px;
      padding: 7px 13px;
      margin-bottom: 12px;
  }
}

.section04 .contents .con-wrapper .con p {
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.section04 .contents .con-wrapper .con p.left {
  text-align: left;
}

.section04 .contents .con-wrapper .con p.right {
  text-align: right;
}

.section04 .contents .con-wrapper .con p b {
  font-weight: 700;
}

.section04 .contents .joy-swiper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .section04 .contents .con-wrapper .con .top.start {
      padding: 20px;
      padding-top: 30px;
  }

  .section04 .contents .con-wrapper .con .mark {
      padding: 7px 13px;
  }

  .section04 .contents .con-wrapper .con p {
      font-size: 18px;
  }
}

@media (max-width: 991px) {
  .section04 .contents .con-wrapper .con p {
      font-size: 24px;
  }
}

@media (max-width: 576px) {
  .section04 .contents .con-wrapper .con p {
      font-size: 18px;
  }
}

@media (max-width: 480px) {
  .section04 .contents .joy-swiper {
      min-height: 400px;
  }
}

.section04 .contents .joy-swiper .swiper-wrapper {
  position: relative;
}

.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide {
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}

.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav {
      gap: 12px;
  }
}

.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .mark {
  margin-bottom: 0;
}

.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .swiper-button-prev,
.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .swiper-button-next {
  position: static;
  width: unset;
  margin-top: 0;
  height: unset;
  display: block;
}

.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .swiper-button-prev img,
.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .swiper-button-next img {
  max-width: 100%;
  width: unset;
}

.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .swiper-button-prev::after,
.section04 .contents .joy-swiper .swiper-wrapper .swiper-slide .nav .swiper-button-next::after {
  content: none;
}


header #newold {
  margin-left: 10px;
  padding: 5px;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  appearance: auto;
  -webkit-appearance: auto;
}

header#newold {
  border-bottom: 2px solid #000;
  font-weight: 600;
}

header.sub.on #newold {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 600;
}

header #newold option {
  color: #000;
  padding: 0 10px;
}

@media screen and (max-width: 475px) {
  header #newold {
      font-size: 12px;
  }
}

:root {
  --margin-tb: 50px;
}

.wrap #crawling-contents-textbox .textbox .news-border {
  padding-left: 30px;
  border-left: 2px solid #000;
}

.wrap #crawling-contents-textbox .textbox p.NanumMyeongjo {
  text-align: left;
  padding: 0;
}

.wrap #crawling-contents-textbox .textbox .mt {
  margin-top: var(--margin-tb) !important;
}

.wrap #crawling-contents-textbox .textbox .mb {
  margin-bottom: var(--margin-tb) !important;
}

@media screen and (max-width: 1200px) {
  .wrap #crawling-contents-textbox .textbox .news-border {
      padding-left: 0;
      border: 0;
  }

  .center-1200 {
      text-align: center;
  }
}

@media screen and (max-width: 768px) {
  :root {
      --margin-tb: 40px;
  }

  .wrap #crawling-contents-textbox .textbox .NanumMyeongjo {
      font-size: 18px;
  }

  .sub .crawling-contents-top p {
    font-size: 0.9rem;
    word-break: keep-all;
  }
}

@media screen and (max-width: 475px) {
  :root {
      --margin-tb: 30px;
  }
}

.highlight {
  color: #ffe189 !important;
}

.highlight-pen {
  background: linear-gradient(to top, #ffe189, 65%, transparent, 65%, transparent);
}

.highlight-pen,
.highlight-pen>* {
  display: inline;
}

.wrap #crawling-contents-textbox .qna-wrap {
  --gap: 30px;

  align-items: flex-start !important;
  gap: var(--gap);
}

.wrap #crawling-contents-textbox .qna-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.wrap #crawling-contents-textbox .qna-list li {
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}

.wrap #crawling-contents-textbox .qna-list li .q-title {
  margin-bottom: 1em;
  color: #18786d;
  padding: 0;
  text-wrap: balance;
}

.wrap #crawling-contents-textbox .textbox .q-img {
  margin: 0;
  width: 50px;
  display: block;
  border-radius: 50%;
  background-color: #2f388b;
}

.wrap #crawling-contents-textbox .textbox .q-gap {
  padding-top: calc(50px + 1em);
}

.wrap #crawling-contents-textbox .textbox .q-gap-bubble {
  padding-top: calc(2em + 76px + 50px);
}

.wrap #crawling-contents-textbox .float-l,
.wrap #crawling-contents-textbox .float-r {
  width: auto;
  max-width: 50%;
  margin: 10px 0;
  display: block;
}

.wrap #crawling-contents-textbox .qna-list li .float-l,
.wrap #crawling-contents-textbox .qna-list li .float-r {
  width: auto;
  max-width: 50%;
  margin: 10px 0;
  display: block;
}

.wrap #crawling-contents-textbox .float-l {
  float: left;
  margin-right: 25px;
}

.wrap #crawling-contents-textbox .float-r {
  float: right;
  margin-left: 25px;
}

.wrap #crawling-contents-textbox .qna-list li .float-l {
  float: left;
  margin-right: 25px;
}

.wrap #crawling-contents-textbox .qna-list li .float-r {
  float: right;
  margin-left: 25px;
}

.wrap #crawling-contents-textbox [class^="indent-"] {
  display: flex;
  gap: 0.5em;
  word-break: keep-all;
  text-align: left;
}

.wrap #crawling-contents-textbox .indent-text::before {
  content: attr(data-add-number);
  min-width: 1.7em;
  height: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--circle-bg, #ccc);
  font-size: 0.7em;
  border-radius: 50%;
  position: relative;
  top: 1.2em;
  transform: translateY(-50%);
}

.wrap #crawling-contents-textbox .indent-text.outline::before {
  background-color: transparent;
  border: 1px solid var(--circle-bg, #000);
  color: var(--circle-bg, #000);
  top: 1.3em;
  font-size: 0.65em;
}

.wrap #crawling-contents-textbox .indent-dot::before {
  content: "•";
}

.wrap #crawling-contents-textbox .mbti-grid {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wrap #crawling-contents-textbox .mbti-grid li {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
}

.wrap #crawling-contents-textbox .tit-block {
  padding: 15px 20px;
  margin-bottom: 2em;
  background-color: #ccc;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 110%;
}

.wrap #crawling-contents-textbox .tit-block span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding-right: 1em;
}

.wrap #crawling-contents-textbox .tit-block span::before {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr(data-mbti);
  border: 3px solid #fff;
  border-radius: 50%;
}

.wrap #crawling-contents-textbox .mbti-tag {
  width: max-content;
  min-width: 155px;
  padding: 7px 25px;
  margin-bottom: 1em;
  border: 2px solid #ccc;
  border-radius: 20vw;
  text-align: center;
}

.wrap #crawling-contents-textbox .mbti-recomment {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.wrap #crawling-contents-textbox .mbti-recomment li {
  padding: 0 20px;
  border-right: 1px solid #ccc;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}

.wrap #crawling-contents-textbox .mbti-recomment li h5 {
  padding: 0;
}

.wrap #crawling-contents-textbox .mbti-recomment li p {
  text-align: center;
  word-break: keep-all;
}

.wrap #crawling-contents-textbox .mbti-recomment li:last-of-type {
  border-width: 0;
}

.table-overflow {
  width: 100%;
  overflow-x: auto;
}

.table-style-basic {
  width: 100%;
  min-width: 100%;
}

.table-style-basic * {
  border: 1px solid #afafaf;
}

.table-style-basic th {
  background-color: #f4f1f1;
}

.table-style-basic td {
  background-color: #fff;
}

.table-style-basic th,
td {
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
}

.wrap #crawling-contents-textbox .quiz-box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wrap #crawling-contents-textbox .quiz-box li {
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

.wrap #crawling-contents-textbox .quiz-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap #crawling-contents-textbox .quiz-box li .tag01 {
  background-color: #6a55c5;
}

.wrap #crawling-contents-textbox .quiz-box li p {
  flex: 1;
}

.wrap #crawling-contents-textbox .event-submit {
  background-color: #003399;
  margin-top: 60px;
  padding: 20px 35px;
  border-radius: 20vw;
  color: #fff;
  cursor: pointer;
}

.wrap #crawling-contents-textbox .winner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wrap #crawling-contents-textbox .winner .tag {
  background-color: #f0eef9;
  color: #6a55c5;
}

.wrap #crawling-contents-textbox .winner .winner_list {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(5, 1fr);
}

@media screen and (max-width: 768px) {
  .wrap #crawling-contents-textbox .winner .tag {
      font-size: 17px;
  }

  .wrap #crawling-contents-textbox .winner .winner_list {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 320px) {
  .wrap #crawling-contents-textbox .winner .tag {
      font-size: 16px;
  }
}

.wrap #crawling-contents-textbox .addr-search {
  margin-left: 20px;
  width: 150px;
  height: 85%;
  white-space: nowrap;
  padding: 0 25px;
  border-radius: 10px;
  font-size: 80%;
  color: #fff;
  cursor: pointer;
  background-color: #5d60bd;
}

.wrap #crawling-contents-textbox p.tag-bar {
  display: flex;
  background-color: #fff;
  border-radius: 20vw;
  font-weight: 600;
  border: 2px solid #000;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox p.tag-bar>* {
  display: flex;
  padding: 5px 20px;
  align-items: center;
}

.wrap #crawling-contents-textbox p.tag-bar .tag {
  padding: 5px 40px;
  color: #fff;
  border-radius: 20vw;
  white-space: nowrap;
  min-width: 130px;
  justify-content: center;
}

.wrap #crawling-contents-textbox .step-imgs {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.wrap #crawling-contents-textbox .step-imgs>span {
  min-width: 100px;
}

.wrap #crawling-contents-textbox .steps {
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
  align-items: center;
  gap: 10px;
}

.wrap #crawling-contents-textbox .steps .step-box {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 20px;
}

.wrap #crawling-contents-textbox .steps .step-arrow {
  width: 20px;
  height: 30px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (max-width: 768px) {
  .wrap #crawling-contents-textbox .steps .step-box {
      font-size: 14px;
  }

  .wrap #crawling-contents-textbox .steps .step-arrow {
      width: 10px;
      height: 20px;
  }
}

@media screen and (max-width: 475px) {
  .wrap #crawling-contents-textbox .steps {
      grid-template-columns: 1fr;
      justify-items: center;
  }

  .wrap #crawling-contents-textbox .steps .step-box {
      width: 100%;
  }

  .wrap #crawling-contents-textbox .steps .step-arrow {
      width: 20px;
      height: 10px;
      clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}

.fit-bottom-line {
  transform: translateY(70px);
}

@media screen and (max-width: 1200px) {
  .wrap #crawling-contents-textbox .textbox .q-gap {
      padding-top: 0;
  }

  .wrap #crawling-contents-textbox .quiz-box {
      grid-template-columns: 1fr;
  }

  .wrap #crawling-contents-textbox .addr-search {
      padding: 0 10px;
      height: 50px;
  }

  .fit-bottom-line {
      transform: translateY(66px);
  }

  .fit-top-line {
      transform: translateY(-30px);
  }
}

@media screen and (max-width: 1024px) {
  .fit-bottom-line {
      transform: translateY(77px);
  }

  .wrap #crawling-contents-textbox .step-imgs {
      flex-wrap: wrap;
  }

  .wrap #crawling-contents-textbox .mbti-grid {
      grid-template-columns: 1fr;
  }

  .wrap #crawling-contents-textbox .tit-block {
      font-size: 20px;
  }

  .wrap #crawling-contents-textbox .mbti-tag {
      font-size: 17px;
  }

  .event .wrap #crawling-contents-textbox .comment .comment_form>div>span>label,
  .wrap #crawling-contents-textbox .comment .comment_form>div>span>select,
  .event .wrap #crawling-contents-textbox .comment .comment_form>div>span>input {
      height: 50px;
  }

  .event .wrap #crawling-contents-textbox .comment .comment_form>div>span>label {
      line-height: 50px;
  }

}

@media screen and (max-width: 768px) {
  .wrap #crawling-contents-textbox .mbti-recomment {
      grid-template-columns: 1fr 1fr;
  }

  .wrap #crawling-contents-textbox .mbti-recomment li {
      padding-top: 20px;
  }

  .wrap #crawling-contents-textbox .mbti-recomment li:nth-of-type(odd) {
      border-width: 1px;
  }

  .wrap #crawling-contents-textbox .mbti-recomment li:nth-of-type(even) {
      border: 0;
  }

  .table-style-basic th,
  td {
      font-size: 80%;
  }

  .wrap #crawling-contents-textbox .textbox .tag-bar {
      flex-direction: column;
      border-radius: 10px;
      overflow: hidden;
  }

  .wrap #crawling-contents-textbox .textbox .tag-bar .tag {
      border-radius: 0;
  }

  .wrap #crawling-contents-textbox .textbox .tag-bar * {
      font-size: 15px;
      text-align: left;
      line-height: 1.5;
      justify-content: center;
      text-align: center;
      word-break: keep-all;
  }

}

@media screen and (max-width: 576px) {
  .wrap #crawling-contents-textbox .event-submit {
      font-size: 16px;
      padding: 15px 20px;
  }

  .wrap #crawling-contents-textbox .qna-list li {
      padding: 30px 15px;
  }

  .wrap #crawling-contents-textbox .step-imgs>span.limit {
      max-width: 120px;
  }

  .wrap #crawling-contents-textbox .step-imgs>span.limit_double {
      max-width: 250px;
  }

  .wrap #crawling-contents-textbox .textbox h5 {
      font-size: 18px;
      padding-bottom: 1.8em;
  }

  .wrap #crawling-contents-textbox .addr-search {
      margin-left: 5px;
  }

  .wrap #crawling-contents-textbox .float-r {
      float: none;
      margin: 0 auto;
      margin-bottom: 1.8em;
  }

  .wrap #crawling-contents-textbox .qna-list li .float-r {
      float: none;
      margin: 0 auto;
      margin-bottom: 1.8em;
  }

  .wrap #crawling-contents-textbox .qna-list li img {
      width: auto;
      display: block;
      margin: 0 auto;
      margin-bottom: 1.8em;
      text-align: center;
  }

  .wrap #crawling-contents-textbox .qna-list li .q-img {
      margin: 0;
  }

  .wrap #crawling-contents-textbox .qna-list li .q-title {
      font-size: 18px;
  }

  .wrap #crawling-contents-textbox .mbti-grid li {
      padding: 30px 15px;
  }

  .wrap #crawling-contents-textbox .tit-block {
      padding: 10px;
      font-size: 18px;
  }

  .wrap #crawling-contents-textbox .mbti-tag {
      font-size: 16px;
  }

  .wrap #crawling-contents-textbox .mbti-recomment {
      grid-template-columns: 1fr;
      gap: 20px 0;
  }

  .wrap #crawling-contents-textbox .mbti-recomment li {
      border: 0;
  }

  .wrap #crawling-contents-textbox .textbox .tag03.break-mo {
      display: block;
      width: max-content;
      max-width: 100%;
  }

  .wrap #crawling-contents-textbox .textbox .tag-bar * {
      font-size: 13px;
  }

  .wrap #crawling-contents-textbox p.tag-bar .tag {
      padding: 5px 30px;
  }

  .event .wrap #crawling-contents-top.type02 .conTop_inner .fit-bottom-line {
      width: 280px;
      transform: translateY(100px);
  }
}

@media screen and (max-width: 374px) {
  .event .wrap #crawling-contents-top.type02 .conTop_inner .fit-bottom-line {
      transform: translateY(66px);
  }
}

.wrap #crawling-contents-textbox .textbox .capt {
  font-size: 80%;
  color: #aaa;
  display: block;
  margin-top: 1.5em;
}

.swiper-pagination.toon1-pg .swiper-pagination-bullet,
.swiper-pagination.toon2-pg .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid var(--swiper-theme-color);
  opacity: 1;
}

.swiper-pagination.toon1-pg .swiper-pagination-bullet-active,
.swiper-pagination.toon2-pg .swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}


.interview-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.interview-row li {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.interview-row li .stretch {
  flex: 1;
}

.interview-row .rel {
  position: relative;
}

.wrap #crawling-contents-textbox .textbox .interview-row .rel img {
  width: 100%;
}

.interview-row .abs {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .interview-row {
      grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 475px) {
  .interview-row {
      grid-template-columns: 1fr;
      gap: 30px;
  }

  .interview-row li {
      gap: 5px;
  }
}

.circle {
  width: 2em;
  min-width: 2em;
  height: 2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* 2025 css  */
/* 태그 클라우드 애니메이션 */
#tagscloud {
  width: 100%;
  height: 500px;
  position: relative;
  font-size: 12px;
  color: #333;
  margin: 20px auto 0;
  text-align: center;
  background-color: #fff;
}

#tagscloud span {
  position: absolute;
  color: #333;
  font-family: Arial;
  text-decoration: none;
  margin: 0 10px 15px 0;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 30px;
  padding: 8px 20px !important;
  box-sizing: border-box;
  color: #fff;
  background-color: #003399;
}

#tagscloud .font-lg {
  font-size: 25px;
}

#tagscloud .font-sm {
  font-size: 15px;
}

.grid-box {
  display: grid;
  gap: 20px;
}

.font-20 {
  font-size: 20px;
  font-weight: 600;
}

.wrap #crawling-contents-textbox .textbox .tit-lg {
  font-size: 350%;
  color: #0032a1;
  line-height: 1.2;
  margin-bottom: 20px;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap .lead-profile {
  display: flex;
  align-items: center;
  color: var(--primary-color, #039);
  padding-bottom: 40px;
  border-bottom: 1px solid var(--primary-color, #039);
  gap: 20px;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap .lead-profile .img-bx {
  width: 150px;
  min-width: 150px;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap .lead-profile .img-bx img {
  width: 100%;
  display: block;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap .lead-profile p {
  padding-bottom: 0;
}

.wrap #crawling-contents-textbox .textbox .lead_wrap .lead-profile p:first-child {
  padding-bottom: 30px;
}

.wrap #crawling-contents-textbox .textbox .ab-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.wrap #crawling-contents-textbox .textbox .ab-wrap .ab-bx {
  width: 50%;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
}

.wrap #crawling-contents-textbox .textbox .ab-wrap .ab-bx .img-bx {
  width: 50px;
  min-width: 50px;
}

.wrap #crawling-contents-textbox .textbox .ab-wrap .ab-bx .img-bx img {
  width: 100%;
  display: block;
}

.wrap #crawling-contents-textbox .textbox .ab-wrap .b-bx {
  transform: translateY(30px);
}

.wrap #crawling-contents-textbox .textbox .mb-l {
  margin-bottom: 30px !important;
}

.wrap #crawling-contents-textbox .textbox .mb-m {
  margin-bottom: 20px !important;
}

.wrap #crawling-contents-textbox .textbox .mb-s {
  margin-bottom: 10px !important;
}

.wrap #crawling-contents-textbox .textbox .txt-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.wrap #crawling-contents-textbox .textbox .txt-flex .tag {
  white-space: nowrap;
  padding: 8px 20px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  height: fit-content;
  width: fit-content;
}

.wrap #crawling-contents-textbox .textbox .hidden {
  visibility: hidden;
}

.wrap #crawling-contents-textbox .textbox .ep {
  font-family: 'KIMM_Bold';
  color: #004299;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .grid-box {
      grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 768px) {
  .wrap #crawling-contents-textbox .textbox .ab-wrap {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .ab-wrap .ab-bx {
      width: 100%;
  }

  .wrap #crawling-contents-textbox .textbox .ab-wrap .b-bx {
      transform: translateY(0);
  }

  .wrap #crawling-contents-textbox .textbox .mb-m-md {
      margin-bottom: 20px !important;
  }

  .wrap #crawling-contents-textbox .textbox .ep {
      font-size: 25px;
  }

  .wrap #crawling-contents-textbox .textbox .txt-flex {
      flex-direction: column;
  }
}

@media screen and (max-width: 576px) {

  /* 태그 클라우드 애니메이션 */
  #tagscloud {
      height: 400px;
  }

  #tagscloud .font-lg {
      font-size: 15px !important;
  }

  #tagscloud span {
      font-size: 12px;
      padding: 5px 10px !important;
      margin: 0;
  }

  #tagscloud .font-sm {
      font-size: 13px !important;
  }

  .wrap #crawling-contents-textbox .textbox .lead_wrap .lead-profile {
      flex-direction: column;
      padding-bottom: 0;
  }

  .wrap #crawling-contents-textbox .textbox .ep {
      font-size: 20px;
  }

  .wrap #crawling-contents-textbox .textbox .gap20 {
      gap: 20px !important;
  }

  .wrap #crawling-contents-textbox .textbox .w-50-sm {
      width: 50% !important;
  }

  .wrap #crawling-contents-textbox .textbox .w-60-sm {
      width: 60% !important;
  }
}