.c-sec--pageTtl .c-ttl p {
  color: #FFDB12;
}

.c-sec--pageTtl .c-ttl p::before {
  background-color: #FFDB12;
}

.c-sec--plan {
  padding-bottom: 0;
}

.c-sec--plan .c-sec-inner {
  max-width: 1120px;
  margin: auto;
}

.c-sec--plan .plan-header {
  display: flex;
  align-items: flex-end;
  max-width: 1120px;
  margin: auto;
}

.c-sec--plan .plan-header > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  border: 1px solid #EAEAEA;
  height: 164px;
}

.c-sec--plan .plan-header > div:nth-of-type(2) {
  width: auto;
}

.c-sec--plan .c-planList {
  display: flex;
  gap: initial;
  padding-bottom: 0;
  width: 880px;
}

.c-sec--plan .c-planList > div {
  width: calc(100% / 3);
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-radius: 24px 24px 0 0;
}

.c-sec--plan .c-planList > div.recommend {
  box-shadow: initial;
}

.c-sec--plan .c-planList .c-planList-cnt {
  border-radius: 0;
  height: 164px;
  border: 1px solid #EAEAEA;
  border-left: none;
}

.c-sec--plan .plan-table {
  max-width: 1120px;
  margin: auto;
}

.c-sec--plan .plan-table > div {
  display: flex;
}

.c-sec--plan .plan-table > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 87px;
}

.c-sec--plan .plan-table > div > div:nth-of-type(1) {
  width: 240px;
  border: 1px solid #EAEAEA;
}

.c-sec--plan .plan-table > div > div:nth-of-type(1) span {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}

.c-sec--plan .plan-table > div > div:nth-of-type(2) {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 880px;
}

.c-sec--plan .plan-table > div > div:nth-of-type(2) > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  border: 1px solid #EAEAEA;
  border-left: none;
}

.c-sec--plan .plan-table > div > div:nth-of-type(2) > div img {
  height: 40px;
  width: auto;
}

.c-sec--plan .plan-table > div > div:nth-of-type(2) > div img.check {
  height: 14px;
}

.c-sec--plan .c-attention {
  margin-top: 32px;
}

.c-sec--plan .c-btnWrap {
  margin-top: 80px;
}

.c-sec--option {
  padding-top: 70px;
}

.c-sec--option .c-sec-inner {
  max-width: 1120px;
  margin: auto;
}

.c-sec--option .option-ttl {
  font-size: 2rem;
  margin-bottom: 48px;
}

.c-sec--option .option-list {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.c-sec--option .option-list > div {
  border-radius: 24px;
  background-color: #FFF093;
  padding: 40px;
  max-width: 533px;
  width: calc(50% - 10px);
}

.c-sec--option .option-list > div .ttl {
  font-size: 1.5rem;
  margin-bottom: 24px;
}

.c-sec--option .option-list > div .ttl span {
  font-size: 1.125rem;
}

.c-sec--option .option-list > div .box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 168px;
  padding: 0 33px 0 40px;
  border-radius: 16px;
  background-color: #fff;
}

.c-sec--option .option-list > div .box1 .img {
  max-width: 186.51px;
}

.c-sec--option .option-list > div .box1 .price {
  font-size: 2.3125rem;
}

.c-sec--option .option-list > div .box1 .price small {
  font-size: 0.875rem;
}

.c-sec--option .option-list > div .box1 .price span {
  font-size: 1.75rem;
}

.c-sec--option .option-list > div .box2 {
  padding: 10px 10px 11px 10px;
  margin-top: 8px;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
}

.c-sec--option .option-list > div .box2 span {
  font-size: 1.5rem;
}

.c-sec--option .option-list > div .attention {
  margin-top: 32px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.571;
}

.c-sec--option .option-list > div:nth-of-type(2) .box1 {
  padding-left: 75px;
}

.c-sec--option .option-list > div:nth-of-type(2) .box1 .img {
  max-width: 119px;
}

.c-sec--option .c-attention {
  margin-top: 80px;
}


@media (max-width: 1180px) {
.plan {
    overflow-x: scroll;
}
.plan-wrap__ov {
    width: 1120px;
}
.c-sec--option .option-list > div .box1 .img {
    max-width: 106.51px;
}

.c-sec--option .option-list > div:nth-of-type(2) .box1 {
    padding-left: 15px;
}
.c-sec--option .option-list > div:nth-of-type(2) .box1 .img {
    max-width: 79px;
}

.c-sec--option .option-list > div .box1 {
    padding: 0 5px 0 6px;
    gap: 1rem;
}

}

@media (max-width: 767px) {

.c-sec--option .option-list {
    flex-wrap: wrap;
    gap: 2rem;
}

.c-sec--option .option-list > div {
    padding: 20px;
    max-width: 100%;
    width: 100%;
}

.c-sec--option .option-list > div .box1 {
    padding: 0 15px 0 10px;
	    justify-content: center;
}
.c-sec--option .option-list > div .box1 .img {
    max-width: 116.51px;
}
.c-sec--option .option-list > div:nth-of-type(2) .box1 {
    padding-left: 15px;
}
}