
/* @media screen and (max-width:768px){
  .firstview-wapper {
    height: 65vh;
    margin-top: 60px;
  }
  .firstview-wapper > .inner-firstview {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: transparent;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1220px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
  }
  .header {display: none !important;}
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background-color: #F2F2F2;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    z-index: 3;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 97px);
    height: 60px;
    padding-bottom: 10px;
    border-right: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .toggle-btn {
    display: block;
    width: 97px;
    height: 60px;
    background: url(../images/index/icon-four-sqr.png) no-repeat center;
    background-size: 25px 25px;
  }

  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul {
    display: none;
    width: 100%;
    border-top: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li {
    display: inline-table;
    float: left;
    clear: none;
    width: 50%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
  }

  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > a {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #231815;
    font-weight: 500;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > span {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #CCCCCC;
    font-weight: 500;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper >.inner-nav > ul > li{
    border-bottom: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper >.inner-nav > ul > li:nth-child(2n){
    border-left: 1px solid #CCCCCC;
  }
} */
/* @media screen and (min-width:769px){
  .firstview-wapper {
    height: 100vh;
    margin-top: 150px;
  }
  .firstview-wapper > .inner-firstview {
    position: relative;
    max-width: 1330px;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: transparent;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1220px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav {
    display: flex;
    flex-wrap: row wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    background-color: #F2F2F2;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .toggle-btn {
    display: none;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > .nav-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    max-height: 97px;
    border-right: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 150px);
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li {
    width: 20%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(1),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(2),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(3),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(4),
  .firstview-wapper > .inner-firstview > .inner-nav-wapper >.inner-nav > ul > li:nth-child(5){
    border-bottom: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li{
    border-right: 1px solid #CCCCCC;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li:nth-child(5n){
    border-right: 0px;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > a {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #231815;
    font-weight: 500;
  }
  .firstview-wapper > .inner-firstview > .inner-nav-wapper > .inner-nav > ul > li > span {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #CCCCCC;
    font-weight: 500;
  }
} */
/* @media screen and (min-width:1101px){
  .firstview-wapper {
    height: calc(100vh - 130px);
    margin-top: 130px;
  }
} */
/*
*firstview-wapper
*slider
*/
/* @media screen and (max-width:768px){
  .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height:calc(100% - 70px);
  }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 140px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
  }
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    background: url(../images/index/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .swiper-button-prev {
    background: url(../images/index/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
    transform: rotate(180deg);
  }
  .swiper-pagination {
    left: auto !important;
    bottom: 29px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
} */
/* @media screen and (min-width:769px){
  .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height:calc(100% - 70px);
  }
  .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 145px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #FFFFFF;
  }
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    background: url(../images/index/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .swiper-button-prev {
    background: url(../images/index/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
    transform: rotate(180deg);
  }
  .swiper-pagination {
    left: auto !important;
    bottom: 29px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
} */
/* @media screen and (min-width:1100px){
  .swipper-button-wapper {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    width: 128px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    top: initial !important;
    width: 10px;
    height: 10px;
    text-indent: -100000;
    margin-top: 1px;
    z-index: 2;
  }
  .swiper-button-next {
    background: url(../images/index/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
  }
  .swiper-button-prev {
    background: url(../images/index/icon-angle-swiper.png) no-repeat;
    background-position: center;
    background-size: 10px 10px;
    transform: rotate(180deg);
  }
  .swiper-pagination {
    left: auto !important;
    bottom: 15px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
} */
/*main*/
.section .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
/*sec01_wapper*/
@media screen and (max-width:768px){
  .sec01_wapper {
    padding-top: 10px;
  }
  .sec01_wapper {
    width: 100%;
  }
  .sec01_wapper h1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
    padding-top: 20px;
  }
  .sec01_wapper p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    padding-top: 20px;
  }
  .sec01_wapper .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec01_wapper .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (min-width:769px){
  .sec01_wapper {
    padding-top: 10px;
  }
  .sec01_wapper h1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
  }
  .sec01_wapper p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    padding-top: 20px;
  }
  .sec01_wapper .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec01_wapper .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 48.5%;
    padding-top: 50px;
  }

  .col2_fl_sb .col figure {
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
}

