section {
	padding: 100px 0
}

#mainSearchTop {
	background: url('../img/main/new_search_bg.png');
	text-align: center;
	padding: 50px 20px
}

#mainSearchTop h2 {
	font-size: 62px;
	color: #010101;
	margin: 20px 0
}

#mainSearchTop .new_main_search_wrap {
	position: relative;
	max-width: 720px;
	margin: 20px auto;
	border: 3px solid #000
}

#mainSearchTop .new_main_search_wrap input {
	line-height: 80px;
	padding: 0 80px 0 40px;
	border: none;
	font-size: 25px
}

#mainSearchTop .new_main_search_wrap button {
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
	width: 60px;
	display: flex;
	align-items: center;
}

#mainSearchTop .search_warp {
	padding: 0
}

#mainSearchTop .search_warp>a {
	font-size: 20px;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	margin: 0 5px;
}

#mainTitle {
	padding-right: 650px
}

#mainTitle .search_warp {
	position: absolute;
	top: 0;
	right: 20px
}

#mainTitle h2 {
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -2px;
}

#mainFirst { padding-top : 40px }
#mainFirst .swiper {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

#mainFirst .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 385px;
}

.new_main_sub_title {
	margin: 50px 0;
	font-size: 48px;
	font-weight: bold;
}

.new_main_sub_title span {
	display: block;
	font-size: 16px;
	color: #886C4B
}

#mainFirst .swiper-pagination-progressbar-fill {
	background: #7c8789;
}

#mainFirst .main_slide_top {
	position: relative;
	display: flex;
	align-items: center;
}

#mainFirst .main_slide_top .slide_count_wrap {
	white-space: nowrap;
}

#mainFirst .main_slide_top .link_more_b {
	position: absolute;
	top: -10px;
	right: 0
}

#mainFirst .swiper-pagination {
	position: relative !important;
	width: 300px;
	margin: 0 20px
}

#mainFirst .slide_btn {
	cursor: pointer
}

#mainFirst .slide_btn img {
	position: relative;
	top: 2px
}

#mainFirst .swiper-pagination2 {
	position: relative;
	width: calc(100% - 150px);
	height: 10px;
	bottom: auto;
}

#mainFirst .pagination_container {
	display: flex;
	align-items: center;
	position: relative;
	top: 20px;
}

#mainSlideProgress {
	font-size: 12px
}

.scroll_effect {
	margin-top: 34px;
	text-align: center;
}

.scroll_effect a {
	display: inline-block;
	position: relative;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	z-index: 11
}

.scroll_effect p {
	width: 2px;
	height: 34px;
	margin: 0 auto;
	position: relative;
	top: 0;
	background-color: #000;
	animation: scrollLine 1s ease infinite alternate;
}

@keyframes scrollLine {
	0% {
		top: 0
	}

	100% {
		top: 10px
	}
}

#mainFirst .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -30px;
	top: 0;
}

.main_slide_play {
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 12px;
	z-index: 10
}

#mainSlideStart {
	display: none
}

#mainSlideStop {
	top: 4px;
}

.mySwiper:before,
.mySwiper:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	z-index: 2
}

/* .mySwiper:before { left : -100px; background: rgb(237,237,237); background: linear-gradient(90deg, rgba(237,237,237,0.5018382352941176) 0%, rgba(255,255,255,0.4766281512605042) 50%, rgba(255,255,255,0) 100%); } 
.mySwiper:after { right : 0; background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4766281512605042) 50%, rgba(237,237,237,0.5018382352941176) 100%); } */
.mySwiper:before {
	content: url('/resource/templete/manpa/img/main/bg_slide_left.png');
	left: 0
}

.mySwiper:after {
	content: url('/resource/templete/manpa/img/main/bg_slide_right.png');
	right: 0
}

.slide_inner {
	padding: 10px 0;
	overflow: hidden;
	text-align: left;
}

.slide_inner h3 {
	font-size: 34px;
	font-weight: bold;
}

.slide_inner>p {
	position: relative;
	width: 400px;
	height: 440px;
	margin: 10px 0;
	overflow: hidden;
	background-color : #f1f1f1 !important;
	transition : all .3s ease;
}
.slide_inner>p img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 480px;
height: auto;
object-fit: contain;
}

.slide_inner>p strong {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	writing-mode: vertical-rl;
	font-size: 48px;
	color: #fff;
}

.slide_inner:hover>p {
	border-radius: 20px
}

.slide_inner i {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #fff url('../img/common/new_link_go.png') no-repeat center center;
	border: 1px solid #eee;
}

.slide_inner:hover i {
	background: #000 url('../img/common/new_link_go_on.png') no-repeat center center; border-color : #000
}

.slide_inner>p span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s ease
}

