@charset "UTF-8";
#header {
  height: 60px;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1;
  animation-name: fadeIn;
  animation-duration: 1s; }

#header-logo {
  padding-left: 32px; }
  #header-logo svg {
    width: 148px;
    height: 48px;
    padding: 0px 16px;
    color: #f9f8f8; }

.header-nav-products {
  width: 620px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 80px;
  padding: 0px 8px; }

.header-nav-etc {
  width: 250px;
  line-height: 27px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 32px; }

.header-nav li a {
  padding: 4px 8px;
  transition: 0.4s; }
  .header-nav li a:hover {
    border-radius: 3px;
    background-color: #b3b9bc4b; }
  .header-nav li a span {
    margin: 0px 8px;
    font-size: 14px;
    font-weight: 450;
    font-family: "Open Sans", sans-serif;
    color: #f9f8f8;
    letter-spacing: 0.5px; }

@media (max-width: 1200px) {
  .header-nav-products,
  .header-nav-etc li:nth-of-type(1),
  .header-nav-etc li:nth-of-type(2) {
    display: none; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

#menu-btn {
  padding: 4px 8px;
  font-size: 14px;
  color: #f9f8f8;
  cursor: pointer;
  transition: 0.4s; }
  #menu-btn:hover {
    border-radius: 3px;
    background-color: #b3b9bc4b; }

#menu {
  width: 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-right: 0;
  border: none;
  padding: 0;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.375, 0.035, 0.055, 0.965);
  /* header의 flex 레이아웃인 align-items: center에
  영향을 받으므로 item 따로 배열 */
  align-self: flex-start; }
  #menu[open] {
    width: 310px;
    opacity: 1; }
  #menu::backdrop {
    backdrop-filter: blur(5px); }

#menu-header {
  width: 290px;
  height: 80px;
  display: flex;
  justify-content: end;
  padding: 20px 0;
  position: fixed;
  background-color: #f9f8f8; }

#menu-close-btn svg {
  width: 24px;
  height: 24px;
  transition: 0.4s; }
  #menu-close-btn svg:hover {
    border-radius: 3px;
    background-color: #b3b9bc4b; }

#menu-box {
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
  background-color: #f9f8f8; }

#menu-items {
  margin-top: 90px; }
  #menu-items li {
    height: 40px;
    min-width: 230px;
    display: flex;
    align-items: center;
    padding: 4px 8px; }
    #menu-items li:last-child {
      height: 55px;
      min-width: 230px;
      margin-top: 10px;
      padding: 0; }
    #menu-items li a {
      height: 40px;
      min-width: 230px;
      transition: 0.4s; }
      #menu-items li a span {
        margin: 0 4px;
        font-size: 14px;
        line-height: 40px; }
      #menu-items li a:hover {
        border-radius: 3px;
        background-color: #b3b9bc4b; }

#menu-items-thick-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px; }

#menu-language {
  display: flex;
  justify-content: flex-start; }
  #menu-language svg {
    width: 24px;
    height: 24px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 24px;
    margin-left: 8px; }

#menu-language-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 8px; }
  #menu-language-text span {
    font-size: 12px;
    color: #5c5e62; }

#main {
  min-width: 100vw;
  height: 100vh;
  overflow: auto;
  scroll-snap-type: y mandatory; }

.snappin-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  scroll-snap-align: center; }

#welcome-video {
  height: 100vh;
  border: none;
  position: relative;
  z-index: -1;
  object-fit: cover;
  inline-size: 100%; }

.modelY {
  background-image: url("https://digitalassets.tesla.com/tesla-contents/image/upload/h_2400,w_2880,c_fit,f_auto,q_auto:best/Homepage-Model-Y-Global-Desktop"); }

.model3 {
  background-image: url("https://digitalassets.tesla.com/tesla-contents/image/upload/h_2560,w_4096,c_fit,f_auto,q_auto:best/Homepage-Model-3-Desktop-LHD"); }

.modelX {
  background-image: url("https://digitalassets.tesla.com/tesla-contents/image/upload/h_1800,w_2880,c_fit,f_auto,q_auto:best/Homepage-Model-X-Desktop-LHD"); }

.modelS {
  background-image: url("https://digitalassets.tesla.com/tesla-contents/image/upload/f_auto,q_auto:best/Model-S-homepage-desktop"); }

.powerwall {
  background-image: url("https://digitalassets.tesla.com/tesla-contents/image/upload/f_auto,q_auto:best/Desktop_SolarPanels"); }

.accessories {
  background-image: url("https://digitalassets.tesla.com/tesla-contents/image/upload/f_auto,q_auto/Homepage-Accessories-Desktop-NA-APAC.jpg"); }

.snappin-box-text {
  max-width: 400px;
  position: absolute;
  top: 14%;
  text-align: center; }
  .snappin-box-text:first-child h2 {
    color: #171a20; }
  .snappin-box-text h2 {
    font-size: 42px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #f9f8f8;
    animation-name: fadeInUp;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: both; }
  .snappin-box-text:first-child p {
    color: #171a20; }
  .snappin-box-text p {
    padding: 7px 0;
    font-size: 14px;
    color: #f9f8f8;
    animation-name: fadeInUp;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-fill-mode: both; }
  .snappin-box-text a {
    text-decoration: underline;
    text-underline-position: under; }

.snappin-box-btn {
  width: auto;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 5rem;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: both; }
  .snappin-box-btn a {
    width: 250px;
    height: 100%;
    margin-right: 10px;
    margin-bottom: 16px;
    margin-left: 10px;
    border-radius: 3px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    opacity: 0.9; }
    .snappin-box-btn a:first-child {
      color: #f9f8f8;
      background-color: #0e1410cc; }
    .snappin-box-btn a:last-child {
      color: #171a20;
      background-color: #e7e6e5; }

.test-drive .snappin-box-btn a {
  border: 3px solid #f9f8f8;
  line-height: 35px;
  color: #f9f8f8;
  background-color: transparent; }

.modelY .modelY-chevron {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
  animation-name: upDown;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite; }

.powerwall .snappin-box-btn a {
  color: #f9f8f8;
  background-color: #0e1410cc; }

.accessories .snappin-box-btn {
  margin-bottom: 70px; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translateZ(0); } }

@keyframes upDown {
  0% {
    transform: translate3d(0, 0%, 0); }
  50% {
    transform: translate3d(0, 25%, 0); }
  70% {
    transform: translate3d(0, 0%, 0); } }

#footer {
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 15px; }

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center; }

.footer-nav-items {
  height: 50px;
  display: flex; }
  .footer-nav-items li {
    margin-right: 14px;
    letter-spacing: 0.5px; }
    .footer-nav-items li a {
      font-size: 12px;
      color: #c6ccd4; }

.footer-nav-banner {
  max-width: 560px;
  font-size: 10px;
  color: #c6ccd4;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 20px; }
  .footer-nav-banner a {
    color: #c6ccd4; }

* {
  box-sizing: border-box;
  scroll-behavior: smooth; }

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

button {
  border: none;
  background-color: transparent;
  color: #171a20; }

a,
a:visited,
a:active {
  text-decoration: none;
  color: #171a20; }

.hidden {
  display: none; }


/*# sourceMappingURL=/styles.cbb799b3.css.map */