@charset "UTF-8";

/* 메인 공통 */
.main_container {
	width: 1440px;
	margin: 0 auto;
}

/* S: main_visitor */
.main_visitor {
	margin-top: 32px;
}
.main_visitor_list {
	display: flex;
	align-items: center;
	/*	 justify-content: right; */
	gap: 24px;
}
.main_visitor_list li {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}
.main_visitor_list li:not(:first-child):before {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background-color: var(--grayStr);
	position: absolute;
	top: 50%;
	left: -12px;
	transform: translateY(-50%);
}
.main_visitor_list li span {
	font-weight: 500;
}
[class^="ico_visitor"] {
	margin-right: 4px;
	height: 17px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
}
.ico_visitor_today {
	width: 16px;
	background-image: url(../img/main/ico_visitor_today.svg);
}
.ico_visitor_yesterday {
	width: 19px;
	background-image: url(../img/main/ico_visitor_yesterday.svg);
}
.ico_visitor_total {
	width: 23px;
	background-image: url(../img/main/ico_visitor_total.svg);
}
/* E: main_visitor */

/* S: section01.main_banner */
.main_bannerSlide {
	display: flex;
	gap: 20px;
	width: 100%;
	position: relative;
}
.main_bannerSlide .swiper {
	height: 400px;
}
.mainBanner {
	width: 100%;
}
.mainBannerList .ratioWrap,
.mainGallery .ratioWrap {
	height: 100%;
}
.mainBannerList li {
	border-radius: 30px;
	overflow: hidden;
	border: solid 1px #f4f4f4;
}
.mainBannerList li .imgbox {
	display: block;
	height: 100%;
}
.mainBannerList li .imgbox img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block;
}
.mainBanner .swiperArr button {
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
	z-index: 1;
	background-color: #fff;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: solid 1px #e4e4e4;
	transition: 0.2s;
}
.mainBanner .swiperArr button:hover {
	background-color: var(--main01);
	border-color: var(--main01);
}
.mainBanner .swiperArr button:after {
	content: "";
	display: block;
	width: 14px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-mask: url(../img/icon/ico_slideArr.svg) no-repeat center / contain;
	mask: url(../img/icon/ico_slideArr.svg) no-repeat center / contain;
	background-color: #2d2d2d;
	transition: 0.2s;
}
.mainBanner .swiperArr button:hover:after {
	background-color: #fff;
}
.mainBanner .swiper-button-next:after,
.mainBanner .swiper-rtl .swiper-button-prev:after {
	transform: rotate(180deg);
}
.mainBanner .swiperCtrlbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 1;
}
.mainBanner .swiper-button-prev {
	left: 30px;
}
.mainBanner .swiper-button-next {
	right: 30px;
}
.mainBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
	position: relative;
	padding: 16px;
	width: fit-content;
	top: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
}
.mainBanner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.mainBanner .swiper-pagination {
	display: flex;
	gap: 8px;
}
.mainBanner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background-color: #8e8e8e;
	opacity: 1;
	transition: 0.2s;
}
.mainBanner .swiper-pagination-bullet-active {
	width: 20px;
	background-color: #be3b4b;
	transition: 0.2s;
}
.mainBanner .swiper_ctrl button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: solid 1px #e4e4e4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}
.mainBanner .swiper_ctrl button:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #2d2d2d;
	transition: 0.2s;
}
.mainBanner .swiper_ctrl .start:after {
	-webkit-mask: url(../img/main/ico_mbStart.svg) no-repeat center / contain;
	mask: url(../img/main/ico_mbStart.svg) no-repeat center / contain;
}
.mainBanner .swiper_ctrl .stop:after {
	-webkit-mask: url(../img/main/ico_mbStop.svg) no-repeat center / contain;
	mask: url(../img/main/ico_mbStop.svg) no-repeat center / contain;
}
.mainBanner .swiper_ctrl button:hover {
	border-color: var(--main02);
	background-color: var(--main02);
}
.mainBanner .swiper_ctrl .start:hover:after,
.mainBanner .swiper_ctrl .stop:hover:after {
	background-color: #fff;
}
/* E: section01.main_banner */

