@charset "UTF-8";.all-company__container{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.all-company__container>*{overflow:hidden}.all-company.is-mobile .all-company__container{gap:8px;grid-template-columns:repeat(3,1fr)}.banner__loading{height:400px}.banner__loading--mobile{height:120px}.banner__container{display:flex;justify-content:center}.banner__img{object-fit:contain;border-radius:8px}.banner:not(.is-mobile) .banner__img{max-width:100vw;min-width:1200px;max-height:500px}.banner.is-mobile .banner__img{width:100%}.hot-company__container{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.hot-company__container>*{overflow:hidden}.hot-company.is-mobile .hot-company__container{gap:8px;grid-template-columns:repeat(2,1fr)}.app__wrapper{display:flex;width:1200px;margin:0 auto}.app__left{flex-shrink:0}.app__item{display:flex;justify-content:space-between;align-items:center;width:236px;height:60px;padding:0 20px;color:#999;font-size:16px;line-height:1;background-color:var(--white);cursor:pointer}.app__item.is-active{width:244px;color:var(--white);background:linear-gradient(146deg,#ff8b44,#f0537e)}.app__item:first-of-type{border-start-start-radius:16px}.app__item:last-of-type{border-end-start-radius:16px}.app__right{flex:1;display:grid;grid-template-areas:"a";border-radius:16px;background-color:var(--white)}.app__r1{z-index:2;grid-area:a;display:flex;flex-direction:column;gap:30px;padding:30px 25px 50px;background-color:var(--white)}.app__r1:empty{display:none}.app__r2{z-index:1;display:flex;justify-content:center;align-items:center;grid-area:a}.app__wrapper.is-mobile{width:calc(100% - var(--mb-padding) * 2);padding:0px var(--mb-padding)}.app__wrapper.is-mobile .app__right{padding:0;background-color:transparent}
