@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
* {
  padding: 0;
  margin: auto;
  font-family: 'Noto Sans KR';
}

.embed-container { 
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}


body {
  min-width: 1120px;
}
a, a:hover, a:link, a:visited {
  color: #000;
  text-decoration: unset;
}
.navi-wrap {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  /* border-bottom: 1px solid #707070; */
  z-index: 100000000;
  box-shadow: 0px 0px 5px 0px #cecece;
}
.navi-wrap > div {
  width: 100%;
}
.navi-wrap > div > div {
  width: 1120px;
  margin: 0 auto;
}
.navi-wrap div div div:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 31px 0 33px;
  float: left;
}
.navi-wrap div div div:last-child {
  float: right;
}
.navi-wrap div div div:last-child ul {
  list-style: none;
}
.navi-wrap div div div:last-child ul li {
  list-style-type: none;
  float: left;
  font-size: 13px;
  margin: 55px 42px 0 0;
  font-weight: 600;
}
.navi-wrap div div div:last-child ul li:last-child {
  margin-right: 0 !important;
}
.navi-wrap div div div:last-child ul li a.on {
  color: #a81214;
}
.navi-wrap div div div:last-child ul li a:hover {
  color: #a81214;
}
.navi-wrap-main {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  /* border-bottom: 1px solid #707070; */
  z-index: 100000000;
  box-shadow: 0px 0px 5px 0px #cecece;
}
.navi-wrap-main > div {
  width: 100%;
}
.navi-wrap-main > div > div {
  margin: 0 auto;
}
.navi-wrap-main div div div:first-child {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 31px 0 33px;
  float: left;
  margin-left:50px;
}
.navi-wrap-main div div div:last-child {
  float: right;
  position: fixed;
  right: 50px;
  top: 51px;
}
.navi-wrap-main div div div:last-child ul {
  list-style: none;
}
.navi-wrap-main div div div:last-child ul li {
  list-style-type: none;
  float: left;
  font-size: 13px;
  margin: 0px 42px 0 0;
  font-weight: 600;
}
.navi-wrap-main div div div:last-child ul li:last-child {
  margin-right: 0 !important;
}
.navi-wrap-main div div div:last-child ul li a.on {
  color: #a81214;
}
.navi-wrap-main div div div:last-child ul li a:hover {
  color: #a81214;
}

/*.navi-wrap div:last-child ul {*/
/*  list-style: none;*/
/*  position: absolute;*/
/*}*/
/*.navi-wrap div:last-child ul li {*/
/*  list-style-type: none;*/
/*  float: left;*/
/*  font-size: 14px;*/
/*  margin: 52px 42px 0 0;*/
/*  font-weight: 600;*/
/*}*/
.contents-wrap {
  margin-top: 136px;
  display: inline-block;
  width: 100%;
}
.contents-wrap2 {
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}
.contents-box {
  min-width: 1120px;
  display: grid;
  align-items: center; 
  justify-content: center;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
}
.footer-wrap.sub {
  background: #f3f3f3;
}
.footer-wrap table {
  min-width: 1120px;
  margin: 58px 0;
  width: 1120px;
}
.footer-wrap table tr td:first-child {
  width: 61%;
}
.footer-wrap table tr td:last-child {
  width: 39%;
  text-align: right;
}
.footer-wrap table tr td.comp {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 50px;
}
.footer-wrap table tr td.comp svg {
  position: relative;
  top: 1.5px;
}
.footer-wrap table tr td.sns {
  font-size: 13px;
  vertical-align: top;
}
.footer-wrap table tr td.addr {
  font-size: 12px;
  line-height: 22px;
}
.footer-wrap table tr td.contact {
  font-size: 12px;
  line-height: 22px;
}
.hr1 {
  border-top: 1px solid #707070;
  margin: auto;
  width: 1120px
}
.jb-box {
  width: 100%; height: 129%; overflow: hidden;margin: 0px auto; position: relative; 
}
.jb-text { 
  position: absolute; top: 50%; width: 100%;
}
.jb-text p {
  margin-top: -24px; text-align: center; font-size: 48px; color: #ffffff;
}
#defaultCanvas0{
  width: 1440px !important;
  height: 100% !important;
  display: flex;
}

/* mian page */

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.processing1,
.processing2,
.processing3{
    width: 100%;
    height: 100vh;
    padding: 0 80px;
}

