<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-kr";
/* 폰트 설정*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Baumans|Bellefair|Reem+Kufi');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css');
@import url("board/webzine/webzine_res01.css");
@font-face {font-family: 'LotteMartHappy';font-style: normal;font-weight: 400;src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/lottemart/LotteMartHappy/LotteMartHappyMedium.woff') format('woff'); } 
@font-face {font-family: 'Handon3gyeopsal600g';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_seven@1.2/Handon3gyeopsal600g.woff') format('woff');font-weight: normal;font-style: normal; }
@font-face {font-family: 'NotoSerifKR';src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');font-weight: normal;font-style: normal; }

/* 폰트*/
.noto { font-family: 'Noto Sans KR', sans-serif; }
.lato { font-family: Lato, "sans-serif"; }
.Bellefair { font-family: 'Bellefair', serif; }
.Baumans { font-family: 'Baumans', cursive; }
.Reem { font-family: 'Reem Kufi', sans-serif; }
.Montserrat {font-family: 'Montserrat', sans-serif;}
.barun { font-family: "나눔바른고딕", "Nanum Barun Gothic", sans-serif; }
.nanum { font-family: "나눔고딕", "Nanum Gothic", sans-serif; }
.nanum-m  { font-family: "나눔명조" "Nanum Myeongjo", serif; }
.nanum-pen { font-family: "나눔손글씨 펜"; }
.Lotte-h { font-family: "LotteMartHappy"; }
.Handon { font-family: "Handon3gyeopsal600g"; }
.Bonm { font-family: "NotoSerifKR"; }

.webfont { }

/* 공지사항 소셜버튼 */
.a2a_kit { float: right; }

.a2a_kit &gt; a {
	color: #6E6E6E;
	margin: 15px 10px;
	display: inline-block;
	font-size: 18px;
}

/* 공통 유틸 */
.clear { clear: both; }

.disable { display: none }

/*익스와 파폭용 onfocus=this.blur();  크롬은 자동 */
a:link,
a:visited,
a:active,
a:hover { text-decoration: none !important; }

/* 드래그 블럭잡기 배경색 설정  */
*::selection {
	background-color: #DE4555;
	color: #ffffff;
}
*::-moz-selection {
 background: #f73a4c;
 color: #ffffff;
}

/*익스 8이하 버전의 시멘텍 사용가능 배려*/
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section { clear: both; }

/*브레이크 CSS */
html,
body {
	width: 100%;
	height: 100%;
}
html {
	font-size: 14px;
} /* rem 기준 px 지정: 14px~16px 기준 */


body {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	background-color: #fff;
	word-wrap: break-word;
	word-break: keep-all;
	overflow-y: scroll;
	font-family: "Noto Sans KR", sans-serif;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
	color: #6E6E6E;
	text-decoration: none;
}

img,
fieldset { border: 0; }
img { height: auto; }

ul {
	margin: 0;
	padding: 0;
}

li { list-style: none; }

input {
	border-color: #F2F2F2;
	border-width: 1px;
	border-style: solid;
}

select,
select[size="0"],
select[size="1"] { border-color: rgba(232,232,232,1.00); }

textarea { border: 1px solid #E8E8E8; }
.span-1 { max-width: 100%; }
.span-2 { max-width: 50%; }
.span-3 { max-width: 33.32%; }
.span-4 { max-width: 25%; }
.span-5 { max-width: 20%; }
.modal_fix_btn {
	position: fixed;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	display: none;
}
/* xs */
.col-4 { flex:0 0 33.32%; max-width:33.32%; }

/* 모바일 767 Down*/
@media (max-width:767px) {

.wrapper_bg { }

.wrapper { }

.modal_fix_btn { display: none; }

#sub_metapo { display: none; }
}

/* sm */
@media (min-width:576px){
.col-sm-4 { flex:0 0 33.32%; max-width:33.32%; }
}

/* md */
@media (min-width:768px) {

.wrapper_bg {
    position: relative;
}

.wrapper { }
.col-md-4 { flex:0 0 33.32%; max-width:33.32%; }
}

/* lg */
@media (min-width:992px){
.col-lg-4 { flex:0 0 33.32%; max-width:33.32%; }
}
/* xl */
@media (min-width:1200px) {
.col-xl-4 { flex:0 0 33.32%; max-width:33.32%; }	
}

@media (min-width:768px) and (max-width:991px) {
}
</pre></body></html>