@import url("normalize.css");
@import url("swiper.min.css");
@import url("animate.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@font-face {
  font-family: 'HangeulNuri-Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../font/HangeulNuriR.eot");
  src: local(""), url("../font/HangeulNuriR.eot?#iefix") format("embedded-opentype"), url("../font/HangeulNuriR.woff2") format("woff2"), url("../font/HangeulNuriR.woff") format("woff"), url("../font/HangeulNuriR.ttf") format("truetype"), url("../font/HangeulNuriR.svg") format("svg");
}

@font-face {
  font-family: 'HangeulNuri-Bold';
  font-style: normal;
  font-weight: 600;
  src: url("../font/HangeulNuriB.eot");
  src: local(""), url("../font/HangeulNuriB.eot?#iefix") format("embedded-opentype"), url("../font/HangeulNuriB.woff2") format("woff2"), url("../font/HangeulNuriB.woff") format("woff"), url("../font/HangeulNuriB.ttf") format("truetype"), url("../font/HangeulNuriB.svg") format("svg");
}

@font-face {
  font-family: 'S-CoreDream-3Light';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Chosunilbo_myungjo';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WooridaumB';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumB.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@-webkit-keyframes Like {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes Like {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes Like02 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(1.25);
            transform: translateY(-15px) scale(1.25);
  }
}

@keyframes Like02 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(1.25);
            transform: translateY(-15px) scale(1.25);
  }
}

@-webkit-keyframes Video {
  from {
    opacity: 0;
  }
  99%,
  to {
    opacity: 1;
  }
}

@keyframes Video {
  from {
    opacity: 0;
  }
  99%,
  to {
    opacity: 1;
  }
}

@-webkit-keyframes flipInY-reverse {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY-reverse {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
  }
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: -0.75px;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  vertical-align: middle;
}

select, input, button, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

select:focus, input:focus, button:focus, textarea:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="number"] {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  border-radius: 0;
}

input[type="radio"] {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

table {
  border-collapse: collapse;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #0d1022;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.5rem 0;
  z-index: 998;
  opacity: 0;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

header .wrap .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrap .left .menu {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 2.5rem;
  background-image: url("/common/images/menu.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  cursor: pointer;
}

header .wrap .left .menu > span {
  display: none;
}

header .wrap .left .logo {
  position: relative;
}

header .wrap .left .logo::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background-image: url(/common/images/logo04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  opacity: 0;
}

header .wrap .left .logo > img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
  opacity: 1;
}

header .wrap .left .logo.on::after {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
  opacity: 1;
}

header .wrap .left .logo.on > img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

header .wrap .right {
  position: relative;
}

header .wrap .right .this_month {
  position: relative;
  min-width: 240px;
  padding: 0 calc(11px + 1rem) 0 1rem;
  height: 57px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35rem;
  line-height: 57px;
  color: #fff;
  cursor: pointer;
}

header .wrap .right .this_month::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 11px;
  height: 9px;
  background-image: url("/common/images/select.png");
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

header .wrap .right .this_month > small {
  margin-left: 0.25rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70%;
  color: #fff;
}

header .wrap .right .this_month.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .wrap .right .last_month {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  background-color: #000000;
  z-index: 2;
}

header .wrap .right .last_month > li > a {
  display: block;
  padding: 0.55rem 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35rem;
  color: #fff;
}

header .wrap .right .last_month > li > a > small {
  margin-left: 0.25rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70%;
  color: #fff;
}

header .wrap .right .last_month > li > a:hover {
  background-color: #373737;
}

header .wrap .right .last_month > li:last-child > a {
  font-size: 0.9rem;
}

header .wrap .right .last_month > li.on > a {
  background-color: #373737;
}

header.sub {
  padding: 1.5rem 0;
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

header.sub .wrap {
  position: relative;
}

header.sub .wrap .left .menu {
  background-image: url(/common/images/menu02.png);
  background-size: contain;
}

header.sub .wrap .left .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

header.sub .wrap .left .logo .pc {
  display: block;
}

header.sub .wrap .left .logo .mo {
  display: none;
}

header.sub .wrap .this_month {
  color: #333333;
}

header.sub .wrap .this_month::after {
  background-image: url(/common/images/select02.png);
}

header.sub .wrap .this_month * {
  color: #333333 !important;
}

header.sub ~ section {
  opacity: 1;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 999;
}

nav .close {
  position: absolute;
  right: 54.5%;
  top: 1rem;
  border-radius: 100%;
  width: 88px;
  height: 88px;
  background-color: #717171;
  background-image: url("/common/images/close05.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  cursor: pointer;
  z-index: 10;
}

nav .close > span {
  display: none;
}

nav .wrap {
  display: inline-block;
  float: right;
  width: 54.5%;
  height: 100%;
  background-color: #fff;
}

nav .wrap .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 1rem 5% 1rem 0;
  border-bottom: 1px solid #cccccc;
}

nav .wrap .top .this_month {
  position: relative;
  min-width: 240px;
  padding: 0 calc(11px + 1rem) 0 1rem;
  height: 57px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 57px;
  cursor: pointer;
}

nav .wrap .top .this_month::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 11px;
  height: 9px;
  background-image: url("/common/images/select02.png");
  background-size: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

nav .wrap .top .this_month > small {
  margin-left: 0.25rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70%;
}

nav .wrap .top .this_month.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

nav .wrap .top .last_month {
  display: none;
  position: absolute;
  right: 5%;
  top: 75px;
  width: 240px;
  background-color: #000000;
  z-index: 2;
}

nav .wrap .top .last_month > li > a {
  display: block;
  padding: 0.55rem 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.35rem;
  color: #fff;
}

nav .wrap .top .last_month > li > a > small {
  margin-left: 0.25rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70%;
  color: #fff;
}

nav .wrap .top .last_month > li > a:hover {
  background-color: #373737;
}

nav .wrap .top .last_month > li.on > a {
  background-color: #373737;
}

nav .wrap .top .last_month > li:last-child a {
  font-size: 0.9rem;
}

nav .wrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem;
  background-color: #fff;
}

nav .wrap .bottom > .gnb_wrap {
  width: calc(50% - 1.5rem);
  margin-right: 3rem;
}

nav .wrap .bottom > .gnb_wrap > li {
  margin-bottom: 2rem;
}

nav .wrap .bottom > .gnb_wrap > li h3 {
  font-size: 1.4rem;
  color: #a3a3a3;
  padding-bottom: 1.5rem;
  word-break: keep-all;
}

nav .wrap .bottom > .gnb_wrap > li:last-child {
  margin-bottom: 0;
}

nav .wrap .bottom > .gnb_wrap .lnb li {
  width: 100%;
  padding-bottom: 1.5rem;
}

nav .wrap .bottom > .gnb_wrap .lnb li h4 {
  font-size: 1rem;
  padding-bottom: 0.25rem;
}

nav .wrap .bottom > .gnb_wrap .lnb li p {
  font-size: 0.8rem;
  color: #656565;
}

nav .wrap .bottom > .gnb_wrap .lnb li:last-child {
  padding-bottom: 0;
}

nav .wrap .bottom > .gnb_wrap:last-child {
  margin-right: 0;
}

nav .wrap .reporters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  background-color: #f9f9f9;
  padding: 1rem 3rem;
}

nav .wrap .reporters > span {
  width: 50%;
  margin-right: 1rem;
}

nav .wrap .reporters > span .title {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #777;
  padding-bottom: 0.5rem;
}

nav .wrap .reporters > span .names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}