.section_container {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, 
.swiper-container-vertical>.swiper-pagination-progressbar {
    position: absolute;
    left: 95%;
    top: 25%;
    height: 50%;
}

/* .contents-title {
  font-size: 22px;
  color: #a81214;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #707070;
  height: 80px;
  padding-top: 65px;
} */
.contents-title {
  font-size: 20px;
  color: #a81214;
  font-weight: 600;
  text-align: center;
  height: 70px;
  width: 1120px;
  margin-top: 5px  ;
  /* padding-top: 65px; */
  margin-bottom: 40px;
  /* clear: both; */
  vertical-align: middle;
  align-items: end;
  display: grid;
  border-top: 1px solid #D4D4D4;
}
  .about2 table th {
    font-size: 30px;
    font-weight: 900;
    width: 360px;
    text-align: auto;
    padding: 1px;
}

.contents-title.v2 {
  height: 70px;
}
/*
#about2 {
  background-image: url(i);
}
*/
.service-about2 {
  width: 1120px;
  margin: 20px auto 130px auto;

}
.service-about2 > div {
  width: 50%;
  float: left;
}
.service-about2 > div:first-child {
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
}
.service-about2 > div:last-child {
  font-size: 14px;
}
.service-about2 > div:last-child span {
  font-size: 20px;
  font-weight: bold;
}

.about2 {
  height: 105px;
  width: 1120px;
  margin: 40px auto 25px auto;
  position: relative;
}

.about2-left {
  position: absolute;
  left: 0px;
  width: 560px;
  height: 105px;
  z-index: 11;
}
.about2-left a {
  position: absolute;
  left: 0px;
  width: 560px;
  height: 105px;
  z-index: 11;
}

.about2-right {
  position: absolute;
  right: 0px;
  width: 560px;
  height: 105px;
  z-index: 11;
}
.about2-right a{
  position: absolute;
  right: 0px;
  width: 560px;
  height: 105px;
  z-index: 11;
}
.about2-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1120px;
  height: 105px;
}
.about2-img div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1120px;
  height: 105px;
}

.about2-1 {
  z-index: 10;
  position: absolute;
}
.about2-2 {
  z-index: 8;
  position: absolute;
}
.about2-3 {
  z-index: 8;
  position: absolute;
}

.about2-left:hover ~ .about2-1 {
  display: none;
}
.about2-left:hover ~ .about2-3 {
  display: none;
}
.about2-right:hover ~ .about2-1 {
  display: none;
}
.about2-right:hover ~ .about2-2 {
  display: none;
}

.about2-text {
 margin-bottom: 130px;
 width: 1120px;
 height: 95px;
}
.about2-text-1 {
  float: left;
  width: 560px;
}
.about2-text-2 {
  float: left;
  width: 560px;
}

.about3 {
  width: 1120px;
  margin: 40px auto 130px auto;
  position: relative;
  height: 588px;
}

.about3-left {
  position: absolute;
  left: 0px;
  width: 560px;
  height: 588px;
  z-index: 11;
}
.about3-left a {
  position: absolute;
  left: 0px;
  width: 560px;
  height: 588px;
  z-index: 11;
}

.about3-right {
  position: absolute;
  right: 0px;
  width: 560px;
  height: 588px;
  z-index: 11;
}
.about3-right a{
  position: absolute;
  right: 0px;
  width: 560px;
  height: 588px;
  z-index: 11;
}
.about3-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1120px;
  height: 588px;
}
.about3-img div {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1120px;
  height: 588px;
}
.spinner {
  top: 90px;
  z-index: 100;
}
.about3-1 {
  z-index: 10;
  position: absolute;
}
.about3-2 {
  z-index: 8;
  position: absolute;
}
.about3-3 {
  z-index: 8;
  position: absolute;
}

