@charset "UTF-8";

.bottom-nav .search-box .form-control {
	border-radius: 20px;
}

.bottom-nav .search-box label {
	right: 10px;
}

.send-box.left {
	float: left;
	width: 298px;
}

.send-box.right {
	float: right;
	width:calc(100% - 318px);
}

.send-box .send-tit {
	position: relative;
	margin-bottom: 15px;
	color:#333;
	font-weight: normal;
	text-align: left;
}

.send-box .send-tit span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	background-color: #fff;
	z-index: 2;
}

.send-box .send-tit:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #156ea2;
	transform: translateY(-50%);
	z-index: 1;
	content: '';
}

.send-box .search-box {
	width:calc(100% - 55px);
}

.send-box .search-box + .btn.btn-darkgray.plus {
	color:#fff !important;
	font-size: 30px;
	border-color:#555;
	background-color: #555;
}

.send-box .search-box .item {
	overflow: hidden;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border:1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
}

.send-box .search-box .item li {
	padding:5px 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	cursor: pointer;
}

.send-box .search-box .item li:last-of-type {
	border:none;
}

.send-box .search-box .item li:hover {
	background-color: #f8f8f8;
}

.send-box .item-list {
	height: auto;
	max-height: 550px;
	border:none;
	border-radius: 3px;
	background-color: #f4f4f4;
}

