@charset "utf-8";

#content .img_box img {
  width: 100%;
}

#content .sub_visual {
  width: 100%;
  height: 48.5vw;
  position: relative;
  background-image: url(/images/momo/military-hair/img_visual_bg.jpg);

  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  
}

#content .sub_visual .inner {
  padding: 0 19.06%
}

#content .sub_visual .text_box {
  text-align: left;
}

#content .sub_visual .text_box h3 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}

#content .sub_visual .text_box .add_text {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

#content [class*="section"] .inner {
  padding: 160px 14.7%;
}

#content .container .title_box {
  text-align: center
}

#content .container .title_box h4 {
  font-size: 64px;
  line-height: 1.5;
  font-weight: 700;
  color: #161718;
  margin-top: 10px;
}

#content .container .title_box .sub_title {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 40px;
}

#content .container .title_box .sub_text {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  color: #474A4D;
  letter-spacing: -1px;
  margin-top: 36px;
}

#content .container .content_box {
  margin-top: 80px;
}

#content .mark_text {
  font-weight: 700;
  color: #8C8E4B;
  position: relative;
  display: inline-block;
  z-index: 1;
}

#content .mark_text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  padding-inline: 12px;
  height: 0.8em;
  bottom: 0.06em;
  background: #F2FFC9;
  z-index: -1;
}

#content .vertical_box {
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
}

#content .vertical_box .text_box {
  text-align: center;
  font-size: 20px;
  padding: 32px 16px;
  background: #fff;
  text-wrap: balance;
  word-break: keep-all;
  line-height: 1.4;
}

#content .section01 .title_box h4 {
  background: linear-gradient(91deg, #6A7040 41.06%, #9A9954 66.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
}

#content .section01 .content_box {
  width: 82.6%;
  margin: -80px auto 0;
}

#content .section01 .video_box {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 680px;
  margin: 0 auto;
  overflow: hidden;
}

#content .section01 .ai_text {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 15px;
  letter-spacing: -0.02em;
}

#content .section01 .text_box {
  font-size: 64px;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
  width: 100%;
  padding-block: 60px;
  text-align: center;
  background: linear-gradient(90deg, #2B3E26 0%, #92934D 100%);
  margin-top: -4px;
  position: relative;
}

#content .section02 {
  background: #F8F8F8;
}

#content .section02 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

#content .section02 .img_box {
  border-radius: 10px;
  overflow: hidden;
}

#content .section02 ul .text_box {
  letter-spacing: -0.02em;
  padding: 24px 12px 0;
  text-align: center;
}

#content .section02 ul .text_box h5 {
  font-size: 26px;
  font-weight: 700;
}

#content .section02 ul .text_box p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  text-wrap: balance;
  word-break: keep-all;
}

#content .section03 .img_box {
  width: 82.6%;
  margin: 0 auto;
}

#content .section04 {
  background: #F8F8F8;
}

#content .section04 .img_box {
  width: 96.49%;
  margin: 0 auto 80px;
}

#content .section04 .venn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85.67%;
  gap: 9px;
  margin: 0 auto;
}

#content .section04 .circle {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

#content .section04 .circle .text_box {
  width: 340px;
  height: 340px;
  object-fit: cover;
  text-align: center;
  border-radius: 50%;
  letter-spacing: -0.02em;
  gap: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F3F4F0;
  border: 2px solid rgba(13, 29, 61, 0.20)
}

#content .section04 .circle .text_box p {
  font-size: 30px;
  line-height: 1.5;
}

#content .section04 .bottom {
  text-align: center;
  margin-top: 57px;
}

#content .section04 .main_text {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #455430;
}

#content .section04 .mark_text {
  font-size: 40px;
  margin: 18px 0 22px;
}

#content .section04 .desc_text {
  font-size: 22px;
  line-height: 1.5;
  text-wrap: balance;
  word-break: keep-all;
}

#content .section05 h5 {
  font-size: 42px;
  font-weight: 500;
  text-align: center;
}

#content .section05 .icon_check {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #455430;
  border-radius: 50%;
  position: relative;
}

#content .section05 .icon_check::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

#content .section05 .text_box .desc_text {
  font-size: 42px;
  line-height: 1.2;
  color: #8C8E4B;
  margin-top: 5px;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 700;
}

