@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

html, body ,div {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html, body {
	height: 100vh;
	background:#f3f5f8;
}

ul, li {
	list-style:none;
}

.brand-navigation {
	background-color: #06070d;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.header_content {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_content .top_text {
	color:#ddd;
	font-size:13px;
}

.header_content .top_text span {
	font-weight:600;
	color: #fff;
}

.navigation {
	list-style: none;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	text-transform: uppercase;
	font-size: 13px;
	align-items: center;
}

.navigation li {
	margin-right: 30px;
}

.navigation li.active {
	background: #0c67c5;
	padding: 5px 15px;
	border-radius: 4px;
}

.navigation a {
	text-decoration: none;
	color: #fff;
}

.logo-nav {
	max-width: 100px;
}

.button-dark {
	margin-right: 20px;
	height: 28px;
	padding: 1px 20px;
	border-radius: 4px;
	background-color: #555;
	border-style: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
}

.container {
	height: calc(100vh - 80px);
	display: flex;
	margin: 15px;
}

.main {
	width:100%;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius:15px;
}

.main h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main h3 {
	font-size: 25px;
	font-weight: 200;
	text-align: center;
}

.main h2 img {
	margin-right:10px;
}


.main_title p {
	font-size:20px;
	font-weight:500;
	display: flex;
	align-items: center;
	margin-top:70px;
	justify-content: center;
}

.main_title p span.main_name {
	letter-spacing:10px;
	font-size:33px;
	font-weight:600;
	margin:0 20px;
}

.main .left {
	padding:30px;
}

.main .right {
	padding:30px
}

.content_bg {
	width: 100%;
	background: #fff;
	border-radius: 15px;
}

.content2 {
	height: calc(100vh - 80px);
	padding: 15px;
	overflow-y: scroll;
	visibility: hidden;
}

.content_inner,
.content2:hover {
	visibility: visible;
}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	border: 3px solid #fff;
}

