<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Gmarket sans */
/*
@font-face {
    font-family: 'gl';
    src: url('../fonts/GmarketSansTTFLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gm';
    src: url('../fonts/GmarketSansTTFMedium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gb';
    src: url('../fonts/GmarketSansTTFBold.ttf');
    font-weight: normal;
    font-style: normal;
}
*/


@font-face {
    font-family: 'gl';
    src: url('../fonts/Pretendard-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gm';
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gb';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Pretendard */
@font-face {
    font-family: 'pl';
    src: url('../fonts/Pretendard-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'pr';
    src: url('../fonts/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'pm';
    src: url('../fonts/Pretendard-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'pb';
    src: url('../fonts/Pretendard-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
    font-family: 'peb';
    src: url('../fonts/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

/* @font-face {
    font-family: 'pbk';
    src: url('../fonts/Pretendard-Black.woff') format('woff');
    font-weight: 400;
    font-style: normal;
} */

body{
	background: #fff !important;
}

body *,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
	font-family: 'gm';
	word-break: keep-all;
}

/* imgBox */
.imgBox img{
	max-width: 100%;
}

/* tit */
.tit{
	
}

/* header */
body .header-left-items{
	justify-content: space-between;
}

.site-header.subHeader{
	background: #fff;
}

.site-header.subHeader .logo-dark{
	opacity: 1;
}

.site-header.subHeader .logo-light{
	opacity: 0;
}

.site-header.text-light.subHeader a{
	color: #333;
}

.site-header.text-light.subHeader .sub-menu a{
	color: #fff;
}

.subHeader.text-light .hamburger-menu .hamburger-inner{
	background-color: #333 !important;
}

.site-header.text-light a{
	margin: auto;
	display: block;
	text-align: center;
}

/* hamburger-fullscreen */
body .hamburger-fullscreen{
	height: auto;
	top: 0px;
	padding-top: 0px;
}

body .hamburger-fullscreen main{
	position: static;
	padding: 0;
	height: auto;
}

body .hamburger-fullscreen main nav{
	padding: 50px 0px;
	max-width: 1280px;
	width: 90%;
	margin: auto;
}

body .hamburger-navigation .menu{
	display: flex;
	width: 100%;
}

body .hamburger-navigation .menu li{
	width: 50%;
}

body .hamburger-navigation .menu&gt;li&gt;a{
	font-size: 20px;
	margin-bottom: 20px;
}

body .hamburger-navigation .menu&gt;li&gt;ul{
	position: static;
	opacity: 1;
	display: block;
	min-height: auto;
	top: auto;
	visibility: visible;
	padding: 0;
	transform: none;
}

body .hamburger-navigation li li a{
	font-size: 16px;
	color: #999;
	transition: all 0.3s;
}

body .hamburger-navigation li li a:hover{
	color: #333;
}


/* footer */
#footer{
	background-color: #fff;
	text-align: center;
	border-top: 40px solid #104f9e;
	padding: 40px 0 !important;
}

#footer .fLogo{
	display: flex;
	justify-content: center;
	margin: 0;
}

#footer .fTxt{
	line-height: 1.7;
	margin: 25px 0 20px;
	font-family: "pr";
	color: #333;
	font-size: 15px;
}

#footer .fCopy{
	font-family: "pr";
	font-size: 15px;
	color: #999;
}


/* ------------------------------------------------------------------MOBILE */
@media screen and (max-width: 720px){


/* footer */
#footer{
	border-top: 5vw solid #104f9e;
	padding: 10vw 0 !important;
}

#footer .fLogo{
	display: flex;
	justify-content: center;
	margin: 0;
}

#footer .fLogo img{
	width: 25vw;
	max-width: 183px;
}

#footer .fTxt{
	margin: 3vw 0 2vw;
	font-size: 2.5vw;
}

#footer .fCopy{
	font-size: 2vw;
}


}</pre></body></html>