/* S: section01.main_gallery */
.mainGallery {
	width: calc(100% / 3 - 16px);
	max-width: 460px;
	flex-shrink: 0;
	border: solid 1px #f4f4f4;
	background-color: #f4f4f4;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.mainGallery_label {
	color: #fff;
	background-color: #424b76;
	padding: 16px 24px;
	border-radius: 0 0 30px 0;
	font-size: 15px;
	font-weight: 500;
	font-family: "GmarketSans";
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition: background-color 0.2s ease-in-out;
}
@media (hover: hover) {
	.mainGallery_label:hover {
		background-color: #322f7f;
	}
}
.ico_arrWhite {
	width: 16px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	background-image: url(../img/icon/ico_arrWhite.svg);
}
.mainGalleryList .swiper-slide .imgbox {
	display: block;
	height: 100%;
	border: solid 1px #e9e9e9;
	background-color: #e9e9e9;
	overflow: hidden;
}
.mainGalleryList li .imgbox img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	display: block;
}
.mainGallery_bottom {
	padding: 20px 24px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	z-index: 5;
}
.mainGallery .title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
	font-family: "GmarketSans";
}
.mainGallery .swiperCtrlbox {
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	z-index: 1;
}
.mainGallery .swiper-pagination {
	width: fit-content;
	display: flex;
	gap: 8px;
	top: auto;
	bottom: auto;
	left: auto;
	position: relative;
	transform: none;
}
.mainGallery .swiper-pagination span {
	letter-spacing: -1px;
}
.mainGallery .swiper-pagination-current {
	color: #2c2d81;
	font-weight: 700;
}
.mainGallery .swiperArr {
	display: flex;
	align-items: center;
}
.mainGallery .swiperArr button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	transition: 0.2s;
}
.mainGallery .swiperArr button:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-mask: url(../img/icon/ico_slideArr_small.svg) no-repeat center / contain;
	mask: url(../img/icon/ico_slideArr_small.svg) no-repeat center / contain;
	background-color: #2d2d2d;
	transition: 0.2s;
}
.mainGallery .swiperArr button:hover:after {
	background-color: #be3b4b;
}
.mainGallery .swiper-button-next:after,
.mainGallery .swiper-rtl .swiper-button-prev:after {
	transform: rotate(180deg);
}
.mainGallery .swiper_ctrl button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}
.mainGallery .swiper_ctrl button:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #2d2d2d;
	transition: 0.2s;
}
.mainGallery .swiper_ctrl .start:after {
	-webkit-mask: url(../img/main/ico_mbStart.svg) no-repeat center / contain;
	mask: url(../img/main/ico_mbStart.svg) no-repeat center / contain;
}
.mainGallery .swiper_ctrl .stop:after {
	-webkit-mask: url(../img/main/ico_mbStop.svg) no-repeat center / contain;
	mask: url(../img/main/ico_mbStop.svg) no-repeat center / contain;
}
.mainGallery .swiper_ctrl .start:hover:after,
.mainGallery .swiper_ctrl .stop:hover:after {
	background-color: #be3b4b;
}
/* S: section01.main_gallery */

