@charset "utf-8";

/* 공통 */
.modal_wrap {
	width: 100vw !important;
	height: 100vh !important;
	position: absolute;
	z-index: 9999 !important;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
	overflow:auto;
}
.modal {
	z-index:9999;
	padding-bottom: 30px;
}
.modal .write_wrap {
	width: 100%;
	color: black;
}

.modal .t_write {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

.modal .t_write th, .modal .t_write td {
	padding: 3%;
	box-sizing: border-box;
	font-size: 13px;
	text-align:left;
	line-height:18px;
	color:black;
}
.modal .t_write th {
	width:25%;
}
.modal .t_write td {
	width:75%;
}
.modal .t_write td select {
	height: 32px;
    padding: 0 30px 0 10px !important;
    box-sizing: border-box;
    background: url(/img/clickicon.png) no-repeat right 10px center;
    -webkit-appearance: none;
    border: 1px solid #bbb;	
}

.modal .t_write td input[type='text'] {
	height: 32px;
	width: 200px;
	padding: 0 5px !important;
	box-sizing: border-box;
	border:1px solid #bbb; 
}
.modal .t_write td input[type='file'] {
	height: 32px;
}
.modal .t_write td label.fileLabel {
	padding: 0 10px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    border: 1px solid #8b8b8b;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    background-color: #e8e8e8;
    cursor:pointer;
}
.modal .t_write td input[type='checkbox'] {
	vertical-align: middle;
}

.modal input {
	color:black;
}

.modal textarea {
	resize: none;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	border:1px solid #ccc;
}

.modal .write_wrap p {
	font-size: 15px;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d',
		endColorstr='#000000', GradientType=0); /* IE6-9 */
	color: white;
	text-align: left;
	padding: 3% 4%;
	box-sizing: border-box;
}

.modal .write_wrap p>img {
	cursor: pointer;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.modal td button.ui-datepicker-trigger {
	display:none;
}
.modal .btn2 {
	width: 100%;
}

.modal .but:hover {
	background: #484451;
}

.write_wrap, .write_wrap2, .write_wrap3 {
	width: 100%;
}

.t_write {
	border: none;
}

.t_write, .t_write tr, .t_write th, .t_write td {
	border-collapse: collapse;
	border: 1px solid #999;
	border-left: none;
	border-right: none;
}

.t_write {
	width: 100%;
}

.t_write td, .t_write th {
	padding: 3%;
	box-sizing: border-box;
	font-size: 12px;
}

.t_write td select {
	height: 30px;
	width: 200px;
	padding: 0 2%;
	box-sizing: border-box;
}

.t_write td input, .t_write td select {
	vertical-align: middle;
}

.write_wrap p, .write_wrap2 p, .write_wrap3 p {
	font-size: 16px;
	font-weight: bold;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d',
		endColorstr='#000000', GradientType=0); /* IE6-9 */
	color: white;
	text-align: left;
	padding: 3% 4%;
	box-sizing: border-box;
}

.t_write td span.price {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.t_write tr th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.t_write tr td .comp {
	width: 105px;
}

.t_write tr td .comp2 {
	width: 130px;
}

.pop_wrap .but_wrap {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.pop_wrap .but, .write_wrap .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 auto;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
	font-size: 13px;
}

.pop_wrap .but:hover, .write_wrap .but:hover {
	background: #484451;
}

.write_wrap .tab_left, .write_wrap .tab_right {
	float: left;
	width: 30%;
	border: 1px solid #999;
	border-bottom: none;
	box-sizing: border-box;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px solid white;
	margin-bottom: -1px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.write_wrap .tab_left {
	margin-left: 20px;
	font-weight: bold;
}

.write_wrap .tab_right {
	color: #7c7c7c;
	background: #dfdfdf;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-left: none;
}

.t_write input[type='button'], .cus_search input[type='button'] {
	height: 30px;
	box-sizing: border-box;
	background: #685d33;
	color: white;
	width: 70px;
	border: 1px solid #685d33;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	border-radius: 3px;
}

.t_write input[type='button']:hover, .cus_search input[type='button']:hover
	{
	border: 1px solid #958853;
	background: #958853;
}

.write_wrap2 {
	display: none;
}

.write_wrap2 .tab_left, .write_wrap2 .tab_right {
	float: left;
	width: 30%;
	border: 1px solid #999;
	border-bottom: none;
	box-sizing: border-box;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px solid white;
	margin-bottom: -1px;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.write_wrap2 .tab_left {
	margin-left: 20px;
	font-weight: 400;
	color: #7c7c7c;
	background: #dfdfdf;
	border-top: 1px solid #ccc;
	border-right: none;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

.write_wrap2 .tab_right {
	font-weight: bold;
}

.write_wrap input[type='radio'], .write_wrap2 input[type='radio'] {
	display: none;
}

.t_write input[readonly] {
	cursor: default;
}

.t_write textarea {
	vertical-align: middle;
}

.write_wrap2 .domain {
	height: 20px;
	border: none;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 600px){
	.modal .write_wrap p>img {
		top: 5px;
	}
}