.slide_inner h3 {
	font-size: 34px;
	margin-top: 10px;
	transition: all .3s ease
}

.slide_inner h4 {
	font-size: 22px;
	color: #6A6B6E
}

.slide_inner:hover h3 {
	color: #886C4B
}

#mainSecond {
	position: relative;
	overflow : hidden
}

#mainSecond .inner {
	display: flex;
	justify-content: space-between;
}

#mainSecond:before,
#mainSecond:after {
	content: '';
	background: url('../img/main/new_bg_counting.png') no-repeat center center / cover;
	position: absolute;
	width: 520px;
	height: 520px;
	z-index : -1;
}

#mainSecond:before {
	right: -300px;
	top: -150px;
}

#mainSecond:after {
	left: -300px;
	bottom: -200px;
}

#mainSecond ul {
	overflow: hidden
}

#mainSecond ul li {
	float: left;
	width: 33.33%;
	padding: 10px;
	margin : 30px 0;
}

#mainSecond ul li a {
	display: block;
	font-size: 18px;
	color: #121212;
	border-left: 1px solid #D6D5D3;
	padding: 0 0 0 20px
}

#mainSecond ul li a:hover {
	border-left: 1px solid #886C4B
}

#mainSecond ul li p {
	height: 120px;
}

#mainSecond ul li b {
	display: block;
	font-size: 42px;
	font-weight: bold;
}

#mainFourth {
	display: none
}

.grid_inner {
	display: grid;
	grid-template-areas:
		"a01 a02 a03 a03 a03"
		"a01 b01 b01 b02 b02"
		"c01 c01 c02 b02 b02"
		"d01 d02 d03 d03 d04";
	border: 2px solid #000;
}

.grid_inner .item {
	border-bottom: 2px solid #000;
	overflow: hidden
}

.grid_inner .item img {
	display: block;
	width: 100%;
	height: 100%
}

.grid_inner .item:nth-child(1) {
	grid-area: a01;
}

.grid_inner .item:nth-child(2) {
	grid-area: a02;
}

.grid_inner .item:nth-child(3) {
	grid-area: a03;
}

.grid_inner .item:nth-child(4) {
	grid-area: b01;
	background-color: #000;
}

.grid_inner .item:nth-child(5) {
	grid-area: b02;
}

.grid_inner .item:nth-child(6) {
	grid-area: c01;
}

.grid_inner .item:nth-child(7) {
	grid-area: c02;
}

.grid_inner .item:nth-child(8) {
	grid-area: d01;
}

.grid_inner .item:nth-child(9) {
	grid-area: d02;
}

.grid_inner .item:nth-child(10) {
	grid-area: d03;
}

.grid_inner .item:nth-child(11) {
	grid-area: d04;
}

.grid_inner .explanation_txt {
	padding: 45px;
	color: #777
}

.grid_inner .explanation_txt span {
	display: block;
	font-size: 30px;
	color: #000;
	line-height: 120%;
	margin-bottom: 20px;
	font-weight: 700;
}

.grid_inner .explanation_txt:hover span {
	text-decoration: underline;
}

.grid_inner .explanation_box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 240px
}

.grid_inner .explanation_box b {
	display: block;
	font-size: 40px;
	font-weight: 700;
}

.grid_inner div {
	overflow: hidden
}

.grid_inner .explanation_big {
	width: 480px;
	height: 480px;
	cursor: default
}

.grid_inner .explanation_small {
	width: 240px;
	height: 240px;
	cursor: default
}

.grid_inner .grid_more {
	display: flex;
	width: 240px;
	height: 240px;
	justify-content: center;
	align-items: center;
	border-left: 2px solid #000
}

.grid_inner .grid_more img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto 10px
}

.grid_inner .grid_more p {
	font-size: 20px
}

.grid_inner .grid_more p img {
	transition: all .5s ease
}

.grid_inner .grid_more:hover p img {
	transform: rotate(180deg)
}

.main_bbs_title {
	margin: 30px 0
}

.main_bbs_title a {
	position: relative;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	padding: 0 20px;
	color: #ddd
}

.main_bbs_title a.active,
.main_bbs_title a:hover {
	color: #000
}

.main_bbs_title a:first-child {
	padding-left: 0
}
.main_bbs_title a:before {
	content: '';
	width: 2px;
	height: 11px;
	background-color: #ddd;
	position: absolute;
	top: calc(50% - 5px);
	left: -2px;
}
.main_bbs_title a:first-child:before {
	display: none
}

.main_bbs_content { position : relative; margin-bottom : 100px }

