@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

/************ color **************/
p,
span,
ul,
li,
div,
a {
  letter-spacing: 1px;
  font-family: "Bookk Myungjo";
}

body {
  background-color: #fcf9ee;
}

.rolling_banner {
  overflow: hidden;
  display: flex;
  width: 100%;
  background: #000;
}
.rolling_banner .rolling {
  display: flex;
  height: 40px;
}
.rolling_banner .rolling > li {
  font-size: 14px;
  width: 1300px;
  color: #fff;
  line-height: 40px;
  font-family: "KOTRA_GOTHIC ";
}

@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  position: absolute;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #fff;
  z-index: 1;
  transition: 0.3s;
  /*************** gnb  *****************/
}
.header:hover {
  /*    height: 150px; */
  background-color: #fcf9ee;
}
.header:hover .header_inner .logo > a {
  color: #222;
}
.header:hover .header_inner .lnb .menu a {
  color: #222;
  font-weight: bold;
}
.header:hover .header_inner .gnb {
  filter: invert(100%);
  /* 블랙만들기 */
}
.header:hover .lnb .menu a {
  color: #222;
}
.header .header_inner {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  /************ lnb_menu ********/
}
.header .header_inner .logo {
  color: #fcf9ee;
  padding: 10px 0;
  margin-left: 45px;
  width: 185px;
  text-align: center;
  /*  &:hover{color: #222;} */
  cursor: pointer;
}
.header .header_inner .logo > a {
  color: #fcf9ee;
}
.header .header_inner .logo > a p {
  font-size: 32px;
  font-weight: bold;
  /*  letter-spacing: 3px; */
}
.header .header_inner .logo > a span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 8px;
}
.header .header_inner .lnb {
  width: 800px;
  position: relative;
}
.header .header_inner .lnb .menu {
  position: absolute;
  margin-left: 45px;
  margin-top: 40px;
  float: left;
  color: #fff;
}
.header .header_inner .lnb .menu:hover a {
  color: #666;
}
.header .header_inner .lnb .menu:hover ul {
  display: block;
}
.header .header_inner .lnb .menu > a {
  /* font-weight: bold; */
  font-size: 20px;
  color: #fff;
}
.header .header_inner .lnb .menu ul {
  overflow: hidden;
  display: none;
  margin-top: 30px;
}
.header .header_inner .lnb .menu ul li {
  float: left;
  margin-right: 50px;
}
.header .header_inner .lnb .menu ul li a {
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
}
.header .header_inner .lnb .menu ul li a:hover {
  color: #222;
}
.header .header_inner .lnb .new {
  left: 0px;
}
.header .header_inner .lnb .sent {
  left: 120px;
}
.header .header_inner .lnb .shop {
  left: 240px;
}
.header .header_inner .lnb .about {
  left: 360px;
}
.header .gnb {
  position: absolute;
  right: 20px;
  margin-top: 40px;
  width: 140px;
}
.header .gnb li {
  float: left;
  margin-right: 25px;
  /*   cursor: pointer; */
  cursor: pointer;
  transition: 0.3s;
}
.header .gnb li:hover {
  scale: 1.08;
}
.header .gnb li:nth-child(3) {
  margin-right: 0;
}
.header .gnb li img {
  width: 25px;
  height: 25px;
}

