@charset "utf-8";

@media screen and (max-width:768px) { /* 작을때*/
	.Webnote {
	}
	.col_width{
		width:25%;
	}
	.col_hidden{
		display:none;
	}
	.col_view{
		display:;
	}
	.col_left_space{
		padding-left:0px;
	}
	.m_last{
		background: none !important;
	}
	
}
@media screen and (min-width : 768px) {/* 클때*/
	.Webnote {
	}
	.col_width{
		width:15%;
	}
	.col_hidden{
		display:;
	}
	.col_view{
		display:none;
	}
	.col_left_space{
		padding-left:100px;
	}
	.m_last{
		background:;
	}
}
.Webnote img {
    max-width: 100%;
    height: auto;
}
.pointer {
	cursor:pointer;
}
.twentyWidth {
	width: 20%;
}
.thirtyWidth {
	width: 30%;
}

.px100Width {
	width: 100px;
}
.px50Width {
	width: 50px;
}
.px20Width {
	width: 20px;
}

.fcenter {
	float: center !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.fright {
	float: right !important;
}

.btn_new {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #F33;
	padding: 3px 4px;
	border-radius: .25em;
}

.btn_page {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCC;
	padding: 3px 5px;
}

.btn_default {
	display: inline-block;
	margin: 2px 1px;
	padding: .25em .75em;
	border-radius: .25em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: transparent;
	outline: 0;
	vertical-align: middle;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	border: 1px solid #AAAAAA;
}
.btn_default,
.btn_default:link,
.btn_default:visited {
	color: #000!important;
	background: #EFEFEF;
}

.btn_default:focus,
.btn_default:hover {
	background: #C0BDBD;
	color: #FFF!important;
}

.btn_default:active,
.btn_default.active {
	background: #3B6BB4;
}

.circle_question{
	padding: 14px 10px;
	color:#F00;
	font-weight: bold;
	background: url(../images/circle_bg1.png) no-repeat center center;
	cursor:pointer;
}
.circle_question:hover{
	color: #fff;
	font-weight: bold;
	background: url(../images/circle_bg2.png) no-repeat center center;
	cursor:pointer;
}