@charset "UTF-8";

@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-ptd: "Pretendard-Regular";
}

:root {
  --color-wt: #ffffff;
  --color-primary: #111111;
  --color-main: #1a4072;
  --color-second: #333333;
  --color-gray: #999999;
  --color-light-gray: #f1f1f1;
}

* {
  margin: 0;
  padding: 0;
}

body,
input,
textarea,
select,
button,
table {
  font-family: "Pretendard-Regular";
  font-size: 18px;
  word-break: keep-all;
  color: var(--color-primary);
  line-height: 1.3;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

ol,
ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

em {
  color: var(--color-org);
  font-style: normal;
}

/* Helper Classes */
.no_style {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/* Button */
.btn-right-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 61px;
  padding: 16px 32px;
  border: none;
  border-radius: 100px;
  font-family: var(--font-ptd);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  background-color: var(--color-main);
  color: var(--color-wt);
  cursor: pointer;
}

.sm-btn_b {
  height: 40px;
  gap: 4px;
  padding: 12px 16px;
  background: var(--color-primary);
  color: var(--color-wt);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.wrap {
  min-width: 1290px;
}

section {
  width: 100%;
  box-sizing: border-box;
}

.container {
  width: 1290px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 헤더 */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  font-size: 20px;
}

.header .logo a {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 80px;
  font-weight: 700;
  color: var(--color-main);
}

.header .logo img {
  width: 40px;
  height: 40px;
}

.header .gnb ul {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #595959;
  font-size: 16px;
}

.header .gnb ul li a {
  display: inline-block;
  padding: 5px 8px;
  border-bottom: 2px solid var(--color-wt);
}

.header .gnb ul li a:hover {
  font-weight: 600;
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
}

.header-line {
  height: 2px;
  width: 100%;
  background-color: var(--color-main);
}

/* 메인section */
.main-section {
  background-color: #e8f3ff;
  height: 600px;
  width: 100%;
}

.main-section .container {
  padding: 35px 15px;
  position: relative;
}

.main-section .main-title {
  color: var(--color-main);
  text-align: center;
}

.main-section .main-title span {
  display: inline-block;
  padding: 8px 50px;
  background-color: var(--color-main);
  color: var(--color-wt);
  font-weight: 600;
  border-radius: 20px;
}

.main-section .main-title h2 {
  font-size: 36px;
  font-weight: 900;
  margin: 20px 0;
}

.main-section .main-title p {
  color: var(--color-primary);
}

.main-section .main-icon-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.main-section .main-icon-wrap ul {
  display: flex;
  align-items: center;
  gap: 80px;
}

.main-section .main-icon-wrap li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  font-size: 16px;
}

.main-section .main-icon-wrap li img {
  display: block;
  width: 100px;
  height: 100px;
}

/* 폼 */
.apply-wrap {
  width: 1260px;
  left: 15px;
  top: 450px;
  z-index: 10;
  position: absolute;
  padding: 30px;
  background-color: var(--color-wt);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-light-gray);
  border-radius: 20px;
  box-sizing: border-box;
}

.apply-wrap p {
  color: var(--color-main);
  margin-bottom: 15px;
  font-weight: 600;
}

.apply-wrap .step-wrap .step-content {
  display: grid;
  grid-template-columns: 300px 1fr;
}
.apply-wrap .step-wrap .step-content.top {
  border-bottom: 1px solid var(--color-gray);
}
.apply-wrap .step-wrap .step-content .step-padding {
  padding: 30px;
}
.apply-wrap .step-wrap .step-content .step-padding-right-none {
  padding: 30px 0 30px 30px;
}
.apply-wrap .step-wrap .step-content .step-left-title {
  border-right: 1px solid var(--color-gray);
}
.apply-wrap .step-wrap .step-content .step-right-content ul {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.apply-wrap .step-wrap .step-content .step-right-content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.apply-wrap .step-wrap .step-content .step-right-content ul li.acc {
  background: #e8f3ff;
}
.apply-wrap .step-wrap .step-content .step-right-content ul li img {
  width: 35px;
}
.apply-wrap .step-wrap .step-content .step-right-content ul li span {
  text-align: center;
}

/* 상단 복수줄 타이틀 */
.lead {
  line-height: 1.4;
  margin-bottom: 18px;
}

/* 폼 그리드 (2열) */
.grid {
  display: grid;
  grid-template-columns: 80px 1fr 80px 1fr;
  gap: 14px 18px;
  align-items: center;
}

.label {
  text-align: center;
  font-size: 15px;
}

.input,
.textarea {
  border: 1px solid var(--color-gray);
  border-radius: 4px;
  padding: 8px 20px;
  font-size: 15px;
  background: #fff;
}

.input::placeholder,
.textarea::placeholder {
  color: #b6b6b6;
}

.textarea {
  min-height: 80px;
  resize: vertical;
  grid-column: 2 / span 3;
  resize: none;
}

/* 종류 토글 */
.type-wrap {
  display: flex;
  gap: 10px;
}

.type-btn {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--color-gray);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}