::-webkit-scrollbar-track {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	width: 50px;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.left {
	width: 45%;
}

.right {
	margin-left: 15px;
	width: calc(55% - 15px);
}

.left_top_bg {
	background:#fff;
	border-radius:15px;
	padding:20px;
	height: 57%;
	overflow:hidden;
}

.left_top_bg.kid {
	height: 20%;
}

.left .left_top {	
	overflow-y: scroll;
	visibility: hidden;
	height: 100%;
}

.left_top-inner{
	visibility: visible;
}

.left .left_top:hover {
	visibility: visible;
}

.left_bottom_bg {
	background:#fff;
	border-radius:15px;
	padding:20px;
	height: calc(50% - 15px);
	overflow:hidden;
	margin-top: 15px;
}

.left_bottom_bg.kid {
	height: calc(80% - 15px);
}

.left .left_bottom {
	height: 100%;
	overflow-y: scroll;
	visibility: hidden;
}

.left_bottom-inner{
	visibility: visible;
}

.left .left_bottom:hover {
	visibility: visible;
}
.right .right_top {
	height: 50%;
	background:#fff;
	overflow-y: scroll;
	border-radius: 15px;
}

.right .right_bottom {
	height: calc(50% - 15px);
	margin-top: 15px;
	padding: 15px;
	background:#fff;
	border-radius: 15px;
	overflow: hidden;
}

.right_bottom-inner{
	visibility: visible;
}

.container2 {
	height: calc(100vh - 50px);
	padding: 15px;
	box-sizing: border-box;
}

.top {
	width: 100%;
	height: 300px;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	border-bottom: 1px solid #eee;
}

.bottom {
	height: calc(100vh - 370px);
	display: inline-block;
	width: 100%;
}

.container2 .left {
	width: calc(60% - 15px);
	float: left;
	height: calc(100% - 30px);
	background:#fff;
	border-radius: 10px;
	margin: 15px 15px 15px 0;
}

.container2 .right {
	width: 40%;
	height: calc(100% - 30px);
	float: right;
	background: #fff;
	margin: 15px 0;
	border-radius: 10px;
}

.container2 .left .left_top {
	padding: 15px;
	border-radius: 15px;
	height: 100%;
}

.container2 .left .left_bottom {	
	height: 0;
}

.container2 .right .right_top {
	height: 60%;
	padding: 15px;
}

.container2 .right .right_bottom {
	height: 100%;
	padding: 15px;
	overflow: hidden;
}

.time_select_tr {
	display: flex;
	align-items: center;
}

.selector {
	display: flex;
	justify-content: space-between;
	@media screen and (max-width: 1200px) {
		display: inline-block;
	}
}

.selector h3 {
	margin-top: 0;
	width: 100%;
}

.selector ul {
	/*width: 20%;*/
	width: 29%;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 10px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.selector ul.active {
	background:#e4f3f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	@media screen and (max-width: 1200px) {
		display: inline-block;
	}
}

.selector ul li {
	margin: 6px 0;
	width: 48%;
}

.selector ul li.active {
	background: #0c67c5;
	color: #ffffff;
}

.selector input {
	display: none!important;
}

.selector input[type=checkbox] + label {
	display: inline-block;
	border-radius: 6px;
	background: #fff;
	height: 26px;
	padding: 0 10px;
	width: 100%;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	box-sizing: border-box;
}

.selector input[type=checkbox]:checked + label {
	background: #0c67c5;
	color: #ffffff;
}

.selector input[type=radio] + label {
	/*display: inline-block;*/
	/*border-radius: 6px;*/
	/*background: #fff;*/
	/*height: 26px;*/
	/*padding: 0 10px;*/
	/*width: 100%;*/
	/*line-height: 26px;*/
	/*text-align: center;*/
	/*cursor: pointer;*/
	/*font-size: 15px;*/
	/*font-weight: 600;*/
	/*box-sizing: border-box;*/
	border-radius: 6px;
	background: #fff;
	display: inline-block;
	height: auto;
	min-height: 26px;
	padding: 0 10px;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	box-sizing: border-box;
	white-space: normal;
	word-break: keep-all;
}

.selector input[type=radio]:checked + label {
	background: #0c67c5;
	color: #ffffff;
}

.selector2 {
	display: flex;
}

.selector2 h3 {
	margin-top: 0;
}

.selector2 ul {
	width: 25%;
	margin: 0 5px;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 10px;
}

.selector2 ul.active {
	background:#e4f3f5;
}

.selector2 ul li {
	margin: 6px 0;
}

.selector2 input {
	display: none!important;
}

.selector2 input[type=checkbox] + label {
	display: inline-block;
	border-radius: 6px;
	background: #eee;
	height: 26px;
	padding: 0 10px;
	width: 100%;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	box-sizing: border-box;
}

.selector2 input[type=checkbox]:checked + label {
	background: #0c67c5;
	color: #ffffff;
}

.selector2 input[type=radio] + label {
	display: inline-block;
	border-radius: 6px;
	background: #dddddd;
	height: 40px;
	padding: 0 10px;
	margin: 3px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}

.selector2 input[type=radio]:checked + label {
	background: #0c67c5;
	color: #ffffff;
}

.main_selector {
	display: flex;
}

.main_selector h3 {
	margin-top: 0;
}

.main_selector ul {
	width: 25%;
	margin: 0 5px;
	padding: 15px 5px;
	border-radius: 10px;
}

.main_selector ul h3 {
	font-size: 20px;
	font-weight: 600;
}

.main_selector ul li.active {
	background:#e4f3f5;
}

.main_selector ul li {
	margin: 3px 0;
	display: inline-block;
	border-radius: 6px;
	background: #dddddd;
	height: 34px;
	padding: 0 10px;
	width: 100%;
	line-height: 34px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
}

.main_btn {
	width:100%;
	border:none;
	background:#0c67c5;
	color:#fff;
	border-radius:4px;
	height:50px;
}


select {
	display: inline-block;
	min-width: 110px;
	font-size: 13px;
	height: 35px;
	border: 1px solid #dae0ea;
	background: #f4f6f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	cursor: pointer;
}

input[type="text"] {
	display: inline-block;
	/*min-width: 150px;*/
	height: 35px;
	font-size: 13px;
	border: 1px solid #dae0ea;
	background: #f4f6f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	cursor: pointer;
}

/*********************************************************************************/
textarea {
	width: calc(99% - 20px);
	height: 160px;
	padding: 10px;
	resize: vertical;
	outline: none;
	border: 1px solid #ddd;
	font-size:15px;
}

audio {
	height: 25px;
}

.table {
	font-size: 13px;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background: #fff;
}

.table tr th {
	color: #555555;
	width: 100px;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #dae0ea;
}

.table tr td {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 3px;

}

.table2 {
	font-size: 13px;
	width: 100%;
	height: auto;
	border-collapse: collapse;
	background: #fff;
}

.table2 tr th {
	color: #555555;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
	padding: 15px 0;
	display: block;
}

.table2 tr td {
	padding: 5px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.medium {
	font-weight: normal;
	padding: 5px 10px;
	margin: 3px;
}

.btn {
	display: inline-block;
	cursor: pointer;
	background: #eeeeee;
	color: #000;
	border-radius: 3px;
	padding: 3px 6px 4px;
	letter-spacing: -1px;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	font-size: 14px;
}

.btn i {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-style: normal;
}

.st1 {
	background:#fff;
	padding: 7px 10px !important;
	border: 1px solid #ddd;
}
.st1:hover {
	background:#0c67c5;
	color:#fff;
}

.st2 {
	background:#0c67c5;
	color:#fff;
	padding: 7px 10px !important;
	border: none;
}

.btn_record {
	background: #999;
	border: 1px solid #999 !important;
	color: #fff !important;
	padding: 7px 10px !important;
	border: none;
}

.btn_record:hover {
	border: 1px solid #999 !important;
	background: #999 !important;
	opacity:1 !important;
}

.btn_tts {
	background: #0c67c5;
	color: #fff;
	padding: 7px 10px !important;
	border: none;
}

.btn_listen {
	background: #0c67c5 !important;
	border: 1px solid #0c67c5;
	color: #fff;
	padding: 7px 10px !important;
}

.btn_download {
	background: #fff;
	color: #999;
	border: 1px solid #ddd;
	padding: 7px 10px !important;
	border: none;
}

.btn_white {
	background: #fff;
	color: #999;
	border: 1px solid #ddd;
	padding: 7px 10px !important;
}

.btn_delete {
	background: #ddd;
	color: #fff;
	border: 1px solid #ddd;
	padding: 7px 10px !important;
}

#snnh-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	display: block;
}

#snnh-modal .background {
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.3;
}

