@charset "utf-8";
/* copyright(c) WEBsiting.co.kr */

/* 메인페이지에서 변경되는 코드 */
#sideBar,
#topSpacer {
	display: none;
}

#ctWrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto !important;
}

#hd {
	background: RGBA(255, 255, 255, 0.75)
}

@media all and (max-width:980px) {

	#hd,
	#hd #tnb,
	#hd #gnb {
		background: #fff;
	}

	#topSpacer {
		display: block;
	}
}

/* 메인페이지 비쥬얼 슬라이더 */
#sliderSpace {
	overflow: hidden;
	width: 100%;
	height: auto;
}

#sliderSpace img {
	display: block;
	width: 100%;
	height: auto;
	filter: Alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.mainVisualImage {
	padding: 0px !important;
	position: relative;
	overflow: hidden;
}

.mainVisualImage .mvSlider {
	padding: 0px !important;
	margin: 0px !important;
	width: 100%;
	overflow: hidden;
	background: none;
	position: absolute;
	z-index: 1;
	visibility: visible;
}

.mainVisualImage .bx-wrapper {
	margin-bottom: 0px;
}

.mainVisualImage .bx-viewport {
	margin: 0px !important;
	padding: 0px !important;
}

.mainVisualImage .mvSlider ul {
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	background: #000;
}

.mainVisualImage .mvSlider ul li {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0px !important;
	padding: 0px !important;
	background-size: cover;
	background-position: center center;
	background-color: #000;
}

.mainVisualImage .mvSlider ul li>a {
	width: 100%;
	display: block;
	position: absolute;
	z-index: 4;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: RGBA(0, 0, 0, 0.0);
}

.mainVisualImage .mvSlider ul li>a>img {
	width: 100%;
	display: block;
	width: 100% !important;
	position: relative;
	z-index: 1;
}

