@import "/reset.css";
@font-face {
  font-family: Metropolis-Bold;
  src: url(./font/Metropolis-Bold.woff);
}
@font-face {
  font-family: Metropolis-Light;
  src: url(./font/Metropolis-Light.woff);
}
@font-face {
  font-family: Metropolis-Medium;
  src: url(./font/Metropolis-Medium.woff);
}
@font-face {
  font-family: Metropolis-Regular;
  src: url(./font/Metropolis-Regular.woff);
}
body {
  font-family: Metropolis-Regular;
}

section {
  height: 100vh;
  position: relative;
}

h2 {
  font-size: 50px;
  font-family: Metropolis-Regular;
  font-weight: normal;
  text-align: center;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

li {
  list-style: none;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

header {
  height: 155px;
}
header.on {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
header .fullbg {
  height: 155px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.02);
  z-index: -1;
}
header .inner {
  width: 1760px;
  margin: auto;
}
header .inner .header_inner {
  z-index: 10;
}
header .inner .header_inner .rogin {
  height: 76px;
}
header .inner .header_inner .rogin ul {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
}
header .inner .header_inner .rogin ul li a {
  margin-left: 30px;
}
header .inner .header_inner .rogin ul li a.wedding {
  height: 36px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 11px 15px 0 34px;
  border-radius: 50px;
  background: url(./img/wedding-icon.png) left 15px center no-repeat #139cae;
}
header .inner .header_inner .rogin ul li a.ace_mall {
  height: 36px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px 14px 0;
  border-radius: 50px;
  border: 1px solid #9badb6;
  background: #9badb6;
}
header .inner .header_inner h1 {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
header .inner .header_inner nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .inner .header_inner nav .gnb_section {
  display: flex;
}
header .inner .header_inner nav .gnb_section li.main {
  position: relative;
}
header .inner .header_inner nav .gnb_section li.main a {
  display: block;
  padding: 5px;
}
header .inner .header_inner nav .gnb_section li.main > a {
  font-weight: bold;
  padding: 20px 10px;
}
header .inner .header_inner nav .gnb_section ul.sub {
  position: absolute;
  width: 100%;
  display: none;
  top: 60px;
}
header .inner .header_inner nav .gnb_section ul.sub a {
  color: #333;
  font-size: 14px;
}
header .inner .header_inner nav .gnb_section.menu01 li.main span.over {
  display: none;
}
header .inner .header_inner nav .gnb_section.menu01 li.main a {
  transition: 0.35s;
}
header .inner .header_inner nav .gnb_section.menu01 li.main a.on {
  padding-right: 50px;
}
header .inner .header_inner nav .gnb_section.menu01 li.main:nth-child(4) a.on {
  padding-right: 95px;
}
header .inner .header_inner nav .gnb_section.menu02 li.main a {
  transition: 0.35s;
}
header .inner .header_inner nav .gnb_section.menu02 li.main a.on {
  padding-right: 30px;
}
header .inner .header_inner nav .gnb_section.menu02 li.main:nth-child(1) a.on {
  padding-right: 60px;
}
header .inner .header_inner nav .gnb_section.menu02 li.main:nth-child(3) a.on {
  padding-right: 70px;
}
header .inner .header_inner .search {
  position: absolute;
  top: 90px;
  right: 90px;
}
header .inner .header_inner .menu_bar {
  position: absolute;
  top: 90px;
  right: 50px;
}

#sect1 {
  height: 800px;
}
#sect1 .swiper {
  z-index: -20;
  width: 100%;
  height: 800px;
}
#sect1 .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#sect1 .swiper .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sect2 {
  position: relative;
}
#sect2 .container {
  margin-top: 5%;
}
#sect2 .container .wrap {
  width: 100%;
}
#sect2 .container .wrap h2 {
  margin-bottom: 30px;
}
#sect2 .container .wrap ul.menu {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#sect2 .container .wrap ul.menu li {
  margin-bottom: 27px;
}
#sect2 .container .wrap ul.menu li.on {
  font-size: 22px;
  color: #0890c0;
  font-weight: bold;
}
#sect2 .container .wrap .slideContainer {
  width: 710px;
  height: 800px;
  margin: 50px auto;
  overflow: hidden;
}
#sect2 .container .wrap .slideContainer .slideWrap {
  position: relative;
  display: flex;
  width: 400%;
}
#sect2 .container .wrap .slideContainer .slideWrap .slide {
  width: 710px;
  height: 800px;
  overflow: hidden;
}
#sect2 .container .wrap .slideContainer .slideWrap .slide video {
  height: 100%;
  vertical-align: top;
  position: relative;
  left: -40%;
}
#sect2 .container .wrap a.arrow img {
  height: 100px;
}
#sect2 .container .wrap a.prev {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateX(-50%);
  color: #666;
  z-index: 999;
}
#sect2 .container .wrap a.next {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateX(-50%);
  color: #666;
  z-index: 999;
}
#sect2 .container .wrap a.prev.none,
#sect2 .container .wrap a.next.none {
  opacity: 0.2;
}
#sect2 .container .wrap .desc {
  position: absolute;
  overflow: hidden;
  width: 385px;
  height: 400px;
  top: 55%;
  right: 10rem;
  transform: translateY(-50%);
}
#sect2 .container .wrap .desc .verticalSlide {
  position: relative;
  top: 0;
}
#sect2 .container .wrap .desc .verticalSlide div {
  position: relative;
  top: 0;
  opacity: 0;
  width: 385px;
  height: 400px;
  transition: 2s cubic-bezier(0.01, 0.36, 0.77, 0.93);
}
#sect2 .container .wrap .desc .verticalSlide div h3 {
  font-size: 30px;
  padding-bottom: 20px;
}
#sect2 .container .wrap .desc .verticalSlide div p {
  font-size: 18px;
  line-height: 28px;
}
#sect2 .container .wrap .desc .verticalSlide div.on {
  top: 0;
  opacity: 1;
}