/*sec02_wapper*/
@media screen and (max-width:768px){
  .sec02_wapper {
    padding-top: 80px;
  }
  .sec02_wapper h3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    background-color: #E5E5E5;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
  }
  .col2_fl_sb > div:nth-child(1),
  .col2_fl_sb > div:nth-child(2){
    margin-top: -20px;
  }

  .col2_fl_sb .col h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb .col figure {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
  .col2_fl_sb .col p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
  }
}
@media screen and (min-width:769px){
  .sec02_wapper {
    padding-top: 100px;
  }
  .sec02_wapper h3 {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    background-color: #E5E5E5;
    text-indent: 10px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 45%;
    padding-top: 50px;
  }
  .col2_fl_sb > div:nth-child(1),
  .col2_fl_sb > div:nth-child(2){
    margin-top: -20px;
  }

  .col2_fl_sb .col h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb .col figure {
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
  .col2_fl_sb .col p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
  }
  	
}


/*sec03_wapper*/
@media screen and (max-width:768px){
  .sec03_wapper {
    padding-top: 80px;
  }
  .sec03_wapper h3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    background-color: #E5E5E5;
    font-weight: 700;
  }
  .sec03_wapper h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
  }
  .col2_fl_sb > div:nth-child(1),
  .col2_fl_sb > div:nth-child(2){
    margin-top: -20px;
  }

  .col2_fl_sb .col h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb .col figure {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
  .col2_fl_sb .col p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
  }
  
}
@media screen and (min-width:769px){
  .sec03_wapper {
    padding-top: 100px;
  }
  .sec03_wapper h3 {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    background-color: #E5E5E5;
    text-indent: 10px;
    font-weight: 700;
  }

  .sec03_wapper h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .sec03_wapper h5 {
    font-size: 14px;
    font-weight: 700;
  }
  .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 45%;
    padding-top: 50px;
  }
  .col2_fl_sb > div:nth-child(1),
  .col2_fl_sb > div:nth-child(2){
    margin-top: -20px;
  }

  .col2_fl_sb .col h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb .col figure {
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
  }
  .col2_fl_sb .col p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
  }
}

/*sec04_wapper*/
@media screen and (max-width:768px){
  .sec04_wapper {
    padding-top: 80px;
  }
  .sec04_wapper h3 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    background-color: #E5E5E5;
    font-weight: 700;
  }
  .sec04_wapper h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-top: 50px;
  }
  .col2_fl_sb > div:nth-child(1),
  .col2_fl_sb > div:nth-child(2){
    margin-top: -20px;
  }

  .col2_fl_sb .col h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb .col figure {
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .col2_fl_sb .col p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
  }
  
  .col1_fl_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .col1_fl_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #D8E7F1;
  }
}
@media screen and (min-width:769px){
  .sec04_wapper {
    padding-top: 100px;
  }
  .sec04_wapper h3 {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    background-color: #E5E5E5;
    text-indent: 10px;
    font-weight: 700;
  }

  .sec04_wapper h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .sec04_wapper h5 {
    font-size: 14px;
    font-weight: 700;
  }
  .col2_fl_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2_fl_sb .col {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 45%;
    padding-top: 50px;
  }
  .col2_fl_sb > div:nth-child(1),
  .col2_fl_sb > div:nth-child(2){
    margin-top: -20px;
  }

  .col2_fl_sb .col h4 {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #D7D9DB;
    font-weight: 700;
  }
  .col2_fl_sb .col figure {
    padding-top: 15px;
  }
  .col2_fl_sb .col figure img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .col2_fl_sb .col:nth-child(2) figure img {
    margin-bottom: 0;
  }
  .col2_fl_sb .col p {
    font-size: 14px;
    line-height: 23px;
    padding-top: 15px;
  }
  .small {
    font-size: 12px;
  }
  .mb50 {
    margin-bottom: 80px;
  }
  	
  .col1_fl_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .col1_fl_c a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 305px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    background-color: #D8E7F1;
  }

