* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: SuisseIntl, Noto Sans KR, sans-serif !important;
}

ul,
li {
  list-style: none;
}
a {
  color: #101010;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
section {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.container {
  width: 100%;
  height: 100%;
  max-width: 1436px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 300;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/notosanskr/NotoSansKR-Light.woff)
    format("woff");
}
@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 400;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/notosanskr/NotoSansKR-Regular.woff)
    format("woff");
}
@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 500;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/notosanskr/NotoSansKR-Medium.woff)
    format("woff");
}
@font-face {
  font-family: Noto Sans KR;
  font-style: normal;
  font-weight: 700;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/notosanskr/NotoSansKR-Bold.woff)
    format("woff");
}
@font-face {
  font-family: SuisseIntl;
  font-style: normal;
  font-weight: 300;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/suisseintl/SuisseIntl-Light.woff)
    format("woff");
}
@font-face {
  font-family: SuisseIntl;
  font-style: normal;
  font-weight: 400;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/suisseintl/SuisseIntl-Regular.woff)
    format("woff");
}
@font-face {
  font-family: SuisseIntl;
  font-style: normal;
  font-weight: 500;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/suisseintl/SuisseIntl-Medium.woff)
    format("woff");
}
@font-face {
  font-family: SuisseIntl;
  font-style: normal;
  font-weight: 700;
  src: url(https://s3.ap-northeast-2.amazonaws.com/younglim-front-bucket/fonts/suisseintl/SuisseIntl-Book.woff)
    format("woff");
}

@media all and (max-width: 1279px) {
  .container {
    padding: 0 50px;
  }
}
button {
  outline: 0;
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
input[type="checkbox"] {
  outline: 0;
  border: 0;
}
.br_mo {
  display: none;
}

@media all and (max-width: 767px) {
  .br_mo {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
