﻿@charset "UTF-8";
@import url(webFont.css);
@import url(common.css);
@import url(menu.css);

html {
	scroll-behavior: smooth;
}
body img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.lnb_active :not(switch):before,
.lnb_active :not(switch):after {
	display: none;
	content: '';
}
/*body {
	margin: 0rem;
	line-height: 140%;
}
body h1 {
	font-size: 4.8rem;
	letter-spacing: -0.3rem;
}
body h2 {
	font-size: 3.8rem;
	letter-spacing: -0.2rem;
}
body h3 {
	font-size: 3.2rem;
	letter-spacing: -0.1rem;
}
body h4 {
	font-size: 2.7rem;
	letter-spacing: -0.1rem;
}
body h5 {
	font-size: 2.4rem;
	letter-spacing: -0.1rem;
}
body h6 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.1rem;
}
body p,
body li,
body dt,
body a {
	font-size: 1.7rem;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #333;
}*/
.txtCenter {
	text-align: center;
}
.txtRight {
	text-align: right;
}
.txtLeft {
	text-align: left;
}
.blockCenter {
	margin: 0rem auto;
}
.orangeTxt {
	color: #f58f21 !important;
}
.blueTxt {
	color: #0265dc !important;
}
.ui.button.green, .ui.button.green.dark, .ui.button.yellow {
	font-size: 1.6rem;
	padding: 1.3rem 3rem;
	text-align: center;
	margin: 0rem;
	box-sizing: border-box;
}
.ui.button.green {
	background-color: #007b67;
}
.ui.button.yellow {
	background-color: #fcae28;
}
.img img {
	width: 100%;
}
.blind {
	display: none;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-first {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dot li {
	position: relative;
	font-size: 1.7rem;
	line-height: 160%;
	padding-left: 2rem;
	margin: 1rem 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.dot li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0.3rem;
	top: 0.9rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background-color: #999;
}
.bar li {
	position: relative;
	color: #787878;
	padding-left: 1.6rem;
	margin-bottom: 1.5rem;
}
.bar li:last-child {
	margin-bottom: 0rem;
}
.bar li:before {
	content: "";
	position: absolute;
	display: block;
	left: 0.3rem;
	top: 0.9rem;
	width: 0.6rem;
	height: 0.3rem;
	background-color: #787878;
}
#scrollbar {
	display: none;
}
#header {
	position: relative;
	height: 13.5rem;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


/****** Menu CSS *******/
#menuWarp {
	position: relative;
}
#menuWarp .logo {
	position: absolute;
	display: block;
	left: 50%;
	top: 4.4rem;
	margin-left: -64rem;
	width: 19rem;
	height: 4.6rem;
	background-image: url(../main/images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 20;
}

#lnb .nav {
	height: 100%;
}
#lnb .nav .depth1_list {
	width: 73rem;
	margin: 0 auto;
}
#lnb .nav .depth1_item .depth1_text {
	line-height: 13.5rem;
	font-weight: 700;
}
#lnb .nav .depth2, #lnb .nav:after {
	top: 13.5rem;
	height: calc(100% - 11rem);
}
.lnb_active #menuWarp .logo {
	background-image: url(../main/images/whiteLogo.png);
}
.lnb_active #header {
	background-color: #246beb;
}
.lnb_active #lnb .nav .depth1_item .depth1_text,
.lnb_active .etcMenu .item li a {
	color: #fff;
}
.lnb_active #lnb .nav .depth1_item .depth1_text:before {
	background-color: rgba(256, 256, 256, 0.5);
}
.lnb_active .etcMenu  .nav_open .nav_button {
	background-image: url(../main/images/mBtn.png);
}
#lnb .nav .depth2_list {
	background-image: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#lnb .nav .depth2 .depth2_title {
	font-weight: 700;
	font-family: 'GmarketSans', sans-serif;
}
#lnb .nav .depth2_text {
	font-weight: 700;
}


