@charset "UTF-8";
.background .main {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}

.background .main .mainBG {
  background-image: url(../image/03sub_main.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vh;
  transition: transform 2s;
}

.background .main h2 {
  font-size: 70px;
  padding-bottom: 60px;
  color: #fefefe;
  z-index: 15;
}

.background .main h2 br {
  display: none;
}

.background .main:hover .mainBG {
  transform: scale(1.1) translateZ(1px);
}

.background .mainWrap {
  width: 100vw;
  max-width: 100vw;
  background-color: #F5F5F5;
  position: relative;
  z-index: 5;
}

.background .mainWrap h5 {
  padding: 120px 0 40px;
  color: #131313;
  text-align: center;
}

.tool {
  padding: 120px 0 0px;
  position: relative;
  background-color: #F5F5F5;
}

.tool .cenline {
  border-right: 1px solid #131313;
  width: 1px;
  height: 320px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.tool .ctWrap {
  width: 100vw;
  max-width: 100vw;
}

.tool .ctWrap header {
  padding: 200px 0 40px;
}

.tool .ctWrap header h3 {
  text-align: center;
  line-height: 120px;
}

.tool .ctWrap section {
  margin-top: 60px;
}

.tool .ctWrap section .recWrap .recG {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}

.tool .ctWrap section .recWrap .recG .rec {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.tool .ctWrap section .recWrap .recG .rec .txt {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.tool .ctWrap section .recWrap .recG .rec .txt h4 {
  width: 90%;
  color: #131313;
}

.tool .ctWrap section .recWrap .recG .rec .txt h4 span {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  font-weight: 300;
  font-size: 120px;
  line-height: 120px;
  color: #6563FF;
  padding-right: 20px;
}

.tool .ctWrap section .recWrap .recG .rec .txt p {
  width: 90%;
  padding: 20px 10px;
  font-weight: auto;
  font-size: 24px;
  line-height: 40px;
  color: auto;
}

.tool .ctWrap section .recWrap .recG .rec .morebtn {
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  left: 60px;
  font-family: 'Poppins', sans-serif;
  font-weight: auto;
  font-size: 18px;
  line-height: 20px;
  color: #6563FF;
}

.tool .ctWrap section .recWrap .recG .rec .morebtn a i {
  transition: all 0.5s;
}

.tool .ctWrap section .recWrap .recG .rec .cirA {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}

.tool .ctWrap section .recWrap .recG .rec .cirA .hover {
  width: 80px;
  height: 80px;
  background-color: rgba(101, 99, 255, 0.2);
  opacity: 0;
  transition: width 1s, height 1s, opacity .5s, border-radius .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}

.tool .ctWrap section .recWrap .recG .rec .cirA .hover .fa-plus {
  font-weight: auto;
  font-size: 80px;
  line-height: auto;
  color: #fefefe;
  transition: all .5s;
}

.tool .ctWrap section .recWrap .recG .rec .cirA:hover .hover {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.tool .ctWrap section .recWrap .recG .rec .cirA:hover .hover .fa-plus {
  display: inline-block;
  font-size: 120px;
  transform: rotate(-360deg);
}

.tool .ctWrap section .recWrap .recG .rec .cirA:hover ~ .txt > .morebtn > a > i {
  transform: rotate(-270deg);
  opacity: 0;
}

.tool .ctWrap section .recWrap .roup01 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 360px;
  width: 100vw;
  padding: 0 0 80px;
}

.tool .ctWrap section .recWrap .roup01 .rLeft {
  width: calc(45% - 10px);
}

.tool .ctWrap section .recWrap .roup01 .tan0 {
  height: 540px;
}

.tool .ctWrap section .recWrap .roup01 .rRight {
  width: calc(55% - 10px);
}

.tool .ctWrap section .recWrap .roup01 .tan1 {
  height: 400px;
}

.tool .ctWrap section .recWrap .roup01 .tan2 {
  width: calc(100% / 5.5 * 4.5 - 10px);
  height: 540px;
  margin-top: 20px;
}

.tool .ctWrap section .recWrap .roup01 .rec {
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
}

.tool .ctWrap section .recWrap .roup02 {
  width: 100vw;
  background-color: #fefefe;
  padding: 80px 0 0;
  display: auto;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.tool .ctWrap section .recWrap .roup02 .rec {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 360px;
  width: 100%;
  margin-top: 20px;
}

.tool .ctWrap section .recWrap .roup02 .rec .txt {
  background-color: #F5F5F5;
  padding-bottom: 80px;
}

.tool .ctWrap section .recWrap .roup02 .rec .txt .morebtn {
  left: inherit;
  right: 60px;
  bottom: 40px;
}

.tool .ctWrap section .recWrap .roup03 {
  background-color: #fefefe;
  padding-top: 20px;
  padding-bottom: 240px;
}

.tool .ctWrap section .recWrap .roup03 .roupWrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}

.tool .ctWrap section .recWrap .roup03 .rec {
  width: calc(100% / 2 - 10px);
  height: 520px;
  background-color: #fefefe;
  border: 1px solid #000;
}

.tool .ctWrap section .recWrap .roup03 .rec .txt br {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt h4 br {
    display: block;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt p br {
    display: none;
  }
}

.ftr {
  width: 100vw;
  background-color: #fefefe;
}

.popbg {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popbg .window {
  position: relative;
  width: 100%;
  height: 100%;
}

.popbg .window .pWrap {
  overflow: visible;
  position: absolute;
  top: 46%;
  left: 50%;
  width: 90%;
  max-width: 1200px;
  height: 80%;
  transform: translate(-50%, -50%);
}

.popbg .window .pWrap .pop {
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  overflow-y: scroll;
  overflow-x: hidden;
}

.popbg .window .pWrap .pop .popi {
  width: 100%;
  height: 320px;
}

.popbg .window .pWrap .pop .mg00 {
  background-image: url("../image/hr00.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .mg01 {
  background-image: url("../image/hr01.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .mg02 {
  background-image: url("../image/hr02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .mg03 {
  background-image: url("../image/hr03.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .mg04 {
  background-image: url("../image/hr04.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .mg05 {
  background-image: url("../image/hr05.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .mg06 {
  background-image: url("../image/hr06.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.popbg .window .pWrap .pop .cWrap {
  width: 90%;
  min-width: 920px;
  margin: 0 auto;
}

.popbg .window .pWrap .pop .cWrap header {
  padding: 60px 0;
}

.popbg .window .pWrap .pop .cWrap header h4 {
  display: flex;
  align-items: center;
}

.popbg .window .pWrap .pop .cWrap header h4 img {
  width: 30px;
  padding-right: 10px;
}

.popbg .window .pWrap .pop .cWrap header p {
  padding-top: 20px;
  font-size: 16px;
}

.popbg .window .pWrap .pop .cWrap section {
  margin: 0 0 80px;
}

.popbg .window .pWrap .pop .cWrap .sec02 h4 {
  text-align: center;
}

.popbg .window .pWrap .pop .cWrap .sec02 .stepWrap {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: nowrap;
}

.popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step {
  background-color: #f4f4f4;
  width: calc(100% / 3 - 5px);
  padding: 30px 20px 30px 30px;
}

.popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step h5 {
  color: #9593FF;
}

.popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step hr {
  position: relative;
  left: -30px;
  background-color: #9593FF;
  width: 130px;
  height: 1px;
}

.popbg .window .pWrap .pop .cWrap ul {
  list-style-type: '•  ';
}

.popbg .window .pWrap .pop .cWrap ul ul {
  list-style-type: circle;
  padding-top: 0;
  padding-bottom: 8px;
  padding: 0 0 8px 0px;
}

.popbg .window .pWrap .pop .cWrap ul ul li {
  padding: 0;
  list-style-type: none;
}

.popbg .window .pWrap .pop .cWrap ul li {
  font-size: 16px;
  line-height: 25px;
}

.popbg .window .pWrap .xbtn {
  width: 60px;
  height: 60px;
  background-color: #6563FF;
  border-radius: 50%;
  border: 0;
  position: absolute;
  bottom: -80px;
  right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  cursor: pointer;
  text-align: center;
}

.popbg .window .pWrap .xbtn img {
  transform: rotate(45deg);
  transition: all .3s;
  width: 40px;
  height: 40px;
}

.popbg .window .pWrap .xbtn:hover img {
  transform: rotate(225deg);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .popbg .window .pWrap .pop .popi {
    height: 240px;
  }
  .popbg .window .pWrap .pop .cWrap {
    width: 100%;
    min-width: 600px;
    padding: 10px;
  }
  .popbg .window .pWrap .pop .cWrap header {
    padding: 30px 0;
  }
  .popbg .window .pWrap .pop .cWrap header h4 {
    font-size: 30px;
  }
  .popbg .window .pWrap .pop .cWrap header p {
    display: none;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 {
    margin-bottom: 0px;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step {
    border-radius: 15px;
  }
  .popbg .window .pWrap .pop .cWrap ul ul {
    padding-bottom: 4px;
  }
  .popbg .window .pWrap .xbtn {
    bottom: -80px;
    right: 20px;
  }
  .popbg .window .pWrap .xbtn img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .popbg .window .pWrap .pop .popi {
    height: 160px;
  }
  .popbg .window .pWrap .pop .cWrap {
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin-bottom: 20px;
  }
  .popbg .window .pWrap .pop .cWrap header {
    padding: 30px 10px;
  }
  .popbg .window .pWrap .pop .cWrap header p {
    display: none;
  }
  .popbg .window .pWrap .pop .cWrap header h4 {
    font-size: 24px;
  }
  .popbg .window .pWrap .pop .cWrap header h4 img {
    width: 20px;
    padding-right: 5px;
  }
  .popbg .window .pWrap .pop .cWrap section {
    margin: 0 0 80px;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 {
    padding-top: 40px;
    margin-bottom: 5px;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 .stepWrap {
    display: flex;
    justify-content: space-between;
    align-items: auto;
    align-content: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step h5 {
    font-size: 20px;
  }
  .popbg .window .pWrap .pop .cWrap .sec02 .stepWrap .step hr {
    width: 100%;
    left: 0;
  }
  .popbg .window .pWrap .pop .cWrap ul ul {
    padding-bottom: 4px;
  }
  .popbg .window .pWrap .pop .cWrap ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .popbg .window .pWrap .xbtn {
    width: 40px;
    height: 40px;
    bottom: -50px;
    right: 40px;
  }
  .popbg .window .pWrap .xbtn img {
    width: 30px;
    height: 30px;
  }
}

.pbg0 .cWrap .sec01 .sideWrap {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: nowrap;
}

.pbg0 .cWrap .sec01 .sideWrap h6 {
  margin-top: 10px;
  text-align: center;
  color: #bdbdbd;
}

.pbg0 .cWrap .sec01 .sideWrap p {
  font-size: 16px;
  line-height: 25px;
}

.pbg0 .cWrap .sec01 .sideWrap .sideb {
  width: calc(100% / 3 - 5px);
}

.pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox {
  padding: 30px 40px 40px;
}

.pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox h5, .pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox p, .pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox .si {
  color: #fefefe;
}

.pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox p {
  padding: 15px 0px;
}

.pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox .si {
  margin-top: 5px;
  width: 100%;
  background-color: #333;
  border-radius: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: auto;
  text-align: center;
}

.pbg0 .cWrap .sec01 .sideWrap .sideb p {
  padding: 0 20px;
}

.pbg0 .cWrap .sec01 .sideWrap .ox1 .colorBox {
  background-color: #7d7d7d;
}

.pbg0 .cWrap .sec01 .sideWrap .ox3 .colorBox {
  background-color: #9593FF;
}

.pbg0 .cWrap .sec01 .sideWrap .ox3 .colorBox .si {
  background-color: #DFDFFF;
  color: #333;
}

.pbg0 .cWrap .sec01 .sideWrap .ox2 {
  display: flex;
  justify-content: auto;
  align-items: center;
  align-content: auto;
  flex-direction: column;
  flex-wrap: auto;
  padding-top: 80px;
}

.pbg0 .cWrap .sec01 .sideWrap .ox2 h5 {
  display: inline-block;
}

.pbg0 .cWrap .sec01 .sideWrap .ox2 .cirArr img {
  width: 100%;
  height: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg0 .cWrap .sec01 .sideWrap .sideb {
    width: calc(50% - 10px);
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox {
    padding: 40px;
    border-radius: 15px;
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb .xtp {
    padding: 0 20px;
  }
  .pbg0 .cWrap .sec01 .sideWrap .ox2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pbg0 .cWrap .sec01 .sideWrap {
    flex-direction: column;
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb {
    width: 100%;
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox {
    padding: 20px;
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb .colorBox p br {
    display: none;
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb:nth-of-type(3) {
    margin-top: 40px;
  }
  .pbg0 .cWrap .sec01 .sideWrap .sideb p {
    padding: 0 20px;
  }
  .pbg0 .cWrap .sec01 .sideWrap .ox2 {
    display: none;
  }
}

.pbg1 .cWrap .sec01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: auto;
  flex-wrap: auto;
}

.pbg1 .cWrap .sec01 .lt {
  width: 40%;
  margin: 0 10px;
  background-image: url(../image/hr_popup02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pbg1 .cWrap .sec01 .lt img {
  width: 100%;
  height: 100%;
}

.pbg1 .cWrap .sec01 .rt {
  width: 60%;
}

.pbg1 .cWrap .sec01 .rt h6 {
  color: #2A93AA;
}

.pbg1 .cWrap .sec01 .rt h6 i {
  color: #ccc;
  padding: 0 10px 0 40px;
}

.pbg1 .cWrap .sec01 .rt .ty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: auto;
  flex-wrap: auto;
}

.pbg1 .cWrap .sec01 .rt .ty .title {
  width: 40%;
}

.pbg1 .cWrap .sec01 .rt .ty .txt {
  width: 60%;
  padding: 10px 10px 10px 20px;
}

.pbg1 .cWrap .sec01 .rt .pe01 {
  border-bottom: 1px solid #000;
}

.pbg1 .cWrap .sec01 .rt .pe02 {
  margin-top: 20px;
}

.pbg1 .cWrap .sec02_4 h4 {
  text-align: center;
}

.pbg1 .cWrap .sec02_4 .stepWrap {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: nowrap;
}

.pbg1 .cWrap .sec02_4 .stepWrap .step {
  background-color: #f4f4f4;
  width: calc(100% / 4 - 5px);
  padding: 30px 10px 30px 30px;
}

.pbg1 .cWrap .sec02_4 .stepWrap .step h5 {
  color: #9593FF;
}

.pbg1 .cWrap .sec02_4 .stepWrap .step hr {
  position: relative;
  left: -30px;
  background-color: #9593FF;
  width: 120px;
  height: 1px;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .pbg1 .pop .cWrap .sec01 .rt .ty br {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg1 .pop .cWrap .sec01 .rt h6 i {
    color: #ccc;
    padding: 0 10px 0 0px;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty {
    flex-direction: column;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty .title {
    width: 100%;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty .txt {
    width: 100%;
    padding: 10px 10px 10px 40px;
  }
  .pbg1 .pop .cWrap .sec01 .rt .pe01 {
    border: 0;
  }
  .pbg1 .pop .cWrap .sec01 .rt .pe02 {
    margin-top: 20px;
  }
  .pbg1 .pop .cWrap .sec02 {
    margin-bottom: 0px;
  }
  .pbg1 .pop .cWrap .sec02 .stepWrap .step {
    border-radius: 15px;
  }
  .pbg1 .pop .cWrap ul {
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  .pbg1 .pop .cWrap .sec01 {
    flex-direction: column;
  }
  .pbg1 .pop .cWrap .sec01 .lt {
    width: 80%;
  }
  .pbg1 .pop .cWrap .sec01 .rt {
    width: 90%;
  }
  .pbg1 .pop .cWrap .sec01 .rt h6 i {
    color: #ccc;
    padding: 0 10px 0 0px;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty {
    margin-top: 20px;
    flex-direction: column;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty .title {
    width: 100%;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty .txt {
    width: 100%;
    padding: 10px 10px 10px 40px;
  }
  .pbg1 .pop .cWrap .sec01 .rt .pe01 {
    border: 0;
  }
  .pbg1 .pop .cWrap .sec01 .rt .ty br {
    display: none;
  }
  .pbg1 .pop .cWrap .sec02_4 {
    padding-top: 40px;
    margin-bottom: 5px;
  }
  .pbg1 .pop .cWrap .sec02_4 h4 {
    font-size: 30px;
    line-height: 30px;
  }
  .pbg1 .pop .cWrap .sec02_4 .stepWrap {
    display: flex;
    justify-content: space-between;
    align-items: auto;
    align-content: auto;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .pbg1 .pop .cWrap .sec02_4 .stepWrap .step {
    width: 100%;
    margin-top: 10px;
    padding: 20px;
  }
  .pbg1 .pop .cWrap .sec02_4 .stepWrap .step h5 {
    font-size: 20px;
  }
  .pbg1 .pop .cWrap .sec02_4 .stepWrap .step hr {
    width: 100%;
    left: 0;
  }
  .pbg1 .pop .cWrap ul ul {
    padding-bottom: 4px;
  }
  .pbg1 .pop .cWrap ul li {
    font-size: 16px;
    line-height: 20px;
  }
}

.pbg2 .cWrap .sec01 .sideWrap {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: nowrap;
}

.pbg2 .cWrap .sec01 .sideWrap h6 {
  text-align: center;
  color: #bdbdbd;
  margin-top: 10px;
}

.pbg2 .cWrap .sec01 .sideWrap p {
  font-size: 16px;
  line-height: 25px;
}

.pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox {
  height: 400px;
  padding: 30px 40px 20px;
  position: relative;
}

.pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox h5, .pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox p, .pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox .si {
  color: #fefefe;
}

.pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fefefe;
  text-align: left;
}

.pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox p {
  padding: 10px 0 0px;
  text-align: left;
}

.pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox .toolWrap {
  margin-top: 40px;
  position: absolute;
  bottom: 10px;
  z-index: 15;
}

.pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox .bg_w {
  width: calc(100% - 10px);
  height: 180px;
  background-color: rgba(255, 255, 255, 0.7);
}

.pbg2 .cWrap .sec01 .sideWrap .sideb p {
  text-align: center;
}

.pbg2 .cWrap .sec01 .sideWrap .ox1 {
  width: 40%;
}

.pbg2 .cWrap .sec01 .sideWrap .ox1 .colorBox {
  background-color: #FAA633;
}

.pbg2 .cWrap .sec01 .sideWrap .ox1 .colorBox .toolWrap h5 {
  color: #FAA633;
}

.pbg2 .cWrap .sec01 .sideWrap .ox1 .colorBox .bg_w {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
}

.pbg2 .cWrap .sec01 .sideWrap .ox3 {
  width: 40%;
}

.pbg2 .cWrap .sec01 .sideWrap .ox3 .colorBox {
  background-color: #9593FF;
}

.pbg2 .cWrap .sec01 .sideWrap .ox3 .colorBox .toolWrap h5 {
  color: #9593FF;
}

.pbg2 .cWrap .sec01 .sideWrap .ox3 .colorBox .bg_w {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 0 0;
}

.pbg2 .cWrap .sec01 .sideWrap .ox2 {
  display: flex;
  justify-content: auto;
  align-items: center;
  align-content: auto;
  flex-direction: column;
  flex-wrap: auto;
  padding: 140px 10px 0;
}

.pbg2 .cWrap .sec01 .sideWrap .ox2 h5 {
  display: inline-block;
}

.pbg2 .cWrap .sec01 .sideWrap .ox2 .cirArr img {
  width: 100%;
  height: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg2 .cWrap .sec01 .sideWrap .xtp {
    padding-bottom: 20px;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb {
    width: calc(50% - 10px);
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox {
    height: 360px;
    padding: 25px;
    background-color: transparent;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox .bg_w {
    width: 100%;
    height: 160px;
    border-radius: 0;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb .outt {
    margin-top: 0;
    color: #fefefe;
  }
  .pbg2 .cWrap .sec01 .sideWrap .ox1 {
    background-color: #FAA633;
    border-radius: 15px;
  }
  .pbg2 .cWrap .sec01 .sideWrap .ox2 {
    display: none;
  }
  .pbg2 .cWrap .sec01 .sideWrap .ox3 {
    background-color: #9593FF;
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pbg2 .cWrap .sec01 .sideWrap {
    flex-direction: column;
  }
  .pbg2 .cWrap .sec01 .sideWrap .xtp {
    padding-bottom: 20px;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb {
    width: 100%;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox {
    height: 360px;
    padding: 25px;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb .colorBox .bg_w {
    width: 100%;
    height: 160px;
    border-radius: 0;
  }
  .pbg2 .cWrap .sec01 .sideWrap .sideb .outt {
    margin-top: 0;
    color: #fefefe;
  }
  .pbg2 .cWrap .sec01 .sideWrap .ox1 {
    background-color: #FAA633;
  }
  .pbg2 .cWrap .sec01 .sideWrap .ox2 {
    display: none;
  }
  .pbg2 .cWrap .sec01 .sideWrap .ox3 {
    margin-top: 40px;
    background-color: #9593FF;
  }
}

.pbg3 .cWrap .sec01_1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pbg3 .cWrap .sec01_1 .interWrap {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
  position: relative;
}

.pbg3 .cWrap .sec01_1 .interWrap .view {
  width: calc(100% / 2 - 2px);
}

.pbg3 .cWrap .sec01_1 .interWrap .view h5 {
  width: 100%;
  padding: 8px 5px 5px;
  border-bottom: 1px solid #ccc;
}

.pbg3 .cWrap .sec01_1 .interWrap .view ul {
  margin: 10px 20px 10px 30px;
}

.pbg3 .cWrap .sec01_1 .interWrap .view ul li {
  font-size: 16px;
  line-height: 20px;
}

.pbg3 .cWrap .sec01_1 .interWrap .view::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  width: 2px;
  height: 55%;
  border-left: 3px dotted #ccc;
  content: "";
}

.pbg3 .cWrap .sec01_2 {
  margin-top: 80px;
}

.pbg3 .cWrap .sec01_2 .keyWrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg3 .cWrap .sec01_2 .keyWrap .key {
  width: calc(100% / 3 - 20px);
  height: auto;
  margin: 10px;
  padding: 40px 10px;
  position: relative;
  text-align: center;
}

.pbg3 .cWrap .sec01_2 .keyWrap .key .stline {
  border-right: 1px solid #fefefe;
  width: 1px;
  height: 20px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.pbg3 .cWrap .sec01_2 .keyWrap .key h5, .pbg3 .cWrap .sec01_2 .keyWrap .key p {
  color: #fefefe;
}

.pbg3 .cWrap .sec01_2 .keyWrap .key h5 {
  line-height: 30px;
}

.pbg3 .cWrap .sec01_2 .keyWrap .key p {
  margin-top: 20px;
}

.pbg3 .cWrap .sec01_2 .keyWrap .mobshow {
  display: none;
}

.pbg3 .cWrap .sec01_2 .keyWrap .factor01, .pbg3 .cWrap .sec01_2 .keyWrap .factor04, .pbg3 .cWrap .sec01_2 .keyWrap .factor08 {
  background-color: #2A93AA;
}

.pbg3 .cWrap .sec01_2 .keyWrap .factor03, .pbg3 .cWrap .sec01_2 .keyWrap .factor06 {
  background-color: #42BFDB;
}

.pbg3 .cWrap .sec01_2 .keyWrap .factor02, .pbg3 .cWrap .sec01_2 .keyWrap .factor07 {
  background-color: #195B69;
}

.pbg3 .cWrap .sec01_2 .keyWrap .factor09 {
  background-color: #59D5E8;
}

.pbg3 .cWrap .sec01_2 .keyWrap .factor05 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg3 .cWrap .sec01_2 .keyWrap .factor05 h4 {
  color: #195B69;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg3 .cWrap .sec01_1 {
    border: 0;
    padding: 20px 0;
    background-color: #eee;
    border-radius: 15px;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view h6 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view::after {
    display: none;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap {
    width: 100%;
    justify-content: space-between;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap .key {
    width: calc(100% / 3 - 4px);
    margin: 2px;
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pbg3 .cWrap .sec01_1 {
    border: 0;
    padding: 0;
    border-radius: 0px;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view {
    width: 100%;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view h5 {
    border: 0;
    padding: 0 20px;
    color: #6563FF;
    font-size: 20px;
    text-align: left;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view ul {
    margin: 0px 30px;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view::after {
    display: none;
  }
  .pbg3 .cWrap .sec01_1 .interWrap .view:nth-of-type(2) {
    margin-top: 20px;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap {
    width: 100%;
    justify-content: space-between;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap .key {
    width: 100%;
    margin: 2px 0;
    border-radius: 0px;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap .mobshow {
    display: block;
    padding: 0 0 20px;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap .mobshow h4 {
    font-size: 30px;
  }
  .pbg3 .cWrap .sec01_2 .keyWrap .factor05 {
    display: none;
  }
}

.pbg4 .cWrap .sec01_1 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pbg4 .cWrap .sec01_1 h5 {
  width: 100%;
  padding: 8px 5px 5px;
  border-bottom: 1px solid #ccc;
}

.pbg4 .cWrap .sec01_1 .interWrap {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg4 .cWrap .sec01_1 .interWrap .view {
  margin: 20px 0;
  width: calc(100% / 3);
}

.pbg4 .cWrap .sec01_1 .interWrap .view .webshow {
  display: none;
}

.pbg4 .cWrap .sec01_1 .interWrap .view h6 {
  color: #6563FF;
  font-size: 20px;
}

.pbg4 .cWrap .sec01_1 .interWrap .view p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
}

.pbg4 .cWrap .sec01_1 .interWrap .view:nth-of-type(2) {
  border-right: 3px dotted #ccc;
  border-left: 3px dotted #ccc;
}

.pbg4 .cWrap .sec01_2 {
  margin-top: 80px;
  text-align: center;
}

.pbg4 .cWrap .sec01_2 .proWrap {
  margin: 40px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess {
  width: calc(100% / 4);
  height: 310px;
  padding: 40px 10px 40px 40px;
  position: relative;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess h6 {
  font-weight: auto;
  font-size: auto;
  line-height: 30px;
  color: #fefefe;
  text-align: left;
  height: 60px;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess ul {
  margin-top: 20px;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess ul li {
  color: #fefefe;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess .tri {
  position: absolute;
  left: 0;
  top: 0;
  border-top: 155px solid transparent;
  border-bottom: 155px solid transparent;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(1) {
  background-color: #969696;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(2) {
  background-color: #7D7D7D;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(2) .tri {
  border-left: 20px solid #969696;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(3) {
  background-color: #595757;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(3) .tri {
  border-left: 20px solid #7D7D7D;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(4) {
  background-color: #333;
}

.pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(4) .tri {
  border-left: 20px solid #595757;
}

.pbg4 .cWrap .sec01_2 h6 {
  color: #BDBDBD;
}

.pbg4 .cWrap .sec01_2 p {
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg4 .cWrap .sec01_1 {
    border: 0;
    padding: 20px 0;
    background-color: #eee;
    border-radius: 15px;
  }
  .pbg4 .cWrap .sec01_1 .interWrap .view:nth-of-type(2) {
    border: 0;
  }
  .pbg4 .cWrap .sec01_1 .interWrap .view .webshow {
    display: block;
  }
  .pbg4 .cWrap .sec01_1 .interWrap .view h6 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess {
    padding: 30px 5px 30px 20px;
    height: auto;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(1) {
    border-radius: 15px 0 0 15px;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess:nth-of-type(4) {
    border-radius: 0px 15px 15px 0px;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess .tri {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pbg4 .cWrap .sec01_1 {
    border: 0;
    padding: 20px 0;
    background-color: #eee;
  }
  .pbg4 .cWrap .sec01_1 h5 {
    font-size: 20px;
  }
  .pbg4 .cWrap .sec01_1 .interWrap {
    flex-direction: column;
  }
  .pbg4 .cWrap .sec01_1 .interWrap .view {
    border: 0;
    width: 100%;
  }
  .pbg4 .cWrap .sec01_1 .interWrap .view p {
    margin: 0;
  }
  .pbg4 .cWrap .sec01_2 .proWrap {
    flex-direction: column;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess {
    padding: 20px;
    width: 100%;
    height: auto;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess h6 {
    text-align: center;
    height: auto;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess ul {
    margin-top: 10px;
  }
  .pbg4 .cWrap .sec01_2 .proWrap .cess .tri {
    display: none;
  }
  .pbg4 .cWrap .sec01_2 p {
    padding: 0 20px;
  }
}

.pbg5 .window .pWrap .pop .cWrap header {
  padding-bottom: 0;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_1 {
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_1 .cenImg {
  background-image: url(../image/hr_popup06_system.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: auto;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_1 .cenImg img {
  width: 400px;
  height: 100%;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box {
  width: 100%;
  margin-top: 40px;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box h5 {
  background-color: #eee;
  padding: 40px 0 30px;
  text-align: center;
  color: #6563FF;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap {
  margin-top: 5px;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap:nth-of-type(1) {
  margin-top: 0;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: auto;
  flex-wrap: auto;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap .ic {
  width: 70%;
  height: 70%;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap .on01 {
  background-image: url("../image/hr_popup06_01.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap .on02 {
  background-image: url("../image/hr_popup06_02.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap .on03 {
  background-image: url("../image/hr_popup06_03.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess {
  width: calc(100% / 3 - 20px -20px);
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess h6 {
  width: 90%;
  margin: 0 auto;
  background-color: #ccc;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess ol {
  list-style-type: decimal;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess ol li {
  width: 190px;
  font-size: 14px;
  padding: 2px 0;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess .mobshow {
  display: none;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .arrow {
  width: 30px;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .arrow i {
  width: 100%;
  text-align: center;
  font-weight: auto;
  font-size: 20px;
  line-height: 40px;
  color: #999;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_3 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_3 h5 {
  width: 100%;
  padding: 8px 5px 5px;
  border-bottom: 1px solid #ccc;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha {
  border-bottom: 1px solid #ccc;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: nowrap;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha h6 {
  display: block;
  width: 20%;
  background-color: #eee;
  line-height: 100px;
}

.pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha ul {
  width: 80%;
  padding: 0px 60px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box {
    margin-top: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box h5 {
    background-color: transparent;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap {
    background-color: transparent;
    margin-top: 0;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap {
    width: 60px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap .ic {
    width: 100%;
    height: 100%;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess {
    width: calc(100% / 3 - 35px);
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess ol {
    padding: 10px 0px 10px 20px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess ol li {
    width: 100%;
    font-size: 12px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess .mobshow {
    display: none;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .arrow {
    width: 10px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 {
    margin-bottom: 0px !important;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 h5 {
    font-size: 20px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha h6 {
    font-size: 16px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .pbg5 .window .pWrap .pop .cWrap .sec01_1 .cenImg {
    width: 80%;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_1 .cenImg img {
    width: 100%;
    height: 100%;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box {
    margin-top: 0;
    border-radius: 15px;
    overflow: hidden;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box h5 {
    background-color: transparent;
    padding: 10px 0;
    font-size: 20px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap {
    background-color: transparent;
    margin-top: 0;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .icWrap {
    display: none;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess {
    width: calc(100%);
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess h6 {
    width: 100%;
    border-radius: 0;
    background-color: #eee;
    text-align: left;
    padding: 0 20px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess ol {
    padding: 10px 60px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess ol li {
    width: 100%;
    font-size: 14px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess .webshow {
    display: none;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .cess .mobshow {
    display: block;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_2 .box .proWrap .arrow {
    display: none;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 {
    border: 0;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 h5 {
    background-color: #CBCAFF;
    width: 200px;
    border-radius: 30px;
    margin: 0 auto;
    color: #fefefe;
    font-size: 20px;
    line-height: 30px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha {
    flex-direction: column;
    border: 0;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha h6 {
    width: 100%;
    margin-top: 20px;
    line-height: 40px;
    color: #131313;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    background-color: transparent;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha ul {
    width: 100%;
    padding: 0px 40px;
  }
  .pbg5 .window .pWrap .pop .cWrap .sec01_3 .cha ul li {
    font-size: 14px;
  }
}

.pbg6 .cWrap section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg6 .cWrap section .box {
  width: calc(100% / 2 - 10px);
  background-color: #eee;
}

.pbg6 .cWrap section .box h5 {
  text-align: center;
  color: #6563FF;
  padding: 40px 0 30px;
}

.pbg6 .cWrap section .box ul {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
}

.pbg6 .cWrap section .box:nth-of-type(1) {
  width: 100%;
}

.pbg6 .cWrap section .box:nth-of-type(1) .proWrap {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: wrap;
}

.pbg6 .cWrap section .box:nth-of-type(1) .proWrap .cess {
  width: calc(100% / 3 - 20px);
}

.pbg6 .cWrap section .box:nth-of-type(1) .proWrap .cess h6 {
  width: 90%;
  margin: 0 auto;
  background-color: #CBCAFF;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
}

.pbg6 .cWrap section .box:nth-of-type(1) .proWrap .arrow {
  width: 30px;
}

.pbg6 .cWrap section .box:nth-of-type(1) .proWrap .arrow i {
  width: 100%;
  text-align: center;
  font-weight: auto;
  font-size: 20px;
  line-height: 40px;
  color: #999;
}

.pbg6 .cWrap section .box:nth-of-type(2) {
  margin-top: 20px;
}

.pbg6 .cWrap section .box:nth-of-type(2) ul {
  width: 60%;
  padding-top: 0;
  padding-bottom: 40px;
}

.pbg6 .cWrap section .box:nth-of-type(3) {
  margin-top: 20px;
}

.pbg6 .cWrap section .box:nth-of-type(3) ul {
  width: 60%;
  padding-top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pbg6 .cWrap section {
    margin-bottom: 0px !important;
  }
  .pbg6 .cWrap section .box {
    border-radius: 15px;
  }
  .pbg6 .cWrap section .box ul {
    width: 100%;
    padding: 20px 10px 20px 30px;
  }
  .pbg6 .cWrap section .box .arrow {
    display: none;
  }
  .pbg6 .cWrap section .box .proWrap .cess {
    width: calc(100% / 3) !important;
  }
  .pbg6 .cWrap section .box .proWrap .cess h6 {
    width: 95%;
  }
  .pbg6 .cWrap section .box:nth-of-type(2) ul {
    width: 100%;
  }
  .pbg6 .cWrap section .box:nth-of-type(3) ul {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .pbg6 .cWrap section .box {
    width: 100%;
    border-radius: 10x;
  }
  .pbg6 .cWrap section .box ul {
    width: 100%;
    padding: 20px 10px 20px 30px;
  }
  .pbg6 .cWrap section .box .arrow {
    display: none;
  }
  .pbg6 .cWrap section .box .proWrap .cess {
    width: 100% !important;
  }
  .pbg6 .cWrap section .box .proWrap .cess h6 {
    width: 95%;
  }
  .pbg6 .cWrap section .box:nth-of-type(2) ul {
    width: 100%;
  }
  .pbg6 .cWrap section .box:nth-of-type(3) ul {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .background .main h2 {
    font-size: 60px;
    line-height: 80px;
  }
  body .background .main h2 br {
    display: block;
  }
  body .background .mainWrap h5 {
    padding: 80px 0;
    font-size: 18px;
    line-height: 30px;
  }
  body .wrap .tool .cenline {
    height: 240px;
  }
  body .wrap .tool .ctWrap header {
    padding-top: 120px;
  }
  body .wrap .tool .ctWrap header h3 {
    font-size: 48px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG {
    flex-wrap: wrap;
    width: 95%;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight, body .wrap .tool .ctWrap section .recWrap .recG .rLeft {
    width: 100%;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .rec, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .rec {
    margin-top: 20px;
    height: auto;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .rec .txt, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .rec .txt {
    padding: 60px 10px 120px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .tan2, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .tan2 {
    width: 100%;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .tan2 .txt br, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .tan2 .txt br {
    display: none;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec {
    margin-top: 20px;
    height: auto;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt {
    padding: 60px 10px 120px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt .morebtn {
    left: inherit;
    right: 60px;
  }
  body .wrap .tool .ctWrap section .recWrap .roup01 {
    padding: 0 0 20px;
  }
  body .wrap .tool .ctWrap section .recWrap .roup02 {
    width: 100%;
    padding: 0;
    align-content: space-between;
  }
  body .wrap .tool .ctWrap section .recWrap .roup02 .rec {
    margin-top: 20px;
    width: 95%;
  }
  body .wrap .tool .ctWrap section .recWrap .roup02 .rec .txt br {
    display: none;
  }
  body .wrap .tool .ctWrap section .recWrap .roup03 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 120px;
  }
  body .wrap .tool .ctWrap section .recWrap .roup03 .roupWrap {
    width: 95%;
    flex-wrap: wrap;
  }
  body .wrap .tool .ctWrap section .recWrap .roup03 .rec {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body .background .main h2 {
    font-size: 36px;
    line-height: 60px;
  }
  body .background .main h2 br {
    display: block;
  }
  body .background .mainWrap h5 {
    padding: 60px 0;
    font-size: 18px;
    line-height: 30px;
  }
  body .wrap .mainWrap h5 {
    font-size: 18px;
  }
  body .wrap .tool .cenline {
    height: 240px;
  }
  body .wrap .tool .ctWrap header {
    padding-top: 120px;
    padding-bottom: 0;
  }
  body .wrap .tool .ctWrap header h3 {
    font-size: 36px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG {
    flex-wrap: wrap;
    width: 95%;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight, body .wrap .tool .ctWrap section .recWrap .recG .rLeft {
    width: 100%;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .rec, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .rec {
    margin-top: 20px;
    height: auto;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .rec .txt, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .rec .txt {
    padding: 60px 10px 120px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rRight .tan2, body .wrap .tool .ctWrap section .recWrap .recG .rLeft .tan2 {
    width: 100%;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec {
    margin-top: 20px;
    height: auto;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt {
    padding: 60px 10px 120px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt h4 {
    font-size: 36x;
    line-height: 60px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt h4 span {
    font-size: 80px;
    line-height: 80px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt h4 span:after {
    content: " \A ";
    white-space: pre;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .txt p {
    padding: 0;
    font-size: 18px;
    line-height: 30px;
  }
  body .wrap .tool .ctWrap section .recWrap .recG .rec .morebtn {
    bottom: 40px;
    right: 20px;
    left: auto;
  }
  body .wrap .tool .ctWrap section .recWrap .roup01 {
    padding: 0 0 20px;
  }
  body .wrap .tool .ctWrap section .recWrap .roup02 {
    width: 100%;
    align-content: space-between;
    padding: 0;
  }
  body .wrap .tool .ctWrap section .recWrap .roup02 .rec {
    margin-top: 20px;
    width: 95%;
  }
  body .wrap .tool .ctWrap section .recWrap .roup02 .rec .txt br {
    display: none;
  }
  body .wrap .tool .ctWrap section .recWrap .roup03 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 160px;
  }
  body .wrap .tool .ctWrap section .recWrap .roup03 .roupWrap {
    width: 95%;
    flex-wrap: wrap;
  }
  body .wrap .tool .ctWrap section .recWrap .roup03 .rec {
    width: 100%;
  }
}