nav .wrap .reporters > span .names div {
  width: calc(50% - 0.5rem);
  margin-right: 1rem;
  font-size: 0.7rem;
  font-weight: 300;
  color: #777;
  font-size: 0.65rem;
}

nav .wrap .reporters > span .names div b {
  font-size: 100%;
  line-height: 1.5;
  color: #777;
}

nav .wrap .reporters > span .names div:last-child {
  margin-right: 0;
}

nav .wrap .reporters > span .names:last-child {
  margin-bottom: 0;
}

nav .wrap .reporters > span:last-child {
  margin-right: 0;
}

nav::-webkit-scrollbar {
  display: none;
}

footer {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #333333;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
}

footer .wrap .info * {
  font-size: 0.65rem;
  color: #a1a2a2;
  line-height: 1.3;
}

footer .wrap .info .copy {
  padding-bottom: 0.25rem;
}

footer .wrap .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .wrap .sns a {
  display: inline-block;
  width: 49px;
  height: 49px;
  margin-right: 1.25rem;
  background-image: url(/common/images/sns01_gray.png);
  background-size: 100%;
  background-position: top center;
}

footer .wrap .sns a:nth-child(2) {
  background-image: url(/common/images/sns02_gray.png);
}

footer .wrap .sns a:nth-child(3) {
  background-image: url(/common/images/sns03_gray.png);
}

footer .wrap .sns a:nth-child(4) {
  background-image: url(/common/images/sns04_gray.png);
}

footer .wrap .sns a:hover {
  background-position: bottom center;
}

footer .wrap .sns a:last-child {
  margin-right: 0;
}

.old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 6rem calc((100% - 1200px)/2) 4rem;
}

.old > li {
  width: 33.33%;
  margin-bottom: 5rem;
  overflow: hidden;
}

.old > li .img {
  display: inline-block;
  float: left;
  padding: 0.5rem;
  border: 1px solid #333333;
}

.old > li .img img {
  display: block;
  width: 161px;
}

.old > li .text {
  display: inline-block;
  float: left;
  width: calc(100% - 183px);
  padding-left: 0.75rem;
}

.old > li .text p {
  font-size: 1rem;
  font-weight: 300;
}

.old > li .text p b {
  font-size: 1.1rem;
  font-weight: 600;
}

.old > li .link {
  display: block;
  margin-top: 3rem;
}

.old > li .link a {
  display: block;
  width: 119px;
  height: 36px;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  line-height: 34px;
  border-radius: 0.25rem;
  border: 1px solid #a0a0a0;
  text-align: center;
}

.old > li .link a:last-child {
  margin-bottom: 0;
}

.old > li .link a:hover {
  background-color: #313131;
  color: #fff;
}

.old > li:nth-last-child(3),
.old > li:nth-last-child(2),
.old > li:nth-last-child(1) {
  margin-bottom: 2rem;
}