.about3-left:hover ~ .spinner {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.about3-left:hover ~ .about3-1 {
  display: none;
}
.about3-left:hover ~ .about3-3 {
  display: none;
}
.about3-right:hover ~ .spinner {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.about3-right:hover ~ .about3-1 {
  display: none;
}
.about3-right:hover ~ .about3-2 {
  display: none;
}

/* about3 animation*/
.spinner {
  position: absolute;
  left: 364px; 
  border-radius: 50%; 
  border-left-color: transparent; 
  border-right-color: transparent; 
  
  -webkit-animation:spin 2000ms infinite linear; 
  -moz-animation:spin 2000ms infinite linear; 
  -ms-animation:spin 2000ms infinite linear; 
  animation:spin 2000ms infinite linear; 
} 

@-webkit-keyframes spin {
  100%{ -webkit-transform: rotate(360deg); } 
} 

@-moz-keyframes spin {
  100%{ -moz-transform: rotate(360deg); } 
} 

@-ms-keyframes spin {
  100%{ -ms-transform: rotate(360deg); } 
} 

@keyframes spin {
  100%{ transform: rotate(360deg); } 
}



.color-r {
  color: #a81214 !important;
}
.color-r-sup {
  color: #a81214 !important;
  font-size: 20px;
}
.about3-1 {
  position: absolute;
  text-align: center;
  min-width: 1120px;
  color: #fff;
}
.about3-1 div {
  position: relative;
  top: -429px;
}
.about3-1-txt1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 110px;
}
.about3-1-txt2 {
  font-size: 20px;
  font-weight: 600;
}
.about3-1-txt3 {
  font-size: 16px;
}
.about3-1-dot {
  position: relative;
  top: 37px;
}
.about4 {
  width: 1120px;
  margin: 20px auto 130px auto;
}
.about4 div:first-child {
  width: 60%;
  float: left;
}
.about4 div:last-child {
  width: 40%;
  float: left;
  font-size: 14px;
}
.about5 {
  margin-bottom: 130px;
}
.about6 {
  width: 1120px;
  margin: 0px auto 130px auto;
}
.about6 table {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.about6 table tbody {
  width: 1120px;
}
.about6 table th {
  font-size: 14px;
  font-weight: 600;
  width: 220px;
  text-align: left;
  padding: 1px;
}
.about6 table td {
  font-size: 14px;
  color: #858585;
  width: 700px;
  padding: 1px;
}
.about7 {
  margin-bottom: 100px;
  width: 1120px;
}
.about7 > img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px;
}
.about7 table {
  width: 100%;
  /* display: flex;
  justify-content: center; */
  border-collapse: collapse;
}
.about7 table td {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 8px 5.5px 8px 5.5px;
  border-collapse: collapse;
}
.about7 table tr td:first-child {
  padding: 8px 5.5px 8px 0px;
}
.about7 table tr td:nth-child(2) {
  text-align: left;
}
.about7 table tr td:last-child {
  padding: 8px 0px 8px 5.5px;
  text-align: left;
}

.contents-sub-button-wrap {
  text-align: center;
  margin-bottom: 50px;
  font-size: 13px;
}
.contents-sub-button-wrap span {
  display: inline-block;
  width: 135px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #727272;
  border: 1px solid #707070;
}
.contents-sub-button-wrap span.on {
  color: #fff;
  background: #363636;
}
.contents-sub-button-wrap span:hover {
  color: #fff;
  background: #363636;
}
.service1 {
  margin-top: 0px;
  width: 1120px;
}
.service2 {
  width: 1120px;
  margin: 20px auto 130px auto;
  height: 126px;
}
.service2 > div {
  width: 50%;
  float: left;
}
.service2 > div:first-child {
  font-size: 40px;
  font-weight: bold;
  line-height: 42px;
}
.service2 > div:last-child {
  font-size: 14px;
}
.service2 > div:last-child span {
  font-size: 18px;
  font-weight: bold;
}
.contents-subtitle {
  font-size: 20px;
  font-weight: 600;
  width: 1120px;
  margin: auto;
  border-bottom: 2px solid #70707040;
}
.contents-subtitle > span {
  border-bottom: 2px solid #a81214;
}
.contents-subtitle2 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #70707040;
  width: 1120px;
  margin: 0 auto;
  padding-top: 80px;
}
.contents-subtitle3 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid #70707040;
  width: 1120px;
  margin: 0 auto 20px;
}
.contents-subtitle2 > span {
  border-bottom: 2px solid #a81214;
}
.service3 {
  margin-top: 20px;
  width: 1120px;
}
.ul-square {
  list-style-type: square;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 17px 130px;
  line-height: 24px;  
}
.ul-square li {
  padding-left: 4px;
}
.ul-square2{
  list-style-type: none;
  font-size: 16px;
  font-weight: 600;
  margin: 15px auto;
  line-height: 20px;
  width: 1120px;  
}
.ul-square2 li {
  padding-left: 15px;
  width: 1120px;
}
.ul-square2 li .li-dot {
  position: relative;
  top: -5px;
  left: -15px;
}
.service4 {
  margin: 70px auto 70px;
  width: 1120px;
}
.service4-1 {
  width: 1120px;
  /* margin-left: 20px; */
  font-size: 16px;
  color: #1a1311;
}
.service4-1 span {
  padding-left: 23px;
  display: inline-block;
  padding-bottom: 40px;
  font-size: 14px;
}
.service4-1-table {
  padding-left: 12px;
  margin-bottom: 130px;
  margin-left: 5px;
}
.service4-1-table tr th {
  width: 27%;
  padding: 0px 5px 10px 5px;
  text-align: left;
  font-size: 14px;
}
.service4-1-table tr td {
  padding: 0px 5px 10px 5px;
  font-size: 14px;
}
.service5 {
  margin: 20px auto 20px auto;
  width: 1120px;
}
.service5-txt1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: auto;
  padding: 0 0 12px 22px;
  width: 1120px;
  float: left;
}
.service5-txt1 svg {
  position: relative;
  top: 5px;
}
.service5-txt2 {
  margin: auto;
  padding: 12px 0px 130px 22px;
  width: 1120px;
  box-sizing: border-box;
  font-size: 14px;
  display: table-cell;
}
.service5-table {
  width: 1076px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-collapse: collapse;
  margin: auto;
}
.service5-table tr td {
  padding: 8px;
  font-size: 12px;
  border: 1px solid #bFbFbF;
}
.service6 {
  margin: 20px auto 20px auto;
}
.service6-table {
  margin: auto;
  margin: 0 auto 130px auto;
  width: 1120px;
}
.service6-table tr {
  padding: 8px 0 8px 20px;
  font-size: 18px;
  text-align: left;
  line-height: 18px;
}
.service6-table th {
  padding: 1px 0 5px 20px;
  font-size: 14px;
  text-align: left; 
  width: 70px;
}
.service6-table td {
  padding: 1px 0 5px 0px;
  font-size: 14px;
  text-align: left; 
}
.scroll-arrow {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 10px;
}
.scroll-arrow img {
  cursor: pointer;
}
.scroll-arrow map {
  cursor: pointer;
}
.scroll-arrow img:last-child {
  margin-top: 5px;
}
.scroll-arrow span {
	display:table-cell;
	height:151px;
	vertical-align:bottom;
}

