@import url("layout.css");
.topbanner + #header {
  top: 12rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topbanner.disable + #header {
  top: 6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#visual {
  overflow: hidden;
  position: relative;
  height: 95rem;
  font-size: 2.2rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
  line-height: 3.2rem;
  word-break: keep-all;
}
#visual ul {
  position: relative;
  z-index: -2;
}
#visual h2 {
  margin-bottom: 3rem;
  font-size: 4.8rem;
  font-weight: 400;
}
#visual h2 img {
  max-height: 13.2rem;
}
#visual li {
  overflow: hidden;
  position: relative;
  min-width: 100%;
}
#visual li i {
  display: block;
  position: relative;
  width: 100%;
  height: 95rem;
}
#visual li i img {
  width: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#visual li.visual1[class*=active] i img, #visual li.visual2[class*=active] i img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 10s;
  transition: all 10s;
}
#visual li.visual1[class*=active] .txts h2, #visual li.visual2[class*=active] .txts h2 {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
#visual li.visual1[class*=active] .txts p, #visual li.visual2[class*=active] .txts p {
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
#visual li.visual1[class*=active] .txts span, #visual li.visual2[class*=active] .txts span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}
#visual li.visual1 p {
  overflow: hidden;
  width: 33.3rem;
  height: 11.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.8rem;
  background: url("../img/main/visual1_flower.png") no-repeat center 0;
  background-size: auto 100%;
  color: transparent;
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
}
#visual .controls {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 8.5rem;
  z-index: 0;
  width: 4.5rem;
  margin-top: 5rem;
  text-align: center;
}
#visual .txts {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  width: calc(100% - 8rem);
  margin-top: 5rem;
}
#visual .txts h2 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
#visual .txts p {
  position: relative;
  top: -3rem;
  font-family: "Noto Serif KR";
  font-size: 2.8rem;
  font-weight: 200;
  opacity: 0;
}
#visual .txts span {
  display: inline-block;
  margin-top: 5rem;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#visual .txts span img {
  max-height: 9.7rem;
}
#visual .progress {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 4.5rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
#visual .progress svg {
  --progress: 0;
  position: absolute;
  left: -0.5rem;
  top: -0.5rem;
  width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#visual .btns button {
  display: inline-block;
  overflow: hidden;
  width: 4.5rem;
  height: 4.5rem;
  text-align: center;
  line-height: 4.5rem;
  vertical-align: middle;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  font-size: 2rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#visual .btns button::before {
  font-family: "remixicon";
  content: "\efd8";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: inherit;
  margin-bottom: 0.5rem;
}
#visual .btns button.play::before {
  content: "\f00b";
}
#visual .btns button.active {
  display: inline;
}
#visual .btns button:hover, #visual .btns button:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
#visual .pager span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin: 3rem auto 0;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .pager span[class*=active] {
  background-color: #fff;
}
#visual .scroll {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  position: fixed;
  bottom: 0;
  z-index: -1;
  height: 10rem;
  font-family: "Noto Serif KR";
  font-size: 2rem;
  font-weight: 100;
}
#visual .scroll::before, #visual .scroll::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 4rem;
  width: 1px;
  background-color: #fff;
  content: "";
}
#visual .scroll::before {
  height: 2.5rem;
  margin: 0;
  -webkit-animation: scroll 2s infinite alternate;
          animation: scroll 2s infinite alternate;
}
#visual .scroll::after {
  height: 6.5rem;
  opacity: 0.2;
}
#visual .kakao {
  position: fixed;
  right: 8rem;
  bottom: 7.5rem;
  z-index: 10;
  width: 23rem;
  height: 5rem;
  border-radius: 5rem;
  background-color: #FAE100;
  font-size: var(--fontSize);
  font-weight: 700;
  color: #222;
  text-align: center;
}
#visual .kakao::before {
  display: inline-block;
  position: relative;
  top: 0;
  width: 3rem;
  height: 3.2rem;
  margin-right: 1rem;
  background: url("../img/main/icon_kakao.png") no-repeat center center;
  background-size: 100% auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#visual .kakao:hover::before, #visual .kakao:focus::before {
  top: -1.5rem;
}

