

#partners .inner{
	max-width: 393px;
	width:100%;
	margin: 0 auto;
}

#partners .mainbnr{
	background: linear-gradient(132deg, #E5FAF1 3.05%, #EFF8FF 99.01%);
	padding: 80px 0 60px 0;
}

#partners .mainbnr_title{
	padding: 0 30px;
	margin-bottom: 65px;
}

#partners .mainbnr_title img{
	margin-bottom: 10px;
}

#partners .mainbnr_title h1{
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	letter-spacing: -0.6px;
	margin-bottom: 18px;
}

#partners .mainbnr_title p{
	font-size: 15px;
	font-weight: 400;
	color: #666;
	line-height: 160%;
	letter-spacing: -0.3px;
}

#partners .mainbnr .mainbnr_btn{
	padding: 0 30px;
}

#partners .mainbnr .mainbnr_btn button{
	width:100%;
	height:56px;
	line-height: 56px;
	border-radius: 50px;
	background: #000;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: -0.3px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

#partners .mainbnr .mainbnr_btn button svg{
	transition: all .3s ease-in;
}

#partners .mainbnr .mainbnr_btn button:hover svg{
	transform: translateX(5px);
}



#partners .program{
	padding-top: 80px;
}

#partners .program section{
	padding: 40px 0;
	border-bottom: 6px solid #F9F9F9;
}

#partners .program section .title{
	margin-bottom: 40px;
	padding: 0 30px;
}

#partners .program section .title span{
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #999;
	letter-spacing: -0.36px;
	margin-bottom: 8px;
}

#partners .program section .title p{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	letter-spacing: -0.48px;
}

#partners .program section .title p.desc{
	font-size: 15px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: -0.3px;
	color: #666;
	margin-top: 12px;
}

#partners .program section .content{
	padding: 0 30px;
}

#partners .introduce{
	padding-top: 0 !important;
}

#partners .introduce .Box:not(:last-child){
	margin-bottom: 40px;
}

#partners .introduce .Box .img{
	border-radius: 10px;
	border: 1px solid #EEE;
	margin-bottom: 20px;
	text-align: center;
}

#partners .introduce .Box:nth-child(1) .img{
	background: linear-gradient(180deg, #F5EFFF 0%, rgba(245, 239, 255, 0.05) 100%);
}

#partners .introduce .Box:nth-child(2) .img{
	background: linear-gradient(180deg, #EFF8FF 0%, rgba(239, 248, 255, 0.05) 100%);
}

#partners .introduce .Box:nth-child(3) .img{
	background: linear-gradient(180deg, #FFEFF0 0%, rgba(255, 239, 240, 0.05) 100%);;
}

#partners .introduce .Box .text{
	margin-bottom: 15px;
}

#partners .introduce .Box .text .tit{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 150%;
	margin-bottom: 10px;
}

#partners .introduce .Box .text .desc{
	font-size: 14px;
	font-weight: 500;
	color: #666;
	line-height: 140%;
}

#partners .introduce .Box .list{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 10px;
}

#partners .introduce .Box .list li{
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}

#partners .introduce .Box .list li::before{
	content: url('../images/partners/icon-check.svg');
}

#partners .introduce .Box .list li:not(:last-child){
	margin-bottom: 18px;
}

#partners .introduce .Box .list li p{
	font-size: 14px;
	font-weight: 500;
	color: #222;
	line-height:130%;
}

#partners .process .button-content{
	width: 100%;
}

#partners .process .button-content ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:13px;
	margin-bottom: 40px;
}

#partners .process .button-content ul li{
	width:auto; 
	border-radius:50px;
	color: #000;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
}

#partners .process .button-content ul li span.step{
	background:rgba(216,230,241,0.2);
	display: inline-block;
	width: 30px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	line-height: 150%;
	color: #000;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin:unset;
	position: relative;
}

#partners .process .button-content ul li.current span.step{
	color: #fff;
	background: linear-gradient(0deg, #000 0%, #000 100%), #D9D9D9;
}

#partners .process .button-content ul li span.step::before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
	width: 30px;
	height: 2px;
	background: #D9D9D9;
}

#partners .process .button-content ul li:last-child span.step::before{
	display: none;
}

