/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("/woff2/Pretendard-Black.woff2") format("woff2"), url("./woff/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("./woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/woff2/Pretendard-Bold.woff2") format("woff2"), url("./woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("./woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/woff2/Pretendard-Medium.woff2") format("woff2"), url("./woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/woff2/Pretendard-Regular.woff2") format("woff2"), url("./woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/woff2/Pretendard-Light.woff2") format("woff2"), url("./woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("./woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("/woff2/Pretendard-Thin.woff2") format("woff2"), url("./woff/Pretendard-Thin.woff") format("woff");
}
* {
  font-family: "Pretendard", "Roboto", sans-serif, Arial, Helvetica;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  place-items: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
body .container-fluid {
  border: 0.5rem solid black;
  max-height: 1080px;
  max-width: 1920px;
  height: calc(100% - 2rem);
  text-align: center;
  overflow: hidden;
  background-color: #ebfaff;
}
body .container-fluid .navi-up {
  display: inline-flex;
  width: 100%;
  background-color: black;
  color: white;
  height: 4rem;
}
body .container-fluid .navi-up .educate {
  text-align: left;
}
body .container-fluid .navi-up .home-bt {
  text-align: right;
}
body .container-fluid .navi-down {
  height: 4rem;
  width: 100%;
  display: inline-flex;
  background-color: #00788B;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 3rem;
}
body .container-fluid .inner-content {
  width: 100%;
  height: calc(100% - 8rem);
  display: inline-flex;
  place-items: center;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
body .container-fluid .inner-content .section {
  width: 50rem;
  max-width: 800px;
  max-height: 400px;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body .container-fluid .inner-content .section .profile {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .container-fluid .inner-content .section .profile .car-img {
  width: 90%;
  max-width: 800px;
  height: 15rem;
  border: 4px solid rgba(173, 216, 230, 0.8);
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 5px 15px 30px rgba(173, 216, 230, 0.8);
  box-shadow: 0 0 5px rgb(0, 0, 0), inset 0 0 5px rgb(0, 0, 0), 0 0 0 2px #00788B;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
body .container-fluid .inner-content .section .profile .car-img .bg {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(#3f87a6, #ebf8e1, #f69d3c), url("../img/bgimg.svg") 0 center/500% repeat-x;
  background-blend-mode: multiply;
}
body .container-fluid .inner-content .section .profile .car-img .bg .carbody {
  position: relative;
  width: 50%;
  height: auto;
  right: -10%;
  bottom: -10%;
  z-index: 1;
}
body .container-fluid .inner-content .section .profile .car-img .bg #tire01 {
  position: relative;
  bottom: -4.5rem;
  left: -36.8%;
  width: 11%;
  z-index: 2;
}
body .container-fluid .inner-content .section .profile .car-img .bg #tire02 {
  position: relative;
  bottom: -4.5rem;
  right: 16.8%;
  width: 11%;
  z-index: 2;
}
body .container-fluid .inner-content .section .profile h1 {
  font-weight: bold;
  font-size: 2rem;
  font-family: "arial";
  line-height: 1;
  color: #555;
  margin-bottom: 15px;
}
body .container-fluid .inner-content .section .profile h2 {
  font-weight: normal;
  font-size: 1rem;
  font-family: Arial;
  color: #bbb;
  margin-bottom: 5px;
}
body .container-fluid .inner-content .section .profile .btnview {
  display: block;
  width: 180px;
  height: 32px;
  margin: 0px auto 20px;
  background-color: #444;
  border-radius: 16px;
  font-weight: bold;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(45deg, #4affff, #35e0f7);
  box-shadow: 3px 3px 20px rgba(0, 255, 255, 0.493);
  color: #fff;
}