.scroll-arrow-main {
  position: absolute;
  bottom: 0px;
  height: 60px;
  width: 30px;
  right: 0px;
  line-height: 10px;
  z-index: 100000;
  display: block;
}
.scroll-arrow-main div div {
  cursor: pointer;
  background-color: #4c4c4c;
}
.arrow_main-topp{
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.arrow_main-bottomm{
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.arrow_main_shape{
  position: absolute;
  display: inline-block;
  width: 40%;
  height: 20%;
  left: 30%;
}
.arrow_main-topp .arrow_main_shape{
  transform: rotate(45deg);
  top:20%;
}

.arrow_main_shape span{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

iframe {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
iframe::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.arrow_main-bottomm .arrow_main_shape{
  transform: rotate(225deg);
  bottom:20%;
}


.page-number {
	right: 40px;
  font-weight: bold;
  position: absolute;
	text-orientation: upright;
  font-size: 12px;
  bottom: 50px;
  height: 63px;
  z-index: 10000;
}
.page-total::before {
	content: "";
  display: block;
	height: 20px;
  width: 1px;
  margin: 5px auto 5px;
  background-color: #000;
  text-align: center;
}
.service2-1 {
  width: 1120px;
  margin: 0px 0 130px;
}
.service2-1 > div:first-child div:last-child {
  float: left;
  width: 1120px
}
.service2-1 > div:last-child div:first-child {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0 25px 0px;
}
.service2-1 > div:last-child div:nth-child(2) {
  font-size: 14px;
  line-height: 14px;
  margin: 0px 0 5px 0px;
  font-weight: bold;
}
.service2-1 > div:last-child div:last-child {
  font-size: 14px;
  line-height: 24px;
  margin: 0px 0 0px 0px;
}
.service2-1-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.service2-1-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  font-size: 25px;
  color: #a81214;
  font-weight: 600;
  padding-top: 130px;
  border-top: 1px solid #dedede;
  width: 1120px;
}
.bold {
  font-weight: bold;
}
.service2-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1120px;
  padding-bottom: 130px;
  border-bottom: 1px solid #dedede;
}
.service2-2 div {
  background: #707070;
  width: 220px;
  height: 220px;
  float: left;
  text-align: center;
  color: #fff; 
  font-size: 14px;
  line-height: 28px;
  margin: 0px;
}
.service2-2 div:nth-child(1) {
  background: #707070;
}
.service2-2 div svg {
  margin-top: 40px;
}
.service2-2 div span {
  line-height: 32px;
}
.service2-2 div:nth-child(2) {
  margin: 0px 120px 0 120px;
}
.fs20 {
  font-size: 20px;
}
.service2-3 {
  width: 1120px;
  margin: 130px auto 130px;
  overflow: hidden;
  position: relative;
}
.service2-3-1 {
  width: 1120px;
  margin: 130px auto 130px;
  overflow: hidden;
  position: relative;
}
.service2-3 > div:first-child {
  width: 560px;
  float: left;
}
.service2-3 > div:last-child {
  float: right;
  width: 510px;
  height: 350px;
}
.service2-3-1 > div:first-child {
  width: 560px;
  float: right;
}
.service2-3-1 > div:last-child {
  float: left;
  width: 510px;
  height: 350px;
  text-align: right;
}
.service2-3 > div:last-child div:first-child, .service2-3-1 > div:last-child div:first-child  {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin: 0px 0;
  color: #a81214;
}
.service2-3 > div:last-child div:nth-child(2), .service2-3-1 > div:last-child div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0px 34px;
  font-weight: bold;
}
.service2-3 > div:last-child div:nth-child(3), .service2-3-1 > div:last-child div:nth-child(3) {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 0;
  width: 510px;
  height: 260px;
}
.service2-3-1 > div:last-child div:nth-child(3) {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 0;
  width: 550px;
  float: right;
}
.service2-3 > div:last-child div:nth-child(4){
  position: absolute;
  bottom:0px;
}
.service2-3-1 > div:last-child div:nth-child(4) {
  position: absolute;
  bottom:0px;
  left: 375px;
}
.service2-3-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 25px;
  color: #a81214;
  font-weight: 600;
}
.btn-more {
  border: 1px solid #727272;
  text-align: center;
  width: 135px;
  display: inline-block;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #707070;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
}
.btn-more:hover {
  background: #707070;
  color: #fff;
}
.btn-download {
  border: 1px solid #727272;
  text-align: center;
  width: 135px;
  display: inline-block;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #707070;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
}
.btn-download:hover {
  background: #707070;
  color: #fff;
}
.service2-6 {
  width: 920px;
  background: #4c4c4c;
  padding: 50px 100px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 100px;
}
.service2-6 .txt-title {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.service2-6-btn {
  background: #a81214;
  text-align: center;
  width: 135px;
  display: inline-block;
  height: 40px;
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  margin-top: 57px;
  cursor: pointer;
  line-height: 40px;
}
.service2-6-btn span {
  display: inline-block;
}
.service2-6-btn:hover {
  color: #a81214;
  background: #fff;
}
.service3-txt-2 {
  font-size: 14px;
  font-weight: normal;
}
.service3-1 {
  width: 1120px;
  margin: 0px 0 80px;
}
.service3-1-txt {
  margin-bottom: 130px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.service3-1-txt-2 {
  font-size: 14px;
  font-weight: normal;
}
.service3-2-2{
  width: 1120px;
  margin-top: 20px;
}
.service3-2-2 .img-part2 {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 130px;
  display: flow-root;
  line-height: 10px;
  width: 1120px;
}
.service3-2-2 .img-part2 div {
  width: 552px;
  float: left;
}
.service3-2-2 .img-part2 div img {
  width: 552px;
}
.service3-2-2 .img-part2 div:last-child{
  float: right;
}
.service3-2-2 .img-part2 .img-part2-font{
  font-size: 14px;
  float: left;
  border-left: 5px solid #000000;
  width: 547px;
  line-height: 14px;
}
.ul-square3 {
  list-style-type: square;
  font-size: 18px;
  font-weight: 600;
  margin: 25px 20px 20px;
  line-height: 32px;
}
.ul-square3.left {
  text-align: left;
  margin-left: 40px;
}
.service3-3 {
  margin: 20px auto;
}
.service3-3-1 span {
  padding-left: 22px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
}
.service3-3-1 {
  margin-bottom: 130px;
  width: 1120px;
}
.project2-1 {
  margin-bottom: 130px;
  width: 1120px;
}
.project2-1 div {
  float: left;
  width: 268px;
  text-align: center;
}
.project2-1 div img {
  cursor: pointer
}
.project2-1 div:first-child {
  text-align: left;
  padding: 0 8px 0 0;
}
.project2-1 div:nth-child(2) {
  text-align: left;
  padding: 0 8px 0 8px;
}
.project2-1 div:nth-child(3) {
  text-align: left;
  padding: 0 8px 0 8px;
}
.project2-1 div:last-child {
  text-align: right;
  padding: 0 0 0 8px;
}
.project2-1 div div {
  position: absolute;
}
.project2-1 div div span {
  position: relative;
  left: 25px;
  top: 30px;
  color: #fff;
  font-size: 20px;
}
.project2-2 .contents-subtitle {
  margin: 20px 0;
  font-size: 20px;
}
.project2-2 table {
  font-size: 14px;
  margin: 0 0 130px 0;
}
.project2-2 table th {
  text-align: left;
  width: 90px;
  height: 20px;
}
.project2-2{
  width: 1120px;
}
.img-certification {
  margin-top: 10px;
    font-size: 14px;
    margin-bottom: 80px;
    display: flex;
    width: 1120px;
    justify-content: space-between;
}
.project2-2 .img-certification div {
  margin: 0px;
}
.project2-2 .img-certification div img {
  width: 268px;
  border: solid #cecece 1px;
}

.project2-2 .img-part2 {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 130px;
  display: flow-root;
  line-height: 10px;
  width: 1120px;
}
.project2-2 .img-part2 div {
  width: 552px;
  float: left;
}
.project2-2 .img-part2 div img {
  width: 552px;
}
.project2-2 .img-part2 div:last-child{
  float: right;
}
.project2-2 .img-part2 .img-part2-font{
  font-size: 14px;
  float: left;
  border-left: 5px solid #000000;
  width: 547px;
  line-height: 14px;
}
.project3-1{
  width: 1120px;
  padding-bottom: 72px;
  margin: 0px auto 72px auto;
  border-bottom: 0.5px solid #70707040;
}
.project3-1 > div:first-child {
  width: 275px;
  height: 275px;
  float: left;
}
.project3-1 > div:last-child {
  float: right;
  width: 785px;
  height: 275px;
  position: relative;
  overflow: hidden;
}
.project3-1 > div:last-child div:first-child {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin: 0px 0px 5px;
  color: #000000;
}
.project3-1 > div:last-child div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0px 20px;
  font-weight: bold;
}
.project3-1 > div:last-child div:nth-child(3) {
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 0;
  width: 785px;
  float: right;
  font-weight: bold;
}
.project3-1 > div:last-child div:nth-child(4) {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 39px;
  width: 785px;
  float: right;
}
.project3-1 > div:last-child div:nth-child(5) {
  position: absolute;
  bottom: 0px;
}
.service2-3-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  font-size: 25px;
  color: #a81214;
  font-weight: 600;
}
.activity1-1 {
  width: 1120px;
  margin: 0px auto 120px;
}
.activity1-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}
.activity1-2-2 {
  text-align: center;
  padding-bottom: 130px;
  font-size: 14px;
  border-bottom: 1px solid #707070;
  width: 1120px;
}
.activity1-3 {
  margin-top: 100px;
  width: 1120px;
}
.activity1-3 > div {
  width: 50%;
  float: left;
  height: 506px;
  overflow: hidden;
}
.activity1-3 > div:first-child div:first-child {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
}
.activity1-3 > div:first-child div:last-child {
  font-size: 14px;
  width: 506px;
  margin-left: 0;
  position: relative;
  height: 380px;
  display: table-cell;
  vertical-align: bottom;
}
.activity1-3 > div:last-child {
  text-align: right;
}
.activity1-4 {
  margin: 130px auto 50px;
}
.twb {
	font-weight: bold;
}
.ts16 {
	font-size: 14px;
}
.ts18 {
	font-size: 16px;
}
.contact1-1 {
	line-height: 30px;
  width: 1120px;
  margin-left: 0;
  margin-top: 20px;
}
.contact1-1-table {
  margin-bottom: 20px;
  width: 1120px;
}
.contact1-1-table tr th {
  width: 150px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}
