* {
  font-family: "Apple LiSung Light";
  box-sizing: border-box;

}

a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.header-wrapper {
  display: block;
  top: 0;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 2;
}

.header {
  background-color: rgba(255, 255, 255, 0.9);
  height: 50px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .header {
    display: inline-flex;
    justify-content: space-evenly;
    height: auto;
  }
}

.header-logo {
  display: inline-block;
  height: auto;
  width: 60px;
  margin-right: 30px;
}

@media screen and (max-width: 1000px) {
  .header-logo {
    display: none;
  }
}

.header-link {
  display: inline-block;
  color: rgb(70, 70, 70);
  margin-right: 30px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.4rem;
  font-size: 0.95rem;
}

@media screen and (max-width: 1000px) {
  .header-link {
    margin-right: 10px;
    letter-spacing: 0.1rem;
  }
}

.header-link:hover {
  color: black;
}

.sticky-header {
  position: fixed;
}

.subheader {
  width: 100%;
  height: 30px;
  display: inline-block;
  background: rgba(185, 0, 0, 0.9);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .subheader {
    height: auto;
  }
}

.subheader-text {
  display: inline-block;
  flex-direction: row;
  color: white;
  letter-spacing: 5px;
  font-size: 0.85rem;
  justify-content: center;
  align-items: center;
}

.subheader-link {
  display: inline-block;
  color: white;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  letter-spacing: 5px;
  font-size: 0.85rem;
}

.subheader-group {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
  font-size: 0.85rem;
  color: white;
  margin-left: 5px;
  margin-right: 5px;
}

.subheader-title {
  display: inline-flex;
  align-self: baseline;
}

.subheader-phone {
  display: inline-flex;
  letter-spacing: 2px;
  align-self: baseline;
}

.section1 {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #D6D7DC;
}

.front-video {
  width: 100%;
}

.section-dark {
  display: inline-block;
  width: 100%;
  height: auto;
  background: black;
  color: white;
}

.section2 {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 15px;
  background-color: whitesmoke;
  font-size: 1rem;
  padding-top: 80px;
  padding-bottom: 100px;
}

.section-title {
  font-size: 1.5rem;
}

.section-gallery {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 15px;
  background-color: whitesmoke;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  padding-top: 50px;
  padding-bottom: 50px;
}

.profile {
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  line-height: 25px;
}

@media only screen and (max-width : 1000px) {
  .profile {
    font-size: 0.9rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.profile-title{
  font-size: 1.5rem;
}

.profile-link {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
}

.url-link {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
  font-size: 1.2rem;
}

.notice-wrapper {
  max-width:
    900px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  font-size:
    1.5rem;
  padding:
    20px;
  margin:
    40px 0px;
  box-sizing:
    border-box;
  border-radius:
    5px;
}

.notice-title {
  display:
    inline-block;
  width:
    100%;
  text-align:
    center;
  font-size:
    1.5rem;
  color:
    red;
  font-weight:
    bold;
  margin-bottom: 50px;
}

.notice {
  width:
    100%;
  font-size:
    1.2rem;
  text-align:
    left;
  margin-bottom: 20px;
}

@media only screen and (max-width : 1000px) {
  .notice-wrapper img {
    width: 100%;
  }
}

.notice-footer {
  width:
    100%;
  font-size:
    1.2rem;
  text-align:
    right;
}

.company_desc {
  display: block;
  font-size: 0.85rem;
  padding: 20px;
}

footer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #383838;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

footer div {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.footer-contact {
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  line-height: 2rem;
}

.footer-link {
  text-decoration: none;
  color: white;
}