.etcMenu {
	position: absolute;
	left: 50%;
	top: 4.4rem;
	margin-left: 42rem;
	display: block;
	width: 23rem;
	height: 4.6rem;
	z-index: 10;
}
.etcMenu .nav_open {
	display: none;
	float: left;
	margin-right: 1rem;
}
.etcMenu  .nav_open .nav_button {
	display: block;
	width: 5.4rem;
	height: 4.6rem;
	background-image: url(../main/images/mBtn_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
}

#siteMapBtn {
	float: left;
}
#siteMapBtn button {
	display: block;
	width: 5.4rem;
	height: 4.6rem;
	background-image: url(../main/images/mBtn_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 0;
}
.etcMenu  .item {
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.etcMenu  .item li {
	display: inline-block;
	height: 100%;
	margin-right: 2.7rem
}
.etcMenu .item li a {
	position: relative;
	font-size: 1.6rem;
	line-height: 4.6rem;
	font-weight: normal;
	color: #888;
}
.etcMenu .item li a:hover {
	text-decoration: underline;	
}

/****** main CSS *******/
main {
	background-color: #f5f5f5;
	padding:  6rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);	
}
#mainVisual .inner1,
#hotWrap .schedule .calendar,
#noticeZone .notice {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.8rem;
	padding: 6rem;
	margin-bottom: 6rem;
	background-color: #fff;
}
#mainVisual .inner1 {
	padding: 2rem;
}

/***** 메인슬라이드 CSS ******/
.mainSlide.slick-slider .slick-slide {
	position: relative;
	overflow: hidden;
	height: auto;
}
.mainSlide.slick-slider .slick-slide .img {
	position: relative;
	display: block;
	overflow: hidden;
	width: calc(100% - 50rem);
	height: 100%;
}
.mainSlide.slick-slider .slick-slide .img img {
	display: block;
	width: 100%;
}
.mainSlide.slick-slider .slick-slide .slideInfo {
	position: absolute;
	display: block;
	top: calc(50% - 11rem);
	right: 0rem;
	padding: 0 5rem 0 7rem;
	width: 50rem;
	height: 24rem;
	color: #101010;
	z-index: 10;
}
.mainSlide.slick-slider .slick-slide .slideInfo:before {
	content: "";
	position: absolute;
	display: block;
	left: 14rem;
	bottom: 0rem;
	width: 23rem;
	height: 4.4rem;
	border-radius: 3.5rem;
	background-color: #101010;
}
.mainSlide.slick-slider .slick-slide .slideInfo .tit {
	display: block;
	font-family: 'GmarketSansBold';
	word-break: keep-all;
	font-size: 3.8rem;
	line-height: 140%;
}
.mainSlide.slick-slider .slick-slide .slideInfo .txt {
	display: block;
	word-break: keep-all;
	font-size: 1.7rem;
	line-height: 140%;
}

.mainSlide.slick-slider .slick-arrow {
    position: absolute;
	overflow: hidden;
	font-size: 0;
    top: 50%;
	color: #fff;
    width: 2rem;
    height: 2rem;
    margin-top: 9.8rem;
    cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 11;
}
.mainSlide.slick-slider .slick-arrow.slick-prev {
	right: 32.5rem;
	background-image: url(../main/images/slide_pre_icon.png);
}
.mainSlide.slick-slider .slick-arrow.slick-next {
	right: 22.5rem;
	background-image: url(../main/images/slide_next_icon.png);
}
.slideCon {
	position: absolute;
	overflow: hidden;
	font-size: 0;
    top: 50%;
	margin-top: 9.8rem;
	right: 19rem;
	color: #fff;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../main/images/slide_stop_icon.png);
	z-index: 11;
}
.mainSlide.slick-slider .more {
	position: absolute;
	overflow: hidden;
	font-size: 0;
    top: 50%;
	margin-top: 9.8rem;
	right: 15.5rem;
	color: #fff;
    width: 2rem;
    height: 2rem;
    z-index: 10;
    cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../main/images/slide_more.png);
	z-index: 11;
}
.slideCon.on {
	background-image: url(../main/images/slide_start_icon.png);
}

