/*----------------------------------------------------------------------------------------*/
/* sponsor grade content -----------------------------------------------------------------*/

.sponsorGradeBar{padding:8px 10px;color:#fff;font-weight:700;text-align:center;border-radius:10px;margin-bottom:15px;}

.logosWrap{padding:10px 10px;margin-bottom:50px;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;}
.logosWrap:last-child{margin-bottom:0;}
.logoBoxWrap{padding:15px;border-radius:10px;transition:all 0.3s ease-in-out;}

.scale4 .logoBoxWrap{margin-bottom:10px;}
.scale3 .logoBoxWrap{}
.scale2 .logoBoxWrap{}
.scale1 .logoBoxWrap{}


.logoBoxWrap:hover{box-shadow:2px 4px 8px rgba(0, 0, 0, 0.2);transform:scale(1.1, 1.1);}



.logoBox{cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;}
.logoBox img{max-height:100%;max-width:100%;}

.scale4 .logoBox{min-height:140px;max-height:210px;padding:10px 30px;height:210px;}
.scale3 .logoBox{min-height:93px;max-height:163px;height:163px;}
.scale2 .logoBox{min-height:66px;max-height:136px;height:136px;}
.scale1 .logoBox{min-height:46px;max-height:116px;height:116px;}

#container-sub #ContentsWrap .scale4 .logoBox img{max-width:400px;width:100%;max-height:115px;}
#container-sub #ContentsWrap .scale3 .logoBox img{max-width:313px;width:100%;max-height:73px;}
#container-sub #ContentsWrap .scale2 .logoBox img{max-width:261px;max-height:46px;}
#container-sub #ContentsWrap .scale1 .logoBox img{max-width:174px;max-height:26px;}


#sponsorListBodyWrap{padding:90px 0;}

/* sponsor grade content -----------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
/* footer Content -----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

#subSideMenuWrap{display:block;width:120px;height:400px;background:#f98311;box-shadow:0px 7px 20px 0px rgba(0,0,0,0.1);position:fixed;top:280px;right:0;overflow:hidden;z-index: 3;}

/*---------------------------------------------------------------------------------------*/
/* footer Content -----------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/



#sponsorWrap{display:block;}

