@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html, body {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box !important;
  background: linear-gradient(0deg, rgb(8, 29, 44) 0%, rgb(41, 73, 86) 50%, rgb(138, 169, 149) 100%);
  background-repeat: no-repeat;
}

/*반응형 화면 크기*/
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/*넓이, 높이 자동 계산함수*/
.fp-overflow {
  height: 100%;
}

#main_menu {
  position: absolute;
  top: 20px;
  right: 0;
  width: 55%;
  height: 40px;
  background-color: rgba(24, 32, 42, 0.6);
  z-index: 99;
  font-size: 0.9em;
  font-weight: 600;
}
@media (max-width: 767px) {
  #main_menu {
    width: 100%;
    font-size: 0.8em;
  }
}
#main_menu ul {
  margin: 0;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#main_menu li {
  display: inline-block;
  list-style-type: none;
  color: #8aa995;
  padding: 0 10px;
}
#main_menu a:hover {
  color: #fff;
}
#main_menu a {
  color: #8aa995;
  text-decoration: none;
  transition: all 0.2s ease;
}

#main_container {
  height: 100% !important;
  min-height: 100vh !important;
}

.main_contents {
  background-image: url("/img/home_background2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

#main_base {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

#main_001 {
  flex: 6 0 60%;
  box-sizing: border-box;
  padding: 100px 20px 0 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
}

#main_002 {
  width: 100%;
  flex: 4 0 0;
}

#home_logo {
  width: 250px;
}
@media (max-width: 767px) {
  #home_logo {
    width: 70%;
  }
}

#home_copyright {
  font-size: 0.8em;
  margin-top: 10px;
  color: white;
}

#main_grid {
  height: 100%;
  min-height: 200px;
}

#main_grid_01, #main_grid_02, #main_grid_03 {
  box-sizing: border-box;
  padding: 20px 20px;
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

#main_grid_01, #main_grid_03 {
  background-color: rgba(255, 255, 255, 0.7);
}

#main_grid_02 {
  background-color: rgba(139, 201, 181, 0.7);
}

.main_icon {
  font-size: 48px !important;
}

#footer {
  background-color: #161b26;
  font-size: 0.8em;
  color: #777;
  padding: 30px 0;
}

#other_menu {
  margin-top: 20px;
  padding: 20px 0 10px 0;
  width: 100%;
  height: auto;
  background-color: rgba(24, 32, 42, 0.6);
  font-size: 0.9em;
  font-weight: 600;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #other_menu {
    font-size: 0.8em;
  }
}
#other_menu ul {
  margin: 0;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#other_menu li {
  display: inline-block;
  list-style-type: none;
  color: #8aa995;
  padding: 0 10px;
}
#other_menu a:hover {
  color: #fff;
}
#other_menu a {
  color: #8aa995;
  text-decoration: none;
  transition: all 0.2s ease;
}

#other_logo {
  width: 100px;
}

#company_section_00 {
  margin: 0 0 10px 0;
}

#company_section_01 {
  padding: 50px 80px;
  background-color: white;
  line-height: 180%;
}
#company_section_01 .logo {
  max-width: 200px;
  min-width: 150px;
  width: 50%;
}
@media (max-width: 767px) {
  #company_section_01 {
    padding: 40px 30px;
  }
}
#company_section_01 a:hover {
  color: #000;
}
#company_section_01 a {
  color: #294956;
  text-decoration: underline;
  transition: all 0.2s ease;
}
#company_section_01 h1 {
  font-size: 1.6em;
  font-weight: 600;
}
#company_section_01 h2 {
  font-size: 1.2em;
  font-weight: 500;
}
#company_section_01 hr {
  border-top: 1px solid #000;
  opacity: 1 !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

.company_subtext_01 {
  text-indent: 0.5em;
}

.company_subtext_02 {
  border-left: 0;
  padding-left: 0;
  margin-top: 2em;
}

.contact_add {
  text-align: center;
}

.contact_icon {
  font-size: 48px !important;
}

.contact_title {
  font-size: 1.2em;
  font-weight: 600;
}

.product_subtext_01 {
  padding: 50px 50px !important;
  margin-bottom: 10px;
  background-color: white;
  line-height: 180%;
}
.product_subtext_01 .logo {
  max-width: 200px;
  min-width: 150px;
  width: 50%;
}
@media (max-width: 767px) {
  .product_subtext_01 {
    padding: 40px 30px !important;
  }
}
.product_subtext_01 a:hover {
  color: #000;
}
.product_subtext_01 a {
  color: #294956;
  text-decoration: underline;
  transition: all 0.2s ease;
}
.product_subtext_01 h1 {
  font-size: 1.6em;
  font-weight: 600;
}
.product_subtext_01 h2 {
  font-size: 1.2em;
  font-weight: 500;
}
.product_subtext_01 hr {
  border-top: 1px solid #000;
  opacity: 1 !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product_subtext_01 ul {
  font-size: 0.9em;
}/*# sourceMappingURL=terraglobal.css.map */