/* search */
.search_ex {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 300px;
  background-color: #fcf9ee;
}
.search_ex .search_inner {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
.search_ex .search_inner button {
  position: absolute;
  font-family: "KOTRA_GOTHIC";
  top: 30px;
  right: 30px;
  border: none;
  background: none;
  font-size: 25px;
  cursor: pointer;
}
.search_ex .search_inner .logo {
  width: 185px;
  margin-top: 10px;
  margin-left: 45px;
  text-align: center;
  color: #222;
  cursor: pointer;
}
.search_ex .search_inner .logo p {
  font-size: 30px;
  font-weight: bold;
  /* letter-spacing: 3px; */
}
.search_ex .search_inner .logo span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 8px;
}
.search_ex .search_inner input {
  font-family: "KOTRA_GOTHIC";
  font-size: 20px;
  width: 990px;
  border: none;
  margin-top: 60px;
  border-bottom: solid #222 1px;
  padding-bottom: 10px;
  padding-left: 40px;
  box-sizing: border-box;
  background: none;
}
.search_ex .search_inner input::-moz-placeholder {
  margin-left: 50px;
  color: #999;
}
.search_ex .search_inner input::placeholder {
  margin-left: 50px;
  color: #999;
}
.search_ex .search_inner input:focus {
  outline: none;
}
.search_ex .search_inner img {
  position: absolute;
  top: 125px;
  right: 170px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.search_ex .search_inner img:hover {
  scale: 1.05;
}
.search_ex .search_inner label {
  position: absolute;
  color: #aaa;
  left: 270px;
}
.search_ex .search_inner .search_txt {
  margin: 0 auto;
  margin-top: 40px;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.search_ex .search_inner .search_txt p {
  font-family: "KOTRA_GOTHIC";
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  padding: 0 15px;
  border: 1px solid #222;
  border-radius: 3px;
  cursor: pointer;
}
.search_ex .search_inner .search_txt p:hover {
  background-color: #222;
  color: #fff;
}

/************ visual_main **************/
.visual_main {
  width: 100%;
  margin-bottom: 200px;
}
.visual_main video {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}

/************ wrap **************/
.wrap {
  /* ****************************************************** */
}
.wrap > p {
  margin-bottom: 20px;
  margin-left: 40px;
  font-size: 30px;
}
.wrap .contents {
  height: 700px;
  margin-bottom: 200px;
}
.wrap .contents .contents_left {
  position: relative;
  float: left;
  width: 680px;
  height: 700px;
  background-color: #fff;
  overflow: hidden;
  margin-right: 20px;
  cursor: pointer;
}
.wrap .contents .contents_left:hover .contents_left_back {
  display: block;
}
.wrap .contents .contents_left .img01 {
  width: 100%;
  transform: translateY(-250px);
}
.wrap .contents .contents_left .contents_left_back {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222;
  opacity: 0.8;
  z-index: 1;
  text-align: center;
}
.wrap .contents .contents_left .contents_left_back h5 {
  margin-top: 200px;
  font-size: 25px;
  color: #fcf9ee;
  letter-spacing: 2px;
}
.wrap .contents .contents_left .contents_left_back p {
  margin-top: 20px;
  font-family: "KOTRA_GOTHIC";
  color: #fcf9ee;
  text-align: left;
  margin-left: 60px;
  line-height: 30px;
}
.wrap .contents .contents_left .contents_left_back button {
  font-size: 16px;
  margin-top: 100px;
  margin-left: 120px;
  width: 300px;
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "KOTRA_GOTHIC";
  cursor: pointer;
}
.wrap .contents .contents_left .contents_left_back button:hover {
  background-color: #000;
  color: #fcf9ee;
  border: 1px solid #fcf9ee;
}
.wrap .contents .contents_right {
  float: left;
  /*   overflow: hidden; */
  width: 600px;
  height: 700px;
  background-color: #fff;
}
.wrap .contents .contents_right .newSwiper1 {
  width: 600px;
  height: 490px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.wrap .contents .contents_right .newSwiper1 .swiper-wrapper {
  transition: 0.5s;
}
.wrap .contents .contents_right .newSwiper1:hover > .swiper-wrapper .contnets_swiper_back {
  display: block;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back {
  display: none;
  position: absolute;
  width: 100%;
  height: 490px;
  z-index: 1;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back .contents_back_inner {
  background-color: #fff;
  width: 100%;
  height: 500px;
  opacity: 0.8;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back .contents_txt {
  position: absolute;
  top: 35%;
  left: 25%;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back .contents_txt h5 {
  font-size: 20px;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back .contents_txt p {
  margin-top: 20px;
  font-size: 18px;
  font-family: "KOTRA_GOTHIC";
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back .contents_txt button {
  font-size: 18px;
  font-family: "KOTRA_GOTHIC";
  margin-top: 50px;
  width: 300px;
  height: 40px;
  border-radius: 3px;
  background-color: #222;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper .contnets_swiper_back .contents_txt button:hover {
  background-color: #fff;
  color: #222;
}
.wrap .contents .contents_right .newSwiper1 > .swiper-wrapper img {
  width: 75%;
  transform: translateY(-20px);
  cursor: pointer;
}
.wrap .contents .contents_right .newSwiper1 .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 60%);
}
.wrap .contents .contents_right .newSwiper1 .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 60%);
}
.wrap .contents .contents_right .newSwiper2 {
  width: 600px;
  height: 200px;
}
.wrap .contents .contents_right .newSwiper2 > .swiper-wrapper {
  /*         padding: 0 20px; box-sizing: border-box; */
}
.wrap .contents .contents_right .newSwiper2 > .swiper-wrapper .swiper-slide img {
  width: 70%;
  transform: translateX(18px);
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.6;
}
.wrap .contents .contents_right .newSwiper2 > .swiper-wrapper .swiper-slide img:hover {
  scale: 1.05;
}
.wrap .contents .contents_right .newSwiper2 > .swiper-wrapper .swiper-slide-thumb-active img {
  opacity: 1;
}
.wrap .contents02 {
  height: 650px;
  position: relative;
  width: 1300px;
  margin-bottom: 200px;
}
.wrap .contents02 .contents02_img {
  /*  .page_img1{display: none;}
  .page_img2{display: block;} */
}
.wrap .contents02 .contents02_img img {
  background: url(../image/main/contents02_1.jpg);
  position: absolute;
  display: none;
  width: 100%;
  z-index: -1;
}
.wrap .contents02 .contents02_img .page_img1 {
  display: block;
}
.wrap .contents02 .contents02_page {
  width: 325px;
  height: 650px;
  float: left;
}
.wrap .contents02 .contents02_page .contents02_txt {
  position: absolute;
  bottom: 40px;
  color: #fff;
  right: 20px;
}
.wrap .contents02 .contents02_page .contents02_txt h5 {
  font-size: 30px;
  letter-spacing: 1px;
}
.wrap .contents02 .contents02_page .contents02_txt p {
  text-align: right;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 25px;
  font-family: "KOTRA_GOTHIC";
}
.wrap .contents02 .page1 {
  position: relative;
}
.wrap .contents02 .page1 .contents02_back {
  display: none;
  position: absolute;
  background-color: #222;
  width: 325px;
  height: 650px;
  opacity: 0.8;
}
.wrap .contents02 .page1 .logo {
  position: absolute;
  top: 23%;
  left: 25px;
  color: #fff;
  padding: 10px 0;
  margin-left: 45px;
  width: 185px;
  text-align: center;
}
.wrap .contents02 .page1 .logo p {
  font-size: 30px;
  font-weight: bold;
  /*  letter-spacing: 3px; */
}
.wrap .contents02 .page1 .logo span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 8px;
}
.wrap .contents02 .page2 {
  position: relative;
}
.wrap .contents02 .page2:hover .contents02_back {
  display: none;
}
.wrap .contents02 .page2 .contents02_back {
  position: absolute;
  right: 0;
  background-color: #222;
  width: 322px;
  height: 650px;
  opacity: 0.8;
}
.wrap .contents02 .page3 {
  position: relative;
}
.wrap .contents02 .page3:hover .contents02_back {
  display: none;
}
.wrap .contents02 .page3 .contents02_back {
  position: absolute;
  right: 0;
  background-color: #222;
  width: 322px;
  height: 650px;
  opacity: 0.8;
}
.wrap .contents02 .page4 {
  position: relative;
  /*  .page4:hover ~ .page_img2{
      background: url(../image/main/contents02_4.jpg);
  } */
}
.wrap .contents02 .page4:hover .contents02_back {
  display: none;
}
.wrap .contents02 .page4 .contents02_back {
  position: absolute;
  right: 0;
  background-color: #222;
  width: 322px;
  height: 650px;
  opacity: 0.8;
}
.wrap .container {
  width: 1300px;
  height: 598px;
  overflow: hidden;
}
.wrap .container .best {
  float: left;
  overflow: hidden;
  width: 530px;
  height: 598px;
}
.wrap .container .best img {
  width: 100%;
  transform: translateY(-115px);
  scale: 1.2;
}
.wrap .container ul {
  float: left;
  width: 760px;
  height: 598px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap .container ul li {
  position: relative;
  width: calc((100% - 50px) / 3);
  margin-bottom: 20px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.wrap .container ul li:nth-child(2), .wrap .container ul li:nth-child(5) {
  margin: 0 25px;
  margin-bottom: 20px;
}
.wrap .container ul li:nth-child(4), .wrap .container ul li:nth-child(5), .wrap .container ul li:nth-child(6) {
  margin-bottom: 0;
}
.wrap .container ul li img {
  margin-top: 30px;
  width: 184px;
  height: 184px;
  transform: translateY(-10px);
}
.wrap .container ul li h5 {
  font-size: 14px;
}
.wrap .container ul li p {
  margin-top: 8px;
  font-family: "KOTRA_GOTHIC";
  font-size: 14px;
}
.wrap .container ul li:hover h5 {
  display: none;
}
.wrap .container ul li:hover p {
  display: none;
}
.wrap .container ul li:hover button {
  display: block;
}
.wrap .container ul li button {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 180px;
  height: 35px;
  background-color: #222;
  color: #fcf9ee;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wrap .container ul li button:hover {
  background-color: #fff;
  color: #222;
}
.wrap .contents03 {
  position: relative;
  margin-top: 20px;
}
.wrap .contents03 .issu_page {
  width: 1300px;
  height: 300px;
}
.wrap .contents03 .issu_page > div {
  height: 300px;
  overflow: hidden;
}
.wrap .contents03 .issu_page > div > img {
  width: 100%;
  transform: translateY(-130px);
}
.wrap .contents03 .issu_page > h5 {
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
}
.wrap .contents03 .issu_page > button {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(-50%);
  width: 330px;
  height: 65px;
  border: none;
  opacity: 0.8;
  box-shadow: 3px 3px 5px #888;
  cursor: pointer;
  transition: 0.3s;
}
.wrap .contents03 .issu_page > button:hover {
  background-color: #FFF7D3;
}
.wrap .contents03 .issu_page > p {
  top: 170px;
  left: 50%;
  text-align: center;
  width: 330px;
  height: 65px;
  transform: translateX(-50%);
  font-size: 35px;
  position: absolute;
  /* color: #fff; */
  cursor: pointer;
}
.wrap .contents03 .issu_page > p:hover {
  color: #999;
}
.wrap .contents03 .issu_contents > ul {
  display: none;
}
.wrap .contents03 .issu_contents > ul .issu {
  display: none;
  width: 1300px;
  height: 600px;
  margin: 0 auto;
  /*  overflow: hidden; */
}
.wrap .contents03 .issu_contents > ul .issu > img {
  width: 100%;
}
.wrap .contents03 .issu_contents > ul .issu > p {
  position: absolute;
  color: #444;
  width: 1300px;
  top: 60px;
  font-size: 25px;
  text-align: center;
  font-family: "KOTRA_GOTHIC";
}
.wrap .contents03 .issu_contents > ul .issu .issu_choice {
  position: absolute;
  top: 160px;
  width: 1300px;
  height: 280px;
  display: flex;
  padding: 0 240px;
  box-sizing: border-box;
}
.wrap .contents03 .issu_contents > ul .issu .issu_choice > li {
  width: 350px;
  height: 100%;
  margin-right: 120px;
  cursor: pointer;
}
.wrap .contents03 .issu_contents > ul .issu .issu_choice > li > div {
  width: 350px;
  height: 230px;
  transition: 0.2s;
  overflow: hidden;
}
.wrap .contents03 .issu_contents > ul .issu .issu_choice > li > div:hover {
  scale: 1.02;
}
.wrap .contents03 .issu_contents > ul .issu .issu_choice > li > div > img {
  width: 100%;
}
.wrap .contents03 .issu_contents > ul .issu .issu_choice > li > p {
  width: 350px;
  height: 35px;
  line-height: 35px;
  background-color: #222;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: #999;
  font-family: "KOTRA_GOTHIC";
  border-radius: 5px;
}
.wrap .contents03 .issu_contents > ul .issu02 .issu_choice > li > div > img {
  transform: translateY(-150px);
}
.wrap .contents03 .issu_contents > ul .issu03 .issu_choice > li:nth-child(1) > div > img {
  transform: translateY(-130px);
}
.wrap .contents03 .issu_contents > ul .issu03 .issu_choice > li > div > img {
  transform: translateY(-200px);
}
.wrap .contents03 .issu_contents > ul .open {
  display: block;
}
.wrap .issu_result {
  display: none;
  position: relative;
  width: 1300px;
  height: 520px;
  overflow: hidden;
}
.wrap .issu_result > ul > img {
  position: absolute;
  height: 520px;
  opacity: 0.5;
  z-index: -1;
}
.wrap .issu_result > ul > p {
  padding: 60px 0 60px 0;
  text-align: center;
  font-size: 20px;
  font-family: "KOTRA_GOTHIC";
  color: #222;
}
.wrap .issu_result > ul > p > span {
  font-family: "KOTRA_GOTHIC";
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.wrap .issu_result > ul > div {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 100px;
  height: 50px;
  cursor: pointer;
}
.wrap .issu_result > ul > div:hover > img {
  filter: invert(100%);
}
.wrap .issu_result > ul > div > img {
  position: absolute;
  width: 60%;
  transform: translate(20px, 15px);
}
.wrap .issu_result > ul > li {
  float: left;
  width: 300px;
  height: 300px;
  background-color: #fff;
  margin-right: 20px;
  text-align: center;
}
.wrap .issu_result > ul > li:hover > h5 {
  display: none;
}
.wrap .issu_result > ul > li:hover > p {
  display: none;
}
.wrap .issu_result > ul > li:hover > button {
  display: block;
}
.wrap .issu_result > ul > li > img {
  width: 220px;
}
.wrap .issu_result > ul > li > h5 {
  margin-top: 15px;
}
.wrap .issu_result > ul > li > p {
  font-family: "KOTRA_GOTHIC";
}
.wrap .issu_result > ul > li > button {
  display: none;
  margin-left: 20%;
  margin-top: 10px;
  z-index: 100px;
  width: 180px;
  height: 35px;
  background-color: #222;
  color: #fcf9ee;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wrap .issu_result > ul > li > button:hover {
  background-color: #fff;
  color: #222;
}
.wrap .issu_result > ul .result_1 {
  margin-left: 180px;
}
.wrap .issu_result .result_03 > img {
  transform: translateX(-500px);
}
.wrap .contents04 {
  position: relative;
  text-align: center;
  margin-top: 200px;
  width: 1300px;
  height: 630px;
  margin-bottom: 20px;
}
.wrap .contents04 .contents04_tab {
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 90px;
  width: 130px;
  height: 660px;
  /*       background-color: #222; */
}
.wrap .contents04 .contents04_tab > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222;
}
.wrap .contents04 .contents04_tab > li {
  position: absolute;
  top: 45px;
  width: 90px;
  height: 90px;
  left: 20px;
  background-color: #fcf9ee;
  cursor: pointer;
}
.wrap .contents04 .contents04_tab > li > div {
  position: absolute;
  margin: 10px 10px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  cursor: pointer;
}
.wrap .contents04 .contents04_tab > li > div::before, .wrap .contents04 .contents04_tab > li > div::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transition: 0.2s ease-in-out;
}
.wrap .contents04 .contents04_tab > li > div::before {
  top: -5px;
  left: -5px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.wrap .contents04 .contents04_tab > li > div::after {
  right: -5px;
  bottom: -5px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.wrap .contents04 .contents04_tab > li > div:hover::before, .wrap .contents04 .contents04_tab > li > div:hover::after {
  width: calc(100% + 9px);
  height: calc(100% + 9px);
}
.wrap .contents04 .contents04_tab > li > p {
  font-family: "KOTRA_GOTHIC";
  margin-top: 25px;
}
.wrap .contents04 .contents04_tab > li > h5 {
  font-family: "KOTRA_GOTHIC";
}
.wrap .contents04 .contents04_tab .on {
  background-color: rgb(248, 239, 215);
}
.wrap .contents04 .contents04_tab .on > div {
  position: absolute;
  margin: 5px 5px;
  width: 80px;
  height: 80px;
  border: 1px solid #000;
}
.wrap .contents04 .contents04_tab .on > div::before, .wrap .contents04 .contents04_tab .on > div::after {
  display: none;
}
.wrap .contents04 .contents04_tab #rain {
  top: 165px;
}
.wrap .contents04 .contents04_tab #business {
  top: 285px;
}
.wrap .contents04 .contents04_tab #anniversary {
  top: 405px;
}
.wrap .contents04 .contents04_tab #christmas {
  top: 525px;
}
.wrap .contents04 .contents04_sheet {
  position: relative;
  float: left;
  width: 1300px;
  height: 600px;
  margin-bottom: 200px;
  background-color: #ddd;
  overflow: hidden;
}
.wrap .contents04 .contents04_sheet > img {
  left: 0;
  width: 1300px;
  position: absolute;
  opacity: 0.7;
}
.wrap .contents04 .contents04_sheet > p {
  position: absolute;
  margin-top: 120px;
  left: 50%;
  transform: translateX(-25%);
  font-size: 25px;
  font-family: "KOTRA_GOTHIC";
  color: #fff;
}
.wrap .contents04 .contents04_sheet > div {
  margin-top: 90px;
  margin-left: 310px;
  display: flex;
}
.wrap .contents04 .contents04_sheet > div .center {
  margin: 0px 20px;
}
.wrap .contents04 .contents04_sheet > div > p {
  width: 260px;
  height: 335px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.7;
}
.wrap .contents04 .contents04_sheet > li {
  position: absolute;
  width: 260px;
  height: 335px;
  cursor: pointer;
}
.wrap .contents04 .contents04_sheet > li img {
  width: 100%;
}
.wrap .contents04 .contents04_sheet > li h5 {
  /*  font-size: 14px; */
  margin-bottom: 8px;
}
.wrap .contents04 .contents04_sheet > li p {
  font-family: "KOTRA_GOTHIC";
}
.wrap .contents04 .contents04_sheet > li:hover button {
  display: block;
}
.wrap .contents04 .contents04_sheet > li:hover p {
  display: none;
}
.wrap .contents04 .contents04_sheet > li:hover h5 {
  display: none;
}
.wrap .contents04 .contents04_sheet > li button {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 180px;
  height: 35px;
  background-color: #222;
  color: #fcf9ee;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.wrap .contents04 .contents04_sheet > li button:hover {
  background-color: #fff;
  color: #222;
}
.wrap .contents04 .contents04_sheet .sheet_left {
  top: 180px;
  left: 310px;
}
.wrap .contents04 .contents04_sheet .sheet_center {
  top: 180px;
  left: 590px;
}
.wrap .contents04 .contents04_sheet .sheet_right {
  top: 180px;
  left: 870px;
}
.wrap .contents04 .date_sheet {
  display: none;
}
.wrap .contents04 .rain_sheet {
  display: none;
}
.wrap .contents04 .rain_sheet > p {
  transform: translateX(-30%);
}
.wrap .contents04 .business_sheet {
  display: none;
}
.wrap .contents04 .anniversary_sheet {
  display: none;
  /*   >img{height: 100%;} */
}
.wrap .contents04 .anniversary_sheet > p {
  transform: translateX(-30%);
}
.wrap .contents04 .christmas_sheet {
  display: none;
}
.wrap .contents04 .christmas_sheet > p {
  transform: translateX(-30%);
}
.wrap .contents04 .sheet_on {
  display: block;
}
.wrap .contents05 {
  width: 1300px;
  height: 280px;
  background-color: #fcf9ee;
}
.wrap .contents05 .instar {
  width: 100%;
  height: 100%;
}
.wrap .contents05 .instar .swiper-wrapper {
  position: relative;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide {
  width: 280px;
  height: 280px;
  text-align: center;
  font-size: 18px;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */
  cursor: pointer;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide:hover > img {
  transform: translateY(-5px);
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide:hover .insta_txt {
  bottom: 0;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .shopping_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .shopping_icon:hover {
  background-color: #fff;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .shopping_icon:hover img {
  filter: invert(100%);
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .shopping_icon img {
  width: 100%;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .insta_txt {
  position: absolute;
  width: 250px;
  height: 70px;
  bottom: -70px;
  transition: 0.3s;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .insta_txt .insta_txt_bg {
  position: absolute;
  top: 0;
  background-color: #222;
  opacity: 0.5;
  width: 250px;
  height: 70px;
  border-radius: 30px 30px 0 0;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .insta_txt .insta_name {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  color: #fff;
  position: absolute;
  letter-spacing: 1px;
  font-size: 14px;
}
.wrap .contents05 .instar .swiper-wrapper .swiper-slide .insta_txt .insta_text {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  width: 200px;
  overflow: hidden;
  font-family: "KOTRA_GOTHIC";
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap .contents05 .instar .next_button .next_back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.wrap .contents05 .instar .next_button .swiper-button-next {
  margin-right: 10px;
  color: #222;
}
.wrap .contents05 .instar .prev_button .prev_back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}
.wrap .contents05 .instar .prev_button .swiper-button-prev {
  margin-left: 10px;
  color: #222;
}

/***** insta_pop *******/
.insta_ex {
  /* display: none; */
  /*  width: 100vw; height: 100vh;
  background-color: #fff; */
}
.insta_ex .insta_page {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 830px;
  height: 700px;
  background-color: #fff;
  z-index: 10;
  overflow: hidden;
}
.insta_ex .insta_page .insta_pop_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 550px;
  border-right: 1px solid #eee;
}
.insta_ex .insta_page .insta_pop_left > div {
  padding: 20px;
  box-sizing: border-box;
  width: 550px;
  height: 500px;
  overflow: hidden;
}
.insta_ex .insta_page .insta_pop_left > div img {
  width: 100%;
}
.insta_ex .insta_page .insta_pop_left > ul {
  height: 180px;
  margin-top: 20px;
  background-color: #eee;
  padding: 20px;
  box-sizing: border-box;
}
.insta_ex .insta_page .insta_pop_left > ul > li {
  margin-left: 10px;
  font-family: "KOTRA_GOTHIC";
  font-size: 14px;
}
.insta_ex .insta_page .insta_pop_left > ul > li:nth-child(2) {
  margin: 10px 0 10px 10px;
}
.insta_ex .insta_page .insta_pop_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 700px;
  text-align: center;
}
.insta_ex .insta_page .insta_pop_right .insta_right_product {
  margin: 0 auto;
  margin-top: 100px;
  width: 200px;
  height: 200px;
  background-color: #eee;
}
.insta_ex .insta_page .insta_pop_right .insta_right_product > img {
  width: 100%;
  transform: translateY(-5px);
}
.insta_ex .insta_page .insta_pop_right > button {
  margin-top: 30px;
  width: 200px;
  height: 50px;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.insta_ex .insta_page .insta_pop_right .cart {
  background-color: #fff;
  border: 1px solid #222;
}
.insta_ex .insta_page .insta_pop_right .cart:hover {
  border-color: #999;
}
.insta_ex .insta_page .insta_pop_right .cart:hover > p {
  color: #999;
}
.insta_ex .insta_page .insta_pop_right .buy {
  margin-top: 10px;
  color: #fff;
  border: 0;
  background-color: transparent;
  background-color: #222;
}
.insta_ex .insta_page .insta_pop_right .buy:hover {
  background-color: #999;
}
.insta_ex .insta_page .insta_pop_right .buy:hover > p {
  color: #fff;
}
.insta_ex .insta_page .insta_pop_right .insta_pop_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "KOTRA_GOTHIC";
  font-size: 25px;
  cursor: pointer;
}
.insta_ex .insta_page .insta_pop_right .insta_pop_close:hover {
  color: #ccc;
}
.insta_ex .insta_pop_01 {
  display: none;
}
.insta_ex .insta_pop_02 {
  display: none;
}
.insta_ex .insta_pop_03 {
  display: none;
}
.insta_ex .insta_pop_04 {
  display: none;
}
.insta_ex .insta_pop_05 {
  display: none;
}
.insta_ex .insta_pop_06 {
  display: none;
}

/*********************** product_pop ***********************/
.preview_popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 860px;
  height: 500px;
  background-color: #fff;
  border-radius: 10px;
}
.preview_popup > div {
  float: left;
  width: 387px;
}
.preview_popup > div > img {
  width: 100%;
  transform: translateY(30px);
}
.preview_popup .preview_pop_txt {
  position: relative;
  width: 473px;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 95px 20px 0 20px;
  box-sizing: border-box;
}
.preview_popup .preview_pop_txt > h5 {
  font-size: 16px;
  margin-bottom: 12px;
}
.preview_popup .preview_pop_txt > h5:nth-child(5) {
  margin-top: 45px;
  margin-bottom: 40px;
}
.preview_popup .preview_pop_txt > p {
  font-family: "KOTRA_GOTHIC";
  margin-bottom: 15px;
  font-size: 12px;
}
.preview_popup .preview_pop_txt > p:nth-child(2) {
  font-size: 16px;
}
.preview_popup .preview_pop_txt > p:nth-child(3) {
  margin-top: 50px;
}
.preview_popup .preview_pop_txt > button {
  width: 400px;
  height: 45px;
  background-color: #222;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.preview_popup .preview_pop_txt > button:hover {
  background-color: #999;
}
.preview_popup .preview_pop_txt > button:nth-child(7) {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "KOTRA_GOTHIC";
  background: none;
  color: #222;
  font-size: 25px;
  width: 30px;
  height: 30px;
}
.preview_popup .preview_pop_txt > button:nth-child(7):hover {
  color: #999;
}

/**************** footer ******************/
.footer {
  width: 1300px;
  height: 350px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #444;
}
.footer .footer_inner {
  position: relative;
  height: 300px;
  border: 2px solid #ddd;
}
.footer .footer_inner ul {
  margin: 35px 0 0 115px;
}
.footer .footer_inner ul a {
  border-bottom: 1px solid #fff;
}
.footer .footer_inner .footer_menu {
  display: flex;
}
.footer .footer_inner .footer_menu li {
  margin-right: 30px;
}
.footer .footer_inner .footer_menu li:hover > a {
  color: #999;
}
.footer .footer_inner .footer_menu li:nth-child(1) a, .footer .footer_inner .footer_menu li:nth-child(2) a, .footer .footer_inner .footer_menu li:nth-child(3) a {
  border: none;
}
.footer .footer_inner .footer_menu li a {
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
  color: #fff;
}
.footer .footer_inner .footer_menu li > div {
  position: absolute;
  z-index: 2;
  top: -190px;
  left: 85px;
  width: 120px;
  background-color: #444;
  text-align: center;
  /*  border-radius: 5px; */
}
.footer .footer_inner .footer_menu li > div > p {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
  color: #ddd;
  cursor: pointer;
}
.footer .footer_inner .footer_menu li > div > p:last-child {
  /*  border: none; */
}
.footer .footer_inner .footer_menu li > div > p:hover {
  background-color: #999;
}
.footer .footer_inner .footer_menu li .service {
  display: none;
}
.footer .footer_inner .footer_menu li .company {
  display: none;
  top: -32px;
  left: 180px;
}
.footer .footer_inner .footer_menu li .sns {
  display: none;
  top: -64px;
  left: 270px;
}
.footer .footer_inner .footer_txt > p,
.footer .footer_inner .footer_txt a {
  font-size: 14px;
  font-family: "KOTRA_GOTHIC";
  color: #fff;
  line-height: 25px;
}
.footer .footer_inner .footer_txt > p:nth-child(5),
.footer .footer_inner .footer_txt a:nth-child(5) {
  margin-top: 40px;
}
.footer .footer_inner .footer_txt > p span,
.footer .footer_inner .footer_txt a span {
  margin-left: 30px;
  font-family: "KOTRA_GOTHIC";
}
.footer .footer_inner .footer_logo {
  position: absolute;
  top: 40px;
  right: 150px;
  width: 125px;
  text-align: center;
}
.footer .footer_inner .footer_logo > div {
  width: 125px;
  height: 60px;
  border: 1px solid #fff;
}
.footer .footer_inner .footer_logo > div > h5 {
  margin-top: 5px;
  font-size: 12px;
  color: #fff;
  padding-bottom: 3px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
.footer .footer_inner .footer_logo > div > h5 > p {
  margin-top: 4px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}
.footer .footer_inner .footer_logo > div > p {
  font-family: "KOTRA_GOTHIC";
  color: #fff;
  letter-spacing: 0px;
  font-size: 10px;
  margin-top: 3px;
}
.footer .footer_inner .footer_logo > p {
  font-family: "KOTRA_GOTHIC";
  color: #fff;
  font-size: 12px;
  margin-top: 4px;
}
.footer .footer_inner .footer_sns {
  position: absolute;
  bottom: 100px;
  right: 140px;
}
.footer .footer_inner .footer_sns > div {
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #777;
  cursor: pointer;
}
.footer .footer_inner .footer_sns > div:hover {
  filter: invert(100%);
}
.footer .footer_inner .footer_sns > div > a > img {
  width: 100%;
}

.popup_back {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #222;
  opacity: 0.5;
  z-index: 99998;
}

.btn_top {
  display: none;
  width: 50px;
  height: 49px;
  background-color: #222;
  color: #fcf9ee;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
  font-family: "KOTRA_GOTHIC";
  position: fixed;
  right: 100px;
  bottom: 100px;
  border-radius: 50%;
  z-index: 9999;
}
.btn_top:hover {
  color: #222;
  border: 1px solid #222;
  background-color: #fcf9ee;
}/*# sourceMappingURL=index.css.map */