.main_bbs_content .inner a { display : block; position : relative; padding : 20px 0; border-bottom : 2px solid #D6D5D3; font-size : 22px }
.main_bbs_content .inner a span { display : block; margin-top : 10px; color : #6A6B6E; font-size : 16px }
.main_bbs_content .inner a:before { content : ''; width : 0; height : 3px; background-color : #886C4B; transition : all 1s ease; position : absolute; bottom : -3px; left : 0 }
.main_bbs_content .inner a:hover { color : #886C4B }
.main_bbs_content .inner a:hover:before { width : 100% }




.main_bbs_content>h2 {
	font-size: 40px;
	letter-spacing: -2px;
}


.tabcontent {
	display: none
}

#noticeWrap {
	position : relative;
	display: block
}

.swiper-container {
	overflow: hidden
}

#mainThird {
	margin: 100px auto
}
#mainThird .gallery_top .swiper-slide.swiper-slide-active { width : auto !important; padding : 0 15px }
.wrap_thumb_layout .center.mgt60 { display : none }

#mainThird>h2 {
	font-size: 42px;
	margin: 0 0 15px 0
}

.gallery_top p {
	position: relative;
	line-height: 110px;
	cursor: pointer;
	white-space: nowrap
}

.third_paging {
	display: none
}

.gallery_top p * {
	display: block;
	font-size : 24px; color : #A1A1A1;
	text-align: center;
}

.gallery_top .swiper-slide:after {
	content: '';
	width: 4px;
	height: 17px;
	background: #a1a1a1;
	position: absolute;
	top: calc(50% - 8px);
	right: 5px;
}

.gallery_top .swiper-slide.swiper-slide-next+div:after {
	display: none
}

.gallery_top .swiper-slide b {
	position: relative;
	font-size: 28px;
	color: #6F706F;
	top: 0
}

.gallery_top .swiper-slide span {
	display: none;
	bottom: 0;
}

.gallery_top .swiper-slide-active p * {
	color: #886C4B;
	font-size: 50px;
	font-weight: 800;
	letter-spacing: -3px
}

.gallery_list ul {
	overflow: hidden
}

.gallery_list ul li {
	float: left;
	width: 23%;
	margin: 20px 1%;
	height: 380px
}

.gallery_list ul b {
	display: table;
	width: 100%;
	height: 345px;
	line-height: 345px;
	background-color: #dcdcdc;
	transition: all .3s ease
}

.gallery_list ul li:hover b {
	display: table;
	width: 100%;
	height: 345px;
	line-height: 345px;
	background-color: #262626
}

.gallery_list ul b sub {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	height: 345px;
}

.gallery_list ul b img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100% !important;
}

.gallery_list li span {
	display: block;
	font-size: 22px;
	margin: 10px 0 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gallery_top .swiper-slide-active:after {
	right: -5px
}

.gallery_list_navigation {
	display: none
}


.main_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99
}

.main_modal .modal_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 90%;
	max-width: 800px;
	min-width: 300px;
	padding: 40px;
	border-radius: 15px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	overflow: hidden auto;
	display: flex;
	flex-direction: column;
	max-height: 70%
}

.main_modal .modal_header_fix {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #111
}

.main_modal .modal_scroll {
	padding: 20px 0;
	max-height: 500px;
	overflow: auto
}

.main_modal b {
	font-weight: bold;
}

.main_modal .h15 {
	height: 15px
}

.main_modal .modal_foot a {
	display: inline-block;
	padding: 5px 15px;
	background-color: #000;
	color: #fff
}


@media (max-width : 1520px) {
	.grid_inner .explanation_big {
		width: 440px;
		height: 440px
	}

	.grid_inner .explanation_small {
		height: 220px
	}

	.grid_inner .explanation_box {
		height: 220px
	}
}

@media (max-width : 1450px) {
	.grid_inner .explanation_big {
		width: 380px;
		height: 380px
	}

	.grid_inner .explanation_small,
	.grid_inner .grid_more {
		height: 160px
	}

	.grid_inner .explanation_box {
		height: 160px
	}
	#mainThird .gallery_top .swiper-slide.swiper-slide-active { width : 33.33% !important; padding : 0  }
}

@media (max-width : 1400px) {
	#mainTitle {
		padding-right: 550px
	}

	#mainTitle h2 {
		font-size: 55px
	}

	#mainTitle .search_warp {
		width: 100%;
		max-width: 500px;
	}
}

@media (max-width : 1250px) {

	.gallery_top .swiper-slide-active { width : auto }
	section {
		padding: 50px 0
	}

	#mainTitle {
		padding-right: 450px
	}

	#mainTitle h2 {
		font-size: 45px
	}

	.search_warp p input {
		line-height: 60px
	}

	.search_warp p input::placeholder {
		font-size: 17px
	}

	#mainThird>h2,
	.main_bbs_content>h2 {
		font-size: 35px
	}

	.gallery_top .swiper-slide-active p * {
		font-size: 35px
	}

	.gallery_list ul li {
		width: 31%
	}

	.grid_inner .explanation_txt {
		padding: 35px;
		font-size: 16px
	}

	.grid_inner .explanation_txt span {
		font-size: 26px
	}

	.new_main_sub_title { font-size : 40px; margin-bottom : 30px }


	#mainThird .gallery_top .swiper-slide.swiper-slide-active { width : 50% !important;  }
}

