<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top_navi_wrap {width:1066px;height:118px;background:url('/layouts/copykiller_lite/img/top_bg.png') no-repeat center;position:absolute;top:0;left:50%;margin-left:-533px;z-index:50;}
.top_area {width:1024px;height:76px;margin:19px auto 0px;position:relative;background:#fff;}

/* ì‹&nbsp;ê·œ GNB ì¶”ê°€ _20220124 eblee */
a {
	color: inherit;
}

.layout-top1 {
	background: #f7f9fc;
}

.layout-top1 .top1__box {
	color: #676970;
	width: 1000px;
	height: 34px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f7f9fc;
}

.top1__box .top1__lang-server-select {
	display: flex;
	align-items: center;
}

.top1__box .top1__menu {
	display: flex;
	align-items: center;
	height: 35px;
}

.top1__box .top1__menu .top1__menu--bar {
	height: 10px;
	display: inline-block;
	border: 1px solid #c7c7c7;
}

.top1__box .top1__menu a {
	display: inline-block;
	color: #FFF;
	margin: 0 10px;
	height: 16px;
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.3;
	text-align: center;
	color: #676970;
}

.layout-top2 {
	background: #FFF;
}

.layout-top2 .top2__box {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 60px;
	display:flex;
	align-items: center;
}

.layout-top2 .logo {
	background: #FFF;
	overflow: hidden;
	height: 36px;
	margin-right: 18px;
	object-fit: contain;
}

.layout-top2 .logo img {
	height: 36px;
}

.layout-top2 .logo a {
	display: inline-block;
	height: 36px;
}

.layout-top2 .logo .logo_right {
	margin-left: 5px;
}

.layout-top2 .menu .layout-top2__ul {
	width: 813px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.layout-top2 .menu .layout-top2__ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	position: relative;
	width: 90px;
	height: 60px;
	margin: 0 4px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	color: #4c4c4c;
}

.layout-top2 .admin:hover .sub-menu--title{
	font-weight: 800;
	color: #151515;
}

.layout-top2 .admin .admin-hr {
	display: none;
	width: 69px;
	position: absolute;
	top: 40px;
	border: solid 1px #343434;
}

.layout-top2 .admin:hover .sub-menu,
.layout-top2 .admin:hover .admin-hr{
	display: block;
}

.layout-top2 .sub-menu {
	position: absolute;
	display: none;
	z-index: 2;
	top: 60px;
	left: 570px;
	background: #FFF;
	border-radius: 4px;
	border: solid 1px #d7dde8;
}

.layout-top2 .sub-menu .sub-menu--ul {
	display: flex;
	flex-direction: column;
	list-style: none;
}

.layout-top2 .sub-menu .sub-menu--ul .sub-menu--li {
	padding: 20px;
}

.layout-top2 .sub-menu .sub-menu--li {
	width: 100px;
	height: 33px !important;
	box-sizing: border-box;
	font-family: NotoSans;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #676970;
	padding:9px;
}

.layout-top2 .sub-menu a {
	font-family: NotoSans;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #676970;
}

.layout-top2 .sub-menu a:hover {
	font-weight: bold;
	color: #151515;
}

/*------------*/

.layout-top2 .menu .drop_down ul {
	display:none;
	width: 95px;
	border: solid 1px #d7dde8;
	position: absolute;
	background-color: #ffffff;
	border-radius: 4px;
	z-index: 999;
	top: 60px;
	padding: 10px;
}

.layout-top2 .menu .drop_down ul li {
	width: 100px;
	height: 33px;
	box-sizing: border-box;
	font-family: NotoSans;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	color: #676970;
	margin: 0;
	padding-left: 10px;
	justify-content: start;
}

.layout-top2 .menu .drop_down ul li a:hover {
	color: #151515;
	font-weight: bold;
}

.layout-top2 .menu .drop_down:hover .drop_down--title{
	font-weight: 800;
	color: #151515;
}

.layout-top2 .menu .drop_down .support-hr {
	display: none;
	width: 54px;
	position: absolute;
	top: 40px;
	border: solid 1px #343434;
}

.layout-top2 .menu .drop_down:hover .support-hr {
	display: block;
}

.layout-top2 .menu .drop_down:hover ul {
	display: block;
}

.layout-top2 .menu .btn-wrapper {
	display: flex;
	margin-left: auto;
}

.layout-top2 .menu .btn-wrapper li {
	width: 104px;
	height: 40px;
	border-radius: 4px;
	cursor: pointer;
}

.layout-top2 .menu .btn-wrapper li:first-child:hover {
	background-color: #42aaff;
}

.layout-top2 .menu .btn-wrapper li:first-child:active {
	background-color: #006fd6;
}

.layout-top2 .menu .btn-wrapper li:last-child:hover {
	background-color: #d6eeff;
}

.layout-top2 .menu .btn-wrapper li:last-child:active {
	background-color: #c2e6ff;
}

.header-title {
	height: 45px;
	font-size: 45px;
	border-left: #01aaef 4px solid;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.9;
	padding-left: 30px;
	letter-spacing: normal;
	color: #000000;
	padding-left: 20px;
	font-family: 'Noto Sans', 'Noto Sans KR', 'Noto Sans CJK KR';
	display: inline-block;
	text-align: left;
	margin-bottom: 45px;
	margin-top: 0px;
}

.layout-top2 .menu .btn-wrapper li {
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
}

.layout-top2 .menu .btn-wrapper li a{
	width: 104px;
	height: 40px;
	padding-top: 24px;
}

.layout-top2 .menu .btn-wrapper li:nth-child(1) {
	font-family: NotoSans;
	width: 104px;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	margin-right: 8px;
	background-color: #0095ff;
}

.layout-top2 .menu .btn-wrapper li:nth-child(2) {
	font-family: OpenSans;
	width:99px;
	border: solid 1px #0095ff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.14;
	text-align: center;
	color: #0095ff;
	box-sizing: border-box;
	margin-right: 0;
}


/*------------*/
.select-lang-type {
	width: 73px;
	height: 20px;
	border-radius: 4px;
	border: solid 1px #c5cee0;
	margin-right: 4px;
	background: #e4e9f2 url("/layouts/copykiller_lite/img/icon-chevron-down.png") no-repeat 95% 50%;
	appearance: none;
	color: #676970;
	cursor: pointer;
	outline: none;
	position: relative;
	box-sizing: border-box;
}

.select-lang-type:active {
	border: solid 1px #808faa;
	background-color: #ffffff;
}

.select-lang-type:focus {
	box-shadow: 0 0 0 1px #808faa;
}

.select-lang-type .select-lang-type--ul li:hover {
	background-color: #808faa;
}

.select-lang-type .select-lang-type--ul li:hover a {
	color: #FFFFFF;
}
.select-lang-type .select-lang-type--ul {
	width: 70px;
	position: absolute;
	z-index: 2;
	top: 19px;
	right: -1px;
	list-style: none;
	border-top: none;
	border: 1px solid #c5cee0;
	border-radius: 4px;
	margin-top: 1px;
}

.select-lang-type .select-lang-type--ul li{
	height: 25px;
	z-index: 100;
	position: relative;
	display: block;
	background: white;
	line-height: 25px;
	font-size: 12px;
	color: #676970;
	text-align: left;
}

.select-lang-type .select-lang-type--ul a {
	width: 100%;
	height: 25px;
	display:inline-block;
	box-sizing: border-box;
	padding-left: 10px;
}

.select-lang-type .select-lang-type--title {
	top: -1px;
	left: 5px;
	position:absolute;
	margin-left: 2px;
	font-family: NotoSans;
	font-size: 12px;
	line-height: 1.8;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #676970;
}

.select-lang-type--ul {
	display: none;
}

.non-display {
	display: none;
}
/* index */
#family_site {
	width: 123px;
	height: 20px;
	border-radius: 4px;
	border: solid 1px #c5cee0;
	background: #e4e9f2 url(/layouts/copykiller_lite/img/icon-chevron-down.png) no-repeat 95% 50%;
	cursor: pointer;
	appearance: none;
	color: #8f9bb3;
	position: relative;
	box-sizing: border-box;
	outline: none;
	margin-left: 10px;
	z-index: 20;
}

