.lowPage .sec1 .btnArea{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.ttlBox{
  text-align: center;
}
.ttlBox h4 {
  margin: 30px 0 20px;
}
.ttlBox h3 {
  line-height: 1.5;
}
.sec1 h3{
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5
}
.sec1 p.fir_txt{
  line-height: 1.5;
  text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 1024px){
  .sec1 h3 {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lowPage .sec1 .btnArea{
    display: block;
  }
  .newlowPage .ttlBox h3 {
    padding-bottom: 12px;
    width: 200px;
    margin-bottom: 12px;
  }
}
}
@media screen and (max-width: 480px) {
  .ttlBox h3{
    font-size: 18px;
  }
  .sec1 h3 {
    width: 90%;
    margin-bottom: 5px;
  }
}
/* ----------------- secInner01 ---------------- */
.sec1 .secInner01 .txt {
  max-width: 1000px;
  margin: 40px auto;
  width: 95%;
  line-height: 1.5;
}
.sec1 .secInner01 .contentArea {
  display: flex;
  justify-content: center;
}
.sec1 .secInner01 .contentBox {
  width: 40%;
  margin: 0 1%;
}
.sec1 .secInner01 .contentBox .innerBox{
  padding: 30px 0;
}
.sec1 .secInner01 .contentArea  h4{
  text-align: center;
  padding: 20px;
}
.sec1 .secInner01 .contentArea .blueBox h4{
  background-color: #106da5;
}
.sec1 .secInner01 .contentArea .blueBox {
  border: 1px solid #106da5;
}
.sec1 .secInner01 .contentArea .greenBox h4{
  background-color: #32b16c;
}
.sec1 .secInner01 .contentArea .greenBox {
  border: 1px solid #32b16c;
}
.sec1 .secInner01 .contentArea .blueBox .box{
  background: #cde7f4;
  box-shadow: 0 3px #a5bdcc;
}
.sec1 .secInner01 .contentArea .greenBox .box{
  background: #d9ebca;
  box-shadow: 0 3px #a5bc92;
}
.sec1 .secInner01 .contentBox .innerBox .box{
  width: 96%;
  max-width: 460px;
  margin: auto;
  padding: 20px 0;
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
}
.sec1 .secInner01 .contentBox .innerBox .box:last-child{
  margin-bottom: 0;
}
.sec1 .secInner01 .contentBox .innerBox .box .boxTxt{
  text-align: center;
}
.sec1 .secInner01 .innerBox .box::before, .sec1 .secInner01 .innerBox .box::after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #31180b;
  width: 12px;
  transition: 0.3s;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
.sec1 .secInner01 .innerBox .box::before {
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .sec1 .secInner01 .contentWrap {
    margin: auto;
    width: 85.798%;
  }
  .sec1 .secInner01 .contentBox {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .secInner01 .contentArea{
    display: block;
  }
  .sec1 .secInner01 .contentBox {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .sec1 .secInner01 .txt{
    width: 100%;
    margin: 20px auto;
  }
  .sec1 .secInner01 .contentWrap {
    width: 92%;
  }
  .sec1 .secInner01 .contentBox {
    margin: auto;
    margin-top: 20px;
  }
}
/* ----------------- secInner02 ---------------- */
.sec1 .secInner02 .circleBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.sec1 .secInner02 .circleBox .box {
  height: 510px;
  width: 510px;
  border-radius: 250px;
  position: relative;
  margin: 0 -1.8%;
}
.sec1 .secInner02 .circleBox .box .innerBox{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12%;
}
.sec1 .secInner02 .circleBox .box .innerBox p{
  margin: 8% 0;
}
.sec1 .secInner02 .circleBox .leftBox {
  background: #cde7f4;
}
.sec1 .secInner02 .circleBox .rightBox {
  background: #d9ebca;
}
.sec1 .secInner02 .circleBox .leftBox p span{
  color: #106da5;
}
.sec1 .secInner02 .circleBox .rightBox p span{
  color: #32b16c;
}
.sec1 .secInner02 .circleBox .box .innerBox p span{
  background:linear-gradient(transparent 70%, #fff 80%);
  font-weight: bold;
}
.sec1 .secInner02 .circleBox .centerImg {
  max-width: 175px;
  width: 80%;
  position: relative;
  z-index: 1;
}

.sec1 .secInner02 .txtBox h2{
  text-align: center;
  margin: 70px auto 45px;
}
.sec1 .secInner02 .txtBox p{
  max-width: 1000px;
  margin: auto;
  width: 85.798%;
  line-height: 1.7;
}
.sec1 .secInner02 .flexBox {
  display: flex;
  background: #fcf1e0;
  max-width: 1170px;
  width: 85.798%;
  margin: auto;
  margin-top: 30px;
  align-items: center;
  padding: 30px;
  justify-content: space-around;
}
.sec1 .secInner02 .flexBox .leftBox{
  max-width: 325px;
  width: 35%;
}
.sec1 .secInner02 .flexBox .centerBox .line {
  width: 130px;
  height: 15px;
  background-color: #31180b;
  margin: 25px 0;
}
.sec1 .secInner02 .flexBox .rightBox p{
  position: relative;
  padding-left: 45px;
  margin: 10px 0;
}
.sec1 .secInner02 .flexBox .rightBox p::before{
  position: absolute;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/system/icon_check.png);
  width: 35px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  .sec1 .secInner02 .circleBox {
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    width: 88%;
  }
  .sec1 .secInner02 .circleBox .box {
    height: 400px;
    width: 400px;
    margin: 0 -3.5%;
  }
  .sec1 .secInner02 .circleBox .box .innerBox{
    left: 9%;
  }
}
@media screen and (max-width: 1024px){
  .sec1 .secInner02 .circleBox .box {
    height: 330px;
    width: 330px;
    margin: 0 -3%;
  }
  .sec1 .secInner02 .circleBox .box .innerBox {
    left: 7%;
  }
  .sec1 .secInner02 .circleBox .box .innerBox p {
    margin: 5% 0;
    font-size: 16px;
  }
  .sec1 .secInner02 .flexBox .centerBox .line {
    width: 90px;
    height: 12px;
    margin: 20px 0;
  }
  .sec1 .secInner02 .flexBox .rightBox p {
    padding-left: 32px;
  }
  .sec1 .secInner02 .flexBox .rightBox p::before {
    width: 25px;
    height: 18px;
  }
}
@media screen and (max-width: 768px){
  .sec1 .secInner02 .circleBox{
    flex-direction: column;
    position: relative;
  }
  .sec1 .secInner02 .circleBox .box{
    height: auto;
    border-radius: 0;
    padding: 0 12px;
    width: 76%;
    margin: 0 0 0 auto;
  }
  .sec1 .secInner02 .circleBox .centerImg{
    position: absolute;
    left: 0;
    width: 20%;
  }
  .sec1 .secInner02 .circleBox .box .innerBox{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .sec1 .secInner02 .txtBox h2 {
    margin: 50px auto 20px;
  }
  .sec1 .secInner02 .flexBox{
    padding: 20px 10px;
    margin-top: 10px;
  }
  .sec1 .secInner02 .flexBox .centerBox .line{
    display: none;
  }
  .sec1 .secInner02 .flexBox .rightBox{
    width: 60%;
    margin-left: 5%;
  }
  .sec1 .secInner02 .flexBox .rightBox p{
    font-size: 16px;
  }
}
@media screen and (max-width: 480px){
  .sec1 .secInner02 .circleBox .box .innerBox p {
    margin: 4% 0;
    font-size: 13px;
  }
  .sec1 .secInner02 .circleBox{
    margin-top: 30px;
  }
  .sec1 .secInner02 .txtBox p{
    width: 90%;
  }
  .sec1 .secInner02 .flexBox {
    width: 92%;
    display: block;
  }
  .sec1 .secInner02 .flexBox .leftBox {
    width: 45%;
    margin: auto;
  }
  .sec1 .secInner02 .flexBox .rightBox {
    width: 100%;
    margin: 0;
    padding-left: 5%;
    margin-top: 15px;
  }
}
/* ----------------- secInner03 ---------------- */
.sec1 .secInner03 {
  max-width: 1170px;
  margin: auto;
  margin-top: 60px;
  width: 85.798%;
}
.sec1 .secInner03 .topHeadTxt{
  text-align: center;
  line-height: 1.8;
}
.sec1 .secInner03 .typeInner{
  margin-top: 60px;
}
.sec1 .secInner03 .typeInner .headTxt{
  background-color: #31180b;
  text-align: center;
  position: relative;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.sec1 .secInner03 .typeInner .headTxt span{
  font-size: 180%;
}
.sec1 .secInner03 .typeInner .headTxt::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 15px solid #31180b;
}
.sec1 .secInner03 .typeInner .subTxt {
  text-align: center;
  margin: 40px 0 20px;
}
.sec1 .secInner03 .typeInner .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec1 .secInner03 .typeInner .flex .imgBox{
  width: 31%;
  position: relative;
}
.sec1 .secInner03 .typeInner .flex .imgBox .abTxt{
  position: absolute;
  text-align: center;
  background: #fff;
  min-height: 80px;
  width: 83%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.sec1 .secInner03 .txtArea {
  border: 2px dotted #31180b;
  padding: 25px 60px;
  margin-top: 35px;
  margin-bottom: 50px;
}
.sec1 .secInner03 .txtArea li{
  display: flex;
  align-items: baseline;
}
.sec1 .secInner03 .txtArea .headTxt {
  background: #31180b;
  border-radius: 20px;
  padding: 5px 0;
  width: 125px;
  text-align: center;
  display: inline-block;
}
.sec1 .secInner03 .txtArea li:first-child {
  margin-bottom: 40px;
}
.sec1 .secInner03 .txtArea .elTxt {
  width: calc(100% - 125px);
}
.sec1 .secInner03 .txtArea .elTxt span.f14{
  display: block;
  color: #000;
  margin-top: 18px;
  padding-left: 50px;
  line-height: 1.4;
}
.sec1 .secInner03 .typeBox .bottomTxt{
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 1024px){
  .sec1 .secInner03{
    margin-top: 40px;
  }
  .sec1 .secInner03 .typeInner {
    margin-top: 30px;
  }
  .sec1 .secInner03 .typeInner .flex .imgBox .abTxt{
    min-height: 70px;
    width: 90%;
  }
  .sec1 .secInner03 .txtArea{
    padding: 20px;
  }
  .sec1 .secInner03 .txtArea .elTxt span.f14{
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px){
  .sec1 .secInner03 .typeInner {
    margin-top: 15px;
  }
  .sec1 .secInner03 .typeInner .flex .imgBox .abTxt {
    bottom: 8px;
  }
  .sec1 .secInner03 .typeInner .subTxt {
    margin: 25px 0 10px;
  }
  .sec1 .secInner03 .typeInner .headTxt {
    padding: 6px 0;
  }
  .sec1 .secInner03 .txtArea .headTxt{
    padding: 3px 0;
    width: 105px;
  }
  .sec1 .secInner03 .txtArea .headTxt,
  .sec1 .secInner03 .txtArea .elTxt{
    font-size: 14px;
  }
  .sec1 .secInner03 .txtArea .elTxt span.f14 {
    margin-top: 8px;
    padding-left: 42px;
  }
  .sec1 .secInner03 .txtArea li:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .sec1 .secInner03 .typeInner .subTxt {
    font-size: 14px;
  }
  .sec1 .secInner03 .typeInner .flex .imgBox{
    width: 32%;
  }
  .sec1 .secInner03 .typeInner .flex .imgBox .abTxt{
    font-size: 13px;
    line-height: 1.3;
    min-height: 49px;
    bottom: 4px;
    width: 94%;
  }
  .sec1 .secInner03 .txtArea {
    padding: 15px;
    margin-top: 18px;
    margin-bottom: 30px;
  }
  .sec1 .secInner03 .txtArea li{
    display: block;
  }
  .sec1 .secInner03 .txtArea .elTxt{
    width: 100%;
    margin-top: 12px;
  }
  .sec1 .secInner03 .txtArea .elTxt span.f14 {
    margin-top: 12px;
    padding-left: 0;
  }
  .sec1 .secInner03 .typeBox .bottomTxt{
    font-size: 14px;
  }
}
/* ----------------- sec2 secInner01 ---------------- */
.sec2 {
  max-width: 1170px;
  margin: auto;
  margin-top: 90px;
  width: 85.798%;
}

.sec2 .secInner01 .contentBox {
  display: flex;
  margin-top: 70px;
}
.sec2 .secInner01 .contentBox .innnerBox{
  width: 50%;
}
.sec2 .secInner01 .contentBox .leftBox{
  max-width: 425px;
  margin: auto;
}
.sec2 .secInner01 .contentBox .rightBox{

}
.sec2 .secInner01 .contentBox .rightBox h4{
  margin-bottom: 30px;
}
.sec2 .secInner01 .contentBox .rightBox li{
  margin-bottom: 30px;
}
.sec2 .secInner01 .contentBox .rightBox .headTxt{
  background: #f85509;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px){
  .sec2 .secInner01 .contentBox{
    margin-top: 30px;
  }
  .sec2 .secInner01 .contentBox .leftBox img{
    display: block;
    width: 80%;
    margin: auto;
  }
  .sec2 .secInner01 .contentBox .rightBox li {
    margin-bottom: 15px;
  }
  .sec2 .secInner01 .contentBox .rightBox .headTxt{
    font-size: 16px;
    padding: 4px 8px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px){
  .sec2 .secInner01 .contentBox{
    display: block;
  }
  .sec2 .secInner01 .contentBox .innnerBox{
    width: 100%;
  }
  .sec2 .secInner01 .contentBox .rightBox {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px){
  .sec2 {
    width: 94.67%;
  }
  .sec2 .secInner01 .contentBox .rightBox h4 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/* ----------------- sec2 secInner02 ---------------- */
.sec2 .secInner02 h3{
  text-align: center;
  margin: 60px 0 50px;
}
.sec2 .secInner02 .contentWrap {
  border: 1px solid #31180b;
  padding: 60px 0 50px;
}
.sec2 .secInner02 .contentWrap .innerBox{
  max-width: 1000px;
  width: 85.798%;
  margin: auto;
}
.sec2 .secInner02 .contentWrap .headTxt{
  text-align: center;
  margin-bottom: 50px;
}
.sec2 .secInner02 .contentArea{
  display: flex;
  justify-content: space-between;
}
.sec2 .secInner02 .contentArea .contentBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.sec2 .secInner02 .contentArea .contentBox p{
  text-align: center;
  background: #31180b;
  padding: 12px 30px;
  display: inline-block;
  margin-bottom: 30px;
}
.sec2 .secInner02 .contentArea .imgBox{
  max-width: 380px;
  width: 100%;
}
.sec2 .secInner02 .contentWrap .innerBox .bottomTxt {
  line-height: 1.8;
}
.sec2 .secInner02 .lowTex{
  background: #f3f4f5;
  line-height: 1.6;
  padding: 30px 7%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px){
  .sec2 .secInner02 h3 {
    margin: 30px 0 20px;
  }
  .sec2 .secInner02 .contentWrap{
    padding: 30px 0;
  }
  .sec2 .secInner02 .contentWrap .innerBox{
    width: 96%;
  }
  .sec2 .secInner02 .contentArea .contentBox p{
    font-size: 18px;
  }
  .sec2 .secInner02 .contentArea .imgBox{
    width: 92%;
    margin: auto;
  }
}
@media screen and (max-width: 768px){
  .sec2 .secInner02 .contentArea .contentBox p {
    font-size: 14px;
    padding: 12px 15px;
  }
  .sec2 .secInner02 .contentWrap .headTxt{
    margin-bottom: 20px;
  }
  .sec2 .secInner02 .contentArea .contentBox{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px){
  .sec2 .secInner02 .contentArea .contentBox p {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.3;
    width: 100%;
  }
  .sec2 .secInner02 .contentArea .contentBox{
    width: 48%;
  }
  .sec2 .secInner02 .lowTex {
    padding: 12px 7%;
    margin-top: 20px;
  }
}

/* ----------------- sec2 secInner03 ---------------- */
.sec2 .secInner03 .contentWrap {
  border: 1px solid #31180b;
  padding: 5%;
  margin-top: 60px;
}
.sec2 .secInner03 .topHeadTxt{
  text-align: center;
  margin-bottom: 55px;
  line-height: 1.4;
}
.sec2 .secInner03 .topHeadTxt span{
  font-size: 75%;
}
.sec2 .secInner03 .contentBox{
  display: flex;
}
.sec2 .secInner03 .contentBox .box .c_white{
  background-color: #31180b;
  text-align: center;
  position: relative;
  padding: 5px 0;
  line-height: 1.3;
  margin-bottom: 50px;
}
.sec2 .secInner03 .contentBox .box .imgBox{
  max-width: 320px;
}
.sec2 .secInner03 .contentBox .box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec2 .secInner03 .contentBox .box .flex .txtBox{
  width: 45%;
  margin-left: 3%;
}
.sec2 .secInner03 .contentBox .leftBox{
  width: 60%;
  margin-right: 5%;
}
.sec2 .secInner03 .contentBox .leftBox .imgBox{
  width: 52%;
}
.sec2 .secInner03 .contentBox .rightBox{
  width: 35%;
}
.sec2 .secInner03 .contentBox .rightBox .imgBox{
  margin: auto;
  width: 87%;
}

.sec2 .secInner03 .contentBox .box .flex ul{
  margin-top: 12px;
}
.sec2 .secInner03 .contentBox .box .flex ul li{
  display: flex;
  border-bottom: 1px solid #000;
}
.sec2 .secInner03 .contentBox .box .flex ul li p:nth-child(1){
  width: calc(100% - 65px);
}
.sec2 .secInner03 .contentBox .box .flex ul li p:nth-child(2){
  width: 65px;
  text-align: right;
  border-left: 1px solid #000;
  padding-bottom: 3px;
}
.sec2 .secInner03 .contentBox .box .flex ul li p{
  padding-top: 20px;
}
.sec2 .secInner03 .contentBox .box .flex ul li:nth-child(4) {
  border-bottom: 3px double;
}
.sec2 .secInner03 .rightBox .bottomTxt {
  margin-top: 18px;
  text-align: center;
}
.sec2 .secInner03 .innerBox02 .c_white{
  width: 100%;
  background-color: #31180b;
  text-align: center;
  padding: 15px 0;
  margin: 60px 0 30px;
}
.sec2 .secInner03 .innerBox02 table{
  width: 100%;
}
.sec2 .secInner03 .innerBox02 table,
.sec2 .secInner03 .innerBox02 td,
.sec2 .secInner03 .innerBox02 th{
  border: 1px solid black;
}
.sec2 .secInner03 .innerBox02 td,
.sec2 .secInner03 .innerBox02 th{
  padding: 20px 0;
}
.sec2 .secInner03 .innerBox02 td:nth-child(1){
  width: 15%;
  text-align: center;
}
.sec2 .secInner03 .innerBox02 td:nth-child(2){
  width: 20%;
  text-align: center;
}
.sec2 .secInner03 .innerBox02 td:nth-child(3){
  width: 25%;
  padding-right: 20px;
  text-align: right;
}
.sec2 .secInner03 .innerBox02 td:last-child{
  width: 40%;
  padding-right: 25px;
  text-align: right;
}
.sec2 .secInner03 .innerBox02 tr:last-child {
  background: #f3f4f5;
}

.sec2 .secInner03 .innerBox02:nth-child(3) td:nth-child(1){
  width: 30%;
}
.sec2 .secInner03 .innerBox02:nth-child(3) td:nth-child(2){
  width: 30%;
}
.sec2 .secInner03 .lowTxt{
  background: #f3f4f5;
  line-height: 1.6;
  padding: 30px 7%;
  margin-top: 40px;
}
@media screen and (max-width: 1280px){
  .sec2 .secInner03 .innerBox02 td:nth-child(1){
    width: 80px;
  }
  .sec2 .secInner03 .innerBox02 td:nth-child(2){
    width: 100px;
  }
  .sec2 .secInner03 .innerBox02 td:nth-child(3){
    width: calc(50% - 180px);
  }
  .sec2 .secInner03 .innerBox02 td:nth-child(4){
    width: calc(50% - 180px);
  }
}
@media screen and (max-width: 1024px){
  .sec2 .secInner03 .contentBox .box .c_white{
    margin-bottom: 20px;
  }
  .sec2 .secInner03 .contentBox .box .flex ul li p:nth-child(2){
    width: 58px;
  }
  .sec2 .secInner03 .contentBox .box .flex ul li p:nth-child(1){
    width: calc(100% - 58px);
  }
  .sec2 .secInner03 .contentBox .box .flex ul li p{
    padding-top: 12px;
  }
}
@media screen and (max-width: 768px){
  .sec2 .secInner03 .innerBox02 td:nth-child(1){
    width: 100%;
  }
  .sec2 .secInner03 .innerBox02 td:nth-child(2){
    width: 100%;
  }
  .sec2 .secInner03 .innerBox02 td:nth-child(3){
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .sec2 .secInner03 .innerBox02 td:nth-child(4){
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .sec2 .secInner03 .innerBox02:nth-child(3) td:nth-child(1),
  .sec2 .secInner03 .innerBox02:nth-child(3) td:nth-child(2){
    width: 100%;
  }
  .sec2 .secInner03 .innerBox02 td, .sec2 .secInner03 .innerBox02 th{
    padding: 8px;
    font-size: 14px;
  }
  .sec2 .secInner03 .topHeadTxt{
    margin-bottom: 25px;
  }
  .sec2 .secInner03 .contentWrap{
    padding: 20px;
  }
  .sec2 .secInner03 .contentBox{
    display: block;
  }
  .sec2 .secInner03 .contentBox .leftBox{
    width: 100%;
    margin-bottom: 30px;
  }
  .sec2 .secInner03 .contentBox .rightBox{
    width: 100%;
  }
  .sec2 .secInner03 .contentBox .box .c_white{
    padding: 5px 16px;
  }
  .clskv8znald table {
    width: 80%;
  }
  .clskv8znald table .thead {
    display: none;
  }
  .clskv8znald table tr {
    width: 100%;
  }
  .clskv8znald table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .clskv8znald table td:first-child {
    background: #765340;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .clskv8znald table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    display: block;
    width: 100px;
    text-align: center;
    border-right: 1px solid;
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px){
  .sec2 .secInner03 .innerBox02 .c_white{
    margin: 40px 0 10px;
  }
  .sec2 .secInner03 .contentBox .box .flex{
    display: block;
  }
  .sec2 .secInner03 .contentBox .leftBox .imgBox{
    width: 87%;
    margin: auto;
  }
  .sec2 .secInner03 .contentBox .box .flex .txtBox{
    width: 100%;
    margin: 0;
    margin-top: 25px;
  }
  .sec2 .secInner03 .contentWrap{
    padding: 10px;
  }
  .sec2 .secInner03 .innerBox02 td, .sec2 .secInner03 .innerBox02 th{
    padding: 4px;
  }
}
/* ----------------- sec2 secInner04 ---------------- */
.sec2 .secInner04 .innerBox03 h3{
  margin: 45px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.sec2 .secInner04 .innerBox03 .contentBox {
  max-width: 1000px;
  margin: auto;
  display: block;
}
.sec2 .secInner04 .innerBox03 .contentBox .txt {
  line-height: 1.5;
}
.sec2 .secInner04 .innerBox03 .contentBox .flex {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}
.sec2 .secInner04 .innerBox03 .contentBox .flex li{
  width: 30%;
  border: 1px solid #000;
  text-align: center;
  padding: 20px 0;
  line-height: 1.4;
}
/* ----------------- sec3 ---------------- */
.sec3 {
  max-width: 1170px;
  margin: auto;
  width: 85.798%;
}
.sec3 .topHeadTxt {
  text-align: center;
  margin: 60px 0 40px;
  padding-bottom: 20px;
  line-height: 1.5;
  border-bottom: 1px solid #000;
}
.sec3 .imgBox {
  width: 100%;
}
.sec3 .flex li{
  width: 30%;
}
.sec3 h2 {
  margin: 30px 0 40px;
  text-align: center;
  line-height: 1.4;
}
.sec3 p.f14 {
  line-height: 1.5;
}
@media screen and (max-width: 768px){
  .sec2 .secInner04 .innerBox03 .contentBox .flex{
    display: block;
  }
  .sec2 .secInner04 .innerBox03 .contentBox .flex li{
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px){
  .sec3 h2{
    font-size: 18px;
    margin: 30px 0 20px;
  }
}
