
html {
  scroll-behavior: smooth;
}


/* 추가 */
.bxslider img {
  margin: 0 auto;
}
.bx-wrapper {
  width: 1260px;
  margin: 0 auto;
}

#home {
  margin-bottom: 60px;
}
/* 추가 */



body {
  margin: 0;
}

/* navbar start */

a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: inline;
}

ul {
  padding: 0;
  margin: 0;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 70px 0;
}

.navbar_togglebtn {
  position: absolute;
  right: 95px;
  font-size: 24px;
  color: white;
  display: none;
  top: 25px;
}

.navbar_menu {
  display: flex;
  list-style: none;
  padding-right: 95px;
}

.navbar_menu > li {
  padding-left: 27px;
}

.navbar_menu > li > a:hover {
  color: #969696;
}

/* navbar end */

/* header */

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  color: rgb(253, 244, 244);
  text-align: center;
  margin: 0 0 10px 0;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgb(253, 244, 244);
  text-align: center;
  margin: 0 0 95px 0;
}

#home {
  background: url("images/home_text.jpg") center/cover no-repeat;
  padding: 25px 0 73px 97px;
  color: rgb(253, 244, 244);
  height: 266px;
}

/* ---navbar, header */

/* main */

.bx-wrapper {
  position: relative;
}

.slider_img {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 25px;
  flex-direction: column;
  justify-content: space-between;
}

.slider {
  text-align: center;
}

.main .bx-wrapper .bx-viewport {
  height: 600px !important;
}

.bx-prev {
  justify-content: space-between;
  margin: auto auto;
  background: url("images/anchor/left_anchor.png") center no-repeat;
  overflow: hidden;
  height: 80px;
  width: 80px;
  font-size: 0.1px;
  background-color: white;
  opacity: 70%;
  display: flex;
  position: absolute;
  top: 45%;
  left: 0;
}

.bx-next {
  justify-content: space-between;
  margin: auto auto;
  background: url("images/anchor/right_anchor.png") center no-repeat;
  overflow: hidden;
  height: 80px;
  width: 80px;
  font-size: 0.1px;
  background-color: white;
  opacity: 70%;
  display: flex;
  position: absolute;
  top: 45%;
  right: 0;
}

.bx-pager {
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.bx-pager div {
  display: inline-block;
  font-size: 0;
  color: transparent;
  margin: 0 10px;
  padding-bottom: 20px;
}

.bx-pager bx-default-pager {
  display: inline;
}

.bx-pager div a {
  display: inline-block;
  position: relative;
  bottom: 50px;
  font-size: 0;
  color: transparent;
  width: 50px;
  height: 4px;
  background-color: #b8b8b8;
}

.bx-pager div a.active {
  display: block;
  font-size: 0;
  color: transparent;
  width: 50px;
  height: 4px;
  background-color: #000;
}

/* description */

.project_description {
  width: 1260px;
  margin: 120px auto 60px auto;
  display: flex;
  justify-content: space-between;
}

.description {
  color: #3a3939;
  font-size: 14px;
  display: inline;
  line-height: 2em;
  font-family: "Noto Sans KR", sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}

.left_des {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.7em;
  align-items: flex-start;
}

.right_des_title {
  font-size: 14px;
  color: black;
  display: flex;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding-bottom: 22px;
  margin: 0;
}


.right_des p{
  display: flex;
  justify-content: flex-end;
}

.right_des > span {
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  align-items: baseline;
  display: block;
  text-align: right;
  line-height: 1.7em;
}

.des_notosans {
  font-size: 14px;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
}

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

/* more works */

.bx-viewport {
  background-color: transparent;
}

.sliderWrap .bx-prev {
  justify-content: space-between;
  margin: auto auto;
  background: url("images/anchor/left_anchor.png") center no-repeat;
  background-size: 8px 13px;
  overflow: hidden;
  font-size: 0.1px;
  height: 36px;
  width: 36px;
  background-color: white;
  opacity: 70%;
  display: flex;
  position: absolute;
  top: 26%;
  left: 0;
}

.sliderWrap .bx-next {
  justify-content: space-between;
  margin: auto auto;
  background: url("images/anchor/right_anchor.png") center no-repeat;
  overflow: hidden;
  font-size: 0.1px;
  height: 36px;
  width: 36px;
  background-size: 8px 13px;
  background-color: white;
  opacity: 70%;
  display: flex;
  position: absolute;
  top: 26%;
  right: 0;
}

#container {
  width: 1260px;
  margin: 0 auto;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0 0 24px 0;
}

.sliderWrap .bx-pager div a {
  display: inline-block;
  position: relative;
  bottom: -40px;
  margin-bottom: 154px;
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px black;
}

.sliderWrap .bx-pager div a.active {
  display: block;
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #000;
}

/* footer */

footer {
  background: url("images/footer_img/footer_bgimge.jpg") center/cover no-repeat;
  color: rgb(253, 244, 244);
  display: flex;
  justify-content: space-between;
  padding: 123px 95px 80px 163px;
}

.footer_p {
  display: flex;
  flex-direction: column;
  line-height: 1.5em;
}

.footer_adress {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tel_fax {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 52px;
}

.c {
  font-family: "Poppins", sans-serif;
  color: #666666;
  font-size: 14px;
}

.footer_btn_right {
  display: flex;
  flex-direction: column;
}

.footer_topbtn {
  width: 92px;
  height: 92px;
  margin-top: 30px;
}

.footer_contact {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: white;
  font-weight: 200;
  text-align: right;
  margin-top: 40px;
}

.footer_email {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: white;
  font-weight: 400;
  text-align: right;
  margin-top: 18px;
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer_email_underbar {
  width: 88px;
  height: 1px;
  background-color: white;
}

footer > button,
footer > div > button,
footer a {
  border: none;
  background: none;
  padding: 0;
}

/* footer */
/* 반응형 */

@media screen and (max-width: 1100px) {
  /* home, navbar  */
  #home {
    padding: 25px 40px;
  }

  .navbar_togglebtn {
    display: block;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 160px;
  }

  .navbar_menu {
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
    width: 100%;
    padding: 0;
  }

  .navbar_menu li a {
    font-size: 20px;
  }

  .navbar_menu li {
    padding: 0;
  }

  .navbar_logo {
    width: 80px;
    margin: 0 auto;
  }


  footer {
    padding: 40px;
    display: block;
  }

  .footer_contact,
  .footer_email {
    text-align: left;
  }
  .footer_email {
    margin: 10px 0 0;
  }

}


@media screen and (max-width:768px) {

  html,
  body{
  width:100%;
  overflow-x:hidden;
  }

  h1, h5 {
    display: none;
  }

  .project_description {
    position: relative;
  }
  .left_des {
    width: 300px;
    margin-left: 40px;
  }

  .right_des{
    position: absolute;
    left: 40px;
    top: 330px;
    text-align: left;
  } 

  .right_des p {
    justify-content: flex-start;
  }
  .right_des span{
    text-align: left;
  }

  #title_moreworks {
    margin: 160px 0 20px 40px;
  }

  .bx-wrapper {
    width: 100%;
  }
  h2 {
    margin: 180px 0 20px 40px;
  }

  }