@-webkit-keyframes scroll {
  100% {
    margin-top: 3.5rem;
  }
}

@keyframes scroll {
  100% {
    margin-top: 3.5rem;
  }
}
.section1 {
  width: 133rem;
  max-width: calc(100% - 10rem);
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 25rem 8.5rem 18.5rem 0;
  font-size: 2rem;
  text-align: right;
  line-height: 3.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section1 > span {
  position: absolute;
  top: 20rem;
  left: 50rem;
  z-index: -1;
  width: 173.6rem;
  opacity: 0;
  -webkit-transition: margin 1s;
  transition: margin 1s;
}
.section1 i {
  position: relative;
  z-index: 0;
  overflow: hidden;
  min-width: 72rem;
  max-width: 72rem;
  border-radius: 24.4rem;
}
.section1 i::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 68.5%;
  height: 100%;
  border-radius: 55em;
  background-color: #bab2af;
  content: "";
}
.section1 .img1 img {
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}
.section1 .img2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 4%;
  max-width: 62%;
}
.section1 h2 {
  position: relative;
  margin-bottom: 4rem;
}
.section1 h2::before {
  position: absolute;
  left: calc(100% + 1.5rem);
  top: -3.5rem;
  width: 4rem;
  height: 3.9rem;
  background: url("../img/main/section1_leaf.png") no-repeat 0 bottom;
  background-size: 100% auto;
  content: "";
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}
.section1 h2 img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}
.section1 a {
  display: inline-block;
  position: relative;
  top: -3rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  text-decoration: underline;
  vertical-align: middle;
  opacity: 0;
}
.section1 .txts p {
  position: relative;
  right: -3rem;
  opacity: 0;
}
.section1.active > span {
  left: -50rem;
  opacity: 1;
  -webkit-transition: opacity 2s 0.2s, left 2s 0.2s;
  transition: opacity 2s 0.2s, left 2s 0.2s;
}
.section1.active .img1 img {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section1.active .txts p {
  right: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.section1.active a {
  top: 0;
  opacity: 1;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.section1.active h2::before {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}
.section1.active h2 img {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.section2 {
  position: relative;
  z-index: 0;
  width: 135rem;
  max-width: calc(100% - 10rem);
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible;
  padding-bottom: 24rem;
}
.section2::before {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  content: "";
  left: 50%;
  width: 10000%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 0;
  height: calc(100% - 30rem);
  background-color: #302314;
}
.section2 li {
  padding-right: 9.5rem;
  font-size: 2rem;
  font-weight: 200;
  color: #fff;
  line-height: 3rem;
}
.section2 li[class*=prev] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section2 li[class*=active] em::before {
  height: 0;
  -webkit-transition: all 0.5s 0.75s;
  transition: all 0.5s 0.75s;
}
.section2 li[class*=active] em::after {
  width: 5rem;
  -webkit-transition: all 0.25s 0.5s;
  transition: all 0.25s 0.5s;
}
.section2 li[class*=active] strong {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: all 1s 1s;
  transition: all 1s 1s;
}
.section2 li[class*=active] strong + span {
  opacity: 1;
  letter-spacing: 0;
  -webkit-transition: all 1s 1.25s;
  transition: all 1s 1.25s;
}
.section2 li[class*=active] .txts p {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s 1.5s;
  transition: all 0.5s 1.5s;
}
.section2 li[class*=active] a {
  text-indent: 0;
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.section2 li[class*=active] a::before {
  left: 0;
  top: 0;
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transition: all 0.5s 2s;
  transition: all 0.5s 2s;
}
.section2 li i img {
  min-width: 56.6rem;
  min-height: 60rem;
}
.section2 li.list1 strong + span {
  color: #F3E818;
}
.section2 li.list1 a::before {
  background-color: #F3E818;
}
.section2 li.list2 strong + span {
  color: #00B44E;
}
.section2 li.list2 a::before {
  background-color: #00B44E;
}
.section2 li.list3 strong + span {
  color: #F54B06;
}
.section2 li.list3 a::before {
  background-color: #F54B06;
}
.section2 li.list4 strong + span {
  color: #A9A9A9;
}
.section2 li.list4 a::before {
  background-color: #A9A9A9;
}
.section2 li.list5 strong + span {
  color: #A9A9A9;
}
.section2 li.list5 a {
  color: #5B9C93;
}
.section2 li.list5 a::before {
  background-color: #003D35;
}
.section2 li.list1 a::before {
  background-color: #F3EFA1;
}
.section2 .txts {
  min-width: 37rem;
  margin-left: 12rem;
  padding-top: 5rem;
}
.section2 .txts p {
  position: relative;
  top: -3rem;
  opacity: 0;
}
.section2 strong {
  display: block;
  height: 6rem;
  margin: 5rem 0 1rem;
  font-size: 4.2rem;
  font-weight: 800;
  color: #222;
  line-height: 6rem;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.section2 strong + span {
  display: block;
  overflow: hidden;
  margin-bottom: 14rem;
  font-size: 2.4rem;
  font-weight: 500;
  opacity: 0;
  text-overflow: ellipsis;
  letter-spacing: 0.2rem;
  white-space: nowrap;
}
.section2 em {
  display: block;
  overflow: hidden;
  position: relative;
  height: 5.5rem;
  font-family: "Noto Serif KR";
  font-size: 3rem;
  color: #3F280D;
  text-transform: uppercase;
}
.section2 em::before {
  display: block;
  height: 100%;
  content: "";
}
.section2 em::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0E3435;
  content: "";
}
.section2 a {
  position: relative;
  z-index: 0;
  display: inline-block;
  overflow: hidden;
  min-width: 7.5rem;
  height: 7.5rem;
  margin-top: 7rem;
  padding-left: 3rem;
  font-weight: 400;
  color: #000;
  text-indent: -15rem;
  line-height: 7.5rem;
  vertical-align: middle;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.section2 a span {
  margin-left: 1rem;
  color: #A4A4A4;
}
.section2 a::before {
  position: absolute;
  left: 3.75rem;
  top: 3.75rem;
  z-index: -1;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-color: #FF4D00;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section2 a:hover, .section2 a:focus {
  color: #302314;
}
.section2 a:hover::before, .section2 a:focus::before {
  background-color: #F3EFA1;
}
.section2 .controls {
  position: absolute;
  right: 8.5rem;
  top: 5rem;
}
.section2 .controls button {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 4.5rem;
  height: 1.2rem;
  color: transparent;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section2 .controls button:hover, .section2 .controls button:focus {
  border-color: #000 !important;
}
.section2 .controls .next {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.section2 .controls .prev {
  top: 1.1rem;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}

.section3 {
  position: relative;
  z-index: 0;
}
.section3 i {
  display: block;
  overflow: hidden;
  background-color: #7d6a49;
  text-align: center;
}
.section3 i img {
  position: relative;
  left: 50%;
  -webkit-transition: margin 1s;
  transition: margin 1s;
  opacity: 0;
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  -webkit-filter: blur(100px);
          filter: blur(100px);
}
.section3 h2 {
  position: relative;
  left: 5rem;
  margin-bottom: 4rem;
  opacity: 0;
}
.section3 .txts {
  position: absolute;
  left: calc(50% + 13rem);
  bottom: 15rem;
  z-index: 5;
  width: 47rem;
  font-size: 2.4rem;
  font-weight: 200;
  color: #fff;
  line-height: 3.7rem;
  word-break: keep-all;
}
.section3 .txts::before {
  position: absolute;
  bottom: 0;
  left: calc(100% - 1.2rem);
  width: 19.3rem;
  height: 18rem;
  background: url("../img/main/section3_leaf.png") no-repeat 0 bottom;
  background-size: 100% auto;
  content: "";
  -webkit-clip-path: circle(2% at 50% 50%);
          clip-path: circle(2% at 50% 50%);
  opacity: 0;
}
.section3 .txts p {
  position: relative;
  top: -2rem;
  opacity: 0;
}
.section3 .txts strong {
  color: #FFF9C5;
}
.section3.active i img {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
  -webkit-transition: opacity 0.5s, -webkit-transform 1s, -webkit-filter 1s;
  transition: opacity 0.5s, -webkit-transform 1s, -webkit-filter 1s;
  transition: opacity 0.5s, transform 1s, filter 1s;
  transition: opacity 0.5s, transform 1s, filter 1s, -webkit-transform 1s, -webkit-filter 1s;
}
.section3.active h2 {
  left: 0;
  opacity: 1;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.section3.active .txts::before {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  opacity: 1;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.section3.active .txts p {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}

.section4 {
  padding-top: 19.5rem;
  background: url("../img/main/section4_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.section4 > * {
  width: 136rem;
  max-width: calc(100% - 10rem);
  margin-left: auto !important;
  margin-right: auto !important;
}
.section4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8.5rem;
  font-size: 1.8rem;
  color: #757575;
}
.section4 ul img {
  max-height: 100%;
}
.section4 ul strong {
  display: block;
  height: 2rem;
  margin-bottom: 3rem;
}
.section4 ul p {
  height: 7.4rem;
  font-size: 3.6rem;
  font-weight: 900;
  color: #171717;
  line-height: 7.4rem;
}
.section4 ul li {
  overflow: hidden;
  position: relative;
  left: -3rem;
  min-height: 34rem;
  padding: 6rem 7rem;
  border: 1px solid #fff;
  background: url("../img/main/section4_img1.jpg") no-repeat right bottom;
  background-size: auto 100% !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  opacity: 0;
}
.section4 ul li + li {
  left: 3rem;
  margin-left: 4rem;
  background: url("../img/main/section4_img2.jpg") no-repeat right bottom;
}
.section4 ul li::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7rem;
  height: 7rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, #fff 50%);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
.section4 ul li:hover::before, .section4 ul li:focus::before {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.section4 ul a {
  height: 4.2rem;
  border: 0.2rem solid #8C6D51;
  line-height: 3.8rem;
  display: inline-block;
  width: 12.5rem;
  margin-top: 4.5rem;
  background-color: #8C6D51;
  font-size: 1.7rem;
  font-weight: 200;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section4 ul a:hover, .section4 ul a:focus {
  background-color: #fff;
  font-weight: 500;
  color: #8C6D51;
}
.section4 .group {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 7.5rem;
  z-index: 1;
  height: 14.6rem;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section4 .group::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(100% + 32rem);
  height: 100%;
  background-color: #fff;
  content: "";
}
.section4 .group article {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.section4.active ul li {
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section4.active .group {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.notice {
  position: relative;
  padding-left: 10rem;
}
.notice h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  font-size: inherit;
  color: #614D34;
}
.notice a {
  position: relative;
  padding-left: 1.7rem;
  text-align: left;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notice a::before {
  position: absolute;
  left: 0;
  top: auto;
  content: "";
}
.notice a::before {
  top: 0.5rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100%;
  background-color: #614D34;
}
.notice a:hover, .notice a:focus {
  font-weight: 600;
}

.nuovopiel {
  position: relative;
  padding: 0 18rem 0 12.5rem;
}
.nuovopiel h2 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 11rem;
}
.nuovopiel a {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  width: 18rem;
  height: 4.5rem;
  border: 1px solid #614D34;
  font-size: 1.7rem;
  font-weight: 500;
  color: #614D34;
  text-align: center;
  line-height: 4.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nuovopiel a::after {
  font-family: "remixicon";
  content: "\ec59";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  margin-left: 0.5rem;
}
.nuovopiel a:hover, .nuovopiel a:focus {
  background-color: #614D34;
  color: #fff;
}