#sect3 {
  background: #f4f7fa;
}
#sect3 .wrap {
  margin-top: 5%;
}
#sect3 .wrap h2 {
  margin-bottom: 30px;
}
#sect3 .wrap .category {
  text-align: center;
  margin-bottom: 30px;
}
#sect3 .wrap .category li {
  display: inline-block;
  color: #888;
}
#sect3 .wrap .category li a {
  font-size: 22px;
  margin-right: 20px;
}
#sect3 .wrap .category li a.on {
  font-weight: bold;
  color: #0890c0;
}
#sect3 .wrap .desc {
  position: absolute;
  color: #fff;
  left: 10%;
  top: 10%;
  text-align: left;
}
#sect3 .wrap .desc p {
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
}
#sect3 .wrap .desc h3 {
  padding: 10px 0;
  font-size: 35px;
  font-weight: 600;
}
#sect3 .wrap .desc h4 {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 50px;
}
#sect3 .wrap .desc .btn {
  border: 1px solid #fff;
  padding: 20px 30px;
  display: inline-block;
}
#sect3 .wrap .desc .btn:hover {
  background: #0890c0;
  border: 1px solid #0890c0;
  transition: 0.35s;
}
#sect3 .wrap .slideTab {
  width: 1280px;
  height: 760px;
  position: relative;
  margin: auto;
}
#sect3 .wrap .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: visible;
}
#sect3 .wrap .swiper.on {
  opacity: 1;
  z-index: 100;
}
#sect3 .wrap .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#sect3 .wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sect3 .sect_slide01 .swiper-slide {
  width: 1280px;
  height: 720px;
  background-size: cover;
}
#sect3 .sect_slide01 .swiper-slide:nth-child(1) {
  background-image: url(./img/tab1_1.jpg);
}
#sect3 .sect_slide01 .swiper-slide:nth-child(2) {
  background-image: url(./img/tab1_2.jpg);
}
#sect3 .sect_slide01 .swiper-slide:nth-child(3) {
  background-image: url(./img/tab1_3.jpg);
}
#sect3 .sect_slide02 .swiper-slide {
  width: 1280px;
  height: 720px;
  background-size: cover;
}
#sect3 .sect_slide02 .swiper-slide:nth-child(1) {
  background-image: url(./img/tab2_1.jpg);
}
#sect3 .sect_slide02 .swiper-slide:nth-child(2) {
  background-image: url(./img/tab2_2.jpg);
}
#sect3 .sect_slide02 .swiper-slide:nth-child(3) {
  background-image: url(./img/tab2_3.jpg);
}

#sect4 {
  background: #f4f7fa;
}
#sect4 .wrap h2 {
  padding: 40px;
  margin-bottom: 30px;
}
#sect4 .wrap .container .desc {
  position: absolute;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
