@charset "UTF-8";
@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");

@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: 'Vitro_core';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_core.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.blue {
  color: #4270e5;
}

.brown {
  color: #b6653d;
}

@-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;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 20px;
  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%;
}

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  overflow: auto;
}

body.off {
  overflow: hidden;
}

header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

header button {
  display: block;
  background-color: #ffee34;
  cursor: pointer;
}

header button img {
  display: block;
}

header.on button {
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 36.4%;
}

header.on button img {
  opacity: 0;
}

header.vol295 button {
  background-color: #234cff;
}

header.vol296 button {
  background-color: #ff8400;
}

header.vol297 button {
  background-color: #c05b01;
}

header.vol298 button {
  background-color: #ff4a25;
}

header.vol299 button {
  background-color: #7e0fc5;
}

header.vol300 button {
  background-color: #ff0042;
}

header.vol301 button {
  background-color: #18ad35;
}

header.vol302 button {
  background-color: #ffee34;
}

header.vol303 button {
  background-color: #36bef0;
}

header.vol304 button {
  background-color: #ff5f3d;
}

header.vol305 button {
  background-color: #8658be;
}

nav {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  background-color: #fff;
  overflow: auto;
  z-index: 998;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow-x: hidden;
}

nav .animation {
  position: relative;
  width: 100%;
  height: 119px;
  margin-bottom: 4rem;
}

nav .animation .layer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-size: auto 100%;
  z-index: 2;
}

nav .animation .layer02 {
  position: absolute;
  left: -100%;
  bottom: 7px;
  width: 458px;
  height: 67px;
  background-size: 100%;
  z-index: 3;
}

nav .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}

nav .gnb .division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 2rem;
}

nav .gnb .division:last-child {
  margin-bottom: 0;
}

nav .gnb li {
  display: inline-block;
  width: 18.2%;
  padding-top: 48px;
  margin-right: 2.25%;
}

nav .gnb li h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

nav .gnb li a {
  display: block;
}

nav .gnb li a:hover .img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 10px solid #87a0ff;
}

nav .gnb li .img {
  background-color: #87a0ff;
}

nav .gnb li .img img {
  display: block;
  width: 100%;
}

nav .gnb li .text span {
  display: block;
  padding: 1rem 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}

nav .gnb li .text p {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.25;
  word-break: keep-all;
}

nav .gnb li .text p b {
  font-size: 0.95rem;
  font-weight: 400;
  color: #87a0ff;
}

nav .gnb li:last-child {
  margin-right: 0;
}

nav .gnb li.gnb_tit {
  padding-top: 0;
}

nav .gnb li.edit {
  width: 100%;
  overflow: hidden;
}

nav .gnb li.edit>span {
  display: inline-block;
  float: left;
  margin-right: 1rem;
}

nav .gnb li.edit>span>b {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.7rem;
  font-weight: 500;
}

nav .gnb li.edit>span:last-child {
  width: 651px;
  max-width: calc(100% - (139px + 1rem));
  margin-right: 0;
}

nav .gnb li.edit span,
nav .gnb li.edit b {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1.45;
  color: #898989;
  word-break: keep-all;
}

nav .gnb li.edit b {
  font-weight: 600;
}

nav.on {
  left: 0;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 1.5rem calc((100% - 1200px)/2);
}

footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .sns {
  display: block;
  margin-left: 1rem;
  overflow: hidden;
}

footer .sns a {
  display: inline-block;
  float: left;
  width: 49px;
  height: 49px;
  margin-right: 0.25rem;
  background-image: url("../images/sns01.png");
  background-size: 100%;
  background-position: top center;
}

footer .sns a img {
  display: none;
}

footer .sns a:hover {
  background-position: bottom center;
}

footer .sns a:last-child {
  margin-right: 0;
}

footer .sns a:nth-child(2) {
  background-image: url("../images/sns02.png");
}

footer .sns a:nth-child(3) {
  background-image: url("../images/sns03.png");
}

footer .sns a:nth-child(4) {
  background-image: url("../images/sns04.png");
}

footer .link {
  display: block;
  margin-left: 1rem;
  overflow: hidden;
}

footer .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -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: 172px;
  height: 49px;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #a0a0a0;
  background-color: #353334;
}

footer .link a .icon {
  margin-right: 7.5px;
  background-image: url("../images/icon03_on.png");
  background-size: 100%;
}

footer .link a .icon img {
  display: block;
}

footer .link a i {
  margin-right: 7.5px;
  color: #fff;
}

footer .link a span {
  font-size: 0.8rem;
  color: #fff;
}

footer .link a:last-child {
  margin-right: 0;
}

footer .link a.new {
  background-color: #577196;
}

footer .copy {
  font-size: 0.75rem;
  font-weight: 500;
  color: #757474;
  overflow: hidden;
}

footer .copy span {
  float: right;
  margin-left: 5px;
  font-size: 0.75rem;
  font-weight: 400;
  color: #757474;
}

footer .made {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #757474;
  word-break: keep-all;
}

footer .made b {
  font-size: 0.75rem;
  font-weight: 500;
  color: #757474;
}

.old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
}

/*과월호별*/
header.vol295.on button {
  background-image: url(../images/close_wh.png);
}

header.vol295~nav .animation {
  background-color: #cdeefd;
}

header.vol295~nav .animation .layer {
  height: 30px;
}

header.vol295~nav .animation .layer02 {
  bottom: 30px;
  width: 267px;
  height: 69px;
}

header.vol296.on button {
  background-image: url(../images/close_wh.png);
}

header.vol296~nav .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

header.vol296~nav .bg>img {
  display: block;
  max-width: 100%;
}

header.vol296~nav .bg>img.mo {
  display: none;
}

header.vol296~nav .animation {
  height: 0;
}

header.vol296~nav .gnb {
  position: relative;
  z-index: 2;
}

header.vol297.on button {
  background-image: url(../images/close_wh.png);
}

header.vol297~nav .animation .layer02 {
  bottom: 0;
  width: 331px;
  height: 121px;
}

header.vol298.on button {
  background-image: url(../images/close_wh.png);
}

header.vol298~nav .animation .layer02 {
  bottom: 0;
  width: 200px;
  height: 119px;
}

header.vol299.on button {
  background-image: url(../images/close_wh.png);
}

header.vol299~nav .animation .layer02 {
  bottom: 0;
  width: 280px;
  height: 135px;
}

header.vol300.on button {
  background-image: url(../images/close_wh.png);
}

header.vol300~nav .animation {
  height: 117px;
}

header.vol300~nav .animation .layer02 {
  bottom: 0;
  width: 275px;
  height: 117px;
}

header.vol301.on button {
  background-image: url(../images/close_wh.png);
}

header.vol301~nav .gnb li:nth-child(5n) {
  margin-right: 0;
}

header.vol301~nav .animation {
  height: 119px;
}

header.vol301~nav .animation .layer02 {
  bottom: 0;
  width: 293px;
  height: 119px;
}

header.vol302~nav .gnb li:nth-child(5n) {
  margin-right: 0;
}

header.vol302~nav .animation {
  height: 119px;
}

header.vol302~nav .animation .layer02 {
  bottom: 0;
  width: 293px;
  height: 119px;
}

header.vol303~nav .gnb li:nth-child(5n) {
  margin-right: 0;
}

header.vol303~nav .animation {
  height: 119px;
}

header.vol303~nav .animation .layer02 {
  bottom: 0;
  width: 293px;
  height: 119px;
}

header.vol303.on button {
  background-image: url(../images/close_wh.png);
}

header.vol304~nav .gnb li:nth-child(5n) {
  margin-right: 0;
}

header.vol304~nav .animation {
  height: 119px;
  background-size: auto 100%;
  background-position: center;
}

header.vol304~nav .animation .layer02 {
  bottom: 0;
  width: 293px;
  height: 119px;
}

header.vol304.on button {
  background-image: url(../images/close_wh.png);
}

header.vol305~nav .gnb li:nth-child(5n) {
  margin-right: 0;
}

header.vol305~nav .animation {
  height: 119px;
  background-size: auto 100%;
  background-position: center;
}

header.vol305~nav .animation .layer02 {
  bottom: 0;
  width: 293px;
  height: 119px;
}

header.vol305.on button {
  background-image: url(../images/close_wh.png);
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  nav {
    padding-bottom: 2rem;
  }

  nav .gnb {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  nav .gnb .division {
    margin-bottom: 4rem;
  }

  nav .gnb li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  nav .gnb li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  nav .gnb li a .img {
    width: 25%;
    margin-right: 5%;
    border: none !important;
    background-color: transparent;
  }

  nav .gnb li a .text {
    width: 70%;
  }

  nav .gnb li a .text span {
    padding: 0.5rem 0;
    font-size: 1rem;
  }

  nav .gnb li a .text p {
    font-size: 1.25rem;
  }

  nav .gnb li a .text p b {
    font-size: 1.25rem;
  }

  nav .gnb li:last-child {
    margin-bottom: 0;
  }

  nav .gnb li.gnb_tit {
    padding-top: 2rem;
  }

  nav .gnb li.gnb_tit:first-child {
    padding-top: 0;
  }

  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.75rem;
  }

  footer .sns {
    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;
    margin-left: 0;
  }

  footer .sns a {
    width: auto;
    height: auto;
    margin-right: 1.25rem;
    background-image: none !important;
  }

  footer .sns a img {
    display: block;
  }

  footer .link {
    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;
    margin: 0.75rem 0 0;
  }

  footer .link a {
    float: none;
    border-radius: 2rem;
    border-color: #a0a0a0;
    background-color: #fff;
  }

  footer .link a .icon {
    background-image: url("../images/icon03.png");
  }

  footer .link a .icon img {
    opacity: 0;
  }

  footer .link a i {
    font-size: 1.2rem;
    color: #333333;
  }

  footer .link a span {
    color: #333333;
  }

  footer .link a.new {
    background-color: #fff;
  }

  footer .made {
    margin-top: 0.25rem;
    text-align: center;
  }

  .old>li {
    width: 50%;
    margin-bottom: 4rem;
  }

  .old>li:nth-last-child(3) {
    margin-bottom: 4rem;
  }

  header.vol296~nav .bg {
    position: static;
    right: auto;
    top: auto;
    padding: 0 119px 0 5%;
  }

  header.vol296~nav .bg>img {
    display: none;
  }

  header.vol296~nav .bg>img.mo {
    display: block;
    max-width: 100%;
  }

  header.vol296~nav .animation {
    display: none;
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  body {
    padding: 0;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  body {
    padding: 0;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  header button img {
    width: 78px;
  }

  nav .animation {
    height: 78px;
    margin-bottom: 2rem;
  }

  nav .animation .layer {
    height: 10px;
  }

  nav .animation .layer02 {
    width: 273px;
    height: 40px;
  }

  nav .gnb .division {
    margin-bottom: 2rem;
  }

  nav .gnb li {
    margin: 0 0 1rem;
  }

  nav .gnb li h4 {
    font-size: 1rem;
  }

  nav .gnb li a .text span {
    padding: 0.25rem 0;
    font-size: 0.65rem;
  }

  nav .gnb li a .text p {
    font-size: 0.85rem;
  }

  nav .gnb li a .text p b {
    font-size: 0.85rem;
  }

  nav .gnb li.gnb_tit {
    padding-top: 1rem;
  }

  nav .gnb li.edit>span:last-child {
    width: 100%;
    max-width: none;
  }

  nav .gnb li.edit>span:last-child span {
    display: block;
  }

  footer {
    padding: 1.25rem 3%;
  }

  footer .copy {
    font-size: 0.55rem;
  }

  footer .copy span {
    font-size: 0.55rem;
  }

  footer .sns a {
    margin-right: 1rem;
  }

  footer .sns a img {
    max-width: 27.5px;
    max-height: 25px;
  }

  footer .link {
    width: calc(300px + 0.25rem);
  }

  footer .link a {
    width: 150px;
    height: 40px;
    margin-right: 0.25rem;
  }

  footer .link a .icon {
    margin-right: 5px;
    background-size: 100%;
  }

  footer .link a .icon img {
    max-height: 15px;
  }

  footer .link a i {
    font-size: 0.75rem;
  }

  footer .link a span {
    font-size: 0.65rem;
  }

  footer .made {
    max-width: 240px;
    margin: 0.25rem auto 0;
    font-size: 0.55rem;
    line-height: 1.25;
  }

  footer .made b {
    font-size: 0.55rem;
  }

  .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;
  }

  /*과월호별*/
  header.vol295~nav .animation .layer {
    height: 20px;
  }

  header.vol295~nav .animation .layer02 {
    bottom: 20px;
    width: 200px;
    height: 52px;
  }

  header.vol296~nav .bg {
    padding: 0 90px 0 5%;
  }

  header.vol297~nav .animation .layer02 {
    width: 142px;
    height: 52px;
  }

  header.vol298~nav .animation .layer02 {
    width: 132px;
    height: 78px;
  }

  header.vol299~nav .animation .layer02 {
    width: 142px;
    height: 68px;
  }

  header.vol300~nav .animation {
    height: 77px;
  }

  header.vol300~nav .animation .layer02 {
    width: 181px;
    height: 77px;
  }

  header.vol301~nav .animation {
    height: 77px;
  }

  header.vol301~nav .animation .layer02 {
    width: 189px;
    height: 77px;
  }

  header.vol302~nav .animation {
    height: 77px;
  }

  header.vol302~nav .animation .layer02 {
    width: 189px;
    height: 77px;
  }

  header.vol303~nav .animation {
    height: 77px;
  }

  header.vol303~nav .animation .layer02 {
    width: 189px;
    height: 77px;
  }

  header.vol304~nav .animation {
    height: 77px;
  }

  header.vol304~nav .animation .layer02 {
    width: 189px;
    height: 77px;
  }

  header.vol305~nav .animation {
    height: 77px;
  }

  header.vol305~nav .animation .layer02 {
    width: 189px;
    height: 77px;
  }
}

/*Mobile(minimum)*/
@media (max-width: 365px) {
  body {
    padding: 0;
  }
}

.main #VideoWrapper {
  background: no-repeat center/cover url("/page/vol294/img/ytplayer_img.jpg") !important;
}

.main .section01 {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  overflow: hidden;
}

.main .section01 video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  min-height: 1080px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.main .section01 h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.main .section01 h2 img {
  display: block;
}

.main .section01 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  z-index: 1;
}

.main .section01 .logo {
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  cursor: pointer;
  z-index: 2;
}

.main .section01 .logo img {
  display: block;
}

.main .section01 .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: 1rem;
  bottom: 1.25rem;
  min-width: 292px;
  z-index: 2;
}

.main .section01 .radio audio {
  position: absolute;
  left: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.main .section01 .radio button {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffee34;
  cursor: pointer;
  z-index: 3;
}

.main .section01 .radio button i {
  display: block;
  color: #000000;
  margin-left: 5px;
}

.main .section01 .radio button.on {
  background-image: url("../images/icon05.png");
  background-position: center;
  background-repeat: no-repeat;
}

.main .section01 .radio button.on i {
  display: none;
}

.main .section01 .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 calc(32px + 0.5rem);
  margin-left: -32px;
  border-radius: 0 2.75rem 2.75rem 0;
  background-color: #fff;
  overflow: hidden;
}

.main .section01 .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;
}

.main .section02 {
  position: relative;
  padding: 4rem 0 4rem 18.75%;
}

.main .section02 h3 {
  font-size: 1.25rem;
}

.main .section02 .swiper-container {
  margin-top: 1.25rem;
}

.main .section02 .swiper-slide {
  width: 18%;
  margin-right: 1.5%;
}

.main .section02 .swiper-slide .img {
  display: block;
}

.main .section02 .swiper-slide .img img {
  width: 100%;
}

.main .section02 .swiper-slide .text {
  display: block;
  margin-top: 1rem;
}

.main .section02 .swiper-slide .text span {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}

.main .section02 .swiper-slide .text p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  word-break: keep-all;
}

.main .section02 .swiper-slide:last-child {
  margin-right: 0;
}

.main .section02 .swiper-button-prev {
  left: auto;
  right: calc(18.75% + 18px + 0.25rem);
  top: 4rem;
  margin: 0;
  width: 18px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231b1b1b'%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  opacity: 0.5;
}

.main .section02 .swiper-button-next {
  right: 18.75%;
  top: 4rem;
  margin: 0;
  width: 18px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231b1b1b'%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
}

.main .section03 {
  padding: 3rem calc((100% - 1200px)/2) 0;
  background-color: #353434;
  overflow: hidden;
}

.main .section03 .swiper-container {
  border-radius: 0 2rem 0 0;
  -webkit-box-shadow: 10px 50px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 50px 0px 10px rgba(0, 0, 0, 0.3);
}

.main .section03 .swiper-slide {
  background-color: #353434;
  overflow: hidden;
}

.main .section03 .text {
  display: inline-block;
  float: left;
  width: calc(100% - 798px);
  padding-right: 5%;
}

.main .section03 .text p {
  font-size: 0.75rem;
  word-break: keep-all;
  color: #fff;
}

.main .section03 .text h3 {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  word-break: keep-all;
  color: #fff;
}

