@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;700&display=swap');

/* font-family: 'Spartan', sans-serif; */
* {
background-color: #FAF8F6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0px solid silver;
}

img {
  width: 100px;
}

h1 {
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-family: 'Noto Serif KR', serif;
}

h2 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-family: 'Noto Sans KR', sans-serif;
}

h3 {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 1.6rem;
  font-family: 'Noto Sans KR', sans-serif;
}

h4 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 1.6rem;
  font-family: 'Noto Sans KR', sans-serif;
}

h5 {
  font-size: 0.7rem;
  line-height: 0.7rem;
  margin-bottom: 1.6rem;
  font-family: 'Noto Sans KR', sans-serif;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 0.9rem;
  color: #999;
  line-height: 1rem;
  letter-spacing: 0.1px;
}

p {
  font-family: 'Noto Sans KR', sans-serif;
}

a:link {
  color: #999;
  text-decoration: none;
}

a:visited {
  color: #999;
}

a:hover {
  color: red;
}

a:active {
  color: red;
}

button {
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 10px 30px;
  background: white;
  transition: 0.3s;
}

button:hover {
  background: crimson;
  color: white;
  cursor: pointer;
}

a.top {
  position: fixed;
  left: 90%;
  bottom: 50px;
  display: none;
  font-size: 1.5rem;
  color: #000;
  z-index: 99;
}

/* mobile start */
.menubt1 {
  font-size: 9vw;
  cursor: pointer;
  color: #777;
  position: fixed;
  top: 4.5vw;
  right: 5vw;
  z-index: 1000;
}

.menu_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  overflow: hidden;
  display: none;
}

.menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1002;
}

.menu>div:nth-child(1) {
  float: left;
  padding-top: 5vw;
  padding-left: 3vw;
}

.menu>div img {
  width: 20vw;
}

.menu>div:nth-child(2) {
  width: 15vw;
  background-color: white;
  height: 15vw;
  padding-top: 5vw;
  font-size: 7vw;
  cursor: pointer;
  float: right;
  margin-right: 2vw;
}

.menu>section span {
  font-size: 7vw;
  cursor: pointer;
  color: #777;
  float: right;
}

.menu>section {
  padding: 5vw;
  padding-right: 10vw;
  font-size: 4vw;
  line-height: 7vw;
  text-align: left;
  border-bottom: 1px solid #ddd;
  clear: both;
}

.menu>section:nth-child(3) {
  border-top: 1px solid #ccc;
}

.menu_2 {
  margin-top: 4vw;
  padding-left: 3vw;
}

.menu_2 div {
  font-size: 4vw;
  line-height: 2vw;
  padding: 3vw;
  cursor: pointer;
}

.menu_2 div:hover {
  color: #777;
}

main {
  height: 160vw;
  background: url('https://www.yunjac.com/images/mobile/brand/mid.png') no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 100px;
}

main video {
  display: none;
}

main article {
  display: block;
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
}

main article h2 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.7rem;
}

main article h4 {
  color: #fff;
  line-height: 1.3rem;
  margin-bottom: 3rem;
}
main button:hover{
  background: #000;
  opacity: 0.7;
  color: #fff;
  border: 1px solid #fff;
}



header {
  width: 100%;
  background-color: white;
  height: 15vw;
  padding-top: 5vw;
  padding-left: 3vw;
}

header img {
  width: 20vw;
}

header nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header ul div {
  display: inline-block;
  text-align: center;
}

header ul li {
  display: none;
  list-style: none;
  padding: 0px 0px;
  padding-bottom: 40px;
  line-height: 0rem;
}

header nav ul div:nth-child(3) {
  display: none;
}

.design-1 {
  display: none;
}

.design {
  display: block;
}

.design section {
  height: 280px;
}

hr {
  width: 3rem;
  float: left;
  margin-top: 35px;
  margin-right: 10px;
  margin-left: 20px;
}

.design h1 {
  font-size: 1.8rem;
  color: #555;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: -2rem;
}

.design section h4 {
  font-size: 0.8rem;
  position: relative;
  top: 27px;
}

