@font-face {
  font-family: "NanumSquareRound";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "UhBeeSe_hyun";
  src: url("../fonts/UhBeeSe_hyun.eot");
  src: url("../fonts/UhBeeSe_hyun.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

br {
  visibility: hidden !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

@-webkit-keyframes cg {
  0% {
    opacity: 0;
  }

  51%,
  52% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes cg {
  0% {
    opacity: 0;
  }

  51%,
  52% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes cg {
  0% {
    opacity: 0;
  }

  51%,
  52% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cg {
  0% {
    opacity: 0;
  }

  51%,
  52% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section .item {
  opacity: 0;
  -webkit-transition: transform 0.6s, opacity 0.6s ease-out;
  -moz-transition: transform 0.6s, opacity 0.6s ease-out;
  -ms-transition: transform 0.6s, opacity 0.6s ease-out;
  transition: transform 0.6s, opacity 0.6s ease-out;
  transition-delay: 0.6s;
}

.section.active .item {
  opacity: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.section .item.up {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.section .change img {
  position: absolute;
  opacity: 0;
  -webkit-animation: cg 10s infinite;
  -moz-animation: cg 10s infinite;
  -ms-animation: cg 10s infinite;
  animation: cg 10s infinite;
}

.section .change img:nth-child(2) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}

.section .item1 {
  opacity: 1;
}

.section.active .item1 {
  opacity: 0;
  -webkit-animation: fadein 1.5s 0.5s forwards;
  -moz-animation: fadein 1.5s 0.5s forwards;
  -ms-animation: fadein 1.5s 0.5s forwards;
  animation: fadein 1.5s 0.5s forwards;
}

.section.active .item1.sec-txt3 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

.wrap-section .section {
  background-color: #e97684;
  overflow: hidden;
}

.wrap-section .section p {
  color: #ffffff;
  font-size: 14px;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: normal;
}

.wrap-section .section p b {
  font-weight: bold;
}

.wrap-section .section p span.txt-color {
  color: #ffdcdc;
}

.wrap-section .section p span.txt-color2 {
  color: #fff6c5;
  font-weight: bold;
}

.wrap-section .section .block {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -38%;
  font-family: "NanumSquareRound", sans-serif;
}

.wrap-section .section .block h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 33px;
  font-family: "UhBeeSe_hyun", sans-serif;
}

.wrap-section .section .block h2 .num {
  font-size: 21px;
  padding: 8px 2px 8px 5px;
  width: 40px;
  border-radius: 4px;
  background: #fff;
  color: #cf7883;
  display: block;
  line-height: 24px;
  margin-bottom: 28px;
}

.wrap-section .section .block .txt-br {
  display: block;
}

.wrap-section .section .block p {
  line-height: 20px;
}

.wrap-section .section .block p.hidden {
  margin-top: 20px;
}

.wrap-section .section .block2 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11%;
  width: 61.52%;
  height: 100%;
}

.wrap-section .section .block2:before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.wrap-section .section .block2 .inner-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
}

.wrap-section .section .block2 .inner-block h3 {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  padding: 5px 10px;
  display: inline;
  font-family: "NanumSquareRound", sans-serif;
}

.wrap-section .section .block2 .inner-block span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  font-family: "NanumSquareRound", sans-serif;
  margin: 11px 0 12px;
  display: block;
}

.wrap-section .section .block2 .inner-block p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.wrap-section .section .block2 .inner-block img {
  display: block;
  margin: 0 auto;
}

.wrap-section .section .item {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0;
}

.wrap-section .section1 p.sec-txt1 {
  font-size: 18px;
  line-height: 1.53;
  position: absolute;
  top: 34%;
  left: 50%;
  margin-left: -450px;
}

.wrap-section .section1 p.sec-txt1 span {
  display: block;
  padding-bottom: 63px;
}

.wrap-section .section1 p.sec-txt1 span:nth-child(3) {
  width: 180px;
  word-break: keep-all;
}

.wrap-section .section1 p.sec-txt2 {
  position: absolute;
  width: 260px;
  top: 45%;
  left: 50%;
  margin-left: 180px;
  font-size: 36px;
  font-weight: bold;
}

.wrap-section .section1 p.sec-txt3 {
  position: absolute;
  top: 75%;
  left: 50%;
  margin-left: -303px;
  font-size: 48px;
  text-align: center;
  font-family: "UhBeeSe_hyun", sans-serif;
}

.wrap-section .section1 p.sec-txt3 span {
  display: block;
  font-size: 18px;
  margin-top: 18px;
  font-family: "NanumSquareRound", sans-serif;
}

.wrap-section .section1 .sec-img {
  position: absolute;
  top: 117px;
  left: 50%;
  margin-left: -207px;
  bottom: auto;
}

.wrap-section .section2 {
  background-color: #4ba8c6;
}

.wrap-section .section2 .item {
  top: 62%;
}

.wrap-section .section2 .balloon {
  background: url(../img/balloon.png) 0 0 no-repeat;
  position: absolute;
  width: 595px;
  height: 335px;
  left: 50%;
  top: 22%;
  margin-left: -418px;
}

.wrap-section .section2 .balloon p {
  display: block;
  font-size: 36px;
  padding: 48px 0 0 56px;
  color: #e97684;
  font-family: "UhBeeSe_hyun", sans-serif;
}

.wrap-section .section2 .balloon span {
  color: #45b3d7;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.swiper-button-next {
  color: #ffffff !important;
}

.swiper-button-prev {
  color: #ffffff !important;
}

.wrap-section .section2 .quoka-info {
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -370px;
}

.wrap-section .section2 .quoka-info:before {
  content: "";
  display: block;
  float: left;
  margin-left: -113px;
  width: 96px;
  height: 137px;
  background: url(../img/quoka.jpg) 0 50% no-repeat;
}

.wrap-section .section2 .quoka-info:after {
  content: "";
  display: block;
  width: 71px;
  height: 24px;
  background: url(../img/p-arrow.png) 0 0 no-repeat;
  position: absolute;
  top: 80px;
  right: -47px;
}

.wrap-section .section2 .quoka-info p {
  font-size: 13px;
  line-height: 20px;
}

.wrap-section .section2 .quoka-info span {
  display: block;
  padding-bottom: 5px;
}

.wrap-section .section3 .item {
  bottom: 0%;
  width: 425px;
}

.wrap-section .section4 .item {
  bottom: 0%;
  width: 486px;
}

.wrap-section .section4 .block p {
  padding: 0 0 15px;
}

.wrap-section .section5 .item {
  top: 20%;
  margin-left: -440px;
  max-width: 471px;
}

.wrap-section .section5 .inner-block h3 {
  background: #ff881a;
}

.wrap-section .section5 .block {
  transition: all 0.3s ease-out;
}

.wrap-section .section5 .block.top1 {
  top: 120% !important;
  z-index: 10;
}

.wrap-section .section5 .block.top2 {
  top: 220% !important;
  z-index: 10;
}

.wrap-section .section5 .block2 .inner-block img {
  max-width: 300px;
}

.wrap-section .section6 .item {
  top: 19%;
  margin-left: -220px;
  max-width: 441px;
}

.wrap-section .section6 .inner-block h3 {
  background: #36a0dc;
}

.wrap-section .section7 .item {
  top: 18%;
  margin-left: -182px;
  max-width: 364px;
}

.wrap-section .section7 .inner-block h3 {
  background: #9b64d9;
}

.wrap-section .section8 .item {
  bottom: 0%;
  width: 44%;
  margin-left: -3%;
  max-width: 500px;
}

.wrap-section .section9 .item {
  bottom: 0%;
  width: 44%;
  max-width: 550px;
}

.wrap-section .section10 .item {
  bottom: -10%;
  width: 380px;
  margin-left: 2%;
}

.wrap-section .section10 .item .inner-item {
  display: block;
  width: 404px;
  height: 702px;
  position: relative;
}

.wrap-section .section10 .item .inner-item img {
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-section .section10 .btn {
  font-size: 18px;
  display: block;
  background: #fff;
  color: #bd4050;
  padding: 15px 44px;
  border-radius: 30px;
  margin-top: 40px;
  line-height: 20px;
  font-family: "NanumSquareRound", sans-serif;
}

.wrap-section .section12 .item {
  bottom: -10%;
  width: 380px;
  margin-left: 2%;
}

.wrap-section .section12 .item .inner-item {
  display: block;
  width: 404px;
  height: 702px;
  position: relative;
}

.wrap-section .section12 .item .inner-item img {
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-section .section12 .btn {
  font-size: 18px;
  display: block;
  background: #fff;
  color: #bd4050;
  padding: 0.5rem 0rem;
  text-align: center;
  border-radius: 30px;
  margin-top: 30px;
  line-height: 20px;
  font-family: "NanumSquareRound", sans-serif;
  z-index: 1;
  /* position: absolute; */
  width: 100%;
}

.wrap-section .section11 .item {
  bottom: 0%;
  width: 100%;
  max-width: 620px;
  margin-left: -12%;
}

.wrap-section .section13 {
  background: #fff;
}

.wrap-section .section13 .link-area {
  width: 285px;
  overflow: hidden;
  position: absolute;
  top: 140px;
  left: 50%;
  margin-left: -40%;
}

.wrap-section .section13 .link-area a {
  color: #000;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  display: block;
  float: left;
  padding: 8px 20px 0 0;
  font-family: "NanumSquareRound", sans-serif;
}

.wrap-section .section13 .link-area a.insta {
  width: 28px;
}

.wrap-section .section13 .link-area a.blog {
  width: 34px;
}

.wrap-section .section13 .link-area a img {
  width: 100%;
}

.wrap-section .section13 .logo-end {
  position: absolute;
  top: 114px;
  left: 50%;
  margin-left: -13%;
  width: 232px;
  max-width: 232px;
}

.wrap-section .section13 .logo-end img {
  width: 100%;
}

.wrap-section .section13 .footer-area {
  position: absolute;
  top: 313px;
  left: 50%;
  margin-left: -40%;
}

.wrap-section .section13 .footer-area p {
  color: #323232;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 13px;
}

.section.section12 {
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
}

.section.section12:before {
  content: "";
  display: block;
  background: #000;
  width: 100vw;
  height: 100vh;
  opacity: 0.6;
}

.section .map-search {
  width: 624px;
  margin: 0 auto 53px;
  position: relative;
}

.section .map-search .search {
  position: absolute;
  top: 0;
  right: 0;
}

.section .map-search .search h2 {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  margin-right: 90px;
  margin-bottom: 26px;
  line-height: 1;
  font-family: "NanumSquareRound", sans-serif;
}

.section .map-search .search .opt select {
  color: #3c3f42;
  width: 205px;
  display: block;
  margin: 14px 0;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 14.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/dropdown.png) 178px 11px no-repeat;
  background-size: 14px 9px;
}

.section .map-search .search .opt button {
  display: block;
  width: 205px;
  height: 31px;
  border-radius: 15px;
  font-size: 14.5px;
  color: #fff;
  background: #fe445b;
  line-height: 15px;
  position: relative;
  padding-left: 25px;
}

.section .map-search .search .opt button:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/search.png);
  background-size: 19px 19px;
  position: absolute;
  top: 6px;
  left: 32%;
}

.section .map-search .search .opt button:hover {
  opacity: 0.75;
}

.section .map-search .map {
  display: block;
  width: 380px;
  height: 380px;
  background: #fff;
}

.section .address-list {
  width: 624px;
  margin: 53px auto 0;
}

.section .address-list table {
  font-family: "NanumSquareRound", sans-serif;
  font-size: 14.5px;
}

.section .address-list table thead.black {
  background: #000;
}

.section .address-list table tr.white {
  background: #fff;
}

.section .address-list table tr.bg {
  background: none;
  height: 6px;
}

.section .address-list table th {
  color: #fff;
  padding: 10px 0;
}

.section .address-list table td {
  color: #3c3f42;
}

.section .address-list table td.center {
  text-align: center;
  padding: 12px 0 11px;
}

.section .address-list table td.first {
  color: #000;
  font-weight: bold;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.nav .logo {
  margin: 23px 0 0 46px;
  background: url(../img/logo.png) 0 0 no-repeat;
  height: 60px;
  background-size: contain;
}

.nav .logo a {
  display: block;
  width: 225px;
  height: 50px;
}

.nav .wrap-menu {
  position: absolute;
  top: 43px;
  right: 47px;
}

.nav .wrap-menu .tablet-menu {
  display: none;
}

.nav .wrap-menu .btn {
  display: none;
}

.nav .wrap-menu .menu.box-list {
  width: 160px;
  background: #fff;
  border-radius: 5px;
  padding: 2px 0;
  position: absolute;
  top: -1px;
  right: -1px;
  box-shadow: -5px 8px 21px -14px #333;
}

.nav .wrap-menu .menu.box-list a {
  float: none;
  color: #6b6262;
  font-size: 16px;
  margin: 0 5px;
  border-bottom: 1px solid #ffc1c9;
  width: auto !important;
}

.nav .wrap-menu .menu.box-list a:last-of-type {
  border-bottom: none;
}

.nav .wrap-menu .menu.box-list a:hover {
  color: #e04a5c;
}

.nav .wrap-menu .menu a {
  float: left;
  padding: 0 12px;
  display: block;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  font-family: "NanumSquareRound", sans-serif;
}

.nav .wrap-menu .menu a:hover {
  opacity: 0.7;
}

.nav .wrap-menu .menu a.insta,
.nav .wrap-menu .menu a.blog {
  font-size: 0;
}

.nav .wrap-menu .menu a.insta img,
.nav .wrap-menu .menu a.blog img {
  width: 100%;
}

.nav .wrap-menu .menu a.insta {
  width: 28px;
}

.nav .wrap-menu .menu a.blog {
  width: 34px;
}

#fp-nav.fp-right {
  right: 46px;
  top: 50%;
  margin-top: -190px !important;
}

#fp-nav.fp-right ul > li {
  margin: 30px 0;
  width: 20px;
  height: 20px;
}

#fp-nav.fp-right ul > li span.fp-sr-only {
  display: none;
}

#fp-nav.fp-right ul > li span {
  font-size: 16px;
  color: #ffdcdc;
  width: auto;
  height: auto;
  border: none;
  background: none;
  top: 0;
  padding: 0;
  margin: 0;
}

