@charset "utf-8";

/* font */
@font-face {
	font-family: 'Moneygraphy';
	font-weight: normal;
	src: url('../fonts/Moneygraphy-Rounded.woff2') format('woff2'),
		 url('../fonts/Moneygraphy-Rounded.woff') format('woff'),
		 url('../fonts/Moneygraphy-Rounded.otf') format('opentype');
}
@font-face {
    font-family: 'Pretendard';
    font-weight: normal;
	src: url('../fonts/Pretendard-Regular.woff2') format('woff2'),
		url('../fonts/Pretendard-Regular.woff') format('woff'),
		url('../fonts/Pretendard-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Sangju';
    font-weight: normal;
	src: url('../fonts/Sangju-Gotgam.woff2') format('woff2'),
		url('../fonts/Sangju-Gotgam.woff') format('woff'),
		url('../fonts/Sangju-Gotgam.otf') format('opentype');
}
@font-face {
	font-family: 'Yangjin';
	font-weight: normal;
	src: url('../fonts/Yangjin-Regular.woff2') format('woff2'),
		url('../fonts/Yangjin-Regular.woff') format('woff'),
		url('../fonts/Yangjin-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Yangjin';
    src: url('https://fastly.jsdelivr.net/gh/supernovice-lab/font@0.9/yangjin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* color */
:root{
	--content1-dark: #273fa9;
	--content1-light: #c6e1ff;
	--content2-dark: #7b58ff;
	--content2-light: #d4d4ff;
	--content3-dark: #ff9327;
	--content3-light: #ffddac;
	--content4-dark: #2c9dc3;
	--content4-light: #bdeaf8;
	--content5-dark: #ff6464;
	--content5-light: #ffd3de;
	--content6-dark: #715b41;
	--content6-light: #ecdac7;
}

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-family: 'Moneygraphy';
	line-height: 140%;
	letter-spacing: -1px;
	vertical-align: baseline;
}
html {scroll-behavior: smooth; min-width: 320px;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0; width: 100%;}
th, td {vertical-align: middle; text-align: center;}
caption {overflow: hidden; text-indent: -9999px; display: none;}
button {background-color: transparent; border: none; cursor: pointer;}
a {color: inherit; text-decoration: none; outline: none; display: inline-block;}

/* banner */
#banner {
	background: url('../img/bg_banner.png') top center / cover no-repeat;
	text-align: center;
	position: relative;
	padding: 85px 60px 0;
	height: 770px;
	box-sizing: border-box;
}
#banner::before {
	content: '';
	width: 100%;
	height: 80px;
	background: url('../img/bg_banner_repeat.png') bottom center / auto 80px repeat-x;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#banner::after {
	content: '';
	width: 1227px;
	height: 366px;
	background: url('../img/img_banner_snake.png') bottom center / auto 350px no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 80px; 
	transform: translateX(-50%);
}
h1 {position: absolute; top: 30px; left: 60px;}
h1 img {width: 154px;}
h2 > span, h3 > span {
	font-size: 26px;
	color: #fff;
	display: inline-block;
	padding: 8px 22px 4px;
	border-radius: 15px;
	background-color: var(--content1-dark);
}
h2 img {
	max-width: 715px;
	width: 100%;
	display: block;
	margin: 25px auto 0;
}

@media screen and (max-width: 1260px) {
	#banner {padding: 85px 30px 0;}
	h1 {left: 30px;}
}
@media screen and (max-width: 768px) {
	#banner {
		background-image: url('../img/bg_banner_m.png');
		background-position: bottom center;
		height: 320px;
		padding: 45px 15px 0;
	}
	#banner::before {height: 25px; background-size: auto 25px;}
	#banner::after {
		width: 235px;
		height: 115px;
		background-size: 235px auto;
		bottom: 15px;
	}
	h1 {top: 15px; left: 15px;}
	h1 img {width: 84px;}
	h2 > span, h3 > span {
		font-size: 13px;
		border-radius: 8px;
		padding: 4px 11px 2px;
	}
	h2 img {max-width: 350px; margin-top: 10px;}
}
/* --banner */