.design section h2 {
  font-size: 1.7rem;
  color: #555;
  position: relative;
  top: 10px;
  padding-left: 20px;
}

.design section p {
  text-align: left;
  line-height: 1.3rem;
  padding-left: 20px;
  font-size: 1rem;
  margin-top: 30px;
}

.design> :nth-child(2) {
  background: url('https://www.yunjac.com/images/ex/new_4.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
}

.design> :nth-child(3) div {
  margin-top: 20px;
}

.design> :nth-child(4) {
  background: url('https://www.soilassociation.org/media/15410/obgc-aug-15.jpg?width=750&height=499.9285714285714') no-repeat;
  background-size: cover;
  background-position: center center;
}

.design> :nth-child(5) div {
  margin-top: 20px;
}

.design> :nth-child(6) {
  background: url('https://static.dezeen.com/uploads/2020/03/atypical-ai-cosmetics-hero-1.jpg') no-repeat;
  background-size: cover;
  background-position: top center;
}

.design> :nth-child(7) div {
  margin-top: 20px;
}

.design button {
  background: none;
  border: 1px solid #ccc;
  color: #222;
  margin-left: 20px;
}

.design button:hover {
  background: #333;
  color: #fff;
}

.one {
  clear: both;
  margin-top: -10px;
}

.one section {
  width: 48%;
  height: 150px;
  margin: 1%;
  float: left;
  text-align: center;
  position: relative;
}

.one img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}

.rwd{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  background: none;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.rwd:hover{
  background: #fff;
  opacity: 0.7;
  border: none;
  color:#777;
}

.but{
display: none;
}

.oo{
  display: none;
}
.oo-r{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 50%;
  padding-top: 18px;
background: #fff;
  opacity: 0.6;
}
.oo-r:hover{
  opacity: 1;
}


.items {
  clear: both;
  display: block;
  text-align: center;
  padding: 50px 0;
}

.items>div {
  margin: 0 auto;
  cursor: pointer;
}

.container {
  clear: both;
  position: relative;
}

.container h2 {
  display: none;
}

.mySlides {
  clear: both;
}

.mySlides img {
  width: 70%;
  height: 330px;
}

.prev,
.next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  color: #999;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  transition: 0.5s;
}

/* Position the "next button" to the right */

.last{
  display: none;
}
.next {
  right: 0;
}

.prev {
  left: 0;
}

.six {
  display: none;
}

.movie {
  clear: both;
  display: none;

}
/* add start */
.brand{
  display: none;
}


.about {
  display: block;
  padding: 2rem 5% 5rem 5%;
  text-align: center;
}

.about h3 {
  font-family: 'Noto Serif KR', serif;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  color: #555;
}