#content .section05 .type-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 60px;
  width: 100%;
  justify-content: center;
  width: 95.03%;
  margin: 25px auto 60px;
}

#content .section05 .type-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding-inline: 5px;
}

#content .section05 .type-btn {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B1BD8F;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  gap: 2px;
}

#content .section05 .type-btn .icon_arrow {
  display: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
}

#content .section05 .type-btn.active {
  background: #455430;
}

#content .section05 .type-btn.active .icon_arrow {
  display: block;
}

#content .section05 .stage {
  display: none;
}

#content .section05 .stage.active {
  display: block;
}

#content .section05 .info_text {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 2.5;
}

#content .section06 {
  background: #EAEDE4;
}

#content .section06 .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 60px 24px;
}

#content .section06 .inner .img_box {
  width: 90.83%;
  margin-left: auto;
}

#content .section06 .inner .title {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 50px;
}

#content .section06 .inner .title strong {
  font-size: 80px;
  color: #8C8E4B;
}

#content .section06 .inner .desc_text {
  font-size: 50px;
  font-weight: 500;
}

#content .section06 .inner .desc_text strong {
  font-size: 70px;
  color: #455430;
  text-wrap: balance;
  word-break: keep-all;
}

#content .section06 .inner .button_wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

#content .section06 .link_btn {
  width: 540px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EAEDE3;
  font-size: 28px;
  line-height: 1.2;
  border-radius: 10px;
  text-align: center;
}

#content .section06 .link_btn strong {
  font-size: 38px;
  font-weight: 500;
}

#content .section06 .link_btn:nth-of-type(1) {
  background: #455430;
}

#content .section06 .link_btn:nth-of-type(2) {
  background: #8C8E4B;
}

@media screen and (max-width:1540px) {

#content .container .title_box .sub_title {
    font-size: 24px;
  }

#content .container .title_box h4 {
    font-size: 54px;
    margin-top: 8px;
  }
}

@media screen and (max-width:1440px) {

#content .section01 .content_box {
    width: 100%;
  }

#content .section03 .img_box {
    width: 100%;
  }

#content .section05 .type-wrapper {
    width: 100%;
  }

#content .section04 .venn-container {
    width: 100%;
  }
}

@media screen and (max-width:1058px) {

#content .container .title_box .sub_text {
    font-size: 20px
  }
}

@media screen and (max-width: 1024px) {

#content .sub_visual {
    padding: 0 5%;
    height: calc(144vw - 94px);
    background-image: url(/images/momo/military-hair/img_visual_bg_tb.jpg);
    background-position: center bottom;
  }

#content .sub_visual .inner {
    padding: 0;
  }

#content .sub_visual .text_box h3 {
    font-size: 44px;
  }

#content .sub_visual .text_box .add_text {
    font-size: 22px;
  }

#content [class*="section"] .inner {
    padding: 120px 5%;
  }

#content .container .title_box h4 {
    font-size: 44px;
    margin-top: 8px;
  }

#content .container .title_box .sub_title {
    font-size: 20px;
  }

#content .container .content_box {
    margin-top: 48px;
  }

#content .section01 .inner {
    padding-inline: 0;
  }

#content .section01 .content_box {
    margin-top: -80px;
  }

#content .section01 .text_box {
    font-size: 44px;
  }

#content .section02 ul {
    grid-template-columns: repeat(2, 1fr);
  }

#content .section04 .img_box {
    width: 67.74%;
  }

#content .section04 .circle .text_box {
    width: 190px;
    height: 190px;
  }

#content .section04 .circle .text_box p {
    font-size: 22px;
  }

#content .section04 .main_text {
    font-size: 44px;
  }

#content .section04 .icon_arrow svg {
    width: 39px;
  }

#content .section05 .text_box .desc_text {
    font-size: 30px;
  }

#content .section06 .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
    width: 100%;
  }

#content .section06 .inner .img_box {
    margin: auto;
    width: 54.84%;
  }

#content .section06 .inner .title,
#content .section06 .inner .desc_text {
    text-align: center;
    font-size: 30px;
  }

#content .section06 .inner .title strong,
#content .section06 .inner .desc_text strong {
    font-size: 50px;
  }

#content .section06 .link_btn {
    width: 305px;
    height: 105px;
    font-size: 20px;
  }

#content .section06 .link_btn strong {
    font-size: 32px;
  }
}

