@font-face {
    font-family: 'Isamanru';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Isamanru';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

/* 기존 폰트 변경 */
article,aside,bdi,details,dialog,figcaption,figure,footer,header,main,mark,menuitem,meter,nav,progress,rp,rt,ruby,section,summary,time,wbr,
body,p,div,ul,li,dl,dt,dd,ol,fieldset,textarea,input,select,table,th,td,address,cite,h1,h2,h3,h4,h5,h6,strong,b,label,pre {font-family:'Pretendard', 'NanumGothic', 'dotum', 'Arial', 'sans-serif';}


*, *::before, *::after { box-sizing: border-box; }

body {
	line-height: 1.6;
	letter-spacing: -0.05em;
	background-color: #F8F8F8;
	min-width: 1280px;
}

header {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #eaeaea;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	z-index: 1000;
	min-width: 1280px;
}

header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

header .gnb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

header .gnb a {
	font-size: 16px;
	color: #222222;
}

header .utils {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

header .utils a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	height: 40px;
	font-size: 14px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	color: #222222;
}



main.home .wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

main.home section.no01 {
	display: flex;
	height: 720px;
	align-items: center;
	background-image: url('../images/2026_main_visual.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

main.home section.no01 .title {
	display: flex;
	flex-direction: column;
	margin-top: 40px
}

main.home section.no01 .title p {
  font-family: 'Isamanru';
	font-size: 24px;
	font-weight: 300;
	color: #666666;
}

main.home .blue { color: #157EEB}
main.home .mint { color: #19BDBA}

main.home section.no01 .title h1 {
  font-family: 'Isamanru';
	font-size: 64px;
	font-weight: 400;
	color: #157EEB;
	margin-bottom: 16px;
}

main.home section.no01 .title div {
	font-size: 24px;
	font-weight: 300;
	color: #666666;
}

main.home section.no01 .button-wrap {
	display: flex;
	gap: 16px;
	margin-top: 80px;
}

main.home section.no01 .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 64px;
	border-radius: 8px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	background-color: #157EEB;
}

main.home section.no01 .button:last-child {
	background-color: #19BDBA;
}

main.home section.no02 {
	padding: 96px 0;
}

main.home section.no02 .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

main.home section.no02 .title h2 {
	font-size: 24px;
	font-weight: 500;
	color: #157EEB;
}

main.home section.no02 .title span {
	text-align: right;
	font-size: 18px;
	color: #666666;
}

main.home section.no02 .box {
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	padding: 32px;
}

main.home section.no02 .step {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
}

main.home section.no02 .step .box {
	width: 100%;
}

main.home section.no02 h3 {
	margin-top: 48px;
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
}

main.home section.no02 span {
	font-size: 16px;
	color: #666666;
}

main.home section.no02 .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 100%;
}

main.home section.no02 .img-wrap {
	display: flex;
}

main.home section.no02 .img-wrap .img:nth-child(1) { position: relative; z-index: 2}
main.home section.no02 .img-wrap .img:nth-child(2) { position: relative; margin-left: -16px; z-index: 1}
main.home section.no02 .img-wrap .img:nth-child(3) { position: relative; margin-left: -16px; z-index: 0}




main.home section.no02 .info {
	display: flex;
	justify-content: space-between;
	gap: 24px;
}

main.home section.no02 .info .box:first-child {
	width: calc(75%);
}

main.home section.no02 .info .box:last-child {
	width: calc(25% - 16px);
	min-height: 265px;
}

main.home section.no02 .info .title {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eaeaea;
}

main.home section.no02 .info .notice h3 {
	margin: 0;
}

main.home section.no02 .info .notice a {
	font-size: 14px;
}

main.home section.no02 .info .notice ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

main.home section.no02 .info .notice li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	color: #222222;
}



footer {
	width: 100%;
	height: 160px;
	border-top: 1px solid #eaeaea;
	background-color: #ffffff;
}

footer .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

footer .term {
	display: block;
	font-weight: 500;
	margin-bottom: 4px;
}

footer .logo-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
}

footer .logo-wrap img {
	height: 32px;
}

footer .logo-wrap a:last-child img {
	height: 48px;
}