.mainSlide.slick-slider .slick-dots {
	position: absolute;
	left: auto;
	right: 25.5rem;
	top: 50%;
	margin-top: 9.8rem;
	z-index: 10;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 1rem;
}

main h4 {
	font-size: 2.7rem;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.2rem;
	margin-bottom: 2rem;	
}
.hotZone {
	width: calc(100% - 56rem);	
}
.hotZone .btnGroup + h4 {
	margin-top: 4rem;	
}
.hotZone .btnGroup a {
	display: block;
	width: calc((100%/4) - 2rem);
	border-radius: 0.4rem;
	font-size: 1.8rem;
	line-height: 140%;
	color: #101010;
	background-color: #fff;
	text-align: center;
	padding: 2.5rem 0rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out;
}
.hotZone .btnGroup a .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 9.3rem;
	height: 9.3rem;
	margin: 1rem auto;
	background-color: #0265dc;
	background-position: center center;
	background-repeat: no-repeat;
}
.hotZone .btnGroup.orange a .icon {
	background-color: #f58f21;
}
.hotZone .btnGroup a .icon img {
	display: block;
}
.hotZone .btnGroup a:hover {
	transform: translateY(-0.8rem);
}
.hotZone .btnGroup a:hover img {
	transform: rotateY(180deg);
	transition: all 0.3s linear;
}
#hotWrap .schedule {
	width: 50rem;
}
#hotWrap .schedule .calendar {
	padding: 4rem 6rem;
}
#hotWrap .schedule .calendar h4 {
	display: inline-block;
	line-height: 4rem;
	margin-bottom: 0;
	vertical-align: top;
}
#hotWrap .schedule .calendar .mPre,
#hotWrap .schedule .calendar .mNext {
	display: inline-block;
	width: 6rem;
	height: 4rem;
	background-position: center center;
	background-repeat: no-repeat;
}
#hotWrap .schedule .calendar .mPre {
	background-image: url(../main/images/calendar_pre_icon.png)	
}
#hotWrap .schedule .calendar .mNext {
	background-image: url(../main/images/calendar_next_icon.png)	
}
#hotWrap .schedule .calendar .today {
	display: inline-block;
	width: 8.3rem;
	height: 3.7rem;
	font-size: 1.7rem;
	line-height: 3.7rem;
	text-align: center;
	border-radius: 2rem;
	background-color: #f5f7f8;
	vertical-align: top;
	
}
.MonthState {
	margin: 1.5rem 0;	
}
#hotWrap .schedule .calendar .day {
	display: block;
	text-align: center;
	width: calc(100% / 7);
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 1.7rem;
}
#hotWrap .schedule .calendar .header .day {
	font-size: 1.8rem;
	font-weight: 700;
	color: #101010;
}
#hotWrap .schedule .calendar .day .judge {
	display: block;
	line-height: 4rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	color: #fff;
	background-color: #0265dc;
	margin: 0rem auto;
}
#hotWrap .schedule .calendar .day .judge.two {
	background-color: #f58f21;	
}
#hotWrap .schedule .calendar .info {
	font-size: 1.7rem;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 1.5rem;
}

