@charset "euc-kr";
/* ÆùÆ® ¼³Á¤*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');*/
@import url('https://fonts.googleapis.com/css?family=Baumans|Bellefair|Reem+Kufi');
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url("board/webzine/webzine_res01.css");

/* ÆùÆ®*/
.noto { font-family: 'Noto Sans KR', sans-serif; }

.Bellefair { font-family: 'Bellefair', serif; }

.Baumans { font-family: 'Baumans', cursive; }

.Reem { font-family: 'Reem Kufi', sans-serif; }

.barun { font-family: "³ª´®¹Ù¸¥°íµñ", "Nanum Barun Gothic", sans-serif; }

.nanum { font-family: "³ª´®°íµñ", "Nanum Gothic", sans-serif; }

.nanum-pen { font-family: "³ª´®¼Õ±Û¾¾ Ææ"; }

.webfont { }

/* °øÁö»çÇ× ¼Ò¼È¹öÆ° */
.a2a_kit { float: right; }

.a2a_kit > 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 {
	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;
		font-size: 1.2rem;
	
}

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) {
}
