@charset "UTF-8";
/* 오버레이 */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
ul, li {
  list-style-type: none;
}

/*/////////커스텀 컬러*/
/* 텍스트 이펙트 */
.visu-top {
  animation: top 1s ease-out 0s both;
}

.visu-top2 {
  animation: top2 1s ease-out 0s both;
}

.visu-top3 {
  animation: top3 1s ease-out 0s both;
}

@keyframes top {
  0% {
    opacity: 0;
    margin-top: -120px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes top2 {
  0% {
    opacity: 0;
    margin-top: -180px;
  }
  100% {
    opacity: 1;
    margin-top: -60px;
  }
}
@keyframes top3 {
  0% {
    opacity: 0;
    margin-left: -200px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
/* 끝 */
/* 슬라이드 */
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

section.title_sec {
  display: flex;
  flex-direction: column;
}
section.title_sec .title_cont {
  display: flex;
  width: 100%;
  padding: 50px 15px;
  background-color: #323333;
}
section.title_sec .title_cont .title_cont_one {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.title_sec .title_cont .title_cont_one .h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 10px;
}
section.title_sec .title_cont .title_cont_one .h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #ffffff;
}
section.title_sec .tex_cont {
  display: flex;
  width: 100%;
  padding: 50px 15px;
  background-color: #f4f5f9;
}
section.title_sec .tex_cont .tex_cont_one {
  width: 100%;
  display: flex;
}
section.title_sec .tex_cont .tex_cont_one .p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #323333;
}

@media screen and (max-width: 1200px) {
  section.title_sec .title_cont {
    padding: 50px 15px;
  }
  section.title_sec .title_cont .title_cont_one .h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
  }
  section.title_sec .title_cont .title_cont_one .h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  section.title_sec .tex_cont {
    padding: 40px 15px;
  }
  section.title_sec .tex_cont .tex_cont_one .p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }
  section.title_sec .tex_cont .tex_cont_one .p br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section.title_sec .title_cont {
    padding: 35px 15px;
  }
  section.title_sec .title_cont .title_cont_one .h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
  }
  section.title_sec .title_cont .title_cont_one .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
  }
  section.title_sec .tex_cont {
    padding: 30px 15px;
  }
  section.title_sec .tex_cont .tex_cont_one .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }
  section.title_sec .tex_cont .tex_cont_one .p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.title_sec .title_cont {
    padding: 30px 15px;
  }
  section.title_sec .title_cont .title_cont_one .h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
  }
  section.title_sec .title_cont .title_cont_one .h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  section.title_sec .tex_cont {
    padding: 30px 15px;
  }
  section.title_sec .tex_cont .tex_cont_one .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }
  section.title_sec .tex_cont .tex_cont_one .p br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.title_sec .title_cont {
    padding: 30px 15px;
  }
  section.title_sec .title_cont .title_cont_one .h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
  }
  section.title_sec .title_cont .title_cont_one .h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
  }
  section.title_sec .tex_cont {
    padding: 30px 15px;
  }
  section.title_sec .tex_cont .tex_cont_one .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }
  section.title_sec .tex_cont .tex_cont_one .p br {
    display: none;
  }
}
section.tex_sec {
  padding: 70px 0;
}
section.tex_sec .tex_cont {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.tex_sec .tex_cont .tex_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  border: 3px solid #51639d;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  margin-bottom: 20px;
}
section.tex_sec .tex_cont .tex_box .tex_box_left {
  position: relative;
  width: 300px;
  height: 100%;
  display: flex;
  align-items: center;
}
section.tex_sec .tex_cont .tex_box .tex_box_left .pb {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51639d;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
section.tex_sec .tex_cont .tex_box .tex_box_right {
  width: calc(100% - 300px);
  padding: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  section.tex_sec {
    padding: 50px 0;
  }
  section.tex_sec .tex_cont {
    padding: 0 15px;
  }
  section.tex_sec .tex_cont .tex_box {
    border: 2px solid #51639d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-bottom: 20px;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_left {
    width: 240px;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_left .pb {
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_right {
    width: calc(100% - 240px);
    padding: 30px;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  section.tex_sec {
    padding: 50px 0;
  }
  section.tex_sec .tex_cont {
    padding: 0 15px;
  }
  section.tex_sec .tex_cont .tex_box {
    border: 2px solid #51639d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_left {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(62, 96, 156, 0.85);
  }
  section.tex_sec .tex_cont .tex_box .tex_box_left .pb {
    position: absolute;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%, 0% 0%);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_right {
    width: 100%;
    padding: 30px;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.tex_sec {
    padding: 40px 0 20px;
  }
  section.tex_sec .tex_cont {
    padding: 0 15px;
  }
  section.tex_sec .tex_cont .tex_box {
    border: 2px solid #51639d;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_left {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(62, 96, 156, 0.85);
  }
  section.tex_sec .tex_cont .tex_box .tex_box_left .pb {
    position: absolute;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 0% 0%, 0% 0%);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
  }
  section.tex_sec .tex_cont .tex_box .tex_box_right {
    width: 100%;
    padding: 30px;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }
}
section.imgBox_sec {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 100px;
}
section.imgBox_sec .imgBox_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.imgBox_sec .imgBox_cont .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #323333;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one {
  width: calc(30% - 15px);
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  background-color: black;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
  list-style-type: square;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .title_bx {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  background-color: #38487e;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two {
  width: calc(40% - 15px);
  height: 100%;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  background-color: black;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 100%);
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #ffffff;
  list-style-type: square;
}
section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .title_bx {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
  background-color: #38487e;
}
section.imgBox_sec .imgBox_cont .p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #323333;
}

@media screen and (max-width: 1200px) {
  section.imgBox_sec {
    margin-bottom: 70px;
  }
  section.imgBox_sec .imgBox_cont .title {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one {
    width: 100%;
    margin-bottom: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box {
    display: flex;
    flex-direction: column;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg {
    padding: 50px 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .title_bx {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box {
    display: flex;
    flex-direction: column;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg {
    padding: 50px 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    list-style-type: square;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .title_bx {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.imgBox_sec .imgBox_cont .p {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.imgBox_sec {
    margin-bottom: 50px;
  }
  section.imgBox_sec .imgBox_cont .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one {
    margin-bottom: 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg {
    padding: 30px 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .title_bx {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box {
    display: flex;
    flex-direction: column;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg {
    padding: 30px 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    list-style-type: square;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .title_bx {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.imgBox_sec .imgBox_cont .p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  section.imgBox_sec {
    margin-bottom: 50px;
  }
  section.imgBox_sec .imgBox_cont .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap {
    margin-top: 15px;
    flex-wrap: wrap;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one {
    margin-bottom: 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg {
    padding: 30px 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .gbg ul li {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.one .inner_box .title_bx {
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg {
    box-sizing: border-box;
    padding: 30px 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg ul {
    box-sizing: border-box;
    padding: 0 20px;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .gbg ul li {
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    list-style-type: square;
  }
  section.imgBox_sec .imgBox_cont .imgBox_wrap .img_box.two .inner_box .title_bx {
    padding: 10px 20px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }
  section.imgBox_sec .imgBox_cont .p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
  }
}
/*2*/
section.table_sec {
  margin-top: 50px;
}
section.table_sec .table_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.table_sec .table_cont .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #323333;
}
section.table_sec .table_cont .table_wrap {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.table_sec .table_cont .table_wrap .dt {
  width: 100%;
  height: 50px;
  display: flex;
  background-color: #38487e;
}
section.table_sec .table_cont .table_wrap .dt .dtl_1 {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
section.table_sec .table_cont .table_wrap .dt .dtl_2 {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  border-left: 1px solid #9a9a9a;
}
section.table_sec .table_cont .table_wrap .dd {
  width: 100%;
  height: 50px;
  display: flex;
  border-bottom: 1px solid #9a9a9a;
}
section.table_sec .table_cont .table_wrap .dd:last-of-type {
  border-bottom: 1px solid #3f3f3f;
}
section.table_sec .table_cont .table_wrap .dd .ddl_1 {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #323333;
  background-color: #e5e5e5;
}
section.table_sec .table_cont .table_wrap .dd .ddl_2 {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
  border-left: 1px solid #9a9a9a;
}

@media screen and (max-width: 1500px) {
  section.table_sec {
    margin-top: 50px;
  }
  section.table_sec .table_cont {
    box-sizing: border-box;
    padding: 0 10px;
  }
  section.table_sec .table_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #323333;
  }
  section.table_sec .table_cont .table_wrap {
    margin-top: 20px;
  }
  section.table_sec .table_cont .table_wrap .dt {
    height: 50px;
  }
  section.table_sec .table_cont .table_wrap .dt .dtl_1 {
    width: 20%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dt .dtl_2 {
    width: 80%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dd {
    height: 50px;
  }
  section.table_sec .table_cont .table_wrap .dd .ddl_1 {
    width: 20%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dd .ddl_2 {
    width: 80%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }
}
@media screen and (max-width: 992px) {
  section.table_sec {
    margin-top: 50px;
  }
  section.table_sec .table_cont {
    box-sizing: border-box;
    padding: 0 10px;
  }
  section.table_sec .table_cont .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap {
    margin-top: 15px;
  }
  section.table_sec .table_cont .table_wrap .dt {
    height: 45px;
  }
  section.table_sec .table_cont .table_wrap .dt .dtl_1 {
    width: 20%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dt .dtl_2 {
    width: 80%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dd {
    height: 50px;
  }
  section.table_sec .table_cont .table_wrap .dd .ddl_1 {
    width: 20%;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dd .ddl_2 {
    width: 80%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  section.table_sec {
    margin-top: 40px;
  }
  section.table_sec .table_cont {
    box-sizing: border-box;
    padding: 0 10px;
  }
  section.table_sec .table_cont .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap {
    margin-top: 15px;
  }
  section.table_sec .table_cont .table_wrap .dt {
    height: 45px;
  }
  section.table_sec .table_cont .table_wrap .dt .dtl_1 {
    width: 25%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dt .dtl_2 {
    width: 75%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table_sec .table_cont .table_wrap .dd {
    height: auto;
  }
  section.table_sec .table_cont .table_wrap .dd .ddl_1 {
    width: 25%;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
  }
  section.table_sec .table_cont .table_wrap .dd .ddl_2 {
    padding: 10px;
    width: 75%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
  }
}
/*3*/
section.gp_sec {
  margin-top: 50px;
}
section.gp_sec .gp_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.gp_sec .gp_cont .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #323333;
}
section.gp_sec .gp_cont .gp_wrap {
  margin-top: 30px;
  width: 100%;
  display: flex;
}
section.gp_sec .gp_cont .gp_wrap .gp_box {
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #323333;
}
section.gp_sec .gp_cont .gp_wrap .gp_arrow {
  width: 130px;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gp_sec .gp_cont .gp_wrap .gp_arrow img.img1 {
  max-width: 100%;
}
section.gp_sec .gp_cont .gp_wrap .gp_arrow2 {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gp_sec .gp_cont .gp_wrap .gp_arrow2 img.img2 {
  width: 259px;
  height: 129px;
}
section.gp_sec .gp_cont .gp_wrap .gp_box2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
section.gp_sec .gp_cont .gp_wrap .gp_box2 .box1, section.gp_sec .gp_cont .gp_wrap .gp_box2 .box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 65px;
  background-color: #51639d;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #ffffff;
}
section.gp_sec .gp_cont .gp_wrap .gp_box2 .arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gp_sec .gp_cont .gp_wrap .gp_box2 .arrow img.img3 {
  max-width: 100%;
}

@media screen and (max-width: 1500px) {
  section.gp_sec {
    margin-top: 50px;
  }
  section.gp_sec .gp_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.gp_sec .gp_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.gp_sec .gp_cont .gp_wrap {
    margin-top: 30px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box {
    width: 190px;
    height: 190px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow {
    width: 130px;
    height: 190px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow img.img1 {
    max-width: 100%;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 {
    height: 190px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 img.img2 {
    width: 259px;
    height: 129px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .box1, section.gp_sec .gp_cont .gp_wrap .gp_box2 .box2 {
    width: 380px;
    height: 65px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .arrow img.img3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  section.gp_sec {
    margin-top: 50px;
  }
  section.gp_sec .gp_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.gp_sec .gp_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.gp_sec .gp_cont .gp_wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow {
    width: 90px;
    height: 150px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow img.img1 {
    max-width: 100%;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 {
    height: 150px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 img.img2 {
    width: 181.3px;
    height: 90.3px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 {
    height: 150px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .box1, section.gp_sec .gp_cont .gp_wrap .gp_box2 .box2 {
    width: 280px;
    height: 50px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .arrow img.img3 {
    width: 32px;
    height: 24px;
  }
}
@media screen and (max-width: 992px) {
  section.gp_sec {
    margin-top: 50px;
  }
  section.gp_sec .gp_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.gp_sec .gp_cont .title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  section.gp_sec .gp_cont .gp_wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow {
    width: 90px;
    height: 100px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow img.img1 {
    max-width: 100%;
    transform: rotate(90deg);
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 {
    height: 120px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 img.img2 {
    transform: rotate(90deg);
    width: 129.5px;
    height: 64.5px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 {
    height: 150px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .box1, section.gp_sec .gp_cont .gp_wrap .gp_box2 .box2 {
    width: 280px;
    height: 50px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .arrow img.img3 {
    width: 32px;
    height: 24px;
  }
}
@media screen and (max-width: 576px) {
  section.gp_sec {
    margin-top: 50px;
  }
  section.gp_sec .gp_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.gp_sec .gp_cont .title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  section.gp_sec .gp_cont .gp_wrap {
    margin-top: 30px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box {
    width: 120px;
    height: 120px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow {
    width: 72px;
    height: 56px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow img.img1 {
    width: 34px;
    height: 30px;
    transform: rotate(90deg);
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 {
    height: 100px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_arrow2 img.img2 {
    transform: rotate(90deg);
    width: 103.6px;
    height: 51.6px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 {
    height: 150px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .box1, section.gp_sec .gp_cont .gp_wrap .gp_box2 .box2 {
    width: 280px;
    height: 50px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  section.gp_sec .gp_cont .gp_wrap .gp_box2 .arrow img.img3 {
    width: 32px;
    height: 24px;
  }
}
section.table2_sec {
  margin-top: 80px;
}
section.table2_sec .table2_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.table2_sec .table2_cont .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #323333;
}
section.table2_sec .table2_cont .table_wrap {
  margin-top: 20px;
  width: 100%;
  display: flex;
  display: flex;
  flex-direction: column;
}
section.table2_sec .table2_cont .table_wrap .dt {
  width: 100%;
  height: 50px;
  display: flex;
  background-color: #38487e;
}
section.table2_sec .table2_cont .table_wrap .dt .dtl_1 {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
}
section.table2_sec .table2_cont .table_wrap .dt .dtl_2 {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  border-left: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dt .dtl_3 {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  border-left: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd {
  width: 100%;
  height: auto;
  display: flex;
  flex: 1;
  border-bottom: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd:last-of-type {
  border-bottom: 1px solid #3f3f3f;
}
section.table2_sec .table2_cont .table_wrap .dd .ddl_1 {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #323333;
  background-color: #cbcbcb;
}
section.table2_sec .table2_cont .table_wrap .dd .ddl_2 {
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
  border-left: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul {
  width: 60%;
}
section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul li {
  list-style: square;
}
section.table2_sec .table2_cont .table_wrap .dd .ddl_3 {
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
  border-left: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd2 {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex: 1;
  border-left: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-color: #cbcbcb;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left .left_tex {
  margin-top: -50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right {
  display: flex;
  width: 100%;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_1 {
  flex-direction: column;
  margin-left: 60px;
  width: calc(30% - 60px);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #323333;
  background-color: #e5e5e5;
  border-bottom: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 {
  width: 60%;
  padding: 20px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  border-left: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul {
  width: 60%;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul li {
  list-style: square;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3 {
  width: 10%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #323333;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
}
section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3.non {
  display: flex;
  align-items: flex-end;
  border-bottom: 0 solid #9a9a9a;
}

@media screen and (max-width: 1500px) {
  section.table2_sec {
    margin-top: 60px;
  }
  section.table2_sec .table2_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.table2_sec .table2_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.table2_sec .table2_cont .table_wrap {
    margin-top: 20px;
  }
  section.table2_sec .table2_cont .table_wrap .dt {
    width: 100%;
    height: 50px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_1 {
    width: 30%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_2 {
    width: 60%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_3 {
    width: 10%;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd {
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd:last-of-type {
    border-bottom: 1px solid #3f3f3f;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_1 {
    width: 30%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul {
    width: 60%;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_3 {
    width: 10%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left {
    width: 60px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left .left_tex {
    margin-top: -50px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_1 {
    flex-direction: column;
    margin-left: 60px;
    width: calc(30% - 60px);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul {
    width: 60%;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3 {
    width: 10%;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3.non {
    border-bottom: 0 solid #9a9a9a;
  }
}
@media screen and (max-width: 992px) {
  section.table2_sec {
    margin-top: 60px;
    padding-bottom: 30px;
  }
  section.table2_sec .table2_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.table2_sec .table2_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.table2_sec .table2_cont .table_wrap {
    margin-top: 20px;
  }
  section.table2_sec .table2_cont .table_wrap .dt {
    width: 100%;
    height: 50px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_1 {
    width: 30%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_2 {
    width: 60%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_3 {
    width: 10%;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd {
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd:last-of-type {
    border-bottom: 1px solid #3f3f3f;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_1 {
    width: 30%;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul {
    width: 80%;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left {
    width: 60px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left .left_tex {
    margin-top: -50px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_1 {
    flex-direction: column;
    margin-left: 60px;
    width: calc(30% - 60px);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul {
    width: 80%;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3.non {
    border-bottom: 0 solid #9a9a9a;
  }
}
@media screen and (max-width: 768px) {
  section.table2_sec {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  section.table2_sec .table2_cont {
    box-sizing: border-box;
    padding: 0 15px;
  }
  section.table2_sec .table2_cont .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
  }
  section.table2_sec .table2_cont .table_wrap {
    margin-top: 20px;
  }
  section.table2_sec .table2_cont .table_wrap .dt {
    width: 100%;
    height: 50px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_1 {
    width: 30%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_2 {
    width: 60%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  section.table2_sec .table2_cont .table_wrap .dd {
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd:last-of-type {
    border-bottom: 1px solid #3f3f3f;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_1 {
    width: 30%;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul {
    width: 90%;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left {
    width: 40px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left .left_tex {
    margin-top: -50px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_1 {
    flex-direction: column;
    margin-left: 40px;
    width: calc(30% - 40px);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul {
    width: 90%;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3.non {
    border-bottom: 0 solid #9a9a9a;
  }
}
@media screen and (max-width: 576px) {
  section.table2_sec {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  section.table2_sec .table2_cont {
    box-sizing: border-box;
    padding: 0;
  }
  section.table2_sec .table2_cont .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
  }
  section.table2_sec .table2_cont .table_wrap {
    margin-top: 20px;
  }
  section.table2_sec .table2_cont .table_wrap .dt {
    width: 100%;
    height: 50px;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_1 {
    width: 30%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_2 {
    width: 60%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  section.table2_sec .table2_cont .table_wrap .dt .dtl_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
  }
  section.table2_sec .table2_cont .table_wrap .dd {
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd:last-of-type {
    border-bottom: 1px solid #3f3f3f;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_1 {
    width: 30%;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul {
    width: 90%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd .ddl_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 {
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left {
    width: 40px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_left .left_tex {
    margin-top: -50px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_1 {
    flex-direction: column;
    margin-left: 40px;
    width: calc(30% - 40px);
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 {
    width: 60%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul {
    width: 90%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_2 ul li {
    list-style: square;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3 {
    width: 10%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    border-left: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
  }
  section.table2_sec .table2_cont .table_wrap .dd2 .ddl_right .ddl.ddl2_3.non {
    border-bottom: 0 solid #9a9a9a;
  }
}
/*7*/
section.tech_sec {
  margin-top: 50px;
}
section.tech_sec .tech_cont {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.tech_sec .tech_cont .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #323333;
}
section.tech_sec .tech_cont .tech_wrap {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
section.tech_sec .tech_cont .tech_wrap .tech_box {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  padding: 10px;
  margin-bottom: 20px;
}
section.tech_sec .tech_cont .tech_wrap .tech_box .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #cbcbcb;
  transition: all 0.5s ease;
}
section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo img {
  max-width: 100%;
  height: auto;
}
section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_tex {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  background-color: #cbcbcb;
  transition: all 0.5s ease;
}
section.tech_sec .tech_cont .tech_wrap .tech_box .box:hover {
  border: 1px solid #4694a7;
}
section.tech_sec .tech_cont .tech_wrap .tech_box .box:hover .box_tex {
  color: #ffffff;
  background-color: #4694a7;
}
section.tech_sec .tech_cont .p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  section.tech_sec {
    margin-top: 40px;
  }
  section.tech_sec .tech_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.tech_sec .tech_cont .tech_wrap {
    margin-top: 20px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box {
    width: calc(25% - 10px);
    margin-bottom: 15px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo {
    box-sizing: border-box;
    padding: 20px;
    height: 100px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo img {
    max-width: 100%;
    height: auto;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_tex {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  section.tech_sec {
    margin-top: 40px;
  }
  section.tech_sec .tech_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.tech_sec .tech_cont .tech_wrap {
    margin-top: 20px;
    justify-content: flex-start;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 15px;
    margin-right: 10px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box:last-of-type(3n) {
    margin-right: 0;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo {
    box-sizing: border-box;
    padding: 20px;
    height: 100px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo img {
    max-width: 100%;
    height: auto;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_tex {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  section.tech_sec {
    margin-top: 40px;
  }
  section.tech_sec .tech_cont .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }
  section.tech_sec .tech_cont .tech_wrap {
    margin-top: 20px;
    justify-content: space-between;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box {
    width: calc(50% - 10px);
    margin-bottom: 15px;
    margin-right: 0;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box:last-of-type(3n) {
    margin-right: 0;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo {
    box-sizing: border-box;
    padding: 20px;
    height: 100px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo img {
    max-width: 100%;
    height: auto;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_tex {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  section.tech_sec {
    margin-top: 40px;
  }
  section.tech_sec .tech_cont .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  section.tech_sec .tech_cont .tech_wrap {
    margin-top: 20px;
    justify-content: space-between;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box:last-of-type(3n) {
    margin-right: 0;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo {
    box-sizing: border-box;
    padding: 20px;
    height: 100px;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_logo img {
    max-width: 100%;
    height: auto;
  }
  section.tech_sec .tech_cont .tech_wrap .tech_box .box .box_tex {
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
  }
}

/*# sourceMappingURL=about.css.map */