.mainVisualImage .mvSlider ul li>img {
	width: 100%;
	display: block;
	width: 100% !important;
	position: relative;
	z-index: 1;
	filter: Alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.mainVisualImage .mvSlider ul li img.opacity0fhd {
	display: block;
	width: 100%;
	height: 1080px;
}

.mainVisualImage .mvSlider ul li .WCMSScontS {
	position: absolute;
	left: 15%;
	right: 15%;
	top: 0px;
	bottom: 0px;
	z-index: 2;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl dt {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 44%;
	font-size: 46px;
	font-weight: bold;
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 36%;
	font-size: 26px;
	text-decoration: none;
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl dt,
.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd {
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5), 0px 0px 14px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd a {
	margin-top: 15px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 10px 30px;
	border-radius: 50px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd a:hover {
	filter: Alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}

.mainVisualImage .mvSlider ul li .WCMSScontS>dl dt,
.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd {
	filter: Alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.6s;
	transition-timing-function: ease;
}

.mainVisualImage .mvSlider ul li.on .WCMSScontS>dl dt,
.mainVisualImage .mvSlider ul li.on .WCMSScontS>dl dd {
	filter: Alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.mainVisualImage .mvSlider ul li.on .WCMSScontS>dl dt {
	bottom: 54%;
}

.mainVisualImage .mvSlider ul li.on .WCMSScontS>dl dd {
	top: 46%;
}

.mainVisualImage .bx-wrapper .bx-pager {
	position: absolute !important;
	width: 100%;
	left: 0px;
	bottom: 30px;
	z-index: 9;
	text-align: center;
}

.mainVisualImage .bx-wrapper .bx-pager a {
	-moz-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	border-radius: 15px !important;
	width: 12px !important;
	height: 12px !important;
	border: 2px solid rgba(255, 255, 255, 0.5);
	background: rgba(0, 0, 0, .4) !important;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a:focus,
.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: RGBA(255, 255, 255, 0.8) !important;
}

.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 40px !important;
	background: RGBA(4, 4, 4, .8) !important;
	border: 2px solid rgba(255, 255, 255, 0.5);
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.mainVisualImage .txtLeft {
	text-align: left;
}

.mainVisualImage .txtCenter {
	text-align: center !important;
}

.mainVisualImage .txtRight {
	text-align: right;
}

.mainVisualImage .youtubeBackgroundBG {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000;
	overflow: hidden;
	color: #fff;
}

.mainVisualImage .youtubeBackgroundBG>i.fa {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	color: rgba(255, 255, 255, 0.3);
	font-size: 60px;
}

.mainVisualImage .youtubeBackgroundBG .youtubePlayer {
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border: 0px;
	overflow: hidden;
	background: transparent !important;
}

.mainVisualImage .youtubeBackgroundBG .youtubePlayer:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0.9);
}

@media all and (max-width:800px) {
	.mainVisualImage .bx-wrapper .bx-pager {
		bottom: 10px !important;
	}

	.mainVisualImage .bx-wrapper .bx-pager a {
		width: 8px;
		height: 8px !important;
		margin: 0 2px;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}

	.mainVisualImage .bx-wrapper .bx-pager.bx-default-pager a.active {
		width: 28px !important;
		border: 1px solid rgba(255, 255, 255, 0.5);
	}

	.mainVisualImage .bx-wrapper ul>li {
		width: 100%;
		overflow: hidden;
	}

	.mainVisualImage .bx-wrapper ul>li img {
		width: 160% !important;
		max-width: 160% !important;
		margin-left: -30%;
	}

	.mainVisualImage .mvSlider ul li .WCMSScontS>dl dt {
		font-size: 30px;
	}

	.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd {
		font-size: 16px;
		padding-top: 5px;
	}

	.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd a {
		font-size: 12px;
		padding: 8px 15px;
		margin-top: 10px;
		line-height: 1.6em;
	}

	#sliderSpace img {
		width: 160% !important;
		max-width: 160% !important;
		height: auto;
		margin-left: -30%;
	}
}

@media all and (max-width:700px) {
	.mainVisualImage .mvSlider ul li .WCMSScontS>dl dt {
		font-size: 20px !important;
	}

	.mainVisualImage .mvSlider ul li .WCMSScontS>dl dd {
		font-size: 12px !important;
	}
}

/* 아이폰 웹뷰어플 크기변환 방지 */
.contactIphone .mainVisualImage .mvSlider ul li .WCMSScontS>dl dt {
	font-size: 20px !important;
	-webkit-text-size-adjust: none !important;
}

.contactIphone .mainVisualImage .mvSlider ul li .WCMSScontS>dl dd {
	font-size: 14px !important;
	-webkit-text-size-adjust: none !important;
}

/* 메인 컨텐츠 레이아웃 */
.mainContents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	padding: 50px 0;
}

.mainContentsW100 {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.latTitNone .galleryLat,
.latTitNone .galleryBoxLat {
	margin: 0px;
	padding: 0px;
}

.latTitNone .galleryBoxLat ul {
	margin: 0px;
	padding: 0px;
}

.latTitNone .galleryLat ul li,
.latTitNone .galleryBoxLat ul li {
	width: 16.66666%;
}

.latTitNone .galleryLat .galleryLatTit,
.latTitNone .galleryBoxLat .galleryLatTit {
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.latTitNone.btnMoreNone .lt_more {
	display: none;
}

@media all and (max-width:650px) {

	.mainContentsW100 .galleryLat ul li,
	.mainContentsW100 .galleryBoxLat ul li {
		width: 33.33333333%;
	}
}

/* 2단레이아웃 */
.mainTwoLatArea {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.mainTwoLatArea .MTLA01,
.mainTwoLatArea .MTLA02 {
	width: 50%;
	float: left;
	margin-left: -1px;
}

@media all and (max-width:850px) {
	.mainTwoLatArea {
		padding: 0 15px;
	}

	.mainTwoLatArea .MTLA01,
	.mainTwoLatArea .MTLA02 {
		width: 100%;
		float: none;
	}
}

/* 3단레이아웃 */
.mainThreeLatArea {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.mainThreeLatArea .MTLA01,
.mainThreeLatArea .MTLA02,
.mainThreeLatArea .MTLA03 {
	width: 30%;
	float: left;
	margin-left: -1px;
}

.mainThreeLatArea .MTLA02 {
	margin: 0 5%;
}

@media all and (max-width:850px) {
	.mainThreeLatArea {
		padding: 0 15px;
	}

	.mainThreeLatArea .MTLA01,
	.mainThreeLatArea .MTLA02,
	.mainThreeLatArea .MTLA03 {
		width: 100%;
		float: none;
	}

	.mainThreeLatArea .MTLA02 {
		margin: 0 0;
	}
}

/* 4단 레이아웃 */
.mainFourLatArea {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.mainFourLatArea .MTLA01,
.mainFourLatArea .MTLA02,
.mainFourLatArea .MTLA03,
.mainFourLatArea .MTLA04 {
	width: 25%;
	float: left;
	margin-left: -1px;
}

@media all and (max-width:980px) {

	.mainFourLatArea .MTLA01,
	.mainFourLatArea .MTLA02,
	.mainFourLatArea .MTLA03,
	.mainFourLatArea .MTLA04 {
		width: 50%;
		float: left;
	}
}

@media all and (max-width:650px) {

	.mainFourLatArea .MTLA01,
	.mainFourLatArea .MTLA02,
	.mainFourLatArea .MTLA03,
	.mainFourLatArea .MTLA04 {
		width: 100%;
		float: none;
		margin-left: 0px;
	}
}

/* 메인컨텐츠 상세 */
.centerBar {
	width: 80px;
	height: 5px;
	background: #ddd;
	margin: 30px auto;
}

.mainBasicCont01 {
	width: 100%;
	padding: 100px 20px;
	text-align: center;
	background: #fff;
}

.mainBasicCont01 h2 {
	color: #000;
	font-size: 30px;
	font-family: 'Century Gothic', 'Noto Sans Korean', 'Malgun Gothic';
}

.mainBasicCont01 h3 {
	color: #999;
	font-size: 16px;
}

.mainBasicCont01 .MBC01txt {
	font-size: 14px;
	color: #666;
	line-height: 1.5em;
}

@media all and (max-width:700px) {
	.mainBasicCont01 {
		width: 100%;
		padding: 50px 20px;
	}

	.mainBasicCont01 h2 {
		font-size: 18px;
	}

	.mainBasicCont01 h3 {
		font-size: 13px;
		font-weight: normal;
	}

	.mainBasicCont01 .MBC01txt {
		text-align: left;
		font-size: 12px;
	}
}

/* 어두운배경일 때 */
.background-dark {
	position: relative;
	background: #222222;
}

.background-dark .webzLatTit a,
.background-dark .basicLatTit a,
.background-dark .qnaLatTit a {
	color: #fff;
}

.background-dark ul li a {
	color: #ddd;
}

/* 밝은배경일 때 */
.background-light {
	background: #f3f4f7;
}

/* 매인 4단 아이콘 */
.main_figure_list {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.main_figure_list li {
	width: 25%;
	float: left;
	text-align: center;
	border-bottom: 0px;
}

.main_figure_list li i {
	display: block;
	margin: 10px auto;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	font-size: 3em;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.main_figure_list li:hover i {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	transform: rotate(360deg);
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}

.main_figure_list li strong {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 5px;
}

.main_figure_list li span {
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	margin: 5px;
}

.main_figure_list li a i {
	color: #000;
	display: block;
}

.main_figure_list li a:hover i {
	color: #fff;
}

@media all and (max-width:650px) {
	.main_figure_list li {
		width: 50%;
		float: left;
		text-align: center;
	}

	.main_figure_list li i {
		display: block;
		margin: 10px auto;
		width: 100px;
		height: 100px;
		line-height: 100px;
		border-radius: 50%;
		background: #ddd;
		font-size: 3em;
	}

	.main_figure_list li strong {
		font-size: 16px;
	}

	.main_figure_list li span {
		font-size: 11px;
	}
}


/* ==========================================
   mBot 하단 영역 완전 통합 스타일 (PC + 모바일)
========================================== */

/* 1. PC 기본 스타일 */
#mBot {
	background: url('../img/index_bg1.jpg') center center no-repeat;
	background-size: cover;
	width: 100%;
}

#mBot>.inner {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 110px 20px 180px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	box-sizing: border-box;
}

#mBot .l {
	width: 530px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	box-sizing: border-box;
}

#mBot .l .txt {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 1.15;
	letter-spacing: 0;
	color: #fff;
}

#mBot .l .logo img {
	filter: brightness(0) invert(1);
	width: 230px;
	height: auto;
	padding-bottom: 30px;
}

#mBot .l .btns {
	font-size: 1.25rem;
	font-weight: 700;
}

#mBot .l .btns a {
	display: flex;
	max-width: 216px;
	height: 55px;
	border-radius: 100px;
	border: 1px solid #fff;
	padding: 0 25px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	text-align: left;
	line-height: 1.18;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
}

#mBot .l .btns a:after {
	width: 31px;
	height: 24px;
	background: url('../img/next.png') center center no-repeat;
	content: '';
	display: block;
	margin-right: -5px;
}

