@charset "utf-8";
body{
	/*font-family: '맑은 고딕','Malgun Gothic','돋움',Dotum,Helvetica,'새굴림','New Gulim',Gulim,sans-serif;*/
	font-family:'맑은 고딕','helvetica', Dotum, 'droid sans fallback','AppleSDGothicNeo',sans-serif;
}
button{display: table-cell; vertical-align: top; line-height: 1; }
/*---------------------------------------------------	-------
이벤트 (PC & Mobile)
----------------------------------------------------------*/
.eventWrap{padding:2.4rem;  margin: 0 auto; position: relative;}
.eventDetail{}
.eventWrap .table_bbs.list thead{ 
	position:absolute; 
	width:0;height:0;
	overflow:hidden;
	font:1px/0 Sans-serif; 
	/*visibility:hidden;*/
	margin:0;padding:0;
	color: transparent;
}
.eventWrap .table_bbs.view td.readSubject{
	background-color: #fff; padding-left:2.0rem; 
	padding-right:2.0rem; border-bottom: .1rem solid #ccc;
	font-size: 2rem; font-weight: bold;
}
.eventWrap .table_bbs.view td{padding-left:2.0rem; padding-right:2.0rem; }
.eventWrap .buttonArea{text-align:right;}
.eventWrap .buttonArea .button.big{min-width:12rem;}



.eventWrap .table_bbs.singo>table>tbody>tr>th{
	width: 20%;
	min-width:9rem;
	padding: 1.2rem 0rem 1.2rem 1rem;
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	vertical-align: top;
}
.eventWrap .table_bbs.singo>table>tbody>tr>td {
	padding: 1.2rem 0rem 1.2rem 1rem;
}
.eventWrap .table_bbs>table:first-child{
	margin-top:1.0rem;
}

.eventWrap .table_bbs.list .col_subject{ width:72.222%; overflow: hidden;}
.eventWrap .table_bbs.list .col_name{ width:15.277%;}
.eventWrap .table_bbs.list .col_date{ width:12.5%; }

/*----------------------------------------------------------
만족도 / 설문 조사 (Mobile)
----------------------------------------------------------*/
/* All Device 모든 해상도 */
/* Mobile Device  768px 미만 모바일 */
.pollWrap{
	width:100%; margin: 0 auto; position: relative;
}

.pollWrap h2{
	display:table;
	width:100%;

}
.pollWrap h2 span{
	display:table-cell;
	height: 7.2rem;
	line-height: 100%;
	vertical-align: middle;
	padding-left: 7.5rem;
	border-bottom: 0.3rem solid #2b81d9; 
	font-size: 2.4rem; 
	color: #fff; 
	font-weight: bold;
	background: #3897e1 url(../images/ico_survey.png) no-repeat 3rem 1.6rem;
	background-size: 3.2rem 3.9rem;
}
.pollWrap .content{
	padding: 2.5rem 3.0rem 0rem;
}