/*Small Pc*/
@media (max-width: 1600px) {
  nav .wrap .bottom {
    padding: 4rem 3rem;
  }
  nav .wrap .bottom > li {
    padding: 0;
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  nav .wrap .bottom > li:nth-child(even) {
    padding-right: 0;
  }
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  nav .wrap .bottom {
    padding: 2rem;
  }
  nav .wrap .bottom .gnb_wrap {
    width: 100%;
    margin-right: 0;
  }
  nav .wrap .bottom .gnb_wrap > li:last-child {
    margin-bottom: 2rem;
  }
  nav .wrap .reporters {
    padding: 1rem 2rem;
  }
  nav .wrap .reporters > span .names div {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  nav .wrap .reporters > span .names div:nth-child(even) {
    margin-right: 0;
  }
  footer .wrap {
    width: 95%;
  }
  .old {
    padding: 8rem 5% 0;
  }
  .old > li {
    width: 50%;
    margin-bottom: 4rem;
  }
  .old > li:nth-last-child(3) {
    margin-bottom: 4rem;
  }
}

/*Ipad Pro*/
@media (max-width: 1024px) {
  header.sub .wrap .this_month {
    min-width: 200px;
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  header {
    padding: 1rem 0;
  }
  header .wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 90%;
  }
  nav .close {
    right: auto;
    left: 2%;
    top: 1.25rem;
    width: 48px;
    height: 48px;
    background-image: url(/common/images/close.png);
    background-color: transparent;
  }
  nav .wrap {
    width: 100%;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  header.sub .wrap .left .logo {
    width: 180px;
    left: calc(5% + 38px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.sub .wrap .left .logo .pc {
    display: none;
  }
  header.sub .wrap .left .logo .mo {
    display: block;
  }
  nav .wrap .reporters {
    padding: 1rem 5%;
  }
  nav .wrap .reporters > span .names {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
    margin-bottom: 0;
  }
  nav .wrap .reporters > span .names div {
    width: 100%;
  }
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .wrap .info {
    margin-bottom: 0.5rem;
    text-align: center;
  }
  footer .wrap .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .old {
    padding-top: 4rem;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  header {
    padding: 0.5rem 0;
  }
  header .wrap .left {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  header .wrap .left .menu {
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
  }
  header .wrap .left .logo > img {
    width: 100px;
  }
  header .wrap .right .this_month {
    font-size: 0.9rem;
    min-width: 0;
    height: 40px;
    line-height: 38px;
    padding: 0 calc(11px + 0.5rem) 0 1rem;
  }
  header .wrap .right .last_month {
    top: 40px;
  }
  header .wrap .right .last_month > li > a {
    font-size: 0.9rem;
  }
  header.sub {
    padding: 1rem 0;
  }
  header.sub .wrap .left .logo {
    left: calc(2.5% + 34px);
    width: 120px;
  }
  header.sub .wrap .left .logo > img {
    width: 110px;
  }
  nav .close {
    width: 24px;
    height: 24px;
    border-radius: 0;
    left: 3%;
    background-size: 100%;
  }
  nav .wrap .top {
    padding: 0.5rem 5% 0.5rem 0;
  }
  nav .wrap .top .this_month {
    font-size: 0.9rem;
    min-width: 150px;
    padding: 0 calc(11px + 0.5rem) 0 1rem;
  }
  nav .wrap .top .last_month {
    width: 150px;
    top: 65px;
  }
  nav .wrap .top .last_month > li > a {
    font-size: 0.9rem;
  }
  nav .wrap .bottom {
    padding: 1rem 5%;
  }
  nav .wrap .bottom > .gnb_wrap > li {
    margin-bottom: 1.5rem;
  }
  nav .wrap .bottom > .gnb_wrap > li h3 {
    font-size: 1.1rem;
    padding-bottom: 1rem;
  }
  nav .wrap .bottom > .gnb_wrap > li .lnb li {
    padding-bottom: 1rem;
  }
  nav .wrap .bottom > .gnb_wrap > li .lnb li h4 {
    font-szie: 0.85rem;
  }
  nav .wrap .bottom > .gnb_wrap > li .lnb li p {
    font-size: 0.75rem;
  }
  footer {
    padding: 1rem 0;
  }
  footer .wrap .sns a, footer .wrap .sns button {
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
  }
  .old > li {
    width: 100%;
    margin-bottom: 2rem !important;
  }
  .old > li .img img {
    width: 130px;
  }
  .old > li .text {
    width: calc(100% - 152px);
    padding-left: 1rem;
  }
  .old > li .text p {
    font-size: 1rem;
  }
  .old > li .text p b {
    font-size: 1rem;
  }
  .old > li .link {
    margin-top: 1.75rem;
  }
  .old > li .link a {
    width: 106px;
    height: 32px;
    font-size: 0.75rem;
    line-height: 30px;
  }
}

@-webkit-keyframes FadeOut {
  to {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}

@keyframes FadeOut {
  to {
    opacity: 0;
  }
  from {
    opacity: 1;
  }
}

@-webkit-keyframes loading {
  to {
    -webkit-transform: translate(-50%, -50%) scale(50);
    -webkit-transform-transform: translate(-50%, -50%) scale(50);
  }
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -webkit-transform-transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes loading {
  to {
    -webkit-transform: translate(-50%, -50%) scale(50);
    -webkit-transform-transform: translate(-50%, -50%) scale(50);
  }
  from {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -webkit-transform-transform: translate(-50%, -50%) scale(0);
  }
}

.loading .loading_circle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #000;
  -webkit-animation: loading 5s 1 ease;
          animation: loading 5s 1 ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 998;
}

.loading .loading_img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: FadeOut 1.4s 1 ease;
          animation: FadeOut 1.4s 1 ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 999;
}

section {
  opacity: 0;
}

body.on header {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  opacity: 1;
}

body.on section {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  opacity: 1;
}

.main {
  width: 100%;
  height: 100%;
}

.main .section01 {
  height: 100%;
}

.main .section01 video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.main .section01 .bglayer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.main #iframe_bgVideo {
  max-height: 1080px !important;
  left: 50% !important;
  top: auto !important;
  bottom: 0;
  margin: 0 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main #bgVideo {
  height: 100%;
}

.main .section02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5.5%;
  z-index: 2;
  overflow: auto;
  background: rgba(0, 0, 0, 0.15);
}

.main .section02 .left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4.25rem;
}

.main .section02 .left .title {
  margin-right: 1rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 9rem;
  line-height: 0.9;
  color: #fff;
  word-break: keep-all;
}

.main .section02 .left .subtitle {
  padding-top: 2.5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: #fff;
  word-break: keep-all;
}

.main .section02 .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 85%;
}

.main .section02 .right .viewmore {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 330px;
  height: 80px;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 78px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.main .section02 .right .viewmore::after {
  display: inline-block;
  content: "";
  width: 101px;
  height: 14px;
  margin-left: 0.5rem;
  background-image: url("/common/images/arrow02.png");
  background-size: 100%;
}

.main .section02 .right .viewmore:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 2rem;
  background: rgba(0, 0, 0, 0.2);
  border-color: #c9c9c9;
}

.main .section02 .address {
  position: absolute;
  bottom: 10%;
  right: 5%;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.25;
  text-align: right;
  color: #a4a4a4;
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

.main .section02 .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 2.5%;
  bottom: 1.25rem;
  min-width: 292px;
  z-index: 20;
}

.main .section02 .radio audio {
  position: absolute;
  left: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.main .section02 .radio button {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 3;
}

.main .section02 .radio button i {
  display: block;
  color: #000000;
  margin-left: 5px;
}

.main .section02 .radio button.on {
  background-image: url("/common/images/icon05.png");
  background-position: center;
  background-repeat: no-repeat;
}

.main .section02 .radio button.on i {
  display: none;
}

.main .section02 .radio p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 204px;
  height: 56px;
  padding: 0 28px 0 0;
  overflow: hidden;
}

.main .section02 .radio p span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.85rem;
  padding-left: 100%;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  color: #fff;
}

header.vol306 ~ .main .section02 .radio button i {
  color: #fff;
}

header.vol306 ~ .main .section02 .radio button.on {
  background-image: url(/common/images/icon05_wh.png);
}

/*Small PC*/
@media (max-width: 1600px) {
  .main .section02 .left {
    padding: 0;
  }
}

/*Ipad Pro*/
@media (max-width: 1200px) {
  .main .section02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .section02 .left {
    width: 100%;
  }
  .main .section02 .left .title {
    text-align: center;
    margin-right: 0;
    font-size: 6rem;
  }
  .main .section02 .left .subtitle {
    text-align: center;
  }
  .main .section02 .right {
    display: block;
    width: 100%;
    height: auto;
  }
  .main .section02 .right .viewmore {
    position: static;
    top: 0;
    width: 100%;
    max-width: 300px;
    margin: 2rem auto 0;
  }
  .main .section02 .right .viewmore::after {
    width: 60px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .main .section02 .address {
    text-align: center;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    width: 90%;
    height: auto;
    margin: 0 auto;
    word-break: keep-all;
  }
  .main .section02 .radio {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    min-width: 0;
  }
}

/*Ipad Pro*/
@media (max-width: 1024px) {
  .main #iframe_bgVideo {
    min-height: 100% !important;
    left: 70% !important;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .main #iframe_bgVideo {
    height: 100% !important;
  }
  .main .section02 .left .title {
    font-size: 3rem;
    padding-top: 0;
  }
  .main .section02 .left .subtitle {
    font-size: 0.8rem;
    padding-top: 1.25rem;
  }
  .main .section02 .right .viewmore {
    font-size: 0.8rem;
    width: 80%;
    max-width: 260px;
    height: 64px;
    line-height: 60px;
  }
  .main .section02 .address {
    font-size: 0.65rem;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 90%;
    height: auto;
    margin: 0 auto;
    word-break: keep-all;
  }
  .main .section02 .radio button {
    width: 48px;
    height: 48px;
  }
  .main .section02 .radio p span {
    font-size: 0.75rem;
  }
}

@media (max-height: 600px) {
  body {
    min-height: 600px;
  }
  .main .section02 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .main .section02 .radio {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    min-width: 0;
  }
  .main .section02 .address {
    position: static;
    padding-bottom: 1rem;
    width: 100%;
  }
}

/*minimum*/
@media (max-width: 320px) {
  .main .section02 .address {
    font-size: 0.6rem;
  }
}

.function {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 65px;
  height: 100%;
  border-left: 1px solid #cccccc;
  z-index: 2;
  background-color: #fff;
  opacity: 0;
}

.function .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 65px;
  height: 100%;
}

.function a, .function button {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 2rem;
  cursor: pointer;
}

.function a *, .function button * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  width: 30px;
  height: auto;
  color: #cccccc;
}

.function .blog {
  background-image: url(/common/images/blog.png);
  background-size: contain;
}

.function a:hover *, .function button:hover * {
  color: #676768;
}

.function .blog:hover {
  background-image: url(/common/images/blog_hover.png);
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.function.on {
  -webkit-animation: fadeIn 0.2s forwards;
          animation: fadeIn 0.2s forwards;
}

.movement {
  width: 100%;
  border-top: 1px solid #cccccc;
}

.movement .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.movement .wrap > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 132px);
}

.movement .wrap > a .text b {
  display: block;
  font-size: 0.85rem;
  padding-bottom: 0.5rem;
}

.movement .wrap > a .text span {
  display: block;
  font-size: 1rem;
}

.movement .wrap > a .arrow_prev {
  margin-right: 2rem;
}