#snnh-modal .container {
	position: absolute;
	z-index: 99998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#snnh-modal .container .content {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	min-width: 300px;
	min-height: 200px;
	max-width: 1200px;
	max-height: 1000px;
	background: #ffffff;
	border-radius: 10px;
}

#snnh-modal .container .content #snnh-modal-content {
	padding: 30px;
}

#snnh-modal .container .content .close {
	position: absolute;
	z-index: 99997;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
}

.file_upload_box{
	border: 1px dashed #0c67c5;
	padding: 15px 0;
	text-align: center;
	margin: 10px 0;
	background: #f9f9f9;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-radius:5px;
}

.file_upload_box .ico_upload{
	font-size: 26px;
	display: block;
	text-align: center
}

.file_upload_list {
	overflow: hidden;
	padding: 0 0 5px;
	margin-top: 10px;
}

.file_upload_list .file_sp{
	display: inline-block;
	top: 0px;
	border-radius: 3px;
	background: #7da4d3;
	position: relative;
	float: left;
	height: 20px;
	overflow: hidden;
	margin: 5px 3px 3px 0
}

.file_upload_list .file_sp{
	display: inline-block;
	border-radius: 3px;
	background: #7da4d3;
	position: relative;
	float: left;
	height: 20px;
	overflow: hidden;
	margin: 0 3px 3px 0
}

.file_upload_list .file_sp a{
	display: inline-block;
	color: #fff;
	height: 20px;
	padding: 0 5px;
	line-height: 20px;
	font-size: 11px
}

.file_upload_list .file_sp a:hover{
	text-decoration: underline
}

.file_upload_list .file_sp .btn_file_del{
	display: inline-block;
	height: 20px;
	width: 20px;
	font-size: 11px;
	text-align: center;
	border-left: 1px solid #b6cae0;
	line-height: 20px;
	color: #fff;
	cursor: pointer
}

.file_upload_list .file_sp .btn_file_del:hover{
	background: #698fbd
}

.snnh-container {
	display: block;
	text-align: center;
}

.snnh-container .snnh-uploader {	
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
}

.snnh-container .snnh-uploader.is-dragover {
	background-color: #efefef;
}

.snnh-container .snnh-uploader input[type=file] {
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

.snnh-container .snnh-uploder-button {
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px;
	border: 0;
	min-width: 150px;
	min-height: 30px;
	background: #606060;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
	cursor: pointer;
}

.tab-container{
	padding: 20px;
	border-radius: 4px;
	height: 100%;
	position: relative;
}

.tab-container2 {
	padding: 2%;
	border-radius: 4px;
	height: 100%;
	position: relative;
}

.tab-menu{
	height: 40px;
}

.tab-menu ul{
	margin: 0;
	padding: 1px;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	background: #0c67c5;
	border-radius: 5px;
}

.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
	width:50%;
}

.tab-menu ul li a{
	text-decoration: none;
	color: #0c67c5;
	text-align: center;
	background-color: #fff;
	padding: 13px 0;
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
}

.tab-menu ul li:first-child a{
	border-radius: 4px 0 0 4px;
}

.tab-menu ul li:last-child a{
	border-radius: 0 4px 4px 0;
}

.tab-menu ul li a.active-a{
	background-color: #0c67c5;
	color: #ffffff;
}

.tab-menu ul li:first-child a.active-a{
	border-radius:4px 0 0 4px;
}

.tab-menu ul li:last-child a.active-a{
	border-radius:0 4px 4px 0;
}

.active-btn{
	background-color: #0c67c5;
	color: #ffffff;
}
.tab{
	display: none;
	margin-top: 20px;
}

.tab h2{
	color: rgba(0,0,0,.7);
}