.about h4{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.about section>div {
  margin-top: 30px;
  height: 380px;
  position: relative;
}

.about section>div:nth-of-type(1) {
  background: url('https://www.yunjac.com/images/korean_herb/chapter1.png') no-repeat;
  background-position: left 10% center;
  background-size: cover;
}

.about section>div:nth-of-type(2) {
  background: url('https://www.yunjac.com/images/korean_herb/chapter2.png') no-repeat;
  background-position: right 10% center;
  background-size: cover;
  margin-top: 100px;
}


.about div>div {
  width: 84%;
  background: #fff;
  border: 0px solid #666;
  position: absolute;
  bottom: -50px;
  left: 8%;
  padding: 10px 15px;
}



/* add finish */

.form {
  clear: both;
  padding: 1rem 10%;
  margin-top: 30px;
  text-align: center;
  background-image: url("https://images.unsplash.com/photo-1547887537-63b9ae00e2ea?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
  background-size: cover;
  background-position: center;
  text-align: center;
  background-attachment: fixed;
}

.form h1 {
  color: #fff;
  margin: 0 auto;
  font-size: 2.3rem;
  margin-top: 10px;
}

.form h4{
  color: #fff;
  font-size: 1rem;
}

.form textarea {
  width: 250px;
  padding: 10px;
  margin: 10px;
  height: 7rem;
  border: 2px solid #eee;

}

input {
  width: 250px;
  padding: 10px;
  margin: 10px;
  border: 2px solid #eee;

}
input::placeholder {
color: #bbb;
}

textarea::placeholder {
color: #bbb;
}

.ch{
  display: none;
}




.form button {
  padding: 6px 50px;
  margin: 0.5rem 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9rem;
  background: none;
}

.form button:hover {
  background: #fff;
  opacity: 0.4;
  border: 1px solid #fff;
  color: #000;
}

footer {
  background: ;
  margin: 0 auto;
  padding: 13rem 20%;
  text-align: center;
  line-height: 1.5rem;
}

footer li {
  display: none;
  margin-left: -80px;
}

footer article>* {
  list-style-type: none;
  width: 100%;
  margin: 0 0 0 0px;
}

footer select {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 200px;
  height: 40px;
  background: #FAF8F6;
  color: #777;
  border: #222;
  border-bottom: 1px solid #222;
}

footer>article>:nth-child(1)>img {
  margin-bottom: 30px;
  cursor: pointer;
  opacity: 0.6;
}

footer>article>:nth-child(1)>img:hover {
  opacity: 1;
}

footer>article>:nth-child(5)>div>a img {
  text-align: center;
  filter: grayscale(100%);
  opacity: 0.4;
  width: 25px;
  margin: 0 0 0 10px;
  transition: 0.7s;
}

footer>article>:nth-child(5)>div>a img:hover {
  opacity: 1;
}

/* laptop start */
@media screen and (min-width: 600px) {

  .menubt1 {
    font-size: 13vw;
    cursor: pointer;
    color: #777;
    display: none;
  }

  .menu_bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    display: none;
  }

  .menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
  }

  .menu>div:nth-child(1) {
    float: left;
    padding-top: 5vw;
    padding-left: 3vw;
  }

  .menu>div img {
    width: 20vw;
  }

  .menu>div:nth-child(2) {
    width: 10vw;
    background-color: white;
    height: 15vw;
    padding-top: 4vw;
    font-size: 12vw;
    cursor: pointer;
    float: right;
  }

  .menu>section span {
    font-size: 10vw;
    cursor: pointer;
    color: #777;
    float: right;
  }

  .menu>section {
    padding: 5vw;
    padding-right: 10vw;
    font-size: 5.5vw;
    line-height: 8vw;
    text-align: left;
    border-bottom: 1px solid #777;
    clear: both;
  }

  .menu>section:nth-child(3) {
    border-top: 1px solid #777;
  }

  .menu_2 {
    margin-top: 4vw;
    padding-left: 3vw;
  }

  .menu_2 div {
    font-size: 4vw;
    line-height: 2vw;
    padding: 3vw;
    cursor: pointer;
  }

  .menu_2 div:hover {
    color: #79A3DC;
  }

  main {
    margin-top: 62px;
    height: 800px;
    background: none;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 150px;
  }

  main video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: fill;
    min-height: 800px;
    max-height: 800px;
    z-index: -100;
  }

  main article {
    display: block;
    position: absolute;
    top: 70%;
    left: 30%;
    transform: translate(-50%, -50%);
  }

  main article h2 {
    color: #fff;
    font-size: 3rem;
  }

  main article h4 {
    color: #fff;
    line-height: 1.7rem;
  }

main article button{
  background: none;
  color: #fff;
}

main article button:hover{
  background: #fff;
  color: #444;
}


.snip1562:after {
  border-color: #fff;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  bottom: -1px;
  right: -1px;
  top: -1px;
}

