@import url("./contents/styles/main.css");
@import url("./contents/styles/vision.css");
@import url("./contents/styles/introduction.css");
@import url("./contents/styles/missionary.css");
@import url("./contents/styles/notice.css");
@import url("./contents/styles/independent.css");
@import url("./contents/styles/header.css");
@import url("./contents/styles/footer.css");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* ===== 변수 구간 ===== */
:root {
  --color-background: #f5f8fa;
  --color-hover-bg: #f5f6f7;
  --color-line: #eceef4;
  --color-text: #4b5564;
  --color-grey: #bbbbbb;
  --color-black-gradient: rgba(0, 0, 0, 0.12);
  --color-gradient: linear-gradient(90deg, #6ba6f6 0%, #256ed0 100%);
  --color-point: #256ed0;
  --color-sub-1: #6ba6f6;
  --color-sub-2: #bdd0ea;
  --color-sub-3: #3c86eb;
  --color-secondary-1: #aee8f4;
  --color-secondary-2: #48cae4;
  --color-secondary-3: #00b4d7;
  --color-secondary-4: #0196c8;
  --color-secondary-5: #0077b7;
  --color-secondary-6: #033e8a;

  --height-toolbar: 100px;
}

body {
  color: #000;
  max-width: 100dvw;
  /* max-width: 1920px; */
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "Pretendard";
  background-color: #fafafa;
  /* 개발용 설정 */
  min-height: 100dvh;
}

.btn {
  border: none;
}

.footer_inner,
.inner {
  max-width: 1120px;
  margin: 0 auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .trans_x_80 {
  transform: translateX(-80%) !important;
} */

[type="search"] {
  outline: none;
}

fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
address,
a,
select,
input,
textarea,
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  all: unset;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnb_1depth {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}

.gnb_2depth {
  color: var(--color-text) !important;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 18px; /* 112.5% */
}

.title_1 {
  color: #000;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 84px; /* 140% */
  letter-spacing: -0.6px;
}

.title_2 {
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px; /* 116.667% */
}

.title_3 {
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
}

.title_4 {
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 84px; /* 300% */
  letter-spacing: -0.28px;
}

.title_5 {
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: -0.28px;
}

.body_1 {
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 83.333% */
}

.body_2 {
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}

.body_3 {
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.body_4 {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

.caption_1 {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 120% */
}

.caption_2 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.caption_3 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
}

.caption_4 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
}

.caption_5 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}

.caption_6 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.m_title_1 {
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px; /* 150% */
  letter-spacing: -0.48px;
}

.m_title_2 {
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 120% */
}

.m_title_3 {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}

.m_title_4 {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  /* line-height: 84px; */
  letter-spacing: -0.16px;
}

.m_title_5 {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 160% */
}

.m_body_1 {
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 111.111%s */
}

.m_body_2 {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 0;
  line-height: 20px; /* 125% */
}

.m_body_3 {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.m_body_4 {
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.m_caption_1 {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 120% */
}

.m_caption_2 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 200% */
}

.m_caption_3 {
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 266.667% */
}

.m_caption_4 {
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 116.667% */
}

.m_caption_5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}

.m_caption_6 {
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

/* border-radius custom */
.rounded-100 {
  border-radius: 100px;
}

/* gap custom */
.gap-12 {
  gap: 12px;
}

.gap-20 {
  gap: 20px;
}

.gap-28 {
  gap: 28px;
}

.gap-32 {
  gap: 32px;
}

.gap-42 {
  gap: 42px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-87 {
  gap: 87px;
}

/* padding custom */
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
/* margin custom */
.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-162 {
  margin-bottom: 162px;
}
/* color */
.bg-point {
  background: var(--color-point);
}

.sub_1 {
  color: var(--color-sub-1);
}
.sub_1 > p {
  cursor: pointer;
}

.sub_2 {
  color: var(--color-sub-2);
}

.txt-black {
  color: #000;
}

.txt-white {
  color: #fff;
}

.txt-color {
  color: var(--color-text);
}

.point-color {
  color: var(--color-point);
}

.txt-grey {
  color: var(--color-grey) !important;
}

.text-sub-3 {
  color: var(--color-sub-3);
}
/**/
.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}

hr {
  margin: 0;
  stroke-width: 1px;
  stroke: var(--color-line);
}

#detail-section {
  flex: 1;
  background: var(--color-background);
  flex-direction: column;
  display: flex;
  padding-top: 78px;
  padding-bottom: 100px;
}

@media (min-width: 1439px) {
  .moblie {
    display: none;
  }

  .m_title_4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    /* line-height: 84px; */
    letter-spacing: -0.28px;
  }

  .m_title_1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    /* line-height: 84px; */
    letter-spacing: -0.6px;
  }

  .m_title_2 {
    color: var(--Black, #000);
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 116.667% */
  }

  .m_title_3 {
    color: var(--color-text);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
    /*padding-left: 10px;*/

  }

  .m_body_1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */
  }

  .m_body_2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
  }

  .m_body_3 {
    color: var(--color-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
  }

  .m_body_4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
  }

  .m_caption_1 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 120% */
  }

  .m_caption_3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }

  .m_caption_2 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
  }

  .m_caption_4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
  }

  .m_caption_5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 114.286% */
  }

  .w-g-20 {
    gap: 20px;
  }

  .w-mb-20 {
    margin-bottom: 20px;
  }

  .w-mb-28 {
    margin-bottom: 28px;
  }

  .w-mb-32 {
    margin-bottom: 32px;
  }

  .w-mb-70 {
    margin-bottom: 70px;
  }

  .w-mt-60 {
    margin-top: 60px;
  }

  .mb-16to8 {
    margin-bottom: 16px;
  }

  .mt-80-60 {
    margin-top: 80px;
  }
}

@media (max-width: 1440px) {
  .arrow-icon {
    width: 24px;
    height: 24px;
  }

  .title-logo {
    width: 32px;
    height: 32px;
  }

  #detail-section {
    padding-top: 78px;
    padding-bottom: 60px;
  }

  .mt-80-60 {
    margin-top: 60px;
  }

  .mb-16to8 {
    margin-bottom: 8px;
  }

  .mo-g-12 {
    gap: 12px;
  }

  .mo-g-16 {
    gap: 16px;
  }

  .mo-mt-48 {
    margin-top: 48px;
  }

  .mo-mt-68 {
    margin-top: 68px;
  }

  .mo-mb-16 {
    margin-bottom: 16px;
  }

  .mo-mb-20 {
    margin-bottom: 20px;
  }

  .mo-mb-24 {
    margin-bottom: 24px;
  }

  .mo-mb-28 {
    margin-bottom: 28px;
  }

  .mo-mb-40 {
    margin-bottom: 40px;
  }

  .mb-162 {
    margin-bottom: 80px !important;
  }
  .moblie {
    display: block;
  }

  .inner {
    padding: 24px;
  }
}

@media (max-width: 400px){
  body{
    /*margin-top: 50px;*/
  }
  .gap-28 {
    gap: 15px;
  }
  .contents_sub{

  }
}
