@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700 400;
  src: url(../font/Lora-Font/Lora-Regular.ttf) format("truetype");
  src: url(../font/Lora-Font/Lora-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-weight: 700 500;
  src: url(../font/Gotham-Font/Gotham-Bold.otf) format("opentype");
  src: url(../font/Gotham-Font/GothamBold.ttf) format("truetype");
  src: url(../font/Gotham-Font/GothamMedium.ttf) format("truetype");
}
@font-face {
  font-family: "lao-mn", sans-serif;
  font-style: normal;
  src: url(../font/lao-mn.ttf);
}
.body {
  background: linear-gradient(to bottom right, #fff, #d7e3ee);
}

.main_inner {
  background-color: #19191c;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

.section01 {
  position: relative;
  width: 100%;
}
.section01 .cv_btn {
  bottom: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.section015 {
  padding: 60px 15px 30px;
  background-color: #fff;
}

.section015 video {
  width: 100%;
  height: auto;
}

.cv_btn {
  margin: 0 auto;
  width: 90%;
}

.cta_area {
  position: relative;
}

.top_cv_btn {
  align-items: center;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 88%;
}
.top_cv_btn a {
  margin-bottom: 20px;
  transition: 0.3s;
}
.top_cv_btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.section05 {
  position: relative;
  width: 100%;
}

.map {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 120px;
  transform: translateX(-50%);
  width: 100%;
}
.map iframe {
  height: 240px;
  max-width: 600px;
  width: 80%;
}

.section06 {
  position: relative;
}

.feature_cv_btn {
  align-items: center;
  top: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 88%;
}
.feature_cv_btn a {
  margin-bottom: 20px;
  transition: 0.3s;
}
.feature_cv_btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.section09 {
  position: relative;
  padding: 50px 15px 50px 10px;
  background: #fff;
}

.section11 {
  position: relative;
}

.bottom_cv_btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  width: 88%;
}
.bottom_cv_btn a {
  margin-bottom: 10px;
  transition: 0.3s;
}
.bottom_cv_btn a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.logo {
  position: absolute;
  width: 60px;
  height: auto;
  top: 10px;
  left: 10px;
}
/*# sourceMappingURL=sourcemaps/index.css.map */