@media screen and (max-width:767px) {

#content .wrap {
    min-width: 375px;
  }

#content .sub_visual {
    padding: 0 8%;
    height: calc(180vw - 64px);
    background-image: url(/images/momo/military-hair/img_visual_bg_mo.jpg);
  }

#content .sub_visual .text_box h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }

#content .sub_visual .text_box .add_text {
    font-size: 18px;
  }

#content [class*="section"] .inner {
    padding: 60px 24px;
  }

#content .container .title_box .sub_title {
    font-size: 18px;
    text-wrap: balance;
    word-break: keep-all;
    margin-top: 24px;
  }

#content .container .title_box h4 {
    font-size: 34px;
    margin-top: 8px;
    text-wrap: balance;
    word-break: keep-all;
  }

#content .container .content_box {
    margin-top: 40px;
  }

#content .container .title_box .sub_text {
    font-size: 16px
  }

#content .section01 .inner {
    padding-inline: 0;
  }

#content .section01 .content_box {
    margin-top: -48px;
  }

#content .section01 .ai_text {
    font-size: 11px;
    color: #fff;
  }

#content .section01 .text_box {
    font-size: 25px;
    padding-block: 24px;
  }

#content .section02 ul .text_box h5 {
    font-size: 17px;
  }

#content .section02 ul .text_box p {
    font-size: 14px;
    margin-top: 2px;
  }

#content .section02 ul {
    gap: 32px 8px;
  }

#content .section02 ul .text_box {
    font-size: 16px;
    text-wrap: balance;
    word-break: keep-all;
  }

#content .section03 .text_box {
    font-size: 18px;
  }

#content .section03 .main_text {
    font-size: 20px;
  }

#content .section04 .img_box {
    width: 100%;
    margin-bottom: 30px;
  }

#content .section04 .venn-container {
    flex-direction: column;
    gap: 0;
  }

#content .section04 .icon_arrow svg {
    transform: rotate(90deg);
  }

#content .section04 .circle {
    width: 100%;
  }

#content .section04 .circle .text_box {
    width: 100%;
    height: 70px;
    border-radius: 170px;
  }

#content .section04 .main_text {
    font-size: 36px;
  }

#content .section04 .mark_text {
    font-size: 32px;
    margin: 8px 0;
  }

#content .section04 .desc_text {
    font-size: 16px;
  }

#content .section04 .circle .text_box p {
    font-size: 18px;
  }

#content .section05 .text_box .desc_text {
    font-size: 28px;
    text-wrap: balance;
    word-break: keep-all;
  }

#content .section05 .mark_text::before {
    width: 45%;
    margin: 0 auto;
  }

#content .section05 h5 {
    font-size: 20px;
  }

#content .section05 .icon_check {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

#content .section05 .icon_check::after {
    width: 4px;
    height: 6px;
    top: 4px;
    left: 6px;
    border-width: 1px;
    border-top: none;
    border-left: none;
  }

#content .section05 .type-wrapper {
    grid-template-columns: 1fr 2fr;
    margin: 24px auto;
    width: 80.0%;
    gap: 5px;
  }

#content .section05 .type-buttons {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 3px;
    align-items: stretch;
  }

#content .section05 .info-text {
    grid-column: 1 / -1;
  }

#content .section05 .type-btn {
    height: 100%;
    flex-direction: row;
    font-size: 18px;
    gap: 4px;
  }

#content .section05 .info_text {
    grid-column: 1/ -1;
    font-size: 18px;
    line-height: 1.2;
    text-wrap: balance;
    word-break: keep-all;
    margin-top: 24px;
    font-weight: 400;
  }

#content .section05 .type-btn .icon_arrow {
    border: none;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent;
  }

#content .section06 .inner {
    gap: 24px;
  }

#content .section06 .inner .title {
    margin-bottom: 20px;
  }

#content .section06 .inner .title,
#content .section06 .inner .desc_text {
    text-align: center;
    font-size: 28px;
  }

#content .section06 .inner .title strong,
#content .section06 .inner .desc_text strong {
    font-size: 38px;
  }

#content .section06 .inner .button_wrap {
    flex-direction: column;
    gap: 24px;
  }

#content .section06 .inner .img_box {
    width: 84.0%
  }

#content .section06 .link_btn strong {
    font-size: 30px;
  }
}