<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Top�쒌궭�� */
#MOVE_TOP_BTN {
	position: fixed;
	width: 60px;
	right: 3%;
	bottom: 50px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding: 5px;
	transition: .3s;
	z-index: 1000;
}

#MOVE_TOP_BTN:hover {
	background: rgba(0, 0, 0, 0.5);
}

#MOVE_TOP_BTN &gt; span {
	display: block;
}

/* Footer */
#footer {
	display: block;
	background: #223343;
	color: #fff;
}

#footer ul,
#footer dl{
	font-size: .95em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/*.footer-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px 20px;
}*/

/*------------
layout
--------------*/

.t_align_just {
	text-align:justify;
}


.footer-wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 20px;
}

.paright70 {
	padding-right: 70px;
}

.paright80 {
	padding-right: 80px;
}


/*------------
  // layout
--------------*/

.footer-sitemap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: .9em;
	padding: 50px 30px 20px 20px;
}

.footer-sitemap h2 {
	border-bottom: 1px solid #fff;
	font-family: 'Spoqa Han Sans', sans-serif;
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 20px;
	padding: 0 5px 2px;
}

.footer-sitemap h3 {
	color: #fff;
	font-family: 'Spoqa Han Sans', sans-serif;
	font-size: 1em;
	text-align: left;
	padding: 0;
	margin: 0 0 10px;
}

.footer-sitemap h3 &gt; span {
	display: inline-block;
	font-size: 1em;
	font-weight: 300;
}

.footer-sitemap &gt; div {
	margin-right: 20px; 
}

.footer-sitemap a {
	color: #0497ff;
}

.footer-sitemap .med li,
.footer-sitemap .gen li {
	display: flex;
	margin-bottom: 10px;
}

.footer-sitemap .med li::before,
.footer-sitemap .gen li::before {
	content: '��';
	color: #0497ff;
}

.footer-sitemap-wrap {
	display: flex;
	flex-wrap: wrap;
}

.footer-sitemap-wrap &gt; div {
	margin: 10px 20px 0 10px;
}

.footer-sitemap .app {
	margin-left: 10px;
}

.footer-sitemap .gen h3 {
	margin-top: 20px;
}

.footer-sitemap .other {
	margin-top: 60px;
}

.footer-sitemap .other a {
	display: block;
	color: #c4d2d6;
	font-size: 1em;
	margin: 10px 0;
}

.footer-company {
	display: flex;
	align-items: center;
	color: #93a3af;
	font-size: .9em;
	padding: 20px;
}

.footer-company .logo {
	width: 130px;
	margin-right: 50px;
}

.footer-company address,
.footer-business-number &gt; span {
	display: inline-block;
	margin-right: 20px;
}

.footer-bottom {
	background: #1d2d3a;
}

.footer-bottom .footer-wrap {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.footer-bottom ul {
	display: flex;
}

.footer-bottom ul a {
	color: #93a3af;
	font-size: .8em;
	margin-right: 10px;
	padding: 5px;
}

.copyright {
	color: #93a3af;
}

/* sns */
footer .sns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .sns li {
	margin-right: 5px;
}

footer .sns li img {
	display: inline-block;
	width: 30px;
}

footer .sns .twitter img {
	width: 35px;
}

footer .sns .instagram img {
	width: 25px;
}

@media (max-width: 1200px) {
	.footer-sitemap {
		display: none;
	}
}

@media (max-width: 800px) {
	.footer-company {
		display: block;
	}

	.footer-company .logo {
		width: 100px;
		margin-bottom: 20px;
	}

	.footer-company .sns {
		margin-top: 10px;
	}

	.footer-bottom .footer-wrap {
		display: block;
	}
}</pre></body></html>