.send-box .item-list li {
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.send-box .item-list li:last-of-type {
	border:none;
}

.send-box .item-list li .name {
	margin-right: 10px;
}

.send-box .item-list li .minus {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	width: 34px;
	border:8px solid #156ea2;
	border-radius: 3px;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.send-box .sms-box {
	width: 260px;
	height: 355px;
	margin:0 auto;
	padding:73px 15.5px 66px;
	background-image: url(../images/ip.png);
	background-repeat: no-repeat;
	background-position: center;
}

.send-box .sms-box .sms-text-box {
	padding:10px;
	box-sizing: border-box;
}

.send-box .sms-box .sms-text-box textarea {
	width: 100%;
	padding:5px;
	border-radius: 3px;
	box-sizing: border-box;
}

.send-box .sms-box .sms-text-box .limit-text {
	display: block;
	position: relative;
	margin-top: -45px;
	margin-bottom: 15px;
	padding:0 10px;
	color:#888;
	text-align: right;
	line-height: 1.2;
	box-sizing: border-box;
}

.send-box .reserv-send {
	width: 75%;
	margin: 15px auto 0;
	padding:5px 10px;
	border-radius: 3px;
	background-color: #f6f6f6;
}
.send-box .reserv-send label {
	width: 30px;
	height: 23px;
	margin-right: 5px;
	border:1px solid #aaa;
	box-sizing: border-box;
	background-size: 21px 15px;
	background-color: #fff;
	vertical-align: sub;
}
.send-box .reserv-send p {
	display: inline-block;
	padding:0 5px;
	line-height: 1.5;
	font-size: 14px;
	border:1px solid #aaa;
	background-color: #fff;
}

.progress-box {
	position: relative;
	width: 100%;
	height: 25px;
	border:1px solid #ddd;
}

.progress-box a.progress-close {
	display: none;
	position: absolute;
	top: 50%;
	right:0;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	color:#000;
	text-align: center;
	line-height: 25px;
}

.progress-box:hover a.progress-close {
	display: block;
}

.progress-box .progress {
	height: 25px;
	margin-top: 0;
}

.progress-box .progress span {
	line-height: 25px;
}

.see-more {
	position: relative;
	width: 20px;
}

.see-more a {
	display: block;
	width: 20px;
	text-align: center;
}

.see-more a:focus + ul {
	display: block;
}

.see-more ul {
	display: none;
	position: absolute;
	top: calc(100% + 5px);
	left: 50%;
	width: 100px;
	padding:5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	transform: translateX(-50%);
	z-index: 10;
}

.see-more ul li {
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

.see-more ul li:hover {
	background-color: #f1f1f1;
}

.list-box {
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 158px;
	border:1px solid #ddd;
	border-radius:10px;
	box-sizing: border-box;
}

.help-text {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.2;
}

/*
 * Component: Table
 * ----------------
 */
.date {
	text-align: center; 
}
.date ul {
	display: inline-block; 
}
.date ul li {
	float: left;
	padding: 5px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1; 
}
.date ul li a {
	display: block;
	width: 8px;
	height: 16px;
	margin-top: 1px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 14px; 
}
.date ul li.prev a {
	background-image: url(../../images/sub/_prev.png); 
}
.date ul li.next a {
	background-image: url(../../images/sub/_next.png); 
}

.selec-table thead tr th {
	color: #fff;
	background-color: #77a7c3; 
}
.selec-table td {
	position: relative;
	height: 64px;
	text-align: center;
	background-color: #fff; 
}
.selec-table td .end {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 5px;
	color: #333;
}
.selec-table .end.active {
	background-color: #f1f1f1; 
}
.selec-table .end.on {
	background-color: #77a7c3; 
}
.selec-table .end.selected:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(58, 149, 226, 0.58);
	content:'';
}
.selec-table .end.on .day {
	color: #fff; 
}
.selec-table .end .deadline {
	display: inline-block;
	width: 100%;
	font-size: 12px; 
}

.selec-table .end .day {
	display: block;
	text-align: center;
}

.level {
	margin-bottom: 30px; 
}
.level .level-form {
    display: table;
    width: 100%;
	margin-bottom: 5px; 
}
.level .level-form span {
    display: table-cell;
    color: #000;
	vertical-align: middle; 
}
.level .level-form span.text {
	width: 40px; 
}
.level .level-form span.date {
	width: 120px; 
}
.level .level-form span.min, .level .level-form span.hour {
	width: 80px; 
}
.level .level-form input, .level .level-form select {
	display: table-cell;
	height: 30px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	text-align-last: center;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	vertical-align: middle; 
}
.level .level-form input {
	width: calc(100% - 5px); 
}
.level .level-form select {
	width: calc(100% - 5px); 
}

.attribution-panel {
	width: 100%;
	margin-bottom: 50px;
}

.attribution {
	float: left;
	width: 210px;
}

.attribution-tit {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding:10px;
	color:#fff;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #77a7c3;
}

.attribution-nav {
	width: 100%;
	padding:10px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.attribution-nav > p {
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	background-color: #f1f1f1;
}
.attribution-nav > ul {
	width: 100%;
	padding:0 10px;
	box-sizing: border-box;
}
.attribution-nav > ul li {
	position: relative;
}
.attribution-nav > ul li a {
	display: block;
	height: 30px;
	padding:5px 10px;
	color:#333;
	line-height: 30px;
}
.attribution-nav > ul > li ul {
	width: 100%;
	padding-left: 20px;
	box-sizing: border-box;
}
.attribution-nav > ul > li ul li:after {
	display: block;
	position: absolute;
	top: 50%;
	left: -10px;
	font-weight: bold;
	line-height: 1;
	transform: translateY(-50%);
	content:'└';
}

.attribution-con {
	float: left;
	width:calc(100% / 3);
	margin-left: 20px;
	border-radius: 5px;
}
.attribution-list {
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	padding:0 30px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.attribution-list > a {
	display: block;
	position: absolute;
	top: 50%;
	width: 12px;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	transform: translateY(-15px);
}
.attribution-list > a.next {
	right: 10px;
	background-image: url(../images/next.png);
}
.attribution-list > a.prev {
	left: 10px;
	background-image: url(../images/prev.png);
}
.attribution-list ul {
	width: 100%;
	height: 40px;
}
.attribution-list ul li {
	float: left;
	width:100%;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.attribution-radio {
	width: 100%;
	margin-top: 8px;
	padding:0 30px;
	box-sizing: border-box;
	border-radius: 3px;
}
.attribution-radio ul {
	width: 100%;
}
.attribution-radio ul li {
	float: left;
	width:100%;
	padding:10px;
	box-sizing: border-box;
}
.attribution-radio ul li .input-group {
	padding:5px 0;
	box-sizing: border-box;
}
.attribution-radio ul li .input-group .input-group-addon .checkbox {
	height: 30px;
}
.attribution-radio ul li .input-group .input-group-addon .checkbox.blue input:checked + label {
	border-color:#77a7c3;
	background-color: #77a7c3;
}

.cat_item {
	display: inline-block;
	width: 360px;
	min-height: 100px;
	margin-right: 20px;
	padding:15px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.cat_item.cate2 {
	position: relative;
	margin-right: 80px;
}
.cat_item.cate2:after {
	display: block;
	position: absolute;
	top: 50%;
	right: -50px;
	width: 20px;
	height: 33px;
	margin-top: -17px;
	background-image: url(../images/next-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content:'';
}
.cat_item h3 {
	margin-bottom: 20px;
	padding:5px 10px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	background-color: #f1f1f1;
}
.cat_item .attr-color {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	border-radius: 100%;
	background-color: #f1f1f1;
}

.dash-board {
	margin-top: 10px;
}

.board-item {
	float: left;
	width: 49%;
	margin-left:2%;
	padding:5px 10px;
	color:#333 !important;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.board-item span {
	display: block;
	font-size: 16px;
	text-align: right;
}

.lg-btn {
	height:60px;
	line-height: 60px;
}

.class-making-box {
	/* width: 710px; */
	/* width: 100%; */
	/* width: calc(100% - 540px); */
	width: 960px;
}

.img-add {
	overflow: hidden;
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 30px;
	border-radius: 5px;
}
.img-add input {
	display: none;
}
.img-add label {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.img-add label:hover:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#fff;
	font-size: 40px;
	text-align: center;
	line-height: 80px;
	background-color: rgba(0,0,0,0.5);
	content:'+';
}
.img-add label img {
	width: 100%;
}
.img-guide {
	float: left;
}
.img-guide li {
	line-height: 20px;
}

.white-box {
	width: 100%;
	margin-top: 30px;
	padding:15px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.class-making-time {
	overflow-y: auto;
	max-height: 355px;
	margin-top: 87px;
	padding:15px;
	border:1px solid #ccc;
	box-sizing: border-box;
}

h3 + .white-box {
	margin-top: 15px;
}

.new-survey {
	margin: 100px 0;
	font-size: 18px;
	text-align: center;
}

.new-survey img {
	margin-bottom: 10px;
}

.new-survey a {
	color:#2fabf3;
	font-weight: bold;
}

.new-survey a:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.cal {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.cal:after {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 38px;
	height: 38px;
	background-image: url(../images/date.png);
	background-size: cover;
	z-index: 10;
	content: '';
}

.text-edit {
	width: 100%;
	height:460px;
}

.down-btn {
	display: inline-block;
	padding-left: 25px;
	color:#333 !important;
	line-height: 26px;
	border-bottom:1px solid #fff;
	box-sizing: border-box;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 20px auto;
}

.down-btn:hover {
	border-bottom:1px solid #333;
	box-sizing: border-box;
	background-image: url(../images/down-off.png);
}

.examImg img {
	max-width: 100%;
}

.comment {
	position: relative;
	margin-bottom: 10px;
	padding-left:20px;
	box-sizing: border-box;
}

.comment:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	content:'┗';
}

.modal-header .config {
	float: right;
	margin-right: 20px;
}

.modal-header .config .btn-sm {
	color:#fff !important;
	background-color: rgba(0, 0, 0, 0);
}

.modal-depth {
	overflow: hidden;
	overflow-y: auto;
	max-height: 400px;
}

.modal-depth .depth {
	min-width: 100%;
	overflow-x: auto;
	padding:10px 20px 30px;
	box-sizing: border-box;
}

.modal-depth .depth li {
	position: relative;
	width: 130px;
	padding-left: 35px;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
	background-image: url(../images/folder.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
}

.modal-depth .depth li.on,
.modal-depth .depth li:hover {
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
	background-color: #e1e3eb;
}

.modal-depth .depth li:before {
	position: absolute;
	top: 50%;
	right: 100%;
	color:#999;
	font-size: 10px;
	transform: translateY(-50%);
	content:'▶'
}

.modal-depth .depth li.open:before {
	color:#000;
	content:'▼'
}

.modal-depth .depth .depth-1 {
	margin-left: 20px;
}
.modal-depth .depth .depth-2 {
	margin-left: 40px;
}
.modal-depth .depth .depth-3 {
	margin-left: 60px;
}
.modal-depth .depth .depth-4 {
	margin-left: 80px;
}
.modal-depth .depth .depth-5 {
	margin-left: 100px;
}
.modal-depth .depth .depth-6 {
	margin-left: 100px;
}

.sitemap {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.sitemap a {
	color:#444;
}

.trash {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 42px;
	margin-top: 30px;
	padding-left: 40px;
	color: #333 !important;
	font-size: 14px;
	line-height: 41px;
	box-sizing: border-box;
	background-image: url(../images/l-recycle-Bin.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-size: 18px auto;	
}

.trash:hover {
	color: #f5696c !important;
    font-weight: bold;
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.2);
    background-color: #e1e3eb;
    background-image: url(../images/off-l-recycle-Bin.png);
}

.cms-table {
	float: right;
	width: calc(100% - 260px);
}

.cms-table thead tr {
	box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.cms-table thead tr td {
	padding:5px 10px !important;
}

.cms-table tr {
	min-height:30px !important;
	height: auto;
}

.cms-table tr.margin {
	height: 5px !important;
}

.cms-table tr.margin td {
	padding:3px 0 !important;
}

.cms-table tbody tr td {
	padding:5px 10px !important;
}


.modal-body .box {
	width: 50%;
}
.modal-body .box.left {
	overflow: hidden;
	overflow-y: auto;
	float: left;
	max-height: 600px;
	padding:30px;
	box-sizing: border-box;
	background-color: #fff;
}
.modal-body .box.left .title {
	margin-bottom: 20px;
	color:#4e4e4e;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.6px;
}
.modal-body .box.left .menu-nav {
	margin-bottom: 10px;
	color:#333;
	font-size: 14px;
	letter-spacing: -0.35px;
}
.modal-body .box.left .subject-tit {
	margin-bottom: 15px;
	color:#777052;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.6px;
}
.modal-body .box.left .subject-tit + ul {
	width: 100%;
}
.modal-body .box.left .subject-tit + ul li {
	color:#666;
	font-size: 14px;
	line-height: 20px;
}
.modal-body .box.left .subject-tit + ul li b {
	color:#333;
}
.modal-body .box.right {
	overflow: hidden;
	overflow-y: auto;
	float: right;
	max-height: 600px;
	padding:30px;
	box-sizing: border-box;
	background-color: #f1f1f1;
}
.modal-body .agree-box {
	margin-top: 30px;
}
.modal-body .agree-box dl {
	width: 100%;
	padding:10px;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.modal-body .agree-box dl dt {
	margin-bottom: 15px;
	color:#000;
	font-size: 16px;
}
.modal-body .agree-box dl dd {
	margin-bottom: 5px;
	color:#666;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: -0.8px;
}
.modal-body .agree-box dl dd .red {
	color:#cc0202;
}