@charset "utf-8";
/* CSS Document */
.page-header h1{font-size: 40pt; 
	font-weight: bold; 
	background-image: url(../images/logo.png); 
	background-repeat: no-repeat; 
	height: 60px;
	padding-left: 80px;
}
.faqHeader {font-size: 30pt; margin: 20px; font-weight: bold;}
.panel-title{font-size: 18pt; }
.panel-body{font-size: 14pt;}
.panel-title [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072"; /* "play" icon */
	float: right;
	color: #454444;
	line-height: 30px;
	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel-title [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #d139c2;
}
.info_txt{color:#d139c2; font-size: 12pt;}
.bold_txt{font-weight: 700;}
.red_txt{color: #FF0004;}
.cont_title{font-size: 20pt; margin: 40px 0 10px 0; font-weight: bold;}
.cont_txt{font-size: 12pt; }
.cont_txt ol{font-style: italic;}
.cont_txt2{font-size: 12pt; margin: 0 0 20px 0; }
.counter_lower li{list-style: lower-alpha;}
.middle_font {font-size: 14pt; font-weight: 700;}

.slotica_form {background: #efefef; color: #000000; font-size: 12pt;}
.input_slotica{margin: 10px 0 0 0;}
.input_slotica label{font-weight: 400; width: 100%; margin: 10px 0 10px 0;}
.input_title{font-size: 14pt; font-weight: 700; width: 70px; float: left;}
.input_txt{font-size: 14pt; float:left;}

.footer_txt{color:#d139c2; font-size: 12pt; padding: 40px 0;}
.footer_txt2{color:#999999; font-size: 12pt; padding: 40px 0;}
.footer_support{padding: 40px 0; text-align: center;}

/* 2019-05-16 Nancy 추가 */
.page-header h1{height: 60px;}
.container{position: relative;}
.input_slotica {position: relative;}
.nancy { position: absolute; right:0; top:0; width:353px; height:246px; background: url(../images/nancy.png) no-repeat right top; }