#mBot .l .btns a:not(:first-child) {
	margin-top: 10px;
}

#mBot .r {
	width: 770px;
	max-width: 100%;
	display: flex;
	gap: 10px;
	font-size: 1.25rem;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#mBot .r>* {
	width: calc(38.333% - 20px/3);
	box-sizing: border-box;
}

#mBot .r .box {
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
}

#mBot .r .box a {
	color: #fff;
	text-decoration: none;
}

#mBot .r .box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 10px;
	background: #0F1F70;
	filter: opacity(.7);
	backdrop-filter: blur(5px);
	z-index: 0;
}

#mBot .r>.box {
	padding: 35px 10px 35px 35px;
	min-height: 384px;
}

#mBot .r .col {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: calc(23.333% - 20px/3);
}

#mBot .r .col .box {
	flex: 1;
	background: none;
}

#mBot .r .col .box:before {
	background: #0F1F70;
	backdrop-filter: blur(5px);
}

#mBot .r .t {
	font-size: 1.5rem;
	display: block;
	margin-bottom: 25px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	color: #fff;
	z-index: 1;
}

#mBot .r .depth {
	line-height: 1.15;
	letter-spacing: -0.04em;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

#mBot .r .depth>li {
	position: relative;
	padding-left: 13px;
}

#mBot .r .depth>li a {
	color: #fff;
}

