#wrap_main {
	width: 100%;
	min-width: 1300px;
	    font-family: "NanumSquareRound","Noto Sans KR", "맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif;
}
.main_title {
    font-family: "NanumSquare";
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    font-weight: 400;
    color: #30323e;
    margin: 0px 0 60px 0;
    text-align: center;
    padding-top: 50px;
}
.main_title b {
    font-weight: 600;
}
.bgGray {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    text-align: center;
    padding: 50px 0px;
}

.calender-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}
.Learn-more #scheduleTable.txtcenter td:first-child {
    text-align: center;
}
.Learn-more {
    padding: 20px 0;
    font-size: 14px;
}
.Learn-more th {
    padding: 10px 5px;
    background-color: #005891;
    color: #fff;
    border-right: 1px solid #fff;
}
.Learn-more th:last-child {
    border-right: none;
}
.Learn-more td {
   padding: 10px;
   border: 1px solid #eeeeee;
   text-align: center;
}
.Learn-more td:first-child {
    text-align: left;
}

button.btn-on {
    background-color: #005891;
    padding: 5px 15px;
    color: #fff;
    transition: 0.2s;
}
button.btn-on:hover {
    background-color: #4cacd2;
}
button.btn-off {
    padding: 5px 15px;
    background-color: #e5e5e5;
    color: #999;
}

.review_wrap {
	max-width: 1300px;
	margin: 0 auto;
}
.review_wrap .review_slider .review_in_box {
    position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
    width: 94%;
    margin: 20px auto;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .1);
}
.review_wrap .review_slider .review_in_box::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 38px;
    height: 34px;
    background: url(/images/common/brown_quotes.png) no-repeat center;
}
.review_wrap .review_slider .review_in_box img {
    margin: 0 auto;
}
.review_wrap .review_slider .review_in_box strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3em;
    font-weight: bold;
}
.review_wrap .review_slider .review_in_box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    height: 62.39px;
}

.review_slider .slick-dots li button:before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #595343;
    border-radius: 10px;
}

.tab_wrap {
    display: block;
    max-width: 1300px;
    margin: 50px auto 0;
}
.tab {
    display: flex;
    text-align: left;
}
.tab > li {
    width: 100%;
    display: none;
}
.tab_menu {
    display: flex;
}
.tab_menu > p {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
    text-align: left;
    position: relative;
    cursor: pointer;
    border: 1px solid #eeeeee;
    width: 200px;
    text-align: center;
}
/* .tab_menu > p:first-child {
    padding-left: 0;
}
.tab_menu > p:first-child::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: rgb(114, 114, 114);

} */
.tab > .tab01.active .tab_menu .tab_btn01 {
    font-weight: 500;
    background-color: #4cacd2;
    color: #fff;
}
.tab > .tab02.active .tab_menu .tab_btn02 {
    font-weight: 500;
    background-color: #4cacd2;
    color: #fff;
}
.tab > li.active {
    display: block;
}
.tab .tab_in {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tab .tab_in > li {
    width: 22%;
    height: 300px;
    border: 1px solid #d1d1d1;
    margin: 40px 20px 0;
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 10%);
    position: relative;
}
.tab .tab_in > li a {
    display: block;
    width: 100%;
    height: 100%;
}
.tab .tab_in > li a > p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    padding: 20px 10px 30px;
    overflow: hidden;
    white-space: nowrap;
}
.tab .tab_in > li span {
    display: block;
    padding: 0 0 10px 20px;
}
.tab .tab_in > li img {
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #d1d1d1;
}

.text {
    display: flex;
    position: absolute;
    bottom: 15px;
}

/* calendar */
#calendar {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 2px solid #949494;
}
#calendar h3 {
    font-size: 26px;
    margin: 30px 10px;
    position: relative;
}
#calendar .date {
    display: flex;
    justify-content: center;
    position: relative;
}
#calendar .date > a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/admin/btn_calprev.png) no-repeat center / 100%;
    margin: 32px 12px;
}
#calendar .date > a:last-child {
    background-image: url(../images/admin/btn_calnext.png);
}
#calendar table {
    height: 600px;
    width: 100%;
}
#calendar table tr {
    vertical-align: top;
    height: 0.1%;
}
#calendar table th {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}
#calendar table td {
    border-top: 2px solid #ccc;
    padding: 10px;
    height: 16.6%;
    vertical-align: top;
    font-size: 18px;
}
#calendar table td:hover {
    background-color: #f3f3f3;
    transition: .2s;
}
#calendar table td .calendar_txt {
    padding-top: 15px;
}
#calendar .calendar_txt li {
    position: relative;
}
#calendar .calendar_txt li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgb(255, 115, 115);
}
#calendar .calendar_txt li a {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    line-height: 1.4em;
    font-weight: 500;
    font-size:14px;
}
/* #calendar .calendar_txt li a:hover {
    text-decoration: underline;
    overflow: unset;
    white-space: inherit;
} */
#calendar table td .calendar_txt p {
    line-height: 2em;
}
#calendar table td .calendar_txt p span {
    padding: 3px 10px;
    background-color: rgb(255, 115, 115);
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
}
#calendar table td.today {
    background-color: rgb(224, 242, 255);
    position: relative;
}
#calendar table td.today::after {
    content: "";
    top: 28px;
    left: 10px;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #005891;
}
#calendar table td.other {
    background-color: #f3f3f3;
}
#calendar table td:nth-child(1), #calendar table th:nth-child(1) {
    color:red;
}
#calendar table td:nth-last-child(1), #calendar table th:nth-last-child(1) {
    color:blue;
}

.sel-box {
    /*position: absolute;*/
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.sel-box > select{
    line-height: normal;
    padding: 5px 22px 5px 10px;
    font-size: 14px;
    margin-right: 5px;
}