#fp-nav.fp-right ul > li:nth-child(1) {
  display: none;
}

#fp-nav.fp-right ul > li:nth-child(2) {
  display: none;
}

#fp-nav.fp-right ul > li:nth-child(3) span:before {
  content: "1";
  display: block;
}

#fp-nav.fp-right ul > li:nth-child(4) span:before {
  content: "2";
  display: block;
}

#fp-nav.fp-right ul > li:nth-child(5) span:before {
  content: "3";
  display: block;
}

#fp-nav.fp-right ul > li:nth-child(6) span:before {
  content: "4";
  display: block;
}

#fp-nav.fp-right ul > li:nth-child(7) span:before {
  content: "5";
  display: block;
}

#fp-nav.fp-right ul > li:nth-child(8) span:before {
  display: none;
}

#fp-nav.fp-right ul > li:nth-child(9) span:before {
  display: none;
}

#fp-nav.fp-right ul > li:nth-child(10) span:before {
  display: none;
}

#fp-nav.fp-right ul > li:nth-child(11) span:before {
  display: none;
}

#fp-nav.fp-right ul > li:nth-child(12) {
  display: none;
}

#fp-nav.fp-right li a.active span:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -17px;
  width: 20px;
  height: 20px;
  background: url("../img/lines.png") no-repeat;
  background-size: contain;
}