/***** notice CSS ******/
#noticeZone .inner1 {
	overflow: visible;	
}
#noticeZone .notice {
	position: relative;
	padding: 6rem 3rem;
	margin-bottom: 0rem;
}
.notice .noticeSlide  .slick-slide {
	border-radius: 0.4rem;
	background-color: #f5f5f5;
	height: 17rem;
	padding: 4rem;
	margin:0 2rem;
	overflow: hidden;
}
.notice .noticeSlide  .slick-slide .type {
	display: inline-block;
	width: 7.2rem;
	height: 2.4rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	line-height: 2.2rem;
	text-align: center;
	border: 1px solid #0265dc;
}
.notice .noticeSlide  .slick-slide .type.two {
	border: 1px solid #f58f21;
}
.notice .noticeSlide  .slick-slide .type + .type {
	margin-left: 0.3rem;
}
.notice .noticeSlide  .slick-slide .txt {
	width: 100%;
	font-size: 2rem;
	line-height: 140%;
	color: #101010;
	word-break: keep-all;
	
	margin-top: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.notice .noticeSlide  .slick-slide .txt:hover {
	text-decoration: underline;	
}
.notice .noticeSlide.slick-slider .slick-arrow {
    position: absolute;
	overflow: hidden;
	font-size: 0;
    top: calc(50% - 3rem);
    width: 6rem;
    height: 6rem;
    margin-top: auto;
    cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 11;
}
.notice .noticeSlide.slick-slider .slick-arrow.slick-prev {
	left: -6rem;
	background-image: url(../main/images/notice_pre_icon.png);
}
.notice .noticeSlide.slick-slider .slick-arrow.slick-next {
	right: -6rem;
	background-image: url(../main/images/notice_next_icon.png);
}

/***** footer CSS ******/
footer {
	padding: 6rem 0;
}
footer .copyright {
	max-width: 64rem;
	font-size: 1.7rem;
	line-height: 140%;
	color: #101010;
	margin: 0 auto;
	padding: 0.5rem 0 0 22rem;
	background-image: url(../main/images/footerLogo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/***** 전체메뉴보기 CSS ******/
.fade-up.modal {
	width: calc(100% - 4rem);
	max-width: 158rem;
	overflow: hidden;
	border-radius: 1.2rem;
	padding: 4rem 0rem;
}
.fade-up.modal .header {
	position: relative;
	border: none;
	margin-bottom: 4rem;
}
.fade-up.modal .header h3 {
	font-size: 2.7rem;
	letter-spacing: -0.2rem;
	font-weight: 700;
}
.fade-up.modal .header h3 .icon {
	margin-right: 1.5rem;	
}
.fade-up.modal .header .closeExit {
	position: absolute;
	display: block;
	top: 1rem;
	right: 4rem;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	background-image: url(../main/images/btn_close.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-up.modal>.content {
    font-size: 1.6rem;
    line-height: 140%;
    padding: 2rem 8rem;
}
.fade-up.modal>.content .mapItem.flex + .mapItem.flex {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.fade-up.modal>.content .mapItem h5.bar {
	position: relative;
	/*padding-top: 1.5rem;*/
	width: 27rem;
	font-size: 2.2rem;
	letter-spacing: -0.1rem;
	font-weight: 700;
}
/*.fade-up.modal>.content .mapItem h5.bar:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 3.2rem;
	height: 0.4rem;
	background-color: #aaa;
}*/
.fade-up.modal>.content .mapItem .itemUl {
	width: calc(100% - 27rem);
	justify-content: flex-start;
}

.fade-up.modal>.content .mapItem.flex li {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.1rem;
	color: #333;
	width: calc(100% / 4);
	text-align: left;
	line-height: 180%;
}
.fade-up.modal>.content .mapItem.flex li:nth-child(n+5) {
	margin-top: 2rem;	
}
.fade-up.modal>.content .mapItem.flex li li:nth-child(n+5) {
	margin-top: 0rem;	
}
.fade-up.modal>.content .mapItem.flex li a {
	color: #555;
}
.fade-up.modal>.content .mapItem.flex li a:hover {
	text-decoration: underline;	
}
.fade-up.modal>.content .mapItem.flex li li {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	padding-left: 1.2rem;
}
.fade-up.modal>.content .mapItem.flex li li:before {
	content: "";
	position: absolute;
	display: block;
	top: 1rem;
	left: 0;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	background-color: #888;	
}
.fade-up.modal>.content .mapItem.flex li li a {
	color: #888;
}


#subMain {
	padding: 0rem;
	/*background-color: #fff;*/
}
#subTit {
	padding: 6rem 0;
	text-align: center;
	background-color: #82b0cc;
}
#subTit h2 {
	font-size: 4.2rem;
	line-height: 140%;
	color: #fff;	
}
#subTit .navTxt {
	position: relative;
	display: inline-block;
	font-size: 1.7rem;
	line-height: 130%;
	color: #fff;
}
#subTit a.navTxt:hover {
	text-decoration: underline;	
}
#subTit .navTxt:after {
	content: ">";
	display: inline-block;
	font-family: 'Nanum Myeongjo';
	font-weight: 300;
	font-size: 1.8rem;
	margin: 0 1rem;
	color: rgba(256, 256, 256, 0.5);	
}
#subTit .navTxt:last-child:after {
	display: none;	
}
#subMain #subPage {
	max-width: 132rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    background-color: #fff;
	margin: 6rem auto;
}
#subMain .wrapper {
    max-width: 100%;
}
#subMain .subContent {
    background-color: transparent;
}
#subMain .st:after {
	display: block;
    width: 6rem;
    border-top: 4px solid #0265dc;
}

