@charset "utf-8";

/*###############################
/** Layout
/###############################*/
/* Common */
.section_name {
	font-weight: 300;
	letter-spacing: 1px;
}
.title_text {
	margin-top: 25px;
	font-size: 33px;
	font-weight: 900;
}
.subject_text,
.subject_text > div,
.subject_text > strong {
	margin-top: 7px;
	font-size: 33px;
}
.desc_text {
	margin-top: 25px;
	line-height: 1.5em;
	font-size: 19px;
}
.bx-wrapper {
	margin: 0px !important;
	border: 0px !important;
	box-shadow: none !important;
}

/* Banner */
.banner_wrap {
	position: relative;
	margin: 0px auto;
	max-width: 1920px;
}
.banner_wrap .banner_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.banner_wrap .title_area {
	position: absolute;
	bottom: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
}
.banner_wrap .title_area > div {
	display: inline-block;
	padding: 20px 40px;
}
.banner_wrap .title_area .top {
	letter-spacing: 5px;
}
.banner_wrap .title_area .main {
	margin-top: 20px;
	font-size: 53px;
	font-weight: 700;
}
.banner_wrap .title_area .bottom {
	margin-top: 20px;
	font-size: 23px;
}
.banner_wrap .bxslider-slide {
}
.banner_wrap .bx-wrapper .bx-pager {
	padding: 0px;
}
.banner_wrap .bx-wrapper .bx-controls-auto,
.banner_wrap .bx-wrapper .bx-pager {
	bottom: 100px;
}
.banner_wrap .bx-wrapper .bx-pager-item {
	margin: 0px 10px;
}
.banner_wrap .bx-wrapper .bx-pager-item > a {
	display: block;
}
.banner_wrap .bx-wrapper .bx-pager-item .circle {
	margin: 0px auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
.banner_wrap .bx-wrapper .bx-pager-item .number {
	margin-top: 15px;
	font-size: 17px;
	font-weight: 700;
}

/* Event */
.event_wrap {
	padding: 150px 0px;
}
.event_wrap .event_cover {
	display: flex;
	flex-direction: row;
}
.event_wrap .content_zone {
	position: relative;
	padding: 0px 40px;
	width: calc(100% - 720px);
}
.event_wrap .content_zone .section_name {
	margin-top: 20px;
}
.event_wrap .content_zone .subject_text {
	margin-top: 50px;
}
.event_wrap .content_zone .subject_text,
.event_wrap .content_zone .subject_text > div,
.event_wrap .content_zone .subject_text > strong {
	line-height: 1.5em;
	font-size: 30px;
}
.event_wrap .content_zone .desc_text {
	margin-top: 30px;
}
.event_wrap .content_zone .box_area {
	position: relative;
	left: -40px;
	margin-top: 50px;
	padding: 40px;
	width: 700px;
	height: 240px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}
.event_wrap .content_zone .box_area .cont2,
.event_wrap .content_zone .box_area .cont2 > strong {
	font-size: 25px;
}
.event_wrap .content_zone .box_area .cont2 {
	margin-top: 25px;
}
.event_wrap .content_zone .box_area .cont2 > strong {
	font-weight: 700;
}
.event_wrap .content_zone .box_area .cont3 {
	margin-top: 20px;
	line-height: 1.5em;
	font-size: 19px;
}
.event_wrap .content_zone .box_area .link_button {
	display: block;
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 126px;
}
.event_wrap .image_zone {
	width: 720px;
}

/* Information */
.info_wrap {
	padding: 150px 0px;
}
.info_wrap .section_name,
.info_wrap .title_text,
.info_wrap .subject_text,
.info_wrap .tab_menu {
	margin-left: 40px;
}
.info_wrap .tab_menu {
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}
.info_wrap .tab_menu > li {
	margin-left: 25px;
	width: 100px;
}
.info_wrap .tab_menu > li:first-child {
	margin-left: 0px;
}
.info_wrap .tab_menu > li > a {
	display: block;
	padding: 10px 0px 9px;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.info_wrap .tab_menu > li > a > span {
	font-size: 19px;
}
.info_wrap .tab_menu > li > a > i {
	position: relative;
	top: 4px;
	margin-left: 5px;
}
.info_wrap .content_zone {
	display: flex;
	flex-direction: row;
	position: relative;
	margin-top: 50px;
	height: 600px;
}
.info_wrap .content_zone .interior_area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	height: 638px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}
.info_wrap .content_zone .interior_area.interior1 {
	position: relative;
	opacity: 1;
	z-index: 10;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bxslider-slide {
	height: 638px;
	text-align: center;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bxslider-slide img {
	display: inline-block;
	width: auto;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bx-controls-direction a {
	text-indent: 0px;
	z-index: 10;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bx-controls-direction i {
	font-size: 35px;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bx-prev,
.info_wrap .content_zone .interior_area .bx-wrapper .bx-next {
	background: none;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bx-prev {
	text-align: left;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bx-next {
	text-align: right;
}
.info_wrap .content_zone .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 50px;
	width: calc(100% - 850px);
	height: 638px;
	text-align: center;
}
.info_wrap .content_zone .text_area .top_title {
	font-size: 33px;
	font-weight: 700;
}
.info_wrap .content_zone .text_area .top_desc {
	margin-top: 20px;
	line-height: 1.5em;
	font-size: 21px;
	font-weight: 300;
}
.info_wrap .content_zone .text_area .cont_list {
	margin: 10px 0px;
}
.info_wrap .content_zone .text_area .cont_list > li {
	margin-top: 30px;
	padding: 30px 30px 0px;
	border-top: 1px dashed;
}
.info_wrap .content_zone .text_area .cont_list > li:last-child {
	padding-bottom: 30px;
	border-bottom: 1px dashed;
}
.info_wrap .content_zone .text_area .cont_list > li .cont_title {
	font-size: 21px;
	font-weight: 500;
}
.info_wrap .content_zone .text_area .cont_list > li .cont_desc {
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 17px;
}
.info_wrap .content_zone .text_area .bottom_text {
	margin-top: 30px;
	font-weight: 300;
}

/* Nearby */
.near_wrap {
	padding: 0px 0px 150px;
}
.near_wrap .section_name,
.near_wrap .title_text,
.near_wrap .subject_text {
	margin-left: 40px;
}
.gallery_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.gallery_list > li {
	margin-top: 50px;
	width: calc(33.3% - 20px);
}
.gallery_list > li:nth-of-type(3n-1) {
	margin-left: 30px;
	margin-right: 30px;
}
.gallery_list > li .image {
	height: 300px;
}
.gallery_list > li .name {
	margin-top: 25px;
	font-size: 23px;
	font-weight: 500;
}
.gallery_list > li .address {
	margin-top: 20px;
	line-height: 1.5em;
	font-size: 17px;
}

/* Location */
.location_wrap {
	padding: 150px 0px 0px;
}
.location_wrap .section_name,
.location_wrap .title_text,
.location_wrap .subject_text,
.location_wrap .link_list {
	margin-left: 40px;
}
.location_wrap .link_list {
	display: flex;
	flex-direction: row;
}
.location_wrap .link_list > li {
	margin-top: 50px;
}
.location_wrap .link_list > li > a {
	display: block;
	padding: 15px;
	width: 270px;
	text-align: center;
}
.location_wrap .link_list > li > a > span {
	font-size: 19px;
	font-weight: 500;
}
.location_wrap .link_list > li > a > i {
	position: relative;
	top: 3px;
	margin-left: 5px;
	font-size: 19px;
}
.location_wrap .location_zone {
	display: block;
	margin-top: 50px;
	height: 400px;
	background-image: url(/assets/images/naver_map.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* About */
.about_wrap {
	padding: 150px 0px;
}
.about_wrap .about_cover {
	width: 520px;
}
.about_wrap .section_name,
.about_wrap .title_text,
.about_wrap .cs_text {
	text-align: center;
}
.about_wrap .title_text {
	margin-top: 60px;
	line-height: 2em;
	font-weight: 400;
}
.about_wrap .cs_text {
	margin-top: 60px;
	font-size: 23px;
	font-weight: 700;
}

/* Notice */
.notice_wrap {
	padding: 150px 0px;
	border-top: 1px solid;
}
.notice_wrap .notice_cover {
	padding: 0px 40px;
}
.notice_wrap .notice_list {
	display: flex;
	flex-direction: row;
}
.notice_wrap .notice_list > li:nth-of-type(3n-1) {
	margin: 0px 75px;
}
.notice_wrap .notice_list > li .date {
	font-size: 29px;
	font-weight: 700;
}
.notice_wrap .notice_list > li .title {
	margin-top: 25px;
	font-size: 23px;
}
.notice_wrap .notice_list > li .desc {
	margin-top: 20px;
	height: 55px;
	line-height: 1.5em;
	font-size: 17px;
	overflow: hidden;
}
.notice_wrap .notice_list > li .link {
	display: inline-block;
	margin-top: 30px;
	font-size: 17px;
	font-weight: 500;
}

/* Coupon */
.coupon_wrap .top_cover {
	height: 120px;
}
.coupon_wrap .body_cover {
	padding: 50px 0px 100px;
	width: 500px;
}
.coupon_wrap .tab_menu {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	width: 100%;
}
.coupon_wrap .tab_menu > li {
	width: 50%;
	border: 1px solid;
	border-left: 0px;
}
.coupon_wrap .tab_menu > li:first-child {
	border-left: 1px solid;
}
.coupon_wrap .tab_menu > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 40px;
	text-align: center;
	font-size: 17px;
}
.coupon_wrap .title_text {
	margin-top: 10px;
}
.coupon_wrap .code_box {
	display: flex;
	flex-direction: column;
	padding: 40px 30px;
	margin-top: 20px;
	border: 1px solid;
}
.coupon_wrap .code_zone {
	display: flex;
	flex-direction: column;
}
.coupon_wrap .code_zone .code_area {
	display: flex;
	flex-direction: row;
}
.coupon_wrap .code_zone .code_area > li.separate {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px 5px;
	font-size: 21px;
}
.coupon_wrap .input_code {
	padding: 10px;
	line-height: 1;
	font-size: 17px;
	border: 1px solid;
}
.coupon_wrap .code_zone .confirm_area {
	margin-top: 10px;
	height: 40px;
}
.coupon_wrap .code_zone .confirm_area .confirm_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.coupon_wrap .code_zone .confirm_area .confirm_button > span {
	font-size: 17px;
	font-weight: bold;
}
.coupon_wrap .code_desc {
	margin-top: 20px;
	text-align: center;
}
.coupon_wrap .reservation_box {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	border-top: 1px solid;
}
.coupon_wrap .reservation_box > li {
	display: flex;
	flex-direction: row;
	padding: 20px 10px;
	border-bottom: 1px solid;
}
.coupon_wrap .reservation_box > li .key {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 130px;
	min-width: 130px;
}
.coupon_wrap .reservation_box > li .value {
	flex-grow: 1;
}
.coupon_wrap .reservation_box > li .help {
	margin-top: 15px;
}
.coupon_wrap .reservation_box > li .help .text {
	line-height: 1.3em;
}
.coupon_wrap .reservation_box > li .help .link {
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}
.coupon_wrap .reservation_box > li .help .link > li {
	margin-left: 20px;
}
.coupon_wrap .reservation_box > li .help .link > li:first-child {
	margin-left: 0px;
}
.coupon_wrap .reservation_box > li .help .link > li > a {
	text-decoration: underline;
}
.coupon_wrap .submit_area {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 20px;
}
.coupon_wrap .reservation_search {
	margin-top: 30px;
}
.coupon_wrap .reservation_list {
	display: flex;
	flex-direction: column;
}
.coupon_wrap .reservation_list > li {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	border: 1px solid;
	overflow: hidden;
}
.coupon_wrap .reservation_list > li .reservation {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 150px;
	min-width: 150px;
	text-align: center;
}
.coupon_wrap .reservation_list > li .reservation .room {
	font-size: 23px;
	font-weight: bold;
}
.coupon_wrap .reservation_list > li .reservation .state {
	margin-top: 5px;
}
.coupon_wrap .reservation_list > li .info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: -15px;
	padding: 20px;
}
.coupon_wrap .reservation_list > li .info > li {
	margin-top: 15px;
	margin-right: 30px;
}
.coupon_wrap .reservation_list > li .info > li:nth-of-type(3n) {
	margin-right: 0px;
}
.coupon_wrap .reservation_list > li .info > li .key {
	font-size: 13px;
}
.coupon_wrap .reservation_list > li .info > li .value {
	margin-top: 3px;
}

/*###############################
/** Color Set
/###############################*/
/* Common */
.section_name {
	color: #666;
}

/* Banner */
.banner_wrap {
	background-color: #fff;
}
.banner_wrap .banner_overlay {
	background-color: rgba(0, 0, 0, 0.3);
}
.banner_wrap .title_area {
	color: #fff;
}
.banner_wrap .title_area .top,
.banner_wrap .title_area .main,
.banner_wrap .title_area .bottom {
	text-shadow: 0px 0px 23px rgba(0, 0, 0, 1);
}
.banner_wrap .bx-wrapper .bx-pager-item .circle {
	background-color: rgba(255, 255, 255, 0.5);
}
.banner_wrap .bx-wrapper .bx-pager-item .number {
	color: rgba(255, 255, 255, 0.5);
}
.banner_wrap .bx-wrapper .bx-pager-item > a.active .circle {
	background-color: rgba(255, 255, 255, 1);
}
.banner_wrap .bx-wrapper .bx-pager-item > a.active .number {
	color: rgba(255, 255, 255, 1);
}

/* Event */
.event_wrap .image_zone {
	background-color: #ddd;
}
.event_wrap .content_zone .description {
	color: #666;
}
.event_wrap .content_zone .box_area {
	color: #fff;
	background-color: #46924f;
}

/* Information */
.info_wrap {
	background-color: #f1f3f3;
}
.info_wrap .tab_menu > li > a {
	color: #666;
	border-color: rgba(0, 0, 0, 0.4);
}
.info_wrap .tab_menu > li > a.on {
	color: #46924f;
	border-color: #46924f;
}
.info_wrap .content_zone .interior_area {
	background-color: #fff;
}
.info_wrap .content_zone .interior_area .bx-wrapper .bx-controls-direction i {
	color: #fff;
}
.info_wrap .content_zone .image_area {
	background-color: #ddd;
}
.info_wrap .content_zone .text_area {
	background-color: #fff;
}
.info_wrap .content_zone .text_area .cont_list > li,
.info_wrap .content_zone .text_area .cont_list > li:last-child {
	border-color: rgba(0, 0, 0, 0.3);
}
.info_wrap .content_zone .text_area .cont_list > li .cont_title {
	color: #46924f;
}
.info_wrap .content_zone .text_area .bottom_text {
	color: #666;
}

/* Nearby */
.near_wrap {
	background-color: #f1f3f3;
}
.gallery_list > li .image {
	background-color: #fff;
}

/* Location */
.location_wrap .link_list > li > a.naver {
	color: #fff;
	background-color: #00c73c;
}
.location_wrap .link_list > li > a.kakao {
	color: #000;
	background-color: #fee102;
}
.location_wrap .location_zone {
	background-color: #ddd;
}

/* About */
.about_wrap .cs_text {
	color: #46924f;
}

/* Notice */
.notice_wrap {
	border-color: rgba(0, 0, 0, 0.2);
}
.notice_wrap .notice_list > li .desc {
	color: #999;
}
.notice_wrap .notice_list > li .link {
	color: #46924f;
}

/* Coupon */
.coupon_wrap .top_cover {
	background-color: #303030;
}
.coupon_wrap .tab_menu > li,
.coupon_wrap .tab_menu > li:first-child {
	border-color: rgba(0, 0, 0, 0.16);
}
.coupon_wrap .tab_menu > li > a {
	color: #999;
}
.coupon_wrap .tab_menu > li {
	background-color: #fff;
}
.coupon_wrap .tab_menu > li.active {
	background-color: #46924f;
}
.coupon_wrap .tab_menu > li.active > a {
	color: #fff;
}
.coupon_wrap .code_box {
	border-color: #ccc;
	background-color: #efefef;
}
.coupon_wrap .code_zone .code_area > li.separate {
	color: #999;
}
.coupon_wrap .input_code {
	border-color: #999;
}
.coupon_wrap .confirm_area .confirm_button {
	color: #fff;
	background-color: #46924f;
}
.coupon_wrap .reservation_box {
	border-color: #000;
}
.coupon_wrap .reservation_box > li {
	border-color: #ddd;
}
.coupon_wrap .reservation_box > li .help > div {
	color: red;
}
.coupon_wrap .reservation_box > li .help .link > li > a {
	color: blue;
}
.coupon_wrap .reservation_list > li {
	border-color: rgba(0, 0, 0, 0.16);
}
.coupon_wrap .reservation_list > li .reservation {
	background-color: #000;
}
.coupon_wrap .reservation_list > li.reserved .reservation {
	background-color: #46924f;
}
.coupon_wrap .reservation_list > li.disabled .reservation {
	background-color: #ccc;
}
.coupon_wrap .reservation_list > li .reservation * {
	color: #fff;
}
.coupon_wrap .reservation_list > li .info > li .key {
	color: #999;
}

/*###############################
/** Media Query
/###############################*/
@media screen and (max-width: 1400px) {
	/* Banner */
	.banner_wrap .bxslider-slide {
		height: auto;
	}
	/* Event */
	.event_wrap {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.event_wrap .event_cover {
		flex-direction: column;
	}
	.event_wrap .content_zone {
		padding-left: 30px;
		padding-right: 30px;
		width: 100%;
	}
	.event_wrap .content_zone .section_name {
		margin-top: 0px;
	}
	.event_wrap .content_zone .box_area {
		position: relative;
		left: 0px;
		margin-top: 30px;
		padding: 30px;
		width: 100%;
		height: auto;
	}
	.event_wrap .content_zone .box_area .link_button {
		position: relative;
		bottom: 0px;
		right: 0px;
		margin-top: 20px;
	}
	.event_wrap .image_zone {
		margin: -100px auto 0px;
		width: calc(100% - 60px);
	}
	/* Information */
	.info_wrap {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.info_wrap .section_name,
	.info_wrap .title_text,
	.info_wrap .subject_text,
	.info_wrap .tab_menu {
		margin-left: 30px;
	}
	.info_wrap .tab_menu {
		margin-top: 30px;
	}
	.info_wrap .content_zone {
		flex-direction: column;
		margin-top: 30px;
		height: auto;
	}
	.info_wrap .content_zone .interior_area {
		left: 30px;
		width: calc(100% - 60px);
		height: 500px;
	}
	.info_wrap .content_zone .interior_area .bx-wrapper .bxslider-slide {
		height: 500px;
	}
	.info_wrap .content_zone .text_area {
		margin-left: 30px;
		margin-right: 30px;
		padding: 70px 50px;
		width: calc(100% - 60px);
	}
	/* Nearby */
	.near_wrap {
		padding-bottom: 90px;
	}
	.near_wrap .section_name,
	.near_wrap .title_text,
	.near_wrap .subject_text {
		margin-left: 30px;
	}
	.gallery_list {
		padding-left: 30px;
		padding-right: 30px;
	}
	.gallery_list > li {
		margin-top: 30px;
	}
	/* Location */
	.location_wrap {
		padding-top: 70px;
	}
	.location_wrap .section_name,
	.location_wrap .title_text,
	.location_wrap .subject_text,
	.location_wrap .link_list {
		margin-left: 30px;
	}
	.location_wrap .link_list > li {
		margin-top: 30px;
	}
	.location_wrap .location_zone {
		margin: 30px auto 0px;
		width: calc(100% - 60px);
		height: 400px;
	}
	/* About */
	.about_wrap {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.about_wrap .title_text {
		margin-top: 30px;
		line-height: 1.7em;
	}
	.about_wrap .cs_text {
		margin-top: 30px;
	}
	/* Notice */
	.notice_wrap {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.notice_wrap .notice_cover {
		padding-left: 30px;
		padding-right: 30px;
	}
	.notice_wrap .notice_list > li:nth-of-type(3n-1) {
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media screen and (max-width: 1100px) {
	/* Banner */
	.banner_wrap .title_area {
		bottom: 30%;
	}
	.banner_wrap .bx-wrapper .bx-pager {
		bottom: 50px;
	}
	/* Nearby */
	.gallery_list > li {
		width: calc(50% - 15px);
	}
	.gallery_list > li:nth-of-type(3n-1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.gallery_list > li:nth-of-type(2n) {
		margin-left: 30px;
	}
	/* Notice */
	.notice_wrap {
		padding-top: 20px;
	}
	.notice_wrap .notice_list {
		flex-wrap: wrap;
	}
	.notice_wrap .notice_list > li {
		margin-top: 50px;
		width: calc(50% - 20px);
	}
	.notice_wrap .notice_list > li:nth-of-type(3n-1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.notice_wrap .notice_list > li:nth-of-type(2n) {
		margin-top: 50px;
		margin-left: 40px;
	}
}
@media screen and (max-width: 750px) {
	/* Common */
	.title_text {
		margin-top: 20px;
		font-size: 24px;
	}
	.subject_text {
		margin-top: 5px;
		font-size: 24px;
	}
	.desc_text {
		margin-top: 20px;
		font-size: 16px;
	}
	/* Banner */
	.banner_wrap {
		padding-top: 70px;
	}
	.banner_wrap .title_area {
		bottom: 20%;
	}
	.banner_wrap .title_area .top,
	.banner_wrap .title_area .top > div {
		font-size: 14px;
	}
	.banner_wrap .title_area .main,
	.banner_wrap .title_area .main > div {
		font-size: 24px;
	}
	.banner_wrap .title_area .bottom,
	.banner_wrap .title_area .bottom > div {
		font-size: 14px;
	}
	.banner_wrap .bx-wrapper .bx-pager {
		bottom: -20px;
	}
	.banner_wrap .bx-wrapper .bx-pager-item {
		margin-left: 3px;
		margin-right: 3px;
	}
	.banner_wrap .bx-wrapper .bx-pager-item .circle {
		width: 10px;
		height: 10px;
	}
	.banner_wrap .bx-wrapper .bx-pager-item .number {
		display: none;
		font-size: 14px;
	}

	.banner_wrap .bx-wrapper .bx-pager-item .circle {
		background-color: rgba(0, 0, 0, 0.5);
	}
	.banner_wrap .bx-wrapper .bx-pager-item .number {
		color: rgba(0, 0, 0, 0.5);
	}
	.banner_wrap .bx-wrapper .bx-pager-item > a.active .circle {
		background-color: rgba(0, 0, 0, 1);
	}
	.banner_wrap .bx-wrapper .bx-pager-item > a.active .number {
		color: rgba(0, 0, 0, 1);
	}
	/* Event */
	.event_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.event_wrap .content_zone .subject_text {
		margin-top: 25px;
	}
	.event_wrap .content_zone .subject_text,
	.event_wrap .content_zone .subject_text > div,
	.event_wrap .content_zone .subject_text > strong {
		line-height: 1.4em;
		font-size: 20px;
	}
	.event_wrap .content_zone {
		padding-left: 20px;
		padding-right: 20px;
	}
	.event_wrap .content_zone .box_area {
		margin-top: 20px;
		padding: 30px 20px;
	}
	.event_wrap .content_zone .box_area .cont2,
	.event_wrap .content_zone .box_area .cont2 > strong {
		font-size: 18px;
	}
	.event_wrap .content_zone .box_area .cont2 {
		margin-top: 20px;
	}
	.event_wrap .content_zone .box_area .cont3 {
		margin-top: 15px;
		font-size: 14px;
	}
	.event_wrap .image_zone {
		width: calc(100% - 40px);
	}
	/* Information */
	.info_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.info_wrap .section_name,
	.info_wrap .title_text,
	.info_wrap .subject_text,
	.info_wrap .tab_menu {
		margin-left: 20px;
	}
	.info_wrap .tab_menu {
		margin-top: 20px;
	}
	.info_wrap .tab_menu > li {
		margin-left: 15px;
		width: 70px;
	}
	.info_wrap .tab_menu > li > a > span {
		font-size: 16px;
	}
	.info_wrap .content_zone .interior_area {
		left: 0px;
		width: 100%;
		height: 350px;
	}
	.info_wrap .content_zone .interior_area .bx-wrapper .bxslider-slide {
		height: 350px;
	}
	.info_wrap .content_zone .text_area {
		margin-left: 20px;
		margin-right: 20px;
		padding: 40px 20px;
		width: calc(100% - 40px);
		height: auto;
	}
	.info_wrap .content_zone .text_area .top_title {
		font-size: 24px;
	}
	.info_wrap .content_zone .text_area .top_desc {
		font-size: 18px;
	}
	.info_wrap .content_zone .text_area .cont_list > li {
		margin-top: 20px;
		padding: 20px 20px 0px;
	}
	.info_wrap .content_zone .text_area .cont_list > li:last-child {
		padding-bottom: 20px;
	}
	.info_wrap .content_zone .text_area .cont_list > li .cont_title {
		font-size: 16px;
	}
	.info_wrap .content_zone .text_area .cont_list > li .cont_desc {
		font-size: 14px;
	}
	/* Nearby */
	.near_wrap {
		padding-bottom: 50px;
	}
	.near_wrap .section_name,
	.near_wrap .title_text,
	.near_wrap .subject_text {
		margin-left: 20px;
	}
	.gallery_list {
		padding-left: 20px;
		padding-right: 20px;
	}
	.gallery_list > li {
		margin-top: 30px;
		width: 100%;
	}
	.gallery_list > li:nth-of-type(2n) {
		margin-left: 0px;
	}
	.gallery_list > li .name {
		margin-top: 15px;
		font-size: 16px;
	}
	.gallery_list > li .address {
		margin-top: 10px;
		font-size: 14px;
	}
	/* Location */
	.location_wrap {
		padding-top: 50px;
	}
	.location_wrap .section_name,
	.location_wrap .title_text,
	.location_wrap .subject_text {
		margin-left: 20px;
	}
	.location_wrap .link_list {
		flex-direction: column;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.location_wrap .link_list > li {
		margin-top: 0px;
		width: 100%;
	}
	.location_wrap .link_list > li > a {
		width: 100%;
	}
	.location_wrap .link_list > li > a > span {
		font-size: 16px;
	}
	.location_wrap .link_list > li > a > i {
		font-size: 16px;
	}
	.location_wrap .location_zone {
		margin: 20px auto 0px;
		width: calc(100% - 40px);
	}
	/* About */
	.about_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.about_wrap .about_cover {
		width: calc(100% - 40px);
	}
	.about_wrap .title_text {
		margin-top: 20px;
		line-height: 1.5em;
	}
	.about_wrap .cs_text {
		margin-top: 20px;
		font-size: 18px;
	}
	/* Notice */
	.notice_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.notice_wrap .notice_cover {
		padding-left: 20px;
		padding-right: 20px;
	}
	.notice_wrap .notice_list > li {
		margin-top: 30px;
		width: 100%;
	}
	.notice_wrap .notice_list > li:first-child {
		margin-top: 0px;
	}
	.notice_wrap .notice_list > li:nth-of-type(3n-1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.notice_wrap .notice_list > li:nth-of-type(2n) {
		margin-top: 30px;
		margin-left: 0px;
	}
	.notice_wrap .notice_list > li .date {
		font-size: 23px;
	}
	.notice_wrap .notice_list > li .title {
		margin-top: 20px;
		font-size: 19px;
	}
	.notice_wrap .notice_list > li .desc {
		margin-top: 10px;
		line-height: 1.3em;
		font-size: 15px;
		height: auto;
	}
	.notice_wrap .notice_list > li .link {
		margin-top: 10px;
		font-size: 15px;
	}
	/* Coupon */
	.coupon_wrap .body_cover {
		width: calc(100% - 20px);
	}
	.coupon_wrap .top_cover {
		height: 70px;
	}
}
