@charset "utf-8";

/* common */
.inner{
  padding-left: 5%;
  padding-right: 5%;
}

.cta_link{
  height: 50px;
  width: 200px;
  background-color: green;
  padding: 0px 0px;
  border-radius: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  font-weight: bold;
  color: white;
}

/* header */
.l_header{
  height: 100%;
}

.l_logo-link{
  font-size: 24px;
  font-weight: bold;
}

.l_header-logo-color{
  color: green;
}

.l_header-logo{
  display: inline-block;
  font-weight: bold;
}

.l_header-contents{
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header-nav-lists{
  height: 100%;
  display: flex;
  text-align: center;
  gap: 18px;
}

.l_header-right{
  display: flex;
  align-items: center;
}

.l_header-nav_link{
  font-weight: bold;
}

/* kv */
.m_kv-img{
  position: relative;
}

.m_kv-txt_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
}

.m_kv-txt_main{
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

.m_kv-txt_sub{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  line-height: 2;
}

.m_kv-cta_wrap{
  margin-top: 48px;
}

.m_kv-cta_link{
  margin: 0 auto;
}

/* l_feats */
.l_feats{
  padding-top: 80px;
  padding-bottom: 80px;
}

.m_feats-ttl_wrap{
  text-align: center;
}

.m_feats-ttl{
  font-weight: bold;
  font-size: 28px;
}

.m_feats-feat_flex{
  margin-top: 80px;
  gap: 40px;
  display: flex;
}

.m_feat_sub-ttl{
  text-align: center;
  font-weight: bold;
  color: green;
  margin-top: 24px;
}

.m_feat-desc{
  text-align: left;
  font-weight: bold;
  margin-top: 24px;
  line-height: 1.75;
}

/* contact */
.m_contact-bg_wrap{
  position: relative;
}

.m_contact-contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.m_contact-contents_main{
  font-weight: bold;
  font-size: 28px;
}

.m_contact-contents_sub{
  margin-top: 24px;
  font-weight: bold;
  text-align: center;
}

.m_contact-cta_wrap{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 64px;
}

.cta_link__contact{
  height: 50px;
  width: 200px;
  background-color: blue;
  padding: 0px 0px;
  border-radius: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
}

/* footer */
.l_footer{
  background-color: rgb(79, 79, 79);
  padding-top: 40px;
  padding-bottom: 40px;
}

.l_footer-lists{
  display: flex;
  justify-content: center;
  gap: 32px;
}

.l_footer-item_link{
  color: white;
  font-weight: bold;
}

.m_footer-rights_wrap{
  text-align: center;
  margin-top: 16px;
}

small{
  color: white;
}
@media screen and (min-width: 768px) {
  
}
