/* **************************************** *
 * sub_top
 * **************************************** */


.sub_top {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.sub_top .tnb {
	overflow: hidden;
}
.sub_top .tnb span {
	display: inline-block;
	background: url('/nimg/sub/arrow.png') no-repeat;
	color: #555;
	vertical-align: middle;
	letter-spacing: 0px;
}
.sub_top .tnb ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.sub_top .tnb ul li {
	overflow: hidden;
	display: inline-block;
	border-left: 1px solid #ddd;
}
.sub_top .tnb ul li a {
	letter-spacing: 0px;
	color: #555;
}
.sub_top .tnb ul li.on a {
	font-weight: 600;
	color: #222;
}
.sub_top .tnb ul li:first-child {
	border-left: none;
}
.sub_top .tnb2 li a {
	color: #888;
	border-right: 1px solid #dedede;
	display: inline-block;
}
.sub_top .tnb2 li.on a {
	color: #4973fe;
	font-weight: 600;
}
.sub_top .tnb2 li:last-child a {
	border-right: none;
}
.sub_top .banner li:nth-child(2) {
	border: 1px solid #ddd;
	color: #222;
}
.sub_top .banner li:nth-child(1) a {
	display: block;
	width: 100%;
	border: 1px solid #184eff;
	color: #4d6fff;
}
.sub_top .banner li:hover {
	opacity: 0.6;
}
.sub_top dl.tit {
	width: 100%;
	text-align: center;
	background: url('/nimg/sub/titbg.jpg') no-repeat top center;
}
.sub_top dl.tit dd {
	font-weight: 500;
	letter-spacing: 1px;
}


	/*웹*/
	@media (min-width: 1024px) {
.sub_top {
	padding: 110px 30px 30px 30px;
	height: 210px;
}
.sub_top .tnb {
	position: absolute;
	top: 80px;
	left: 30px;
}
.sub_top .tnb span {
	font-size: 15px;
	line-height: 30px;
	background-position: right 9px;
	margin-right: 6px;
	padding-right: 15px;
}
.sub_top .tnb span:nth-child(2) {
	margin-right: -6px !important;
}
.sub_top .tnb ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.sub_top .tnb ul li {
	padding: 0px 15px;
}
.sub_top .tnb ul li a {
	font-size: 15px;
	line-height: 20px;
}
.sub_top .tnb2 {
	position: absolute;
	bottom: 30px;
	left: 15px;
}
.sub_top .tnb2 li {
	overflow: hidden;
	display: inline-block;
}
.sub_top .tnb2 li a {
	font-size: 14px;
	line-height: 20px;
	padding: 0px 15px;
}
.sub_top .tnb2 li.on a {
	color: #4973fe;
	font-weight: 600;
}
.sub_top .tnb2 li:last-child a {
	border-right: none;
}
.sub_top .banner {
	position: absolute;
	top: 80px;
	right: 30px;
}
.sub_top .banner li {
	margin-top: 3px;
}
.sub_top .banner li, .sub_top .banner li a {
	width: 130px;
	line-height: 30px;
	font-size: 13px;
	letter-spacing: 0px;
}
.sub_top .banner li:nth-child(2), .sub_top .banner li:nth-child(1) a {
	padding: 0px 10px;
}
.sub_top dl.tit {
	background-size: 15px 3px;
	padding-top: 10px;
}
.sub_top dl.tit dt {
	font-size: 17px;
	line-height: 22px;
}
.sub_top dl.tit dd {
	font-size: 40px;
	line-height: 40px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.sub_top {
	padding: 80px 20px 30px 20px;
	height: 260px;
}
.sub_top .tnb span {
	font-size: 14px;
	line-height: 20px;
	background-size: auto 7px;
	background-position: right 5px;
	margin-right: 4px;
	padding-right: 10px;
}
.sub_top .tnb span:nth-child(2) {
	margin-right: -2px !important;
}
.sub_top .tnb ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.sub_top .tnb ul li {
	padding: 0px 10px;
}
.sub_top .tnb ul li a {
	font-size: 14px;
	line-height: 20px;
}
.sub_top .tnb2 {
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.sub_top .tnb2 li {
	overflow: hidden;
	display: inline-block;
}
.sub_top .tnb2 li a {
	font-size: 14px;
	line-height: 20px;
	padding: 0px 12px;
}
.sub_top .tnb2 li.on a {
	color: #4973fe;
	font-weight: 600;
}
.sub_top .tnb2 li:last-child a {
	border-right: none;
}
.sub_top .banner {
	position: absolute;
	top: 135px;
	right: 20px;
}
.sub_top .banner li {
	margin-top: 3px;
}
.sub_top .banner li, .sub_top .banner li a {
	width: 114px;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 0px;
}
.sub_top .banner li:nth-child(2), .sub_top .banner li:nth-child(1) a {
	padding: 0px 5px;
}
.sub_top dl.tit {
	background-size: 15px 3px;
	padding-top: 10px;
	margin-top: 40px;
}
.sub_top dl.tit dt {
	font-size: 16px;
	line-height: 20px;
}
.sub_top dl.tit dd {
	font-size: 26px;
	line-height: 36px;
}
}

	/*모바일*/
	@media (max-width:640px) {
body {
	text-align: justify;
}
.sub_top {
	padding: 80px 10px 20px 10px;
	height: 210px;
}
.sub_top .tnb {
	display: none;
}
.sub_top .tnb2 {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
}
.sub_top .tnb2 li {
	overflow: hidden;
	display: inline-block;
}
.sub_top .tnb2 li a {
	font-size: 14px;
	line-height: 20px;
	padding: 0px 10px;
}
.sub_top .tnb2 li.on a {
	color: #4973fe;
	font-weight: 600;
}
.sub_top .tnb2 li:last-child a {
	border-right: none;
}
.sub_top .banner {
	position: absolute;
	top: 65px;
	left: 10px;
	width: 100%;
	overflow: hidden;
}
.sub_top .banner li {
	margin-top: 3px;
	width: 45%;
	display: inline-block;
	margin-left: 1%;
}
.sub_top .banner li a {
	width: 100%;
	box-sizing: border-box;
}
.sub_top .banner li, .sub_top .banner li a {
	line-height: 32px;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center;
}
.sub_top .banner li:nth-child(2), .sub_top .banner li:nth-child(1) a {
}
.sub_top dl.tit {
	background-size: 15px 3px;
	padding-top: 10px;
	margin-top: 40px;
}
.sub_top dl.tit dt {
	font-size: 12px;
	line-height: 12px;
}
.sub_top dl.tit dd {
	font-size: 22px;
	line-height: 22px;
}
}
/* **************************************** *
 * width_area
 * **************************************** */

.width_area {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}


	/*웹*/
	@media (min-width: 1024px) {
.width_area {
	max-width: 1200px;
	width: 96%;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.width_area {
	width: 96%;
}
}

	/*모바일*/
	@media (max-width:640px) {
.width_area {
	width: 90%;
}
}
/* **************************************** *
 * about_bluemoon
 * **************************************** */

.about_bluemoon {
	overflow: hidden;
	padding-bottom: 40px;
}
.about_bluemoon .logo_desc {
	border-bottom: 1px solid #8eafc7;
	overflow: hidden;
}
.desc_txt {
	overflow: hidden;
	width: 100%;
}
.desc_txt dt {
	overflow: hidden;
	width: 100%;
}
.desc_txt dt img {
	width: 100%;
}
.desc_txt dd {
	box-sizing: border-box;
	color: #333;
	font-weight: 300;
}
.desc_txt dd h4 {
	font-weight: 300;
	color: #000;
}

	/*웹*/
	@media (min-width: 1024px) {
.about_bluemoon .logo_desc {
	padding: 30px 0px 60px 0px;
	;
}
.about_bluemoon .logo_desc dt {
	float: left;
	overflow: hidden;
	width: 25%;
}
.about_bluemoon .logo_desc dt img {
	width: 95%;
}
.about_bluemoon .logo_desc dd {
	float: right;
	overflow: hidden;
	width: 68%;
	font-size: 16px;
	line-height: 32px;
	padding-top: 10px;
}
.desc_txt {
	padding: 60px 0px 0px 0px;
}
.desc_txt dd {
	padding: 30px 30px 0px 30px;
	font-size: 16px;
	line-height: 27px;
}
.desc_txt dd h4 {
	font-size: 25px;
	line-height: 60px;
	font-weight: 400
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.about_bluemoon .logo_desc {
	padding: 30px 0px 40px 0px;
}
.about_bluemoon .logo_desc dt {
	float: left;
	overflow: hidden;
	width: 25%;
}
.about_bluemoon .logo_desc dt img {
	width: 98%;
}
.about_bluemoon .logo_desc dd {
	float: right;
	overflow: hidden;
	width: 70%;
	font-size: 14px;
	line-height: 26px;
	padding-top: 0px;
}
.desc_txt {
	padding: 60px 0px 0px 0px;
}
.desc_txt dd {
	padding: 30px 30px 0px 30px;
	font-size: 14px;
	line-height: 26px;
}
.desc_txt dd h4 {
	font-size: 20px;
	line-height: 40px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.about_bluemoon .logo_desc {
	padding: 30px 0px 20px 0px;
}
.about_bluemoon .logo_desc dt {
	overflow: hidden;
	width: 100%;
}
.about_bluemoon .logo_desc dt img {
	width: 100%;
}
.about_bluemoon .logo_desc dd {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	padding-top: 20px;
}
.desc_txt {
	padding: 40px 0px 0px 0px;
}
.desc_txt dd {
	padding: 30px 30px 0px 30px;
	font-size: 12px;
	line-height: 20px;
}
.desc_txt dd h4 {
	font-size: 17px;
	line-height: 30px;
}
}
/* **************************************** *
 * Application BLUEMOON
 * **************************************** */

.tab_st01 {
	width: 100%;
	text-align: center;
}
.tab_st01 li {
	display: inline-block;
	cursor: pointer;
}
.tab_st01 li::before {
	content: " ";
	margin-left: -3px;
}
.tab_st01 li a {
	display: inline-block;
	text-align: center;
	color: #999;
	font-weight: 300;
	border: 1px solid #ccc;
	z-index: 80;
	position: relative;
}
.tab_st01 li.on a {
	color: #364a8d;
	font-weight: 600;
	border: 1px solid #33478a;
	z-index: 90;
}
.hall_inner {
	overflow: hidden;
}
.hall_desc2 {
	overflow: hidden;
}
.hall_inner .visual {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.hall_inner #slideshow {
	width: 100%;
	overflow: hidden;
}
.hall_inner #slides {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slides li {
	overflow: hidden;
	width: 100%;
}
#slides li img {
	width: 100%;
}
.hall_inner .pagination {
	text-align: center;
}
.hall_inner .pagination li {
	display: inline-block;
	cursor: pointer;
	background: #222;
	padding: 0px;
	overflow: hidden;
	box-sizing: border-box;
}
.hall_inner .pagination li img {
	box-sizing: border-box;
	filter: sepia(700%) saturate(0%) brightness(70%) hue-rotate(10deg);
}
.hall_inner .pagination li.current img {
	filter: none;
}
.hall_inner .detail-wrap {
	border-top: 1px solid #ccc;
}
.hall_inner .pagination li.current img {
	box-sizing: border-box;
	border: 5px solid #1666ab;
	opacity: 1;
}
.hall_inner .hall_tit {
	overflow: hidden;
	width: 100%;
}
.hall_inner .hall_tit dt {
	color: #364a8d;
	font-weight: 600;
}
.hall_inner .detail-wrap li {
	text-align: center;
}
.hall_inner .detail-wrap li a {
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
}
.hall_inner .detail-wrap li:nth-child(1) a {
	background: #19318b;
	color: #fff;
}
.hall_inner .detail-wrap li:nth-child(2) a {
	color: #19318b;
	border: 1px solid #bfc6df;
}
.hall_inner .detail-wrap dl dt {
	font-weight: 600;
}
.hall_inner .detail-wrap dl dd {
	font-weight: 300;
}


	/*웹*/
	@media (min-width: 1024px) {
.hall_desc2 {
	overflow: hidden;
	padding-bottom: 50px;
}
.hall_inner .pagination {
	margin-top: 20px;
	float: left;
	overflow: hidden;
}
.tab_st01 li a {
	font-size: 22px;
	line-height: 60px;
	width: 300px
}
.hall_inner {
	overflow: hidden;
	min-height: 800px;
	padding-top: 60px;
}
.hall_inner #slides {
	height: auto;
	overflow: hidden;
	min-height: 600px;
	max-height: 800px;
}
.hall_inner #slides li {
	overflow: hidden;
	width: 100%;
}
.opacity {
	opacity: 0;
}
.hall_inner .pagination {
	padding-top: 0px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.hall_inner .pagination li {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}
.hall_inner .pagination li img {
	width: 136px;
	height: 78px;
}
.hall_inner .hall_tit {
	padding-bottom: 30px;
}
.hall_inner .hall_tit dt {
	float: left;
	font-size: 51px;
	padding-right: 50px;
	padding-left: 30px;
}
.hall_inner .hall_tit dd {
	float: left;
	font-size: 16px;
	line-height: 30px;
	border-left: 1px solid #ddd;
	padding-left: 50px;
}
.hall_inner .detail-wrap {
	text-align: center;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}
.hall_inner .detail-wrap li {
	width: 240px;
	display: inline-block;
	margin: 10px 5px;
}
.hall_inner .detail-wrap li a {
	font-size: 16px;
	line-height: 57px;
}
.hall_inner .detail-wrap dl {
	overflow: hidden;
}
.hall_inner .detail-wrap dl dt {
	font-size: 20px;
	line-height: 40px;
}
.hall_inner .detail-wrap dl dd {
	font-size: 16px;
	line-height: 26px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.hall_desc2 {
	overflow: hidden;
	padding-bottom: 50px;
}
.hall_inner .pagination {
	margin-top: 20px;
	overflow: hidden;
}
.hall_inner .pagination li img {
	width: 70px;
	height: 46px;
}
.hall_inner .pagination li {
	margin: 0px 3px;
}
.tab_st01 li a {
	font-size: 17px;
	line-height: 40px;
	width: 180px
}
.hall_inner {
	overflow: hidden;
	min-height: 500px;
	padding-top: 30px;
}
.hall_inner #slides {
	min-height: 400px;
	max-height: 660px;
}
.hall_inner .hall_tit {
	padding: 30px 0px;
}
.hall_inner .hall_tit dt {
	float: left;
	font-size: 33px;
	padding-right: 15px;
	padding-left: 15px;
}
.hall_inner .hall_tit dd {
	float: left;
	;
	font-size: 14px;
	line-height: 23px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
}
.hall_inner .detail-wrap {
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.hall_inner .detail-wrap li {
	width: 162px;
	margin-bottom: 5px;
	display: inline-block;
}
.hall_inner .detail-wrap li a {
	font-size: 14px;
	line-height: 47px;
	margin-top: 10px;
}
.hall_inner .detail-wrap dl {
	overflow: hidden;
	padding-right: 20px;
	box-sizing: border-box;
}
.hall_inner .detail-wrap dl dt {
	font-size: 17px;
	line-height: 30px;
}
.hall_inner .detail-wrap dl dd {
	font-size: 14px;
	line-height: 23px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.hall_desc2 {
	overflow: hidden;
	padding-bottom: 0px;
}
.hall_inner .pagination {
	margin-top: 20px;
	padding-bottom: 10px;
}
.hall_inner .pagination li img {
	width: 46px;
	height: 33px;
}
.hall_inner .pagination li {
	margin: 0px 2px;
}
.tab_st01 li a {
	font-size: 13px;
	line-height: 30px;
	width: 80px
}
.hall_inner {
	overflow: hidden;
	min-height: 500px;
	padding-top: 30px;
}
.hall_inner #slides {
	min-height: 200px;
	max-height: 560px;
}
.hall_inner .hall_tit {
	padding: 0px 0px 30px 0px;
}
.hall_inner .hall_tit dt {
	text-align: center;
	font-size: 21px;
}
.hall_inner .hall_tit dd {
	font-size: 13px;
	line-height: 22px;
	padding-top: 10px;
}
.hall_inner .detail-wrap {
	overflow: hidden;
	width: 100%;
	padding: 20px 0px 50px 0px;
}
.hall_inner .detail-wrap {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.hall_inner .detail-wrap li {
	width: 160px;
	margin-bottom: 5px;
	display: inline-block;
}
.hall_inner .detail-wrap li a {
	font-size: 12px;
	line-height: 42px;
}
.hall_inner .detail-wrap dl {
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	padding-top: 10px;
}
.hall_inner .detail-wrap dl dt {
	font-size: 15px;
	line-height: 30px;
}
.hall_inner .detail-wrap dl dd {
	font-size: 12px;
	line-height: 20px;
}
}
/* **************************************** *
 * menu
 * **************************************** */


.course_list {
	width: 100%;
	background: url('/nimg/sub/course_bg2.png') repeat-x center center;
	overflow: hidden;
	background-size: cover;
	border-top: 1px solid #d2dfe9;
	border-bottom: 1px solid #d2dfe9;
}
.course_list .img {
	overflow: hidden;
	text-align: center;
}
.course_list .img img {
	width: 100%;
	max-width: 720px;
}
.course_list .course_inner {
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	background: url('/nimg/sub/line4.png') no-repeat;
	padding: 10px
}
.course_list .icon_camera {
	background: url('/nimg/sub/camera.png') no-repeat center left;
	text-align: left;
}
.course_list .course_inner h3 {
	background: url('/nimg/sub/left.png') no-repeat center top;
	color: #323232;
}
.course_list .icon_time span {
	background: url('/nimg/sub/icon_time.png') no-repeat left top;
	text-align: left;
}
.course_list .icon_price span {
	background: url('/nimg/sub/won.png') no-repeat left top;
	text-align: left;
}
.course_list .icon_price2 span {
	background: url('/nimg/sub/won.png') no-repeat left top;
	text-align: left;
}
.course_list .icon_course {
	background: url('/nimg/sub/icon_course.png') no-repeat center top;
}
.course_list .icon_course li {
	background: url('/nimg/sub/icon_list.png') no-repeat center top;
}
.course_list .icon_info ul {
	background: url('/nimg/sub/icon_info.png') no-repeat left top;
	text-align: left;
}
.course_list .icon_course li:first-child {
	background: none;
}
.course_list .menu_name_area dl {
	overflow: hidden;
}
.course_list .menu_name_area dl dt {
	text-align: center;
	color: #000;
	font-weight: 400;
}
.course_list .menu_name_area dl dd {
	text-align: center;
	color: #333;
}
.course_list .menu_name_area dl dd small {
	font-size: 14px;
	line-height: 20px
}
.course_list .notice_tip {
	color: #333;
}

	/*웹*/
	@media (min-width: 1024px) {
.course_list {
}
.course_list .course_inner {
	background-size: 40px 2px;
	background-position: center 200px;
	text-align: center;
}
.course_list .img {
	float: left;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 20px;
	height: 100%;
	position: relative;
}
.course_list .img img {
	padding: 0px 0px;
}
.course_list .icon_camera {
	font-size: 14px;
	padding-left: 30px;
	position: absolute;
	bottom: 30px;
}
.course_list .course_inner {
	float: left;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 20px;
}
.course_list .menu_name_area {
	padding-top: 30px;
	padding-bottom: 30px;
}
.course_list .menu_name_area dl {
	padding: 7px 0px;
}
.course_list .menu_name_area dl dt {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
}
.course_list .menu_name_area dl dd {
	font-size: 17px;
	line-height: 25px;
}
.course_list .menu_name_area dl dd span {
	font-size: 13px;
	line-height: 20px;
}
.course_list .course_inner h3 {
	padding-top: 53px;
	margin-top: 50px;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0px;
}
.course_list .icon_time span, .course_list .icon_price span, .course_list .icon_price2 span {
	padding-left: 17px;
	background-position: left 9px;
}
.course_list .icon_info li, .course_list .icon_time span, .course_list .icon_price span, .course_list .icon_price2 span {
	overflow: hidden;
	margin: 5px 0px;
	font-size: 15px;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
	color: #666;
	font-weight:300
}
.course_list .icon_info ul {
	padding-left: 20px;
	background-position: left 11px;
	display: inline-block;
}
.course_list .icon_info li {
	display: inline-block;
	padding: 0px 5px;
}
.course_list .notice_tip {
	padding-top: 60px;
	font-size: 15px;
}
.course_list .icon_price2 span {
	margin: 0px 4px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.course_list .img {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	height: 100%;
	background-size: 100% 100%;
	position: relative;
}
.course_list .img img {
	padding: 20px 0px;
	max-width: 600px;
}
.course_list .icon_camera {
	font-size: 13px;
	padding-left: 30px;
	position: absolute;
	bottom: 30px;
	left: 30%;
}
.course_list .course_inner {
	background-size: 40px 2px;
	background-position: center 130px;
	text-align: center;
	padding-bottom: 50px;
}
.course_list .menu_name_area {
	padding-top: 30px;
	padding-bottom: 30px;
}
.course_list .menu_name_area dl {
	padding: 7px 0px;
}
.course_list .menu_name_area dl dt {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
}
.course_list .menu_name_area dl dd {
	font-size: 17px;
	line-height: 25px;
}
.course_list .menu_name_area dl dd span {
	font-size: 13px;
	line-height: 20px;
}
.course_list .course_inner h3 {
	padding-top: 53px;
	margin-top: 20px;
	font-size: 26px;
	line-height: 43px;
	letter-spacing: 0px;
}
.course_list .icon_time span, .course_list .icon_price span, .course_list .icon_price2 span {
	padding-left: 28px;
	background-position: left 9px;
}
.course_list .icon_info li, .course_list .icon_time span, .course_list .icon_price span, .course_list .icon_price2 span {
	overflow: hidden;
	margin: 5px 0px;
	font-size: 15px;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
}
.course_list .icon_info ul {
	padding-left: 22px;
	background-position: left 11px;
	display: inline-block;
}
.course_list .icon_info li {
	display: inline-block;
	padding: 0px 5px;
}
.course_list .notice_tip {
	padding-top: 20px;
	font-size: 14px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.course_list .img {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	height: 100%;
	background-size: 100% 100%;
	position: relative;
}
.course_list .img img {
	padding: 20px 0px;
	margin-bottom: 20px;
}
.course_list .icon_camera {
	font-size: 12px;
	padding-left: 30px;
	position: absolute;
	bottom: 30px;
	margin-top: 30px;
}
.course_list .course_inner {
	background-size: 40px 2px;
	background-position: center 110px;
	text-align: center;
	padding-bottom: 50px;
}
.course_list .menu_name_area {
	padding-top: 30px;
	padding-bottom: 30px;
}
.course_list .menu_name_area dl {
	padding: 5px 0px;
}
.course_list .menu_name_area dl dt {
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0px;
}
.course_list .menu_name_area dl dd {
	font-size: 16px;
	line-height: 23px;
}
.course_list .menu_name_area dl dd small {
	font-size: 14px;
	line-height: 20px;
}
.course_list .course_inner h3 {
	background-size: auto 30px;
	padding-top: 33px;
	margin-top: 20px;
	font-size: 21px;
	line-height: 43px;
	letter-spacing: 0px;
}
.course_list .icon_time span, .course_list .icon_price span, .course_list .icon_price2 span {
	padding-left: 28px;
	background-position: left 9px;
}
.course_list .icon_info li, .course_list .icon_time span, .course_list .icon_price span, .course_list .icon_price2 span {
	overflow: hidden;
	margin: 3px 0px;
	font-size: 14px;
	line-height: 30px;
	box-sizing: border-box;
	display: inline-block;
}
.course_list .icon_info ul {
	padding-left: 22px;
	background-position: left 11px;
	display: inline-block;
}
.course_list .icon_info li {
	display: inline-block;
	padding: 0px 5px;
}
.course_list .notice_tip {
	padding-top: 20px;
	font-size: 13px;
}
}
/* **************************************** *
 * menu_all
 * **************************************** */

.menu_list {
	background: url('/images/sub/wall_bg.gif') no-repeat top left;
	background-size: cover;
}
#magazine {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#magazine .turn-page {
	box-shadow: 6px 5px 5px rgba(0,0,0,0.6);
}
.menu_list .hand22 {
	background: url('/nimg/sub/menubg.jpg') no-repeat center center;
	background-size: 100% 100%;
}
.menu_list .back01 {
	background: url('/nimg/sub/menubg2.jpg') no-repeat center center;
	background-size: 100% 100%;
	text-align: center;
	box-shadow: 2px 2px 2px
}
.menu_list .hand22 .wrapper {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}
.menu_list .hand22 .tit dt {
	font-family: 'Pinyon Script';
}
.menu_list .hand22 .tit dd {
	color: #000;
	font-weight: 600;
}
.menu_list .hand22 .tit2 {
	border-bottom: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.menu_list .hand22 .tit2 dt, .menu_list .hand22 .tit2 dd {
	display: inline-block;
	;
	font-weight: 600;
}
.menu_list .hand22 .detail_name dl dt {
	font-weight: 400;
	color: #000;
}
.menu_list .hand22 .detail_name dl dd {
	font-weight: 400;
	color: #333;
	padding: 2px 0px;
}
.menu_list .hand22 .detail_name dl dd strong {
	padding-left: 10px;
	font-weight: 400;
}
.menu_list .hand22 .detail_name dl dd.or {
	color: #000;
	font-weight: 300;
}
.menu_list .hand22 .detail_name3 {
	overflow: hidden;
	width: 100%;
}
.menu_list .hand22 .detail_name3 dl {
	overflow: hidden;
	width: 100%;
}
.menu_list .hand22 .detail_name3 dl dd {
	font-weight: 400;
	color: #777;
}
.menu_list .hand22 .detail_name3 dl dt {
	font-weight: 400;
	color: #333;
	padding: 2px 0px;
}
.menu_list .detail_name3 dl dd strong {
	font-weight: 400;
	color: #333;
}
.menu_list .hand22 .detail_name2 {
	background: #eee;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.menu_list .hand22 .detail_name2 dl {
	overflow: hidden;
	width: 100%;
}
.menu_list .hand22 .detail_name2 dl dt {
	font-weight: 400;
	color: #777;
}
.menu_list .hand22 .detail_name2 dl dd {
	font-weight: 400;
	color: #333;
}




	/*웹*/
	@media (min-width: 1024px) {
.menu_list {
	padding: 60px 0px;
}
#magazine {
	overflow: hidden;
}
#magazine {
	width: 980px;
	height: 1500px;
}
.menu_list .back01 .flip1 {
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
}
.menu_list .back01 .flip2 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
}
.menu_list .back01 .tit img {
	max-width: 80%;
	padding-top: 360px;
}
}
.menu_list .hand22 .wrapper {
	padding: 90px 40px;
}
.menu_list .hand22 .tit {
	overflow: hidden;
	padding-bottom: 20px;
}
.menu_list .hand22 .tit dt {
	font-size: 80px;
	line-height: 70px;
}
.menu_list .hand22 .tit dd {
	font-size: 20px;
	line-height: 30px;
	margin-top: -10px;
}
.menu_list .hand22 .tit2 dt, .menu_list .hand22 .tit2 dd {
	padding: 10px 5px;
	font-size: 20px;
}
.menu_list .hand22 .detail_name {
	overflow: hidden;
	width: 100%;
	padding: 30px 0px;
}
.menu_list .hand22 .detail_name dl {
	overflow: hidden;
	width: 100%;
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name dl dt {
	font-size: 17px;
}
.menu_list .hand22 .detail_name dl dd {
	font-size: 16px;
}
.menu_list .hand22 .detail_name dl dd.or {
	font-size: 17px;
	line-height: 20px;
}
.menu_list .hand22 .detail_name3 {
	padding: 30px 0px;
}
.menu_list .hand22 .detail_name3 dl {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name3 dl dd {
	font-size: 14px;
}
.menu_list .hand22 .detail_name3 dl dt {
	font-size: 16px;
	padding: 2px 0px;
}
.menu_list .detail_name3 dl dd strong {
	font-size: 17px;
	padding-top: 10px;
}
.menu_list .hand22 .detail_name2 {
	padding: 20px 20px;
}
.menu_list .hand22 .detail_name2 dl {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name2 dl dt {
	font-size: 15px;
	color: #777;
}
.menu_list .hand22 .detail_name2 dl dd {
	font-size: 13px;
	color: #333;
	padding: 2px 0px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.menu_list {
	padding: 60px 0px;
}
#magazine2 {
	overflow: hidden;
}
#magazine2 {
	width: 90%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.menu_list .hand22 {
	margin: 20px 0px;
}
.menu_list .hand22 .wrapper {
	padding: 30px 20px;
}
.menu_list .hand22 .tit {
	overflow: hidden;
	padding-bottom: 20px;
}
.menu_list .hand22 .tit dt {
	font-size: 50px;
	line-height: 50px;
}
.menu_list .hand22 .tit dt br {
	display: none;
}
.menu_list .hand22 .tit dd {
	font-size: 17px;
	line-height: 30px;
	margin-top: -10px;
}
.menu_list .hand22 .tit2 dt, .menu_list .hand22 .tit2 dd {
	padding: 10px 5px;
	font-size: 16px;
}
.menu_list .hand22 .detail_name {
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
}
.menu_list .hand22 .detail_name dl {
	overflow: hidden;
	width: 100%;
	padding: 5px 0px;
}
.menu_list .hand22 .detail_name dl dt {
	font-size: 15px;
}
.menu_list .hand22 .detail_name dl dd {
	font-size: 14px;
}
.menu_list .hand22 .detail_name dl dd.or {
	font-size: 17px;
	line-height: 20px;
}
.menu_list .hand22 .detail_name3 {
	padding: 30px 0px;
}
.menu_list .hand22 .detail_name3 dl {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name3 dl dd {
	font-size: 14px;
}
.menu_list .hand22 .detail_name3 dl dt {
	font-size: 15px;
	padding: 2px 0px;
}
.menu_list .detail_name3 dl dd strong {
	font-size: 15px;
	padding-top: 10px;
}
.menu_list .hand22 .detail_name2 {
	padding: 10px 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.menu_list .hand22 .detail_name2 dl {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name2 dl dt {
	font-size: 14px;
	color: #777;
}
.menu_list .hand22 .detail_name2 dl dd {
	font-size: 12px;
	color: #333;
	padding: 2px 0px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.menu_list {
	padding: 20px 0px;
}
#magazine2 {
	overflow: hidden;
}
#magazine2 {
	width: 90%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.menu_list .hand22 {
	margin: 20px 0px;
}
.menu_list .hand22 .wrapper {
	padding: 30px 20px;
}
.menu_list .hand22 .tit {
	overflow: hidden;
	padding-bottom: 20px;
}
.menu_list .hand22 .tit dt {
	font-size: 30px;
	line-height: 30px;
}
.menu_list .hand22 .tit dt br {
	display: none;
}
.menu_list .hand22 .tit dd {
	font-size: 16px;
	line-height: 30px;
	margin-top: 0px;
}
.menu_list .hand22 .tit2 dt, .menu_list .hand22 .tit2 dd {
	padding: 10px 2px;
	font-size: 15px;
}
.menu_list .hand22 .detail_name {
	overflow: hidden;
	width: 100%;
	padding: 20px 0px;
}
.menu_list .hand22 .detail_name dl {
	overflow: hidden;
	width: 100%;
	padding: 5px 0px;
}
.menu_list .hand22 .detail_name dl dt {
	font-size: 13px;
}
.menu_list .hand22 .detail_name dl dd {
	font-size: 12px;
}
.menu_list .hand22 .detail_name dl dd.or {
	font-size: 17px;
	line-height: 20px;
}
.menu_list .hand22 .detail_name3 {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name3 dl {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name3 dl dd {
	font-size: 12px;
}
.menu_list .hand22 .detail_name3 dl dt {
	font-size: 13px;
	padding: 2px 0px;
}
.menu_list .detail_name3 dl dd strong {
	font-size: 13px;
	padding-top: 10px;
}
.menu_list .hand22 .detail_name2 {
	padding: 10px 10px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.menu_list .hand22 .detail_name2 dl {
	padding: 10px 0px;
}
.menu_list .hand22 .detail_name2 dl dt {
	font-size: 12px;
	color: #777;
}
.menu_list .hand22 .detail_name2 dl dd {
	font-size: 11px;
	color: #333;
	padding: 2px 0px;
}
}
/* **************************************** *
 * reservation
 * **************************************** */
.reservation {
	background: url('/images/sub/marble.gif') no-repeat center center;
	background-size: cover;
}
.reservation .sort_area {
	overflow: hidden;
}
.reservation .sort_area {
	background: rgba(255,255,255,0.4);
	width: 100%;
	box-sizing: border-box;
}
.reservation .sort_area dl dt {
	font-weight: 500;
}
.reservation .sort_area dl dd input[type='text'] {
	background: none;
	border: none;
	border-bottom: 3px solid #222;
	font-weight: 300;
}
.reservation .sort_area dl dd select {
	background: none;
	border: none;
	border-bottom: 3px solid #222;
}
.reservation .sort_area dl.menu, .reservation .sort_area dl.hall {
	width: 100%
}
.reservation .sort_area dl.menu dt a, .reservation .sort_area dl.hall dt a {
	font-size: 11px;
	display: inline-block;
	background: #555;
	color: #fff;
}
.reservation .sort_area dl.menu li, .reservation .sort_area dl.hall li {
	overflow: hidden;
	font-weight: 300;
}
.agreeMember {
	box-sizing: border-box;
	color: #444;
}

	/*웹*/
	@media (min-width: 1024px) {
.reservation .sort_area dl dd select {
	background-size: auto 7px;
}
.agreeMember {
	box-sizing: border-box;
	padding: 40px 40px;
	font-size: 13px;
	line-height: 24px;
}
.reservation .sort_area dl dd select {
	font-size: 14px;
	line-height: 80px;
	padding: 0px 40px 0px 20px;
}
.reservation {
	padding: 60px 0px 60px 0px;
}
.reservation .sort_area {
	padding: 60px 60px 30px 60px;
}
.reservation .sort_area dl {
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-bottom: 40px;
}
.reservation .sort_area dl dt {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 30px;
}
.reservation .sort_area dl dd, .reservation .sort_area dl dd input[type='text'] {
	width: 90%;
	line-height: 40px;
	font-size: 20px;
}
.reservation .sort_area dl.menu dt a, .reservation .sort_area dl.hall dt a {
	line-height: 20px;
	margin-left: 10px;
	margin-top: -10px;
	padding: 0px 10px;
}
.reservation .sort_area dl.menu li, .reservation .sort_area dl.hall li {
	overflow: hidden;
	font-size: 17px;
	padding-right: 20px;
	line-height: 30px;
	float: left;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.agreeMember {
	box-sizing: border-box;
	padding: 40px 40px;
	font-size: 13px;
	line-height: 24px;
}
.reservation .sort_area dl dd select {
	background-size: auto 7px;
}
.reservation {
	padding: 60px 0px 60px 0px;
}
.reservation .sort_area {
	padding: 60px 60px 30px 60px;
}
.reservation .sort_area dl {
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding-bottom: 40px;
}
.reservation .sort_area dl dt {
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 30px;
}
.reservation .sort_area dl dd input[type='text'] {
	width: 90%;
	line-height: 30px;
	font-size: 17px;
}
.reservation .sort_area dl.menu dt a, .reservation .sort_area dl.hall dt a {
	line-height: 20px;
	margin-left: 10px;
	margin-top: -10px;
	padding: 0px 10px;
}
.reservation .sort_area dl.menu li, .reservation .sort_area dl.hall li {
	overflow: hidden;
	font-size: 17px;
	padding-right: 20px;
	line-height: 30px;
	float: left;
}
}




	/*모바일*/
	@media (max-width:1023px) {
.agreeMember {
	box-sizing: border-box;
	padding: 15px 5px;
	font-size: 12px;
	line-height: 20px;
}
.reservation .sort_area dl dd select {
	background-size: auto 5px;
	line-height: 27px;
	font-size: 14px;
	width: 70px;
}
.reservation {
	padding: 30px 0px 30px 0px;
}
.reservation .sort_area {
	padding: 30px 30px 10px 30px;
}
.reservation .sort_area dl {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 20px;
}
.reservation .sort_area dl dt {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 30px;
}
.reservation .sort_area dl dd input[type='text'] {
	width: 100%;
	line-height: 27px;
	font-size: 14px;
}
.reservation .sort_area dl.menu dt a, .reservation .sort_area dl.hall dt a {
	line-height: 20px;
	margin-left: 10px;
	margin-top: -10px;
	padding: 0px 10px;
}
.reservation .sort_area dl.menu li, .reservation .sort_area dl.hall li {
	overflow: hidden;
	font-size: 14px;
	padding-right: 20px;
	line-height: 30px;
	float: left;
}
}
/* **************************************** *
 * reservation
 * **************************************** */



.btn_area {
	width: 100%;
	text-align: center;
}
.btn_area a {
	display: inline-block;
	text-align: center;
	background: black;
	color: #fff;
	font-weight: 300;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.btn_area a.btnok {
	background: #0159d2;
}
.btn_area2 {
	width: 100%;
	margin-top: 20px;
}
.btn_area2 a {
	display: inline-block;
	text-align: center;
	background: #23358b;
	color: #fff;
	font-weight: 300;
}



	/*웹*/
	@media (min-width: 1024px) {
.btn_area {
	padding-top: 40px;
}
.btn_area a {
	font-size: 20px;
	line-height: 60px;
	width: 200px;
	margin: 0px 10px;
}
.btn_area2 a {
	font-size: 17px;
	line-height: 56px;
	width: 200px;
	margin-right: 5px;
}
}

	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.btn_area {
	padding-top: 40px;
}
.btn_area a {
	font-size: 17px;
	line-height: 60px;
	width: 170px;
	margin: 0px 10px;
}
.btn_area2 a {
	font-size: 16px;
	line-height: 56px;
	width: 170px;
	margin-right: 5px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.btn_area {
	padding-top: 40px;
}
.btn_area a {
	font-size: 14px;
	line-height: 40px;
	width: 90px;
	margin: 0px 4px;
}
.btn_area2 a {
	font-size: 13px;
	line-height: 40px;
	width: 100px;
	margin-right: 5px;
}
}
/* **************************************** *
 * location
 * **************************************** */

.location {
	overflow: hidden;
	width: 100%;
}
.location .park_img {
	overflow: hidden;
}
.location .park_img img {
	width: 100%;
}
.location .desc_in {
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255,255,255,0.8);
	z-index: 99;
}
.location .desc_in dt {
	padding-top: 5px;
	color: #2037ab;
	font-weight: 500;
	background: url('/nimg/sub/line2.jpg') no-repeat top left;
}
.location .desc_in dd {
	font-weight: 300;
}
.location .park_img dd strong {
	color: #2037ab;
}

	/*웹*/
	@media (min-width: 1024px) {
.location > #map {
	width: 100%;
	height: 600px;
}
.location .desc_in {
	box-sizing: border-box;
	padding: 30px 30px;
	top: 220px;
	right: 30px;
	background: rgba(255,255,255,0.8);
	width: 370px;
	z-index: 99;
	position: absolute;
}
.location .desc_in dl {
	overflow: hidden;
	padding: 10px 0px;
}
.location .desc_in dt {
	font-size: 14px;
	line-height: 22px;
	padding-top: 5px;
	background-size: 20px 2px;
}
.location .desc_in dd {
	font-size: 17px;
	line-height: 26px;
}
.location .btn_area2 {
	padding: 20px 0px;
}
.location .park_img {
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.location .park_img dt {
	width: 100%;
}
.location .park_img dd {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	background: rgba(0,0,0,0.1);
	font-size: 17px;
	padding-top: 10px;
	padding-left:30px;
	z-index: 9;
	top: 0px;
	left: 0px;
	line-height: 40px;
}
.location .park_img dd strong {
	font-size: 30px;
	line-height: 65px;
	border-bottom: 1px solid #2037ab;
	padding: 10px 10px;
}
.location .park_img dd .btn_area2 {
	padding-top: 30px;
}
}







	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
.location > #map2 {
	width: 100%;
	height: 400px;
}
.location .desc_in {
	box-sizing: border-box;
	padding: 30px 20px;
	width: 100%;
	z-index: 99;
	position: relative;
}
.location .desc_in dl {
	overflow: hidden;
	padding: 10px 0px;
	float: left;
	width: 50%;
}
.location .desc_in dt {
	font-size: 14px;
	line-height: 22px;
	padding-top: 5px;
	background-size: 20px 2px;
}
.location .desc_in dd {
	font-size: 16px;
	line-height: 23px;
}
.location .park_img dt {
	overflow: hidden;
}
.location .park_img dd {
	overflow: hidden;
	font-size: 17px;
}
.location .park_img dd strong {
	font-size: 25px;
	line-height: 35px;
}
.location .park_img dd .btn_area2 {
	padding-top: 20px;
}
.location .btn_area2 {
	padding: 20px 0px;
}
.location .park_img {
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.location .park_img dt {
	width: 100%;
}
.location .park_img dd {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.1);
	padding-top: 50px;
	z-index: 9;
	top: 0px;
	left: 0px;
	line-height: 50px;
}
.location .park_img dd strong {
	border-bottom: 1px solid #2037ab;
	padding: 10px 10px;
}
.location .park_img dd .btn_area2 {
	padding-top: 30px;
}
}

	/*모바일*/
	@media (max-width:640px) {
.location > #map2 {
	width: 100%;
}
.location .btn_area2 {
	padding: 20px 0px;
}
.location .desc_in {
	box-sizing: border-box;
	padding: 15px 15px;
	width: 100%;
	z-index: 99;
	position: relative;
}
.location .desc_in dl {
	overflow: hidden;
	padding: 6px 0px;
}
.location .desc_in dt {
	font-size: 12px;
	line-height: 20px;
	padding-top: 3px;
	background-size: 20px 2px;
}
.location .desc_in dd {
	font-size: 15px;
	line-height: 21px;
}
.location .park_img {
	box-sizing: border-box;
	margin-bottom: -5px;
}
.location .park_img dt {
	overflow: hidden;
}
.location .park_img dd {
	overflow: hidden;
	font-size: 13px;
	padding: 30px 10px;
}
.location .park_img dd strong {
	font-size: 17px;
	line-height: 33px;
}
.location .park_img dd .btn_area2 {
	padding-top: 20px;
}
}









/* **************************************** *
 * 게시판
 * **************************************** */