#mBot .r .depth>li:before {
	content: '';
	position: absolute;
	left: 0;
	top: .5em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
	display: block;
}

#mBot .r .depth>li:not(:first-child) {
	margin-top: 20px;
}

#mBot .r .depth a:hover,
#mBot .r .depth a:focus {
	text-decoration: underline;
}

#mBot .r .col .box img {
	width: 45px;
	height: auto;
}

#mBot .r .col a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 5px;
	position: relative;
	z-index: 1;
}

/* 2. 모바일/태블릿 반응형 전환 */
@media screen and (max-width: 1024px) {
	#mBot>.inner {
		flex-direction: column !important;
		padding-top: 60px !important;
		padding-bottom: 80px !important;
		gap: 40px !important;
	}

	#mBot .l,
	#mBot .r {
		width: 100% !important;
		max-width: 100% !important;
	}

	#mBot .r>* {
		width: calc(50% - 5px) !important;
	}

	#mBot .r .col {
		width: 100% !important;
		flex-direction: row !important;
	}

	#mBot .r .col .box {
		min-height: 90px !important;
	}

	#mBot .r>.box {
		min-height: auto !important;
	}
}

@media screen and (max-width: 640px) {
	#mBot>.inner {
		padding-top: 40px !important;
		padding-bottom: 50px !important;
		gap: 30px !important;
	}

	#mBot .l .txt {
		font-size: 22px !important;
		margin-bottom: 15px !important;
	}

	#mBot .l .logo img {
		width: 180px !important;
		padding-bottom: 15px !important;
	}

	#mBot .l .btns a {
		max-width: 100% !important;
		height: 48px !important;
		font-size: 1rem !important;
	}

	#mBot .r {
		flex-direction: column !important;
		gap: 12px !important;
	}

	#mBot .r>* {
		width: 100% !important;
	}

	#mBot .r .col {
		flex-direction: column !important;
	}

	#mBot .r>.box {
		padding: 25px 20px !important;
	}

	#mBot .r .t {
		font-size: 1.25rem !important;
		margin-bottom: 15px !important;
	}

	#mBot .r .depth>li:not(:first-child) {
		margin-top: 12px !important;
	}
}




/* 파트너/회원사 섹션 기본 스타일 */
#mPartner {
	padding: 80px 0;
	width: 100%;
	box-sizing: border-box;
}

#mPartner .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	list-style: none;
	box-sizing: border-box;
}

#mPartner .inner:not(:first-child) {
	margin-top: 50px;
}

#mPartner .tit {
	font-size: 1.875rem;
	font-weight: 700;
	color: #5f5f5f;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
	line-height: 1.15;
}

/* 그리드 레이아웃 (PC 기본: 한 줄에 5개씩) */
#mPartner .div {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#mPartner .div>li {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	width: calc(20% - 12px);
	/* 5컬럼 */
	background: #fff;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

#mPartner .div>li:hover {
	border-color: #3D3D3D;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

#mPartner .div a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	padding: 10px;
	box-sizing: border-box;
}

#mPartner .div img {
	max-width: 85%;
	max-height: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* ==========================================
       반응형 미디어 쿼리
    ========================================== */

/* 태블릿 (1024px 이하): 한 줄에 4개 배치 */
@media screen and (max-width: 1024px) {
	#mPartner .div>li {
		width: calc(25% - 11.25px);
	}
}

/* 모바일 (767px 이하): 한 줄에 3개 배치 */
@media screen and (max-width: 767px) {
	#mPartner {
		padding: 40px 0;
	}

	#mPartner .inner:not(:first-child) {
		margin-top: 35px;
	}

	#mPartner .tit {
		font-size: 1.35rem;
		margin-bottom: 15px;
	}

	#mPartner .div {
		gap: 10px;
	}

	#mPartner .div>li {
		width: calc(33.333% - 6.66px);
		/* 3컬럼 */
	}

	#mPartner .div a {
		height: 60px;
		padding: 8px;
	}
}

/* 소형 모바일 (480px 이하): 한 줄에 2개 배치 (터치 가독성 향상) */
@media screen and (max-width: 480px) {
	#mPartner .div>li {
		width: calc(50% - 5px);
		/* 2컬럼 */
	}

	#mPartner .div a {
		height: 55px;
	}
}