/******* LOCATION CSS *******/
#location {
	z-index: 10;
	position: relative;
	background-color: #e9e9e9;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#location .inner1 {
	height: 4.9rem;
	position: relative;
	overflow: visible;
	max-width: 132rem;
}
#location .inner1 .home {
	width: 4.9rem;
	float: left;
	height: 100%;
	position: relative;
}
#location .inner1 .home a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
	line-height: 5.5rem;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
#location .inner1 .home svg {
	width: 1.7rem;
	color: #666;
}
#location .inner1 .depth01 {
	float: left;
	height: 100%;
	position: relative;
	margin: 0 -1px;
}
#location .inner1 .depth01 > a {
	position: relative;
	padding: 0 2rem;
	display: block;
	line-height: 4.9rem;
	width: 25rem;
	font-size: 15px;
	color: #666;
}
#location .inner1 .depth01 > a:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	top: 0;
	right: 0px;
}
#location .inner1 .depth01 .sp_comm {
	background-image: url(../main/images/loc_aro.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	font-size: 1px;
	line-height: 0;
	color: transparent;
	position: absolute;
	right: 2rem;
	width: 0.7rem;
	height: 0.4rem;
	top: 2.2rem;
	
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition:all 150ms linear;
}
#location .inner1 .depth01 .depth01 + .depth01 {
	margin-left: -1px;
}
#location .inner1 .depth01.on .sp_comm {

	background-image: url(../main/images/loc_aro_on.gif);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	
}

#location .inner1 .depth01.on {
	background-color: #fff;
	border: none;
}
#location .inner1 .depth01.on > a {
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

#location .inner1 .depth01 .depth02 {
	display: none;
	position: relative;
	margin: 0;
	padding: 0.2rem 0 2.8rem;
	background: #fff;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#location .inner1 .depth01 .depth02 a {
	display: block;
	padding: 1rem 2rem 0;
	width: 100%;
	height: 100%;
	color: #666;
	font-size: 1.5rem;
	line-height: 140%;
	box-sizing: border-box;
}
#location .inner1 .depth01 .depth02 a:hover {
	text-decoration: underline;
}



