@charset "utf-8";

/* form width 관련 */
.fw120 {
	width: 120px;
}


.btn_wrapper {
	display: inline-block;
	font-size: 0;
	vertical-align: bottom;
}

.btn_wrapper.flright {
	float: right;
}

.btn_wrapper.flright:after {
	content: '';
	display: block;
	clear: both;
}

.btn_wrapper.alcenter {
	width: 100%;
	text-align: center;
}

.btn_wrapper [class^="btn"] {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	min-width: 65px;
	height: 36px;
	padding: 0 15px;
	margin-right: 5px;
	overflow: hidden;
	position: relative;
}

.btn_wrapper a[class^="btn"] {
	line-height: 36px;
}

table .btn_wrapper a[class^="btn"] {
	font-size: 14px!important;
} 

table .btn_wrapper button[class^="btn"] {
	font-size: 14px!important;
} 

.btn_wrapper [class^="btn"]:last-child {
	margin-right: 0
}

.btn_wrapper .btn_default {
	background-color: #7d2151;
}

.btn_wrapper .btn_dark {
	background-color: #003E66;
}

.btn_wrapper .btn_gray {
	background-color: #666666;
}


[class^="btn"] .ripple {
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	transform: scale(0);
	animation: ripple 0.6s linear;
}

@keyframes ripple {
	to {
		transform: scale(2.5);
		opacity: 0;
	}
}




select::-ms-expand {
	display: none;
}

input::placeholder,
textarea::placeholder {
	color: #aaaaaa;
}

.form_wrapper {
	font-size: 0;
}

[class^="form_wrap_"] {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
}

.form_wrapper [class^="form_wrap_"]:last-child {
	margin-right: 0 !important;
}

.form_wrap_select select {
	cursor: pointer;
	height: 36px;
	border: 1px solid #e4e4e4;
	padding: 0 50px 0 10px;
	font-family: "Noto Sans CJK KR";
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('../images/form/expand_more_24px.png') no-repeat right 4px center #ffffff;
}

.form_wrap_radiot {
	font-size: 0;
}

.form_wrap_radiot input {
	display: none;
}

.form_wrap_radiot input+label {
	display: inline-block;
	height: 36px;
	border: 1px solid #e4e4e4;
	padding: 0 10px;
	line-height: 36px;
	background: #ffffff;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	min-width: 60px;
}

.form_wrap_radiot input:checked+label {
	background: #005891;
	color: #ffffff;
	border-color: #005891
}

.form_wrap_radiot label {
	margin-left: -1px;
}

.form_wrap_radiot label:first-of-type {
	margin-left: 0
}

.form_wrap_radio {
	font-size: 0;
}

.form_wrap_radio input {
	display: none;
}

.form_wrap_radio input+label {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-size: 15px;
	padding-left: 15px;
	background: url('../images/form/radio_off.png') no-repeat 0 center;
	margin-left: 15px;
}

.form_wrap_radio input:checked+label {
	background: url('../images/form/radio_on.png') no-repeat 0 center;
}

.form_wrap_radio label:first-of-type {
	margin-left: 0
}

.form_wrap_text {
	position: relative;
}

.form_wrap_text input,
.form_wrap_pswd input {
	border: 1px solid #e4e4e4;
	height: 36px;
	font-size: 15px;
	padding: 0 10px;
	font-size: 15px;
	background: #ffffff;
}

.form_wrap_text input:disabled,
.form_wrap_pswd input:disabled {
	background: #f1f1f1
}

.form_wrap_text.search input {
	padding-right: 36px;
}

.form_wrap_text.search button {
	width: 36px;
	height: 36px;
	text-indent: -99999px;
	overflow: hidden;
	vertical-align: top;
	background: url('../images/form/search_24px.png') no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
}

.form_wrap_chk {
	font-size: 0;
}

.form_wrap_chk input {
	display: none;
}

.form_wrap_chk input+label {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	font-size: 15px;
	padding-left: 15px;
	background: url('../images/form/check_off.png') no-repeat 0 center;
	margin-left: 15px;
}

.form_wrap_chk input:checked+label {
	background: url('../images/form/check_on.png') no-repeat 0 center;
}

.form_wrap_chk label:first-of-type {
	margin-left: 0
}

.form_wrap_file {
	font-size: 0!important;
}

.form_wrap_file label {
	display: inline-block!important;
	height: 36px!important;
	color: #ffffff!important;
	background: #005891!important;
	font-size: 15px!important;
	line-height: 36px!important;
	cursor: pointer!important;
	padding: 0 10px!important;
	vertical-align: top!important;
	margin-right: 5px!important;
}

.form_wrap_file label span {
	color: #ffffff!important;
}

.form_wrap_file label input {
	display: none!important;
}

.form_wrap_file .tui-js-file-uploader-list {
	display: inline-block!important;
	vertical-align: top!important;
	font-size: 15px!important;
}

.form_wrap_file .tui-upload-item {
	display: inline-block!important;
	padding: 0 10px!important;
	border: 1px solid #e4e4e4!important;
	height: 36px!important;
	line-height: 34px!important;
	vertical-align: top!important;
	background: #ffffff!important;
	margin-right: 5px!important;
}

.form_wrap_file .tui-upload-item:last-of-type {
	margin-right: 0
}

.form_wrap_file .tui-btn-delete {
	width: 24px!important;
	height: 24px!important;
	background: url('../images/form/clear_24px.png') no-repeat center!important;
	text-indent: -99999px!important;
	overflow: hidden!important;
	margin-left: 5px!important;
	vertical-align: initial!important;
	margin-right: -5px!important;
}

.form_wrap_date .tui-datepicker-input+span {
	line-height: 36px;
	font-size: 15px;
	margin: 0 5px;
}

.form_wrap_area {
	width: 100%
}

.form_wrap_area textarea {
	border: 1px solid #e4e4e4;
	font-size: 15px;
	padding: 10px;
	font-size: 15px;
	background: #ffffff;
	resize: none;
	width: 100%
}

.tb_btn {
	min-width: 58px;
	padding: 2px 10px 4px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #333;
}

.tb_btn.stop {
	color: #fd1f1a;
	background: #fff;
	box-sizing: border-box;
}

.tb_btn.use {
	color: #003de6;
	background: #fff;
	box-sizing: border-box;
}

.tb_btn.state {
	border: 0;
	color: #666;
	background: #fff;
	cursor: normal;
	box-sizing: border-box;
	outline: none;
}

.tb_btn.state:hover {
	background: none;
}

.default_table [class^="form_wrap_"] {
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
}