.movement .wrap > a .arrow_next {
  margin-left: 2rem;
}

.movement .wrap .next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.movement .wrap .next .text {
  text-align: right;
}

.movement .wrap span img {
  max-width: 132px;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 999;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal.on {
  display: block;
}

.modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0;
}

.modal_close {
  cursor: pointer;
}

.eventstyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.eventstyle01 .modal_close {
  display: block;
  width: 51px;
  height: 52px;
  margin: 0 0.7rem 0.7rem 0;
  background-image: url("../images/close03.png");
  background-size: cover;
}

.eventstyle01 .modal_close span {
  display: none;
}

.eventstyle01 img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 11px 12px 5px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 11px 12px 5px 0px rgba(0, 0, 0, 0.14);
}

.find_event {
  position: absolute;
  left: 60%;
  top: 45%;
}

.find_event .find_img {
  display: block;
  width: 150px;
  cursor: pointer;
}

.find_event .find_img img {
  display: block;
  width: 100%;
}

.find_event .find_input {
  display: none;
  overflow: hidden;
}

.find_event .find_input ul {
  display: inline-block;
  float: left;
  width: 441px;
  max-width: 90%;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  background-color: #fff;
}

.find_event .find_input ul li {
  margin-bottom: 0.5rem;
}

.find_event .find_input ul li input {
  display: inline-block;
  width: 49%;
  padding: 0.35rem 0.5rem;
  font-size: 0.85rem;
  background-color: #eee;
  border: 1px solid #999;
}

.find_event .find_input ul li input[type="checkbox"] {
  display: none;
}

.find_event .find_input ul li input[type="checkbox"] + label {
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  cursor: pointer;
}

.find_event .find_input ul li input[type="checkbox"] + label::before {
  display: inline-block;
  content: "";
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  border: 1px solid #959595;
  cursor: pointer;
}

.find_event .find_input ul li input[type="checkbox"]:checked + label::before {
  background-image: url("/common/images/check.jpg");
  background-size: 100%;
}

.find_event .find_input ul li label {
  font-size: 0.85rem;
  cursor: pointer;
}

.find_event .find_input ul li p {
  padding: 0.5rem;
  font-size: 0.75rem;
  word-break: break-all;
  text-align: center;
}

.find_event .find_input ul li p.detail {
  background-color: #eee;
  border: 1px solid #999;
  text-align: justify;
}

.find_event .find_input ul li.input span {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.find_event .find_input ul .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.find_event .find_input ul .btn_wrap button {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-right: 0.5rem;
  font-size: 0.95rem;
  line-height: 40px;
  border-radius: 50px;
  background-color: #47a;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.find_event .find_input ul .btn_wrap button:last-child {
  margin: 0;
  background-color: #959595;
}

.find_event .find_input ul li:last-child {
  margin-bottom: 0;
}

.find_event .find_input .find_close {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  margin-top: 0.75rem;
  background-image: url("/common/images/close06.png");
  background-size: 100%;
  cursor: pointer;
}

.find_event .find_input .find_close span {
  display: none;
}

.hide {
  display: none !important;
}

.mo {
  display: none !important;
}

.mo768 {
  display: none !important;
}

.mo1024 {
  display: none !important;
}

#sub {
  opacity: 1;
  background: #fff;
  position: relative;
  padding-top: 6rem;
}

#sub .crawling-contents-top {
  width: 100%;
  text-align: center;
}

#sub .crawling-contents-top * {
  color: #fff;
}

#sub .crawling-contents-top .wrap {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5rem 0;
}

#sub .crawling-contents-top .wrap .navigation {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

#sub .crawling-contents-top .wrap .navigation::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -2pz;
  left: 0;
}

#sub .crawling-contents-top .wrap .title {
  font-size: 3rem;
  word-break: keep-all;
  padding-bottom: 1.5rem;
}

#sub .crawling-contents-top .wrap .subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 3.5rem;
}

#sub .crawling-contents-top .wrap .text {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: keep-all;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

#sub .crawling-contents-top .wrap .text * {
  font-size: 100%;
}

#sub .crawling-contents-top .wrap .text b {
  font-weight: 500;
}

#sub .crawling-contents-top .wrap .by {
  font-size: 0.85rem;
  line-height: 1.45;
}

#sub .crawling-contents-top .wrap .by span {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
}

#sub .crawling-contents-top .wrap .by span * {
  font-size: 100%;
}

#sub .crawling-contents-top .wrap .by span b {
  font-weight: 500;
}

#sub .crawling-contents-introduction {
  margin: 4rem calc((100% - 1200px)/2) 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}

#sub .crawling-contents-introduction * {
  font-size: 0.85rem;
}

#sub .crawling-contents-textbox {
  padding: 4rem calc((100% - 1200px)/2) 0;
}

#sub .crawling-contents-textbox h3 {
  padding-bottom: 1.5rem;
  font-size: 1.35rem;
  line-height: 1.25;
  word-break: keep-all;
}

#sub .crawling-contents-textbox h4 {
  padding-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.65;
  word-break: keep-all;
  text-align: center;
}

#sub .crawling-contents-textbox h4 * {
  font-size: 1.25rem;
}

#sub .crawling-contents-textbox h4.quote {
  padding-bottom: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #47a;
  font-style: italic;
  font-family: 'Chosunilbo_myungjo', serif;
  font-weight: 500;
}

#sub .crawling-contents-textbox h5 {
  padding-bottom: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

#sub .crawling-contents-textbox h5 * {
  font-size: 0.95rem;
}

#sub .crawling-contents-textbox h5.epilogue {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
  line-height: 1.65;
  word-break: keep-all;
}

#sub .crawling-contents-textbox p {
  padding-bottom: 1.75rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}

#sub .crawling-contents-textbox p * {
  font-size: 0.85rem;
}

#sub .crawling-contents-textbox a {
  display: inline-block;
}

#sub .crawling-contents-textbox b {
  font-weight: 500;
}

#sub .crawling-contents-textbox small {
  font-size: 80%;
}

#sub .crawling-contents-textbox img {
  display: block;
  max-width: 100%;
  width: 100%;
}

#sub .crawling-contents-textbox .img {
  text-align: center;
}

#sub .crawling-contents-textbox .img > span {
  display: inline-block;
}

#sub .crawling-contents-textbox .img > span small {
  display: block;
  padding: 0.5rem 3px 0 0;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: oblique;
  color: #565656;
  text-align: right;
  word-break: keep-all;
}

#sub .crawling-contents-textbox .img > span .imgBottom {
  margin-bottom: 1rem;
}

#sub .crawling-contents-textbox .img.download > span {
  position: relative;
}

#sub .crawling-contents-textbox .img.download .download_btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 64px;
  padding: 14px 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  line-height: 1.25;
  color: #fff;
}

#sub .crawling-contents-textbox .img.download .download_btn i {
  color: #fff;
}

#sub .crawling-contents-textbox .img.download:hover .download_btn {
  display: inline-block;
}

#sub .crawling-contents-textbox .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 1.75rem;
  overflow: hidden;
}

#sub .crawling-contents-textbox .video iframe,
#sub .crawling-contents-textbox .video object,
#sub .crawling-contents-textbox .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sub .crawling-contents-textbox .video:last-child {
  margin-bottom: 0;
}

#sub .crawling-contents-textbox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-bottom: 1.75rem;
}

