.full-calendar .calendar-toolbar {display: flex; flex-direction: row; align-items: center; padding: 15px;}
.full-calendar .calendar-toolbar .left-box {display: flex; flex-direction: row; align-items: center;}
.full-calendar .calendar-toolbar .right-box {display: flex; flex-direction: row; align-items: center;}
.full-calendar .calendar-toolbar .center-box {flex: 1; text-align: left; font-size: 22px; color: #515365; padding: 0 20px;}
.full-calendar .btn-ix {background-color: #ffffff; background-image: none; height: 37px; padding: 0 15px; color: #6b7192; box-shadow: none !important; border-radius: 4px; border: 1px solid #ddd; padding: 0 15px;}
.full-calendar .btn-ix .fc-icon {position: relative; top: -0.05em; margin: 0 0.2em; vertical-align: middle; height: 1em; line-height: 1em; font-size: 1em; font-family: "Courier New",Courier,monospace;}
.full-calendar .btn-ix .fc-icon.fc-icon-left-single-arrow:after {content: "\2039"; font-weight: 700; font-size: 200%; top: -7%;}
.full-calendar .btn-ix .fc-icon.fc-icon-right-single-arrow:after {content: "\203A"; font-weight: 700; font-size: 200%; top: -7%;}
.full-calendar .btn-move + .btn-move {margin-left: -1px;}
.full-calendar .btn-move.prev {border-radius: 4px 0 0 4px;}
.full-calendar .btn-move + .btn-state {margin-left: 5px;}
.full-calendar .btn-move.next {border-radius: 0 4px 4px 0;}
.full-calendar .btn-state + .btn-state {margin-left: 6px;}
.full-calendar .btn-state.on {background-color: #ddd;}

.full-calendar .scroll-area {overflow-y: scroll; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;}
.full-calendar .tb-calendar {width: 100%; table-layout: fixed; border-collapse: collapse;}
.full-calendar .tb-calendar tbody td,
.full-calendar .tb-calendar tbody th {border: 1px solid #ddd;}
.full-calendar .tb-calendar tbody td {height: 160px; padding: 5px;}
.full-calendar .tb-calendar th {padding: 15px; text-align: center; background-color: #eae3d9; border: 1px solid #ddd; border-top: none;}
.full-calendar .tb-calendar td {vertical-align: top;}
.full-calendar .tb-calendar td .day {display: block; text-align: right; padding: 2px;}
.full-calendar .tb-calendar td.other .day {opacity: .4;}
.full-calendar .tb-calendar td.today {background: #f4f4f4; position: relative;}
.full-calendar .tb-calendar td.today::before {border: 1px solid #b21f24; display: block; content: ""; position: absolute; left: 0; top: 0; width: calc(100% - 2px); height: calc(100% - 2px); z-index: 1;}

.schedule-help {
	float: right;
	margin-top: 10px;
}
.schedule-help p {
	display: inline-block;
	margin-left: 15px;
}
.bbs-list-row .column .notice.schedule_1 {
	background-color: #5b9bd5;
	border: 2px solid #5b9bd5;
	color: #FFF;
}
.bbs-list-row .column .notice.schedule_2 {
	background-color: #70ad47;
	border: 2px solid #70ad47;
	color: #FFF;
}
.bbs-list-row .column .notice.schedule_3 {
	background-color: #ffc000;
	border: 2px solid #ffc000;
	color: #FFF;
}
.bbs-list-row .column .notice.schedule_4 {
	background-color: #ae7cbe;
	border: 2px solid #ae7cbe;
	color: #FFF;
}

.event-box {
	position: relative;
	z-index: 1;
	display: block;
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	color: #fff;
}
.event-box ~ .event-box {margin-top: 2px;}
.event-box:hover {color: #fff;}

.event-box.event-type1 {background-color:#5b9bd5;}
.event-box.event-type2 {background-color:#70ad47;}
.event-box.event-type3 {background-color:#ffc001;}
.event-box.event-type4 {background-color:#8344ba;}

.event-box .time,
.event-box .title {display: block;}

.full-calendar + .bbs-list-con {margin-top: 20px;}

@media only screen and (max-width: 767px){
	.event-box .event-title {padding-top: 5px;}
	.event-box .event-title .lesson-name {white-space: normal; overflow: visible; text-overflow: initial; font-size: 12px; word-break: break-all;}
	.event-box .event-title .lesson-num {position: relative; right: auto; top: auto; padding: 0 5px; display: block; background-color: rgba(51,51,51,1); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.event-box .player-list .player-txt {display: none;}
	.event-box .player-list .player-btn-box {width: 100%; align-items: center; margin: 0 6px;}
}

@media (max-width: 1080px) {
	.schedule-list-con .bbs-list-row .column.bbs-inline {display: table-cell;}
}

/* 2023-05 추가 */
.etc-subContainer.type2 {
    padding-top: 200px !important;
}

#navArea + .info-txt {
	padding: 30px 0;
}

#navArea + .tab-area {
	margin-top: 30px;
}

.info-txt {
    padding: 0;
	line-height: 1.4;
	clear: both;
}
.area-title {
	display: block;
}

.area-title h4 {
    background: url(/images/speaking/icon.png) no-repeat center left;
	padding: 4px 0 4px 34px;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
	float: left;
}

.area-title h4 .side-txt {
    font-size: 14px;
}

.area-title + .info-txt {
	padding: 10px 0;
}

.border-box {
    margin: 0 0 30px;
    padding: 20px;
    border: 2px solid #bbbbbb;
	clear: both;
}

.border-box .info-txt {
	padding: 0;
}

.policy-area-box {
    margin-bottom: 40px;
}

.policy-area-box .sepaking-policy-area .box {
    background: #fff;
    border: 1px solid #bbbbbb;
    padding: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
    max-height: 250px;
    overflow-y: auto;
}

.btn-area {
    text-align: center;
	margin: 40px 0;
}

.btn-area .button {
	display: inline-block;
    color: #fff;
    font-weight: 600;
    background: #403f3b;
    font-size: 18px;
    padding: 15px 25px;
    border: 0;
    line-height: 18px;
}

.btn-color1 {
    background: #403f3b;
}

.btn-color2 {
    background: #96183d !important;
}

.s-txt {
	font-size: 12px;
	margin-left: 4px;
}

.certify-info.type2 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.2;
}

.certify-info.type2:before {
	content: "*";
	position: absolute;
	left: 0;
	top: 3px;
	height: 100%;
}

.check-group {
	display: inline-flex;
	flex-direction: row;
	padding: 10px 0 0;
}

.check-group.type2 {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.check-group.type2 .radio_container {
	clear: both;
	margin: 10px 0 !important;
}

.check-group.type2 .check_container {
	clear: both;
	margin: 10px 0 !important;
}

.check-group.type2 .check_container.type2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 35px;
	margin-top: 4px !important;
}

.check-group.type2 .check_container.type2 span.check {
	top: 50%;
	margin-top: -10px;
}

.check-group.type2 .check_container.type2 input[type="text"] {
	margin-left: 10px;
}

.join-area-box .check_container,
.join-area-box .radio_container {
	display: inline-block;
	margin-left: 10px;
}

.check-group .check_container + .check_container, 
.check-group .radio_container + .radio_container {
    margin-left: 20px;
}

.join-area-box input:disabled {
	background-color: #f5f5f5;
	color: #999;
}

.tab-area {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #bbb;
	margin-bottom: 30px;
}

.tab-area .tab-item {
	margin-right: 4px;
}

.tab-area .tab-item a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	border: 1px solid #bbb;
	border-bottom: none;
	background-color: #f5f5f5;
	padding: 10px 30px;
}

.tab-area .tab-item.active a {
	font-weight: 700;
	background-color: #fff;
}

.tab-area .tab-item.active a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background-color: #fff;
}

.find-box {
	text-align: center;
}

.find-box .main-txt,
.find-box .sub-txt {
	display: inline-block;
	font-size: 20px;
	line-height: 1.4;
}

.find-box .main-txt {
	margin: 0 6px;
	font-size: 28px;
	color: #96183d;
}

.point1 {
	color: #96183d;
}

@media screen and (max-width: 1000px) {
	#subContainer.etc-subContainer.type2 {
		padding: 20px 15px !important;
	}

	#navArea.type2 {
		display: block;
	}

	#navArea.type2 h3 {
		font-size: 22px;
	}

	#navArea .side-txt {
		font-size: 12px;
	}
}

@media screen and (max-width: 800px) {
	#navArea.type2 .nav {
		display: none;
	}

	.table_view.table--block.type2 {
		display: block;
	}

	.table_view.table--block.type2 tbody,
	.table_view.table--block.type2 tr {
		display: block;
	}

	.table_view.table--block.type2 th,
	.table_view.table--block.type2 td {
		display: block;
		width: auto;
		padding: 5px 0 !important;
	}

	.table_view.table--block.type2 th {
		padding: 5px 10px !important;
	}

	.table_view.table--block.type2 td:before {
		content: none;
	}

	.certify-info.type2 {
		margin: 4px 0 0;
	}

	.join-area-box .wi302 {
		width: 100%;
	}

	.join-area-box .wi15 {
		width: 30%;
	}

	.join-area-box .zipcode {
		margin: 4px 0;
		width: 100%;
	}

	.join-area-box .check_container,
	.join-area-box .radio_container {
		display: block;
		margin-left: 10px;
	}

	#navArea.type2 h3 {
		font-size: 18px;
	}

	.area-title h4 {
		background-size: 14px 14px;
		padding-left: 22px;
		font-size: 16px;
	}

	.area-title h4 .side-txt {
		font-size: 12px;
	}

	.btn-area .button {
		font-size: 14px;
		padding: 10px 10px;
		border: 0;
		line-height: 14px;
	}
}