.contact1-1-table tr td {
  font-size: 14px;
}
.contact2-1 {
	font-size: 16px;
	margin: 20px 0 16px;
}
.contact2-2 textarea {
    width: 1120px;
    height: 400px;
    border: 1px solid #707070;
    padding: 40px;
    color: #707070;
    font-size: 14px;
    box-sizing: border-box;
}
.contact2-2-2 {
    margin-top: 10px;
    font-size: 14px;
}
.contact2-2-2 span:last-child {
    float: right;
}
.contact2-2-2 span:last-child label {
    cursor: pointer;
}
.contact2-2-2 span:last-child input[type=checkbox] {
    width: 15px;
    height: 15px;
	cursor: pointer;
}
.contact2-3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 100px;
}
.contact2-3 span {
	font-size: 14px;
	color: #707070;
	font-weight: normal;
}
.contact2-4-table {
	width: 100%;
	margin-top: 30px;
}
.contact2-4-table tr td:first-child {
  width: 50%;
  height: 55px;
  text-align: left;
}
.contact2-4-table tr td:last-child {
  width: 50%;
  height: 55px;
}
.contact2-4-table input[type=text], .contact2-4-table select {
	width: 100%;
	height: 45px;
	border: 1px solid #aeaeae;
}
.contact2-4-table input[type=text], .contact2-4-table input[type=file] {
	padding-left: 4px;
}
.td-border {
	border: 1px solid #aeaeae;
}
.contact2-5 {
  text-align: right;
  margin: 75px 0;
  font-size: 14px;
}
.contact2-5 span {
  display: inline-block;
  width: 133px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  color: #727272;
  border: 1px solid #707070;
}
.contact2-5 span.on {
  color: #fff;
  background: #363636;
}

