@charset "utf-8";

:root {
  --main02: #d3233a;

  --red01: #ff4631;
  --red02: #f43142;
  --red03: #ffedec;
  --red04: #ff0038;
  --red05: #d3233a;

  --blk02: #e1e1e1;
  --blk02-1: #f8f8f8;
  --blk03: #c2c2c2;
  --blk04: #a3a3a3;
  --blk05: #808080;
  --blk06: #5e5e5e;
  --blk08: #2e2e2e;
  --blk09: #141414;
}

.sub01Wrap {
  width: 100%;
  padding: 0 0 80px;
}
.sub01Top {
  width: 100%;
}
.sub01Top .topBg {
  position: relative;
  width: 100%;
  height: 420px;
  padding: 142px 0 0;
  box-sizing: border-box;
}
.sub01Top .topBg::after {
  content: '';
  width: 714px;
  height: 352px;
  background: url(/images/topBg_sub01.png) no-repeat center;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sub01Top .topBg strong,
.sub01Top .topBg span {
  display: inline-block;
  width: 100%;
}
.sub01Top .topBg strong {
  font-size: 38px;
  font-weight: 700;
  padding: 0 0 18px;
}
.sub01Top .topBg strong br {
  display: none;
}
.sub01Top .topBg span {
  color: #4a4e50;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 40px;
}
.sub01Top .topBg a {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  padding: 8px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #667080;
}

.sub01Bttm {
}
.sub01Bttm .redBox {
  width: 100%;
  padding: 40px 50px 40px 32px;
  margin: 0 0 55px;
  background: var(--red05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 8px 30px 0 rgba(17, 17, 17, 0.25);
}
.sub01Bttm .redBox > ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.sub01Bttm .redBox > ul > li {
  position: relative;
}
.sub01Bttm .redBox > ul > li.subj {
  flex: auto;
}
.sub01Bttm .redBox > ul > li strong,
.sub01Bttm .redBox > ul > li span,
.sub01Bttm .redBox > ul > li p {
  color: #fff;
}
.sub01Bttm .redBox > ul > li.subj strong,
.sub01Bttm .redBox > ul > li.subj span {
  display: inline-block;
  width: 100%;
}
.sub01Bttm .redBox > ul > li.subj strong {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 6px;
}
.sub01Bttm .redBox > ul > li.subj span {
  font-size: 1rem;
  font-weight: 100;
  opacity: 0.5;
}
.sub01Bttm .redBox > ul > li:not(.subj) {
  padding: 0 0 0 120px;
  margin: 4px 0;
}
.sub01Bttm .redBox > ul > li.subj + li {
  padding: 0 50px 0 107px;
}
.sub01Bttm .redBox > ul > li:not(.subj) span {
  position: absolute;
  height: 42px;
  font-size: 1rem;
  padding: 9px 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.sub01Bttm .redBox > ul > li.subj + li span {
  color: #c12128;
  font-weight: 700;
  background: #fff;
}
.sub01Bttm .redBox > ul > li:not(.subj) p {
  line-height: 1.2;
  font-size: 18px;
}

.sub01Bttm .redBox > ul > li.tmt p {
}
.sub01Bttm .redBox > ul > li.lowCost p {
  font-weight: 400;
}
.sub01Bttm .redBox > ul > li.mobileTxt {
  display: none;
}

.sub01Bttm .serviceGrp {
  width: 100%;
  margin: 0 0 50px;
}
.sub01Bttm .serviceGrp > ul {
  width: 100%;
}
.sub01Bttm .serviceGrp > ul > li {
  position: relative;
  width: calc((100% - 64px) / 3);
  height: 190px;
  padding: 28px 32px;
  margin: 0 32px 0 0;
  background: #f8f8f8;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-sizing: border-box;
}
.sub01Bttm .serviceGrp > ul > li:last-child {
  margin: 0;
}
.sub01Bttm .serviceGrp > ul > li strong,
.sub01Bttm .serviceGrp > ul > li span {
  display: inline-block;
  width: 100%;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.sub01Bttm .serviceGrp > ul > li:hover strong,
.sub01Bttm .serviceGrp > ul > li:hover span {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.sub01Bttm .serviceGrp > ul > li strong {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
.sub01Bttm .serviceGrp > ul > li span {
  color: var(--blk05);
  font-size: 14px;
  font-weight: 300;
}
.sub01Bttm .serviceGrp > ul > li::after {
  content: '';
  width: 50px;
  height: 50px;
  right: 32px;
  bottom: 28px;
}
.sub01Bttm .serviceGrp > ul > li:nth-child(1)::after {
  background: url(/images/sub01_srv02_1.png) no-repeat right center;
  background-size: contain;
}
.sub01Bttm .serviceGrp > ul > li:nth-child(2)::after {
  background: url(/images/sub01_srv02_2.png) no-repeat right center;
  background-size: contain;
}
.sub01Bttm .serviceGrp > ul > li:nth-child(3)::after {
  background: url(/images/sub01_srv02_3.png) no-repeat right center;
  background-size: contain;
}

.contct_btn {
  display: none;
}

.sub01Bttm {
}
.sub01Bttm {
}

.sub02Wrap {
  width: 100%;
  padding: 0 0 120px;
}
.sub02Top {
  width: 100%;
}
.sub02Top .topBg {
  position: relative;
  width: 100%;
  height: 378px;
  padding: 142px 0 0;
  box-sizing: border-box;
}
.sub02Wrap.contnt02 .srv .topBg::after {
  content: '';
  width: 400px;
  height: 246px;
  background: url(/images/topBg_sub02_1.png) no-repeat center;
  right: 0;
  top: 65px;
  z-index: -1;
  background-size: contain;
}
.sub02Top .topBg strong,
.sub02Top .topBg span {
  display: inline-block;
  width: 100%;
}
.sub02Top .topBg strong {
  font-size: 38px;
  font-weight: 700;
  padding: 0 0 18px;
}
.sub02Top .topBg strong br {
  display: none;
}
.contnt04 .sub02Top .topBg strong br {
  display: none;
}
.sub02Top .topBg span {
  color: #4a4e50;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 40px;
}
.sub02Bttm {
  width: 100%;
}
.sub02Bttm .optionGrp {
  width: 100%;
  height: 100%;
}
.sub02Bttm .optionGrp > ul {
  width: 100%;
  height: 375px;
  padding: 0 0 50px;
  box-sizing: border-box;
}
.sub02Bttm .optionGrp > ul > li {
  position: relative;
  width: 379px;
  height: 100%;
  padding: 36px 48px 28px;
  margin: 0 31px 0 0;
  border: 1px solid var(--blk02);
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.sub02Bttm .optionGrp > ul > li:hover {
  border: 1px solid var(--red05);
}
.sub02Bttm .optionGrp > ul > li:last-child {
  margin: 0 !important;
}
.sub02Bttm .optionGrp > ul > li .srvGrade {
  display: inline-block;
  position: relative;
  width: auto;
  height: 31px;
  line-height: 30px;
  color: #fff;
  float: left;
  padding: 0 16px;
  margin: 0 0 20px;
  background: var(--red05);
  border: 1px solid var(--red05);
  border-radius: 16px;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  top: -1px;
  left: -1px;
}
.sub02Bttm .optionGrp > ul > li .monthCost {
  width: 100%;
  margin: 0 0 34px;
  box-sizing: border-box;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.sub02Bttm .optionGrp > ul > li:hover .monthCost {
  transform: scale(1.05);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.sub02Bttm .optionGrp > ul > li .monthCost strong {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
.sub02Bttm .optionGrp > ul > li .monthCost span {
  color: var(--blk06);
  font-size: 1rem;
  font-weight: 400;
}
.sub02Bttm .optionGrp > ul > li > span {
  display: inline-block;
  width: 100%;
  color: #bdbdbd;
  padding: 0 0 11px 34px;
  box-sizing: border-box;
}
.sub02Bttm .optionGrp > ul > li .srvTxt {
  width: 100%;
}
.sub02Bttm .optionGrp > ul > li .srvTxt > li {
  position: relative;
  width: 100%;
  font-weight: 400;
  padding: 11px 0 11px 39px;
  border: 1px dashed #858585;
  border-width: 0 0 1px;
  box-sizing: border-box;
}
.sub02Bttm .optionGrp > ul > li .srvTxt > li:last-child {
  border-width: 0;
}
.sub02Bttm .optionGrp > ul > li .srvTxt > li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 10px;
  top: 12px;
}
.sub02Bttm .optionGrp > ul > li .srvTxt > li:nth-child(1)::before {
  background: url(/images/srvTxt01_ico.png) no-repeat center;
  background-size: contain;
}
.sub02Bttm .optionGrp > ul > li .srvTxt > li:nth-child(2)::before {
  background: url(/images/srvTxt02_ico.png) no-repeat center;
  background-size: contain;
}
.sub02Bttm .optionGrp > ul > li .srvTxt > li:nth-child(3)::before {
  background: url(/images/srvTxt03_ico.png) no-repeat center;
  background-size: contain;
}

.optionSwiper .swiper-pagination {
  display: none;
}

.sub02Bttm.wrap.consult {
}

.sub02Wrap.contnt02 .consult .topBg::after {
  content: '';
  width: 482px;
  height: 278px;
  background: url(/images/topBg_sub02_2.png) no-repeat center;
  right: 0;
  bottom: -1px;
  z-index: -1;
  background-size: contain;
}

.sub02Bttm .consltGrp {
  width: 100%;
  height: 295px;
}
.sub02Bttm .consltGrp > ul {
  width: 100%;
  height: 100%;
}
.sub02Bttm .consltGrp > ul > li {
  position: relative;
  width: calc((100% - 22px) / 2);
  height: 100%;
  padding: 41px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.03);
}
.sub02Bttm .consltGrp > ul > li.lft {
  margin: 0 22px 0 0;
}
.sub02Bttm .consltGrp > ul > li.lft::after {
  content: '';
  width: 96px;
  height: 96px;
  background: rgba(204, 207, 234, 0.4) url(/images/consult_lft.png) no-repeat
    center;
  background-size: 52px 48px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  bottom: 41px;
  right: 41px;
}
.sub02Bttm .consltGrp > ul > li.lft span {
  display: inline-block;
  line-height: 36px;
  color: #fff;
  margin: 0 0 14px;
  padding: 0 14px;
  border-radius: 5px;
  background: var(--red05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.sub02Bttm .consltGrp > ul > li.lft strong,
.sub02Bttm .consltGrp > ul > li.lft p {
  display: inline-block;
  width: 100%;
  color: #3a3433;
}
.sub02Bttm .consltGrp > ul > li.lft strong {
  font-size: 26px;
  margin: 0 0 12px;
}
.sub02Bttm .consltGrp > ul > li.lft strong br {
  display: none;
}
.sub02Bttm .consltGrp > ul > li.lft p {
  font-size: 1rem;
}

.sub02Bttm .consltGrp > ul > li.rght {
  padding: 31px 37px;
}
.sub02Bttm .consltGrp > ul > li.rght > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 33px;
}
.sub02Bttm .consltGrp > ul > li.rght ul {
  width: 100%;
  height: 163px;
}
.sub02Bttm .consltGrp > ul > li.rght ul li {
  position: relative;
  width: calc((100% - 32px) / 3);
  height: 100%;
  padding: 21px 17px;
  margin: 0 16px 0 0;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sub02Bttm .consltGrp > ul > li.rght ul li:last-child {
  margin: 0;
}
.sub02Bttm .consltGrp > ul > li.rght ul li span {
  line-height: 1;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}
.sub02Bttm .consltGrp > ul > li.rght ul li::after {
  content: '';
  width: 42px;
  height: 42px;
  background-size: contain !important;
  right: 13px;
  bottom: 11px;
}
.sub02Bttm .consltGrp > ul > li.rght ul li:nth-child(1)::after {
  background: url(/images/consult_rght01.png) no-repeat center;
}
.sub02Bttm .consltGrp > ul > li.rght ul li:nth-child(2)::after {
  background: url(/images/consult_rght02.png) no-repeat center;
}
.sub02Bttm .consltGrp > ul > li.rght ul li:nth-child(3)::after {
  background: url(/images/consult_rght03.png) no-repeat center;
}

.sub02Wrap.contnt03 .solu .topBg::after {
  content: '';
  width: 527px;
  height: 261px;
  background: url(/images/topBg_sub03.png) no-repeat center;
  right: 0;
  top: 59px;
  z-index: -1;
  background-size: contain;
}
.sub02Wrap.contnt04 .solu .topBg::after {
  content: '';
  width: 342px;
  height: 306px;
  background: url(/images/topBg_sub04.png) no-repeat center;
  right: 0;
  top: 73px;
  z-index: -1;
  background-size: contain;
}

.sub02Bttm .soluGrp {
  width: 100%;
  height: 295px;
}
.sub02Bttm .soluGrp > ul {
  width: 100%;
  height: 100%;
}
.sub02Bttm .soluGrp > ul > li {
  width: calc((100% - 28px) / 2);
  height: 100%;
  padding: 38px;
  margin: 0 28px 0 0;
  border: 1px solid #ddd;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-sizing: border-box;
}
.sub02Bttm .soluGrp > ul > li:last-child {
  margin: 0;
}
.sub02Bttm .soluGrp > ul > li > strong {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin: 0 0 36px;
}
.sub02Bttm .soluGrp > ul > li > ul {
  display: flex;
  width: 100%;
  height: calc(100% - 64px);
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li {
  height: 100%;
  flex-grow: 1;
  border: 1px dashed #858585;
  border-width: 0 1px 0 0;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:last-child {
  border-width: 0;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(1) {
  padding: 0 32px 0 0;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(2) {
  padding: 0 32px;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(3) {
  padding: 0 0 0 32px;
}
.sub02Bttm .soluGrp > ul > li > ul > li > span {
  display: inline-block;
  width: 100%;
  float: left;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -1px;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li > span {
  position: relative;
  height: 100%;
  line-height: 1.1;
  color: #111;
  text-align: center;
  box-sizing: border-box;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:last-child > span br:nth-child(2) {
  display: none;
}

.sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(1) > span {
  background: url(/images/solu_lft01.png) no-repeat center bottom;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(2) > span {
  background: url(/images/solu_lft02.png) no-repeat center bottom;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(3) > span {
  background: url(/images/solu_lft03.png) no-repeat center bottom;
}
.sub02Bttm .soluGrp > ul > li.lft > ul > li > span > b {
  color: #444;
  font-size: 0.75rem;
  font-weight: 400;
}

.contnt04 .sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(1) > span {
  background: url(/images/solu_lft01_2.png) no-repeat center bottom;
}
.contnt04 .sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(2) > span {
  background: url(/images/solu_lft02_2.png) no-repeat center bottom;
}
.contnt04 .sub02Bttm .soluGrp > ul > li.lft > ul > li:nth-child(3) > span {
  background: url(/images/solu_lft03_2.png) no-repeat center bottom;
}

.sub02Bttm .soluGrp > ul > li.rght > ul {
  flex-flow: column;
}
.sub02Bttm .soluGrp > ul > li.rght > ul > li {
  display: flex;
  position: relative;
  width: 100%;
  flex-grow: 1;
  padding: 0 20px 0 73px;
  margin: 0 0 10px;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sub02Bttm .soluGrp > ul > li.rght > ul > li:last-child {
  margin: 0;
}
.sub02Bttm .soluGrp > ul > li.rght > ul > li > strong {
  display: inline-block;
  position: absolute;
  color: #5f6566;
  font-size: 22px;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sub02Bttm .soluGrp > ul > li.rght > ul > li > span {
  color: #333;
  float: left;
  align-self: center;
}
.sub02Bttm .soluGrp > ul > li.rght > ul > li > span br {
  display: none;
}
.sub02Bttm .soluGrp > ul > li.rght > ul > li > span > b {
  font-size: 0.875rem;
  font-weight: 500;
}