#partners .process .button-content ul li p{
	font-size: 12px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: -0.24px;
	color: #000;
	opacity: 0.5;
	margin-top: 14px;
	text-align: left;
}

#partners .process .button-content ul li.current p{
	opacity: 1;
}

#partners .process .button-content .tab-content{
	display: none;
}

#partners .process .button-content .tab-content.current{
	display: block;
}


#partners .process .button-content .tab-content img{
	max-width: 100%;
}

#partners .process .button-content .tab-content p{
	font-size: 13px;
	font-weight: 500;
	line-height: 130%;
	color: #666;
	text-align: center;
	margin-top: 16px;
}

#partners .rank .content{	
	padding: 0 !important;
}

#partners .rank .button-content{
	width: 100%;
}

#partners .rank .button-content ul{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: end;
	gap:8px;
	margin-bottom: 30px;
}

#partners .rank .button-content ul li{
	width:65px; 
	border-radius: 8px;
	background: linear-gradient(0deg, #E8E8E8 0%, #E8E8E8 100%), #000;
	color: #000;
	cursor: pointer;
	text-align: center;
}

#partners .rank .button-content ul li:nth-child(1){
	height: 43px;
}
#partners .rank .button-content ul li:nth-child(2){
	height: 54px;
}
#partners .rank .button-content ul li:nth-child(3){
	height: 66px;
}
#partners .rank .button-content ul li:nth-child(4){
	height: 78px;
}

#partners .rank .button-content ul li.current{
	background: #000;
}

#partners .rank .button-content ul li p{
	font-size: 10px;
	font-weight: 600;
	line-height: 160%;
	color: #999;
	margin-top: 7px;
}

#partners .rank .button-content ul li.current p{
	color: #fff;
}

#partners .rank .button-content .table-header{
	padding: 10px 30px;
	background: #F9F9F9;
	display: flex;
	align-items: center;
	gap: 14px;
}

#partners .rank .button-content .table-header li{
	list-style: none;
	font-size: 12px;
	font-weight: 500;
	line-height: 130%;
	color: #000;	
}

#partners .rank .button-content .table-header li:nth-child(1){
	width: 66px;
}
#partners .rank .button-content .table-header li:nth-child(2){
	width: 105px;
}
#partners .rank .button-content .table-header li:nth-child(3){
	width: auto;
}

#partners .rank .button-content .tab-content{
	display: none;
}

#partners .rank .button-content .tab-content.current{
	display: block;
}

#partners .rank .button-content .tab-content .table-content{
	display: flex;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid #eee;
	padding: 18px 16px 18px 30px;
	font-size: 12px;
	font-weight: 500;
	line-height: 130%;
	color: #666;
}

#partners .rank .button-content .tab-content .table-content li{
	list-style: none;
}

#partners .rank .button-content .tab-content .table-content li:nth-child(1){
	width: 66px;
}
#partners .rank .button-content .tab-content .table-content li:nth-child(2){
	width: 105px;
}
#partners .rank .button-content .tab-content .table-content li:nth-child(3){
	width:auto;
}

#partners .program .story .title{
	margin-bottom: 20px;
}

#partners .program .story .content{
	position: relative;
}

#partners .profit .content .tit{
	font-size: 12px;
	font-weight: 500;
	line-height: 130%;
	color: #666;
	opacity: 0.5;
	padding: 0 2px 5px 2px;
}

#partners .profit #recommendSelect{
	position: relative;
	margin-bottom: 15px;
}

#partners .profit #recommendSelect .select-btn{
	width: 100%;
	height: 37px;
	line-height: 37px;
	padding: 8px 15px;
	border:1px solid #eee;
	border-radius: 10px;
	background: #F9F9F9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#partners .profit #recommendSelect.open .select-btn{
	border-radius: 10px 10px 0 0;
}

#partners .profit #recommendSelect .select-btn span{
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	color: #666;
}

#partners .profit #recommendSelect .select-btn img{
	width: 10px;
	height: auto;
}

#partners .profit #recommendSelect .select-list{
	display: none;
	border:1px solid #eee;
	border-top: 0;
	border-radius: 0 0 15px 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
}