#sub .crawling-contents-textbox .flex > span {
  display: inline-block;
  margin-right: 1rem;
}

#sub .crawling-contents-textbox .flex > span:last-child {
  margin-right: 0;
}

#sub .crawling-contents-textbox .flex > span.flex_border,
#sub .crawling-contents-textbox .flex > span.flex_border02 {
  padding-right: 3%;
  border-right: 1px solid #333333;
}

#sub .crawling-contents-textbox .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-bottom: 1.75rem;
}

#sub .crawling-contents-textbox .tit_border {
  padding-bottom: 1rem !important;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #333333;
}

#sub .crawling-contents-textbox .text-left {
  text-align: left;
}

#sub .crawling-contents-textbox .text-center {
  text-align: center;
  word-break: keep-all;
}

#sub .crawling-contents-textbox .text-right {
  text-align: right;
}

#sub .crawling-contents-textbox .align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#sub .crawling-contents-textbox .align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sub .crawling-contents-textbox .algin-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sub .crawling-contents-textbox .just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sub .crawling-contents-textbox .just-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#sub .crawling-contents-textbox .just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#sub .crawling-contents-textbox .flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sub .crawling-contents-textbox .border {
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  background-color: #f7f8f8;
}

#sub .crawling-contents-textbox .border02 {
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  border: 1px solid #a1a1a1;
}

#sub .crawling-contents-textbox .border03 {
  padding: 2rem;
  margin-bottom: 1.75rem;
  background-color: #f7f8f8;
}

#sub .crawling-contents-textbox h3:last-child, #sub .crawling-contents-textbox h4:last-child, #sub .crawling-contents-textbox h5:last-child, #sub .crawling-contents-textbox p:last-child, #sub .crawling-contents-textbox .flex:last-child, #sub .crawling-contents-textbox .flex02:last-child {
  padding-bottom: 0;
}

#sub .crawling-contents-textbox .border:last-child,
#sub .crawling-contents-textbox .border02:last-child {
  margin-bottom: 0;
}

#sub .crawling-contents-textbox .location {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5%;
  height: 5%;
  cursor: pointer;
  z-index: 2;
}

#sub .crawling-contents-textbox .box {
  padding: 0 1.5rem;
}

#sub .crawling-contents-textbox .modal_btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 2rem;
}

#sub .crawling-contents-textbox .marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffee34), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffee34 40%, transparent 30%);
}

#sub .crawling-contents-textbox .myeongjo {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
}

#sub .crawling-contents-textbox .hangeulnuriR {
  font-family: 'HangeulNuri-Regular', serif;
  font-weight: 400;
}

#sub .crawling-contents-textbox .hangeulnuriB {
  font-family: 'HangeulNuri-Bold', serif;
}

#sub .crawling-contents-textbox .Chosunmyungjo {
  font-family: 'Chosunilbo_myungjo', serif;
}

#sub .crawling-contents-textbox .WooridaumB {
  font-family: 'WooridaumB';
  font-weight: 700;
  color: #47a;
}

#sub .crawling-contents-textbox .italic {
  font-style: italic;
}

#sub .crawling-contents-textbox .underline {
  text-decoration: underline;
}

#sub .crawling-contents-textbox .keepall {
  word-break: keep-all;
}

#sub .crawling-contents-textbox .map {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#sub .crawling-contents-textbox .map a {
  display: block;
  max-width: 74px;
  margin: 0 auto;
}

#sub .crawling-contents-textbox .tit01 {
  position: relative;
  font-size: 2.25rem;
  font-family: 'HangeulNuri-Regular', serif;
  font-weight: 400;
  color: #014da1;
  word-break: keep-all;
  padding-left: calc(62px + 7.5px);
}

#sub .crawling-contents-textbox .tit01::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 62px;
  height: 12px;
  background-color: #014da1;
}

#sub .crawling-contents-textbox .tit02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sub .crawling-contents-textbox .tit02 h3 {
  font-size: 1.8rem;
  margin-left: 1rem;
}

#sub .crawling-contents-textbox .tag01 {
  position: relative;
  width: 58px;
  height: 58px;
  font-weight: 500;
  line-height: 56px;
  border: 1px solid #333333;
  text-align: center;
}

#sub .crawling-contents-textbox .tag01 span {
  position: absolute;
  left: 0;
  top: calc(-34px - 1rem);
  min-width: 129px;
  height: 34px;
  padding: 0 0.75rem;
  line-height: 34px;
  border-radius: 0.25rem;
  background-color: #4a9009;
  color: #fff;
}

#sub .crawling-contents-textbox .tag01 span::after {
  position: absolute;
  bottom: -18px;
  left: 17px;
  content: "";
  border-top: 9px solid #4a9009;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent;
  z-index: 1;
}

#sub .crawling-contents-textbox .tag02 {
  display: inline-block;
  padding: 7px 15px 8px;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
  border-radius: 5px;
  background-color: #333333;
  color: #fff;
  text-align: center;
}

#sub .crawling-contents-textbox .tag03 {
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem !important;
  margin-bottom: 0.5rem;
  border-radius: 20px;
  background-color: #4477aa;
  line-height: 1;
  color: #fff;
}

#sub .crawling-contents-textbox .tag04 {
  display: inline-block;
  padding: 0.25rem 0.5rem 0.25rem !important;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.65rem;
  background-color: red;
}

#sub .crawling-contents-textbox .btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 76px;
  padding: 0 0.75rem;
  margin: 0 auto;
  border-radius: 0.35rem;
  background-color: #3c49ab;
  -webkit-box-shadow: inset -5px -5px #0f257c;
          box-shadow: inset -5px -5px #0f257c;
  cursor: pointer;
}

#sub .crawling-contents-textbox .btn01 > span {
  position: relative;
  top: -2.5px;
  font-size: 1rem;
  color: #fff;
}

#sub .crawling-contents-textbox .dot {
  display: block;
  position: relative;
  width: 28px;
  height: 11px;
  padding-bottom: 1.5rem;
}

#sub .crawling-contents-textbox .dot::after {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #6388b6;
}

#sub .crawling-contents-textbox .dot::before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #6388b6;
}

#sub .crawling-contents-textbox .quotes {
  position: relative;
  display: block;
  width: 28px;
  height: 20px;
  margin: 0 auto 1.5rem;
}

#sub .crawling-contents-textbox .quotes::after {
  position: absolute;
  display: block;
  content: '';
  width: 28px;
  height: 20px;
  background-image: url(/common/images/quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#sub .crawling-contents-textbox .swiper-container.swiperStyle01 .swiper-slide {
  display: inline-block;
  position: relative;
  width: 30.5%;
  margin-right: 4.25%;
  overflow: hidden;
}

#sub .crawling-contents-textbox .swiper-container.swiperStyle02 {
  max-width: 1200px;
}

#sub .crawling-contents-textbox .swiper-container.swiperStyle02 .swiper-slide {
  display: inline-block;
  position: relative;
  width: auto;
  overflow: hidden;
}

#sub .crawling-contents-textbox .swiper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 122px;
  height: 48px;
  padding: 0 48px;
  margin: 0;
}

#sub .crawling-contents-textbox .swiper-box .swiper-button-prev {
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  background-image: url(/common/images/prev03.png);
  background-size: 100%;
}

