@charset "utf-8";
.conf-container input[type="radio"] {
	display: none;
}

.conf-container  input[type="radio"]+label {
	width: 56px;
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
	display: inline-block;
	background: url(../../img/check_off.png) no-repeat 0 0;
	background-size: 35px 35px;
	vertical-align: middle;
	cursor: pointer;
}

.conf-container input[type="radio"]:checked+label {
	width: 56px;
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
	display: inline-block;
	background: url(../../img/check_on.png) no-repeat 0 0;
	background-size: 35px 35px;
	vertical-align: middle;
	cursor: pointer;
}

.conf-container input.input-box, select.input-box {
	width: 120px !important;
	height: 40px !important;
	font-size: 16px !important;
	text-align: center !important;
	color: #f7f7fb !important;
	background-color: #181a1d !important;
	border: 1px solid #343b47 !important;
	box-shadow: inset 2px 2px 0 0 #0f1113 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}

.conf-container {
	color: #ffffff;
}

.conf-container .conf-title {
	font-size: 30px;
	color: #59C4F1;
	margin-bottom: 20px;
	/* font-family:KoPub돋움체 Bold; */
}

.conf-container .conf-main {
	/* 	background-color: green; */
	font-size: 18px;
}

.conf-container .conf-section {
	margin-top: 60px;
}

.conf-container .conf-contents {
	display: flex;
	height: 60px;
	align-items: center;
	border-bottom: 1px solid #9FA0A0;
}

.conf-container .conf-section .conf-contents:first-child {
	border-top: 1px solid #9FA0A0;
}

.conf-container .conf-contents-txt {
	flex-grow: 0;
	width: 900px;
	margin-left: 40px
}

.flex-obj-2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.conf-container .conf-contents-detail {
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.conf-container .value_setting {
	text-indent: 300px;
}

.conf-container .value_setting * {
	margin: 0 10px 0 10px;
}

.conf-container .gradationBtn {
	width: max-content;
	padding: 15px 15px;
	background: linear-gradient(45deg, #3781C4, #81CDDF);
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}

.conf-container .pUseynCd_detail, .cUseynCd_detail {
	display: none;
	height: 110px;
}

.setMsg .strong-txt {
	color: #FFD700;
	text-align: center;
	margin: 10px auto;
}

.setMsg {
	width: 1000px;
	color: #ffffff;
}

.setMsg>* {
	width: inherit;
}

.setMsg td {
	border: 1px solid #9FA0A0;
	border-collapse: collapse;
}

.setMsg table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 15px;
}

.setMsg table th {
	width: 200px;
	height: 50px;
	font-size: 15px;
	text-align: center;
	padding-right: 20px;
}

.setMsg table td {
	height: 40px;
	font-size: 14px;
	text-align: center;
}

.setMsg table td a {
	background-color: #f7f7fb;
	font-size: 14px;
	padding: 5px 10px;
	color: #0f1113;
	font-family: "NotoKrR", sans-serif;
	text-align: center;
}

.setMsg textarea {
	width: 100%;
	height: 100%;
	font-size: 16px;
	background-color: #181a1d;
	border: 1px solid #343b47;
	box-shadow: inset 2px 2px 0 0 #0f1113;
	display: block;
	border-radius: 0;
	padding: 10px;
	resize: none;
}

.setMsg .gradationBtn {
	width: 100%;
}

.day-box {
	display: flex;
	align-items: center;
}

.day-box * {
	margin: 0 5px;
}

.gray-color {
	width: max-content;
	background-color: #5C5A5A;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}

.nowByte {
	text-align: center;
	margin: 12px 0;
}
.setMsg input[type="radio"] {
	display: none;
}

.setMsg  input[type="radio"]+label {
	width: 56px;
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
	display: inline-block;
	background: url(../../img/check_off.png) no-repeat 0 0;
	background-size: 35px 35px;
	vertical-align: middle;
	cursor: pointer;
}

.setMsg input[type="radio"]:checked+label {
	width: 56px;
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
	display: inline-block;
	background: url(../../img/check_on.png) no-repeat 0 0;
	background-size: 35px 35px;
	vertical-align: middle;
	cursor: pointer;
}

.setMsg input.input-box, select.input-box {
	width: 120px !important;
	height: 36px !important;
	font-size: 16px !important;
	text-align: center !important;
	color: #f7f7fb !important;
	background-color: #181a1d !important;
	border: 1px solid #343b47 !important;
	box-shadow: inset 2px 2px 0 0 #0f1113 !important;
	border-radius: 0 !important;
	padding: 0 !important;
}
.setMsg .gradationBtn {
	width: 100%;
	padding: 15px 15px;
	background: linear-gradient(45deg, #3781C4, #81CDDF);
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}