/* content */
#content1 {background: url('../img/bg_content01.png') top center / 100% auto repeat-y;}
#content2 {background: url('../img/bg_content02.png') top center / 100% auto repeat-y;}
#content3 {background: url('../img/bg_content03.png') top center / 100% auto repeat-y;}
#content4 {background: url('../img/bg_content04.png') top center / 100% auto repeat-y;}
#content5 {background: url('../img/bg_content05.png') top center / 100% auto repeat-y;}
#content6 {background: url('../img/bg_content06.png') top center / 100% auto repeat-y;}

section:not(#banner) {padding: 100px 0;}
section:not(#banner) > * {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
}

@media screen and (max-width: 1260px) {
	section:not(#banner) > * {padding: 0 30px;}
}
@media screen and (max-width: 768px) {
	section:not(#banner) {padding: 50px 0;}
	section:not(#banner) > * {padding: 0 15px;}
}

/* 탭 */
.tab {display: flex; flex-wrap: wrap;} 
.tab li {
	display : inline-block
}  
.tab li + li {margin-left: calc((100% - 900px) / 3);}
.tab li a {
	border-radius: 50px;
	padding: 0 10px 20px;
	font-size: 18px;
	display: flex;
	justify-content: center; 
	align-items: flex-end;
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	word-break: keep-all;
	text-align: center;
}
.tab li a:hover {box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);}
.tab li:nth-child(1) a {background: url('../img/icon_content01.png') center 38% / 65px auto #fff no-repeat;}
.tab li:nth-child(2) a {background: url('../img/icon_content02.png') center 38% / 90px auto #fff no-repeat;}
.tab li:nth-child(3) a {background: url('../img/icon_content03.png') center 35% / 60px auto #fff no-repeat;}
.tab li:nth-child(4) a {background: url('../img/icon_content04.png') center 32% / 73px auto #fff no-repeat;}
.tab li:nth-child(5) a {background: url('../img/icon_content05.png') center 22% / 93px auto #fff no-repeat;}
.tab li:nth-child(6) a {background: url('../img/icon_content06.png') center 30% / 79px auto #fff no-repeat;}

@media screen and (max-width: 1260px) {
	.tab li + li {margin-left: calc((100% - 840px) / 5);}
	.tab li a {width: 140px; height: 140px; border-radius: 25px;}
	.tab li:nth-child(1) a {background-size: 53px auto;}
	.tab li:nth-child(2) a {background-size: 70px auto;}
	.tab li:nth-child(3) a {background-size: 50px auto;}
	.tab li:nth-child(4) a {background-size: 56px auto;}
	.tab li:nth-child(5) a {background-size: 71px auto;}
	.tab li:nth-child(6) a {background-size: 65px auto;}
}
@media screen and (max-width: 1024px) {
	.tab li {width: calc((100% - 60px) / 3);}
	.tab li + li {margin-left: 30px;}
	.tab li:nth-child(3n + 1) {margin-left: 0 !important;}
	.tab li:nth-child(n + 4) {margin-top: 15px;}
	.tab li a {width: 100%;}
}
@media screen and (max-width: 768px) {
	.tab li a {
		height: 85px;
		font-size: 13px;
		padding: 0 0 15px;
	}
	.tab li:nth-child(1) a {background-size: 33px auto; background-position: center 33%;}
	.tab li:nth-child(2) a {background-size: 45px auto; background-position: center 33%;}
	.tab li:nth-child(3) a {background-size: 30px auto; background-position: center 30%;}
	.tab li:nth-child(4) a {background-size: 36px auto; background-position: center 27%;}
	.tab li:nth-child(5) a {background-size: 46px auto; background-position: center 17%;}
	.tab li:nth-child(6) a {background-size: 40px auto; background-position: center 25%;}
}
@media screen and (max-width: 425px) {
	.tab li {width: calc((100% - 30px) / 3);}
	.tab li + li {margin-left: 15px;}
}

/* 제목 & 리스트 */
h3 {
	height: 280px;
	border-radius: 30px;
	margin-top: 100px;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
h3 p {
	font-family: 'Yangjin';
	font-size: 45px;
	color: #fff;
	margin-top: 20px;
	position: relative;
	z-index: 0;
}
h3 p > * {font-family: inherit;}
h3 p > *::before {
	position: absolute;
	z-index: -1;
	content: attr(data-content);
}
h3 p::after,
h3 p > *::after {
	content: '';
	width: 100%;
	height: 45px;
	border-radius: 10px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: -1;
}
h3 br {display: none;}
#content1 h3 {background: url('../img/h3_content01.png') right 70px bottom / 255px auto var(--content1-light) no-repeat;}
#content2 h3 {background: url('../img/h3_content02.png') right 40px bottom / 336px auto var(--content2-light) no-repeat;}
#content3 h3 {background: url('../img/h3_content03.png') right 15px bottom / 315px auto var(--content3-light) no-repeat;}
#content4 h3 {background: url('../img/h3_content04.png') right 7px bottom / 406px auto var(--content4-light) no-repeat;}
#content5 h3 {background: url('../img/h3_content05.png') right 40px bottom / 363px auto var(--content5-light) no-repeat;}
#content6 h3 {background: url('../img/h3_content06.png') right 40px bottom / 395px auto var(--content6-light) no-repeat;}
#content1 h3 > span {background-color: var(--content1-dark);}
#content2 h3 > span {background-color: var(--content2-dark);}
#content3 h3 > span {background-color: var(--content3-dark);}
#content4 h3 > span {background-color: var(--content4-dark);}
#content5 h3 > span {background-color: var(--content5-dark);}
#content6 h3 > span {background-color: var(--content6-dark);}
#content1 h3 p > *::before {-webkit-text-stroke: 10px var(--content1-dark);}
#content2 h3 p > *::before {-webkit-text-stroke: 10px var(--content2-dark);}
#content3 h3 p > *::before {-webkit-text-stroke: 10px var(--content3-dark);}
#content4 h3 p > *::before {-webkit-text-stroke: 10px var(--content4-dark);}
#content5 h3 p > *::before {-webkit-text-stroke: 10px var(--content5-dark);}
#content6 h3 p > *::before {-webkit-text-stroke: 10px var(--content6-dark);}
#content1 h3 p > *::after {background-color: var(--content1-dark);}
#content2 h3 p > *::after {background-color: var(--content2-dark);}
#content3 h3 p > *::after {background-color: var(--content3-dark);}
#content4 h3 p > *::after {background-color: var(--content4-dark);}
#content5 h3 p > *::after {background-color: var(--content5-dark);}
#content6 h3 p > *::after {background-color: var(--content6-dark);}
#content1 h3 strong {color: var(--content1-light);}
#content2 h3 strong {color: var(--content2-light);}
#content3 h3 strong {color: var(--content3-light);}
#content4 h3 strong {color: var(--content4-light);}
#content5 h3 strong {color: var(--content5-light);}
#content6 h3 strong {color: var(--content6-light);}

h4 {
	font-size: 30px;
	padding-left: 40px;
	margin: 50px 0 18px;
}
h3 + h4 {margin-top: 75px;}
#content1 h4 {background: url('../img/h4_content01.png') left 5px / 29px no-repeat;}
#content2 h4 {background: url('../img/h4_content02.png') left 5px / 29px no-repeat;}
#content3 h4 {background: url('../img/h4_content03.png') left 5px / 29px no-repeat;}
#content4 h4 {background: url('../img/h4_content04.png') left 5px / 29px no-repeat;}
#content5 h4 {background: url('../img/h4_content05.png') left 5px / 29px no-repeat;}
#content6 h4 {background: url('../img/h4_content06.png') left 5px / 29px no-repeat;}

.more {
	font-size: 14px;
	color: var(--content1-dark);
	border: 1px solid var(--content1-dark);
	border-radius: 13px;
	padding: 2px 24px 0 12px;
	background: url('../img/icon_arr.png') right 12px center / 5px auto #fff no-repeat;
	margin-left: 5px;
}
h4 .more {padding: 4px 24px 2px 12px; vertical-align: middle;}

@media screen and (max-width: 1024px) {
	h3 {padding: 30px;}
}
@media screen and (max-width: 768px) {
	h3 {
		margin-top: 50px;
		height: 140px;
		padding: 25px 0 25px 25px;
	}
	h3 p {font-size: 23px; margin-top: 10px;}
	h3 p > * {position: relative; z-index: 0;}
	h3 p > *::before {-webkit-text-stroke-width: 6px !important;}
	h3 p > *::after {height: 22px; bottom: 2px;}
	h3 br {display: block;}
	#content1 h3 {background-size: 128px auto; background-position: right 25px bottom;}
	#content2 h3 {background-size: 168px auto; background-position: right 20px bottom;}
	#content3 h3 {background-size: 158px auto; background-position: right 7px bottom;}
	#content4 h3 {background-size: 203px auto; background-position: right 3px bottom;}
	#content5 h3 {background-size: 182px auto; background-position: right 20px bottom;}
	#content6 h3 {background-size: 198px auto; background-position: right 20px bottom;}

	h4 {
		font-size: 20px;
		margin: 20px 0 12px;
		padding-left: 25px;
		background-size: 20px !important;
		background-position: left 3px !important;
	}
	h3 + h4 {margin-top: 25px;}

	.more {
		font-size: 13px;
		padding: 2px 18px 0 8px;
		background-position: right 8px center;
		margin-left: 2px;
	}
	h4 .more {padding: 4px 18px 2px 8px;}
}
@media screen and (max-width: 425px) {
	h3 {height: 240px; justify-content: flex-start;}
}

.dotList > li,
.boxList dd:not(.img) {
	font-size: 17px;
	padding-left: 20px;
	position: relative;
}
.dotList > li::before,
.boxList dd:not(.img)::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #000;
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 6px;
}
.dotList > li + li,
.boxList dd + dd:not(.img) {margin-top: 8px;}
.dotList ul li, .boxList ul li {font-size: 15px; margin-top: 4px;}

.dotList .table {width: calc(100% + 20px); margin-left: -20px;}
.table .dotList {margin-top: 6px;}
.table .dotList > li {font-size: 16px;}
.table .dotList > li + li {margin-top: 6px;}
.table .dotList > li::before {width: 9px; height: 9px; top: 5px;}

#content1 .dotList a:not(.none), #content1 .dotList strong {color: var(--content1-dark);}
#content2 .dotList a:not(.none), #content2 .dotList strong {color: var(--content2-dark);}
#content3 .dotList a:not(.none), #content3 .dotList strong {color: var(--content3-dark);}
#content4 .dotList a:not(.none), #content4 .dotList strong {color: var(--content4-dark);}
#content5 .dotList a:not(.none), #content5 .dotList strong {color: var(--content5-dark);}
#content6 .dotList a:not(.none), #content6 .dotList strong {color: var(--content6-dark);}

@media screen and (max-width: 768px) {
	.dotList > li, .boxList dd:not(.img) {font-size: 15px; padding-left: 15px;}
	.dotList > li::before,
	.boxList dd:not(.img)::before {
		width: 8px;
		height: 8px;
		left: 0;
		top: 5px;
	}
	.dotList > li + li, .boxList dd + dd:not(.img) {margin-top: 4px;}
	.dotList ul li, .boxList ul li {font-size: 13px; margin-top: 2px;}

	.dotList .table {width: calc(100% + 15px); margin-left: -15px;}
	.table .dotList {margin-top: 3px;}
	.table .dotList > li {font-size: 14px;}
	.table .dotList > li + li {margin-top: 3px;}
	.table .dotList > li::before {width: 7px; height: 7px; top: 4px;}
}

.titList {display: flex; flex-wrap: wrap;}
.titList div {
	width: calc((100% - 60px) / 3);
	background-color: #fff;
	border: 1px solid var(--content6-dark);
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.titList div + div {margin-left: 30px;}
.titList dt {
	background-color: var(--content6-dark);
	text-align: center;
	color: #fff;
	font-size: 21px;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 30px;
	box-sizing: border-box;
	position: relative;
	word-break: keep-all;
}
.titList dt::before,
.titList dt::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 20px;
}
.titList dt::after {left: auto; right: 20px;}
.titList dd {padding: 20px 20px 25px; box-sizing: border-box;}

@media screen and (max-width: 1024px) {
	.titList div {width: calc((100% - 30px) / 2);}
	.titList div:nth-child(2n + 1) {margin-left: 0;}
	.titList div:nth-child(n + 3) {margin-top: 20px;}
	.titList div:nth-child(3) {width: 100%;}
}
@media screen and (max-width: 768px) {
	.titList div {width: 100%;}
	.titList div:nth-child(n + 2) {margin-left: 0; margin-top: 15px;}
	.titList dt {font-size: 19px; min-height: 60px;}
	.titList dd {padding: 15px 20px 20px;}
}

/* 테이블 */
.table {margin-top: 15px;}
.table table {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.table th {
	height: 65px;
	color: #fff;
	padding: 15px 5px;
	box-sizing: border-box;
	font-size: 18px;
}
.table th span {font-size: 15px; display: block;}
.table td {
	height: 55px;
	padding: 15px 5px;
	box-sizing: border-box;
	font-size: 16px;
}

.al {text-align: left;}
.w10 {width: 10%;}
.w13 {width: 13%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
.info {
	font-size: 15px;
	color: #7e7e81;
	padding-left: 28px;
	background: url('../img/icon_info.png') left top / 20px no-repeat;
	margin-top: 15px;
}
.table .o {
	background: url('../img/icon_o.png') left top / 25px no-repeat;
	color: #274ea9;
	padding-left: 33px;
	padding-top: 3px;
	line-height: 22px;
	display: inline-block;
	text-align: left;
}
.table .x {
	background: url('../img/icon_x.png') left top / 25px no-repeat;
	color: #ff3d3d;
	padding-left: 33px;
	padding-top: 3px;
	line-height: 22px;
	display: inline-block;text-align: left;
}

#content1 .table tr:not(:last-child) {border-bottom: 1px solid var(--content1-light);}
#content2 .table tr:not(:last-child) {border-bottom: 1px solid var(--content2-light);}
#content3 .table tr:not(:last-child) {border-bottom: 1px solid var(--content3-light);}
#content4 .table tr:not(:last-child) {border-bottom: 1px solid var(--content4-light);}
#content5 .table tr:not(:last-child) {border-bottom: 1px solid var(--content5-light);}
#content6 .table tr:not(:last-child) {border-bottom: 1px solid var(--content6-light);}
#content1 .table th {background-color: var(--content1-dark);}
#content2 .table th {background-color: var(--content2-dark);}
#content3 .table th {background-color: var(--content3-dark);}
#content4 .table th {background-color: var(--content4-dark);}
#content5 .table th {background-color: var(--content5-dark);}
#content6 .table th {background-color: var(--content6-dark);}

@media screen and (max-width: 768px) {
	.table {margin-top: 10px;}
	.table th {height: 40px; font-size: 15px; padding: 8px 5px;}
	.table td {height: 40px; font-size: 14px; padding: 8px 5px;}

	.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90, .w100 {width: auto;}
	.info {
		font-size: 13px;
		background-size: 15px;
		margin-top: 10px;
		padding-left: 20px;
	}

	.table .o,
	.table .x {
		background-size: 15px;
		padding-left: 20px;
		padding-top: 0;
		line-height: 20px;
		background-position: left top 1px;

	}
}
@media screen and (max-width: 425px) {
	.table .o,
	.table .x {
		background-position: center top;
		padding: 20px 0 0;
		text-align: center;
	}
}

/* 박스 리스트 */
.boxList div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	padding: 40px 40px 40px 225px;
	position: relative;
	min-height: 225px;
	box-sizing: border-box;
}
.boxList div + div {margin-top: 20px;}
.boxList dt {font-size: 21px; margin-bottom: 15px;}
.boxList .img {
	position: absolute;
	left: 40px;
	top: 40px;
}
.boxList .img img {width: 145px;}
#content1 .boxList dt {color: var(--content1-dark);}
#content2 .boxList dt {color: var(--content2-dark);}
#content3 .boxList dt {color: var(--content3-dark);}
#content4 .boxList dt {color: var(--content4-dark);}
#content5 .boxList dt {color: var(--content5-dark);}
#content6 .boxList dt {color: var(--content6-dark);}

@media screen and (max-width: 1024px) {
	.boxList div {padding: 40px 30px 40px 205px;}
	.boxList .img {left: 30px;}
}
@media screen and (max-width: 768px) {
	.boxList div {padding: 25px 25px 25px 150px; min-height: 150px;}
	.boxList div + div {margin-top: 15px;}
	.boxList dt {font-size: 19px; margin-bottom: 8px;}
	.boxList .img {left: 25px; top: 25px;}
	.boxList .img img {width: 100px;}
}
@media screen and (max-width: 425px) {
	.boxList div {padding: 140px 25px 25px 25px;}
	.boxList dt {text-align: center;}
	.boxList .img {left: 50%; transform: translateX(-50%);}
}
/* --content */

/* footer */
footer {
	margin-top: 50px;
	text-align: center;
	padding: 110px 150px 0;
	background: url('../img/bg_footer_left.png') left top / 200px auto no-repeat,
				url('../img/bg_footer_right.png') right top / 200px auto no-repeat,
				url('../img/bg_footer_center.png') center top 0px / 100px auto repeat-x;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 335px;
	box-sizing: border-box;
}
footer::before {
	content: '';
	width: calc(100% - 0px);
	height: 170px;
	background: url('../img/bg_footer_wave.png') center / auto 170px no-repeat;
	display: block;
	position: absolute;
	left: -145px;
	top: 97px;
}
footer::after {
	content: '';
	width: 280px;
	height: 242px;
	background: url('../img/img_footer_snake.png') center / 232px auto no-repeat;
	display: block;
	position: absolute;
	right: 40px;
	top: 67px;
}
footer p:not(.copyright) {
	font-family: 'Sangju';
	font-size: 34px;
	color: #433e32;
	word-break: keep-all;
}
footer ul {display: inline-flex; margin-top: 20px; z-index:4; }
footer ul li {width: 40px; height: 40px;}
footer ul li + li {margin-left: 30px;}
footer ul li a {
	text-indent: -9999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
footer .facebook {background: url('../img/icon_facebook.png') center / 40px no-repeat;}
footer .blog {background: url('../img/icon_naverBlog.png') center / 40px no-repeat;}
footer .twitter {background: url('../img/icon_twitter.png') center / 40px no-repeat;}
footer .copyright {font-family: 'Pretendard'; font-size: 15px; margin-top: auto;}

@media screen and (max-width: 1260px) {
	footer {padding: 110px 280px 0 150px;}
}
@media screen and (max-width: 1024px) {
	footer {padding: 90px 250px 0 150px;}
	footer::before {display: none;}
	footer::after {
		width: 220px;
		background-size: 220px auto;
		right: 90px;
		top: 98px;
	}
	footer p:not(.copyright) {font-size: 30px; max-width: 300px;}
}
@media screen and (max-width: 768px) {
	footer {
		margin-top: 25px;
		padding: 60px 25px 0;
		background-size: 110px auto, 110px auto, 55px auto;
		background-position: left top, right top, center top 0px;
		min-height: 200px;
	}
	footer::after {
		width: 82px;
		height: 75px;
		background-size: 82px auto;
		right: 45px;
		top: 93px;
	}
	footer p:not(.copyright) {font-size: 16px;}
	footer ul {margin-top: 8px;}
	footer ul li {width: 26px; height: 26px;}
	footer ul li + li {margin-left: 15px;}
	footer ul li a {background-size: 26px !important;}
	footer .copyright {font-size: 13px;}
}
@media screen and (max-width: 375px) {
	footer {padding: 50px 25px 0;}
	footer::after {display: none;}
	footer p:not(.copyright) {max-width: 200px;}
}
/* --footer */