#fp-nav.fp-right li a.active span,
#fp-nav.fp-right li a:hover span {
  padding: 0;
  margin: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  margin: 0;
  padding: 0;
  color: #fff;
}

.popup_close_button {
  cursor: pointer;
  background-color: #ffa2a2;
  color: azure;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.notice_img {
  width: 100%;
  height: 100%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  overflow: auto; /* Enable scroll if needed */
}

.modal::-webkit-scrollbar {
  width: 0 !important;
}

/* Modal Content/Box */
.modal-content {
  border-radius: 0.5em;
  background-color: #fefefe;
  margin: 8% auto; /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

#close {
  float: right;
  display: inline-block;
  padding: 2px 0px 5px 0px;
}

#close:hover {
  border: 0;
  cursor: pointer;
  opacity: 0.75;
}

#close > img {
  width: 1em;
}

#close2 {
  float: right;
  display: inline-block;
  padding: 2px 0px 5px 0px;
}

#close2:hover {
  border: 0;
  cursor: pointer;
  opacity: 0.75;
}

#close2 > img {
  width: 1em;
}

#close3 {
  float: right;
  display: inline-block;
  padding: 2px 0px 5px 0px;
}

#close3:hover {
  border: 0;
  cursor: pointer;
  opacity: 0.75;
}

#close3 > img {
  width: 1em;
}

#close4 {
  float: right;
  display: inline-block;
  padding: 2px 0px 5px 0px;
}

#close4:hover {
  border: 0;
  cursor: pointer;
  opacity: 0.75;
}

#close4 > img {
  width: 1em;
}

.popup_close_button {
  cursor: pointer;
  background-color: #ffa2a2;
  color: azure;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (min-width: 400px) {
  .modal-content {
    width: 54%;
  }
  .homepage_video {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .modal-content {
    width: 42%;
  }
  .homepage_video {
    width: 40%;
  }
}

@media screen and (min-width: 1300px) {
  .homepage_video {
    width: 50%;
  }
}

@media screen and (min-width: 1925px) {
  .homepage_video {
    width: 80%;
  }
}

@media screen and (min-width: 1300px) {
  .modal-content {
    width: 18%;
  }

  .popup_close_button {
    font-size: 2em;
  }

  .notice_img {
    width: 100%;
    height: 10%;
  }
}

.contents-center {
  margin: 0 auto;
  text-align: center;
}
.contents-center > img {
  max-width: 1500px;
}