.main .section03 .text span {
  display: inline-block;
  margin-top: 1rem;
  overflow: hidden;
}

.main .section03 .text span button {
  display: inline-block;
  float: left;
  width: 18px;
  height: 30px;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  cursor: pointer;
  opacity: 0.5;
}

.main .section03 .text span button:last-child {
  margin-right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23727272'%2F%3E%3C%2Fsvg%3E");
  opacity: 1 !important;
}

.main .section03 .img {
  display: inline-block;
  float: left;
}

.main .section03 .img img {
  display: block;
  border-radius: 2rem 2rem 0 0;
}

.main .section03 .img img.mo {
  display: none;
}

.manual .modal_wrap {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  width: 1190px;
  min-height: 100%;
  margin: auto;
}

.manual button.modal_close {
  position: absolute;
  right: 2%;
  top: 3.35%;
  width: 4.3%;
  height: 7.4%;
  cursor: pointer;
  z-index: 2;
}

.manual button.modal_close span {
  display: none;
}

.manual input[type="checkbox"] {
  display: none;
}

.manual label.modal_close {
  position: absolute;
  right: 1%;
  bottom: 1.25%;
  width: 13%;
  height: 4.5%;
  cursor: pointer;
  z-index: 2;
}

.manual .swiper-container {
  width: 1000px;
}

.manual .swiper-slide img {
  display: block;
}

.manual .swiper-slide img.mo {
  display: none;
}

.manual .swiper-button-prev {
  width: auto;
  height: auto;
  background-image: none;
}

.manual .swiper-button-prev i {
  font-size: 2.25rem;
  color: #fff;
}

.manual .swiper-button-next {
  width: auto;
  height: auto;
  background-image: none;
}

.manual .swiper-button-next i {
  font-size: 2.25rem;
  color: #fff;
}

header.vol295~.main .section01 .radio button {
  background-color: #234cff;
}

header.vol296~.main .section01 .radio button {
  background-color: #ff8400;
}

header.vol297~.main .section01 .radio button {
  background-color: #c05b01;
}

header.vol298~.main .section01 .radio button {
  background-color: #ff4a25;
}

header.vol299~.main .section01 .radio button {
  background-color: #7e0fc5;
}

header.vol300~.main .section01 .radio button {
  background-color: #ff0042;
}

header.vol301~.main .section01 .radio button {
  background-color: #18ad35;
}

header.vol302~.main .section01 .radio button {
  background-color: #ffee34;
}

header.vol303~.main .section01 .radio button {
  background-color: #36bef0;
}

header.vol304~.main .section01 .radio button {
  background-color: #ff5f3d;
}

header.vol305~.main .section01 .radio button {
  background-color: #8658be;
}

/*팝업(메인용)*/
.main~.popup {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 997;
}

.main~.popup .popup_img {
  display: block;
}

.main~.popup .popup_img>img {
  display: block;
  max-width: 100%;
}

.main~.popup .popup_bottom {
  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;
  padding: 0.25rem 0.5rem;
  background-color: #fff;
}

.main~.popup .popup_check {
  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;
}

.main~.popup .popup_check>label {
  margin-left: 0.15rem;
  font-size: 0.75rem;
  cursor: pointer;
}

.main~.popup .popup_close {
  font-size: 0.75rem;
  cursor: pointer;
}

/*과월호별*/
header.vol295~.main .section01 .radio button i {
  color: #fff;
}

header.vol295~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol296~.main .section01 {
  background-position: center right;
}

header.vol296~.main .section01 video {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header.vol297~.main .section01 .bg {
  opacity: 0.3;
}

header.vol297~.main .section01 h2 {
  top: 66%;
}

header.vol297~.main .section01 .radio button i {
  color: #fff;
}

header.vol297~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol297~.main .section01 .typing-wrap {
  position: absolute;
  left: 50%;
  top: 12.5%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

header.vol297~.main .section01 .typing-wrap .typing-txt {
  display: none;
}

header.vol297~.main .section01 .typing-wrap>p>b {
  font-size: 1.5rem;
  color: #fff;
}

header.vol297~.main .section01 .typing-wrap>p>span {
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
}

header.vol298~.main .section01 .radio button i {
  color: #fff;
}

header.vol298~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol298~.modal .swiper-button-prev,
header.vol298~.modal .swiper-button-next {
  display: none;
}

header.vol299~.main .section01 .radio button i {
  color: #fff;
}

header.vol299~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol299~.main .section01 .typing-wrap {
  position: absolute;
  left: 50%;
  top: 40%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}

header.vol299~.main .section01 .typing-wrap .typing-txt {
  display: none;
}

header.vol299~.main .section01 .typing-wrap>p>b {
  font-size: 1.15rem;
  font-weight: 300;
  color: #fff;
}

header.vol299~.main .section01 .typing-wrap>h2 {
  position: static;
  margin: 2rem auto 0;
  -webkit-transform: none;
  transform: none;
}

header.vol299~.main .section01 .typing-wrap>h2>img {
  margin: 0 auto;
}

header.vol300~.main .section01 .radio button i {
  color: #fff;
}

header.vol300~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol300~.main .section01 .text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 70%;
  font-size: 1.75rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

header.vol300~.main .section01 .text>h2 {
  position: static;
  left: auto;
  top: auto;
  width: 100%;
  margin: 5% 0 0;
  -webkit-transform: none;
  transform: none;
}

header.vol300~.main .section01 .text>h2>img {
  max-width: 100%;
  margin: 0 auto;
}

header.vol300~.main .section01 .text>p {
  display: inline-block;
  padding-bottom: 0.75rem;
  font-size: 1.55rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}

header.vol300~.modal.vol300#modal01 .modal_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

header.vol300~.modal.vol300#modal01 .img {
  position: relative;
  max-width: 95%;
}

header.vol300~.modal.vol300#modal01 .img>img {
  display: block;
  max-width: 100%;
}

header.vol300~.modal.vol300#modal01 .img>img.mo {
  display: none;
}

header.vol300~.modal.vol300#modal01 .modal_close {
  position: absolute;
  right: 1%;
  top: 1.4%;
  width: 5.5%;
  height: 7%;
}

header.vol300~.modal.vol300#modal01 .modal_close>span {
  display: none;
}

header.vol301~.main .section01 {
  background-size: cover;
  background-position: center;
}

header.vol301~.main .section01 .radio button i {
  color: #fff;
}

header.vol301~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol301~.main .section01 h2 {
  top: 32.5%;
}

header.vol302~.main .section01 {
  background-size: cover;
  background-position: center;
}

header.vol302~.main .section01 h2 {
  top: 37.5%;
}

header.vol303~.main .section01 {
  background-size: cover;
  background-position: center;
}

header.vol303~.main .section01 .radio button i {
  color: #fff;
}

header.vol303~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol303~.main .section01 h2 {
  top: 50%;
}

header.vol304~.main .section01 {
  background-size: cover;
  background-position: center;
}

header.vol304~.main .section01 .radio button i {
  color: #fff;
}

header.vol304~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

header.vol305~.main .section01 {
  background-size: cover;
  background-position: center;
}

header.vol305~.main .section01 .radio button i {
  color: #fff;
}

header.vol305~.main .section01 .radio button.on {
  background-image: url(../images/icon05_wh.png);
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  .main .section01 video {
    opacity: 0;
    -webkit-animation-name: Video;
    animation-name: Video;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .main .section01 h2 {
    width: 70%;
  }

  .main .section01 h2 img {
    max-width: 100%;
  }

  .main .section01 .logo {
    top: 1.75rem;
    left: 5%;
  }

  .main .section01 .radio {
    left: calc(50% + 14px);
    bottom: 1.75rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main .section02 {
    padding: 4rem 0 4rem 5%;
  }

  .main .section02 .swiper-slide {
    width: 28%;
    margin-right: 3.5%;
  }

  .main .section02 .swiper-button-prev {
    right: calc(5% + 18px + 0.25rem);
  }

  .main .section02 .swiper-button-next {
    right: 5%;
  }

  .main .section03 {
    padding: 3rem 2% 0 5%;
  }

  .main .section03 .swiper-container {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .main .section03 .text {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    padding: 0 calc(46px + 25px) 0 1rem;
  }

  .main .section03 .text span {
    position: absolute;
    right: 25px;
    bottom: 0;
    margin: 0;
  }

  .main .section03 .img {
    float: none;
    display: block;
    width: 100%;
    margin-top: 1.5rem;
  }

  .main .section03 .img img {
    width: calc(100% - 25px);
    border-radius: 3rem 3rem 0 0;
    -webkit-box-shadow: 0px 70px 0px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 70px 0px 25px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }

  .manual .modal_wrap {
    width: 90%;
    max-width: 800px;
  }

  .manual button.modal_close {
    top: auto;
    bottom: 1.25%;
    right: auto;
    left: 2.25%;
    width: 11.5%;
    height: 4.5%;
  }

  .manual label.modal_close {
    bottom: 1.25%;
    right: 1.75%;
    width: 26.5%;
  }

  .manual .swiper-container {
    width: 100%;
  }

  .manual .swiper-slide img {
    display: none;
  }

  .manual .swiper-slide img.mo {
    display: block;
    max-width: 100%;
  }

  .manual .swiper-button-prev i,
  .manual .swiper-button-next i {
    opacity: 0.75;
  }

  .main~.popup {
    right: auto;
    left: 50%;
    bottom: 5%;
    width: 90%;
    max-width: 448px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
  }

  header.vol298~.modal label.modal_close {
    bottom: 2.45%;
  }

  header.vol298~.modal button.modal_close {
    left: 4%;
    bottom: 2.45%;
  }

  header.vol299~.main .section01 video {
    left: -25%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  header.vol297~.main .section01 .typing-wrap {
    top: 15%;
  }

  header.vol300~.main .section01 .text>p {
    font-size: 1.25rem;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  .main .section02 .swiper-slide {
    width: 42.5%;
  }

  header.vol297~.main .section01 .typing-wrap>p>b,
  header.vol297~.main .section01 .typing-wrap>p>span {
    font-size: 1.25rem;
  }

  header.vol299~.main .section01 .typing-wrap>p>b {
    font-size: 1rem;
  }

  header.vol299~.main .section01 .typing-wrap>h2 {
    margin: 1rem auto 0;
  }

  header.vol300~.modal.vol300#modal01 .img {
    max-width: 90%;
  }

  header.vol300~.modal.vol300#modal01 .img>img {
    display: none;
  }

  header.vol300~.modal.vol300#modal01 .img>img.mo {
    display: block;
  }

  header.vol300~.modal.vol300#modal01 .modal_close {
    right: 2%;
    width: 5.75%;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .main .section01 {
    min-height: auto !important;
    height: 500px;
    background-size: auto 100%;
  }

  .main .section01 .logo {
    top: 1rem;
  }

  .main .section01 .logo img {
    width: 100px;
  }

  .main .section01 video {
    min-height: auto;
  }

  .main .section01 .radio {
    left: calc(50% + 10px);
    bottom: 1rem;
    width: 193px;
    min-width: auto;
  }

  .main .section01 .radio button {
    width: 52.5px;
    height: 52.5px;
  }

  .main .section01 .radio button i {
    font-size: 0.85rem;
  }

  .main .section01 .radio button.on {
    background-size: 25%;
  }

  .main .section01 .radio p {
    width: 125px;
    height: 40px;
    padding: 0 20px 0 calc(26.25px + 0.5rem);
    border-radius: 0 2rem 2rem 0;
    margin-left: -26.25px;
  }

  .main .section01 .radio p span {
    font-size: 0.65rem;
  }

  .main .section02 {
    padding: 3rem 0 3rem 5%;
  }

  .main .section02 .swiper-slide {
    width: 70%;
    margin-right: 5%;
  }

  .main .section02 .swiper-slide .text span {
    font-size: 0.65rem;
  }

  .main .section02 .swiper-slide .text p {
    font-size: 0.85rem;
  }

  .main .section02 .swiper-button-prev,
  .main .section02 .swiper-button-next {
    top: 63px;
    width: 15px;
    height: 25px;
  }

  .main .section02 .swiper-button-prev {
    right: calc(5% + 15px + 0.25rem);
  }

  .main .section03 {
    padding: 1.5rem 2% 0 5%;
  }

  .main .section03 .text {
    padding: 0 calc(35px + 25px) 0 0.5rem;
  }

  .main .section03 .text p {
    font-size: 0.65rem;
    min-height: 25px;
  }

  .main .section03 .text h3 {
    display: none;
  }

  .main .section03 .text span button {
    width: 15px;
    height: 25px;
    margin-right: 0.25rem;
  }

  .main .section03 .img {
    margin-top: 1rem;
  }

  .main .section03 .img img {
    display: none;
    border-radius: 1.5rem 1.5rem 0 0;
    -webkit-box-shadow: 0px 30px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 30px 0px 15px rgba(0, 0, 0, 0.3);
  }

  .main .section03 .img img.mo {
    display: block;
  }

  .manual .swiper-button-prev {
    left: 5px;
  }

  .manual .swiper-button-prev i {
    font-size: 1.25rem;
  }

  .manual .swiper-button-next {
    right: 5px;
  }

  .manual .swiper-button-next i {
    font-size: 1.25rem;
  }

  .main~.popup .popup_check>label {
    font-size: 0.65rem;
  }

  .main~.popup .popup_close {
    font-size: 0.65rem;
  }

  header.vol297~.main .section01 .typing-wrap {
    top: 20%;
  }

  header.vol297~.main .section01 .typing-wrap>p>b,
  header.vol297~.main .section01 .typing-wrap>p>span {
    font-size: 0.75rem;
  }

  header.vol299~.main .section01 .typing-wrap>p>b {
    font-size: 0.75rem;
  }

  header.vol300~.main .section01 .text>h2 {
    margin: 7.5% 0 0;
  }

  header.vol300~.main .section01 .text>p {
    padding-bottom: 0.45rem;
    font-size: 0.75rem;
  }

  header.vol301~.main .section01 {
    background-size: auto 100%;
  }

  header.vol301~.main .section01 h2 {
    top: 40%;
  }

  header.vol302~.main .section02 {
    background-size: auto 100%;
  }
}

.function {
  display: block;
  position: fixed;
  left: calc((100% - 1460px)/2);
  top: 6.25rem;
  z-index: 2;
  opacity: 1;
}

.function a,
.function button {
  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: 36px;
  height: 36px;
  margin-bottom: 5px;
  border-radius: 100%;
  border: 1px solid #dedede;
  cursor: pointer;
}

.function a:hover,
.function button:hover {
  background-color: #dedede;
}

.function a:last-child {
  margin: 0;
}

.sub02~.function {
  display: none;
  opacity: 0;
}

.sub02~.function.on {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.movement {
  position: relative;
  width: 1200px;
  padding: 1.5rem;
  margin: 5rem auto 2.5rem;
  background-color: #ebebf1;
  overflow: hidden;
}

.movement .arrow_prev,
.movement .arrow_next {
  position: absolute;
  right: calc(50% + 20px);
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.movement .arrow_prev small,
.movement .arrow_next small {
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

.movement .arrow_prev:hover,
.movement .arrow_next:hover {
  background-color: #ffee34;
}

.movement .arrow_next {
  right: auto;
  left: calc(50% + 20px);
}

.movement .thum {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50%;
  padding-right: 110px;
}

.movement .thum img {
  height: 105px;
}

.movement .thum .text {
  display: inline-block;
  padding: 0 1rem;
}

.movement .thum .text b {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  word-break: keep-all;
}

.movement .thum .text span {
  display: block;
  min-height: 21px;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  font-weight: 300;
  word-break: keep-all;
}

.movement .thum_next {
  float: right;
  padding-right: 0;
  padding-left: 110px;
}

.movement .thum_next .text {
  text-align: right;
}

.movement .thum:hover .text b,
.movement .thum:hover .text span {
  text-decoration: underline;
}

.movement .mo_prev,
.movement .mo_next {
  display: none;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 1200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 1.5rem 1.5rem 0 0;
  border: 2px solid #333333;
  border-bottom: none;
  background-color: #fff;
  z-index: 997;
  overflow: hidden;
}

.event .title {
  float: 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 237px;
  border-radius: 0 1.5rem 0 0;
  padding: 0.85rem 1.5rem 0.75rem;
  background-size: cover;
}

.event .title::after {
  display: inline-block;
  content: "";
  width: 39px;
  height: 38px;
  background-image: url("../images/arrow.png");
  background-size: 100%;
}

.event .title p {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

.event .input {
  float: left;
  width: calc(100% - 237px);
}

.event .input form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 5%;
}

.event .input input {
  display: inline-block;
  width: calc(100% - 24.25px);
  padding-right: 1rem;
  font-size: 0.95rem;
}

.event .input button {
  cursor: pointer;
}

.event .input button i {
  font-size: 1.25rem;
}

.event~footer {
  padding-bottom: calc(3rem + 70px) !important;
}

.oneday~footer {
  padding-bottom: calc(3rem + 125px) !important;
}

.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;
}

.sub {
  position: relative;
  padding: 6rem calc((100% - 1200px)/2) 0;
}

.sub .logo {
  position: fixed;
  left: 1rem;
  top: 1.25rem;
  cursor: pointer;
  z-index: 2;
}

.sub .logo img {
  display: block;
}

.sub .hide {
  display: none !important;
}

.sub .mo {
  display: none !important;
}

.sub .tablet_mo {
  display: none;
}

.sub .crawling-contents-top {
  margin-bottom: 3rem;
}

.sub .crawling-contents-top .navigation {
  font-size: 0.85rem;
  font-weight: 500;
  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-top .introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}

.sub .crawling-contents-top .introduce .introduce_wrap {
  max-width: calc(100% - (192px + 1.5rem));
}

.sub .crawling-contents-top .introduce .title {
  font-size: 2.5rem;
  word-break: keep-all;
}

.sub .crawling-contents-top .introduce .subtitle {
  margin-top: 1rem;
  font-size: 1.35rem;
  font-weight: 400;
}

.sub .crawling-contents-top .introduce .text {
  margin-top: 3rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: keep-all;
}

.sub .crawling-contents-top .introduce .text * {
  font-size: 0.85rem;
}

.sub .crawling-contents-top .introduce .text b {
  font-weight: 500;
}

.sub .crawling-contents-top .introduce .border {
  width: 192px;
  padding: 0 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid #dedede;
}

.sub .crawling-contents-top .introduce .by {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.45;
}

.sub .crawling-contents-top .introduce .by span {
  display: block;
  font-size: 0.85rem;
}

.sub .crawling-contents-top .like {
  position: relative;
  display: block;
  cursor: pointer;
}

.sub .crawling-contents-top .like i {
  display: block;
  font-size: 1.5rem;
  min-width: 32px;
}

.sub .crawling-contents-top .like i:before {
  display: block;
}

.sub .crawling-contents-top .like small {
  display: block;
  font-size: 0.6rem;
}

.sub .crawling-contents-top .like small b {
  font-size: 0.6rem;
  font-weight: 400;
}

.sub .crawling-contents-top .like .dot span {
  position: absolute;
  left: -8px;
  top: -8px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: red;
  opacity: 0;
  z-index: 2;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.sub .crawling-contents-top .like .dot span:nth-child(2) {
  left: 0;
  top: 10px;
}

.sub .crawling-contents-top .like .dot span:nth-child(2) {
  left: -20px;
  top: 10px;
}

.sub .crawling-contents-top .like .dot span:nth-child(3) {
  left: auto;
  right: -20px;
  top: 50px;
}

.sub .crawling-contents-top .like .dot span:nth-child(4) {
  left: auto;
  right: -10px;
  top: 30px;
}

.sub .crawling-contents-top .like .dot span:nth-child(5) {
  left: 40px;
  top: auto;
  bottom: 10px;
}

.sub .crawling-contents-top .like.on i {
  background-image: url("../images/like.png");
  background-repeat: no-repeat;
  background-position: 58% center;
  background-size: auto 95%;
}

.sub .crawling-contents-top .like.on i::before {
  opacity: 0;
}

.sub .crawling-contents-top .like.on .dot span {
  -webkit-animation-name: Like;
  animation-name: Like;
}

.sub .crawling-contents-top .like.on .dot span:nth-child(2),
.sub .crawling-contents-top .like.on .dot span:nth-child(4) {
  -webkit-animation-name: Like02;
  animation-name: Like02;
}

.sub .crawling-contents-top .modal_btn {
  width: 330px;
  height: 76px;
  margin-top: 2rem;
  border-radius: 0.35rem;
  background-color: #3c49ab;
  -webkit-box-shadow: inset -5px -5px #0f257c;
  box-shadow: inset -5px -5px #0f257c;
  text-align: center;
  cursor: pointer;
}

.sub .crawling-contents-top .modal_btn span {
  position: relative;
  top: -2.5px;
  font-size: 1rem;
  color: #fff;
}

.sub .crawling-contents-textbox {
  padding-bottom: 3rem;
}

.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 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;
  margin-bottom: -5.75px;
}

.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.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: 0.25rem;
}

.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;
  border: 1px solid #dedede;
  background-color: #f7f8f8;
}

.sub .crawling-contents-textbox .border02 {
  padding: 1.5rem;
  margin-bottom: 1.75rem;
  border: 1px solid #a1a1a1;
}

.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 .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 .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 .tag01 span.blue {
  background-color: #0466ad;
}

.sub .crawling-contents-textbox .tag01 span.blue::after {
  border-top: 9px solid #0466ad;
}

.sub .crawling-contents-textbox .tag01 span.blue02 {
  background-color: #69a1d6;
}

.sub .crawling-contents-textbox .tag01 span.blue02::after {
  border-top: 9px solid #69a1d6;
}

.sub .crawling-contents-textbox .tag01 span.brown {
  background-color: #b38a74;
}

.sub .crawling-contents-textbox .tag01 span.brown::after {
  border-top: 9px solid #b38a74;
}

.sub .crawling-contents-textbox .tag01 span.green {
  background-color: #56bd92;
}

.sub .crawling-contents-textbox .tag01 span.green::after {
  border-top: 9px solid #56bd92;
}

.sub .crawling-contents-textbox .tag01 span.red {
  background-color: #bb6668;
}

.sub .crawling-contents-textbox .tag01 span.red::after {
  border-top: 9px solid #bb6668;
}

.sub .crawling-contents-textbox .tag02 {
  display: inline-block;
  width: 36px;
  padding: 4px 0 5px;
  font-size: 0.55rem;
  font-weight: 300;
  line-height: 1;
  border-radius: 3px;
  background-color: #333333;
  color: #fff;
  text-align: center;
}

.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:last-child {
  padding-bottom: 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-top: 3rem;
}

.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("../images/pagenation01.png");
}

.sub .comment02 .pagenation .prev {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation02.png");
}

.sub .comment02 .pagenation .next {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation03.png");
}

.sub .comment02 .pagenation .last {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation04.png");
}

.sub02 {
  padding: 0 !important;
}

.sub02 .crawling-contents-top {
  padding: 10rem calc((100% - 1200px)/2) 0;
  margin: 0 !important;
  background-size: 1920px;
  background-position: center;
}

.sub02 .crawling-contents-top .introduce02 {
  position: relative;
  padding-left: 24.4rem;
}

.sub02 .crawling-contents-top .bg {
  display: none;
}

.sub02 .crawling-contents-top .navigation {
  background: none !important;
  color: #fff;
}

.sub02 .crawling-contents-top .title {
  max-width: 80%;
  margin-top: 1rem;
  font-size: 2.5rem;
  word-break: keep-all;
  color: #fff;
}

.sub02 .crawling-contents-top .subtitle {
  max-width: 80%;
  margin-top: 1rem;
  font-size: 1.8rem;
  color: #fff;
}

.sub02 .crawling-contents-top .text {
  margin-top: 2.25rem;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.45;
  text-align: left;
  word-break: keep-all;
  color: #fff;
}

.sub02 .crawling-contents-top .by {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
}

.sub02 .crawling-contents-top .by span {
  display: block;
  font-size: 0.85rem;
  color: #fff;
}

.sub02 .crawling-contents-top .like {
  position: absolute;
  right: 0;
  top: 0;
}

.sub02 .crawling-contents-top .like i {
  color: #fff;
}

.sub02 .crawling-contents-top .like small {
  color: #fff;
}

.sub02 .crawling-contents-top .like small b {
  color: #fff;
}

.sub02 .crawling-contents-top .like.on i {
  background-image: url("../images/like02.png");
}

.sub02 .crawling-contents-textbox {
  padding: 0 calc((100% - 1200px)/2);
  background-size: 1920px;
  background-position: center;
}

.sub02.black .navigation,
.sub02.black .title,
.sub02.black .subtitle,
.sub02.black .text,
.sub02.black .like i,
.sub02.black .like small,
.sub02.black .like small b,
.sub02.black .by span {
  color: #333;
}

.sub02.black .crawling-contents-top .introduce_wrap03 {
  border-color: #333;
}

.sub02.black .crawling-contents-top .like.on i {
  background-image: url(../images/like.png);
}

header.vol295~.movement .arrow_prev:hover,
header.vol295~.movement .arrow_next:hover {
  background-color: #a6d2ff;
}

header.vol295~.sub .crawling-contents-top .navigation {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #a6d2ff), color-stop(30%, transparent));
  background: linear-gradient(to top, #a6d2ff 40%, transparent 30%);
}

header.vol295~.sub .crawling-contents-textbox .marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #a6d2ff), color-stop(30%, transparent));
  background: linear-gradient(to top, #a6d2ff 40%, transparent 30%);
}

header.vol296~.movement .arrow_prev:hover,
header.vol296~.movement .arrow_next:hover {
  background-color: #ffe6cc;
}

header.vol296~.sub .crawling-contents-top .navigation {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffe6cc), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffe6cc 40%, transparent 30%);
}

