body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a,
button {
  cursor: pointer;
}
ul,
li,
ol {
  list-style: none;
}
.hidden-pc {
  display: none;
}
.hidden-mo {
  display: block;
}

body {
  --c_white: #fff;
  --c_blue: #0095f8;
  --c_grey: #f5f5f5;
  --c_deepgrey: #444;
  --c_black: #222;
  --c_green: #64af9d;
  --c_deepgreen: #dfe9e7;
  --c_lightblue: #e3f2ff;
  /*  color */
  --padding: 180px 50px;
  --padding_visual: 224px 0;
  --padding_baloon: 14px 58px;
  --padding_btn: 12.5px 52px;
}
.support-inner {
	--gap: 60px;
  text-align: center;
	display: flex;
	flex-direction: column;
	gap: var(--gap);
  max-width: 1380px;
  padding: var(--padding);
  margin: 0 auto;
}
.support-visual .support-inner {
  text-align: center;
  padding: var(--padding_visual);
}
.support-visual .btn-group {
	margin-top: 40px;
}
.btn-group {
  width: fit-content;
	margin: 0 auto;
}
.btn-group .support-btn {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--c_white);
  background-color: var(--c_blue);
  padding: var(--padding_btn);
  border-radius: 8px;
}
.btn-group .support-btn::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png') no-repeat center;
  background-size: cover;
}
.support-btn.reverse {
  background-color: var(--c_black);
}

.intro-title + .support-p1,
.intro-title + .subtxt-box {
	padding-top: 24px;
}
.support-p1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.txt-box b {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_blue);
  padding-top: 12px;
}

.support-visual {
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/support_visual.jpg') no-repeat center;
  background-size: cover;
}
.support-visual .text-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: fit-content;
  margin: 0 auto;
}
.support-visual .text-box::after {
  content: '';
  position: absolute;
  top: 14%;
  left: -38px;
  display: block;
  width: 110%;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/visual_bg_text.png') no-repeat center;
  background-size: contain;
  z-index: 0;
}
.support-visual .text-box b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c_blue);
}
.support-visual .text-box h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
  z-index: 2;
}
.support-visual .text-box h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--c_black);
}

.sec2 {
  background-color: var(--c_white);
}
.sec2 .support-inner {
  text-align: left;
  align-items: center;
	flex-direction: row;
  max-width: 949px;
  max-height: 528px;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  overflow: hidden;
}
.sec2 .support-h3 {
  position: relative;
  width: 386px;
  padding: 255px 0 255px 0;
  margin: 0;
  z-index: 3;
}
.sec2 .support-h3::after {
  content: '';
  position: absolute;
  top: -30px;
  left: -10px;
  display: block;
  width: 100%;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec2_bg_text.png') no-repeat center;
  background-size: contain;
  z-index: -1;
}
.sec2-roll {
  width: 470px;
  height: 1155px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec2_roller.png') repeat-y center;
  background-size: auto 100%;
  animation: move-roll 30s linear infinite;
}