#partners .profit #recommendSelect.open .select-list{
	display: block;
}

#partners .profit #recommendSelect .select-list li{
	padding: 10px 15px;
	border-bottom: 1px solid #F9F9F9;
}

#partners .profit #recommendSelect .select-list li button{
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	color: #666;
	width: 100%;
	text-align: left;
}

#partners .profit .profit-box{
	text-align: center;
	background: #F9F9F9;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 15px;
}

#partners .profit .profit-box p{
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #999;
}

#partners .profit .profit-box p.desc{
	font-weight: 600;
}

#partners .profit .profit-box strong{
	font-size: 30px;
	font-weight: 600;
	line-height: 150%;
	color: #444;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

#partners .profit .profit-box strong span{
	font-weight: 400;
}

#partners .profit .tail{
	font-size: 12px;
	font-weight: 500;
	line-height: 130%;
	color: #666;
	text-align: center;
}

#partners .story .story-wrap{
  position: relative;
}

#partners .story .story_list{
  display: none;
}

#partners .story .story_list.is-active{
  display: block;
}

#partners .story .story_list .item{
	width: 100%;
	min-height: 120px;
	background: #F9F9F9;
	border-radius: 15px;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	padding: 20px 30px;
}

#partners .story .story_list .item:first-child{
	margin-bottom: 10px;
}

#partners .story .story_list .item img{
	width: 60px;
	height: auto;
	aspect-ratio: 1 / 1;
}

#partners .story .story_list .item .sub{
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #999;
	margin-bottom: 3px;
}

#partners .story .story_list .item .tit{
	font-size: 16px;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: -0.32px;
	color: #000;
}

#partners .story .story_btn{
	position: absolute;
	right: 5px; 
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 48px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50px;
	border:1px solid #eee;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
}

#partners .story .story_btn img{
	width: 20px;
	height: auto;
}


#partners .faq{
	padding-bottom: 60px !important;
	border-bottom: 0 !important;
}

#partners .faq .faq-item {
  border-bottom: 1px solid #E9E9E9;
}

#partners .faq .faq-question {
  width: 100%;
  padding: 20px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  gap: 14px;
}

#partners .faq .faq-item:first-child .faq-question{
	border-top: 1px solid #E9E9E9;
}

#partners .faq .faq-answer {
  display: none;
  padding: 20px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #666;
  background: #F9F9F9;
  border-top: 1px solid #E9E9E9;
}

/* 화살표 */
#partners .faq .faq-question .arrow {
  width: 12px;
  transform: rotate(180deg);
  transition: transform 0.2s;
}

#partners .faq .faq-item.active .faq-answer {
  display: block;
}

#partners .faq .faq-item.active .arrow {
  transform: rotate(0deg);
}

#partners .applybnr{
	background: linear-gradient(132deg, #E5FAF1 3.05%, #EFF8FF 99.01%);
	padding: 55px 0 50px 0;
}

#partners .applybnr .inner{
	padding: 0 50px;
	position: relative;
}

#partners .applybnr .applybnr_img{
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

#partners .applybnr .applybnr_img img{
	width: 62px;
}

#partners .applybnr_title{
	margin-bottom: 30px;
}

#partners .applybnr_title h1{
	font-size: 20px;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	margin-bottom: 6px;
}

#partners .applybnr_title p{
	font-size: 14px;
	font-weight: 400;
	color: #555;
	line-height: 140%;
	letter-spacing: -0.28px;
}

#partners .applybnr button{
	width: 193px;
	height:42px;
	line-height: 42px;
	border-radius: 50px;
	background: #000;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.28px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}



@media screen and (max-width:768px){
	#partners .mainbnr{
		padding: 50px 30px 30px 30px;
	}

	#partners .mainbnr_title{
		padding: 0;
		margin-bottom: 100px;
	}

	#partners .mainbnr .mainbnr_btn{
		padding: 0;
	}

	#partners .program{
		padding-top: 60px;
	}
}


@media screen and (max-width:500px){
	#partners .inner{
		max-width: 100%;
	}

	#partners .applybnr .inner{
		padding: 0 30px;
	}

	#partners .applybnr .applybnr_img{
		right: 30px;
	}
}