/* S: section02.main_directMenu */
.mainDrctList {
	padding: 32px 60px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #fef9ec;
	border-radius: 30px;
}
.mainDrctList .inbox {
	max-width: 110px;
}
.mainDrctList .inbox .imgbox {
	border-radius: 50%;
	border: solid 2px transparent;
	transition: 0.2s;
}
.mainDrctList .inbox:hover .imgbox {
	border: solid 2px #ffe49f;
}
.mainDrctList .inbox .tit {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
/* E: section02.main_directMenu */

/* S: section03.main_mdBannerSlide */
.mainCol_50 {
	display: flex;
	justify-content: space-between;
	gap: 32px;
}
.mainCol_50 .left {
	flex: 1;
	max-width: calc(40% - 16px);
}
.mainCol_50 .right {
	flex: 1;
	max-width: calc(60% - 16px);
}
.main_boardTab_wrap {
	width: calc(40% - 16px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
#mainBoardTab.swiper {
	margin: 0;
}
#mainBoardTab.swiper .swiper-slide {
	width: fit-content;
}
.main_board_more i {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/icon/ico_plus_black.svg) no-repeat center/contain;
}
.main_boardTab {
	display: flex;
	gap: 0;
}
.main_boardTab button {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #888;
	position: relative;
}
.main_boardTab button.active {
	color: var(--black);
}
.main_boardTab li:not(:first-child) button:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #d9d9d9;
	top: 50%;
	left: -18px;
	transform: translateY(-50%);
	position: absolute;
}
.main_boardTab button.new:after {
	content: "N";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 15px;
	color: #f33535;
	top: -4px;
	right: -18px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.main_boardList {
	padding: 0 32px;
	border-radius: 24px 0 24px 24px;
	overflow: hidden;
	border: solid 1px #dfe0e2;
	position: relative;
	min-height: 346px;
}
.main_boardList li a {
	padding: 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.main_boardList li a .title {
	font-size: 18px;
	font-weight: 500;
}
.main_boardList li a .title.new {
	padding-right: 24px;
	position: relative;
}
.main_boardList li a .title.new:after {
	content: "N";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	background-color: #f33535;
	top: 52%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.main_boardList li a:hover .title {
	font-weight: 700;
	text-decoration: underline;
}
.main_boardList li a .date {
	font-size: 16px;
	font-weight: 400;
	color: var(--dgray);
	flex-shrink: 0;
}
.main_boardList li a:hover .date {
	font-weight: 600;
}
.main_boardList li:not(:first-child) a {
	border-top: solid 1px var(--bg01);
}
.main_board .mainCol_50 .right {
	display: flex;
}
.main_mdList {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.main_mdList li {
	/* width: 100%; */
	flex: 1;
}
.main_boardList li .no_data {
	min-height: 340px;
	line-height: 340px;
}
.main_mdList li a {
	height: 100%;
	padding: 32px;
	border: solid 1px #fff;
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	transition: 0.2s;
}
.main_mdList li:nth-child(1) a {
	background-color: #f3f9ff;
}
.main_mdList li:nth-child(1) a:hover {
	border-color: #b1d6ff;
}
.main_mdList li:nth-child(2) a {
	background-color: #f9f6ff;
}
.main_mdList li:nth-child(2) a:hover {
	border-color: #dad4e7;
}
.main_mdList li:nth-child(3) a {
	background-color: #fdf3ff;
}
.main_mdList li:nth-child(3) a:hover {
	border-color: #f8d8ff;
}
.main_mdList li a .txtbox {
	width: 100%;
}
.main_mdList li a .txtbox .title {
	font-size: 22px;
	font-weight: 600;
}
.main_mdList li a .txtbox .txt {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
}
.main_mdList li a .imgbox {
	width: 48px;
	margin-left: auto;
	flex-shrink: 0;
	display: flex;
	/* height: 100%; */
	align-items: flex-end;
}
.main_mdList li:nth-child(2) a .imgbox {
	width: 64px;
}
/* E: section03.main_board */

/* S: section04.main_partnerSlide */
.main_partnerSlide {
	padding: 32px 0;
	border-top: solid 1px var(--bg01);
}
.mainPartnerWrap {
	padding-left: 160px;
	position: relative;
}
.mainPartnerLogo .mainPartnerLogoList {
	height: 60px;
}
.mainPartnerLogoList li {
	width: fit-content;
}
.mainPartnerLogo li a,
.mainPartnerLogo li img {
	height: 100%;
}
.mainPartnerLogo {
	flex: 1;
}
.mainPartnerLogo .logoNm {
	font-size: 0;
	display: none;
}
.mainPartnerWrap .swiperCtrlbox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.mainPartnerWrap .swiperCtrlbox button {
	margin: 0;
	left: 0;
	font-size: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #e4e4e4;
	background-color: #fff;
	position: relative;
	transition: 0.2s;
}
.mainPartnerWrap .swiperCtrlbox > button:hover {
	background-color: var(--main01);
	border-color: var(--main01);
}
.mainPartnerWrap .swiperCtrlbox > button:after {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-mask: url(../img/icon/ico_slideArr.svg) no-repeat center / contain;
	mask: url(../img/icon/ico_slideArr.svg) no-repeat center / contain;
	background-color: #2d2d2d;
	transition: 0.2s;
}
.mainPartnerWrap .swiperCtrlbox button:hover:after {
	background-color: #fff;
}
.mainPartnerWrap .swiper-button-next:after,
.mainPartnerWrap .swiper-rtl .swiper-button-prev:after {
	transform: rotate(180deg);
}
.mainPartnerWrap .swiperCtrlbox {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.mainPartnerWrap .swiper_ctrl button {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}
.mainPartnerWrap .swiper_ctrl button:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #2d2d2d;
	transition: 0.2s;
}
.mainPartnerWrap .swiper_ctrl .start:after {
	-webkit-mask: url(../img/main/ico_mbStart.svg) no-repeat center / contain;
	mask: url(../img/main/ico_mbStart.svg) no-repeat center / contain;
}
.mainPartnerWrap .swiper_ctrl .stop:after {
	-webkit-mask: url(../img/main/ico_mbStop.svg) no-repeat center / contain;
	mask: url(../img/main/ico_mbStop.svg) no-repeat center / contain;
}
.mainPartnerWrap .swiper_ctrl button:hover {
	border-color: var(--main02);
	background-color: var(--main02);
}
.mainPartnerWrap .swiper_ctrl .start:hover:after,
.mainPartnerWrap .swiper_ctrl .stop:hover:after {
	background-color: #fff;
}
/* E: section04.main_partnerSlide */

/******************************* res *****************************/
@media screen and (max-width: 1400px) {
	.main_bannerSlide .swiper {
		height: 340px;
	}
	.mainBanner .swiper-button-prev {
		left: 20px;
	}
	.mainBanner .swiper-button-next {
		right: 20px;
	}
	.mainGallery_label {
		color: #fff;
		background-color: #424b76;
	}
	.mainGallery_bottom {
		display: block;
	}
	.mainGallery .swiperCtrlbox {
		justify-content: right;
	}
}
@media screen and (max-width: 1320px) {
	.main_mdList li a {
		padding: 24px 20px;
	}
	.main_mdList li a .txtbox .title {
		font-size: 20px;
	}
	.main_mdList li a .txtbox .txt {
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	.mainBanner .swiperCtrlbox {
		bottom: 20px;
	}
	.mainDrctList {
		padding: 20px 40px;
		justify-content: initial;
		flex-wrap: wrap;
		gap: 40px 0;
	}
	.mainDrctList li {
		width: 25%;
		text-align: center;
	}
	.mainDrctList .inbox .tit {
		margin-top: 16px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.main_boardTab li:not(:first-child) button:before {
		left: -16px;
	}
	.main_bannerSlide .swiper,
	.mainBannerList li {
		border-radius: 30px;
	}
	.mainBanner .swiperArr button {
		width: 44px;
		height: 44px;
		top: 56%;
	}
	.mainBanner .swiperArr button:after {
		width: 10px;
		height: 16px;
	}
	.mainBanner .swiper-button-prev {
		left: 20px;
	}
	.mainBanner .swiper-button-next {
		right: 20px;
	}
	.mainBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
		padding: 12px;
	}
	.mainBanner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.mainBanner .swiper-pagination-bullet-active {
		width: 16px;
	}
	.mainBanner .swiper_ctrl button {
		width: 32px;
		height: 32px;
	}
	.mainBanner .swiper_ctrl button:after {
		width: 20px;
		height: 20px;
	}
	.mainCol_50 {
		gap: 16px;
	}
	.mainCol_50 .left {
		max-width: calc(40% - 10px);
	}
	.mainCol_50 .right {
		max-width: calc(60% - 10px);
	}
	.main_boardTab button {
		font-size: 20px;
	}
	.main_boardList {
		padding: 0 20px;
		min-height: auto;
	}
	.main_boardList li a {
		padding: 20px 0;
		gap: 16px;
	}
	.main_boardList li a .title {
		font-size: 16px;
	}
	.main_boardList li a .date {
		font-size: 14px;
	}
	.main_mdList li a {
		padding: 20px;
		gap: 20px;
	}
	.main_mdList li a .txtbox .title {
		font-weight: 600;
	}
	.main_mdList li a .txtbox .txt {
		display: none;
	}
	.main_mdList li a .imgbox {
		width: 40px;
	}
	.main_mdList li:nth-child(2) a .imgbox {
		width: 54px;
	}
}
@media screen and (max-width: 900px) {
	.main_bannerSlide {
		display: block;
	}
	.main_bannerSlide .swiper {
		height: auto;
	}
	.main_bannerSlide .ratioWrap {
		padding-bottom: 44.44%;
		overflow: hidden;
		background-color: #f2f2f2;
		position: relative;
	}
	.main_bannerSlide .imgbox img {
		object-fit: fill;
		object-position: center;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
	}
	.mainGallery {
		margin-top: 32px;
		width: 100%;
		max-width: 100%;
	}
	.main_boardTab_wrap {
		width: 100%;
	}
	.mainCol_50 {
		flex-wrap: wrap;
	}
	.mainCol_50 .left,
	.mainCol_50 .right {
		width: 100%;
		max-width: 100%;
		flex: none;
	}
	.main_mdList li {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 768px) {
	.main_partnerSlide {
		padding: 0;
	}
}
@media screen and (max-width: 600px) {
	.main_bannerSlide {
		margin-top: 0px !important;
	}
	.mainGallery {
		margin-top: 20px;
		height: 280px;
		width: 100%;
		max-width: 100%;
	}
	.mainGallery .ratioWrap {
		padding-bottom: 0;
	}
	.mainGalleryList li .imgbox img {
		position: relative;
	}
	.mainGallery_bottom,
	.mainGallery_label {
		padding: 12px 20px;
	}
	.main_boardList li a .date {
		width: 100%;
	}
	/** S: 방문자 */
	.main_visitor {
		margin-top: 20px;
	}
	.main_visitor_list {
		/*		 justify-content: center; */
	}
	.main_visitor_list li:not(:first-child):before {
		height: 28px;
	}
	.main_visitor_list li {
		font-size: 12px;
		display: block;
		text-align: center;
	}
	.main_visitor_list li strong {
		margin-top: 4px;
		font-size: 14px;
	}
	/** E: 방문자 */

	.mainBannerList li .ratioWrap {
		padding-bottom: 122.09%;
	}
	.main_mdList li {
		width: 100%;
		flex: none;
	}
	.main_mdList li a .txtbox .title br {
		display: none;
	}
	.main_mdList li a .txtbox .txt {
		display: block;
	}
	.main_boardTab button {
		font-size: 18px;
	}
	.main_boardTab button.new:after {
		width: 16px;
		height: 16px;
		font-size: 13px;
		top: -4px;
		right: -14px;
	}
	.main_boardList li a {
		flex-wrap: wrap;
		gap: 8px;
	}
	.main_boardList li a .title {
		max-width: 100%;
	}
	.mainDrctList {
		padding: 0;
		background-color: transparent;
		gap: 16px;
		align-items: normal;
	}
	.mainDrctList li {
		padding: 20px;
		width: calc(50% - 8px);
		background-color: #fef9ec;
		border-radius: 16px;
	}
	.mainDrctList .inbox {
		max-width: 100px;
		text-align: center;
	}
	.mainDrctList .inbox .imgbox {
		width: 54px;
		margin: 0 auto;
	}
	.mainDrctList .inbox .tit {
		margin-top: 8px;
		font-size: 16px;
		line-height: 1.3;
	}
	.mainPartnerWrap {
		padding-left: 0;
		padding-bottom: 60px;
	}
	.mainPartnerLogo .mainPartnerLogoList {
		height: 40px;
	}
	.mainPartnerWrap .swiperCtrlbox {
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 430px) {
	.main_bannerSlide .swiper,
	.mainBannerList li {
		border-radius: 20px;
	}
	.mainBanner .swiper-button-prev {
		left: 10px;
	}
	.mainBanner .swiper-button-next {
		right: 10px;
	}
}
@media screen and (max-width: 359px) {
	.main_visitor_list {
		gap: 16px;
	}
	.main_visitor_list li:not(:first-child):before {
		left: -8px;
	}
	.mainGallery {
		height: 240px;
	}
}
