body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  ;
  letter-spacing: -0.05em;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

#container * {
  word-break: keep-all;
  box-sizing: border-box;
  white-space: nowrap;

}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 225px);
  margin-top: 50px;
  background-color: #fff;
}

article,
aside,
audio,
blockquote,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
legend,
li,
main,
menu,
nav,
ol,
p,
pre,
section,
summary,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
tr,
ul,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font-family: 'Noto Sans KR', sans-serif !important;
  box-sizing: border-box;
  word-break: break-all;
}


:after,
:before {
  display: none;
  content: '';
}

ul,
ul>li {
  list-style: none;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

/*스크롤바 */
::-webkit-scrollbar {
  width: 15px;
  background-clip: padding-box;
  border: 6px solid transparent;
  border-radius: 80px;
}

::-webkit-scrollbar-thumb {
  height: 30%;
  /* 스크롤바의 길이 */
  background: #4169E1;
  /* 스크롤바의 색상 */
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  margin-bottom: -2px;
  background: rgba(33, 122, 244, .1);
  border-radius: 10px;
}

::-webkit-scrollbar:horizontal {
  height: 7px;
}

@media screen and (max-width:767px) {
  ::-webkit-scrollbar:horizontal {
    display: none;
  }
}

::-webkit-resizer {
  display: none;
}

::-webkit-scrollbar-corner {
  display: none;
}

/* pages */
.pages {
  width: 100%;
  height: 100%;
}

/* 세션 파트 */
.p_section1 {
  height: 100%;
}

.p_section2 {
  width: 100%;
  height: 100%;
}

.p_section3 {
  width: 100%;
  height: 100%;
}

.p_section4 {
  width: 100%;
  height: 100%;
}

.p_section4 {
  width: 100%;
  height: 100%;
}



@media (max-width: 560px) {
  .p_section2 {
    margin-top: 0;
  }
}

/********** Template CSS **********/
:root {
  --primary: #87674F;
  --secondary: #F6F6F6;
  --light: #FFFFFF;
  --dark: #152440;
}

h1,
h2,
.font-weight-bold {
  font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.pt-6 {
  padding-top: 90px;
}

.pb-6 {
  padding-bottom: 90px;
}

.py-6 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.btn {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary {
  color: #FFFFFF;
}

.btn-square {
  width: 36px;
  height: 36px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-lg-square {
  width: 46px;
  height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  display: none;
}

.top-shape::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 100%;
  top: 0;
  left: -17px;
  background: var(--primary);
  transform: skew(40deg);
  background-color: #000;
}

.navbar-light .navbar-nav .nav-link {
  padding: 0 66px;
  text-transform: uppercase;
  color: #000;
  outline: none;
  transition: .5s;
  margin-right: -5%;
  font-weight: bolder;
}

@media (max-width: 560px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0 66px;
    text-transform: uppercase;
    color: #000;
    outline: none;
    transition: .5s;
    margin-right: -5%;
    font-weight: bolder;
  }
}


@media (max-width: 1476.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0%;
  }
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #87674F;
  transition: 0.6s;
}

@media (max-width: 1476px) {

  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active {
    color: #000;
  }
}

@media (max-width: 1476.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

/* 버튼 */

#section5 {
  position: relative;
}

.product_info {
  position: absolute;
  width: 19.3%;
  top: 29.6%;
  left: 29.9%;
}

@media (max-width: 560px) {
  .product_info {
    width: 30%;
    top: 23.6%;
    left: 16.8%;
  }
}

.user_manual {
  position: absolute;
  width: 19.3%;
  top: 29.6%;
  left: 50.7%;
}

@media (max-width: 560px) {
  .user_manual {
    width: 30%;
    top: 23.6%;
    left: 51.9%;
  }
}

.chatbot_link_icon {
  background-image: url("../img/heart_chatbot_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 104px;
  height: 104px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 5%;
  right: 78px;
  z-index: 9;
}

@media (max-width: 767px) {
  .chatbot_link_icon {
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 26px;
  }
}


.chatbot_icon {
  background-image: url("../img/heart_chatbot_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 104px;
  height: 104px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 5%;
  right: 78px;
  z-index: 9;
}

@media (max-width: 767px) {
  .chatbot_icon {
    width: 70px;
    height: 70px;
    bottom: 20px;
    right: 26px;
  }
}



.iframe1 {
  position: fixed;
  height: 686px;
  bottom: 30px;
  width: 370px;
  right: 213px;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(0) scale(0);
  transform: rotate(0) scale(0);
  display: none;
}

@media (max-width: 767px) {
  .iframe1 {
    position: fixed;
    height: 100%;
    bottom: 0px;
    width: 100%;
    right: 0px;
    z-index: 99;
    background-color: #000;
  }
}


.close-icon {
  background-image: url("../img/bot_close.png");
}

@media (min-width: 1200px) {
  .mclose-icon {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mclose-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .mclose-icon {
    height: 22px;
    width: 22px;
    position: fixed;
    top: 13px;
    left: 26px;
    z-index: 999;
    opacity: 0;
    -webkit-transform: rotate(0) scale(0);
    transform: rotate(0) scale(0);
    display: none;
  }
}

.ishow {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  display: block;
}

.noshow {
  opacity: 0;
  -webkit-transform: rotate(0) scale(0);
  transform: rotate(0) scale(0);
  display: none;
}

.quick_pc {
  z-index: 9999;
  position: absolute;
  bottom: 18%;
  right: 78px;
  position: fixed;
  cursor: pointer;
}


.quick_mb {
  z-index: 9999;
  position: absolute;
  bottom: 18%;
  right: 78px;
  position: fixed;
  cursor: pointer;
}

@media (max-width: 767px) {
  .quick_mb {
    width: 70px;
    bottom: 100px;
    right: 26px;
  }
}


@media (min-width: 767px) {
  .quick_mb {
    display: none;
  }
}


@media (max-width: 767px) {
  .quick_pc {
    display: none !important;
  }
}

video {
  background-color: transparent;
}


#section2 {
  position: relative;
}

.video-container {
    position: absolute;
    width: 100vw;
    height: 500px;
    bottom: 271px;
    right: -12px;
    padding: 0% 21.7% 0% 20.8%;
}

@media (max-width: 767px) {
  .video-container {
    position: absolute;
    width: 100vw;
    height: 270px;
    top: 57%;
    left: 0;
    right: 0;
    padding: 35px 45px;
  }
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* border-radius: 57px; */
}

@media (max-width: 767px) {
  .video-container video {
    width: 100%;
    height: 87%;
    object-fit: cover;
    border-radius: 57px;
  }
}