@charset "utf-8";

body {margin:0; padding:0; font: 12px/18px '돋음',Gulim,Tahoma,Verdana, AppleGothic, sans-serif;}
p {margin:0; padding:0;}
/* ol, ul, li {list-style-type:none;} */
caption {display:none;}

#logBox
{
	position:absolute;
	top:50%;
	left:50%;
	width:503px;
	height:185px;
	margin-top:-150px;
	margin-left:-250px;
	text-align:left;
}

#logForm {width:240px; margin:71px 0 0 212px;}

.select_image {border:1px solid #aaa; padding:10px; margin-top:5px;}
.select_image img {border:1px solid #444; opacity:.5;}
.select_image:hover img{opacity:1;}

table { font-size: 12px; }
table .date{ font-size: 11px; }


.table-stats td.s_date {font-weight:bold;text-align:center;}
.table-stats td.text {padding-left:10px;;text-align:left;}
#table-stats td{ padding-right:10px; text-align:right;}

.control-label { font-weight:bold; font-size: 12px; }
.pagination ul > .active a {background-color:#08C; color:#fff}
.pagination ul > .active a:hover {background-color:#7CD3FF; color:#005580}


/* issue keyword */
.rank_layout {border:0px solid #999;}
.rank_layout ol {margin:-17px 0 0 0; padding:0; border:1px solid #DFF0D8;}
.rank_layout ol li {position:relative; padding:5px; list-style-type:none;}
.rank_layout ol li img {vertical-align:middle;}
.rank_layout ol li .stats {position:absolute; right:24px; top:6px;}
.rank_layout ol li .snum {position:absolute; left:205px; top:6px; font-size:10px; color:#999; font-family:verdana;}
.nodata {text-align:center; padding:20px 0; color:orange;}

.t_contents {width:100%;text-align:center;}

.t_data {}
.t_data tr {height:40px;}
.t_data tr.list1 {background-color:#efefef;}
.t_data tr.t_title {height:50px; background-color:#00437D;}
.t_data tr th {text-align: center; color:#ffffff; vertical-align: middle; font-weight: normal;}
.t_data tr:hover { background-color:#cbcbcb; }
.t_data tr.t_title:hover {background-color:#ababab; text-align: left; padding-left:5px;}
.t_data td { text-align: center; vertical-align: middle;}
.t_data td.contents {text-align:left;padding:10px;}

.act-tab { padding:10px 20px; background-color:#6699cc;font-weight:bold; color:#ffffff}
.aling_num {text-align:right;padding-right:3px;}
.f_br {color:red;font-weight:bold;}
.menu_map {text-align:right; padding-right:20px; font-weight:bold; background-color:#606060;color:#ffffff; height:40px;}
.popup_body .menu_map {text-align:left; padding-left:20px; font-weight:bold; background-color:#606060;color:#ffffff; height:30px;}
.contents {text-align:left;padding:5px;}

.bill_list {}
.bill_list tr {height:40px;}
.bill_list tr.list1 {background-color:#efefef;}
.bill_list tr.t_title {height:50px; background-color:#00437D;}
.bill_list tr th {text-align: center; color:#ffffff; vertical-align: middle; font-weight: normal;}
.bill_list td { text-align: center; vertical-align: middle; height:60px;}

button { padding:0; font: 12px/18px '돋음',Gulim,Tahoma,Verdana, AppleGothic, sans-serif; }

.price_mng input {width:80px; text-align:right;}

.agree_user_rules_btn {border:1px solid red;}

.memo-area {display:none;}

.thumb-card {border:1px solid #ababab; text-align:center; width:200px; position: relative}
.thumb-card input {vertical-align: top; position: absolute; top:10; left: 10;}


.con-flex {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	/*-webkit-flex-flow: row wrap;*/
	flex-wrap: nowrap;
}
.cf-row {
	-webkit-flex-direction: row;
	flex-direction: row;
}
.cf-col {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cf-column {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.cf-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cf-hor-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.cf-hor-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.cf-hor-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.cf-hor-space-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.cf-hor-space-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.cf-hor-space-evenly {
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
}
.cf-ver-start {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.cf-ver-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.cf-ver-center {
	-webkit-align-items: center;
	align-items: center;
}
.cf-ver-baseline {
	-webkit-align-items: baseline;
	align-items: baseline;
}
.cf-ver-stretch {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.cf-align-self-start {
	-webkit-align-self: self-start;
	align-self: self-start;
}
.cf-align-self-end {
	-webkit-align-self: self-end;
	align-self: self-end;
}
.cf-align-self-center {
	-webkit-align-self: center;
	align-self: center;
}
.cf-align-self-baseline {
	-webkit-align-self: baseline;
	align-self: baseline;
}
.cf-align-self-stretch {
	-webkit-align-self: stretch;
	align-self: stretch;
}
.cf-align-con-space-between {
	-webkit-align-content: space-between;
	align-content: space-between;
}
.cf-col-center > * { /* with compatibility */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mt-0 {margin-top: 0em;}
.mt-1 {margin-top: 1em;}
.mt-2 {margin-top: 2em;}
.mt-3 {margin-top: 3em;}
.mt-4 {margin-top: 4em;}
.mt-5 {margin-top: 5em;}
.mb-0 {margin-bottom: 0em;}
.mb-1 {margin-bottom: 1em;}
.mb-2 {margin-bottom: 2em;}
.mb-3 {margin-bottom: 3em;}
.mb-4 {margin-bottom: 4em;}
.mb-5 {margin-bottom: 5em;}
.mr-0 {margin-right: 0em;}
.mr-1 {margin-right: 1em;}
.mr-2 {margin-right: 2em;}
.mr-3 {margin-right: 3em;}
.mr-4 {margin-right: 4em;}
.mr-5 {margin-right: 5em;}

.main-loading {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: white;
	font-size: 2em;
	display: none !important;
}
.main-loading.on {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}
.main-loading div {
	background-color: #555555;
	border-radius: 1em;
	padding: 3em;
	-webit-box-shadow: 0 0 1.5em rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 1.5em rgba(0,0,0,.3);
	box-shadow: 0 0 1.5em rgba(0,0,0,.3);
}
.main-loading {
	background: transparent !important;
}
.main-loading img {
	width: 2em;
	-webkit-animation: rotating 1s linear 0.01s infinite;
	-moz-animation: rotating 1s linear 0.01s infinite;
	animation: rotating 1s linear 0.01s infinite;
}

#p-preview {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.8);
}
#p-preview img {
	max-width: 100%;
	max-height: 100vh;
	height: auto;
	margin: 0 auto;
	display: block;
}
#p-preview .p-close{
	position: absolute;
	top: 1.4em;
	right: 2.5em;
}
.btn-zoom {
	position: absolute;
	top:1em;
	right: 1em;
	background: rgba(0,0,0,.7);
	padding: .75em;
	border:none;
	border-radius: .5em;
	display: none;
}
.btn-zoom img {
	width: 2em;
}
td:hover .btn-zoom{
	display: block;
}



/* 보장내용 등록 */
#add-people {

}
.g-select-wrap {
	margin-left: 2em;
}
.g-select-wrap:first-child {
	margin-left: 0;
	margin-right: 2em;
}
.g-select-wrap:last-child {
	margin-left: 5em;
}
.g-select-wrap .input-group {
	margin-top: 1em;
}
.g-select {
	width: 200px;
	height: 300px !important;
	line-height: 250%;
	font-size: 1.25em;
}
.g-add-btns {
	margin-top: .5em;
}
.g-move-btn {
	margin-top: -5em;
}

/* drag and drop */
.drag-con {
	cursor: move;
	border: 0px dashed transparent;
}
.drag-con.dragging {
	opacity: .3;
}
.thumb-card {
	border: 2px solid #ababab;
}
.thumb-card.over {
	border: 2px dashed red;
	opacity: .7;
}

/* 보장내용 */
.garantee {
	height: 90vh;
}
.gr-main {
	min-height: 94%;
}
.g-table-wrapper {
	min-width: 1280px;
	font-size: 15px;
}
.g-table th {
	text-align: center;
	vertical-align: middle !important;
}
.g-table .numbers {
	text-align: right;
	vertical-align: middle;
}
.g-table .numbers input {
	text-align: right;
	background: transparent;
}
.g-table .numbers.has-input {
	padding:0;
}
.g-table.table-hover>tbody>tr:hover {
	background-color: rgba(255,50,100,.13)
}
.g-table td label {
	margin-right: .5em;
	vertical-align: middle;
	margin-top: 0;
}
.g-table td label input {
	vertical-align: middle;
	margin-top: .15em;
}
.g-table .opt-title {
	margin-right: 1em;
}
.g-table .opt-input {
	width: auto;
	display: inline-block;
	text-align: right;
}