#sect4 .wrap .container .swiper {
  width: 710px;
  height: 710px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#sect4 .wrap .container .swiper .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#sect4 .wrap .container .swiper .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sect4 .wrap .container .row {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
#sect4 .wrap .container .row .menu li {
  cursor: pointer;
  font-size: 18px;
  line-height: 35px;
  color: #888;
  padding: 20px;
}
#sect4 .wrap .container .row .menu li.on {
  color: #0890c0;
}
#sect4 .wrap .container .row .menu li:nth-child(2) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#sect5 .wrap {
  margin-top: 5%;
}
#sect5 .wrap h2 {
  margin-bottom: 30px;
}
#sect5 .wrap .contents {
  width: 1760px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
#sect5 .wrap .contents a {
  width: 330px;
  height: 330px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-out 0.2s;
}
#sect5 .wrap .contents a:hover img {
  transform: scale(1.2);
}
#sect5 .wrap .contents a img {
  width: 100%;
  transform: scale(1);
  transition: all 1s ease-out 0s;
}
#sect5 .wrap .sns {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
#sect5 .wrap .sns a {
  padding: 0 30px;
}

#sect6 {
  position: relative;
  width: 100%;
  height: 100vh;
}
#sect6 .wrap .map {
  width: 100%;
  height: 500px;
}
#sect6 .wrap .map img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sect6 .wrap .inner {
  position: relative;
}
#sect6 .wrap .inner .search {
  position: absolute;
  width: 340px;
  height: 340px;
  background: #0890c0;
  padding: 95px 70px 90px 70px;
  color: #fff;
  text-align: center;
  right: 20%;
  top: -200px;
}
#sect6 .wrap .inner .search .text {
  font-size: 18px;
}
#sect6 .wrap .inner .search .input {
  top: 30%;
  position: relative;
}
#sect6 .wrap .inner .search .input input {
  width: 200px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
}
#sect6 .wrap .inner .search .input input::-moz-placeholder {
  color: #6fc5e4;
}
#sect6 .wrap .inner .search .input input:-ms-input-placeholder {
  color: #6fc5e4;
}
#sect6 .wrap .inner .search .input input::placeholder {
  color: #6fc5e4;
}
#sect6 .wrap .inner .search .input a img {
  position: absolute;
  top: 7px;
  right: 0;
}
#sect6 .wrap .menu01 {
  position: relative;
}
#sect6 .wrap .menu01 ul {
  display: flex;
  position: absolute;
  left: 200px;
  top: 100px;
}
#sect6 .wrap .menu01 ul li {
  padding: 20px 50px;
  text-align: center;
}
#sect6 .wrap .menu01 ul li p {
  padding: 10px;
  font-size: 18px;
}
#sect6 .wrap .menu01 ul li:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#sect6 .wrap .menu02 {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0px;
}
#sect6 .wrap .menu02 .num {
  width: 50%;
  height: 360px;
  background: #f4f4f4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#sect6 .wrap .menu02 .num .number {
  padding: 30px;
}
#sect6 .wrap .menu02 .num .number p {
  font-weight: bold;
  padding-bottom: 20px;
}
#sect6 .wrap .menu02 .num .number h3 {
  font-weight: normal;
  font-size: 38px;
  padding-bottom: 10px;
}
#sect6 .wrap .menu02 .num .number span {
  font-size: 14px;
  color: #666;
}
#sect6 .wrap .menu02 .app {
  width: 50%;
  height: 360px;
  display: flex;
  align-items: center;
}
#sect6 .wrap .menu02 .app .wrap {
  padding: 60px;
}
#sect6 .wrap .menu02 .app .wrap h3 {
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 20px;
}
#sect6 .wrap .menu02 .app .wrap .store {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #888;
  margin-right: 10px;
  transition: 0.35s;
}
#sect6 .wrap .menu02 .app .wrap .store:hover {
  background: #0890c0;
}
#sect6 .wrap .menu02 .app .wrap .store:hover p {
  color: #fff;
}
#sect6 .wrap .menu02 .app .wrap .more {
  letter-spacing: 2px;
  padding-top: 20px;
}

footer {
  padding: 50px;
}
footer .footmenu {
  display: flex;
  padding-bottom: 20px;
}
footer .footmenu a {
  padding-right: 10px;
}
footer .footmenu a .bold {
  font-weight: bold;
  color: #0890c0;
}
footer .ect {
  font-size: 14px;
}
footer .ect p {
  padding: 6px 0;
}/*# sourceMappingURL=index.css.map */