.sec3 {
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec3_bg.jpg') no-repeat center;
  background-size: cover;
}
.sec3 .support-h3::after {
  content: '';
  position: absolute;
  top: 43px;
  left: 0;
  display: block;
  width: 397px;
  height: 100%;
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec3_bg_text.png') no-repeat center;
  background-size: contain;
}
.sec3 .subtxt-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sec4 {
	background-color: #f1f4f8;
}
.sec4 b {
  display: block;
	font-weight: 500;
  padding-top: 12px;
}
.sec4 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #777;
  margin-top: 24px;
}
.list-box {
  background-color: var(--c_white);
  padding: 40px 108px 60px;
  border-radius: 16px;
}
.list-box + .list-box {
  margin-top: 60px;
}
.list-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 24px;
}
.list-box ul .li-box {
  display: flex;
  flex-direction: column;
  flex: 1 1 48%;
}
.list-box .support-h4 {
  position: relative;
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 40px;
  margin: 0 auto;
}
.list-box .support-h4::before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Cg clip-path='url(%23clip0_2170_14614)'%3E%3Crect width='26' height='26' rx='13' fill='%230095F8'/%3E%3Cpath d='M8 12.4L11.75 16L18 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2170_14614'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: cover;
	margin: 0 auto 8px;
}
.list-box._2 .support-h4::before {
	background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2170_14667)'%3E%3Crect width='26' height='26' rx='13' fill='%230A76D6'/%3E%3Cpath d='M8 12.4L11.75 16L18 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2170_14667'%3E%3Crect width='26' height='26' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: cover;
}
.sec4 .li-box b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding: 24px 0 8px;
  color: var(--c_black);
}
.li-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
	color: var(--c_deepgrey);
  padding-bottom: 10px;
}
.li-box > img {
  border-radius: 16px;
}
.txt-baloon {    
	display: flex;
	flex-direction: column;
  font-size: 0;
}
.list-box p.baloon-p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
	color: var(--c_white);
  padding: 9px 0;
  border-radius: 100px;
}
.list-box._1 .baloon-p {
	position: relative;
  background-color: var(--c_blue);
}
.list-box._2 .baloon-p {
  background-color: #0A76D6;
}
.list-box._2 .baloon-p._2 {
	background: rgba(10, 118, 214, 0.75);
  margin-top: 10px;
}
.txt-baloon::before {
	content: '';
	display: block;
	width: 17px;
	height: 14px;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' viewBox='0 0 17 14' fill='none'%3E%3Cpath d='M6.75685 1.09894C7.52146 -0.260367 9.47854 -0.260368 10.2432 1.09894L15.8235 11.0195C16.5734 12.3527 15.61 14 14.0803 14H2.9197C1.39004 14 0.426615 12.3527 1.17654 11.0195L6.75685 1.09894Z' fill='%230A76D6'/%3E%3C/svg%3E");
	mask-size: cover;
	background: #0A76D6;
	margin: 0 auto -2px;
}
.list-box._1 .txt-baloon::before {
	background: var(--c_blue);
}

.sec5 {
  background-color: var(--c_black);
}
.sec5 .support-h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 530px;
  height: 74px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec5_bg_text.png') no-repeat center;
  background-size: cover;
  z-index: -1;
}
.sec5 .subtxt-box {
  padding: 60px 0;
}

.sec6 .support-h3::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 543px;
  height: 32px;
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec6_bg_text.png') no-repeat center;
  background-size: cover;
}
.sec6 ul {
  display: flex;
  justify-content: center;
}
.sec6 .li-box {
  display: flex;
  flex-direction: column;
}
.sec6 .li-box b {
	font-size: 24px;
  font-weight: 700;
	color: var(--c_blue);
  padding: 0 0 12px;
  border-bottom: 1px solid #aaa;
}
.sec6 .li-box .text-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0 0 12px;
}
.sec6 .li-box:first-child .text-box {
  padding: 24px 0 0 0;
}
.sec6 .li-box > img {
  border-radius: 16px 0 0 16px;
}
.sec6 .li-box:nth-child(2) > img {
  border-radius: 0 0 0 0;
}
.sec6 .li-box:last-child > img {
  border-radius: 0 16px 16px 0;
}

.sec7 {
  background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec7_bg.png') no-repeat center;
  background-size: cover;
}
.sec7 .support-h3::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 90px;
  display: block;
  width: 278px;
  height: 30px;
  background: url(/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec7_bg_text.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.feat-swiper {
  margin-top: 60px;
}

.__white {
  color: var(--c_white);
}
._img {
  margin: 0 auto;
}
._bold {
  font-weight: 700;
}

@keyframes move-roll {
  0% {
    background-position: center 2428px;
  }
  100% {
    background-position: center;
  }
}
/* 241223 - 수치변경건 */
.ff-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  max-width: 843px;
}
.ff-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 265px;
  height: 265px;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
  border-radius: 50%;
  background: #fff;
}
.ff-list li > strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: var(--c_blue);
}