.snip1562:hover:before,
.snip1562:hover:after {
  height: 100%;
  width: 100%;
}


  header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: white;
    height: auto;
    padding: 0px 24px 0px 24px;
    padding-top: 5px;
    padding-left: 1.5rem;
    height: 70px;
  }

  header img {
    width: 100px;
    padding-top: 10px;
  }

  header nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  header ul>div:nth-child(1) {
    text-align: center;
    margin-top: 10px;
  }

  header nav>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  header nav>ul>ul>a>li {
    display: inline-block;
    list-style: none;
    padding: 30px 20px;
    padding-bottom: 30px;
    line-height: 0rem;
  }

  header nav>ul>div:nth-child(3) {
    width: 200px;
    display: block;
  }

  header ul>div:nth-child(3) img {
    width: 20px;
    cursor: pointer;
    margin-top: 15px;
    margin-left: 10px;
    opacity: 0.5;
  }

  .bar {
    text-align: center;
    text-transform: uppercase;
  }

  .bar li {
    display: inline-block;

  }

  .bar a {
    padding: 0.3rem 0;
    position: relative;
  }

  .bar a:before, .bar a:after {
    height: 2px;
    position: absolute;
    content: "";
    transition: all 0.35s ease;
    width: 0;
    background-color: #dfb07f;
  }

  .bar a:before {
    top: 0;
    right: 0;
  }

  .bar a:after {
    bottom: 0;
    left: 0;
  }

  .bar a:hover {
    color: #000;
  }

  .bar a:hover:before, .bar a:hover:after {
    width: 100%;

}
  .design-1 {
    display: block;
  }

  .design-1 section {
    height: 550px;
    width: 50%;
    float: left;
  }

  .design-1 h1 {
    font-size: 2.5rem;
    text-align: center;
    color: #444;
    margin-bottom: 70px;
  }

  hr {
    width: 3rem;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 50px;
  }

  .design-1 section h4 {
    font-size: 1rem;
    margin-top: 10px;
  }

  .design-1 section h2 {
    font-size: 2.5rem;
    color: #444;
    padding-left: 50px;
    line-height: 1.8rem;
    margin-top: 38px;
  }

  .design-1 section h3 {
    font-size: 2.5rem;
    color: #444;
    padding-left: 50px;
    margin-bottom: 40px;
  }

  .design-1 section p {
    text-align: left;
    line-height: 2rem;
    padding-left: 50px;
    font-size: 1rem;

  }

  .design-1> :nth-child(2) {
    background: url('https://www.foreo.com/mysa/wp-content/uploads/sites/2/2017/07/skincare_cover-min-850x477.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .design-1> :nth-child(2) div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.8s;
  }

  .design-1> :nth-child(2) div:hover {

  }

  .design-1> :nth-child(3) div {
    margin-top: 100px;
  }

  .design-1> :nth-child(4) {
    padding-top: 100px;
  }

  .design-1> :nth-child(5) {
    background: url('https://static.dezeen.com/uploads/2020/03/atypical-ai-cosmetics-hero-1-852x479.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .design-1> :nth-child(5) div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.8s;
  }

  .design-1> :nth-child(5) div:hover {

  }

  .design-1> :nth-child(6) {
    background: url('https://www.conscious-skincare.com/wp-content/uploads/2018/10/new-serums-mobile.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .design-1> :nth-child(6) div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.8s;
  }

  .design-1> :nth-child(6) div:hover {

  }

  .design-1> :nth-child(7) {
    padding-top: 110px;
  }

  .design-1 button {
    background: none;
    color: #222;
    margin-left: 50px;
    border: 1px solid #ccc;
  }

  .design-1 button:hover {
    background: #333;
    color: #fff;
  }

  .design {
    display: none;
  }

  .one {
    margin: 0 auto;
    margin-bottom: 90px;
  }

  .one div {
    display: flex;
    justify-content: space-between;
  }

  .one section {
    margin: 0;
    float: left;
  }

  .one img {
    width: 100%;
    height: 330px;
    transition: 0.4s;
  }

  .one img:hover {
    opacity: 1.0;
    transform:scale(1.1);
    transition:.35s
  }

  .one h3 {
    display: block;
  }

  .but,
  .rwd  {
    display: block;
    position: absolute;
    top:110%;
    left:50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    background: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .but:hover,
  .rwd:hover{
    background: #fff;
    opacity: 0.7;
    border: none;
    color:#777;
  }



  .oo,
  .oo-r{
    display: block;
    position: absolute;
    top:110%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 50%;
    padding-top: 37px;
    padding-left: 18px;
    background: #fff;
    opacity: 0.6;
    cursor: pointer;
  }

  .oo:hover,
  .oo-r:hover{
    opacity: 1;
  }

  .items {
    display: none;
  }

  .prev,
  .next {
    display: none;
  }

  .six {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding-top: 15rem;
  }

  .six h2 {

    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 70px;
    color: #333;
  }

  .six h3 {
    font-size: 2rem;
    text-align: center;
    padding-top: 90px;
  }

  .six p {
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
    transition: 0.1s;
  }

  .six section {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .six>section>div {
    width: 100%;
    height: 300px;
    margin-right: 5px;
  }

  .six>section>div:last-child {
    margin-right: 0;
  }

  .six> :nth-child(2) {
    margin-bottom: 5px;
  }

  .a {
    background: url('https://i.pinimg.com/564x/73/88/dd/7388ddfe1dbf553d73321abecc51f849.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
  }

  .a-1 {
    display: block;
    font-size: 2rem;
    color: #fff;
    transition: 0.9s;
    padding: 20px;
  }

  .a div {
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .a:hover .a-1 {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
  }

  .b {
    background: url('https://i.pinimg.com/originals/b3/16/76/b316766cc11aafd7ae4a1eaa6861bd52.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
  }

  .b-1 {
    display: block;
    font-size: 2rem;
    color: #fff;
    transition: 0.9s;
    padding: 20px;
  }

  .b div {
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .b:hover .b-1 {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
  }

  .c {
    background: url('https://i.pinimg.com/564x/d8/73/d5/d873d5fa8580e5ba0bdfe59b3179da8d.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    margin-right: 0;
  }

  .c-1 {
    display: block;
    font-size: 2rem;
    color: #fff;
    transition: 0.9s;
    padding: 20px;
  }

  .c div {
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .c:hover .c-1 {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
  }

  .aa {
    background: url('http://www.wedding21news.co.kr/news/photo/201902/201158_10238_4321.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    margin-left: 0;
  }

  .aa-1 {
    display: block;
    font-size: 2rem;
    color: #fff;
    transition: 0.9s;
    padding: 20px;
  }

  .aa div {
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .aa:hover .aa-1 {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
  }

  .bb {
    background: url('https://i.pinimg.com/564x/fb/76/80/fb7680053e6d1ed7dd0d4e0b27ed22d7.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
  }

  .bb-1 {
    display: block;
    font-size: 2rem;
    color: #fff;
    transition: 0.9s;
    padding: 20px;
  }

  .bb div {
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .bb:hover .bb-1 {
    visibility: visible;
    background: rgba(0, 0, 0, 0.8);
  }

  .cc {
    background: url('https://i.pinimg.com/564x/40/f0/8d/40f08d1b97bb15d68242330f6381861b.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: pointer;
    margin-right: 0;
  }

  .cc-1 {
    display: block;
    font-size: 2rem;
    color: #fff;
    transition: 0.9s;
    padding: 20px;
  }

  .cc div {
    visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .cc:hover .cc-1 {
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
  }

  .movie {
    display: block;
    width: 1000px;
    padding: 70px 0;
    margin: 0 auto;
  }

  .movie img {
    margin-bottom: 20px;
    filter: grayscale(100%);
    opacity: 0.4;
    width: 50px;
    height: 50px;
  }

  .movie>div {
    display: flex;
    justify-content: space-between;
  }

  .movie div div {
    width: 250px;
    height: 260px;
    background-color: none;
    border: 1px solid #ddd;
    padding: 40px;
    text-align: center;
    margin: 10px;
    color: #777;
  }

  .movie div> :nth-child(1) {
    margin-left: 0;
  }

  .movie div> :nth-child(4) {
    margin-right: 0;
  }

  .movie div div:link, a:visited {
    transition: 0.7s;
    color: black;
  }

  .movie div div:hover, a:active {
    transition: 0.7s;
    cursor: pointer;
  }

  .movie button {
    margin-top: 10px;
    background: #ddd;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 30px;
  }

  .movie button:hover {
    background: #000;
    opacity: 0.6;
    color: #fff;
  }

  .movie h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #777;
    margin-bottom: 10px;
  }

  .movie>div> :nth-child(1):hover {
    background: url('https://www.yunjac.com/public/2020/04/9/10/59/48/0c44ce91-d398-49d4-82d1-70f00f13d6c6.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
    z-index: 1;
  }

  .movie>div> :nth-child(2):hover {
    background: url('https://t1.daumcdn.net/cfile/tistory/99DA99455BD7A2CC05') no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
  }

  .movie>div> :nth-child(3):hover {
    background: url('https://img.insight.co.kr/static/2020/05/14/700/ncdysc27o8m6iv59iq5j.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
  }

  .movie>div> :nth-child(4):hover {
    background: url('https://www.yunjac.com/public/2020/04/28/16/21/28/56af20e4-c2ca-4b34-a417-7b5c4fcc4172.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
  }


.about{
  display: none;
}

.beauty{
  display: none;
}





/* add finish */


.brand {
  display: block;
  padding: 6rem 0;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

.brand>div:not(:last-child) {
  width: 320px;
  height: 420px;

}

.brand-ja {
  background: url('https://www.yunjac.com/images/korean_herb/chapter1.png') no-repeat;
  background-position: left 10% center;
  background-size: cover;
  position: relative;
}

.brand-ja div {
  background: #ccc;
  color: #fff;
  padding: 18px 15px;
  transform: rotate(270deg);
  letter-spacing: 0.1rem;
  width: 160px;
  font-weight: bold;
  position: absolute;
  left: -55px;
  top: 52px;
  text-align: center;

}

.brand-sa {
  background: url('https://www.yunjac.com/images/korean_herb/chapter2.png') no-repeat;
  background-position: right 10% center;
  background-size: cover;
  position: relative;
  margin-left: 30px;
}

.brand-sa div {
  letter-spacing: 0.1rem;
  background: #ccc;
  color: #fff;
  padding: 18px 15px;
  transform: rotate(270deg);
  width: 160px;
  font-weight: bold;
  position: absolute;
  left: -55px;
  top: 52px;
  text-align: center;
}


.brand-text {
  padding-top: 9rem;
  padding-left: 3rem;

}

.brand-text h4 {
  margin-top:-3REM;
  color: #444;
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.brand-text p {
   font-size: 1rem;
  line-height: 1.4rem;
}

.brand-text button {
  margin-top: 2rem;
  background: none;
  border: 1px solid #ccc;
  color: #333;
}





/* add finish */




  .form {
    width: 100%;
    height: 580px;
    margin: 0 auto;
    background-image: url("https://images.unsplash.com/photo-1547887537-63b9ae00e2ea?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80");
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
  }
  .form::after{
    content: "";
    display: block;
    clear: both;
  }

  .form>div {
    margin: 0 auto;
  }

  .form h1 {
    font-size: 2.3rem;
    padding-top: 1.5rem;
    color: #fff;
    margin: 0 auto;
  }

  .form h4 {
    margin-top: -30px;
    margin-bottom: 50px;
    color: #fff;
    margin: 0 auto;
    font-size: 1rem;
  }

.box{
  margin-top: 30px;
}

  .form textarea {
    width: 450px;
    padding: 10px;
    margin: 10px;
    height: 7rem;
    border: 2px solid #eee;

  }

  input {
    width: 450px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #eee;

  }
  input::placeholder {
  color: #bbb;
}

textarea::placeholder {
color: #bbb;
}


.ch{
  width: 450px;
  display: flex;
  justify-content: center;
  margin: 0 auto;

}

.ch div{
  display: flex;
  color:#fff;
  font-size: 1rem;
  margin-top: -12px;


}

.ch> :nth-child(1){
  margin-left: -220px;
}
.ch> :nth-child(2){
  margin-left: -160px;
}
.ch> :nth-child(3){
  margin-left: -160px;
}

.ch input{
  margin-left: 0px;
}
.check{
 margin-left:-220px;
 margin-top: 6px;
}