header.vol296~.sub .crawling-contents-textbox .marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffe6cc), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffe6cc 40%, transparent 30%);
}

header.vol297~.movement .arrow_prev:hover,
header.vol297~.movement .arrow_next:hover {
  background-color: #ffe6cc;
}

header.vol297~.sub .crawling-contents-top .navigation {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffe6cc), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffe6cc 40%, transparent 30%);
}

header.vol297~.sub .crawling-contents-textbox .marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffe6cc), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffe6cc 40%, transparent 30%);
}

header.vol298~.movement .arrow_prev:hover,
header.vol298~.movement .arrow_next:hover {
  background-color: #ffd2c9;
}

header.vol298~.sub .crawling-contents-top .navigation {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffd2c9), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffd2c9 40%, transparent 30%);
}

header.vol298~.sub .crawling-contents-textbox .marker {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #ffd2c9), color-stop(30%, transparent));
  background: linear-gradient(to top, #ffd2c9 40%, transparent 30%);
}

/*Small pc*/
@media (max-width: 1622px) {
  .function {
    left: calc((100% - 1400px)/2);
  }

  .sub .logo {
    position: absolute;
  }
}

/*Small pc*/
@media (max-width: 1400px) {
  .function {
    left: calc((100% - 1314px)/2);
  }
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  .function {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    left: auto;
    top: auto;
    margin: 2rem 0;
    opacity: 1 !important;
  }

  .function a,
  .function button {
    margin: 0 5px 0 0;
    border-color: #dedede !important;
    background-color: #fff !important;
  }

  .function.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }

  .movement {
    width: 100%;
    min-height: 150px;
    padding: 1.5rem 5%;
    margin: 0 auto;
  }

  .movement::after {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: calc(100% - 3rem);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #aaaaac;
  }

  .movement .arrow_prev {
    right: auto;
    left: 5%;
    width: 70px;
    height: 70px;
    background-color: #fff !important;
  }

  .movement .arrow_prev small {
    display: none;
  }

  .movement .arrow_next {
    left: auto;
    right: 5%;
    width: 70px;
    height: 70px;
    background-color: #fff !important;
  }

  .movement .arrow_next small {
    display: none;
  }

  .movement .thum {
    padding: 0 0 0 70px;
  }

  .movement .thum img {
    display: none;
  }

  .movement .thum .text b,
  .movement .thum .text span {
    text-decoration: none !important;
  }

  .movement .thum_next {
    padding: 0 70px 0 0;
  }

  .movement .mo_prev {
    position: fixed;
    left: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 997;
  }

  .movement .mo_prev i {
    display: block;
    font-size: 1.5rem;
    opacity: 0.5;
  }

  .movement .mo_next {
    position: fixed;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 997;
  }

  .movement .mo_next i {
    display: block;
    font-size: 1.5rem;
    opacity: 0.5;
  }

  .event {
    width: 100%;
  }

  .sub {
    padding: 8rem 5% 0;
  }

  .sub .logo {
    top: 1.75rem;
    left: 5%;
  }

  .sub .crawling-contents-top .introduce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sub .crawling-contents-top .introduce .introduce_wrap {
    max-width: none;
  }

  .sub .crawling-contents-top .introduce .border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0 0;
    margin: 2rem 0 0;
    border-left: none;
    border-top: 1px solid #dedede;
  }

  .sub .crawling-contents-top .introduce .by {
    margin: 0;
  }

  .sub .crawling-contents-top .like {
    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;
    margin-bottom: 0.25rem;
  }

  .sub .crawling-contents-top .like i {
    min-width: auto;
    margin-right: 5px;
    font-size: 1.15rem;
  }

  .sub .crawling-contents-top .like small {
    padding-right: 1px;
  }

  .sub .crawling-contents-top .like .dot span:nth-child(3) {
    right: -5px;
  }

  .sub .crawling-contents-top .like .dot span:nth-child(4) {
    right: 10px;
  }

  .sub .crawling-contents-top .like.on i {
    background-size: 100%;
    background-position: center;
  }

  .sub .crawling-contents-top .modal_btn {
    display: block;
    margin: 2rem auto 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 .comment02 ul {
    max-width: 100%;
  }

  .sub02 .crawling-contents-top {
    height: auto !important;
    padding: 0 0 3rem;
    background-image: none !important;
  }

  .sub02 .crawling-contents-top .introduce02 {
    padding: 0;
  }

  .sub02 .crawling-contents-top .bg {
    display: block;
    width: 100%;
  }

  .sub02 .crawling-contents-top .introduce_wrap02 {
    position: relative;
  }

  .sub02 .crawling-contents-top .navigation {
    position: absolute;
    left: 5%;
    top: 8rem;
    z-index: 2;
  }

  .sub02 .crawling-contents-top .title {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .sub02 .crawling-contents-top .subtitle {
    width: 85%;
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }

  .sub02 .crawling-contents-top .text {
    width: 90%;
    max-width: none !important;
    margin: 2.25rem auto 0;
    text-align: justify;
    word-break: break-all;
  }

  .sub02 .crawling-contents-top .introduce_wrap03 {
    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: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    padding: 1rem 0 0;
    margin: 2rem auto 0;
    border-top: 1px solid #fff;
  }

  .sub02 .crawling-contents-top .by {
    max-width: calc(95% - 76.97px);
    margin: 0;
  }

  .sub02 .crawling-contents-top .like {
    position: relative;
    right: auto;
    top: auto;
  }

  .sub02 .crawling-contents-textbox {
    padding: 0;
  }
}

/*Ipad*/
@media (max-width: 1024px) {
  .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 .crawling-contents-textbox .tablet_pc {
    display: none !important;
  }

  .sub .crawling-contents-textbox .tablet_mo {
    display: block !important;
  }

  .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: 769px) {
  .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.75rem;
  }

  .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;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  .event .title {
    width: 182.11px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .event .input {
    width: calc(100% - 182.11px);
  }

  .event .input form {
    padding: 0 1rem;
  }

  .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.75rem;
  }

  .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 .map {
    text-align: center;
  }

  .sub .crawling-contents-textbox .map_wrap h3 {
    text-align: center;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .function {
    margin: 1.5rem 0;
  }

  .movement {
    padding: 1rem 5%;
    min-height: 65px;
  }

  .movement::after {
    height: calc(100% - 1.2rem);
  }

  .movement .arrow_prev,
  .movement .arrow_next {
    width: 35px;
    height: 35px;
  }

  .movement .arrow_prev img,
  .movement .arrow_next img {
    width: 10px;
  }

  .movement .thum {
    padding: 0 0 0 35px;
  }

  .movement .thum .text {
    padding: 0 0.5rem;
  }

  .movement .thum .text b {
    font-size: 0.5rem;
  }

  .movement .thum .text span {
    min-height: 15px;
    margin-top: 0.25rem;
    font-size: 0.6rem;
    line-height: 1.25;
    word-break: break-all;
  }

  .movement .thum_next {
    float: right;
    padding: 0 35px 0 0;
  }

  .event {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .event .title {
    width: 146.67px;
    padding: 0.75rem 0.75rem 0.65rem;
    border-radius: 0 1.25rem 0 0;
  }

  .event .title::after {
    width: 28px;
    height: 27px;
  }

  .event .title p {
    font-size: 0.85rem;
  }

  .event .input {
    width: calc(100% - 146.67px);
  }

  .event .input form {
    padding: 0 0.75rem;
  }

  .event .input input {
    font-size: 0.75rem;
    padding-right: 0.5rem;
  }

  .event .input input::-webkit-input-placeholder {
    font-size: 0.575rem;
  }

  .event .input input:-ms-input-placeholder {
    font-size: 0.575rem;
  }

  .event .input input::-ms-input-placeholder {
    font-size: 0.575rem;
  }

  .event .input input::placeholder {
    font-size: 0.575rem;
  }

  .event .input button {
    font-size: 1rem;
  }

  .event~footer,
  .oneday~footer {
    padding-bottom: calc(2rem + 57px) !important;
  }

  .modal_wrap {
    padding: 2rem 0;
  }

  .sub {
    padding: 6rem 5% 0;
  }

  .sub .logo {
    top: 1rem;
  }

  .sub .logo img {
    width: 100px;
  }

  .sub .crawling-contents-top {
    margin-bottom: 2rem;
  }

  .sub .crawling-contents-top .navigation {
    font-size: 0.8rem;
  }

  .sub .crawling-contents-top .introduce {
    margin-top: 1rem;
  }

  .sub .crawling-contents-top .introduce .title {
    font-size: 1.85rem;
  }

  .sub .crawling-contents-top .introduce .subtitle {
    font-size: 1rem;
  }

  .sub .crawling-contents-top .introduce .text {
    margin-top: 2rem;
    font-size: 0.8rem;
  }

  .sub .crawling-contents-top .introduce .border {
    padding-top: 0.75rem;
    margin-top: 1.75rem;
  }

  .sub .crawling-contents-top .introduce .by span {
    font-size: 0.8rem;
  }

  .sub .crawling-contents-top .modal_btn {
    width: 280px;
    height: 64px;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset -4px -4px #0f257c;
    box-shadow: inset -4px -4px #0f257c;
  }

  .sub .crawling-contents-top .modal_btn span {
    top: -3px;
    font-size: 0.85rem;
  }

  .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 img.mo {
    display: block !important;
  }

  .sub .crawling-contents-textbox .img>span small {
    font-size: 0.65rem;
  }

  .sub .crawling-contents-textbox .border,
  .sub .crawling-contents-textbox .border02 {
    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 .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 .pc {
    display: none !important;
  }

  .sub .mo {
    display: inline !important;
  }

  .sub .mo.img {
    display: block !important;
  }

  .sub .mo.Block {
    display: block !important;
  }

  .sub .mo.tag02 {
    display: inline-block !important;
  }

  .sub h4.mo {
    display: block !important;
  }

  .sub02 .crawling-contents-top {
    padding: 0 0 2rem;
  }

  .sub02 .crawling-contents-top .navigation {
    top: 20%;
  }

  .sub02 .crawling-contents-top .title {
    font-size: 1.85rem;
  }

  .sub02 .crawling-contents-top .subtitle {
    font-size: 1rem;
  }

  .sub02 .crawling-contents-top .text {
    font-size: 0.8rem;
    margin: 2rem auto 0;
  }

  .sub02 .crawling-contents-top .introduce_wrap03 {
    padding-top: 0.75rem;
    margin: 1.75rem auto 0;
  }

  .sub02 .crawling-contents-top .by {
    font-size: 0.8rem;
  }

  .sub02 .crawling-contents-top .by span {
    font-size: 0.8rem;
  }
}

/*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;
  }
}

.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url("../images/calendar_bg.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.calendar h3 {
  padding-bottom: 3rem !important;
  font-size: 3.25rem !important;
  font-weight: 400;
  letter-spacing: -1.5px;
  color: #003a79;
}

.calendar table {
  width: 350px;
}

.calendar table th,
.calendar table td {
  width: calc(100%/7);
  height: 40px;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}

.calendar table th span,
.calendar table td span {
  font-size: 0.75rem;
  font-weight: 500;
}

.calendar table th {
  color: #2c7eda;
}

.calendar table .off {
  color: #9a999e;
  opacity: 0.5;
}

.calendar table .on {
  position: relative;
  cursor: pointer;
}

.calendar table .on span {
  position: relative;
  z-index: 2;
}

.calendar table .on::after {
  position: absolute;
  left: 50%;
  top: 4px;
  display: inline-block;
  content: "";
  width: 38px;
  height: 38px;
  background-image: url("../images/active.png");
  background-size: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.calendar table .active {
  position: relative;
}

.calendar table .active span {
  position: relative;
  color: #fff;
  z-index: 2;
}

.calendar table .active::after {
  position: absolute;
  left: 50%;
  top: 5.5px;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-image: none;
  background-color: #296fb7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.calendar .swiper-container {
  width: 640px;
  margin: 0;
  background-color: #3070b8;
}

.calendar .swiper-container .img {
  display: block;
  width: 100%;
}

.calendar .swiper-container .img img {
  display: block;
  width: 100%;
}

.calendar .swiper-container .text {
  display: block;
  padding: 2rem 0 3rem;
  font-size: 0.95rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

.calendar .swiper-container .text b {
  font-size: 0.95rem;
  color: #84cdf6;
}

.calendar .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: 1rem;
  top: auto;
  bottom: 2.75rem;
  border: 1px solid #fff;
  background-image: url("../images/prev02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 1;
}

.calendar .swiper-button-next {
  width: 30px;
  height: 30px;
  right: 1rem;
  top: auto;
  bottom: 2.75rem;
  border: 1px solid #fff;
  background-image: url("../images/next02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 1;
  cursor: pointer;
}

.calendar .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;
}

.calendar .swiper-pagination-bullet {
  display: inline-block;
  width: 19px;
  height: 5px;
  border-radius: 2px;
  margin: 0 5px 0 0 !important;
  background-color: #fff;
}

.calendar .swiper-pagination-bullet-active {
  background-color: #fff;
}

.calendar02 {
  position: relative;
  padding: 0 2rem;
}

.calendar02 .swiper-slide {
  display: inline-block;
  width: 170px;
  margin-right: 0.5rem;
  cursor: pointer;
}

.calendar02 .swiper-button-prev {
  left: 0;
}

.calendar02 .swiper-button-next {
  right: 0;
}

.calendar03 .gallery-top {
  padding: 2rem 5%;
  background-image: url("../images/calendar_bg.jpg");
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.calendar03 .gallery-top .swiper-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #3070b8;
}

.calendar03 .gallery-top .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: 1rem;
  top: auto;
  bottom: 2.75rem;
  border: 1px solid #fff;
  background-image: url("../images/prev02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 1;
}

.calendar03 .gallery-top .swiper-button-next {
  width: 30px;
  height: 30px;
  right: 1rem;
  top: auto;
  bottom: 2.75rem;
  border: 1px solid #fff;
  background-image: url("../images/next02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 1;
  cursor: pointer;
}

.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;
}

.calendar03 .gallery-top .swiper-pagination-bullet {
  display: inline-block;
  width: 19px;
  height: 5px;
  border-radius: 2px;
  margin: 0 5px 0 0 !important;
  background-color: #fff;
}

.calendar03 .gallery-top .swiper-pagination-bullet-active {
  background-color: #fff;
}

.calendar03 .gallery-top .img {
  display: block;
}

.calendar03 .gallery-top .text {
  display: block;
  padding: 2rem 0 3rem;
  font-size: 0.95rem;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}

.calendar03 .gallery-top .text>b {
  font-size: 100%;
  color: #fff;
}

.calendar03 .gallery-thumbs {
  position: relative;
  padding: 2.5rem;
}

.calendar03 .gallery-thumbs .swiper-slide {
  display: inline-block;
  width: 170px;
  margin-right: 0.25rem;
  border: 5px solid #fff;
  cursor: pointer;
}

.calendar03 .gallery-thumbs .swiper-slide-active {
  border-color: #2e6aab;
}

.calendar03 .gallery-thumbs .swiper-button-prev {
  left: 0;
}

.calendar03 .gallery-thumbs .swiper-button-next {
  right: 0;
}

.talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
  background-color: #fbf4ea;
}

.talk>span {
  width: 50%;
}

.talk .img {
  position: relative;
  margin-top: -1.5rem;
}

.talk .img::after {
  display: block;
  content: "";
  position: absolute;
  top: 1.5rem;
  right: -12px;
  width: 12px;
  height: calc(100% - 1.5rem);
  background-color: rgba(0, 0, 0, 0.15);
}

.talk .border {
  padding: 4rem 5% !important;
}

.talk:last-child {
  margin-bottom: 0;
}

.talk_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
  background-color: #f5f2ed;
  padding: 1.75rem;
}

.talk_02>span {
  width: 20%;
}

.talk_02>span>.img img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.talk_02_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
  background-color: #f5f2ed;
  padding: 1.75rem;
}

.talk_02_02>span {
  width: 16%;
}

.talk_02_02>span>.img img {
  max-width: 160px;
}

.think {
  padding: 8% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}

.tmi {
  position: relative;
  width: 803px;
  min-height: 603px;
  padding: 3rem 3rem 3.75rem;
  border-radius: 3.5rem;
  border: 15px solid #acda74;
  background-color: #fff;
}

.tmi .modal_close {
  position: absolute;
  left: 50%;
  bottom: -34.5px;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  background-color: #acda74;
  background-image: url("../images/close02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37.68%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.tmi .modal_close span {
  display: none;
}

.tmi .modal_close.wh {
  background-image: url("../images/close02_wh.png");
}

.tmi .title {
  padding-bottom: 1.75rem;
  text-align: center;
}

.tmi .title h3 {
  font-family: 'HangeulNuri-Bold';
  font-size: 2rem;
  line-height: 1.25;
  word-break: keep-all;
}

.tmi .title h4 {
  font-family: 'HangeulNuri-Bold';
  font-size: 1.45rem;
  line-height: 1.25;
  word-break: keep-all;
}

.tmi .img {
  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;
}

.tmi .img img {
  display: block;
  max-width: 100%;
}

.tmi .text {
  margin-top: 2rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: break-all;
  text-align: justify;
}

.tmi .text * {
  font-size: 0.9rem;
  font-weight: 300;
}

.tmi .text:first-child {
  margin-bottom: 0;
}

.writingContest_btn01 {
  width: 330px;
  height: 76px;
  margin-top: 2rem;
  border-radius: 0.35rem;
  background-color: #3c49ab;
  -webkit-box-shadow: inset -5px -5px #0f257c;
  box-shadow: inset -5px -5px #0f257c;
  text-align: center;
  cursor: pointer;
}

.writingContest_btn01 span {
  position: relative;
  top: -2.5px;
  font-size: 1rem;
  color: #fff;
}

.writingContest00 {
  position: relative;
}

.writingContest00 .writingContest_date {
  position: absolute;
  top: 47.6%;
  left: 31.85%;
  width: 36%;
  height: 7.95%;
  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;
  z-index: 2;
}

.writingContest00 .writingContest_date span {
  font-size: 1.05rem;
  font-weight: 500;
  background-color: #fff;
  color: #dd2424;
}

.writingContest01 {
  padding-bottom: 2.5rem !important;
}

.writingContest01 .writingContest_text {
  max-width: 822px;
  padding-bottom: 0.75rem !important;
  margin: 0 auto;
  text-align: left !important;
}

.writingContest01 .writingContest_text.red {
  padding-bottom: 0.15rem !important;
  font-size: 0.8rem;
  color: #dc3434;
}

.writingContest01 .writingContest_box01 {
  max-width: 822px;
  margin: 0 auto;
}

.writingContest01 .writingContest_box01>span {
  display: block;
  margin-top: 0.25rem;
  overflow: hidden;
}

.writingContest01 .writingContest_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;
}

.writingContest01 .writingContest_box01>span input::-webkit-input-placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box01>span input:-ms-input-placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box01>span input::-ms-input-placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box01>span input::placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box01>span input:last-child {
  float: right;
}

.writingContest01 .writingContest_box01>span:frist-child {
  margin-top: 0;
}

.writingContest01 .writingContest_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;
}

.writingContest01 .writingContest_box01 textarea::-webkit-input-placeholder {
  color: #dc3434;
}

.writingContest01 .writingContest_box01 textarea:-ms-input-placeholder {
  color: #dc3434;
}

.writingContest01 .writingContest_box01 textarea::-ms-input-placeholder {
  color: #dc3434;
}

.writingContest01 .writingContest_box01 textarea::placeholder {
  color: #dc3434;
}

.writingContest01 .writingContest_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;
}

.writingContest01 .writingContest_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;
}

.writingContest01 .writingContest_box02 b {
  font-size: 0.9rem;
}

.writingContest01 .writingContest_box02 label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}

.writingContest01 .writingContest_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;
}

.writingContest01 .writingContest_box02 input[type="text"]::-webkit-input-placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box02 input[type="text"]:-ms-input-placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box02 input[type="text"]::-ms-input-placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box02 input[type="text"]::placeholder {
  color: #8c8c8c;
}

.writingContest01 .writingContest_box02 button {
  width: 48px;
  height: 55px;
  cursor: pointer;
}

.writingContest01 .writingContest_box02 .secureimage {
  width: 163px;
  height: 55px;
  padding: 0.375rem 0;
  margin-left: 1rem;
  border: 1px solid #aaaaaa;
  background-color: #fff;
}

.writingContest01 .writingContest_box02 .secureimage img {
  display: block;
  width: 100%;
  max-width: 145px;
  margin: 0 auto;
}

.writingContest01 .writingContest_btn02 {
  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;
}

.writingContest02 ul {
  max-width: 1035px;
  margin: 3.75rem auto 0;
}

.writingContest02 ul li {
  padding: 1.5rem 0 2rem;
  border-bottom: 1px solid #d2d2d2;
}

.writingContest02 ul li p {
  padding: 0 !important;
}

.writingContest02 ul li p:first-child {
  padding: 0 0 0.5rem !important;
}

.writingContest02 ul li:first-child {
  padding-top: 0;
}

.writingContest02 .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;
}

.writingContest02 .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;
}

.writingContest02 .pagenation button span {
  display: none;
}

.writingContest02 .pagenation button:last-child {
  margin-right: 0;
}

.writingContest02 .pagenation .first {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation01.png");
}

.writingContest02 .pagenation .prev {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation02.png");
}

.writingContest02 .pagenation .next {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation03.png");
}

.writingContest02 .pagenation .last {
  border-color: #aaaaaa;
  background-image: url("../images/pagenation04.png");
}

.writingContest03 {
  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;
}

.writingContest03 .modal_close {
  display: block;
  width: 51px;
  height: 52px;
  margin: 0 0.7rem 0.7rem 0;
  background-image: url("../images/close03.png");
  background-size: cover;
}

.writingContest03 .modal_close span {
  display: none;
}

.writingContest03 img {
  display: block;
  -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);
}

.writingContest03 img.mo {
  display: none;
}

.tomorrow>div {
  opacity: 0;
}

.tomorrow>div.on {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.oneday {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  z-index: 997;
  overflow: hidden;
}

.oneday::before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 103px;
  background-color: #26282f;
}

.oneday .swiper-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.oneday .swiper-slide {
  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: 25%;
  padding-top: 22px;
  cursor: pointer;
}

.oneday .swiper-slide span {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
  opacity: 0.5;
}

.oneday .swiper-slide span img {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.oneday .swiper-slide p {
  margin-left: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  opacity: 0.5;
}

.oneday .swiper-slide:hover span {
  border: 3px solid #fff;
  opacity: 1;
}

.oneday .swiper-slide:hover p {
  opacity: 1;
}

.oneday .swiper-slide-active {
  padding-top: 0 !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.oneday .swiper-slide-active span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 141px;
  height: 141px;
  margin-bottom: -16px;
  border: 8px solid #fff !important;
  opacity: 1 !important;
}

.oneday .swiper-slide-active p {
  margin: 11px 0 0 1rem;
  opacity: 1 !important;
}

.oneday .swiper-button-prev {
  left: calc((100% - 1430px)/2);
  width: 16px;
  height: 26px;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
}

.oneday .swiper-button-next {
  right: calc((100% - 1430px)/2);
  width: 16px;
  height: 26px;
  margin-top: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
}

.oneday02 {
  background-color: transparent;
  z-index: 996;
}

.oneday02 .modal_wrap {
  min-height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 3rem 0 103px;
}

.oneday02 .modal_wrap .modal_close {
  position: absolute;
  right: -66px;
  top: 14px;
  width: 65px;
  height: 65px;
  border: 1px solid #000000;
  border-left: none;
  background-image: url("../images/close04.png");
  background-repeat: no-repeat;
  background-position: center;
}

.oneday02 .modal_wrap .modal_close span {
  display: none;
}

.oneday02 .modal_wrap>div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1279px;
  border-radius: 0.5rem 0.5rem 0 0;
  border: 1px solid #aeaeae;
  border-bottom: none;
  background-color: #f8f3ed;
  -webkit-box-shadow: 25px 31px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 25px 31px 5px 0px rgba(0, 0, 0, 0.1);
}

.oneday02 .modal_wrap .text {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 740px);
  padding: 2.5% 5%;
}

.oneday02 .modal_wrap .text p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.45;
  word-break: keep-all;
}

.oneday02 .modal_wrap .text h4 {
  margin-top: 2rem;
  font-size: 2.25rem;
}

.oneday02 .modal_wrap .text img {
  display: block;
  width: 100%;
  max-width: 185px;
  margin-top: 3rem;
}

.oneday02 .modal_wrap .text span {
  display: block;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.15;
  word-break: keep-all;
}

.oneday02 .modal_wrap .img {
  border-radius: 0 0.5rem 0 0;
  overflow: hidden;
}

.oneday02 .modal_wrap .img img {
  display: block;
}

.oneday03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem;
}

.oneday03>div {
  width: 33.33%;
  margin-bottom: 1.75rem;
}

.oneday03>div:nth-last-child(3),
.oneday03>div:nth-last-child(2),
.oneday03>div:nth-last-child(1) {
  margin-bottom: 0;
}

.oneday03>div.flex {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
  padding-bottom: 0 !important;
}

.neighborhood h2.hangeulnuriB {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.85rem;
  border: 1px solid #333333;
}

.neighborhood h3 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 2.25rem !important;
  font-weight: 400;
}

.place {
  padding: 0 6% 6%;
}

.place:first-child {
  padding-top: 6%;
}

.book {
  width: calc(100% - (30px + 1rem));
}

.delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.delivery>.border02 {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 1.75rem !important;
}

.delivery>.border02:nth-child(2n) {
  margin-right: 0;
}

.sub .crawling-contents-textbox.tomorrow p.typing.vol296 {
  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;
  position: absolute;
  left: 5%;
  top: 14.1%;
  width: 91%;
  height: 14%;
  padding: 0;
  font-size: 2.2rem;
}

.sub .crawling-contents-textbox.tomorrow p.typing.vol296 * {
  font-size: 2.2rem;
}

header.vol297~.oneday02 .modal_wrap .text {
  width: 50%;
}

header.vol297~.oneday02 .modal_wrap .text span {
  font-size: 1.25rem;
  line-height: 1.45;
}

header.vol297~.oneday02 .modal_wrap .img {
  min-width: 50%;
  padding-top: 5%;
}

header.vol297~.oneday02 .modal_wrap .img img {
  margin: 0 auto;
}

.oneday03.oneday03_vol297>div {
  width: 50%;
}

.writingContest00.writingContest00_vol297 .writingContest_date {
  top: 83.6%;
  left: 50%;
  width: 24%;
  min-width: 400px;
  border: 1px solid #dedede;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.calendar.vol298 h3 {
  font-size: 2.25rem !important;
}

header.vol299~.sub .crawling-contents-top .modal_btn.writingContest_btn01 {
  background-color: #e14069;
  -webkit-box-shadow: inset -5px -5px #372150;
  box-shadow: inset -5px -5px #372150;
}

header.vol299~.sub .crawling-contents-textbox .calendar.vol299 h3 {
  font-size: 2.25rem !important;
}

header.vol299~.sub .talk .img::after {
  background-color: #dbc8c4;
}

header.vol300~.sub .crawling-contents-textbox .calendar h3 {
  font-size: 1.75rem !important;
}

header.vol301~.sub .crawling-contents-textbox .calendar h3 {
  font-size: 1.75rem !important;
}

.tmi_vol301.tmi {
  padding: 0;
  min-height: auto;
  border: none;
  border-radius: 0;
}

.tmi_vol301.tmi .modal_close {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: transparent;
  background-size: 100%;
}

.tmi_vol301.tmi .title {
  padding: 1.5rem 7%;
  background-color: #b9e7ac;
}

.tmi_vol301.tmi .title h4 {
  font-family: 'Noto Sans KR', sans-serif;
}

.tmi_vol301.tmi .text {
  padding: 1.5rem 7% 2rem;
  margin: 0;
}

.tmi_vol301.tmi .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  word-break: normal;
}

header.vol302~.sub .crawling-contents-textbox .calendar h3 {
  font-size: 1.75rem !important;
}

.tmi_vol302.tmi,
.tmi_vol303.tmi {
  padding: 0;
  min-height: auto;
  border: none;
  border-radius: 0;
}

.tmi_vol302.tmi .modal_close,
.tmi_vol303.tmi .modal_close {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-color: transparent;
  background-size: 100%;
}

.tmi_vol302.tmi .title,
.tmi_vol303.tmi .title {
  padding: 1.5rem 7%;
  background-color: #fffcc8;
}

.tmi_vol302.tmi .title h4,
.tmi_vol303.tmi .title h4 {
  font-family: 'Noto Sans KR', sans-serif;
}

.tmi_vol302.tmi .title p,
.tmi_vol303.tmi .title p {
  word-break: keep-all;
}

.tmi_vol302.tmi .text,
.tmi_vol303.tmi .text {
  padding: 1.5rem 5% 2rem;
  margin: 0;
}

.tmi_vol302.tmi .flex02,
.tmi_vol303.tmi .flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  word-break: normal;
}

.sub06_vol303.crawling-contents-textbox .modal_btn {
  display: block;
  margin: 2rem auto 0;
  border: 1px solid #333333;
  padding: 0.5rem 2rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.sub06_vol303 .modal_wrap {
  width: 90%;
  max-width: 1330px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.sub06_vol303 .modal_wrap .modal_close {
  width: 70px;
  height: 70px;
  background-size: 100%;
}

.sub06_vol303 .modal_wrap .modal_close>span {
  display: none;
}

.sub06_vol303 .modal_wrap .textbox {
  width: 100%;
  height: calc(100% - 70px);
  padding: 3rem 5%;
  background-color: #ffff;
  overflow: auto;
}

.sub06_vol303 .modal_wrap .textbox img {
  display: block;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.sub06_vol303 .modal_wrap .textbox h3 {
  margin-top: 1.25rem;
  font-size: 1.35rem;
  text-align: center;
  word-break: keep-all;
}

.sub06_vol303 .modal_wrap .textbox p {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
}

.sub06_vol303 .modal_wrap .textbox p>b {
  font-size: 100%;
  font-weight: 500;
}

.tmi.vol304 .title span {
  display: inline-block;
  padding: 0.35rem 1rem;
  font-family: 'HangeulNuri-Regular', serif;
  font-size: 1.15rem;
  border-radius: 1.25rem;
  background-color: #eb6c4b;
  color: #fff;
}

.tmi.vol304 .title h4 {
  margin: 0.75rem auto 0.5rem;
  font-family: 'HangeulNuri-Regular', serif;
  font-size: 1.25rem;
}

@media (max-width: 1430px) {
  .oneday .swiper-button-prev {
    left: 2.5%;
  }

  .oneday .swiper-button-next {
    right: 2.5%;
  }

  .oneday02 .modal_wrap>div {
    width: 90%;
    margin-left: -32.5px;
  }
}

/*Ipad Pro*/
@media (max-width: 1365px) {
  .calendar {
    display: block;
    padding: 2.5rem 5%;
  }

  .calendar .date {
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .calendar h3 {
    display: inline-block;
    float: left;
    padding-bottom: 0 !important;
  }

  .calendar table {
    float: right;
  }

  .calendar .swiper-container {
    margin: 0 auto;
    max-width: 100%;
  }

  .writingContest_btn01 {
    display: block;
    margin: 2rem auto 0;
  }

  .writingContest03 .modal_close {
    margin: 0 5% 0.7rem 0;
  }

  .writingContest03 img {
    max-width: 90%;
    margin: 0 auto;
  }

  .oneday .swiper-container {
    width: 90%;
  }

  .oneday .swiper-slide {
    width: 33.333%;
  }

  .oneday .swiper-slide:hover span {
    border: none;
    opacity: 0.5;
  }

  .oneday .swiper-slide:hover p {
    opacity: 0.5;
  }

  .oneday .swiper-button-prev {
    left: calc((5% - 16px)/2);
  }

  .oneday .swiper-button-next {
    right: calc((5% - 16px)/2);
  }

  .oneday02 .modal_wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 2rem 0 calc(103px + 3rem);
  }

  .oneday02 .modal_wrap .modal_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-left: 1px solid #000;
  }

  .oneday02 .modal_wrap>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 85%;
    max-width: 740px;
    margin-left: 0;
    border-radius: 0.5rem;
    border-bottom: 1px solid #aeaeae;
  }

  .oneday02 .modal_wrap .text {
    width: 100%;
    padding: 1.5rem 5% 2.5rem;
  }

  .oneday02 .modal_wrap .text p {
    max-width: none !important;
  }

  .oneday02 .modal_wrap .text img {
    margin-top: 2rem;
  }

  .oneday02 .modal_wrap .text span {
    margin-top: 2rem;
    max-width: none !important;
  }

  .oneday02 .modal_wrap .img {
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .oneday02 .modal_wrap .img img {
    max-width: 100%;
  }

  .oneday03>div {
    width: 50%;
  }

  .oneday03>div:nth-last-child(3) {
    margin-bottom: 1.75rem;
  }

  .oneday03>div.oneday03_tit {
    width: 100%;
    text-align: center;
  }

  .oneday03>div.oneday03_tit .img {
    text-align: center !important;
  }

  .oneday03>div.oneday03_tit p {
    text-align: center;
  }

  .neighborhood {
    text-align: center;
  }

  .neighborhood .flex02 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .neighborhood h3.pc {
    display: none;
  }

  .neighborhood h3.mo {
    display: block !important;
    font-size: 1.85rem !important;
  }

  .place {
    padding: 0 0 1.75rem;
    margin-top: 1.75rem;
  }

  .place>.flex {
    padding: 0 5%;
  }

  .place:first-child {
    padding-top: 0;
    margin-top: 0;
  }

  header.vol297~.oneday02 .modal_wrap>div {
    max-width: 500px;
  }

  header.vol297~.oneday02 .modal_wrap .text {
    width: 100%;
    word-break: normal;
  }

  header.vol297~.oneday02 .modal_wrap .img {
    padding-top: 0;
  }
}

@media (max-width: 1200px) {
  .writingContest00 .writingContest_date {
    position: absolute;
    left: 21.2%;
    width: 57.05%;
  }

  .writingContest02 ul {
    max-width: 90%;
  }
}

@media (max-width: 1024px) {
  .photo {
    text-align: center;
  }

  .photo h3,
  .photo h4 {
    text-align: center !important;
  }

  .talk_02_02>span>.img img {
    display: block;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }

  .talk_02_02>.talk02_text {
    width: 100% !important;
  }
}

/*Ipad*/
@media (max-width: 991.98px) {
  .calendar h3 {
    font-size: 3rem !important;
  }

  .tmi {
    width: 90%;
    min-height: auto;
    padding: 2rem 5% 2.5rem;
    border-radius: 2rem;
    border: 8px solid #acda74;
  }

  .tmi .modal_close {
    width: 45px;
    height: 45px;
    bottom: -22.5px;
  }

  .tmi .img {
    display: block;
  }

  .tmi .img img {
    margin: 0 auto 1.5rem;
  }

  .tmi .img img:last-child {
    margin-bottom: 0;
  }

  .tmi .text {
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }

  .tmi .text * {
    font-size: 0.85rem;
  }

  .writingContest00 .writingContest_date span {
    font-size: 0.7rem;
  }

  .writingContest01 .writingContest_text {
    max-width: 90%;
  }

  .writingContest01 .writingContest_box01 {
    max-width: 90%;
  }

  .writingContest01 .writingContest_box02 {
    display: block;
    max-width: 90%;
    overflow: hidden;
  }

  .writingContest01 .writingContest_box02>span:last-child {
    margin-top: 1.5rem;
  }

  .writingContest01 .writingContest_box02 input[type="text"] {
    width: calc(100% - (94.88px + 1rem + 163px + 48px));
  }

  .writingContest03 .modal_close {
    width: 44px;
    height: 45px;
  }

  .writingContest03 img {
    display: none;
  }

  .writingContest03 img.mo {
    display: block;
  }

  .oneday .swiper-container {
    width: 80%;
  }

  .oneday .swiper-slide {
    width: 50%;
  }

  .oneday .swiper-button-prev {
    left: calc((10% - 16px)/2);
  }

  .oneday .swiper-button-next {
    right: calc((10% - 16px)/2);
  }

  .oneday02 .modal_wrap .text span {
    font-size: 1.75rem;
  }

  header.vol297~.oneday02 .modal_wrap .text span {
    font-size: 1.75rem;
  }

  .oneday03.oneday03_vol297>div {
    width: 100%;
  }

  .writingContest00.writingContest00_vol297 .writingContest_date {
    min-width: 300px;
  }

  .calendar.vol298 h3 {
    font-size: 1.5rem !important;
  }

  header.vol299~.sub .crawling-contents-textbox .calendar.vol299 h3 {
    font-size: 1.45rem !important;
  }

  header.vol300~.sub .crawling-contents-textbox .calendar h3 {
    font-size: 1.45rem !important;
  }

  header.vol301~.sub .crawling-contents-textbox .calendar h3 {
    font-size: 1.45rem !important;
  }

  header.vol302~.sub .crawling-contents-textbox .calendar h3 {
    font-size: 1.45rem !important;
  }
}

@media (max-width: 768px) {
  .talk>span {
    margin-bottom: 12px !important;
  }

  .talk>span:last-child {
    margin-bottom: 0 !important;
  }

  .talk .img::after {
    top: auto;
    right: 0;
    bottom: -12px;
    width: 100%;
    height: 12px;
  }

  .sub .crawling-contents-textbox .talk .border {
    padding: 2rem 5% !important;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {
  .calendar .date {
    padding-bottom: 1.5rem;
  }

  .calendar h3 {
    display: block;
    float: none;
    font-size: 2rem !important;
  }

  .calendar table {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }

  .oneday {
    height: 90px;
  }

  .oneday::before {
    height: 70px;
  }

  .oneday .swiper-slide {
    padding-top: 20px;
  }

  .oneday .swiper-slide span {
    width: 60px;
    height: 60px;
  }

  .oneday .swiper-slide span img {
    width: 100px;
  }

  .oneday .swiper-slide-active span {
    width: 100px;
    height: 100px;
    margin-bottom: -10px;
    border: 6px solid #fff !important;
  }

  .oneday .swiper-slide-active p {
    margin: 10px 0 0 0.75rem;
  }

  .oneday .swiper-button-prev,
  .oneday .swiper-button-next {
    margin-top: -5px;
  }

  .oneday02 .modal_wrap {
    padding: 2rem 0 calc(90px + 1.5rem);
  }

  .oneday02 .modal_wrap .text h4 {
    font-size: 2rem;
  }

  .oneday02 .modal_wrap .text span {
    font-size: 1.25rem;
  }

  .oneday03>div {
    width: 100%;
  }

  .oneday03>div.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .oneday03>div.flex>span {
    display: inline-block !important;
    width: 133px !important;
  }

  .oneday03>div.flex>span p {
    padding-right: 0 !important;
  }

  .oneday03>div.flex>span:last-child {
    width: calc(100% - (133px + 1rem)) !important;
    margin: 0 !important;
  }

  .oneday03>div:nth-last-child(2) {
    margin-bottom: 1.75rem;
  }

  .delivery>.border02 {
    width: 100%;
    margin-right: 0;
  }
}

/*Mobile*/
@media (max-width: 575.98px) {
  .calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 1.5rem 5% 2rem;
    background-image: url("../images/calendar_bg_mo.jpg");
  }

  .calendar .date {
    width: 100%;
    padding: 0;
  }

  .calendar table {
    margin-top: 1.5rem;
  }

  .calendar .swiper-container {
    margin-top: 1rem;
  }

  .calendar .swiper-container .text {
    padding: 1rem calc(10% + 30px) 2.5rem;
    font-size: 0.75rem;
  }

  .calendar .swiper-container .text b {
    display: block;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
  }

  .calendar .swiper-button-prev {
    left: 5%;
  }

  .calendar .swiper-button-next {
    right: 5%;
  }

  .calendar03 .gallery-top {
    padding: 1.5rem 5%;
    background-image: url("../images/calendar_bg_mo.jpg");
  }

  .calendar03 .gallery-top .swiper-button-prev {
    left: 5%;
    bottom: 2.5rem;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  .calendar03 .gallery-top .swiper-button-next {
    right: 5%;
    bottom: 2.5rem;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  .calendar03 .gallery-top .text {
    padding: 1.25rem calc(10% + 30px) 2.5rem;
    font-size: 0.75rem;
  }

  .calendar03 .gallery-thumbs {
    padding: 2rem;
  }

  .tmi .title h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 1.45rem;
  }

  .tmi .title h4 {
    width: 70%;
    margin: 0 auto;
    font-size: 1rem;
  }

  .think {
    padding: 2rem 0 !important;
    background-image: none !important;
  }

  .writingContest_btn01 {
    width: 280px;
    height: 64px;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset -4px -4px #0f257c;
    box-shadow: inset -4px -4px #0f257c;
  }

  .writingContest_btn01 span {
    top: -3px;
    font-size: 0.85rem;
  }

  .writingContest00 .writingContest_date {
    top: 36.6%;
    left: 4.85%;
    width: 90%;
    height: 7%;
  }

  .writingContest00 .writingContest_date span {
    font-size: 0.6rem;
  }

  .writingContest01 .writingContest_text {
    font-size: 0.75rem !important;
    text-align: justify !important;
  }

  .writingContest01 .writingContest_text.red {
    font-size: 0.7rem !important;
  }

  .writingContest01 .writingContest_box01>span input {
    padding: 0 0.5rem;
    height: 45px;
    font-size: 0.8rem;
  }

  .writingContest01 .writingContest_box01 textarea {
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
  }

  .writingContest01 .writingContest_btn02 {
    width: 202px;
    height: 55px;
    font-size: 0.95rem;
  }

  .writingContest01 .writingContest_box02 b {
    font-size: 0.8rem;
  }

  .writingContest01 .writingContest_box02 .secureimage {
    width: 120px;
    height: 39px;
    margin-left: 0.5rem;
    padding: 0.25rem 0;
  }

  .writingContest01 .writingContest_box02 .secureimage img {
    width: auto;
    max-width: none;
    height: 28px;
  }

  .writingContest01 .writingContest_box02 button {
    width: 39px;
    height: 39px;
  }

  .writingContest01 .writingContest_box02 input[type="text"] {
    width: calc(100% - (83.83px + 0.5rem + 120px + 39px));
    height: 39px;
    padding: 0 0.5rem;
    font-size: 0.8rem;
  }

  .writingContest01 .writingContest_box02 label {
    font-size: 0.8rem;
  }

  .writingContest02 ul {
    margin-top: 3.25rem;
  }

  .writingContest02 ul li {
    padding: 1.25rem 0 1.75rem;
  }

  .writingContest02 .pagenation {
    margin: 1.75rem 0 3.5rem;
  }

  .writingContest02 .pagenation button {
    width: 30px;
    height: 30px;
  }

  .writingContest03 .modal_close {
    width: 34px;
    height: 35px;
  }

  .oneday .swiper-slide {
    width: 100%;
  }

  .oneday .swiper-slide p {
    font-size: 0.8rem;
  }

  .oneday .swiper-slide-active {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .oneday .swiper-button-prev,
  .oneday .swiper-button-next {
    width: 14px;
    height: 23px;
    margin-top: 0;
  }

  .oneday02 .modal_wrap {
    padding: 1rem 0 calc(90px + 1.5rem);
  }

  .oneday02 .modal_wrap .modal_close {
    top: 0.75rem;
    right: 0.75rem;
    width: 40px;
    height: 40px;
    background-size: 56%;
  }

  .oneday02 .modal_wrap>div {
    -webkit-box-shadow: 13px 16px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 13px 16px 5px rgba(0, 0, 0, 0.1);
  }

  .oneday02 .modal_wrap .text {
    padding: 1rem 5% 1.5rem;
  }

  .oneday02 .modal_wrap .text p {
    font-size: 0.75rem;
  }

  .oneday02 .modal_wrap .text h4 {
    margin-top: 1rem;
    font-size: 1.25rem;
  }

  .oneday02 .modal_wrap .text img {
    width: 30%;
    margin-top: 1rem;
  }

  .oneday02 .modal_wrap .text span {
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .oneday03 {
    padding: 1.5rem 5%;
  }

  .oneday03>div.flex>span {
    width: 90px !important;
  }

  .oneday03>div.flex>span:last-child {
    width: calc(100% - (90px + 1rem)) !important;
  }

  .neighborhood h2.hangeulnuriB {
    font-size: 1.25rem;
  }

  .neighborhood h3.mo {
    font-size: 1.25rem !important;
  }

  .sub .crawling-contents-textbox.tomorrow p.typing.vol296 {
    font-size: 1.25rem;
  }

  .sub .crawling-contents-textbox.tomorrow p.typing.vol296 * {
    font-size: 1.25rem;
  }

  header.vol297~.oneday02 .modal_wrap .text span {
    font-size: 0.95rem;
  }

  .writingContest00.writingContest00_vol297 .writingContest_date {
    top: 88.5%;
    min-width: 205px;
  }

  .tmi_vol301.tmi .modal_close {
    right: 2.5%;
  }

  .tmi_vol301.tmi .title {
    padding: 1.5rem 5%;
  }

  .tmi_vol301.tmi .text {
    padding: 1.5rem 5% 2rem;
  }

  .tmi_vol302.tmi .modal_close,
  .tmi_vol303.tmi .modal_close {
    right: 2.5%;
  }

  .tmi_vol302.tmi .title,
  .tmi_vol303.tmi .title {
    padding: 1.5rem 5%;
  }

  .tmi_vol302.tmi .text,
  .tmi_vol303.tmi .text {
    padding: 1.5rem 5% 2rem;
  }

  .sub06_vol303 .modal_wrap .modal_close {
    width: 55px;
    height: 55px;
  }

  .sub06_vol303 .modal_wrap .textbox {
    height: calc(100% - 55px);
    padding: 2rem 5%;
  }

  .sub06_vol303 .modal_wrap .textbox .pc {
    display: none;
  }

  .sub06_vol303 .modal_wrap .textbox h3 {
    font-size: 1.15rem;
  }

  .sub06_vol303 .modal_wrap .textbox p {
    font-size: 0.85rem;
  }

  .tmi.vol304 .title span {
    font-size: 0.95rem;
  }

  .tmi.vol304 .title h4 {
    width: 80%;
    font-size: 0.95rem;
  }
}

/*Mobile(minimum)*/
@media (max-width: 360px) {
  .writingContest01 .writingContest_box02 b {
    font-size: 0.75rem;
  }

  .writingContest01 .writingContest_box02 .secureimage {
    width: 107px;
    padding: 0.3rem 0;
  }

  .writingContest01 .writingContest_box02 .secureimage img {
    height: 25px;
  }

  .writingContest01 .writingContest_box02 button {
    width: 35px;
  }

  .writingContest01 .writingContest_box02 button i {
    font-size: 0.9rem;
  }

  .writingContest01 .writingContest_box02 input[type="text"] {
    width: calc(100% - (78.31px + 0.5rem + 107px + 35px));
    padding: 0 0.35rem;
    font-size: 0.75rem;
  }
}

.event_title {
  padding: 3rem 0 2rem !important;
  font-family: 'HangeulNuri-Bold', serif;
  font-size: 1.45rem !important;
  line-height: 1.55 !important;
  letter-spacing: -1px;
  text-align: center;
}

.event_title span {
  display: block;
  font-family: 'HangeulNuri-Bold', serif;
  font-size: 1.45rem !important;
  letter-spacing: -1px;
  color: #ee3d3d;
}

.event_date {
  display: block;
  width: 380px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0.5rem;
  background-color: #3e3f40;
  color: #fff;
  text-align: center;
}

.event_date02,
.event_date03,
.event_date04 {
  position: absolute;
  left: calc((100% - 1200px)/2 + 286px);
  top: 24%;
  min-width: 305px;
  font-size: 0.95rem;
  background-color: #4a538c;
  color: #fff;
  z-index: 2;
}

.event_date03 {
  top: 33.25%;
}

.event_date04 {
  top: 42.75%;
}

.event_vol294 .location {
  cursor: default !important;
}

.event_vol294 .location.on {
  background-image: url("../../page/vol294/img/sub10_05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.event_vol294 .error_popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 8.1%;
  width: 954px;
  height: 69.6%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.event_vol294 .error_popup span {
  display: inline-block;
  float: left;
  width: 41.7%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}

.event_vol294 .error_popup span:nth-child(2) {
  float: right;
}

.event_vol294 .error_popup img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27.2%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event_vol294 .error_popup.on {
  display: block;
}

.event_vol294 .answer_popup {
  display: none;
  padding: 5rem 0 4rem;
  background-color: #fff;
  text-align: center;
}

.event_vol294 .answer_popup .answer_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol294 .answer_popup .answer_info {
  width: 894px;
  margin: 2.5rem auto 0;
  overflow: hidden;
}

.event_vol294 .answer_popup .answer_info input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol294 .answer_popup .answer_info input:last-child {
  margin: 0;
}

.event_vol294 .answer_popup .answer_check {
  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;
  margin-top: 3rem;
}

.event_vol294 .answer_popup .answer_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol294 .answer_popup .answer_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol294 .answer_popup .answer_text {
  margin-top: 2.5rem;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.event_vol294.on .img,
.event_vol294.on .error_popup {
  display: none;
}

.event_vol294.on .answer_popup {
  display: block;
}

.find_event {
  position: absolute;
  left: 68%;
  top: 111%;
  z-index: 2;
}

.find_event .find_img {
  display: block;
  width: 260px;
  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: #ececec;
}

.find_event .find_input ul li {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.find_event .find_input ul li input {
  display: inline-block;
  width: 49%;
  padding: 0.35rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  background-color: #fff;
}

.find_event .find_input ul li input[type="checkbox"] {
  display: inline-block;
  width: auto;
}

.find_event .find_input ul li label {
  font-size: 0.75rem;
  font-weight: 300;
  cursor: pointer;
}

.find_event .find_input ul li p {
  padding: 0.5rem;
  font-size: 0.65rem;
  font-weight: 300;
  background-color: #dbdbdb;
  word-break: break-all;
  text-align: justify;
}

.find_event .find_input ul li a {
  display: block;
  width: 71px;
  height: 40px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 40px;
  border-radius: 0.25rem;
  background-color: #6700da;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.find_event .find_input ul li:last-child {
  margin-bottom: 0;
}

.find_event .find_input ul li.phone input {
  width: 100%;
}

.find_event .find_input ul li.check {
  text-align: left;
}

.find_event .find_input .find_close {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  margin-top: 0.75rem;
  background-image: url("/page/vol294/img/stamp.png");
  background-size: 100%;
  cursor: pointer;
}

.find_event .find_input .find_close span {
  display: none;
}

.find_event.on {
  z-index: 998;
}

.find_event.on .find_img {
  width: 85px;
}

.event_vol295 {
  padding: 0 calc((100% - 1078px)/2) !important;
}

.event_vol295 .quiz {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 580px;
  padding: 0 5.5%;
  background-color: #fff;
  z-index: 1;
}

.event_vol295 .quiz h3 {
  padding-top: 3.5rem;
  font-family: 'HangeulNuri-Regular', serif;
  border-bottom: 2px solid #333333;
  font-size: 2rem !important;
  text-align: center;
  word-break: keep-all;
}

.event_vol295 .quiz h3 span {
  font-family: 'HangeulNuri-Regular', serif;
  font-size: 2rem;
}

.event_vol295 .quiz h3 b {
  font-family: 'HangeulNuri-Bold', serif;
  font-size: 2rem;
}

.event_vol295 .quiz .quiz_tag {
  display: block;
  width: 76px;
  height: 42px;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 37px;
  border-radius: 0.35rem;
  background-color: #467bc2;
  color: #fff;
  text-align: center;
}

.event_vol295 .quiz .flex {
  margin-top: 3.25rem;
  padding: 0 !important;
}

.event_vol295 .quiz .quiz_text {
  font-size: 1.75rem !important;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -1px;
  text-align: left;
  word-break: keep-all;
}

.event_vol295 .quiz .label {
  overflow: hidden;
}

.event_vol295 .quiz .label p {
  padding-bottom: 1rem !important;
  opacity: 0;
}

.event_vol295 .quiz .label p b {
  color: #1359b8;
}

.event_vol295 .quiz .label label {
  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;
  float: left;
  width: 159px;
  height: 159px;
  border-radius: 0.5rem;
  background-color: #ffd7d7;
  cursor: pointer;
}

.event_vol295 .quiz .label label i {
  font-size: 4rem;
  color: #e81111;
}

.event_vol295 .quiz .label label:hover {
  background-color: #e81111;
}

.event_vol295 .quiz .label label:hover i {
  color: #fff;
}

.event_vol295 .quiz .label label:last-child {
  float: right;
  background-color: #d7e8ff;
}

.event_vol295 .quiz .label label:last-child i {
  font-size: 4.75rem;
  color: #1359b8;
}

.event_vol295 .quiz .label label:last-child:hover {
  background-color: #1359b8;
}

.event_vol295 .quiz .label label:last-child:hover i {
  color: #fff;
}

.event_vol295 .quiz .quiz_text02 {
  padding: 4rem 0 2.45rem !important;
  font-size: 1.1rem !important;
  text-align: center;
}

.event_vol295 .quiz.on {
  display: block;
  position: relative;
  left: auto;
  top: auto;
  z-index: 4;
}

.event_vol295 .info {
  display: none;
  position: relative;
  min-height: 580px;
  background-color: #fff;
  z-index: 5;
  padding: 5rem 0 4rem;
  background-color: #fff;
  text-align: center;
}

.event_vol295 .info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol295 .info .info_input {
  width: 894px;
  margin: 2.5rem auto 0;
}

.event_vol295 .info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.event_vol295 .info .info_input span:last-child {
  margin-bottom: 0;
}

.event_vol295 .info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol295 .info .info_input input:last-child {
  margin: 0;
}

.event_vol295 .info .info_check {
  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;
  margin-top: 3rem;
}

.event_vol295 .info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol295 .info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol295 .info .info_text {
  margin-top: 2.5rem;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.event_vol296 {
  padding: 0 calc((100% - 1078px)/2) !important;
  background-color: #f2f2f2;
}

.event_vol296 .event_wrap {
  padding: 3rem 0;
  background-color: #663c0c;
}

.event_vol296 .timer {
  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: 255px;
  height: 85px;
  margin: 0 auto;
  font-size: 2.5rem;
  font-weight: 500;
  border-radius: 2.25rem;
  border: 2px solid #ffe494;
  color: #ffe494;
}

.event_vol296 .timer i {
  margin-right: 0.75rem;
  font-size: 2.6rem;
  color: #ffe494;
}

.event_vol296 .timer span {
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffe494;
}

.event_vol296 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 92.5%;
  margin: 2rem auto 0;
}

.event_vol296 .card>span {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-size: 100%;
  cursor: pointer;
}

.event_vol296 .card>span>img {
  opacity: 0;
}

.event_vol296 .card>span:nth-child(4n) {
  margin-right: 0;
}

.event_vol296 .card>span.flip {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.event_vol296 .card>span.flip>img {
  opacity: 1;
}

.event_vol296 .card>span.flip-reverse {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipInY-reverse;
  animation-name: flipInY-reverse;
}

.event_vol296 .card>span.flip-reverse>img {
  opacity: 0;
}

.event_vol296 .card>span.off {
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.event_vol296 .card>span.off>img {
  opacity: 1 !important;
}

.event_vol296 .info {
  display: none;
  position: relative;
  min-height: 580px;
  background-color: #fff;
  z-index: 5;
  padding: 5rem 0 4rem;
  background-color: #fff;
  text-align: center;
}

.event_vol296 .info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol296 .info .info_input {
  width: 894px;
  margin: 2.5rem auto 0;
}

.event_vol296 .info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.event_vol296 .info .info_input span:last-child {
  margin-bottom: 0;
}

.event_vol296 .info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol296 .info .info_input input:last-child {
  margin: 0;
}

.event_vol296 .info .info_check {
  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;
  margin-top: 3rem;
}

.event_vol296 .info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol296 .info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol296 .info .info_text {
  margin-top: 2.5rem;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.event_vol297 .writingContest_btn01,
.event_vol298 .writingContest_btn01 {
  background-color: #ffca00;
  -webkit-box-shadow: inset -5px -5px #f8ae00;
  box-shadow: inset -5px -5px #f8ae00;
}

.event_vol297 .writingContest_btn01 span,
.event_vol298 .writingContest_btn01 span {
  color: #333333;
}

.event_vol297 .event_bg,
.event_vol298 .event_bg {
  position: relative;
  width: 948px;
  max-width: 90%;
  margin: 0 auto;
}

.event_vol297 .event_bg::after,
.event_vol298 .event_bg::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 97.5%;
  border-radius: 0 5px 0 0;
  background-color: #cccccc;
}

.event_vol297 .event_bg .img,
.event_vol298 .event_bg .img {
  max-width: calc(100% - 5px);
}

.event_vol297 .answer,
.event_vol298 .answer {
  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: 948px;
  max-width: calc(100% - 5px);
  padding-top: 5rem;
  margin: 0 auto;
  background-color: #fff;
}

.event_vol297 .answer h5,
.event_vol298 .answer h5 {
  padding: 0;
  margin-right: 1rem;
}

.event_vol297 .answer input,
.event_vol298 .answer input {
  display: inline-block;
  width: 300px;
  height: 69px;
  padding: 0 1rem;
  border: 1px solid #a0a0a0;
}

.event_vol297 .info,
.event_vol298 .info {
  width: 948px;
  max-width: calc(100% - 5px);
  padding: 5rem 0 4rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.event_vol297 .info .info_title,
.event_vol298 .info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol297 .info .info_input,
.event_vol298 .info .info_input {
  width: 94.5%;
  margin: 2.5rem auto 0;
}

.event_vol297 .info .info_input span,
.event_vol298 .info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.event_vol297 .info .info_input span:last-child,
.event_vol298 .info .info_input span:last-child {
  margin-bottom: 0;
}

.event_vol297 .info .info_input input,
.event_vol298 .info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol297 .info .info_input input:last-child,
.event_vol298 .info .info_input input:last-child {
  margin: 0;
}

.event_vol297 .info .info_check,
.event_vol298 .info .info_check {
  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;
  margin-top: 3rem;
}

.event_vol297 .info .info_check label,
.event_vol298 .info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol297 .info .info_btn,
.event_vol298 .info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol297 .info .info_text,
.event_vol298 .info .info_text {
  width: 90%;
  margin: 2.5rem auto 0;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.event_vol298 .writingContest_btn01 {
  background-color: #411ab1;
  -webkit-box-shadow: inset -5px -5px #392086;
  box-shadow: inset -5px -5px #392086;
}

.event_vol298 .writingContest_btn01 span {
  color: #fff;
}

.event_vol298 .event_hint {
  background-color: #fff;
}

.event_vol298 .event_hint>.border {
  width: 90%;
  max-width: 675px;
  padding: 1rem 0;
  margin: 0 auto;
  border: none;
}

.event_vol298 .event_hint>.border>p {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.event_vol298 .event_hint>.border>p>b {
  font-size: 1rem;
  font-weight: 500;
}

.event_vol299 .title {
  margin-top: 0 !important;
}

.event_vol299 .modal_btn {
  background-color: #f07879 !important;
  -webkit-box-shadow: inset -5px -5px #c9423f !important;
  box-shadow: inset -5px -5px #c9423f !important;
}

.event_vol299 .modal_btn span {
  color: #fff;
}

.event_vol299 .event_box {
  position: relative;
  width: 90%;
  max-width: 1075px;
  margin: 0 auto;
}

.event_vol299 .event_box .event_off {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20%;
  z-index: 3;
}

.event_vol299 .event_box .event_off.on {
  display: block;
}

.event_vol299 .event_box .event_btn {
  position: absolute;
  left: 11.5%;
  top: 29.1%;
  width: 12.466%;
  height: 11.503%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0;
  z-index: 2;
}

.event_vol299 .event_box .event_btn.btn02 {
  left: 38.8%;
}

.event_vol299 .event_box .event_btn.btn03 {
  left: 76.4%;
  top: 36.1%;
}

.event_vol299 .event_box .event_btn.btn04 {
  left: 27.1%;
  top: 56%;
}

.event_vol299 .event_box .event_btn.btn05 {
  left: 11.5%;
  top: 69.5%;
}

.event_vol299 .event_box .event_btn.on {
  background-size: cover;
}

.event_vol299 .info {
  display: none;
  position: relative;
  max-width: 1075px;
  padding: 5rem 0 4rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  z-index: 5;
}

.event_vol299 .info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol299 .info .info_input {
  width: 894px;
  margin: 2.5rem auto 0;
}

.event_vol299 .info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.event_vol299 .info .info_input span:last-child {
  margin-bottom: 0;
}

.event_vol299 .info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol299 .info .info_input input:last-child {
  margin: 0;
}

.event_vol299 .info .info_check {
  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;
  margin-top: 3rem;
}

.event_vol299 .info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol299 .info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol299 .info .info_text {
  margin-top: 2.5rem;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sub02 .crawling-contents-top.event_vol300 .title {
  margin-top: 0;
}

.sub02 .crawling-contents-top.event_vol300 .modal_btn {
  background-color: #f07879;
  -webkit-box-shadow: inset -5px -5px #c9423f;
  box-shadow: inset -5px -5px #c9423f;
}

.sub02 .crawling-contents-textbox.event_vol300 {
  background-color: #f2f2f2;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_title {
  padding: 3rem 0 0 !important;
  margin: 0 auto;
  font-size: 2rem !important;
  line-height: 1.25 !important;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_date {
  background-color: #511ea5;
  color: #fff;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette {
  position: relative;
  max-width: 1075px;
  margin: 0 auto;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette .img {
  padding: 0;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette.off {
  display: none;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img {
  position: absolute;
  left: 50%;
  top: 6.8%;
  width: 54%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img>img {
  -webkit-transform-origin: center;
  transform-origin: center;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img.rotating>img {
  -webkit-animation: rotating 0.3s 0s 6 linear normal;
  animation: rotating 0.3s 0s 6 linear normal;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img.rotating.rotate01>img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img.rotating.rotate02>img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img.rotating.rotate03>img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img.rotating.rotate04>img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_arrow {
  position: absolute;
  left: 50%;
  top: 4.8%;
  width: 6.7%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_roulette_btn {
  position: absolute;
  left: 50%;
  top: 23.5%;
  width: 11.9%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info {
  display: none;
  max-width: 1075px;
  padding: 5rem 0 4rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input {
  width: 894px;
  margin: 2.5rem auto 0;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input span:last-child {
  margin-bottom: 0;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input input:last-child {
  margin: 0;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_check {
  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;
  margin-top: 3rem;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.sub02 .crawling-contents-textbox.event_vol300 .event_info .info_text {
  margin-top: 2.5rem;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.modal.vol300_Congratulation {
  display: block;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.modal.vol300_Congratulation .modal_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation {
  position: relative;
  width: calc(100% - 348px);
  max-width: 785px;
  padding: 2.5rem;
  background-color: #fff;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background-size: 100%;
  -webkit-box-shadow: 3px 4px 1px 0px rgba(6, 0, 1, 0.38);
  box-shadow: 3px 4px 1px 0px rgba(6, 0, 1, 0.38);
  cursor: pointer;
  z-index: 1;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .modal_close>span {
  display: none;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev,
.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next {
  position: absolute;
  left: -174px;
  right: auto;
  top: 50%;
  width: auto;
  height: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: none;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev>span,
.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next>span {
  display: block;
  font-size: 1.15rem;
  color: #fff;
  text-align: center;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev::after,
.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next::after {
  display: block;
  content: "";
  width: 49px;
  height: 48px;
  margin: 1rem auto 0;
  background-image: url("/page/vol300/img/sub05_swiper.png");
  background-size: 100%;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next {
  left: auto;
  right: -174px;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next::after {
  background-position: bottom center;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .title::before {
  display: block;
  content: "";
  width: 68px;
  height: 58px;
  margin: 0 auto;
  background-image: url("/page/vol300/img/sub05_icon.png");
  background-size: 100%;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .title>span {
  display: block;
  font-family: 'HangeulNuri-Bold', serif;
  font-size: 2.15rem;
  margin: 1.25rem auto 0;
  text-align: center;
  word-break: keep-all;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .text {
  padding: 1.5rem;
  margin: 1rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  border-radius: 1.5rem;
  background-color: #eefdff;
  text-align: center;
  word-break: keep-all;
}

.modal.vol300_Congratulation .modal_wrap .Congratulation .by {
  display: block;
  margin: 1rem 0 0;
  font-size: 1.35rem;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

.modal.vol300_Congratulation.on {
  height: 100%;
  overflow: auto;
}

.event_vol301.crawling-contents-top .modal_btn {
  background-color: #e62d2d;
  -webkit-box-shadow: inset -5px -5px #cb4040;
  box-shadow: inset -5px -5px #cb4040;
}

.event_vol301.crawling-contents-textbox .event_box01 {
  position: relative;
  width: 90%;
  max-width: 1078px;
  margin: 0 auto;
  border-radius: 2rem 2rem 0 0;
  -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.event_vol301.crawling-contents-textbox .event_box01 .pocket {
  position: absolute;
  left: 12%;
  top: 11.9%;
  width: 23.47%;
  z-index: 1;
  cursor: pointer;
}

.event_vol301.crawling-contents-textbox .event_box01 .pocket>span {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 55.5%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.event_vol301.crawling-contents-textbox .event_box01 .pocket:hover>span {
  display: block;
}

.event_vol301.crawling-contents-textbox .event_box01 .pocket.on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.event_vol301.crawling-contents-textbox .event_box01 .pocket.on>span {
  display: none;
}

.event_vol301.crawling-contents-textbox .event_box02 {
  width: 90%;
  max-width: 1078px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.05);
}

.event_vol301.crawling-contents-textbox .event_date02 {
  top: 32%;
}

.event_vol301.crawling-contents-textbox .event_date03 {
  top: 45%;
}

.event_vol301.crawling-contents-textbox .event_date04 {
  top: 57%;
}

.event_vol301.modal .modal_wrap {
  position: relative;
  width: 90%;
  max-width: 786px;
  min-height: 666px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 2.5%;
  margin: 5rem auto;
  background-color: #fff;
}

.event_vol301.modal .modal_wrap .modal_close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 94px;
  height: 95px;
  background-size: 100%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
  cursor: pointer;
}

.event_vol301.modal .modal_wrap .modal_close>span {
  display: none;
}

.event_vol301.modal .modal_wrap .img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.event_vol301.modal .modal_wrap .event_info {
  max-width: 1075px;
  padding: 2rem 0 0;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.event_vol301.modal .modal_wrap .event_info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol301.modal .modal_wrap .event_info .info_input {
  width: 894px;
  margin: 2.5rem auto 0;
}

.event_vol301.modal .modal_wrap .event_info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.event_vol301.modal .modal_wrap .event_info .info_input span:last-child {
  margin-bottom: 0;
}

.event_vol301.modal .modal_wrap .event_info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol301.modal .modal_wrap .event_info .info_input input:last-child {
  margin: 0;
}

.event_vol301.modal .modal_wrap .event_info .info_check {
  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;
  margin-top: 3rem;
}

.event_vol301.modal .modal_wrap .event_info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol301.modal .modal_wrap .event_info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol301.modal .modal_wrap .event_info .info_text {
  margin-top: 2.5rem;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.event_vol301.modal .modal_wrap.winning {
  max-width: 1079px;
  min-height: auto;
}

.event_vol302.crawling-contents-top .modal_btn {
  background-color: #411ab1;
  -webkit-box-shadow: inset -5px -5px #392082;
  box-shadow: inset -5px -5px #392082;
}

.event_vol302.crawling-contents-textbox {
  position: relative;
  background-color: #f2f2f2;
}

.event_vol302.crawling-contents-textbox .event_bg {
  position: relative;
  width: 948px;
  max-width: 90%;
  margin: 0 auto;
}

.event_vol302.crawling-contents-textbox .event_bg::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 97.5%;
  border-radius: 0 5px 0 0;
  background-color: #cccccc;
}

.event_vol302.crawling-contents-textbox .event_bg .img {
  max-width: calc(100% - 5px);
}

.event_vol302.crawling-contents-textbox .answer {
  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: 948px;
  max-width: 100%;
  padding-top: 5rem;
  margin: 0 auto;
  background-color: #fff;
}

.event_vol302.crawling-contents-textbox .answer h5 {
  padding: 0;
  margin-right: 1rem;
}

.event_vol302.crawling-contents-textbox .answer input {
  display: inline-block;
  width: 300px;
  height: 69px;
  padding: 0 1rem;
  border: 1px solid #a0a0a0;
}

.event_vol302.crawling-contents-textbox .info {
  width: 948px;
  max-width: 100%;
  padding: 5rem 0 4rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.event_vol302.crawling-contents-textbox .info .info_title {
  padding: 0;
  margin: 0 auto;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.45;
  word-break: keep-all;
}

.event_vol302.crawling-contents-textbox .info .info_input {
  width: 94.5%;
  margin: 2.5rem auto 0;
}

.event_vol302.crawling-contents-textbox .info .info_input span {
  display: block;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.event_vol302.crawling-contents-textbox .info .info_input span:last-child {
  margin-bottom: 0;
}

.event_vol302.crawling-contents-textbox .info .info_input input {
  display: inline-block;
  float: left;
  width: 49.33%;
  height: 69px;
  padding: 0 1rem;
  margin-right: 1.34%;
  border: 1px solid #a0a0a0;
}

.event_vol302.crawling-contents-textbox .info .info_input input:last-child {
  margin: 0;
}

.event_vol302.crawling-contents-textbox .info .info_check {
  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;
  margin-top: 3rem;
}

.event_vol302.crawling-contents-textbox .info .info_check label {
  margin-top: -4px;
  margin-left: 0.25rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.event_vol302.crawling-contents-textbox .info .info_btn {
  display: block;
  width: 257px;
  height: 70px;
  margin: 3rem auto 0;
  font-size: 1.35rem;
  background-color: #672dc7;
  color: #fff;
  cursor: pointer;
}

.event_vol302.crawling-contents-textbox .info .info_text {
  width: 90%;
  margin: 2.5rem auto 0;
  color: #672dc7;
  text-align: center;
  word-break: keep-all;
}

.event_vol302.crawling-contents-textbox .event_goods {
  position: relative;
  width: 953px;
  max-width: 89.8%;
  margin: 0 auto;
}

.event_vol302.crawling-contents-textbox .event_goods .img>span {
  display: block;
}

.event_vol302.crawling-contents-textbox .event_date02,
.event_vol302.crawling-contents-textbox .event_date03,
.event_vol302.crawling-contents-textbox .event_date04 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 22%;
  min-width: auto;
  height: 13%;
}

.event_vol302.crawling-contents-textbox .event_date02 {
  top: calc(30% + 0%);
}

.event_vol302.crawling-contents-textbox .event_date03 {
  top: calc(30% + 13% + 0.5%);
}

.event_vol302.crawling-contents-textbox .event_date04 {
  top: calc(30% + 26% + 1%);
}

.event_vol303.crawling-contents-top .modal_btn {
  background-color: #411ab1;
  -webkit-box-shadow: inset -5px -5px #392082;
  box-shadow: inset -5px -5px #392082;
}

.event_vol303.crawling-contents-textbox {
  position: relative;
  background-color: #f9fbfa;
}

.event_vol303.crawling-contents-textbox .event_goods {
  position: relative;
  width: 953px;
  max-width: 89.8%;
  margin: 0 auto;
}

.event_vol303.crawling-contents-textbox .event_goods .img>span {
  display: block;
}

.event_vol303.crawling-contents-textbox .event_date02,
.event_vol303.crawling-contents-textbox .event_date03,
.event_vol303.crawling-contents-textbox .event_date04 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 22%;
  min-width: auto;
  height: 13%;
}

.event_vol303.crawling-contents-textbox .event_date02 {
  top: calc(30% + 0%);
}

.event_vol303.crawling-contents-textbox .event_date03 {
  top: calc(30% + 13% + 0.5%);
}

.event_vol303.crawling-contents-textbox .event_date04 {
  top: calc(30% + 26% + 1%);
}

.event_vol303 .stamp {
  position: relative;
  position: absolute;
  left: 60%;
  top: 50%;
  z-index: 996;
}

.event_vol303 .stamp_img {
  display: block;
  width: 150px;
  cursor: pointer;
}

.event_vol303 .stamp_wrap {
  display: none;
}

.event_vol303 .stamp_wrap.on {
  display: block;
}

.event_vol303 .stamp_con {
  padding: 1.5rem 1.25rem;
  margin-top: 1rem;
  max-width: 400px;
  border-radius: 1.25rem;
  background-color: #fff;
}

.event_vol303 .stamp_con .text {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  word-break: keep-all;
}

.event_vol303 .stamp_con .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
}

.event_vol303 .stamp_con .input>input {
  width: calc((100% - 0.75rem)/2);
  height: 40px;
  padding: 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  border: 1px solid #999;
  background-color: #eee;
}

.event_vol303 .stamp_con .box {
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid #999;
  background-color: #eee;
}

.event_vol303 .stamp_con .box .text {
  font-weight: 300;
  text-align: justify;
  word-break: break-all;
}

.event_vol303 .stamp_con .check {
  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;
  margin-top: 0.75rem;
}

.event_vol303 .stamp_con .check>label {
  margin: -2px 0 0 0.25rem;
  font-size: 0.85rem;
  font-weight: 300;
  cursor: pointer;
}

.event_vol303 .stamp_con .btn {
  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: 0.75rem;
}

.event_vol303 .stamp_con .btn>button {
  width: 120px;
  height: 40px;
  margin-right: 0.5rem;
  font-size: 0.95rem;
  border-radius: 2.5rem;
  background-color: #f29126;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.event_vol303 .stamp_con .btn>button.close {
  background-color: #959595;
}

.event_vol303 .stamp_input {
  position: relative;
}

.sub.vol303-07 .stamp {
  left: 65%;
  top: 35%;
}

.sub.vol303-12 .stamp {
  left: 65%;
  top: 15%;
}

.sub.vol303-18 .stamp {
  left: 60%;
  top: 10.5%;
}

.event_vol304.crawling-contents-top {
  background-color: #bce4ec;
}

.event_vol304.crawling-contents-top .title {
  max-width: none;
}

.event_vol304.crawling-contents-top .modal_btn {
  background-color: #3a3090;
  -webkit-box-shadow: inset -5px -5px #3a2083;
  box-shadow: inset -5px -5px #3a2083;
}

.event_vol304.crawling-contents-textbox {
  position: relative;
  background-color: #f2f2f2;
}

.event_vol304.crawling-contents-textbox .event_goods {
  position: relative;
  width: 953px;
  max-width: 89.8%;
  margin: 0 auto;
}

.event_vol304.crawling-contents-textbox .event_goods .img>span {
  display: block;
}

.event_vol304.crawling-contents-textbox .event_date02,
.event_vol304.crawling-contents-textbox .event_date03,
.event_vol304.crawling-contents-textbox .event_date04 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 22%;
  min-width: auto;
  height: 13%;
}

.event_vol304.crawling-contents-textbox .event_date02 {
  top: calc(30% + 0%);
}

.event_vol304.crawling-contents-textbox .event_date03 {
  top: calc(30% + 13% + 0.5%);
}

.event_vol304.crawling-contents-textbox .event_date04 {
  top: calc(30% + 26% + 1%);
}

.event_vol304~.comment01,
.event_vol304~.comment02 {
  padding-top: 5rem;
}

@media (max-width: 1365px) {
  .find_event .find_img {
    width: 85px;
  }

  .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 .find_close {
    display: block;
    float: none;
    margin: 0 auto 1rem;
    background-image: url("/common/images/close03.png");
  }

  .event_date02,
  .event_date03,
  .event_date04 {
    left: 23.9%;
    min-width: 30%;
    font-size: 83%;
  }

  .event_vol299 .subtitle {
    margin-top: 1.75rem !important;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_roulette {
    width: 90%;
  }

  .event_vol301.crawling-contents-textbox .event_box01 .pocket>span {
    display: none !important;
  }

  .event_vol304~.comment01,
  .event_vol304~.comment02 {
    width: 90%;
    max-width: 1035px;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .event_vol294 .error_popup {
    width: 79.6%;
  }

  .event_vol294 .answer_popup {
    width: 100%;
  }

  .event_vol295,
  .event_vol296 {
    padding: 0 5.1% !important;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation {
    width: calc(95% - (49px*2));
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev {
    left: -1.75%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev>span {
    display: none;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev::after {
    margin: 0 auto;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next {
    right: -1.75%;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next>span {
    display: none;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next::after {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .event_title {
    padding: 4% 0 3% !important;
    font-size: 1.15rem !important;
  }

  .event_title span {
    font-size: 1.15rem !important;
  }

  .event_date {
    width: 250px;
    height: 39px;
    font-size: 0.85rem;
    line-height: 39px;
    border-radius: 0.5rem;
  }

  .event_date02,
  .event_date03,
  .event_date04 {
    font-size: 67.5%;
  }

  .event_vol294 .answer_popup {
    padding: 4rem 0 3rem;
  }

  .event_vol294 .answer_popup .answer_title {
    font-size: 1rem;
    line-height: 1.35;
  }

  .event_vol294 .answer_popup .answer_info {
    width: 87.5%;
  }

  .event_vol294 .answer_popup .answer_info input {
    height: 55px;
    font-size: 0.9rem;
  }

  .event_vol294 .answer_popup .answer_btn {
    width: 200px;
    height: 54px;
    margin: 2rem auto 0;
    font-size: 1rem;
  }

  .event_vol294 .answer_popup .answer_text {
    max-width: 431px;
    margin: 2.5rem auto 0;
  }

  .event_vol295 .quiz .flex {
    display: block;
    width: 90%;
    margin: 3.25rem auto 0;
  }

  .event_vol295 .quiz .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.75rem;
  }

  .event_vol295 .quiz .flex>span:last-child {
    margin-bottom: 0;
  }

  .event_vol295 .quiz .quiz_text {
    word-break: normal;
  }

  .event_vol295 .quiz .label {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2rem;
  }

  .event_vol295 .quiz .label p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 !important;
  }

  .event_vol295 .quiz .label label {
    float: none;
    margin-right: 1.5rem;
  }

  .event_vol295 .quiz .label label:last-child {
    float: none;
    margin-right: 0;
  }

  .event_vol295 .quiz .quiz_text02 {
    padding: 1.5rem 0 !important;
  }

  .event_vol295 .info {
    min-height: 480px;
    padding: 4rem 0 3rem;
  }

  .event_vol295 .info .info_title {
    font-size: 1rem;
    line-height: 1.35;
  }

  .event_vol295 .info .info_input {
    width: 87.5%;
  }

  .event_vol295 .info .info_input input {
    height: 55px;
    font-size: 0.9rem;
  }

  .event_vol295 .info .info_btn {
    width: 200px;
    height: 54px;
    margin: 2rem auto 0;
    font-size: 1rem;
  }

  .event_vol295 .info .info_text {
    max-width: 431px;
    margin: 2.5rem auto 0;
  }

  .event_vol296 .info {
    min-height: 480px;
    padding: 4rem 0 3rem;
  }

  .event_vol296 .info .info_title {
    font-size: 1rem;
    line-height: 1.35;
  }

  .event_vol296 .info .info_input {
    width: 87.5%;
  }

  .event_vol296 .info .info_input input {
    height: 55px;
    font-size: 0.9rem;
  }

  .event_vol296 .info .info_btn {
    width: 200px;
    height: 54px;
    margin: 2rem auto 0;
    font-size: 1rem;
  }

  .event_vol296 .info .info_text {
    max-width: 431px;
    margin: 2.5rem auto 0;
  }
}

/*Tablet*/
@media (max-width: 767.98px) {

  .event_date02,
  .event_date03,
  .event_date04 {
    font-size: 43.5%;
  }

  .event_title {
    padding: 8% 0 6% !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
  }

  .event_title span {
    font-size: 1rem !important;
  }

  .event_date {
    width: 250px;
    height: 35px;
    font-size: 0.75rem;
    line-height: 35px;
    border-radius: 0.3rem;
  }

  .event_vol296 .timer {
    width: 170px;
    height: 55px;
    font-size: 1.25rem;
  }

  .event_vol296 .timer>i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }

  .event_vol296 .timer>span {
    font-size: 1.25rem;
  }

  .event_vol297 .event_date,
  .event_vol298 .event_date {
    width: 225px;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation {
    padding: 1.75rem;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .text {
    padding: 1.25rem 5%;
  }

  .event_vol303 .stamp_wrap {
    -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;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1.5rem 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 996;
    overflow: auto;
  }

  .event_vol303 .stamp_wrap.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .event_vol303 .stamp_con {
    width: 90%;
    padding: 1.5rem 5%;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .find_event .find_input ul li a {
    width: 66px;
    height: 37px;
    font-size: 0.85rem;
    line-height: 37px;
  }

  .find_event .find_input ul li.info {
    margin-bottom: 0.25rem;
  }

  .event_title {
    width: 70%;
    margin: 0 auto;
    letter-spacing: -0.75px;
  }

  .event_title span {
    letter-spacing: -0.75px;
  }

  .event_date {
    width: 225px;
    height: 30px;
    font-size: 0.65rem;
    line-height: 30px;
    border-radius: 0.25rem;
  }

  .event_date02,
  .event_date03,
  .event_date04 {
    left: 38.5%;
    top: 66%;
    min-width: 45%;
    font-size: 61%;
  }

  .event_date03 {
    top: 75%;
  }

  .event_date04 {
    top: 84.5%;
  }

  .event_vol294 .error_popup {
    left: 50%;
    top: 2%;
    width: 93%;
    height: 71%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .event_vol294 .error_popup span {
    display: none;
  }

  .event_vol294 .error_popup img {
    width: 32.5%;
  }

  .event_vol294 .answer_popup {
    padding: 2rem 0 1.5rem;
  }

  .event_vol294 .answer_popup .answer_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol294 .answer_popup .answer_info {
    width: 90%;
    margin-top: 2rem;
  }

  .event_vol294 .answer_popup .answer_info input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol294 .answer_popup .answer_check {
    margin-top: 1.25rem;
  }

  .event_vol294 .answer_popup .answer_check label {
    font-size: 0.75rem;
  }

  .event_vol294 .answer_popup .answer_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol294 .answer_popup .answer_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .event_vol295 .quiz {
    min-height: auto;
  }

  .event_vol295 .quiz h3 {
    padding-top: 2.5rem;
    font-size: 1.15rem !important;
  }

  .event_vol295 .quiz h3 span,
  .event_vol295 .quiz h3 b {
    font-size: 1.15rem;
  }

  .event_vol295 .quiz .flex {
    margin: 2.5rem auto 0;
  }

  .event_vol295 .quiz .quiz_tag {
    width: 63px;
    height: 35px;
    border-radius: 0.35rem;
    font-size: 0.95rem;
    line-height: 32px;
  }

  .event_vol295 .quiz .quiz_text {
    font-size: 1.15rem !important;
  }

  .event_vol295 .quiz .label label {
    width: 120px;
    height: 120px;
    margin-right: 0.75rem;
  }

  .event_vol295 .quiz .quiz_text02 {
    font-size: 1rem !important;
    padding: 1.25rem 0 !important;
  }

  .event_vol295 .info {
    min-height: auto;
    padding: 2rem 0 1.5rem;
  }

  .event_vol295 .info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol295 .info .info_input {
    width: 90%;
    margin-top: 2rem;
  }

  .event_vol295 .info .info_input span {
    margin-bottom: 0.25rem;
  }

  .event_vol295 .info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol295 .info .info_check {
    margin-top: 1.25rem;
  }

  .event_vol295 .info .info_check label {
    font-size: 0.75rem;
  }

  .event_vol295 .info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol295 .info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .event_vol296 .card {
    width: 90%;
  }

  .event_vol296 .card>span {
    width: 32%;
    margin-right: 2% !important;
  }

  .event_vol296 .card>span:nth-child(3n) {
    margin-right: 0 !important;
  }

  .event_vol296 .info {
    min-height: auto;
    padding: 2rem 0 1.5rem;
  }

  .event_vol296 .info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol296 .info .info_input {
    width: 90%;
    margin-top: 2rem;
  }

  .event_vol296 .info .info_input span {
    margin-bottom: 0.25rem;
  }

  .event_vol296 .info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol296 .info .info_check {
    margin-top: 1.25rem;
  }

  .event_vol296 .info .info_check label {
    font-size: 0.75rem;
  }

  .event_vol296 .info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol296 .info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .event_vol297 .answer,
  .event_vol298 .answer {
    padding-top: 2rem;
  }

  .event_vol297 .answer input,
  .event_vol298 .answer input {
    width: 200px;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }

  .event_vol297 .info,
  .event_vol298 .info {
    min-height: auto;
    padding: 2rem 0 1.5rem;
  }

  .event_vol297 .info .info_title,
  .event_vol298 .info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol297 .info .info_input,
  .event_vol298 .info .info_input {
    width: 90%;
    margin-top: 2rem;
  }

  .event_vol297 .info .info_input span,
  .event_vol298 .info .info_input span {
    margin-bottom: 0.25rem;
  }

  .event_vol297 .info .info_input input,
  .event_vol298 .info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol297 .info .info_check,
  .event_vol298 .info .info_check {
    margin-top: 1.25rem;
  }

  .event_vol297 .info .info_check label,
  .event_vol298 .info .info_check label {
    font-size: 0.75rem;
  }

  .event_vol297 .info .info_btn,
  .event_vol298 .info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol297 .info .info_text,
  .event_vol298 .info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .event_vol298 .event_hint>.border {
    padding: 0.75rem 0 !important;
  }

  .event_vol298 .event_hint>.border>p {
    font-size: 0.8rem;
  }

  .event_vol298 .event_hint>.border>p>b {
    font-size: 0.8rem;
  }

  .event_vol299 .subtitle {
    margin-top: 2rem !important;
  }

  .event_vol299 .info {
    max-width: 90%;
    padding: 2rem 0 1.5rem;
  }

  .event_vol299 .info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol299 .info .info_input {
    width: 90%;
    margin-top: 2rem;
  }

  .event_vol299 .info .info_input span {
    margin-bottom: 0.25rem;
  }

  .event_vol299 .info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol299 .info .info_check {
    margin-top: 1.25rem;
  }

  .event_vol299 .info .info_check label {
    font-size: 0.75rem;
  }

  .event_vol299 .info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol299 .info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_roulette .img {
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_title {
    max-width: 200px;
    padding: 2.5rem 0 0 !important;
    font-size: 1.35rem !important;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_roulette_arrow {
    top: 3.2%;
    width: 8.4%;
    -webkit-transform: translateX(-50.2%);
    transform: translateX(-50.2%);
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_roulette_img {
    top: 4.4%;
    width: 72%;
    -webkit-transform: translateX(-50.2%);
    transform: translateX(-50.2%);
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_roulette_btn {
    top: 23.4%;
    width: 17.5%;
    -webkit-transform: translateX(-50.2%);
    transform: translateX(-50.2%);
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info {
    max-width: 90%;
    padding: 2rem 0 1.5rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input {
    width: 90%;
    margin-top: 2rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input span {
    margin-bottom: 0.25rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_check {
    margin-top: 1.25rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_check label {
    font-size: 0.75rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .sub02 .crawling-contents-textbox.event_vol300 .event_info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation {
    padding: 1.25rem 5%;
    width: calc(90% - (30px*2));
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .modal_close {
    width: 45px;
    height: 45px;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev {
    left: -2.5%;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-prev::after {
    width: 30px;
    height: 29px;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next {
    right: -2.5%;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .swiper-button-next::after {
    width: 30px;
    height: 29px;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .title::before {
    width: 45px;
    height: 38px;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .title>span {
    margin: 0.5rem auto 0;
    font-size: 1.25rem;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .text {
    padding: 0.75rem 5%;
    margin: 0.75rem 0 0;
    font-size: 0.75rem;
    border-radius: 1rem;
  }

  .modal.vol300_Congratulation .modal_wrap .Congratulation .by {
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
  }

  .event_vol301.crawling-contents-textbox .event_box01 {
    border-radius: 1rem 1rem 0 0;
  }

  .event_vol301.crawling-contents-textbox .event_date02 {
    top: 66%;
  }

  .event_vol301.crawling-contents-textbox .event_date03 {
    top: 75%;
  }

  .event_vol301.crawling-contents-textbox .event_date04 {
    top: 84.5%;
  }

  .event_vol301.modal .modal_wrap {
    min-height: 250px;
    padding: 2.5rem 5%;
  }

  .event_vol301.modal .modal_wrap .modal_close {
    right: 2.5%;
    width: 45px;
    height: 45px;
  }

  .event_vol301.modal .modal_wrap .event_info {
    padding: 1.5rem 0 0;
  }

  .event_vol301.modal .modal_wrap .event_info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol301.modal .modal_wrap .event_info .info_input {
    width: 100%;
    margin-top: 1.5rem;
  }

  .event_vol301.modal .modal_wrap .event_info .info_input span {
    margin-bottom: 0.25rem;
  }

  .event_vol301.modal .modal_wrap .event_info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol301.modal .modal_wrap .event_info .info_check {
    margin-top: 1.25rem;
  }

  .event_vol301.modal .modal_wrap .event_info .info_check label {
    font-size: 0.75rem;
  }

  .event_vol301.modal .modal_wrap .event_info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol301.modal .modal_wrap .event_info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .event_vol302.crawling-contents-textbox .answer {
    padding-top: 2rem;
  }

  .event_vol302.crawling-contents-textbox .answer input {
    width: 200px;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }

  .event_vol302.crawling-contents-textbox .info {
    min-height: auto;
    padding: 2rem 0 1.5rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_title {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .event_vol302.crawling-contents-textbox .info .info_input {
    width: 90%;
    margin-top: 2rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_input span {
    margin-bottom: 0.25rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_input input {
    display: block;
    float: none;
    width: 100%;
    height: 45px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_check {
    margin-top: 1.25rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_check label {
    font-size: 0.75rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_btn {
    width: 180px;
    height: 49px;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
  }

  .event_vol302.crawling-contents-textbox .info .info_text {
    max-width: 90%;
    margin: 1.25rem auto 0;
    font-size: 0.75rem;
  }

  .event_vol302.crawling-contents-textbox .event_date02,
  .event_vol302.crawling-contents-textbox .event_date03,
  .event_vol302.crawling-contents-textbox .event_date04 {
    left: 39%;
    height: 8.75%;
  }

  .event_vol302.crawling-contents-textbox .event_date02 {
    top: calc(64.5% + 0%);
  }

  .event_vol302.crawling-contents-textbox .event_date03 {
    top: calc(64.5% + 8.75% + 0.75%);
  }

  .event_vol302.crawling-contents-textbox .event_date04 {
    top: calc(64.5% + 17.5% + 1.5%);
  }

  .event_vol303.crawling-contents-textbox {
    background-color: #f2f2f2;
  }

  .event_vol303.crawling-contents-textbox .event_date02,
  .event_vol303.crawling-contents-textbox .event_date03,
  .event_vol303.crawling-contents-textbox .event_date04 {
    left: 39%;
    height: 8.75%;
  }

  .event_vol303.crawling-contents-textbox .event_date02 {
    top: calc(64.5% + 0%);
  }

  .event_vol303.crawling-contents-textbox .event_date03 {
    top: calc(64.5% + 8.75% + 0.75%);
  }

  .event_vol303.crawling-contents-textbox .event_date04 {
    top: calc(64.5% + 17.5% + 1.5%);
  }

  .sub.vol303-07 .stamp {
    left: 50%;
    top: 60%;
  }

  .sub.vol303-12 .stamp {
    left: 50%;
    top: 15%;
  }

  .sub.vol303-18 .stamp {
    left: 50%;
    top: 10.5%;
  }

  .event_vol304.crawling-contents-textbox .event_date02,
  .event_vol304.crawling-contents-textbox .event_date03,
  .event_vol304.crawling-contents-textbox .event_date04 {
    left: 39%;
    height: 8.75%;
  }

  .event_vol304.crawling-contents-textbox .event_date02 {
    top: calc(64.5% + 0%);
  }

  .event_vol304.crawling-contents-textbox .event_date03 {
    top: calc(64.5% + 8.75% + 0.75%);
  }

  .event_vol304.crawling-contents-textbox .event_date04 {
    top: calc(64.5% + 17.5% + 1.5%);
  }

  .event_vol304~.comment01 {
    padding-top: 2.5rem;
  }

  .event_vol304~.comment02 {
    padding-top: 3rem;
  }
}

/*Mobile*/
@media (max-width: 320px) {
  .find_event .find_input ul li {
    font-size: 0.65rem;
  }

  .find_event .find_input ul li p {
    font-size: 0.55rem;
  }

  .find_event .find_input ul li label {
    font-size: 0.75rem;
  }

  .find_event .find_input ul li a {
    height: 35px;
    font-size: 0.75rem;
    line-height: 35px;
  }

  .event_vol295 .quiz .label label {
    width: 105px;
    height: 105px;
  }
}

@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.css.map */