#family_site .family_site--title {
	margin-left: 2px;
	line-height: 1.6;
	font-family: NotoSans;
	z-index: 10;
	left: 5px;
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.5px;
	color: #676970;
}

ul#menu {
	position: absolute;
	top: 19px;
	width: 120px;
	margin: 0;
	padding: 0;
	border: 1px solid #c5cee0;
	border-top: none;
	z-index: 100;
	display: none;
	background-color: #ffffff;
}

ul#menu li {
	display: inline-block;
	height: 25px;
	z-index: 100;
	position: relative;
	display: block;
	background: white;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	color: black;
	box-sizing: border-box;
	padding-bottom: 30px;
}
ul#menu li:hover {
	background: #808eaa;
}

ul#menu li:hover a {
	color: white;
}

ul#menu a {
	width: 100%;
	height: 25px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 10px;
	margin-left: 0;
	color: black;
	cursor: pointer;
}
.select-server-wrapper {
	width: 73px;
	height: 37px;
	opacity: 0.8;
}

.select-server-wrapper select {
	width: 73px;
	height: 20px;
	line-height: normal;
	border-radius: 4px;
	appearance: none;
	cursor: pointer;
	padding-left: 7px;
	letter-spacing: -0.5px;
	font-size: 12px;
	background: #e4e9f2 url(/layouts/copykiller_lite/img/icon-chevron-down.png) no-repeat 95% 50%;
	border: solid 1px #c5cee0;
	outline: none;
}

.select-server-wrapper select:active {
	border: solid 1px #808faa;
	background-color: #ffffff;
}
.select-server-wrapper select:focus {
	box-shadow: 0 0 0 1px #808faa;
}
.select-server-wrapper select option {
	background-color: #ffffff;
	border: solid 1px #d7dde8;
	height: 30px;
	cursor: pointer;
}

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