.ksc-wrap.flex-box {
  display: flex;
  gap: 30px;
}
.ksc-wrap.flex-box .flex-item-left {
  width: 60%;
  flex-grow: 1;
}
.ksc-wrap.flex-box .flex-item-right {
  width: 530px;
  text-align: right;
  flex-shrink: 0;
  background-image: url(../images/bg-tab2-3.png);
  background-repeat: no-repeat;
  background-size: 440px 500px;
  background-position: 100% 70%;
}
.ksc-wrap.flex-box .flex-item-right .imgbox {
  width: 450px;
  margin-top: 50px;
}

.ksc-wrap.flex-box .flex-item-right .imgbox img {
  width: 100%;
  height: 340px;
}
.ksc-wrap.flex-box .flex-item-right .imgbox + div {
  /* margin-top: 20px; */
  margin-right: 80px;
}
.ksc-wrap.flex-box .flex-item-right a {
  margin-right: 0;
}

.ksc-box-item {
  display: flex;
  padding: 20px;
  border-radius: 20px;
}
.ksc-box-item + .ksc-box-item {
  margin-top: 30px;
}
.ksc-box-item .box-img {
  width: 130px;
  height: 130px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.ksc-box-item .box-img img {
  position: relative;
  width: 100%;
  z-index: 1;
  border-radius: 10px;
}
.ksc-box-item .box-img:after {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}
.ksc-box-item .box-con {
  padding: 30px;
}

.ksc-box-item .box-con h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.ksc-box-item .box-con h4 span {
  width: 37px;
  height: 22px;
  display: inline-block;
  background-image: url(../images/icon/icon-quotes2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ksc-box-item .box-con h4 span.start {
  margin-right: 10px;
  transform: rotate(180deg);
}
.ksc-box-item .box-con h4 span.end {
  margin-left: 10px;
}
.ksc-box-item .box-con .title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 10px;
}
.ksc-box-item .badge {
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}
.ksc-box-item .box-con .list-space {
  padding-left: 20px;
}
.ksc-box-item .box-con .btn01 {
  background-image: none;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px;
  border-radius: 25px;
}
.ksc-box-item .box-con .btn01 em {
  width: 12px;
  height: 12px;
  background-image: url(../images/icon/icon-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* color */
.ksc-box-item.orange {
  background-color: #fcf4eb;
}
.ksc-box-item.orange .box-con h4,
.ksc-box-item.orange .box-con .title {
  color: #D47608;
}
.ksc-box-item.orange .box-con h4 span {
  filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(610%)
    hue-rotate(355deg) brightness(94%) contrast(91%);
}
.ksc-box-item.orange .box-img:after {
  background-color: #D47608;
}
.ksc-box-item.orange .btn01 {
  background-color: transparent;
  border: 1px solid #D47608;
  color: #D47608 !important;
}
.ksc-box-item.orange .btn01 em {
  filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(610%)
    hue-rotate(355deg) brightness(94%) contrast(91%);
}
.ksc-box-item.orange .badge {
  background-color: #D47608;
}

.ksc-box-item.lightgreen {
  background-color: #effbec;
}
.ksc-box-item.lightgreen .box-con h4,
.ksc-box-item.lightgreen .box-con .title {
  color: #1b7619;
}
.ksc-box-item.lightgreen .box-con h4 span {
  filter: brightness(0) saturate(100%) invert(29%) sepia(80%) saturate(818%)
    hue-rotate(79deg) brightness(96%) contrast(86%);
}
.ksc-box-item.lightgreen .box-img:after {
  background-color: #1b7619;
}
.ksc-box-item.lightgreen .btn01 {
  background-color: transparent;
  border: 1px solid #1b7619;
  color: #1b7619 !important;
}
.ksc-box-item.lightgreen .btn01 em {
  filter: brightness(0) saturate(100%) invert(29%) sepia(80%) saturate(818%)
    hue-rotate(79deg) brightness(96%) contrast(86%);
}
.ksc-box-item.lightgreen .badge {
  background-color: #1b7619;
}

.ksc-box-item.lightblue {
  background-color: #edf5fe;
}
.ksc-box-item.lightblue .box-con h4,
.ksc-box-item.lightblue .box-con .title {
  color: #2e6de1;
}
.ksc-box-item.lightblue .box-con h4 span {
  filter: brightness(0) saturate(100%) invert(44%) sepia(37%) saturate(6936%)
    hue-rotate(208deg) brightness(90%) contrast(96%);
}
.ksc-box-item.lightblue .box-img:after {
  background-color: #2e6de1;
}
.ksc-box-item.lightblue .btn01 {
  background-color: transparent;
  border: 1px solid #2e6de1;
  color: #2e6de1 !important;
}
.ksc-box-item.lightblue .btn01 em {
  filter: brightness(0) saturate(100%) invert(44%) sepia(37%) saturate(6936%)
    hue-rotate(208deg) brightness(90%) contrast(96%);
}
.ksc-box-item.lightblue .badge {
  background-color: #2e6de1;
}

.ksc-box-item.purple {
  background-color: #f5effb;
}
.ksc-box-item.purple .box-con h4,
.ksc-box-item.purple .box-con .title {
  color: #8e6be1;
}
.ksc-box-item.purple .box-con h4 span {
  filter: brightness(0) saturate(100%) invert(43%) sepia(91%) saturate(1192%)
    hue-rotate(226deg) brightness(92%) contrast(91%);
}
.ksc-box-item.purple .box-img:after {
  background-color: #8e6be1;
}
.ksc-box-item.purple .btn01 {
  background-color: transparent;
  border: 1px solid #8e6be1;
  color: #8e6be1 !important;
}
.ksc-box-item.purple .btn01 em {
  filter: brightness(0) saturate(100%) invert(43%) sepia(91%) saturate(1192%)
    hue-rotate(226deg) brightness(92%) contrast(91%);
}
.ksc-box-item.purple .badge {
  background-color: #8e6be1;
}

/* list-type */
.list-type-bar li {
  position: relative;
  padding-left: 15px;
}
.list-type-bar li:before {
  content: "-";
  color: #333;
  position: absolute;
  top: 0px;
  left: 0;
}
.list-type-number li {
  position: relative;
  padding-left: 20px;
}
.list-type-number li:before {
  position: absolute;
  top: 1px;
  left: 0;
}
.list-type-number .n1::before {
  content: "①";
}
.list-type-number .n2::before {
  content: "②";
}
.list-type-number .n3::before {
  content: "③";
}
.list-type-number .n4::before {
  content: "④";
}
.list-type-number .n5::before {
  content: "⑤";
}

.ksc-box-item.sampletab .box-img:after {
  border-radius: 50%;
  opacity: 0.2;
}

/* media quary */
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1200px) {
  .ksc-box-item {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 720px) {
  .ksc-box-item {
    gap: 40px;
    padding: 10px;
  }
  .ksc-box-item .box-con h4 {
    font-size: 20px;
  }
  .ksc-box-item .box-con h4 span {
    width: 25px;
    height: 15px;
  }
  .ksc-box-item .box-con h4 span.start {
    margin-right: 5px;
  }
  .ksc-box-item .box-con h4 span.end {
    margin-left: 5px;
  }
  .ksc-box-item .box-con {
    padding: 10px;
  }
  .ksc-box-item .box-con .title {
    font-size: 18px;
  }
  .ksc-box-item .box-con .btn01 {
    padding: 10px;
  }
}