.type-btn.active {
  background: var(--color-main);
  color: var(--color-wt);
  border-color: var(--color-wt);
}

.type-btn.ghost {
  background: #fff;
  color: #bbb;
}

/* 개인정보 동의 */
.agree {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #555;
  margin: 18px 0 22px;
  font-size: 14px;
}

.agree a {
  color: #4d74c8;
  text-decoration: underline;
}

.agree input[type="checkbox"] {
  appearance: none;
  /* 기본 체크박스 스타일 제거 */
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: white;
  vertical-align: middle;
}

.agree input[type="checkbox"]:checked {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

.agree input[type="checkbox"]:checked::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: relative;
  top: -5px;
  left: 3px;
}

/* 제출 버튼(가로 전체) */
.button-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.submit {
  width: 70%;
  height: 54px;
  border: 0;
  border-radius: 4px;
  background: var(--color-main);
  font-size: 18px;
  font-weight: 500;
  color: var(--color-wt);
  cursor: pointer;
}

/* content-icon-list */
.content-icon-list .container + .container {
  margin-top: 0px;
  margin-bottom: 20px;
}
.content-icon-list {
  margin-top: 600px;
}
.content-icon-list h3 {
  padding: 10px 0;
  border-bottom: 2px solid var(--color-main);
  margin-bottom: 15px;
}
.content-icon-list-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.content-icon-list-wrap ul li {
  width: calc(20% - 13px);
}
.content-icon-list-wrap ul li .logo-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border: 1px solid var(--color-gray);
}
.content-icon-list-wrap ul li .logo-img-box img {
  max-width: 120px;
}
.content-icon-list-wrap ul li p {
  margin-top: 8px;
  text-align: center;
  font-size: 0.9rem;
}

.subpage-tab-menu {
  margin-top: 400px;
}
/* content-section1 */
.content-section1 {
  background-color: var(--color-main);
  padding: 70px 0;
  text-align: center;
}

.content-section1 h3 {
  color: var(--color-wt);
  line-height: 1.5;
  font-size: 25px;
}

.content-wrap ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.content-wrap ul li {
  width: 20%;
  background-color: var(--color-wt);
  border-radius: 30px;
  padding: 20px;
  transition: transform 0.1s;
}

.content-wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.content-wrap ul li:hover {
  transform: scale(1.02);
}

.content-wrap li .list-title span {
  font-weight: 900;
}

.content-wrap li .list-text {
  font-weight: 500;
  font-size: 18px;
}

.content-wrap li .list-text {
  margin-top: 15px;
  font-size: 15px;
  color: var(--color-second);
}

/* content-section2 */
.content-section2 {
  background-color: #e8f3ff;
}

.content-section2 .content-wrap {
  padding: 70px 100px;
  display: flex;
  align-items: center;
  gap: 180px;
}

.content-section2 .content-wrap .content-left h2 {
  color: var(--color-main);
  margin-bottom: 20px;
}

.content-wrap img {
  width: 35%;
}

/* popup-btn */
.popup-btn {
  border-bottom: 1px solid var(--color-gray);
  padding: 30px 0;
}

.pop-btn {
  border: 1px solid var(--color-gray);
  background: #fff;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 16px;
}

/* ===== Modal ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog {
  width: min(940px, calc(100% - 24px));
  background: var(--color-wt);
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.dialog-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 12px;
}

.close-btn {
  border: 0;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

.dialog-body {
  padding: 18px 20px 22px;
  border-top: 1px solid var(--line);
}

/* 본문만 스크롤 */
.scroll-area {
  max-height: 80vh;
  /* 화면 80% 높이까지만 */
  overflow: auto;
  padding: 6px 4px;
}

.scroll-area h3 {
  margin: 18px 0 10px;
  font-size: 18px;
}

.scroll-area p {
  margin: 6px 0;
  line-height: 1.7;
}

.scroll-area ul {
  margin: 8px 0 14px 18px;
}