.tab p{
	color: rgba(0,0,0,0.6);
	text-align: justify;
}

.tab-active{
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.bg_dmm:after{
	position: fixed;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 200;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0
}

.company_ul {
	list-style: none;
}

.company_ul li {
	width: 100%;
}

.company_ul li .company_list {	
	padding: 25px;
	margin: 15px;
	border-radius: 5px;
	border: 1px solid #dedede;
}

.btn.small {
	font-weight: 500;
	border-radius: 6px;
	font-size: 13px;
	padding: 1px 4px 2px;
}
.hasDatepicker {
	height:31px !important;
	padding: 3px 6px !important;
	margin-left:10px;
}
.disabled {
	opacity: 0.5;
}

#disconnected_company .disabled {
	opacity: 0.5;
	background:#eee !important;
}

.input_radio input[type="radio"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.input_radio li {
	position: relative;
	list-style: none;
	width: 65px;
}

.input_radio label {
	margin-right: 10px !important;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 20px !important;
}

.input_radio label:before {
	content: '';
	position: absolute;
	margin-left: 0;
	bottom: 0;
	left: 0%;
	margin-left:-30px;
	width: 21px;
	height: 21px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius: 100%;
}

.input_radio input[type="radio"]:checked + label:before {
	background: #fff;
	border-color: #adb8c0;
}

.input_radio input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 13px;
	margin-left: -25px;
	height: 13px;
	background: #99a1a7;
	border-radius: 100%;
}

.now {
	background: #ff8787 !important;
	/*background: #8987ff !important;*/
	
	color: #fff;
	font-size: 12px !important;
	border-radius: 5px !important;
	margin-right: 5px!important;
}

.time {
	background: #41a4c1  !important;
	color: #fff;
	font-size: 12px !important;
	border-radius: 5px !important;
	margin-right: 5px!important;
}

.pagination ul {
	margin: 2em auto;
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}

.page-number {
	display: inline;
}

.page-number a {
	text-decoration: none;
	color: black;
}

/* Pagination 3 */
.pagination-3 .page-number {
	margin: 0.25em;
}

.pagination-3 .page-number a {
	padding: 0.125em;
}

.pagination-3 .active {
	padding: 4px 8px;
	border-radius: 50%;
	background-color: #0c67c5;
	color: white;
}

.pagination-3 .active a {
	color: white;
}


.extra_modal {

width:50%;height:70%;position:absolute;z-index: 9999;top:50%; left:50%; transform:translate(-50%, -50%);background: #ffffff;border:1px solid #333;
}

.companylist {
	position:relative;
	padding:0 20px;
}
.extralist {
	position:relative;
	padding:0 20px;
}
.extra_list {
	height: calc(100% - 70px);
		overflow-y:scroll;
		padding:20px;
}
.extra_list > ul {
	padding:0;
	margin:0;
	font-size:14px;
}

.extra_list > ul > li {
	display:flex;
	width: 100%;
	padding: 15px 0;
	border-bottom:1px solid #ddd;
	margin:5px 0;
	flex-flow: row wrap;
}

.extra_list > ul > li > ul.extra_left {
	width:50%;
}

.extra_list > ul > li > ul.extra_left > li {
	margin:5px 0;
}

.extra_list > ul > li > ul.extra_left > li.title {
	font-weight: 600;
	font-size: 16px;
	line-height:25px;
	padding-right: 10px;
	text-overflow: ellipsis; 
           white-space: normal;
           overflow: hidden; 
           display: -webkit-box; 
           -webkit-line-clamp: 2;
           -webkit-box-orient: vertical;
}

.extra_list > ul > li > ul.extra_left > li > span  {
	background:#0c67c5;
	color:#fff;
	font-size:12px;
	padding:2px 6px;
	border-radius:2px;
}

.extra_list > ul > li  ul {
	margin: 0;
	padding: 0;
}

.extra_list > ul > li > ul.extra_script {
	padding:20px;
	width:50%;
	border:1px solid #ddd;
	box-sizing: border-box;
	font-size:13px;
	line-height:22px;
}

.extra_store ul {
	margin: 0 5px;
	padding: 15px 5px;
	border-radius: 10px;
}

.extra_store ul h3 {
	font-size: 20px;
	font-weight: 600;
}

.extra_store ul li.active {
	background:#e4f3f5;
}

.extra_store ul li {
	margin: 3px 0;
	display: inline-block;
	border-radius: 6px;
	background: #dddddd;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
}


.extra_bottom {
	margin-top:20px;
	width:100%;
	display:flex;
	align-items:center;
	position:relative;
}

.extra_bottom span span.date {
	color:#999;
	font-size:13px;
	margin-right:20px;
}

.extra_btn {
	position:absolute;
	right:0;
}

.file_selected {
	background: #f6b6b6;
}