.pollWrap .tit{
	color: #333; font-size: 1.6rem;font-weight: bold;
}
.pollWrap .tit strong{ display: block; padding-bottom: 0.2rem;font-size: 2.2rem;}
.pollWrap .starScore{padding: 2.0rem; margin-top: 2.0rem;border: 0.1rem solid #e7e7e7; background: #f7f7f7;}
.pollWrap .closeBtn a{
	position: absolute;
	display: block;
	right:2.0rem; top:2.4rem;
	background: url(../images/ico_closeM.png) no-repeat;
	background-size: 2.4rem 2.4rem;
	width: 2.4rem;height: 2.5rem;
}
.pollWrap .buttonArea{padding-bottom:1.0rem;}
.pollWrap .starScore{text-align: center;}
.star-cb-group {
	font-size: 0;
	unicode-bidi: bidi-override;
	direction: rtl;
}
.star-cb-group * {
	font-size: 0.1rem;
}
.star-cb-group > input {
	position:absolute;width:0;height:0;overflow:hidden;font:0px/0 Sans-serif;/* visibility:hidden;*/margin:0;padding:0;
}
.star-cb-group > input + label {
	display: inline-block;
	overflow: hidden;
	width: 4.0rem;
	white-space: nowrap;
	cursor: pointer;
	font-size:2.8rem;
	color: transparent;
}
.star-cb-group > input + label:before {
	content:"";
	width:40px; height:40px;
	background:url(../images/ico_star.png) no-repeat left 10px;
	background-size:40px 80px;
	display: inline-block;
	text-shadow: 0 0 0.1rem #333;
}
.star-cb-group > input:checked ~ label:before,
.star-cb-group > input + label:hover ~ label:before, 
.star-cb-group > input + label:hover:before{
	color: #ef7224;
	background-position: left -30px;
	text-shadow: 0 0 0.1rem #821c00;
}
.star-cb-group > .star-cb-clear + label {
	text-indent: -9999rem;
	width: .5em;
	margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
	width: .5em;
}
.star-cb-group:hover > input + label:before {
	color: #cdcdcd;
}
.star-cb-group:hover > input + label:hover ~ label:before, 
.star-cb-group:hover > input + label:hover:before{
	color: #ef7224;
	text-shadow: 0 0 .1rem #821c00;
}


/*설문조사 인증*/
.pollWrap .getPhone,
.pollWrap .insertNo{
	display: table;
	width:100%;
	margin-bottom:1rem;
}
.pollWrap .getPhone label,
.pollWrap .insertNo label{
	display:table-cell;
	width: 7.5rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	margin-right:1rem;
}
.pollWrap .getPhone input,
.pollWrap .insertNo input {
	/*display:table-cell;*/
	width: 100%;
	font-size: 1.6rem;
}
.pollWrap .getPhone input + span{
	display:table-cell;
	text-align: right;
}
.pollWrap .getPhone button {
	display:table-cell;
	margin-right: 0;
	margin-left:0.5rem;
}
.pollWrap .insertNo label{ margin-bottom:0; }
.pollWrap .insertNo input {
	display: inline;
	margin-bottom:0;
}

.mySelect{
	display: table;
	table-layout: fixed;
	padding: 3rem;
	width:100%;
	background: #f7f7f7;
	width:100%; 
}
.mySelect label{
	font-size: 1.4rem;
	font-weight: bold;
	width:6rem;
	display: table-cell;
	padding-left:2rem;
}
.mySelect label:first-child{
	padding-left:0;
	width:4rem;
}
.mySelect select{	
	background-image: url('../images/select_arrow.gif');
	background-position: 90% 50%;
	-webkit-background-size: 10px;
	background-size: 10px; 
	background-repeat: no-repeat;
	border: 1px solid #ccc; 
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}
/* IE 10, 11의 화살표 숨기기 */
.mySelect select::-ms-expand { 
	display: none;
}
.mySelect select,.mySelect input{
	width:100%;
	/*display: table-cell;*/
	margin: 0;
}

.mySelect input:not([type=checkbox]):not([type=radio]),
.mySelect textarea,
.mySelect select{
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
}

.question{
}
.question li{
	padding-bottom: 2rem;
	counter-increment: myIndex;
}
.question h4{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1rem;
	color: #333;
	margin-bottom: 1.5rem;
	padding-left: 4rem;
	text-indent: -4rem;
}
.question h4:before{
	content:counter(myIndex);
	display:inline-block;
	width: 3.4rem;height: 3.4rem;
	background-color: #3897e1;
	border-radius:50%;
	vertical-align: middle;
	margin-right: 0.5rem;
	padding-left: 1.3rem;
	padding-top:1.1rem;
	text-indent: 0rem;
	color: #fff;
}
/*.question li:nth-child(1) h4:before{content:"1";}*/
.question h4 span{
	font-weight: normal;
	color: #929292;

}
.question label{
	display: block;
	padding-left:0rem;
	padding-bottom:1rem;
}

.answer{
	padding-left: 0.6rem;
}
.answer .radio input{margin-top:5px;}
.answer .radio label span.txt, .answer .checkbox label span.txt{
	margin-left:1rem;
}


/* mobile 320이하px 이상 */
@media (max-width: 320px){
	html{font-size:9px; }
	.eventWrap .table_bbs.list .col_subject{ width:63.333%; }
	.eventWrap .table_bbs.list .col_name{ width:23.333%;}
	.eventWrap .table_bbs.list .col_date{ width:13.333%; }
	.eventWrap .table_bbs.list .bbs_subject a{ display:block; height:20px;width: 150px; text-overflow:ellipsis; overflow:hidden;white-space: nowrap;}
}
/* Tablet & Desktop Device 768px 이상 */
@media all and (min-width:768px) {
	html{font-size:10px;}
	.pollWrap,.eventWrap{width:720px;}
}


/*----------------------------------------------------------
API등록관리 (PC)
----------------------------------------------------------*/
.apiWrap{
	width: 720px;
	margin: 0 auto; position: relative;
	padding-top:25px;
}
.apiWrap h2{
	font-size: 2.4rem;
	font-weight: bold;
	color: #333;
}
.apiWrap .table_bbs.singo th{
	width: 20%;
}
.apiWrap .checkbox label{
	padding-left:0;
	padding-bottom:10px;
	width:200px;
}
.apiWrap .row_templet,
.apiWrap .row_area{display:none;}





/*--------------------------------------------------------------------
팝업창 내부
--------------------------------------------------------------------*/
.map_box {
	border: 1px solid #ccc;
	min-height: 400px;
	height: 100%;
}
.rslt_addr {
	padding: 10px;
}
.modal-footer {
	text-align: center;
}
/* TK 재정의*/
.modal h4.modal-title{
	padding-left: 30px;
	font-size: 24px; color: #fff;font-weight: 
	bold; line-height: 70px; 
	background-color: #66c6fc; 
	border-bottom: 4px solid #3897e1;;
}

.modal-header {
	padding: 0px;
	border-bottom: none;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	/* border: 1px solid rgba(0,0,0,.2); */
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	overflow: hidden;
}
.modal-header .close {
	float: right;
	width: 24px;height: 24px;
	background: url(../images/ico_close.png) no-repeat;
	opacity: 1;
	margin-top: 25px;margin-right: 30px;
}
.modal-header .close span{
	position:absolute;width:0;height:0;overflow:hidden;font:1px/0 Sans-serif;	/* visibility:hidden;*/margin:0;	padding:0;
	color: transparent;
}
.modal-body{padding:22px 30px;}
.modal-body .table-bordered{ 
	border:none; border-top: 1px solid #999; margin-bottom:0;
	height:480px;
}

.modal-body .table-bordered>tbody>tr>td,
.modal-body .table-bordered>tbody>tr>th,
.modal-body .table-bordered>tfoot>tr>td,
.modal-body .table-bordered>tfoot>tr>th,
.modal-body .table-bordered>thead>tr>td, 
.modal-body .table-bordered>thead>tr>th {
	border: none;
	border-bottom: 1px solid #e7e7e7;
	height: 34px;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
}
.modal-body .table-bordered thead{
	border-bottom: 1px solid #ccc; 
	background: #f7f7f7; 
	font-weight: bold; color: #333;font-size: 1.4rem;
}
.modal-body .table-bordered tbody tr:last-child td{
	border-bottom: 1px solid #ccc; 
}
.modal-body .table-bordered tr th {
	text-align: center;
	border:none;
	border-bottom: 1px solid #ccc; 
	background: #f7f7f7; 
	font-weight: bold; color: #333;font-size: 1.4rem;
}
.modal-body .table-bordered tr td:first-child{ text-align: center; }
.modal-body .table-bordered tr td:last-child{ text-align: left; }

.modal-body .table-bordered>tfoot>tr>td:last-child,
.modal-body .table-bordered>tfoot>tr>th:last-child{border-bottom:none; text-align:center;}


.modal-body .form-control{box-shadow: none; margin-right:0; margin-left:0px;}
.modal-body .form-control:focus{box-shadow:none;}
.modal-body .btn{background: #999999; color: #fff;border-color:#929292;}
.modal-body .btn:hover{background: #ccc; color: #fff;border-color: #ccc;}
.modal-body .input-group select.form-control{width:100px;}
.modal-body .input-group .form-control:nth-child(2){width:388px; margin-left:-1px;}


.modalLabel{color: #333; width:20%; float:left; font-weight: bold; padding: 5px 0;line-height: 30px;}
.modalForm{width: 80%;float:left; padding: 5px 0;}
.modalForm.input-group{margin:0;}

.modalForm{display: table;}
.modalForm .form-control{width:100%; display: table-cell;}
.modalForm span{width: 10px; padding-left:5px;display:table-cell;}
.modalForm span:first-child{padding-left:0;}

.modalBtmForm{
	background: #f7f7f7;
	padding: 20px 30px 40px;
	margin-left: -30px;
	width: calc(100% + 60px);
	margin-bottom: -30px;
}

.modalBtmForm .form-inline{display: table; width: 100%; padding-top:10px;}
.modalBtmForm .form-inline .form-control{width:100%; display: table-cell;}
.modalBtmForm .form-inline span{width: 10px; padding-left:5px;display:table-cell;}



.m_list_wrap{ clear: both; padding-top:15px;}
.txtLeft{text-align: left !important;}