@media only screen and (max-width:1339px) {
	#header {
		height: auto;
	}
	#menuWarp {
		overflow: hidden;
		padding: 2rem 0rem;
	}
	#menuWarp .logo {
		position: absolute;
		display: block;
		left: 50%;
		top: 50%;
		margin-left: -9.5rem;
		margin-top: -2.3rem;
	}
	.etcMenu {
		float: right;
		position: relative;
		left: auto;
		top: auto;
		margin-left: 0;
		display: block;
		width: auto;
		height: auto;
	}
	.etcMenu .item {
		display: none;	
	}
	
    .lnb_open #lnb:before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
	#siteMapBtn {
		display: none;	
	}
	.etcMenu .nav_open {
		display: block;
	}
	#lnb .nav .depth1_list {
		width: 100%;
	}
	.lnb_active #lnb .nav .depth1_item .depth1_text,
	.lnb_active .etcMenu .item li a {
		color: #101010;
	}
	#lnb .nav .depth1_item .depth1_text {
		line-height: 140%;
	}
	#lnb .nav .depth2, #lnb .nav:after {
		top: 0;
		height: auto;
	}
	#lnb .nav .depth2_list {
		display: block;
	}
	.lnb_active #menuWarp .logo {
		background-image: url(../main/images/logo.png);
	}
	.lnb_active #header {
		background-color: #FFF;
	}
	.lnb_active .etcMenu .nav_open .nav_button {
    	background-image: url(../main/images/mBtn_icon.png);
	}
	#lnb .nav .mobileBtn {
		text-align: center;
		padding: 1rem;
		background-color: #e1e1e1;
	}
	#lnb .nav .mobileBtn a {
		display: inline-block;
		width: auto;
		font-size: 1.6rem;
		line-height: 140%;
		padding: 0.5rem 2rem;
		margin: 0 0.2rem;
		border-radius: 0.8rem;
		border: 1px solid rgba(0, 0, 0, 0.15);
		background-color: #fff;
		color: #666;
	}
	.lnb_open.lnb_active #lnb .depth1_item.active .depth2_item.active .depth3 {
        visibility: visible;
        margin-bottom: 0rem;
        padding: 0 0 1.5rem 0;
        border-bottom: none;
    }
	#lnb .nav .depth1_item.has:before {
		content: "";
    }
	#lnb .nav .depth1_item.has .depth2_item.has:after {
		content: "∨";
		display:block;
		font-family: 'Nanum Myeongjo';
		font-size: 1.2rem;
		line-height: 100%;
		color: #333;
		visibility: visible;
		position:absolute;
		top:1.2rem;
		right:1.3rem;
		width:0.9rem;
		height:1.2rem;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transition:all 150ms linear;
	}
	#lnb .nav .depth1_item.has .depth2_item.has.active:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
    }
	.lnb_open.lnb_active #lnb .depth1_item.active .depth2_item.active .depth2_text {
        color: #101010;
    }
	
	main {
		padding: 4rem 2rem;
	}
	#mainVisual .inner1 {
		padding: 4rem;
		margin-bottom: 4rem;
	}
	#hotWrap .schedule .calendar {
		padding: 3rem;
	}
	#noticeZone .notice {
		padding: 4rem;
	}
	.mainSlide.slick-slider .slick-slide .img {
		width: calc(100% - 42rem);
	}
	.mainSlide.slick-slider .slick-slide .slideInfo .tit {
		font-size: 3.4rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo .txt {
		font-size: 1.6rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo {
		padding: 0rem 4rem;
		width:42rem;
		top: calc(50% - 10rem);
		height: 20rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo:before {
		left: 4rem;
	}
	.mainSlide.slick-slider .slick-arrow.slick-prev {
    	right: 34.5rem;
	}
	.mainSlide.slick-slider .slick-arrow.slick-next {
		right: 24.5rem;
	}
	.mainSlide.slick-slider .slick-dots {
		right: 27.5rem;
	}
	.slideCon {
		right: 21rem;
	}
	.mainSlide.slick-slider .more {
		right: 17.5rem;
	}
	.mainSlide.slick-slider .slick-arrow.slick-prev,
	.mainSlide.slick-slider .slick-arrow.slick-next,
	.mainSlide.slick-slider .slick-dots,
	.slideCon,
	.mainSlide.slick-slider .more {
		margin-top: 7rem;
	}
	
	main h4 {
		font-size: 2.4rem;
		letter-spacing: -0.1rem;
		margin-bottom: 1.5rem;
	}
	#hotWrap .schedule {
    	width: 42rem;
	}
	.hotZone {
		width: calc(100% - 46rem);
	}
	.hotZone .btnGroup a {
		width: calc((100% / 4) - 1rem);
	}
	#hotWrap .schedule .calendar .day {
		height: 4.4rem;
		line-height: 4.4rem;
		font-size: 1.6rem;
	}
	
	.notice .noticeSlide .slick-slide {
		height: 15rem;
		padding: 3rem;
		margin: 0 1rem;
	}
	.notice .noticeSlide .slick-slide .txt {
		font-size: 1.8rem;
	}
	.notice .noticeSlide.slick-slider .slick-arrow {
		top: calc(50% - 2rem);
		width: 4rem;
		height: 4rem;
		background-size: 1rem;
	}
	.notice .noticeSlide.slick-slider .slick-arrow.slick-prev {
		left: -5rem;
	}
	.notice .noticeSlide.slick-slider .slick-arrow.slick-next {
		right: -5rem;
	}
	
	footer {
		padding: 4rem 0;
	}
	footer .copyright {
		font-size: 1.6rem;
		padding: 0.5rem 0 0 22rem;
	}
	
	#subTit {
		padding: 4rem 0;
	}
	#subTit h2 {
		font-size: 3.6rem;
	}
	#subTit .navTxt {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width:1023px) {
	main {
		padding: 3rem 2rem;
	}
	#mainVisual .inner1 {
        padding: 3rem;
        margin-bottom: 3rem;
    }
	#hotWrap .schedule .calendar,
	#noticeZone .notice {
        padding: 3rem;
    }
	.mainSlide.slick-slider .slick-slide .img {
		width: 100%;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo {
		position: relative;
		padding: 3rem 0rem 0rem 0rem;
		width:100%;
		top: auto;
		height: 18rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo .tit {
		font-size: 3rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo .txt {
		font-size: 1.5rem;
	}
	
	.mainSlide.slick-slider .slick-slide .slideInfo:before {
		left: 0rem;
	}
	.mainSlide.slick-slider .slick-arrow.slick-prev {
    	right: auto;
		left: 2rem
	}
	.mainSlide.slick-slider .slick-arrow.slick-next {
		right: auto;
		left: 12rem
	}
	.mainSlide.slick-slider .slick-dots {
		right: auto;
		left: 6rem
	}
	.slideCon {
		right: auto;
		left: 15rem
	}
	.mainSlide.slick-slider .more {
		right: auto;
		left: 18rem
	}
	.mainSlide.slick-slider .slick-arrow.slick-prev,
	.mainSlide.slick-slider .slick-arrow.slick-next,
	.mainSlide.slick-slider .slick-dots,
	.slideCon,
	.mainSlide.slick-slider .more {
		top: auto;
		bottom: 1.3rem;
		margin-top: 0rem;
	}
	
	.hotZone,
	#hotWrap .schedule {
        width: 100%;
    }
	.hotZone .btnGroup a {
		display: block;
		width: calc((100% / 4) - 1rem);
		font-size: 1.6rem;
		padding: 2rem 0rem;
	}
	main h4 {
		font-size: 2.2rem;
		letter-spacing: -0.1rem;
		margin-bottom: 1.5rem;
	}
	.hotZone .btnGroup + h4,
	.schedule {
		margin-top: 3rem;
	}
	
	.notice .noticeSlide .slick-slide {
		height: 13rem;
		padding: 2rem;
	}
	.notice .noticeSlide .slick-slide .txt {
		font-size: 1.6rem;
	}
	
	footer {
		padding: 3rem 0;
	}
	
	
	#subTit {
		padding: 3rem 0;
	}
	#subTit h2 {
		font-size: 3rem;
	}
	#subTit .navTxt {
		font-size: 1.5rem;
	}
	
	#location .inner1 .depth01 > a {
		width: 22rem;
	}
	#location .inner1 .depth01 .depth02 a {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:767px) {
	main {
		padding: 2rem;
	}
	#mainVisual .inner1,
	#hotWrap .schedule .calendar,
	#noticeZone .notice {
        padding: 2rem;
        margin-bottom: 2rem;
    }
	
	.mainSlide.slick-slider .slick-slide .slideInfo {
		padding: 2rem 0rem 0rem 0rem;
		height: 18rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo .tit {
		font-size: 2.7rem;
	}
	.mainSlide.slick-slider .slick-slide .slideInfo .txt {
		font-size: 1.4rem;
	}
	main h4 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.hotZone .btnGroup + h4,
	.schedule {
		margin-top: 2rem;
	}
	.hotZone .btnGroup a {
		display: block;
		width: calc((100% / 4) - 0.3rem);
		font-size: 1.5rem;
		padding: 1.5rem 0rem;
	}
	.hotZone .btnGroup a .icon {
		width: 6.7rem;
		height: 6.7rem;
	}
	
	.hotZone .btnGroup a .icon img,
	.hotZone .btnGroup.orange a:nth-child(2) .icon img {
		width: 4rem;	
	}
	.hotZone .btnGroup a:nth-child(2) .icon img {
        width: 3.2rem;
    }
	
	.MonthState {
		margin: 0.5rem 0;
	}
	#hotWrap .schedule .calendar .mPre,
	#hotWrap .schedule .calendar .mNext {
		width: 4rem;
		height: 4rem;
	}
	#hotWrap .schedule .calendar .today {
		width: 7rem;
		height: 3.6rem;
		font-size: 1.6rem;
		line-height: 3.6rem;
	}
	#hotWrap .schedule .calendar .header .day {
		font-size: 1.5rem;
	}
	#hotWrap .schedule .calendar .day {
        font-size: 1.4rem;
    }
	#hotWrap .schedule .calendar .info {
		font-size: 1.4rem;
		padding: 1.5rem 0rem;
	}
	
	.notice .noticeSlide.slick-slider .slick-arrow {
		top: calc(50% - 1.5rem);
		width: 3rem;
		height: 3rem;
		background-size: 0.7rem;
	}
	.notice .noticeSlide.slick-slider .slick-arrow.slick-prev {
		left: -3.5rem;
	}
	.notice .noticeSlide.slick-slider .slick-arrow.slick-next {
		right: -3.5rem;
	}
	footer {
        padding: 2rem;
    }
	footer .copyright {
		font-size: 1.4rem;
		padding: 3.8rem 0 0 0;
		background-position: center top;
		background-size: 14rem;
		text-align: center;
	}
	

	#subTit h2 {
		font-size: 2.7rem;
	}
	#subTit .navTxt {
		font-size: 1.4rem;
	}
	#location {
		border-bottom: none;
	}
	#location .inner1 {
    	height: auto;
	}
	#location .inner1 .depth01 {
		float: none;
		height: 4.9rem;
		z-index: 10;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}
	#location .inner1 .depth01:nth-child(2) {
		background-color: #f4f4f4;
		z-index: 12;	
	}
	#location .inner1 .depth01:nth-child(3) {
		z-index: 11;	
	}
	#location .inner1 .home {
		display: none;
		border-left-width: 0;
	}
	/*#location .inner1 .home + .depth01 {
		float: none;
		width: calc(100% - 	5.5rem);
	}*/
	#location .inner1 .depth01 > a:before {
		display: none;	
	}
	#location .inner1 .depth01 + .depth01 {
		width: 100%;
		background-color: #f4f4f4;
	}
	#location .inner1 .depth01 > a {
		width: 100%;
	}
	#location .inner1 .depth01 .depth02 a {
		font-size: 1.3rem;
	}
	#location .inner1 .depth01 .depth02 {
		display: none;
		position: relative;
		margin: 0;
		padding: 0.2rem 0 1rem;
	}
	
	#subMain #subPage {
		position: relative;
		max-width: 132rem;
		width: calc(100% - 4rem);
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-radius: 0.8rem;
		background-color: #fff;
		margin: 4rem auto;
	}
	#subMain #subPage .subContent {
		padding: 0rem;
		min-height: 40rem;
	}
	
	#location .inner1 .depth01 .depth02 a {
		padding: 1rem 2rem;
	}
}


@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(5rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes numBer {
	from {
		transform: translateY(-8rem);
		opacity: 0;
	}
	to {
		transform: translateY(0rem);
		opacity: 1;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
@keyframes arrowLoop {
	0% {
		top: 0rem;
		left: 0rem;
	}
	50% {
		top: 0rem;
		left: 0.5rem;
	}
	100% {
		top: 0rem;
		left: 0rem;
	}
}
