@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("board/webzine/webzine_res01.css");
@font-face {
    font-family: 'MICEGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MICEGothic Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* ��Ʈ*/
.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-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: #2075bb;
	color: #ffffff;
}
*::-moz-selection {
 background: #2075bb;
 color: #ffffff;
}

/*�ͽ� 8���� ������ �ø��� ��밡�� ���*/
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section { clear: both; }

/*�극��ũ CSS */
html {
	font-size: 14px;
} /* rem ���� px ����: 14px~16px ���� */


body {
    position: relative;
	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: "MICEGothic";
}

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;
}

/*font-color*/
.text_y{color:#fff000}
.text_p{color:#c71e5a}
.text_b{color:#000000;}
.text_or{color:#ed500b}
.text_aq{color:#00ffff}
.text_bl{color:#2075bb}
.text_wh{color:#ffffff}

.font_bg_b{background-color: #000000;}
/*font-align*/
.left{text-align: left;}
.right{text-align: right;}

/*margin*/
.m_left{margin-left: 55px;}
.m_left2{margin-left: 100px;}


/*폰트굵기*/
.font_100{font-weight: 100;} 




/* 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 { }

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

.font_3{font-size: 3rem;}