/* 사용 할 수 있는 폰트 목록 */
/*
font-family: 'NanumMyeongjo, sans-serif;
font-family:'Nanum Gothic', sans-serif;
font-family:'Nanum Square', sans-serif;
font-family: 'Nanum Barun Gothic';


font-family: 'Noto Sans SC', sans-serif;
font-family: 'Noto Sans KR';

font-family:'MS-Gothic';

font-family: 'RIXMJEB';

font-family: 'Titillium Web', sans-serif;
font-family: font-family: 'Raleway', sans-serif;

*/
/* 사용 할 수 있는 폰트 목록 */


main {
	box-sizing: border-box;
	padding-top: 76px;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 200px;
}

/* 슬라이더 */
.slider-section {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.mainSlider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}


/*달력 */
.calender-section {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.calender-top {
	position: relative;
	display: block;
	width: 100%;
	height: 46px;
	text-align: center;
	vertical-align: bottom;
	font-size: 0;
	background: #583733;
}

.calender-top span.top-year {
	display: inline-block;
	vertical-align: bottom;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	line-height: 48px
}

.calender-top p {
	display: inline-block;
	vertical-align: bottom;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	margin-top: 2px;
	line-height: 45px;
}

.calendarMonth {
    position: relative;
    display: block;
    width: 100%;
    height: 117px;
    text-align: center;
    background-color: #fff;
    font-size: 0;
    box-sizing: border-box;
    padding: 33px 0;
}


.calendarMonth {
	position: relative;
	display: block;
	width: 100%;
	height: 117px;
	text-align: center;
	background-color: #fff;
	font-size: 0;
	box-sizing: border-box;
	padding: 33px 0;
}

.calendarMonth span {
	display: inline-block;
	width: 33px;
	height: 50px;
	vertical-align: middle;
}

.calendarMonth span.calendarBtn-prev {
	cursor: pointer;
	background: url(/m/images/common/calendarBtn-prev.png)no-repeat center center;
	margin-right: 15px;
}

.calendarMonth span.calendarBtn-next {
	cursor: pointer;
	background: url(/m/images/common/calendarBtn-next.png)no-repeat center center;
	margin-left: 15px;
}

.calendarMonth span.calendarBtn-prev:active {
	background: url(/m/images/common/calendarBtn-prev-hover.png)no-repeat center center;
}

.calendarMonth span.calendarBtn-next:active {
	background: url(/m/images/common/calendarBtn-next-hover.png)no-repeat center center;
}

.calendarMonth h3 {
	font-family:'Nanum Square', sans-serif;
	display: inline-block;
	font-size: 68px;
	height: 50px;
	line-height: 57px;
	background: #fff;
	vertical-align: middle;
	font-weight: 700;
}
.calendarMonth p {
	display: inline-block;
	width: 28px;
	height: 50px;
	line-height: 70px;
	background: #fff;
	font-size: 30px;
	overflow: hidden;
	vertical-align: middle;
	font-weight: 500;
}

.calendarMain {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.calendarMain .week {
	position: relative;
	display: block;
	width: 378px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	font-size: 0;
	text-align: center;
}
.calendarMain .week li {
	display: inline-block;
	width: 54px;
	height: 35px;
	background-repeat: no-repeat;
	/* background-size: 82px; */
	overflow: hidden;
	background-position: center center !important;
}
.calendarMain .week li.sun {
	background-image: url(/m/images/common/week1.png);
}
.calendarMain .week li.mon {
	background-image: url(/m/images/common/week2.png);
}
.calendarMain .week li.tue {
	background-image: url(/m/images/common/week3.png);
}
.calendarMain .week li.wed {
	background-image: url(/m/images/common/week4.png);
}
.calendarMain .week li.thu {
	background-image: url(/m/images/common/week5.png);
}
.calendarMain .week li.fri {
	background-image: url(/m/images/common/week6.png);
}
.calendarMain .week li.sat {
	background-image: url(/m/images/common/week7.png);
}

@media all and (min-width: 100px) {
	.calendarMain .week li {
		background-size: 41px;
	}
	.calendarMain .day li>span {
		font-size: 12px !important;
	}
}

@media all and (min-width: 768px) {
	.calendarMain .week li {
		background-size: 62px;
	}
}

@media all and (min-width: 1024px) {
	.calendarMain .week li {
		background-size: 82px;
	}
}


.calendarMain .day {
	position: relative;
	display: block;
	width: 378px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	font-size: 0;
	text-align: center;
}

.calendarMain .day li {
	display: inline-block;
	width: 54px;
	height: 46px;
	line-height: 46px;
}

.calendarMain .day li>span {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: 500;
}

.calendarMain .day li:first-child>span {
	color: #ea1064;
}
.calendarMain .day li.last_month>span {
	color: #bdbdbd !important;
}
.calendarMain .day li>span.holiday {
	color: #ea1064 !important;
}
.calendarMain .day li>span.holiday {
	color: #ea1064 !important;
}



.calendarMain .day li>span.schedule {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: #ea1064;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
}


.calendarMain .day li>span.schedule>span {
	display: none;
	position: absolute;
	z-index: 9;
	left: 26px;
	top: 24px;
	box-sizing: border-box;
	padding: 9px 15px;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	cursor: auto;
	text-align: left;
	width: 210px;
}

/* .calendarMain .day li>span.schedule:hover>span.schedule-hover-con {
	display: block;
}

.calendarMain .day li>span.schedule:hover>span.schedule-hover-con:hover {
	display: block;
}

.calendarMain .day li>span.schedule:active>span.schedule-hover-con {
	display: block;
}

.calendarMain .day li>span.schedule:active>span.schedule-hover-con:hover {
	display: block;
}
 */
.calendarMain .day li>span.schedule>span p {
	font-size: 13px;
	color: #333;
	line-height: 20px;
}
.calendarMain .day li>span.schedule.active .schedule-hover-con {
	display: block;
}

@media all and (min-width: 100px) {
	.calendarMain .day li {
		width: 41px;
	}
	.calendarMain .week li {
		width: 41px;
	}
}

@media all and (min-width: 320px) {
	.calendarMain .day li {
		width: 43px;
	}
	.calendarMain .week li {
		width: 43px;
	}
}


@media all and (min-width: 375px) {
	.calendarMain .day li {
		width: 45px;
	}
	.calendarMain .week li {
		width: 45px;
	}
}


@media all and (min-width: 520px) {
	.calendarMain .day li {
		width: 54px;
	}
	.calendarMain .week li {
		width: 54px;
	}
}


@media all and (min-width: 768px) {
	.calendarMain .day li {
		width: 70px;
	}
	.calendarMain .week li {
		width: 70px;
	}
}


@media all and (min-width: 1024px){
	.calendarMain .day li {
		width: 100px;
	}
	.calendarMain .week li {
		width: 100px;
	}
}


.section-link {
	position: relative;
	display: block;
	width: 100%;
	background: #47a4b6;
	text-align: center;
	font-size: 0;
	box-sizing: border-box;
	padding: 25px 0;
}

.section-link>div {
	display: inline-block;
	text-align: center;
	height: auto;
	cursor: pointer;
}
.section-link>div:nth-child(n+2) {
	margin-left: 40px;
}

.section-link>div span.link-ic {
	display: inline-block;
	width: 62px;
	height: 62px;
	background-color: #fff;
	border-radius: 100%;
	background-image: url(/m/images/common/assets.png);
	background-size: 375px;
	background-repeat: no-repeat;
}

.section-link>div span.link-ic01 {
	background-position: left 20px top -31px;
}

.section-link>div span.link-ic02 {
	background-position: left -48px top -31px;
}

.section-link>div span.link-ic03 {
	background-position: left -116px top -31px
}

.section-link>div p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.5px;
	margin-top: 10px;
}


@media all and (min-width: 768px) {

	.section-link>div span.link-ic {
		display: inline-block;
		width: 102px;
		height: 102px;
		background-color: #fff;
		border-radius: 100%;
		background-image: url(/m/images/common/assets.png);
		background-size: 650px;
		background-repeat: no-repeat;
	}

	.section-link>div span.link-ic01 {
		background-position: left 30px top -44px;
	}

	.section-link>div span.link-ic02 {
		background-position: left -90px top -44px;
	}

	.section-link>div span.link-ic03 {
		background-position: left -205px top -44px;
	}
	.section-link>div:nth-child(n+2) {
		margin-left: 150px;
	}

}

.section-notice {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 16px;
	background: #f2f2f2;
	font-size: 0;
}

.notice-top {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 52px;
	margin-bottom: 24px;
	line-height: 1;
}

.notice-top h3 {
	font-size: 20px;
	font-weight: bold;
	color: #303030;
}

.notice-top a.more {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	background-image: url(/m/images/common/assets.png);
	background-size: 375px;
	background-repeat: no-repeat;
	background-position: left -2px top -96px;
	cursor: pointer;
}

.notice-latest {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 54px;
}
.notice-latest ul {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 14px;
}

.notice-latest ul:first-child {
	margin-top: 0;
}

.notice-latest ul li {
	display: block;
	float: left;
}
.notice-latest ul li.title {
	width: calc(100% - 60px);
	color: #414141;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 10px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.notice-latest ul li.date {
	width: 60px;
	color: #414141;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}
.notice-latest ul li.no-data {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	text-align: center;
}

.section-subSlider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0 47px;
	padding-bottom: 77px;
}

.section-subSlider>h3 {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #303030;
	text-align: center;
	margin-bottom: 22px;
	margin-top: 52px;
}