.activity2 {
  width: 1120px;
  margin: 50px auto 0px;
}
.sss-thumb-wrap {
    margin-top: 15px;
    overflow: hidden;
    width: 1120px;
/*	display: inline-flex;*/
}
.sss-thumb-wrap .sss-thumb-cont {
	position: relative;
}
.sss-thumb-wrap .sss-thumb-cont > div {
    float: left;
    width: 275px;
    height: 198.5px;
    background: #2c2c2c;
	margin-left: 15px;
	position: relative;
	cursor: pointer;
}
.sss-thumb-wrap .sss-thumb-cont div:first-child {
    margin-left: 0px;
}
.sss-thumb-wrap .sss-thumb-cont div img {
/*	position:absolute;*/
/*	max-width:100%; max-height:100%;*/
/*	width:auto; height:auto;*/
/*	margin:auto;*/
/*	top:0; bottom:0; left:0; right:0;*/

	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sss-arrow-left-wrap {
	position: relative;
    z-index: 999;
}
.sss-arrow-left-wrap div {
    position: absolute;
    height: 127px;
    padding-top: 72px;
    padding-left: 10px;
	cursor: pointer;
}
.sss-arrow-left-wrap div img {
	visibility: hidden;
}
.sss-arrow-right-wrap {
    position: relative;
    z-index: 999;
    float: right;
    left: -40px;
}
.sss-arrow-right-wrap div {
    position: absolute;
    height: 127px;
    padding-top: 72px;
    padding-right: 10px;
	cursor: pointer;
}
.sss-arrow-right-wrap div img {
	visibility: hidden;
}
.sss-img {
	width: 1120px;
	height: 630px;
	background: #2c2c2c;
	text-align: center;
    display: flex;
    align-items: center;
}
 .sss-img > img {
	max-width:100%;
	max-height:100%;
	display:inline-block;
	vertical-align:middle;
	width: 100%;
}
/*.youtube-thumb {*/
/*    background-color: #2222227d !important;*/
/*    z-index: 99999999;*/
/*    opacity: 0.9;*/
/*}*/
/*.youtube-thumb div {*/
/*position: absolute;*/
/*    width: 100%;*/
/*     height: 127px; */
/*    /* background: url(img/movie.png); */*/
/*    /* background-position: center; */*/
/*    /* background-repeat: no-repeat; */*/
/*    text-align: center;*/
/*    padding-top: 72px;*/
/*}*/
/*.youtube-thumb div img {*/
/*    width: unset !important;*/
/*    height: unset !important;*/
/*    object-fit: unset !important;*/
/*}*/
/*.sss-img img {*/
/*	position:absolute;*/
/*	max-width:100%; max-height:100%;*/
/*	width:auto; height:auto;*/
/*	margin:auto;*/
/*	top:0; bottom:0; left:0; right:0;*/
/*}*/
/*.sss-img {*/
/*  margin-bottom: 15px;*/
/*  height: 715px;*/
/*  line-height: 715px;*/
/*  background: #2c2c2c;*/
/*  position:relative;*/
/*  overflow: hidden;*/
/*  margin: 0 auto 15px;;*/
/*}*/
/*.sss-img img {*/
/*  width: 100%;*/
/*  vertical-align: middle;*/
/*  position:absolute;*/
/*  top:50%; transform:translateY(-50%);*/
/*}*/
/*.sss-img img {*/
/*	width: 1120px;*/
/*}*/
/*.sss-thumb {*/
/*	width: 1120px;*/
/*	margin-bottom: 150px;*/
/*}*/
/*.sss-thumb div {*/
/*  display: flex;*/
/*}*/
/*.sss-thumb div div {*/
/*  float:left;*/
/*  width: 275px;*/
/*  height: 198px;*/
/*  line-height: 198px;*/
/*  background: #2c2c2c;*/
/*  position:relative;*/
/*  cursor: pointer;*/
/*}*/
/*.sss-thumb div div:not(:first-child) {*/
/*  margin-left: 15px;*/
/*}*/
/*.sss-thumb div div img {*/
/*  width: 100%;*/
/*  vertical-align:middle;*/
/*  position:absolute; top:50%; transform:translateY(-50%);*/
/*}*/
.activity2-2 {
    display: grid;
    align-items: center;
    justify-content: center;
    /* width: 1120px; */
    text-align: center;
	padding-top: 30px;
}
.activity2-2 table {
    min-width: 1120px;
	margin: 0 auto;
	font-size: 14px;
	margin-bottom: 130px;
}
.activity2-2 table tr th {
    text-align: left;
	width: 150px;
	font-size: 14px;
}
.activity2-2 table tr tr {
	font-size: 16px;
}
.activity2-2 table tr:first-child td {
    font-size: 16px;
}
.project1-1 {
  width: 1120px;
  margin-bottom: 60px;
}
.project1-1 > div {
  float: left;
  width: 552px;
  cursor: pointer;
  height: 392px;
  margin-top: 20px;
}
.project1-1 > div:nth-child(even) {
  text-align: right;
  float:right
}
.project1-1 > div img {
/*  -webkit-filter: grayscale(100%);*/
/*  filter: grayscale(1);*/
/*	filter: brightness(0.4);*/
	transition: 0.2s filter;
	transition-delay:0.2s;
	filter: grayscale(1) brightness(0.4);
}
.project1-1 > div:hover img {
/*  -webkit-filter: grayscale(0%);*/
/*  filter: grayscale(0);*/
/*  filter: brightness(1);*/
	transition: 0.2s filter;
	transition-delay:0.2s;
	filter: grayscale(0) brightness(1);
}
.project-cover {
  position: absolute;
  margin: 0;
  text-align: left;
}
.project-cover > div {
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 0;
    padding: 0px;
    height: 392px;
    width: 552px;
    float: left;
}
.project-cover > div span {
	text-align: left;
}
.project-cover > div span:first-child {
	display: table;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	padding-bottom: 6px;
  margin: 30px 0 0 30px;
}
.project-cover > div span:nth-child(2) {
	line-height: 40px;
	font-size: 14px;
  margin: 0 0 0 30px;
}
.project-cover > div span:nth-child(3) {
    display: inline-block;
    position: absolute;
    top: 320px;
    font-size: 14px;
    margin: 0 0 0 30px;
}
.project-cover > div span:last-child {
    display: inline-block;
    position: absolute;
    top: 320px;
    left: -40px;
    text-align: right;
    width: 100%;
}
.contents-subtitle3 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #70707040;
  margin-left: 0px;
  width: 1120px;
}
.contents-subtitle3 > span span {
  cursor: pointer;
  color: #969696;
}
.contents-subtitle3 > span span.on {
  border-bottom: 2px solid #a81214;
  color: #000000;
}
.contents-subtitle4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #70707040;
  margin-left: 0px;
  width: 1120px;
  margin-bottom: 72px;
}
.contents-subtitle4 > span span {
  border-bottom: 2px solid #a81214;
  color: #000000;
}
.bbs-view-page {
	font-size: 18px;
	margin-bottom: 152px;
	border-top: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
	border-collapse: collapse;
	line-height: 54px;
  width: 1120px;
}
.bbs-view-page div:first-child {
	border-bottom: 2px solid #dedede;
	border-collapse: collapse;
}
.bbs-view-page div span:first-child {
	margin: 0 15px;
}
.bbs-view-page div span:first-child img {
	position: relative;
	top: -3px;
}
.bbs-view-page div span:nth-child(2) {
	color: #b3b3b3 !important;
}
.bbs-view-page div span:nth-child(3) {
	margin-left: 20px;
	color: #000 !important;
}	
.bbs-view-page div span:last-child {
	float: right;
	margin-right: 15px;
	color: #b3b3b3 !important;
}

video::-webkit-media-controls-panel {
  background-image: linear-gradient(transparent, transparent) !important;

}

.content-main-visible{
  opacity: 0;
}
.content-main-next{
  opacity: 0;
}