@media all and (max-width: 960px) {
  .hidden-pc {
    display: block;
  }
  .hidden-mo {
    display: none;
  }

  body {
    --padding: 130px 20px;
    --padding_visual: 190px 0 200px;
    --padding_btn: 14.5px 36px;
  }

  .support-inner {      
		--gap: 40px;  
		max-width: 375px;
    padding: var(--padding);
    overflow: hidden;
  }
	.intro-title + .support-p1, 
	.intro-title + .subtxt-box {
    padding-top: 16px;
	}
  .support-p1 {
    font-size: 18px;
  }

  .support-visual .text-box {
    gap: 10px;
  }
  .support-visual .text-box b {
    font-size: 22px;
  }
  .support-visual .text-box h2 {
    font-size: 38px;
    z-index: 2;
  }
  .support-visual .text-box h4 {
    font-size: 18px;
    line-height: 1.7;
  }
  .support-visual .text-box::after {
    top: 12%;
    left: -22px;
    z-index: 0;
  }
  .support-visual .btn-group {
    margin-top: 32px;
  }

  .support-h3 {
    text-align: center;
    font-size: 34px;
  }

  .support-visual {
    background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/support_visual_m.png') no-repeat center;
    background-size: cover;
  }
  .support-visual .support-inner {
    padding: var(--padding_visual);
  }

  .sec2 .support-inner {
    flex-direction: column;
		max-height: none;
    padding: 130px 0;
    overflow: hidden;
  }
  .sec2 .support-h3 {
    width: fit-content;
    padding: 0;
  }
  .sec2 .support-h3::after {
    top: 0;
    left: 0;
    width: 247px;
    height: 106px;
  }
  .sec2-roll-m {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    overflow: hidden;
  }
  .sec2-roll-m > div {
    width: 1646px;
    height: 39px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec2_roller_m1.png') repeat-x center;
    background-size: 100% auto;
    animation: move-roll 70s linear infinite;
  }
  .sec2-roll-m > ._2 {
    width: 1395px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec2_roller_m2.png') repeat-x center;
    background-size: 100% auto;
    animation: move-roll 70s linear infinite;
  }
  .sec2-roll-m > ._3 {
    width: 1517px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec2_roller_m3.png') repeat-x center;
    background-size: 100% auto;
    animation: move-roll 70s linear infinite;
  }
  .sec2-roll-m > ._4 {
    width: 1574px;
    background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec2_roller_m4.png') repeat-x center;
    background-size: 100% auto;
    animation: move-roll 70s linear infinite;
  }

  .sec3 {
    background: url('/wp-content/themes/fastfive/assets/images/pages/member_benefit_business/sec3_bg_m.jpg') no-repeat center top;
    background-size: cover;
  }

  .sec4 b {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 10px;
  }
  .list-box {
    padding: 40px 20px;
    border-radius: 16px;
  }
	.list-box + .list-box {
		margin-top: 40px;
	}
  .list-box .support-h4 {
    font-size: 26px;
    padding-bottom: 32px;
  }
	.list-box .support-h4::before {
		width: 20px;
		height: 20px;
	}
  .list-box ul {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .list-box ul .li-box {
    width: 100%;
  }
  .sec4 .li-box b {
    font-size: 18px;
    line-height: 1.7;
    padding: 16px 0 4px;
  }
  .sec4 small {
    font-size: 14px;
		margin-top: 12px;
  }
  .li-box p {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .list-box p.baloon-p {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0;
  }
	.list-box._2 .baloon-p._2 {
		margin-top: 8px;
	}
	.txt-baloon::before {
		width: 18px;
		height: 16px;
		margin-bottom: -4px;
	}

  .sec5 .subtxt-box {
    padding: 40px 0;
  }

 
  .sec6 ul {
    flex-direction: column;
    gap: 40px;
  }
  .sec6 .li-box {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .sec6 .li-box p {
    font-size: 18px;
		padding-bottom: 0;
  }
  .sec6 .li-box b {
    font-size: 22px;
    line-height: 1.4;
    padding: 0 0 7px;
  }
  .sec6 .li-box .text-box {
    gap: 8px;
  }
  .sec6 .li-box .text-box,
  .sec6 .li-box:first-child .text-box {
    padding: 16px 0 0;
  }
  .sec6 .li-box > img,
	.sec6 .li-box:nth-child(2) > img,
	.sec6 .li-box:last-child > img {
		border-radius: 16px;
  }

  .sec7 .support-p1 {
    padding-top: 20px;
  }

	.feat-swiper {
		margin-top: 40px;
	}

  @keyframes move-roll {
    0% {
      background-position: 4020px center;
    }
    100% {
      background-position: center;
    }
  }
  /* 241223 - 수치변경건 */
  .ff-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .ff-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: none;
    padding: 20px 40px;
    width: 100%;
    height: auto;
    min-height: 84px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    border-radius: 88px;
  }
	.ff-list li span {
		font-size: 16px;
		line-height: 1.7;
	}
  .ff-list li > strong {
    font-size: 28px;
  }
}
