@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;
}

.twentyWidth {
	width: 20%;
}
.thirtyWidth {
	width: 30%;
}

.fcenter {
	float: center !important;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.fright {
	float: right !important;
}

.px100Width {
	width: 100px;
}
.px50Width {
	width: 50px;
}
.px20Width {
	width: 20px;
}


.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;
}

.btn_type01 {
	display: inline-block;
	margin: 2px 2px;
	padding: .35em 1.00em;
	border-radius: .25em;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	background: transparent;
	outline: 0;
	vertical-align: middle;
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	border: 1px solid #0066CC;
	min-width:70px;
}
.btn_type01,
.btn_type01:link,
.btn_type01:visited {
	color: #000!important;
	background: #EFEFEF;
}

.btn_type01:focus,
.btn_type01:hover {
	background: #0066CC;
	color: #FFF!important;
}

.btn_type01:active,
.btn_type01.active {
	background: #0066CC;
}

.btn_type02{
		margin: 2px 2px;
	padding: 2px 5px;
	font-size: 0.9em;
	color: #fff;
	border-radius: 3px;
	background: #339900;
	cursor: pointer;
}

.btn_type03 {
	display: inline-block;
	margin: 0px 3px;
	padding: .10em .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_type03,
.btn_type03:link,
.btn_type03:visited {
	color: #000!important;
	background: #EFEFEF;
}

.btn_type03:focus,
.btn_type03:hover {
	background: #C0BDBD;
	color: #FFF!important;
}

.btn_type03:active,
.btn_type03.active {
	background: #3B6BB4;
}

h3.title_prt {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	text-align:center;
	letter-spacing: 20px;
}

/* ---------------------table ------------------------------*/
/* type01*/
p.orderNotice {
	position: relative;
	height: 25px;
}
p.orderNotice span.notice{
	position: absolute;
	left: 0;
	bottom: 5px;
}
table.type01 {
    border-collapse: collapse;
    line-height: 1.5;
    border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
    margin: 10px 0px;
		width:100%;
		margin-bottom: 30px;
}
table.type01 thead th {
    padding: 5px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #06F;
    background: #dcdcd1;
}
table.type01 tbody th {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}
table.type01 td {
    padding: 5px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* type02*/
table.type02 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-left: 1px solid #CCC ;
		width:100%;
}
table.type02 thead th {
	padding: 5px;
	font-weight: bold;
	color:#000;
	background: #8cc0cf;
}
table.type02 th {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    color: #153d73;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;

}
table.type02 td {
    padding: 5px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
/* type03*/
table.type03 {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  margin : 20px 10px;
}
table.type03 th {
  padding: 5px;
  font-weight: bold;
  vertical-align: middle;
  color: #153d73;
	text-align:left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
	border-left: 2px solid #c00;
}
table.type03 td {
	padding: 5px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* type04*/
table.type04 {
  border-collapse: collapse;
  line-height: 1.5;
  border-left: 1px solid #ccc;
  margin: 10px 0px;
	width:100%;
  border-top: 2px solid #06F;		
}

table.type04 tbody th {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ececec;
}
table.type04 td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}