#sub .crawling-contents-textbox .swiper-box .swiper-button-next {
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  margin: 0;
  background-image: url(/common/images/next03.png);
  background-size: 100%;
}

#sub .crawling-contents-textbox .swiper-box .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#sub .crawling-contents-textbox .swiper-box .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0;
}

#sub .crawling-contents-textbox .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #222;
}

#sub .crawling-contents-textbox:last-child {
  padding-bottom: 6rem;
}

#sub .comment01 {
  padding: 3rem 5% 0;
}

#sub .comment01 .comment_text {
  max-width: 822px;
  padding-bottom: 0.75rem;
  margin: 0 auto;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  text-align: left;
}

#sub .comment01 .comment_text.red {
  padding-bottom: 0.15rem !important;
  font-size: 0.8rem;
  color: #dc3434;
}

#sub .comment01 .comment_box01 {
  max-width: 822px;
  margin: 0 auto;
}

#sub .comment01 .comment_box01 > span {
  display: block;
  margin-top: 0.25rem;
  overflow: hidden;
}

#sub .comment01 .comment_box01 > span input {
  display: inline-block;
  float: left;
  width: calc((100% - 8px)/2);
  height: 55px;
  padding: 0 1rem;
  font-size: 0.9rem;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}

#sub .comment01 .comment_box01 > span input::-webkit-input-placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box01 > span input:-ms-input-placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box01 > span input::-ms-input-placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box01 > span input::placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box01 > span input:last-child {
  float: right;
}

#sub .comment01 .comment_box01 > span:frist-child {
  margin-top: 0;
}

#sub .comment01 .comment_box01 textarea {
  display: block;
  padding: 0.5rem 1rem;
  margin: 0.7rem 0 0;
  width: 100%;
  height: 150px;
  font-size: 0.9rem;
  border: 1px solid #aaaaaa;
  background-color: #fff;
  overflow: auto;
}

#sub .comment01 .comment_box01 textarea::-webkit-input-placeholder {
  color: #dc3434;
}

#sub .comment01 .comment_box01 textarea:-ms-input-placeholder {
  color: #dc3434;
}

#sub .comment01 .comment_box01 textarea::-ms-input-placeholder {
  color: #dc3434;
}

#sub .comment01 .comment_box01 textarea::placeholder {
  color: #dc3434;
}

#sub .comment01 .comment_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 822px;
  margin: 0.7rem auto 0;
}

#sub .comment01 .comment_box02 > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sub .comment01 .comment_box02 b {
  font-size: 0.9rem;
}

#sub .comment01 .comment_box02 label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}

#sub .comment01 .comment_box02 input[type="text"] {
  display: inline-block;
  width: 163px;
  height: 55px;
  padding: 0 1rem;
  font-size: 0.9rem;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}

#sub .comment01 .comment_box02 input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box02 input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box02 input[type="text"]::-ms-input-placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box02 input[type="text"]::placeholder {
  color: #8c8c8c;
}

#sub .comment01 .comment_box02 button {
  width: 48px;
  height: 55px;
  cursor: pointer;
}

#sub .comment01 .comment_box02 .secureimage {
  width: 163px;
  height: 55px;
  padding: 0.375rem 0;
  margin-left: 1rem;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}

#sub .comment01 .comment_box02 .secureimage img {
  display: block;
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
}

#sub .comment01 .comment_btn01 {
  display: block;
  width: 246px;
  height: 67px;
  margin: 1.75rem auto 0;
  font-size: 1.1rem;
  border-radius: 33.5px;
  background-color: #4a13b4;
  color: #fff;
  cursor: pointer;
}

#sub .comment02 {
  padding: 3rem 5%;
}

#sub .comment02 ul {
  max-width: 1035px;
  margin: 0 auto;
}

#sub .comment02 ul li {
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid #d2d2d2;
}

#sub .comment02 ul li p {
  padding: 0 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}

#sub .comment02 ul li p b {
  display: block;
  font-size: 100%;
  font-weight: 500;
}

#sub .comment02 ul li p:last-child {
  padding: 0;
}

#sub .comment02 ul li:first-child {
  padding-top: 0;
}

#sub .comment02 .pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

#sub .comment02 .pagenation button {
  width: 31px;
  height: 31px;
  margin-right: 0.25rem;
  border: 1px solid #fff;
  font-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#sub .comment02 .pagenation button span {
  display: none;
}

#sub .comment02 .pagenation button:last-child {
  margin-right: 0;
}

#sub .comment02 .pagenation .first {
  border-color: #aaaaaa;
  background-image: url("/common/images/pagenation01.png");
}

#sub .comment02 .pagenation .prev {
  border-color: #aaaaaa;
  background-image: url("/common/images/pagenation02.png");
}

#sub .comment02 .pagenation .next {
  border-color: #aaaaaa;
  background-image: url("/common/images/pagenation03.png");
}

#sub .comment02 .pagenation .last {
  border-color: #aaaaaa;
  background-image: url("/common/images/pagenation04.png");
}

#sub .calendar03 .gallery-top {
  padding: 2rem 5%;
  background-image: url("/common/images/calendar_bg02.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

#sub .calendar03 .gallery-top .swiper-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #333;
}

#sub .calendar03 .gallery-top .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: 1rem;
  top: auto;
  bottom: 2.75rem;
  border: 1px solid #fff;
  background-image: url("/common/images/prev02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 1;
}

#sub .calendar03 .gallery-top .swiper-button-next {
  width: 30px;
  height: 30px;
  right: 1rem;
  top: auto;
  bottom: 2.75rem;
  border: 1px solid #fff;
  background-image: url("/common/images/next02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 1;
  cursor: pointer;
}

#sub .calendar03 .gallery-top .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 1.25rem;
}

#sub .calendar03 .gallery-top .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0 !important;
  background-color: #ccc;
}

#sub .calendar03 .gallery-top .swiper-pagination-bullet-active {
  background-color: #fff;
}

#sub .calendar03 .gallery-top .img {
  display: block;
}

#sub .calendar03 .gallery-top .text {
  display: block;
  padding: 2rem 0 3rem;
  font-size: 0.95rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

#sub .calendar03 .gallery-top .text > b {
  font-size: 100%;
  color: #fff;
}

#sub .calendar03 .gallery-thumbs {
  position: relative;
  padding: 2.5rem;
}

#sub .calendar03 .gallery-thumbs .swiper-slide {
  display: inline-block;
  width: 170px;
  margin-right: 0.25rem;
  border: 5px solid #fff;
  cursor: pointer;
}

#sub .calendar03 .gallery-thumbs .swiper-slide-active {
  border-color: #333;
}

#sub .calendar03 .gallery-thumbs .swiper-button-prev {
  left: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#sub .calendar03 .gallery-thumbs .swiper-button-next {
  right: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#sub .sns {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

#sub .sns > span {
  margin-bottom: 0 !important;
}

#sub .sns .wrap {
  position: relative;
  display: block;
  cursor: pointer;
}

#sub .sns .wrap .img {
  padding-bottom: 0;
}

#sub .sns .wrap .cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: calc(100% - 5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#sub .sns .wrap .cover img {
  display: inline-block;
}

