@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;600;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import '../slick/slick.css';
@import '../slick/slick-theme.css';
@import '../css/animate.css';
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-style: inherit;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  font-style: inherit;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #fff;
  background: black;
  font-family: "Noto Serif TC", serif;
  line-height: 1.4;
  font-style: 16px;
  font-weight: 300;
  scroll-behavior: smooth;
  overflow: hidden;
}

body.onload {
  overflow-y: auto;
}

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

img {
  max-width: 100%;
}

.container {
  max-width: 1140px;
  margin: auto;
}

.wrap {
  overflow: hidden;
}

.section {
  background: black;
}

.section-0 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  text-align: center;
}
.section-0 img {
  width: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#home {
  height: 100vh;
  background: url(../images/bg_main.jpg) no-repeat bottom;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#home .main-kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#home .nav {
  font-weight: 600;
  padding-right: 50px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
#home .nav a {
  display: block;
  width: 1.2em;
  line-height: 1.2;
  padding: 1em 0;
}

.s2-main {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.8;
  padding: 0;
}
.s2-main h2 {
  margin-left: 2em;
}

.s2-logo {
  position: absolute;
  width: 2em;
  left: 160px;
  bottom: 60px;
}

#make-tea {
  padding-bottom: 60px;
  position: relative;
}
#make-tea .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 60px;
}
#make-tea .container .s2-img {
  height: 60vh;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#make-tea .container .s2-main {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.s3-slider {
  padding-left: 160px;
}
.s3-slider .item {
  letter-spacing: 0.2em;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 60px;
}
.s3-slider .item h2 {
  font-weight: 400;
  margin-bottom: 1.5em;
  width: 100%;
}
.s3-slider .item p {
  width: 100%;
  line-height: 1.8;
}
.s3-slider .item p big {
  font-weight: 400;
}
.s3-slider .item-1 {
  background-image: url(../images/img_s3-1.jpg);
}
.s3-slider .item-2 {
  background-image: url(../images/img_s3-2.jpg);
}
.s3-slider .item-3 {
  background-image: url(../images/img_s3-3.jpg);
}
.s3-slider .slick-prev {
  left: auto;
  right: 50px;
  width: 60px;
  height: 60px;
  background: url(../images/icon_arrow_right.svg) no-repeat center;
  background-size: cover;
  z-index: 1;
}
.s3-slider .slick-next {
  right: auto;
  left: 50px;
  width: 60px;
  height: 60px;
  background: url(../images/icon_arrow_left.svg) no-repeat center;
  background-size: cover;
}
.s3-slider .slick-prev:before,
.s3-slider .slick-next:before {
  display: none;
}
.s3-slider .s3-flow-img {
  display: block;
  margin-top: 2em;
}
.s3-slider .s3-flow-img img {
  width: 100%;
  max-width: 620px;
}
.s3-slider .slick-active h2,
.s3-slider .slick-active p {
  -webkit-animation-name: "fadeIn";
          animation-name: "fadeIn";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.s3-slider .slick-active .s3-flow-img {
  -webkit-animation-name: "fadeIn";
          animation-name: "fadeIn";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.s4-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: auto;
  padding: 120px 0;
}
.s4-main .left {
  width: 50%;
}
.s4-main .left:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.s4-main .s4-main-text {
  letter-spacing: 0.2em;
  vertical-align: middle;
  display: inline-block;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(../images/img_s4_mask.png);
  background-size: cover;
  background-position: -60px top;
  margin-left: 160px;
  position: relative;
}
.s4-main .s4-main-text h2 {
  font-size: 2.4em;
  margin-bottom: 2rem;
}
.s4-main .s4-main-text .line {
  height: 1px;
  background: #fff;
  position: relative;
  left: -160px;
  width: calc(100% + 200px);
  margin-bottom: 2rem; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ebb267), to(#ffffff));
  background: linear-gradient(to right, #ebb267 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.s4-main .s4-main-text .info {
  font-size: 0.8em;
}
.s4-main .s4-main-text .info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.s4-main .s4-main-text .info img {
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.s4-main .right {
  width: 50%;
  text-align: left;
}
.s4-main .right img {
  width: 66%;
  max-width: 700px;
}

#hwagung {
  position: relative;
}

.s5-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.8;
  position: absolute;
  right: 10%;
  top: 2em;
  z-index: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.s5-text h2 {
  font-weight: 400;
  margin-left: 2em;
}

.slick-dots li {
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 30px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button:before {
  display: none;
}

.s5-slider {
  position: relative;
  padding-top: 12em;
}
.s5-slider .item img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.s5-slider:after {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background: url(../images/img_main_title.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 10%;
  top: calc(50% + 6em);
  margin-top: -5vw;
}

.slick-dots {
  bottom: 20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section-6 {
  background: black url(../images/bg_s6.jpg) no-repeat top;
  background-size: 100% 80vh;
  padding-top: 120px;
  padding-bottom: 10vw;
}

.s6-icon {
  max-width: 1140px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s6-icon .item {
  width: 25%;
  text-align: center;
}
.s6-icon .item img {
  width: 80%;
}

.s6-main {
  max-width: 1200px;
  margin: auto;
}
.s6-main .item {
  margin: 0 20px;
}
.s6-main .s6-main-icon {
  text-align: center;
  margin-bottom: 120px;
}
.s6-main .s6-main-icon img {
  width: 80%;
  max-width: 240px;
  margin: auto;
}
.s6-main .s6-main-text {
  height: 492px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 0 1em;
  letter-spacing: 0.15em;
}
.s6-main .s6-main-text h2 {
  width: 100%;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 1.25em;
}
.s6-main .s6-main-text p {
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 0.9em;
}
.s6-main .s6-main-text:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.s6-main .item-1 .s6-main-text {
  background-image: url(../images/img_s6-b1.jpg);
}
.s6-main .item-2 .s6-main-text {
  background-image: url(../images/img_s6-b2.jpg);
}
.s6-main .item-3 .s6-main-text {
  background-image: url(../images/img_s6-b3.jpg);
}

.section-7 {
  height: 100vh;
  background: url(../images/img_s7.jpg) center;
  background-size: cover;
  position: relative;
}

.s7-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 1.8;
  position: absolute;
  right: 10%;
  top: 10%;
}
.s7-text h2 {
  margin-left: 2em;
  font-weight: 400;
}
.s7-text img {
  position: absolute;
  bottom: -100px;
  left: -90px;
  width: 90px;
}

.footer {
  padding: 120px 16px;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.footer-main .left {
  width: 50%;
}
.footer-main .left img {
  width: 180px;
  display: inline-block;
  vertical-align: middle;
}
.footer-main .left:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.footer-main .right {
  width: 50%;
}
.footer-main .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-size: 0.9em;
}
.footer-main .footer-list-link {
  padding-right: 4em;
}
.footer-main .footer-list-link a {
  display: block;
  padding: 0 0 1em;
}

@media screen and (max-width: 1024px) {
  .s6-main {
    padding: 0 10px;
  }
  .s6-main .item {
    margin: 0 10px;
  }
  .s6-main .item .s6-main-text p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 820px) {
  #make-tea .container .s2-img {
    height: 40vh;
  }
  .section-6 {
    background-size: 100% 70vh;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 14px;
  }
  #home .nav {
    display: none;
  }
  #home .main-kv-title {
    width: 40vw;
  }
  .s2-logo {
    bottom: auto;
    top: 4em;
    left: 50%;
    margin-left: -16px;
  }
  .s2-main {
    padding-top: 200px;
  }
  .s2-main h2 {
    margin-left: 1em;
  }
  #make-tea .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #make-tea .container .s2-img {
    height: 40vh;
    margin-top: 2em;
  }
  .s3-slider {
    padding-left: 0;
  }
  .s3-slider .item {
    padding: 0 16px;
    height: 100vh;
    position: relative;
  }
  .s3-slider .slick-prev {
    right: 16px;
    top: auto;
    bottom: 8px;
  }
  .s3-slider .slick-next {
    left: 16px;
    top: auto;
    bottom: 8px;
  }
  .s3-slider .item-1 {
    background-image: url(../images/img_s3-1@mb.jpg);
  }
  .s3-slider .item-2 {
    background-image: url(../images/img_s3-2@mb.jpg);
  }
  .s3-slider .item-3 {
    background-image: url(../images/img_s3-3@mb.jpg);
  }
  .s3-slider .s3-flow-img {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    display: block;
    padding: 0 16px;
  }
  .s4-main .left {
    width: 100%;
  }
  .s4-main .right {
    width: 100%;
    text-align: center;
  }
  .s4-main .right img {
    width: 80%;
  }
  .s4-main .s4-main-text {
    margin-left: 2em;
    margin-bottom: 60px;
  }
  .s5-text {
    position: static;
    margin: auto;
  }
  .s5-slider:after {
    width: 30vw;
    height: 30vw;
    margin-top: -15vw;
  }
  .section-6 {
    background-image: url(../images/bg_s6@mb.jpg);
    background-size: 100% auto;
    padding-top: 60px;
  }
  .s6-icon .item {
    width: 50%;
    text-align: center;
  }
  .s6-icon .item img {
    width: 80%;
  }
  .s6-main .item .s6-main-text p {
    font-size: 0.9em;
  }
  .section-7 {
    height: auto;
    padding-bottom: 80vh;
    background-size: auto 80vh;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-image: url(../images/img_s7@mb.jpg);
  }
  .s7-text {
    position: relative;
    right: auto;
    top: auto;
    margin: 60px auto 170px;
  }
  .s7-text img {
    left: 5%;
    bottom: -150px;
    width: 60px;
  }
  .footer {
    padding: 60px 16px;
  }
  .footer-main {
    font-size: 12px;
  }
  .footer-main .left {
    width: 40%;
  }
  .footer-main .left img {
    width: 70%;
    vertical-align: top;
  }
  .footer-main .right {
    width: 60%;
  }
  .footer-main .footer-list-link {
    margin-bottom: 1em;
  }
  .footer-main .footer-list-link a {
    padding-bottom: 0;
  }
}