/* 이용약관 */
#terms-view {
	font-weight:bold;
	color:gray;
    display:block;
    position:absolute;
    right:10px;
    bottom:0px;
}

#terms-wrap {
	display:none;

	border:1px solid #c0c0c0;
	width:98%;
	margin:0 auto;
	padding:10px 30px 10px 20px;
	background-color:#ffffff;
	line-height:1.5;
	height:180px;
	overflow-y:scroll;
	overflow-x:hidden;
}

.t-conts-title {
	font-size:1.1em;
	font-weight:bold;
}

.terms-unit {
	margin:5px 15px 20px;
	width:100%;
}

.inc-info .terms-unit {
	width:unset;
}

.terms-unit-title {
	font-weight:bold;
	line-height:2.0;
}

.terms-unit-conts- {
	overflow:hidden;
	padding-left:15px;
	font-size:12px !important;
}

.terms-unit-conts- p {
	font-size:12px !important;
}

.terms-unit-conts {
	overflow:hidden;
	padding-left:30px;
	font-size:12px !important;
}

.terms-unit-conts p {
	margin-bottom:5px;
	text-indent:-16px;
	font-size:12px !important;
}

.terms-unit-conts ul {
	clear:both;
	padding-left:5px;
	margin-bottom:5px;
	font-size:12px !important;
}

.terms-unit-p {
	clear:both;
	padding-left:20px;
	font-size:12px !important;
}