#sub .sns .wrap:hover .cover {
  opacity: 0;
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  .function {
    position: static;
    width: 100%;
    height: auto;
    border-top: 1px solid #ccc;
    border-left: none;
  }
  .function .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 2rem 0;
    width: 100%;
    border-left: none;
  }
  .function .wrap a, .function .wrap button {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .function .wrap a:last-child, .function .wrap button:last-child {
    margin-right: 0;
  }
  .movement .wrap {
    width: 95%;
    margin: 0 auto;
  }
  #sub .crawling-contents-introduction {
    margin: 4rem 5% 0;
  }
  #sub .crawling-contents-textbox {
    padding: 3rem 5% 0;
  }
  #sub .crawling-contents-textbox .flex_1365 {
    display: block;
  }
  #sub .crawling-contents-textbox .flex_1365 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.75rem;
  }
  #sub .crawling-contents-textbox .flex_1365 > span:last-child {
    margin-bottom: 0;
  }
  #sub .crawling-contents-textbox .flex_1365 > span.flex_border {
    padding-right: 0;
    border: none;
  }
  #sub .crawling-contents-textbox .flex_1365 > span.flex_border02 {
    padding-right: 0;
    padding-bottom: 1.75rem;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
  #sub .crawling-contents-textbox .swiper-container.swiperStyle01 .swiper-slide {
    width: 35%;
    max-width: 440px;
    margin: 0 2.5% !important;
  }
  #sub .comment02 ul {
    max-width: 100%;
  }
}

/*Small Pc*/
@media (max-width: 1200px) {
  #sub .crawling-contents-top .wrap .title {
    width: 95%;
    margin: 0 auto;
    word-break: keep-all;
  }
  #sub .crawling-contents-top .wrap .subtitle {
    width: 95%;
    margin: 0 auto;
    word-break: keep-all;
  }
  #sub .crawling-contents-top .wrap .text {
    width: 95%;
    margin: 0 auto;
  }
}

/*Ipad*/
@media (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }
  .mo1024 {
    display: block !important;
  }
  .movement .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .movement .wrap > span {
    display: none;
  }
  .movement .wrap > a {
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  .movement .wrap > a .text * {
    word-break: keep-all;
  }
  .movement .wrap > a:last-child {
    margin-right: 0;
  }
  .movement .wrap > a.next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .movement .wrap > a .arrow_prev {
    margin-right: 0.5rem;
  }
  .movement .wrap > a .arrow_next {
    margin-left: 0.5rem;
  }
  .find_event .find_input {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .find_event .find_input ul {
    display: block;
    float: none;
    margin: 46% auto 1rem;
  }
  .find_event .find_input ul li p {
    padding: 0.5rem 0;
  }
  .find_event .find_input ul li p.detail {
    padding: 0.5rem;
  }
  .find_event .find_input .find_close {
    display: block;
    float: none;
    margin: 0 auto 1rem;
    background-image: url(/common/images/close03.png);
  }
  #sub .crawling-contents-textbox .img.download .download_btn {
    display: none !important;
  }
  #sub .crawling-contents-textbox .flex_1024 {
    display: block;
  }
  #sub .crawling-contents-textbox .flex_1024 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.75rem;
  }
  #sub .crawling-contents-textbox .flex_1024 > span:last-child {
    margin-bottom: 0;
  }
  #sub .crawling-contents-textbox .flex_1024 > span.flex_border {
    padding-right: 0;
    border: none;
  }
  #sub .crawling-contents-textbox .flex_1024 > span.flex_border02 {
    padding-right: 0;
    padding-bottom: 1.75rem;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
  #sub .comment01 .comment_text {
    max-width: 100%;
  }
  #sub .comment01 .comment_box01 {
    max-width: 100%;
  }
  #sub .comment01 .comment_box02 {
    display: block;
    max-width: 100%;
    overflow: hidden;
  }
  #sub .comment01 .comment_box02 > span:last-child {
    margin-top: 1.5rem;
  }
  #sub .comment01 .comment_box02 input[type="text"] {
    width: calc(100% - (94.88px + 1rem + 163px + 48px));
  }
}

/*Tablet*/
@media (max-width: 991.98px) {
  #sub .crawling-contents-textbox .swiper-container.swiperStyle01 .swiper-slide {
    width: 55%;
  }
}