@media (max-width : 1100px) {
	#mainSearchTop h2 {
		font-size: 50px
	}

	#mainFirst .main_slide_top .link_more_b { top : -35px }

	#mainSearchTop .new_main_search_wrap input,
	#mainSearchTop .new_main_search_wrap button {
		line-height: 60px;
		height: 60px
	}

	section#mainFirst {
		height: auto
	}

	#mainTitle {
		padding: 0 20px
	}

	#mainTitle .search_warp {
		position: static;
		padding: 0 20px;
	}

	#mainFirst .swiper {
		margin-top: 0
	}

	.slide_inner h3 {
		font-size: 28px
	}

	#mainFirst h2 {
		margin: 20px 0
	}

	.mySwiper:before,
	.mySwiper:after {
		display: none
	}

	.gallery_top .swiper-slide-active p * {
		font-size: 25px
	}

	.grid_inner .explanation_box b {
		font-size: 38px
	}

	.scroll_effect {
		display: none !important
	}

	.gallery_list_navigation {
		display: block
	}

	.gallery_list_navigation>div {
		top: 123px;
		opacity: 0.5
	}

	.gallery_list_navigation>div:hover {
		opacity: 1
	}

	#mainSecond .inner { flex-wrap : wrap }
	#mainSecond .inner > * { width : 100% }
	#mainSecond ul li { margin : 0; padding : 10px }
	#mainSecond ul li a { border : 1px solid #D6D5D3; padding : 10px; text-align: center; padding : 30px 10px;  background-color: #fff; }
	#mainSecond ul li a:hover { border : 1px solid #886C4B }
	#mainSecond ul li p{ height : 100px }
}

@media (max-width : 1000px) {
	.gallery_list ul li {
		width: 48%
	}

	.grid_inner {
		display: block
	}

	.grid_inner .item:nth-child(2),
	.grid_inner .item:nth-child(5),
	.grid_inner .item:nth-child(7),
	.grid_inner .item:nth-child(8),
	.grid_inner .item:nth-child(9) {
		display: none
	}

	.grid_inner .explanation_big,
	.grid_inner .grid_more {
		width: 100%;
		height: 150px
	}

	.grid_inner .item:last-child,
	.grid_inner .grid_more {
		border: none
	}


	#mainTitle {
		position: relative;
		height: 330px
	}

	.area_center {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.main_bbs_content .inner a { font-size : 20px }
	.main_modal .modal_inner {
		padding: 20px
	}
}

@media (max-width : 800px) {
	.new_main_sub_title { font-size : 33px }
	#mainFirst .main_slide_top .link_more_b { top : -78px }
	#mainSearchTop h2 {
		font-size: 40px
	}

	#mainSecond ul li img { transform : scale(0.5)}
	#mainSecond ul li p { height : 80px }
	#mainSecond ul li b { font-size : 20px }
	#mainSecond ul li a { padding : 10px 10px 20px 10px }

	#mainSearchTop .new_main_search_wrap input {
		font-size: 18px
	}

	#mainFifth .flex {
		display: block;
		flex-basis: 100%
	}

	#mainFifth .flex dl {
		margin: 20px 0 40px 0
	}

	.top_lang_wrap {
		display: none !important
	}

	#mainTitle h2 {
		font-size: 30px
	}

	.search_warp p button {
		padding: 0;
		width: 40px
	}

	.main_bbs_content .inner a { font-size : 18px } 
}

@media (max-width : 700px) {
	.gallery_top .swiper-slide:after {
		display: none
	}

	#mainThird {
		margin-bottom: 40px
	}
	#mainThird .link_more_b { display : none }

	.third_paging {
		display: block;
		position: absolute;
		top: inherit !important;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center
	}
	#mainThird .gallery_top .swiper-slide.swiper-slide-active { width : 100% !important;  }
}

@media ( max-width : 500px ){
	#mainSecond ul li { padding : 5px }
	#mainSecond ul li i { display : none }
	#mainSecond ul li p { height : 50px; display : flex; align-items: center; justify-content: center;}
	#mainSecond ul li img { transform : inherit; width : 35% }
	#mainSecond ul li b { font-size : 18px }
	#mainSecond ul li a {padding: 5px 5px 10px 5px; font-size : 16px }
	.slide_inner>p {
		width: 300px;
	}
}