/*Tablet*/
@media (max-width: 769px) {
  .eventstyle01 img {
    width: 95%;
  }
  #sub .crawling-contents-textbox .flex_768 {
    display: block;
  }
  #sub .crawling-contents-textbox .flex_768 > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.5rem;
  }
  #sub .crawling-contents-textbox .flex_768 > span:last-child {
    margin-bottom: 0;
  }
  #sub .crawling-contents-textbox .flex_768 > span.flex_border {
    padding-right: 0;
    border: none;
  }
  #sub .crawling-contents-textbox .flex_768 > span.flex_border02 {
    padding-right: 0;
    padding-bottom: 1.75rem;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
  #sub .crawling-contents-textbox .box {
    padding: 0;
  }
  #sub .crawling-contents-textbox .sns {
    padding-bottom: 0;
  }
  #sub .crawling-contents-textbox .sns > span {
    margin-bottom: 1.5rem !important;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  .pc768 {
    display: none !important;
  }
  .mo768 {
    display: block !important;
  }
  #sub .crawling-contents-textbox .flex {
    display: block;
  }
  #sub .crawling-contents-textbox .flex > span {
    display: block;
    width: 100%;
    min-width: auto !important;
    max-width: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.5rem;
  }
  #sub .crawling-contents-textbox .flex > span:last-child {
    margin-bottom: 0;
  }
  #sub .crawling-contents-textbox .flex > span.flex_border {
    padding-right: 0;
    border: none;
  }
  #sub .crawling-contents-textbox .flex > span.flex_border02 {
    padding-right: 0;
    padding-bottom: 1.75rem;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
  #sub .crawling-contents-textbox .img > span .imgBottom {
    margin-bottom: 1.5rem;
  }
  #sub .crawling-contents-textbox .map {
    text-align: center;
  }
  #sub .crawling-contents-textbox .map_wrap h3 {
    text-align: center;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .function .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 85%;
    margin: 1rem auto;
  }
  .function .wrap a, .function .wrap button {
    width: 28px;
    height: 28px;
    margin: 0;
  }
  .function .wrap a *, .function .wrap button * {
    font-size: 1.4rem;
    width: 100%;
  }
  .movement .wrap {
    padding: 1rem 0;
  }
  .movement .wrap > a img {
    width: 32px;
    height: 32px;
  }
  .movement .wrap > a .text b {
    font-size: 0.65rem;
    padding-bottom: 0.25rem;
  }
  .movement .wrap > a .text span {
    font-size: 0.75rem;
  }
  .modal_wrap {
    padding: 2rem 0;
  }
  .find_event .find_input ul li input {
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .find_event .find_input ul li input[type="checkbox"] + label {
    font-size: 0.75rem;
  }
  .find_event .find_input ul li.input span {
    margin-bottom: 0;
  }
  #sub {
    padding-top: 80px;
  }
  #sub .logo {
    top: 1rem;
  }
  #sub .logo img {
    width: 100px;
  }
  #sub .crawling-contents-top .wrap .navigation {
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
  }
  #sub .crawling-contents-top .wrap .title {
    font-size: 1.75rem;
    padding-bottom: 1rem;
  }
  #sub .crawling-contents-top .wrap .subtitle {
    font-size: 1rem;
    padding-bottom: 1.75rem;
  }
  #sub .crawling-contents-top .wrap .text {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }
  #sub .crawling-contents-top .wrap .by span {
    font-size: 0.75rem;
  }
  #sub .crawling-contents-introduction {
    margin: 2rem 5% 0;
  }
  #sub .crawling-contents-textbox h3 {
    padding-bottom: 1rem;
    font-size: 1.25rem;
    word-break: normal;
  }
  #sub .crawling-contents-textbox h4 {
    font-size: 1rem;
  }
  #sub .crawling-contents-textbox h4 * {
    font-size: 1rem;
  }
  #sub .crawling-contents-textbox h5 {
    font-size: 0.85rem;
  }
  #sub .crawling-contents-textbox p {
    font-size: 0.8rem;
  }
  #sub .crawling-contents-textbox p * {
    font-size: 0.8rem;
  }
  #sub .crawling-contents-textbox small {
    font-size: 80%;
  }
  #sub .crawling-contents-textbox .img {
    padding-bottom: 1rem;
  }
  #sub .crawling-contents-textbox .img img.mo {
    display: block !important;
  }
  #sub .crawling-contents-textbox .img img.imgBottom {
    margin-bottom: 1rem;
  }
  #sub .crawling-contents-textbox .img > span small {
    font-size: 0.65rem;
  }
  #sub .crawling-contents-textbox .border,
  #sub .crawling-contents-textbox .border02,
  #sub .crawling-contents-textbox .border03 {
    padding: 1.25rem 5% !important;
  }
  #sub .crawling-contents-textbox .tit01 {
    font-size: 2rem;
    max-width: none !important;
    padding: 0 5% 1.5rem calc(52px + 7.5px);
  }
  #sub .crawling-contents-textbox .tit01::before {
    width: 52px;
    height: 10px;
  }
  #sub .crawling-contents-textbox .tit02 .img {
    max-width: 80px;
  }
  #sub .crawling-contents-textbox .tit02 h3 {
    font-size: 1.5rem;
    margin-left: 0.75rem;
  }
  #sub .crawling-contents-textbox .btn01 {
    height: 64px;
    padding: 0;
    border-radius: 0.25rem;
  }
  #sub .crawling-contents-textbox .btn01 > span {
    font-size: 0.85rem;
  }
  #sub .crawling-contents-textbox .flex > span {
    margin-bottom: 1rem;
  }
  #sub .crawling-contents-textbox .swiper-container.swiperStyle01 {
    margin-top: 1.5rem;
  }
  #sub .crawling-contents-textbox .swiper-container.swiperStyle01 .swiper-slide {
    width: 70%;
  }
  #sub .crawling-contents-textbox .swiper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 40px;
    padding: 0 30px;
    margin-left: 0.5rem;
  }
  #sub .crawling-contents-textbox .swiper-box .swiper-button-prev,
  #sub .crawling-contents-textbox .swiper-box .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #sub .crawling-contents-textbox .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  #sub .crawling-contents-textbox .swiper-box.mo {
    display: block !important;
    width: 100px;
    height: 40px;
    padding: 0 30px;
    margin: 1rem auto 0;
  }
  #sub .crawling-contents-textbox:last-child {
    padding-bottom: 4rem;
  }
  #sub .comment01 .comment_text {
    font-size: 0.75rem;
    text-align: justify;
    word-break: break-all;
  }
  #sub .comment01 .comment_text.red {
    font-size: 0.7rem !important;
  }
  #sub .comment01 .comment_box01 > span input {
    padding: 0 0.5rem;
    height: 45px;
    font-size: 0.8rem;
  }
  #sub .comment01 .comment_box01 textarea {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
  }
  #sub .comment01 .comment_btn01 {
    width: 202px;
    height: 55px;
    font-size: 0.95rem;
  }
  #sub .comment01 .comment_box02 b {
    font-size: 0.8rem;
  }
  #sub .comment01 .comment_box02 .secureimage {
    width: 120px;
    height: 39px;
    margin-left: 0.5rem;
    padding: 0.25rem 0;
  }
  #sub .comment01 .comment_box02 .secureimage img {
    width: auto;
    max-width: none;
    height: 28px;
  }
  #sub .comment01 .comment_box02 button {
    width: 39px;
    height: 39px;
  }
  #sub .comment01 .comment_box02 input[type="text"] {
    width: calc(100% - (83.83px + 0.5rem + 120px + 39px));
    height: 39px;
    padding: 0 0.5rem;
    font-size: 0.8rem;
  }
  #sub .comment01 .comment_box02 label {
    font-size: 0.8rem;
  }
  #sub .comment02 ul li {
    padding: 1.25rem 0 1.75rem;
  }
  #sub .comment02 .pagenation {
    margin: 1.75rem 0 3.5rem;
  }
  #sub .comment02 .pagenation button {
    width: 30px;
    height: 30px;
  }
  #sub .calendar03 .gallery-top {
    padding: 1.5rem 5%;
    background-image: url("/common/images/calendar_bg02_mo.jpg");
  }
  #sub .calendar03 .gallery-top .swiper-button-prev {
    left: 5%;
    bottom: 2.5rem;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  #sub .calendar03 .gallery-top .swiper-button-next {
    right: 5%;
    bottom: 2.5rem;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  #sub .calendar03 .gallery-top .text {
    padding: 1.25rem calc(10% + 30px) 2.5rem;
    font-size: 0.75rem;
  }
  #sub .calendar03 .gallery-thumbs {
    padding: 2rem;
  }
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
}

/*Mobile(minimum)*/
@media (max-width: 360px) {
  .comment01 .comment_box02 b {
    font-size: 0.75rem;
  }
  .comment01 .comment_box02 .secureimage {
    width: 107px;
    padding: 0.3rem 0;
  }
  .comment01 .comment_box02 .secureimage img {
    height: 25px;
  }
  .comment01 .comment_box02 button {
    width: 35px;
  }
  .comment01 .comment_box02 button i {
    font-size: 0.9rem;
  }
  .comment01 .comment_box02 input[type="text"] {
    width: calc(100% - (78.31px + 0.5rem + 107px + 35px));
    padding: 0 0.35rem;
    font-size: 0.75rem;
  }
}

@pages {
  size: auto;
  margin: 5mm;
}

@media print {
  header {
    position: absolute !important;
  }
  nav .gnb li .img,
  .main .section01,
  .main .section02 .swiper-slide .img,
  .calendar .swiper-container .img,
  .img > span {
    position: relative;
  }
  nav .gnb li .img::before,
  .main .section01::before,
  .main .section02 .swiper-slide .img::before,
  .calendar .swiper-container .img::before,
  .img > span::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/logo.png");
    background-position: center;
    opacity: 0.5;
    z-index: 997;
  }
  nav .gnb li .img small,
  .main .section01 small,
  .main .section02 .swiper-slide .img small,
  .calendar .swiper-container .img small,
  .img > span small {
    position: relative;
    background-color: #fff;
    z-index: 3;
  }
  .sub02 .crawling-contents-textbox {
    background-size: 0 !important;
  }
  .sub02 .img span {
    width: 100%;
  }
  .sub02 .img > span::before {
    display: none;
  }
  .oneday {
    display: nones;
  }
  .event {
    display: none !important;
  }
}
/*# sourceMappingURL=style_renewal.css.map */