@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
::-moz-selection {
  background: #bcd79f;
}
::selection {
  background: #bcd79f;
}

html,
body {
  height: 100%;
}

.line {
  clear: both;
}
.line:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}

.hide {
  text-indent: -999999px;
  font-size: 0;
}

.color-green {
  color: #7fbf36 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

a.btn-end {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 437px;
  height: 82px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  opacity: 0;
}
a.btn-end span {
  font-size: 20px;
  color: #222;
}
a.btn-end.color-green:hover {
  border: 1px solid #7fbf36;
}
a.btn-end.color-green:hover span {
  color: #7fbf36;
}
a.btn-download {
  background: #333;
}
a.btn-download i,
a.btn-download span {
  display: inline-block;
  vertical-align: middle;
}
a.btn-download span {
  color: #fff;
}
a.btn-download i {
  width: 20px;
  height: 16px;
  margin: 0 0 0 10px;
  background: url("../img/ico_down_white.png") top left no-repeat;
  background-size: contain;
}
a.btn-download:hover {
  background: #7fbf36;
  border: 1px solid #7fbf36;
}
a.transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.transition span {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.align-l {
  text-align: left !important;
}

.align-r {
  text-align: right !important;
}

* {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#outwrapper {
  max-width: 1920px;
  margin: 0 auto;
}
#outwrapper .content {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 117px 0 300px 0;
}
#outwrapper .inner {
  position: relative;
}
#outwrapper .inner:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
#outwrapper.container_index #visual .swiper-slide {
  width: 300px !important;
}
#outwrapper.container_index .header {
  position: fixed;
  max-width: 1920px;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
}
#outwrapper.container_index .header .box-head .box-lang {
  right: 38px;
}
#outwrapper.container_index .header .box-head .bg {
  display: block;
  width: 100%;
  height: 300px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -300px;
  z-index: -1;
}
#outwrapper.container_index .header.dark {
  background-color: transparent;
}
#outwrapper.container_index .header.dark.on {
  background-color: rgba(255, 255, 255, 0.9);
}
#outwrapper.container_index .dots {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 11;
}
#outwrapper.container_index .dots li {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 50px auto;
}
#outwrapper.container_index .dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 99px;
  height: 36px;
  line-height: 36px;
  background-color: #222;
  color: #fff;
  border-radius: 36px;
  text-align: center;
  font-family: "NotoSansB";
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#outwrapper.container_index .dots li:nth-child(1)::before {
  content: "MAIN";
}
#outwrapper.container_index .dots li:nth-child(2)::before {
  content: "ENLIPLE";
}
#outwrapper.container_index .dots li:nth-child(3)::before {
  content: "SERVICE";
}
#outwrapper.container_index .dots li:nth-child(4)::before {
  content: "NEWS";
}
#outwrapper.container_index .dots li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #222222;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#outwrapper.container_index .dots li:hover::before {
  opacity: 1;
}
#outwrapper.container_index .dots li:hover::after {
  width: 16px;
  height: 16px;
}
#outwrapper.container_index .dots li.active::before {
  background: #7fbf36;
}
#outwrapper.container_index .dots li.active::after {
  background: #7fbf36;
}
#outwrapper.container_index .dots.dark li::before {
  background: #fff;
  color: #222;
}
#outwrapper.container_index .dots.dark li::after {
  background: #fff;
}
#outwrapper.container_index .dots.dark li.active::before {
  background: #7fbf36;
  color: #fff;
}
#outwrapper.container_index .dots.dark li.active::after {
  background: #7fbf36;
}
#outwrapper.container_index .dots.under {
  z-index: 9;
}
#outwrapper.container_index .btn-sns {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 50%;
  z-index: 30;
}
#outwrapper.container_index .btn-sns.show {
  display: block;
}
#outwrapper.container_index .btn-sns a {
  text-indent: -999999px;
  font-size: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 10px;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#outwrapper.container_index .btn-sns a.btn-facebook {
  background-image: url("../img/btn_facebook_off.svg");
}
#outwrapper.container_index .btn-sns a.btn-blog {
  background-image: url("../img/btn_blog_off.svg");
}
#outwrapper.container_index .btn-sns a.btn-in {
  background-image: url("../img/btn_linked_in_off.svg");
}
#outwrapper.container_index .btn-sns a.btn-youtube {
  background-image: url("../img/btn_youtube_off.svg");
}
#outwrapper.container_index .btn-sns a.btn-instagram {
  background-image: url("../img/btn_instagram_off.svg");
}
#outwrapper.container_index .btn-sns a:hover.btn-facebook {
  background-image: url("../img/btn_facebook_on.svg");
}
#outwrapper.container_index .btn-sns a:hover.btn-blog {
  background-image: url("../img/btn_blog_on.svg");
}
#outwrapper.container_index .btn-sns a:hover.btn-in {
  background-image: url("../img/btn_linked_in_on.svg");
}
#outwrapper.container_index .btn-sns a:hover.btn-youtube {
  background-image: url("../img/btn_youtube_on.svg");
}
#outwrapper.container_index .btn-sns a:hover.btn-instagram {
  background-image: url("../img/btn_instagram_on.svg");
}
#outwrapper .ico-scrolling {
  display: none;
  width: 12px;
  position: fixed;
  z-index: 30;
  bottom: 63px;
  left: 100px;
}
#outwrapper .ico-scrolling.show {
  display: block;
}
#outwrapper .ico-scrolling span {
  display: block;
  width: 12px;
  height: 56px;
  margin: 10px auto 0 auto;
  position: relative;
  background: url("../img/ico_scroll_arrow.png") center center no-repeat;
}
#outwrapper .ico-scrolling span.scroll {
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
#outwrapper .video_wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#outwrapper .video_wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
#outwrapper .video_wrap > a img {
  width: 100%;
  height: 100%;
}
#outwrapper.container_sub .header {
  position: fixed;
  padding: 0;
  max-width: 1920px;
  background-color: rgba(255, 255, 255, 0.9);
}
#outwrapper.container_sub .header .sub-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 380px;
  overflow: hidden;
  z-index: -1;
  text-align: center;
}
#outwrapper.container_sub .header .sub-bg img {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
#outwrapper.container_sub .header .box-head {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#outwrapper.container_sub .header .box-head nav ul li ul li a:hover {
  color: #fff;
}
#outwrapper.container_sub .header .box-head .inner {
  width: 100%;
}
#outwrapper.container_sub .header .box-head .bg {
  display: block;
  width: 100%;
  height: 300px;
  background: #fff;
  position: absolute;
  top: -300px;
  z-index: -1;
  opacity: 1;
}
#outwrapper.container_sub .header .box-head .nav-web > ul > li ul {
  padding: 25px 0 0 0;
}
#outwrapper.container_sub .header.on .box-head h1 a {
  background-image: url("../img/logo_black.png");
}
#outwrapper.container_sub .box-subNavi {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  font-family: "NotoSansR";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#outwrapper.container_sub .box-subNavi:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
#outwrapper.container_sub .box-subNavi .inner {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
#outwrapper.container_sub .box-subNavi .btn-gohome {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-indent: -99999px;
  overflow: hidden;
  font-size: 0;
  background: url("../img/ico_home.png") center center no-repeat;
}
#outwrapper.container_sub .box-subNavi .btn-gohome:hover {
  background-image: url("../img/ico_home_on.png");
}
#outwrapper.container_sub .box-subNavi .menu-select {
  display: block;
  float: left;
  width: 236px;
  text-align: left;
  position: relative;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
#outwrapper.container_sub .box-subNavi .menu-select span {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  font-size: 18px;
  color: #2a2a2a;
  padding: 20px 0 0 40px;
}
#outwrapper.container_sub .box-subNavi .menu-select span:before {
  display: block;
  content: "";
  width: 16px;
  height: 9px;
  background: url("../img/ico_subdepth_down.png") top left no-repeat;
  position: absolute;
  top: 25px;
  right: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#outwrapper.container_sub .box-subNavi .menu-select > div {
  display: none;
  width: 237px;
  position: absolute;
  left: -1px;
  top: 60px;
  border: 1px solid #ddd;
  padding: 15px 0;
  background: #fff;
}
#outwrapper.container_sub .box-subNavi .menu-select > div ul {
  display: block;
}
#outwrapper.container_sub .box-subNavi .menu-select > div ul li {
  display: block;
  width: 100%;
  clear: both;
}
#outwrapper.container_sub .box-subNavi .menu-select > div ul li a {
  display: block;
  padding: 8px 0 8px 40px;
  font-size: 16px;
  color: #8c8b8f;
}
#outwrapper.container_sub .box-subNavi .menu-select > div ul li a:hover {
  color: #7fbf36;
}
#outwrapper.container_sub .box-subNavi .menu-select:hover span:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#outwrapper.container_sub .box-subNavi .menu-list {
  display: block;
  float: left;
  padding: 0 0 0 15px;
}
#outwrapper.container_sub .box-subNavi .menu-list ul {
  display: block;
  width: 100%;
}
#outwrapper.container_sub .box-subNavi .menu-list ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#outwrapper.container_sub .box-subNavi .menu-list ul li a {
  display: block;
  height: 60px;
  color: #2a2a2a;
  font-size: 16px;
  padding: 22px 14px 0 14px;
}
#outwrapper.container_sub .box-subNavi .menu-list ul li:hover a, #outwrapper.container_sub .box-subNavi .menu-list ul li.on a {
  color: #7fbf36;
}
#outwrapper.container_sub .box-subNavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
#outwrapper.container_sub .box-menutitle {
  position: relative;
  width: 100%;
  height: 380px;
  padding: 120px 0 0 0;
  text-align: center;
  margin-top: 130px;
}
#outwrapper.container_sub .box-menutitle h3 {
  font-size: 40px;
  color: #fff;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
#outwrapper .content .locate {
  position: absolute;
  display: block;
  width: auto;
  white-space: nowrap;
  right: 160px;
  top: 220px;
  text-align: right;
}
#outwrapper .content .locate li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 33px;
  font-family: NotoSansL;
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #222;
}
#outwrapper .content .locate li::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 3px;
  height: 3px;
  background-color: #222;
}
#outwrapper .content .locate li:first-child::before {
  display: none;
}
#outwrapper .content .locate li:last-child {
  color: #7fbf36;
}
#outwrapper .content .sec_new_box {
  position: relative;
  padding: 0 0 0 490px;
}

/********** header **********/
.header {
  width: 100%;
  min-height: 50px;
  position: relative;
  z-index: 20;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.header.dark h1 a {
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 175px;
  height: 36px;
  background: url("../img/logo_all_white.png") center left no-repeat;
  background-size: contain;
}
.header.dark .gnb-wrap > ul > li > a {
  color: #fff;
}
.header.dark.on h1 > a {
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 175px;
  height: 36px;
  background: url(../img/logo_all_white.png) top left no-repeat;
  background-size: contain;
}
.header.dark.on h1 a {
  background: url("../img/logo_black.png") center left no-repeat;
  background-size: contain;
}
.header.on h1 > a {
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 175px;
  height: 36px;
  background: url("../img/logo_black.png") center left no-repeat;
  background-size: contain;
}
.header h1 {
  display: block;
  position: absolute;
  top: 36px;
  left: 100px;
}
.header h1 a {
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 175px;
  height: 36px;
  background: url("../img/logo_black.png") center left no-repeat;
  background-size: contain;
}
.header .gnb-wrap {
  height: 100%;
  overflow: visible;
  padding: 0 100px 0 0;
}
.header .gnb-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.header .gnb-wrap > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 49px 0 48px 0;
  height: 100%;
  width: 160px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header .gnb-wrap > ul > li:nth-child(1) {
  position: relative;
}
.header .gnb-wrap > ul > li:nth-child(1) .depth ul {
  border-left: 0;
}
.header .gnb-wrap > ul > li.active > a {
  color: #7fbf36;
}
.header .gnb-wrap > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "NotoSansM";
  font-size: 20px;
  color: #222;
  line-height: 1;
}
.header .gnb-wrap > ul > li > a:hover {
  color: #8dc552;
}
.header .gnb-wrap > ul > li > .depth {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 107px;
  width: 150px;
  overflow: hidden;
  margin: 0 0 0 -75px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .gnb-wrap > ul > li > .depth > ul {
  position: relative;
  top: -150px;
  padding: 30px 0;
  height: 100%;
  border-radius: 5px;
  background-color: #7fbf36;
  -webkit-transition: all ease 0.5s;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.header .gnb-wrap > ul > li > .depth > ul > li > a {
  display: block;
  padding: 9px 0;
  font-family: "NotoSansL";
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.04em;
  line-height: 1.4;
}
.header .gnb-wrap > ul > li > .depth > ul > li > a:hover {
  font-family: "NotoSansB";
}
.header .gnb-wrap > ul > li > .depth2 {
  display: none;
  padding: 0.5em 0;
}
.header .gnb-wrap > ul > li > .depth2 > li > a {
  display: block;
  padding: 0.333em 2.333em;
  font-size: 1.5rem;
  color: #666;
  font-weight: 300;
}
.header.on {
  position: fixed;
  height: 117px;
}
.header.on .gnb-wrap > ul > li > a {
  color: #222;
}
.header.on .gnb-wrap > ul > li.active > a {
  color: #7fbf36;
}
.header.on .gnb-wrap > ul > li:hover > a {
  font-family: "NotoSansB";
  color: #7fbf36;
}
.header.on .gnb-wrap > ul > li:hover .depth {
  opacity: 1;
  visibility: visible;
}
.header.on .gnb-wrap > ul > li:hover .depth ul {
  top: 0;
}
.header .nav-web {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
}
.header .nav-web > ul {
  font-size: 0;
}
.header .nav-web > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  font-family: "NotoSansR";
}
.header .nav-web > ul > li:first-child {
  margin-left: 0;
}
.header .nav-web > ul > li > a {
  display: block;
  width: 140px;
  height: 90px;
  line-height: 90px;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.header .nav-web > ul > li ul {
  position: absolute;
  width: 100%;
  height: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
  opacity: 0;
}
.header .nav-web > ul > li ul li {
  margin: 15px 0 0 0;
}
.header .nav-web > ul > li ul li:first-child {
  margin-top: 0;
}
.header .nav-web > ul > li ul li a {
  display: block;
  font-size: 16px;
  color: #2a2a2a;
}
.header .nav-web > ul > li ul li a:hover {
  color: #7fbf36;
}
.header .dimm {
  display: none;
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.5;
}
.header .dimm.on {
  display: block;
}
.header .nav-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  background: rgba(255, 255, 255, 0.85);
  position: fixed;
  right: -100%;
  top: 0;
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.header .nav-mobile a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .nav-mobile > ul {
  position: relative;
  width: 100%;
  text-align: left;
  max-width: 768px;
  margin: 0 auto;
}
.header .nav-mobile > ul > li {
  display: block;
  width: 100%;
  padding: 40px 0 0 65px;
}
.header .nav-mobile > ul > li:first-child {
  padding: 0 0 0 65px;
}
.header .nav-mobile > ul > li.active > a {
  color: #222;
}
.header .nav-mobile > ul > li.active > a span {
  border-bottom: 4px solid #7fbf36;
  height: 25px;
  display: inline-block;
}
.header .nav-mobile > ul > li > a {
  display: inline-block;
  height: auto;
  position: relative;
  line-height: 100%;
  font-size: 22px;
  color: #222;
  text-align: left;
  font-family: "NotoSansB";
}
.header .nav-mobile > ul > li > a:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: 17px;
  background-size: contain;
  margin: 4px 0 0 10px;
}
.header .nav-mobile > ul > li > ul {
  top: -11px;
  right: 0;
  display: none;
  width: 140px;
  position: absolute;
  /* padding: 17px 0 10px 24px; */
  color: #222;
  font-size: 16px;
  font-family: "NotoSansB";
}
.header .nav-mobile > ul > li > ul > li {
  margin: 0;
  width: 100%;
}
.header .nav-mobile > ul > li > ul > li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #222 !important;
  font-family: "NotoSansB";
  text-align: left;
  padding: 12px 0;
  position: relative;
}
.header .nav-mobile > ul > li > ul > li > a:hover {
  color: #7fbf36 !important;
}
.header .nav-mobile > ul > li > ul > li ul {
  display: none;
  text-align: left;
  padding: 0 0 0 20px;
}
.header .nav-mobile > ul > li > ul > li ul li {
  line-height: 34px;
}
.header .nav-mobile > ul > li > ul > li ul li a {
  display: block;
  font-size: 14px;
  color: #858585;
  position: relative;
  padding-left: 10px;
}
.header .nav-mobile > ul > li > ul > li ul li a:after {
  display: block;
  content: "";
  width: 5px;
  height: 1px;
  background: #858585;
  position: absolute;
  top: 50%;
  left: 0;
}
.header .nav-mobile > ul > li > ul > li ul li a:hover {
  text-decoration: underline;
}
.header .nav-mobile > ul > li.active > a:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.header .nav-mobile .nav-footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.header .nav-mobile .nav-footer a {
  display: inline-block;
  height: 42px;
  width: 42px;
  margin: 0 7px;
  text-indent: -999999px;
  font-size: 0;
  background-position: center;
  background-size: 48px auto;
}
.header .nav-mobile .nav-footer a.btn-facebook {
  background-image: url("../img/btn_footer_facebook_off.svg");
}
.header .nav-mobile .nav-footer a.btn-blog {
  background-image: url("../img/btn_footer_blog_off.svg");
}
.header .nav-mobile .nav-footer a.btn-in {
  background-image: url("../img/btn_footer_linked_in_off.svg");
}
.header .nav-mobile .nav-footer a.btn-youtube {
  background-image: url("../img/btn_footer_youtube_off.svg");
}
.header .nav-mobile .nav-footer a.btn-instagram {
  background-image: url("../img/btn_footer_instagram_off.svg");
}
.header .nav-mobile .nav-footer a:hover.btn-facebook {
  background-image: url("../img/btn_footer_facebook_on.svg");
}
.header .nav-mobile .nav-footer a:hover.btn-blog {
  background-image: url("../img/btn_footer_blog_on.svg");
}
.header .nav-mobile .nav-footer a:hover.btn-in {
  background-image: url("../img/btn_footer_linked_in_on.svg");
}
.header .nav-mobile .nav-footer a:hover.btn-youtube {
  background-image: url("../img/btn_footer_youtube_on.svg");
}
.header .nav-mobile .nav-footer a:hover.btn-instagram {
  background-image: url("../img/btn_footer_instagram_on.svg");
}
.header .nav-mobile .nav-footer p {
  font-family: "NotoSansL";
  font-size: 10px;
  color: #b4b4b4;
  margin: 10px 0 0 0;
  letter-spacing: 0.3px;
}
.header .nav-mobile .nav-footer .nav-lang-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 12px 0 0 0;
}
.header .nav-mobile .nav-footer .nav-lang-mobile a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'NotoSansR', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 14px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.header .nav-mobile .nav-footer .nav-lang-mobile a:hover,
.header .nav-mobile .nav-footer .nav-lang-mobile a.active {
  color: #fff;
  border-color: rgba(255,255,255,0.4);
}
.header .nav-mobile .nav-footer .nav-lang-mobile .divider {
  color: rgba(255,255,255,0.3);
  font-size: 12px;
}
.header .box-lang {
  position: absolute;
  top: 30px;
  right: 0;
  width: 140px;
  height: auto;
  text-align: left;
  border: 1px solid #fff;
  border-radius: 15px;
}
.header .box-lang > span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 0 0 0 18px;
  position: relative;
}
.header .box-lang > span:before {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background: url("../img/ico_lang_arrow.png") top left no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .box-lang ul {
  display: block;
  height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.header .box-lang ul li a {
  display: block;
  width: 100%;
  padding: 7px 0 7px 18px;
  color: rgba(255, 255, 255, 0.6);
}
.header .box-lang ul li a:hover {
  color: rgb(255, 255, 255);
}
.header .box-lang.on > span:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header .btn-nav-mobile {
  display: none;
}
.footer {
  width: 100%;
  position: relative;
  padding: 80px 0 80px 0;
  z-index: 15;
  text-align: center;
  font-family: "NotoSansR";
  background-color: #222;
}
.footer .foot_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .foot_inner .foot_logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot_inner .foot_logo_wrap > a {
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 141px;
  height: 28px;
  background: url(../img/logo_gray.png) top left no-repeat;
  background-size: contain;
  margin: 0 160px 0 0;
}
.footer .foot_inner .foot_info_wrap {
  text-align: left;
}
.footer .foot_inner .foot_info_wrap .mark_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 50px 0;
}
.footer .foot_inner .foot_info_wrap .mark_wrap img {
  margin: 0 0 0 40px;
}
.footer .foot_inner .foot_info_wrap .mark_wrap img:first-child {
  margin: 0;
}
.footer .foot_inner .foot_sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.footer.active .btn_top {
  top: -134px;
}
.footer .box-sns {
  font-size: 0;
}
.footer .box-sns li {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  margin: 0 7px;
}
.footer .box-sns li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
}
.footer .box-sns li a.btn-facebook {
  background-image: url("../img/btn_footer_facebook_off.svg");
}
.footer .box-sns li a.btn-blog {
  background-image: url("../img/btn_footer_blog_off.svg");
}
.footer .box-sns li a.btn-in {
  background-image: url("../img/btn_footer_linked_in_off.svg");
}
.footer .box-sns li a.btn-youtube {
  background-image: url("../img/btn_footer_youtube_off.svg");
}
.footer .box-sns li a.btn-instagram {
  background-image: url("../img/btn_footer_instagram_off.svg");
}
.footer .box-sns li a:hover.btn-facebook {
  background-image: url("../img/btn_footer_facebook_on.svg");
}
.footer .box-sns li a:hover.btn-blog {
  background-image: url("../img/btn_footer_blog_on.svg");
}
.footer .box-sns li a:hover.btn-in {
  background-image: url("../img/btn_footer_linked_in_on.svg");
}
.footer .box-sns li a:hover.btn-youtube {
  background-image: url("../img/btn_footer_youtube_on.svg");
}
.footer .box-sns li a:hover.btn-instagram {
  background-image: url("../img/btn_footer_instagram_on.svg");
}
.footer .row span, .footer .row > a {
  color: #ccc;
  font-size: 14px;
  line-height: 27px;
  font-family: "NotoSansL";
}
.footer .row span:last-child:after, .footer .row > a:last-child:after {
  content: normal;
}
.footer .row span:after, .footer .row > a:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #dbdbdb;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.footer .copy {
  font-size: 13px;
  color: #b4b4b4;
  font-family: "NotoSansL";
  margin-top: 10px;
  display: inline-block;
}
.footer .btn_top {
  position: absolute;
  top: -134px;
  right: 50px;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: #222 url(../img/ico_top_on.png) no-repeat center center/26px auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer .btn_top:hover {
  background: #7fbf36 url(../img/ico_top_on.png) no-repeat center center/26px auto;
}

/********** lnb **********/
.new_lnb_wrap {
  width: 440px;
  height: 100vh;
  position: fixed;
  top: 106px;
  z-index: 15;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.new_lnb_wrap .lnb-listwrapper {
  display: block;
  width: inherit;
  height: 100%;
  padding-top: 200px;
}
.new_lnb_wrap .lnb-listwrapper > .item.active a {
  color: #222;
}
.new_lnb_wrap .lnb-listwrapper > .item.active a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #222;
  display: block;
  margin-left: -8px;
  border-radius: 100%;
}
.new_lnb_wrap .lnb-listwrapper > .item > a {
  display: block;
  padding: 25px 0 25px 100px;
  font-size: 18px;
  color: #ccc;
  letter-spacing: -0.9px;
  font-family: "NotoSansB";
}
.new_lnb_wrap .lnb-listwrapper > .item > a:hover {
  color: #7fbf36;
}
.new_lnb_wrap .lnb-listwrapper > .item > a:hover:before {
  background-color: #7fbf36;
}
.new_lnb_wrap .lnb-listwrapper > .item > a.lighter {
  color: #8dc552;
}
.new_lnb_wrap .lnb-listwrapper > .item > a.lighter:before {
  background-color: #8dc552;
}
.new_lnb_wrap .lnb-listwrapper > .item > a.lighter:hover {
  color: #7fbf36;
}
.new_lnb_wrap .lnb-listwrapper > .item > a.lighter:hover:before {
  background-color: #8dc552;
}
.new_lnb_wrap.active {
  top: 56px;
}

/********** lnb add **********/
.lnb_add_wrap {
  margin: 30px 0 0 !important;
  padding: 30px 0;
  border-bottom: 2px solid #e6e6e6;
  font-size: 0;
  display: inline-block;
  min-width: 100%;
}
.lnb_add_wrap > .lnb_add_list > li {
  float: left;
}
.lnb_add_wrap > .lnb_add_list > li.active a {
  color: #7fbf36;
}
.lnb_add_wrap > .lnb_add_list > li > a {
  display: inline-block;
  color: #ccc;
  font-family: "NotoSansB";
  font-size: 24px;
  letter-spacing: -0.9px;
  margin-right: 60px;
}
.lnb_add_wrap > .lnb_add_list > li > a:hover {
  color: #7fbf36;
}

.lnb_add_mowrap {
  display: none;
  margin: 0 0 20px 20px !important;
  border-bottom: 0;
  padding: 0;
  background-color: #fff;
  z-index: 15;
  height: 46px;
}
.lnb_add_mowrap > .lnb_add_list > li a {
  padding: 5px 15px;
  border-radius: 100px;
  font-size: 14px;
  font-family: "NotoSansM";
  color: #ccc;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.lnb_add_mowrap > .lnb_add_list > li.active a {
  background-color: #222;
  color: #fff;
  border-color: rgba(34, 34, 34, 0.1333333333);
}

/********** section contents **********/
.section {
  position: relative;
  height: 100%;
  overflow: hidden;
  /* ----- key visual ----- */
}
.section .page-container {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  top: 0;
  z-index: 10;
}
.section .page-container .page {
  position: relative;
  width: 100%;
  height: 100%;
}
.section .slick-list {
  height: 100%;
}
.section .slick-track {
  height: 100%;
}
.section .slick-dots {
  position: absolute;
  width: auto;
  width: auto;
  left: 200px;
  bottom: 50%;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  z-index: 20;
}
.section .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section .slick-dots li:first-child {
  margin-left: 0;
}
.section .slick-dots li.slick-active {
  width: 40px;
}
.section .slick-dots li.slick-active button:before {
  content: "";
  width: 100%;
}
.section .slick-dots li button {
  padding: 0;
  width: inherit;
  height: 8px;
  border-radius: 100px;
}
.section .slick-dots li button:before {
  content: "";
  color: #dbdbdb;
  width: 8px;
  height: 8px;
  background-color: #dbdbdb;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  opacity: 1;
}
.section .slick-dots li.slick-active button:before {
  border-radius: 20px;
  background-color: #7fbf36;
}
.section .owl-dots {
  position: absolute;
  top: 0;
  left: 0px;
  width: auto;
  z-index: 20;
}
.section .owl-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #dbdbdb;
  border-radius: 100px;
}
.section .owl-dots button:first-child {
  margin-left: 0;
}
.section .owl-dots button.active {
  width: 40px;
  background: #7fbf36;
}

/* main visual text up */
@-webkit-keyframes textAni {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes textAnis {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
  }
}
@keyframes textAnis {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes txtLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes txtLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes txtRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes txtRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
/********** index **********/
#visual .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#visual .video video {
  min-height: 100%;
  min-width: 100%;
}
#visual .conts {
  z-index: 10;
  margin: 0 auto;
}
#visual .conts .inner_conts {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-width: 1600px;
}
#visual .conts .boxs .add_btn {
  padding: 28px 0 0;
}
#visual .conts .boxs .add_btn span {
  font-family: "NotoSansB";
  font-size: 20px;
  text-align: left;
  display: inline-block;
  color: #222;
  position: relative;
  line-height: 1.45;
  letter-spacing: -0.4px;
  vertical-align: middle;
}
#visual .conts .boxs .add_btn span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 0%;
  white-space: pre;
  padding-bottom: 5px;
  color: #7fbf36;
}
#visual .conts .boxs .add_btn a span {
  margin-right: 20px;
}
#visual .conts .boxs .add_btn a i {
  display: inline-block;
  width: 53px;
  height: 53px;
  vertical-align: middle;
  background-color: #f7f7f7;
  background-image: url(../img/btn_common_arrow_b.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
}
#visual .conts .boxs .add_btn a:hover span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
#visual .conts .boxs .add_btn a:hover i {
  background-color: #7fbf36;
  background-image: url(../img/btn_common_arrow_w.svg);
}
#visual .conts .boxs .add_btn a:hover i:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
}
#visual #sec1 .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#visual #sec1 .inner:after {
  transition: all 1s 1s;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-transition: all 1s 1s;
  -moz-transition: all 1s 1s;
  -ms-transition: all 1s 1s;
  -o-transition: all 1s 1s;
}
#visual #sec1 .inner .vs-tit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
}
#visual #sec1 .inner .vs-tit .maxinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
#visual #sec1 .inner .vs-tit h2 {
  padding: 0 20% 0 0;
  font-size: 5.5rem;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.005em;
  line-height: 80px;
}
#visual #sec1 .inner .vs-tit strong {
  font-weight: 800;
  vertical-align: baseline;
}
#visual #sec1 .inner .ani-txt-wrap {
  overflow: hidden;
  display: block;
}
#visual #sec1 .inner .ani-txt-wrap > span {
  display: block;
  opacity: 0;
  font-family: "GmarketSansB";
  font-size: 50px;
  letter-spacing: 0.6px;
}
#visual #sec1 .inner .vs-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
#visual #sec1.page_bg .inner:after {
  background: rgba(0, 0, 0, 0.3);
}
#visual #sec1.active .ani-txt-wrap > span {
  animation: textAni 1s ease forwards;
  -webkit-animation: textAni 1s ease forwards;
}
#visual #sec1.active .ani-txt-wrap:nth-child(1) > span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#visual #sec1.active .ani-txt-wrap:nth-child(2) > span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#visual #sec1 .conts {
  top: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: -1px;
}
#visual #sec1 .conts .txt01 {
  width: 100%;
  position: absolute;
  top: -20px;
  font-size: 60px;
  font-family: "GmarketSansB";
  opacity: 0;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#visual #sec1 .conts .txt02 {
  width: 100%;
  position: absolute;
  top: 90px;
  font-size: 60px;
  font-family: "GmarketSansB";
  opacity: 0;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#visual #sec1 .conts .obj01 {
  opacity: 0;
  width: 1px;
  height: 175px;
  background: #fff;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#visual #sec1.active .conts .txt01 {
  top: 0;
  opacity: 1;
}
#visual #sec1.active .conts .txt02 {
  top: 90px;
  opacity: 1;
}
#visual #sec1.active .conts .obj01 {
  opacity: 1;
}
#visual #sec2 .conts {
  overflow: hidden;
  width: 100%;
  padding: 300px 0 300px 0;
  color: #222;
  letter-spacing: -1px;
  max-width: 940px;
}
#visual #sec2 .conts .box_top .txt01 {
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 1;
  letter-spacing: -1.5px;
  font-family: "NotoSansB";
}
#visual #sec2 .conts .box_top .txt02 {
  margin-bottom: 60px;
  font-size: 50px;
  font-family: "NotoSansL";
  line-height: 1.5;
  letter-spacing: -1.5px;
}
#visual #sec2 .conts .box_top .video_wrap {
  width: 100%;
  height: auto;
  max-width: 712px;
}
#visual #sec2 .conts .box_top .video_wrap video {
  width: 100%;
  height: auto;
}
#visual #sec2 .conts .boxs .add_txt {
  margin-top: -100px;
}
#visual #sec2 .conts .boxs .add_txt > span {
  opacity: 0;
  display: block;
  font-size: 50px;
  color: #aaa;
  font-family: "NotoSansB";
  line-height: 1.5;
  letter-spacing: -0.6px;
}
#visual #sec2 .conts .boxs .add_txt > span.active {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
#visual #sec2 .conts .boxs .add_txt > span.active:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#visual #sec2 .conts .boxs .add_txt > span.active:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#visual #sec2 .conts .boxs .add_txt > span.active:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#visual #sec2 .conts .boxs .add_txt > span em {
  color: #7fbf36;
}
#visual #sec2 .conts .boxs .add_txt > span b {
  color: #222;
}
#visual #sec2.active .conts .box_top {
  animation: textAnis 1.5s 0.5s ease forwards;
  -webkit-animation: textAnis 1.5s 0.5s ease forwards;
}
#visual #sec3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: calc(100vw - 6%);
  height: calc(100vh - 6%);
  background-color: #222;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#visual #sec3 .conts {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  text-align: left;
  letter-spacing: -1px;
  padding-left: 10%;
  max-width: 1920px;
}
#visual #sec3 .boxs .add_txt {
  display: inline-block;
  vertical-align: top;
  width: 708px;
  padding: 80px 120px 0 0;
}
#visual #sec3 .boxs .add_txt > span {
  opacity: 1;
  display: block;
  font-size: 54px;
  color: #fff;
  letter-spacing: -1.8px;
  line-height: 1.5;
  font-family: "NotoSansL";
}
#visual #sec3 .boxs .add_txt .txt_bold {
  font-family: "NotoSansB";
}
#visual #sec3 .boxs .video_wrap {
  width: 100%;
  height: auto;
  max-width: 712px;
}
#visual #sec3 .boxs .video_wrap video {
  width: 100%;
  height: auto;
}
#visual #sec3 .boxs .video_wrap.mobile {
  display: none;
}
#visual #sec3 .boxs .add_btn {
  padding-top: 55px;
}
#visual #sec3 .boxs .add_btn a {
  opacity: 1;
}
#visual #sec3 .boxs .add_btn a span {
  color: #fff;
}
#visual #sec3 .txt01 {
  margin-left: -50px;
  margin-bottom: 10px;
  opacity: 1;
  font-size: 34px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#visual #sec3 .txt02 {
  margin-left: -100px;
  margin-bottom: 30px;
  opacity: 1;
  font-size: 120px;
  letter-spacing: -2px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#visual #sec3.active::after {
  width: 100vw;
  height: 100vh;
}
#visual #sec4 .conts {
  max-width: 940px;
  height: auto;
  padding: 300px 0 300px 0;
  color: #222;
  letter-spacing: -1px;
  margin: 0 auto;
}
#visual #sec4 .conts .ani_wrap {
  transition: all 1.5s 0.6s;
  -webkit-transition: all 1.5s 0.6s;
  -moz-transition: all 1.5s 0.6s;
  -ms-transition: all 1.5s 0.6s;
  -o-transition: all 1.5s 0.6s;
}
#visual #sec4 .conts .txt01 {
  font-family: "NotoSansL";
  margin-left: -50px;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -1.8px;
}
#visual #sec4 .conts .txt02 {
  display: block;
  font-family: "NotoSansB";
  margin-bottom: 32px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: -1.8px;
}
#visual #sec4 .add_btn {
  margin-top: 40px;
  padding: 0;
}
#visual #sec4.active .txt01 {
  margin-left: 0;
  opacity: 1;
}
#visual #sec4.active .txt02 {
  margin-left: 0;
  opacity: 1;
}
#visual #sec4 .sec_new_box .sec_quarter_list .inner > ul > li {
  opacity: 1;
  top: 0;
}
#visual #sec4 .sec_new_box .sec_quarter_list .inner > ul > li:last-child {
  border-bottom: none;
}
#visual #sec4.active .conts .ani_wrap {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
}

.slider_progressbar {
  max-width: 940px;
  overflow: hidden;
}
.slider_progressbar .swiper-container {
  width: 100%;
  overflow: visible;
}
.slider_progressbar .swiper-scrollbar {
  background: #ccc;
}
.slider_progressbar .swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 2px;
  width: 93%;
  bottom: 0;
  left: 0;
}
.slider_progressbar .swiper-wrapper img {
  width: 100%;
  -webkit-transition: -webkit-transform linear 0.3s;
  transition: -webkit-transform linear 0.3s;
  transition: transform linear 0.3s;
  transition: transform linear 0.3s, -webkit-transform linear 0.3s;
}
.slider_progressbar .swiper-wrapper .board_tit {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.slider_progressbar .swiper-wrapper .board_desc {
  width: 100%;
  height: 45px;
  font-family: "NotoSansB";
  font-size: 20px;
  color: #999;
  padding: 20px 0 0px;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 10;
}
.slider_progressbar .swiper-wrapper .board_view_link:hover .board_desc {
  color: #7fbf36;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.slider_progressbar .swiper-wrapper .board_view_link:hover .board_tit img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slider_progressbar .swiper-button-prev {
  margin-top: 0;
  top: 100%;
  z-index: 20;
  left: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.slider_progressbar .swiper-button-next {
  margin-top: 0;
  top: 100%;
  z-index: 20;
  right: auto;
  left: 50px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media only screen and (max-width: 1280px) {
  #outwrapper {
    overflow-x: hidden;
  }
  #outwrapper.container_index .btn-sns {
    display: none;
  }
  #outwrapper.container_index .btn-sns.show {
    display: none;
  }
  #outwrapper #visual .boxs iframe {
    width: 100%;
  }
  .header .gnb-wrap {
    margin-left: 300px;
  }
  .header .gnb-wrap > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header.on .gnb-wrap > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 1280px) {
  .header .btn-nav-mobile {
    display: block;
    z-index: 20;
  }
  .header h1 {
    left: 20px;
    top: 25px;
  }
  .header h1 a {
    width: 95px !important;
    height: 20px !important;
  }
  .header .gnb-wrap {
    display: none;
    margin-left: 110px;
  }
  .header .gnb-wrap > ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .gnb-wrap > ul > li {
    width: 100px;
  }
  .header .gnb-wrap > ul > li > a {
    font-size: 15px;
  }
  .header .gnb-wrap > ul > li > .depth > ul > li > a {
    font-size: 13px;
  }
  .header.on {
    background: transparent;
    border: 0;
    height: 0;
  }
  .header.on h1 a {
    width: 130px;
    height: 28px;
  }
  .header.on .gnb-wrap > ul > li {
    width: 120px;
  }
  .lnb_add_mowrap {
    padding: 0 0 20px 20px;
    margin: 0px 0 0 0px !important;
    z-index: 16;
    height: auto;
  }
  .new_lnb_wrap {
    width: auto !important;
    height: auto;
    position: absolute;
    top: 50px;
    left: 0;
    min-width: 100%;
    padding-left: 20px;
    background: #fff;
    overflow: hidden;
  }
  .new_lnb_wrap .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .new_lnb_wrap .lnb-listwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    top: 0;
    left: 0px;
    min-width: 100%;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-top: 0;
  }
  .new_lnb_wrap .lnb-listwrapper .item {
    width: auto;
  }
  .new_lnb_wrap .lnb-listwrapper .item.active > a {
    color: #222;
  }
  .new_lnb_wrap .lnb-listwrapper .item.active > a:before {
    content: normal !important;
  }
  .new_lnb_wrap .lnb-listwrapper .item > a {
    display: block;
    padding: 71px 20px 30px 0;
    font-size: 16px;
    color: #ccc;
    letter-spacing: -0.9px;
    font-family: "NotoSansB";
  }
  .new_lnb_wrap .lnb-listwrapper .item > a:hover {
    color: #8dc552;
  }
  #outwrapper.container_index .header {
    height: 75px;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile {
    display: block;
    z-index: 20;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile {
    display: block;
    position: absolute;
    top: 31px;
    right: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile .line {
    width: 26px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 6px 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile .line:nth-child(1) {
    margin: 0;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile:hover {
    cursor: pointer;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile.on {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile.on .line {
    background-color: #0c0c0c;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile.on .line:nth-child(2) {
    width: 0px;
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile.on .line:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  #outwrapper.container_index .header .box-head .btn-nav-mobile.on .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transform: translateY(-8px) rotate(90deg);
    -webkit-transform: translateY(-8px) rotate(90deg);
    -ms-transform: translateY(-8px) rotate(90deg);
    -o-transform: translateY(-8px) rotate(90deg);
    -moz-transform: translateY(-8px) rotate(90deg);
  }
  #outwrapper.container_index .dots {
    z-index: -1;
    opacity: 0;
  }
  #outwrapper.container_index #visual .swiper-slide {
    width: 232px !important;
  }
  #outwrapper.container_index #visual .slider_progressbar {
    width: 100%;
  }
  #outwrapper.container_index #visual .slider_progressbar .swiper-container {
    padding-bottom: 20px;
  }
  #outwrapper.container_index #visual .slider_progressbar .swiper-wrapper .swiper-slide {
    height: 232px;
    overflow: hidden;
  }
  #outwrapper.container_index #visual .slider_progressbar .swiper-wrapper .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #outwrapper.container_index #visual .slider_progressbar .swiper-wrapper .board_tit {
    height: 100%;
  }
  #outwrapper.container_index #visual .slider_progressbar .swiper-wrapper .board_desc {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    color: #fff;
    height: 30px;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: -0.32px;
    margin-bottom: 10px;
  }
  #outwrapper.container_index #visual .boxs .add_txt > span {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  #outwrapper.container_index #visual .boxs .add_btn span {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.34px;
    text-align: left;
    color: #222;
  }
  #outwrapper.container_index #visual .boxs iframe {
    height: 300px;
    float: none;
    display: block;
  }
  #outwrapper.container_index #visual .swiper-button-next, #outwrapper.container_index #visual .swiper-button-prev {
    display: none;
  }
  #outwrapper.container_index #visual #sec2 .conts {
    padding: 190px 20px 0 20px;
  }
  #outwrapper.container_index #visual #sec2 .txt01 {
    font-size: 28px !important;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: -0.84px;
    margin-bottom: 0;
  }
  #outwrapper.container_index #visual #sec2 .txt02 {
    margin-bottom: 30px;
    font-size: 28px !important;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: -0.84px;
  }
  #outwrapper.container_index #visual #sec2 .boxs .add_txt {
    margin-top: 0;
  }
  #outwrapper.container_index #visual #sec2 .boxs .add_txt > span {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #outwrapper.container_index #visual #sec2 .boxs .add_txt .add_btn {
    font-size: 17px !important;
    position: absolute;
    top: 100px;
    left: 20px;
    padding: 10px 0 0;
  }
  #outwrapper.container_index #visual #sec2 .boxs .add_txt .add_btn a span {
    vertical-align: middle;
  }
  #outwrapper.container_index #visual #sec2.active .boxs {
    margin: 30px 0 0 0;
    -webkit-animation: textAnis 1.5s 0.5s ease forwards;
            animation: textAnis 1.5s 0.5s ease forwards;
  }
  #outwrapper.container_index #visual #sec2.active .boxs .add_txt > span:nth-child(1) {
    animation: textAni 1s 0.5s ease forwards;
    -webkit-animation: textAni 1s 0.5s ease forwards;
  }
  #outwrapper.container_index #visual #sec2.active .boxs .add_txt > span:nth-child(2) {
    animation: textAni 1s 0.7s ease forwards;
    -webkit-animation: textAni 1s 0.7s ease forwards;
  }
  #outwrapper.container_index #visual #sec2.active .boxs .add_txt > span:nth-child(3) {
    animation: textAni 1s 0.9s ease forwards;
    -webkit-animation: textAni 1s 0.9s ease forwards;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt {
    float: none;
    width: 100% !important;
    padding: 40px 20px 40px 0;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt .add_btn {
    position: static;
    margin-top: 10px;
  }
  #outwrapper.container_index #visual #sec4 .conts {
    height: 100%;
    padding: 190px 0 0 0 !important;
  }
  #outwrapper.container_index #visual #sec4 .conts .txt01 {
    font-size: 28px;
  }
  #outwrapper.container_index #visual #sec4 .conts .txt02 {
    font-size: 28px;
    margin-bottom: 60px;
    padding: 0 0 0 30px;
  }
  #outwrapper.container_index #visual #sec4 .conts .add_btn {
    display: none;
  }
  #outwrapper.container_index #visual #sec4 .conts .boxs {
    width: 100%;
  }
  #outwrapper.container_sub .content {
    clear: both;
    padding-top: 167px;
    padding: 117px 0 0 0;
  }
  #outwrapper.container_sub .footer.active .btn_top {
    top: -50px;
  }
  #outwrapper.container_sub .footer .foot_inner {
    display: block;
  }
  #outwrapper.container_sub .footer .foot_inner .foot_logo_wrap > a {
    margin-bottom: 10px;
  }
  #outwrapper.container_sub .footer .box-sns {
    margin: 20px 0;
  }
  #outwrapper.container_sub .footer .box-sns li:first-child {
    margin-left: 0;
  }
  #outwrapper.container_sub .footer .btn_top {
    width: 58px;
    height: 58px;
    background: #222 url(../img/ico_top_on.png) no-repeat center center/18px auto;
  }
  #outwrapper.container_sub .footer .btn_top:hover, #outwrapper.container_sub .footer .btn_top:active {
    background: #7fbf36 url(../img/ico_top_on.png) no-repeat center center/18px auto;
  }
  #outwrapper .video_wrap {
    width: 320px;
    height: 180px;
  }
  #outwrapper .video_wrap iframe {
    width: 100%;
    height: 100%;
  }
  .section .ani-txt-wrap > span {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
}
@media only screen and (max-width: 1280px) {
  html,
  body {
    height: 100%;
  }
  #outwrapper .header h1 a {
    width: 116px !important;
    height: 24px !important;
  }
  #outwrapper .header.on {
    height: 0 !important;
    border-bottom: 0 !important;
    background: transparent !important;
  }
  #outwrapper .header.on .box-head {
    border: 0 !important;
  }
  #outwrapper .header .gnb-wrap {
    display: none;
  }
  #outwrapper .new_lnb_wrap .lnb-listwrapper .item > a {
    font-size: 16px;
    font-family: "NotoSansM";
  }
  #outwrapper .new_lnb_wrap .lnb-listwrapper .item.active a {
    color: #222;
  }
  #outwrapper .inner {
    width: 100%;
  }
  #outwrapper .footer {
    padding: 50px 30px 50px 30px;
  }
  #outwrapper .footer .foot_inner {
    display: block;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap {
    display: block;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap {
    margin: 20px 0 0 0;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap .mark_wrap {
    margin: 0 0 20px 0;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap .mark_wrap img {
    margin: 0 0 0 10px;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap .mark_wrap img:first-child {
    margin: 0;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap .mark_wrap img:nth-child(1) {
    width: 53px;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap .mark_wrap img:nth-child(2) {
    width: 48px;
  }
  #outwrapper .footer .foot_inner .foot_logo_wrap .foot_info_wrap .mark_wrap img:nth-child(3) {
    width: 110px;
  }
  #outwrapper .footer .btn_top {
    top: -88px;
    right: 30px;
    width: 58px;
    height: 58px;
    background: #222 url(../img/ico_top_on.png) no-repeat center center/18px auto;
  }
  #outwrapper .footer .btn_top:hover, #outwrapper .footer .btn_top:active {
    background: #7fbf36 url(../img/ico_top_on.png) no-repeat center center/18px auto;
  }
  #outwrapper .footer .box-sns {
    display: none;
  }
  #outwrapper.container_index {
    min-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #outwrapper.container_index .header .box-head {
    background: transparent;
  }
  #outwrapper.container_index .header .box-head .bg {
    display: none !important;
  }
  #outwrapper.container_index .header .box-head .inner {
    width: 100%;
  }
  #outwrapper.container_index .header .box-head nav ul li ul li a {
    color: #000;
  }
  #outwrapper.container_index .header.dark .box-head .btn-nav-mobile .line {
    background-color: #fff;
  }
  #outwrapper.container_index .header.dark .box-head .btn-nav-mobile.on .line {
    background-color: #222;
  }
  #outwrapper.container_index .header.dark h1 a {
    width: 118px;
    height: 24px;
    background: url("../img/logo_all_white.png") center left no-repeat;
    background-size: contain;
  }
  #outwrapper.container_index .ico-scrolling {
    bottom: 43px;
    left: 20px;
  }
  #outwrapper.container_index .btn-sns {
    display: none !important;
  }
  #outwrapper.container_index .dots {
    right: 0;
  }
  #outwrapper.container_index .dots li {
    width: 10px;
    height: 10px;
  }
  #outwrapper.container_index .section .owl-dots button {
    width: 8px;
    height: 8px;
  }
  #outwrapper.container_index .section .owl-dots button.active {
    width: 38px;
  }
  #outwrapper.container_index #visual .video {
    display: none;
  }
  #outwrapper.container_index #visual .conts .boxs iframe {
    height: 180px;
  }
  #outwrapper.container_index #visual #sec1 {
    background: url("../img/visual/index_m_01.png") top center no-repeat;
    background-size: cover;
  }
  #outwrapper.container_index #visual #sec1 .inner h2 {
    line-height: 46px;
    padding: 0;
  }
  #outwrapper.container_index #visual #sec1 .inner h2 .ani-txt-wrap > span {
    font-size: 26px;
    letter-spacing: 0.26px;
  }
  #outwrapper.container_index #visual #sec1 .conts .txt01 {
    font-size: 22px;
    letter-spacing: 0;
  }
  #outwrapper.container_index #visual #sec1 .conts .txt02 {
    padding: 0 10%;
    top: 30px;
    font-size: 36px;
    line-height: 48px;
  }
  #outwrapper.container_index #visual #sec1 .conts .txt02 span {
    display: block;
  }
  #outwrapper.container_index #visual #sec1 .conts .obj01 {
    display: none;
  }
  #outwrapper.container_index #visual #sec3 .conts {
    height: 100%;
    padding-left: 0;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt {
    padding: 40px 30px 50px 30px;
    margin: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt > span:first-child {
    white-space: pre;
    font-size: 30px !important;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt .add_btn {
    position: relative;
    padding: 0;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt .add_btn a span {
    font-size: 15px;
    color: #fff;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .add_txt .add_btn a i {
    width: 30px;
    height: 30px;
    background-size: 14px auto;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .video_wrap.pc {
    display: none;
  }
  #outwrapper.container_index #visual #sec3 .conts .boxs .video_wrap.mobile {
    display: block;
    padding: 0 calc(100vw - 95%) calc(100vw - 96%) calc(100vw - 95%);
    font-size: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    margin: 0 auto;
  }
  #outwrapper.container_index #visual #sec3 .conts .txt01 {
    font-size: 18px;
    letter-spacing: 0;
  }
  #outwrapper.container_index #visual #sec3 .conts .txt02 {
    font-size: 54px;
    letter-spacing: 0;
  }
  #outwrapper.container_index #visual #sec3.active .conts .boxs .video_wrap.mobile {
    padding: 0;
  }
  #outwrapper.container_index #visual #sec3.active::after {
    width: 100vw;
    height: 100vh;
  }
  #outwrapper.container_index #visual #sec3::after {
    width: calc(100vw - 11%);
    height: calc(100vh - 4%);
  }
  #outwrapper.container_index.on-nav h1 a {
    background-image: url("../img/logo_black.png");
  }
  #outwrapper.container_sub .header {
    height: 75px;
    padding: 0;
    position: fixed;
    background-color: #fff;
    max-width: 768px;
  }
  #outwrapper.container_sub .header .box-head {
    width: 100%;
    height: 80px;
    border-bottom: 0;
  }
  #outwrapper.container_sub .header .box-head .bg {
    display: none !important;
  }
  #outwrapper.container_sub .header .box-head .inner {
    width: 100%;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile {
    display: block;
    position: absolute;
    top: 31px;
    right: 20px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 1;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile .line {
    width: 26px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 6px 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile .line:nth-child(1) {
    margin: 0;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile:hover {
    cursor: pointer;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile.on {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile.on .line {
    background-color: #0c0c0c;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile.on .line:nth-child(2) {
    width: 0px;
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile.on .line:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    -moz-transform: translateY(8px);
  }
  #outwrapper.container_sub .header .box-head .btn-nav-mobile.on .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    transform: translateY(-8px) rotate(90deg);
    -webkit-transform: translateY(-8px) rotate(90deg);
    -ms-transform: translateY(-8px) rotate(90deg);
    -o-transform: translateY(-8px) rotate(90deg);
    -moz-transform: translateY(-8px) rotate(90deg);
  }
  #outwrapper.container_sub .header h1 {
    display: block;
    position: absolute;
    left: 20px;
  }
  #outwrapper.container_sub .header h1 a {
    width: 118px;
    height: 24px;
    background: url("../img/logo_black.png") center left no-repeat;
    background-size: contain;
  }
  #outwrapper.container_sub .header .sub-bg {
    top: 50px;
    height: 120px;
  }
  #outwrapper.container_sub .header .sub-bg img {
    width: 100%;
    min-height: 100%;
    left: 0;
    margin-left: 0;
  }
  #outwrapper.container_sub .box-subNavi .btn-gohome {
    display: none;
  }
  #outwrapper.container_sub .box-subNavi .menu-list {
    display: none;
  }
  #outwrapper.container_sub .box-subNavi .menu-select {
    width: 100%;
    border: none;
    text-align: center;
  }
  #outwrapper.container_sub .box-subNavi .menu-select span {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #000;
    padding: 0;
  }
  #outwrapper.container_sub .box-subNavi .menu-select span:before {
    top: 20px;
    right: 17px;
  }
  #outwrapper.container_sub .box-subNavi .menu-select span:hover:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  #outwrapper.container_sub .box-subNavi .menu-select > div {
    display: none;
    top: 47px;
    left: 0;
    width: 100%;
    border: none;
    background: #f6f6f6;
    padding: 0;
    border-top: 1px solid #e4e4e4;
  }
  #outwrapper.container_sub .box-subNavi .menu-select > div ul li a {
    font-size: 15px;
    color: #000;
    padding: 12px 0;
    border-bottom: 1px solid #e4e4e4;
  }
  #outwrapper.container_sub .box-subNavi .menu-select.on span:before {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #outwrapper.container_sub .box-menutitle {
    height: 120px;
    padding: 50px 0 0 0;
  }
  #outwrapper.container_sub .box-menutitle h3 {
    font-size: 20px;
  }
  #outwrapper.container_sub .footer {
    display: none;
  }
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.img_p {
  display: block;
}

.img_m {
  display: none;
}

.pc_txt {
  display: block;
}

.mo_txt {
  display: none;
}

b {
  font-family: "NotoSansB";
}

/* 회사 개요 */
.sec_company_introduce.sec_new_box {
  padding: 0;
}
.sec_company_introduce h2 {
  font-size: 50px;
  color: #333;
  letter-spacing: -2.5px;
}
.sec_company_introduce h2 strong {
  font-family: "NotoSansB";
}
.sec_company_introduce.sec_new_box .sec_intro {
  padding: 185px 0 260px 490px;
  overflow: hidden;
}
.sec_company_introduce.sec_new_box .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_company_introduce.sec_new_box .sec_intro div.add_mintxt.mobile {
  display: none;
}
.sec_company_introduce.sec_new_box .sec_intro div.add_mintxt div > span {
  font-size: 34px;
}
.sec_company_introduce.sec_new_box .sec_intro h1,
.sec_company_introduce.sec_new_box .sec_intro p {
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_company_introduce.sec_new_box .sec_intro h1 {
  font-size: 50px;
  color: #333;
  letter-spacing: -2.5px;
}
.sec_company_introduce.sec_new_box .sec_intro h1 strong {
  font-family: "NotoSansB";
}
.sec_company_introduce.sec_new_box .sec_intro h1 strong.color-green {
  color: #7fbf36;
}
.sec_company_introduce.sec_new_box .sec_intro p {
  margin-top: -50px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  letter-spacing: -0.5px;
  font-family: "NotoSansL";
}
.sec_company_introduce.sec_new_box .slider_progressbar {
  max-width: 100%;
  /* Navication */
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-progress-simple {
  max-height: 460px;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-progress-simple .item {
  width: 495px;
  margin: 40px 30px 40px 0;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-progress-simple .item img {
  width: 100%;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-pagn {
  position: relative;
  height: 14px;
  width: 90%;
  max-width: 1318px;
  padding-bottom: 50px;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-pagn-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  padding: 0 2px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-pagn-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ccc;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  overflow: hidden;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-pagn-bar p {
  position: absolute;
  margin-top: 0;
  width: 0%;
  height: 2px;
  background: #000;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  opacity: 1;
}
.sec_company_introduce.sec_new_box .slider_progressbar .owl-nav {
  position: absolute;
  right: calc(100% - 1318px);
  bottom: -97px;
}
.sec_company_introduce .sec_diff {
  width: 100%;
  height: 640px;
  text-align: center;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-color: #7fbf36;
  z-index: 15;
}
.sec_company_introduce .sec_diff > strong {
  position: absolute;
  left: 190px;
  top: 270px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}
.sec_company_introduce .sec_diff .swiper-container {
  width: 100%;
  height: 640px;
}
.sec_company_introduce .sec_diff .swiper-container .swiper-pagination {
  left: 160px;
  top: 150px;
  width: 3px;
  height: 490px;
  background: rgba(255, 255, 255, 0.3);
}
.sec_company_introduce .sec_diff .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.sec_company_introduce .sec_diff .swiper-container ul {
  width: 100%;
  height: auto;
  text-align: center;
}
.sec_company_introduce .sec_diff .swiper-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  font-size: 50px;
  color: #fff;
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  padding: 0 0 0 50%;
}
.sec_company_introduce .sec_diff .swiper-container ul li strong {
  font-size: 60px;
  font-family: "NotoSansB";
}
.sec_company_introduce .sec_diff .swiper-container ul li strong b {
  font-size: 100px;
  font-family: "NotoSansB";
}
.sec_company_introduce .sec_diff .swiper-container ul li p {
  font-family: "NotoSansB";
  font-size: 30px;
  margin: 20px 0 0 0;
}
.sec_company_introduce .sec_diff .swiper-container ul li.swiper-slide-active {
  opacity: 1;
}
.sec_company_introduce .sec_diff .swiper-container ul li.swiper-slide-active strong {
  font-size: 60px;
  font-weight: bold;
  font-family: "NotoSansB";
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.sec_company_introduce .sec_diff .swiper-container ul li.swiper-slide-active strong b {
  font-size: 100px;
}
.sec_company_introduce .sec_diff .swiper-container ul li.swiper-slide-active p {
  font-size: 30px;
  margin: 20px 0 0 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.sec_company_introduce .sec_result {
  padding: 200px 0 260px 0px;
}
.sec_company_introduce .sec_result .inner {
  max-width: 1000px;
}
.sec_company_introduce .sec_result p {
  position: relative;
  z-index: 1;
  top: 0px;
  font-size: 40px;
  color: #333;
  line-height: 30px;
  letter-spacing: -1px;
  font-family: "NotoSansL";
}
.sec_company_introduce .sec_result p span {
  opacity: 0;
  display: block;
  margin-bottom: 25px;
}
.sec_company_introduce .sec_result p span b {
  font-family: "NotoSansB";
}
.sec_company_introduce .sec_result .graphs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 1200px;
  height: 508px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.sec_company_introduce .sec_result .graphs .graph {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-left: 60px;
  position: relative;
  z-index: 5;
}
.sec_company_introduce .sec_result .graphs .graph:first-child {
  margin-left: 0;
}
.sec_company_introduce .sec_result .graphs .graph strong {
  display: block;
  color: #2768ff;
  font-family: "NotoSansL";
  margin: 0 0 10px 0;
  font-size: 24px;
  opacity: 0;
}
.sec_company_introduce .sec_result .graphs .graph strong span {
  font-size: 24px;
  letter-spacing: -0.72px;
  font-family: "NotoSansB";
}
.sec_company_introduce .sec_result .graphs .graph .bar {
  width: 48px;
  height: 0;
  margin: 0 auto 10px;
  border-radius: 5px 5px 0 0;
  background: #2571f2;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.sec_company_introduce .sec_result .graphs .graph:nth-child(1) .bar {
  height: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sec_company_introduce .sec_result .graphs .graph:nth-child(2) .bar {
  height: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.sec_company_introduce .sec_result .graphs .graph:nth-child(3) .bar {
  height: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec_company_introduce .sec_result .graphs .graph:nth-child(4) .bar {
  height: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec_company_introduce .sec_result .graphs .graph:nth-child(5) .bar {
  height: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.sec_company_introduce .sec_result .graphs .graph em {
  display: block;
  font-family: "NotoSansB";
  font-size: 18px;
  color: #222;
}
.sec_company_introduce .sec_result.active p span {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_company_introduce .sec_result.active p span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sec_company_introduce .sec_result.active p span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sec_company_introduce .sec_result.active p span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_company_introduce .sec_result.active p span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec_company_introduce .sec_result.active p span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sec_company_introduce .sec_result.active p span:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sec_company_introduce .sec_result.active .graphs .graph strong {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(1) strong {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(1) .bar {
  height: 14px;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(2) strong {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(2) .bar {
  height: 54px;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(3) strong {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(3) .bar {
  height: 130px;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(4) strong {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(4) .bar {
  height: 321px;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(5) strong {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sec_company_introduce .sec_result.active .graphs .graph:nth-child(5) .bar {
  height: 440px;
}

/* 연혁 */
.sec_company_history .box-title span,
.sec_company_history .box-title h1 {
  opacity: 0;
  position: relative;
}
.sec_company_history .box-title span {
  display: inline-block;
  text-transform: uppercase;
}
.sec_company_history .box-title span.box-visual {
  display: block;
  position: relative;
}
.sec_company_history .box-title span.box-visual .img_p {
  position: absolute;
  left: 790px;
  bottom: -356px;
}
.sec_company_history .box-title h1 {
  display: block;
  max-width: 560px;
  font-size: 60px;
  color: #333;
  line-height: 1.33;
  letter-spacing: -1.8px;
  font-family: "NotoSansL";
  padding: 185px 0 0 0;
}
.sec_company_history .box-title h1 strong {
  font-family: "NotoSansB";
}
.sec_company_history .box-title.active h1 {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_company_history .box-title.active span {
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
}
.sec_company_history .box-history {
  max-width: 1270px;
  margin: 130px 0 0 0;
  position: relative;
}
.sec_company_history .box-history article:last-child {
  margin: 0;
}
.sec_company_history .box-history .bg-line {
  display: block;
  width: 1px;
  height: 3782px;
  background: #707070;
  position: absolute;
  top: 26px;
  left: 206px;
  display: none;
}
.sec_company_history .box-history.active .bg-line {
  display: block;
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
}
.sec_company_history .box-history.active article.active {
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sec_company_history .box-history .history-img {
  float: right;
  width: 379px;
}
.sec_company_history .box-history .history-img.history-img2022 {
  position: relative;
  height: 220px;
}
.sec_company_history .box-history .history-img.history-img2022 .img_p {
  width: 100%;
  position: absolute;
}
.sec_company_history .box-history .history-img.history-img2022 .img_p:nth-child(1) {
  width: 220px;
  height: auto;
  aspect-ratio: 632/109;
  margin-right: 118px;
}
.sec_company_history .box-history .history-img.history-img2022 .img_p:nth-child(2) {
  top: 46px;
  width: 90%;
  height: auto;
  aspect-ratio: 1852/940;
}
.sec_company_history .box-history .history-img.history-img2023 {
  position: relative;
  height: 272px;
}
.sec_company_history .box-history .history-img.history-img2023 .img_p {
  position: absolute;
  width: 100%;
}
.sec_company_history .box-history .history-img.history-img2023 .img_p:nth-child(1) {
  top: 0;
  width: 200px;
  height: auto;
  aspect-ratio: 682/126;
}
.sec_company_history .box-history .history-img.history-img2023 .img_p:nth-child(2) {
  top: 44px;
  left: 26px;
  width: 160px;
  height: auto;
  aspect-ratio: 660/930;
}
.sec_company_history .box-history .history-img.history-img2024 .img_p {
  width: 300px;
}
.sec_company_history .box-history h2 {
  display: block;
  width: 177px;
  float: left;
  text-align: right;
  margin: 0 40px 15px 0;
  font-size: 50px;
  font-family: "NotoSansB";
}
.sec_company_history .box-history ul {
  display: block;
  float: left;
  text-align: left;
  margin-left: 44px;
}
.sec_company_history .box-history ul li {
  font-family: "NotoSansL";
  font-size: 18px;
  color: #222;
  line-height: 2;
  letter-spacing: -0.45px;
}
.sec_company_history .box-history article {
  position: relative;
  margin: 0 0 250px 0;
  opacity: 0;
  left: 0;
  margin-right: -6px;
  width: 100%;
  overflow: hidden;
}
.sec_company_history .box-history article:before {
  left: 135px;
}
.sec_company_history .box-history article ul li {
  position: relative;
  display: block;
}
.sec_company_history .box-history article ul li:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  width: 2px;
  height: 2px;
  background: #333;
  border-radius: 100%;
}
.sec_company_history .box-history article:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 21px;
  left: 202px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 특허 인증  */
.sec_company_patent {
  padding: 0 0 250px 440px;
}
.sec_company_patent .box-title {
  text-align: left;
  padding: 185px 0 80px 0;
}
.sec_company_patent .box-title h1,
.sec_company_patent .box-title p {
  opacity: 0;
}
.sec_company_patent .box-title p {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  max-width: 720px;
  font-family: "NotoSansL";
  word-break: keep-all;
}
.sec_company_patent .box-title p b {
  font-family: "NotoSansB";
}
.sec_company_patent .box-title.active p {
  animation: textAni 1s ease forwards;
  -webkit-animation: textAni 1s ease forwards;
}
.sec_company_patent article {
  max-width: 1180px;
  margin: -20px 0 0 0;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_company_patent article:first-child {
  margin-top: 0;
}
.sec_company_patent article h2 {
  margin: 0 0 25px 0;
  font-size: 30px;
  color: #2a2a2a;
  letter-spacing: -1px;
  font-family: "NotoSansB";
}
.sec_company_patent article ul {
  font-size: 0;
}
.sec_company_patent article ul li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-left: 50px;
  margin-bottom: 80px;
}
.sec_company_patent article ul li:nth-child(4n+1) {
  margin-left: 0;
}
.sec_company_patent article ul li img {
  width: 100%;
}
.sec_company_patent article ul li dl {
  display: block;
  margin: 24px 0 0 0;
}
.sec_company_patent article ul li dl dt {
  position: relative;
  padding: 0 0 0 6px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: "NotoSansM";
}
.sec_company_patent article ul li dl dt:before {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: 1px;
  left: 0;
}
.sec_company_patent article ul li dl dd {
  font-size: 15px;
  line-height: 22px;
  font-family: "NotoSansL";
  letter-spacing: -1px;
}

/* 수상 이력 */
.sec_company_award {
  padding: 0 0 250px 440px;
}
.sec_company_award .box-title {
  text-align: left;
  padding: 185px 0 80px 0;
}
.sec_company_award .box-title h1,
.sec_company_award .box-title p {
  opacity: 0;
}
.sec_company_award .box-title p {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  max-width: 720px;
  font-family: "NotoSansL";
  word-break: keep-all;
}
.sec_company_award .box-title p b {
  font-family: "NotoSansB";
}
.sec_company_award .box-title.active p {
  animation: textAni 1s ease forwards;
  -webkit-animation: textAni 1s ease forwards;
}
.sec_company_award article {
  max-width: 1180px;
  margin: -20px 0 0 0;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_company_award article:first-child {
  margin-top: 0;
}
.sec_company_award article h2 {
  margin: 0 0 25px 0;
  font-size: 30px;
  color: #2a2a2a;
  letter-spacing: -1px;
  font-family: "NotoSansB";
}
.sec_company_award article ul {
  font-size: 0;
}
.sec_company_award article ul li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-left: 50px;
  margin-bottom: 80px;
}
.sec_company_award article ul li:nth-child(4n+1) {
  margin-left: 0;
}
.sec_company_award article ul li img {
  width: 100%;
}
.sec_company_award article ul li dl {
  display: block;
  margin: 24px 0 0 0;
}
.sec_company_award article ul li dl dt {
  position: relative;
  padding: 0 0 0 6px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: "NotoSansM";
}
.sec_company_award article ul li dl dt:before {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: 1px;
  left: 0;
}
.sec_company_award article ul li dl dd {
  font-size: 15px;
  line-height: 22px;
  font-family: "NotoSansL";
  letter-spacing: -1px;
}

/* CI */
.sec_company_cibi {
  padding: 185px 0 300px 490px;
}
.sec_company_cibi .inner {
  width: 100%;
  float: left;
}
.sec_company_cibi .box-title {
  float: none;
  text-align: left;
  margin: 0 0 40px 0;
  position: relative;
}
.sec_company_cibi .box-title .locate {
  top: 32px !important;
}
.sec_company_cibi .box-title > span {
  display: block;
  position: relative;
  color: #7fbf36;
  font-size: 20px;
  padding: 0 0 30px 0;
  letter-spacing: -1px;
}
.sec_company_cibi .box-title > span:before {
  display: block;
  content: "";
  width: 45px;
  height: 3px;
  background: #7fbf36;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec_company_cibi .box-title p {
  font-size: 40px;
  margin: 0px 0 80px 0;
  color: #2a2a2a;
  line-height: 60px;
  letter-spacing: -2px;
  font-family: "NotoSansL";
  top: 0px;
  opacity: 0;
}
.sec_company_cibi .box-title p b {
  font-family: "NotoSansB";
}
.sec_company_cibi .box-title a {
  top: 0px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 192px;
  height: 52px;
  margin: 0 20px 0 0;
  border-radius: 100px;
  border: 1px solid #d4d4d4;
  text-align: left;
  line-height: 52px;
  padding: 0 22px;
  font-size: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_company_cibi .box-title a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: inherit;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_company_cibi .box-title a span,
.sec_company_cibi .box-title a i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_company_cibi .box-title a span {
  font-family: NotoSansM;
  font-size: 16px;
  color: #2a2a2a;
}
.sec_company_cibi .box-title a i {
  width: 18px;
  height: 18px;
  background: url(../img/ico_down_off.png) center center no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 16px;
}
.sec_company_cibi .box-title a:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
}
.sec_company_cibi .box-title a:hover span {
  color: #fff;
}
.sec_company_cibi .box-title a:hover i {
  background: url("../img/ico_down_on.png") top left no-repeat;
  background-size: 100% 100%;
}
.sec_company_cibi .box-title.active p, .sec_company_cibi .box-title.active a {
  animation: textAni 1s ease forwards;
  -webkit-animation: textAni 1s ease forwards;
}
.sec_company_cibi .box-logo-enliple {
  float: none;
  margin: 40px 0 0 0;
  opacity: 0;
  width: 100%;
  max-width: 940px;
  height: 300px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_company_cibi .box-list {
  max-width: 940px;
  width: 100%;
  clear: both;
  font-size: 0;
  position: relative;
}
.sec_company_cibi .box-list h2 {
  font-size: 30px;
  color: #2a2a2a;
  margin: 0 0 30px 0;
  font-family: "NotoSansM";
  opacity: 0;
}
.sec_company_cibi .box-list article {
  display: inline-block;
  width: 400px;
  height: 100px;
  margin: 0 40px 42px 0;
  opacity: 0;
  top: 50px;
  position: relative;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_company_cibi .box-list article .thumb {
  width: 264px;
  height: 184px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sec_company_cibi .box-list article .view_codebox div {
  display: inline-block;
  vertical-align: top;
}
.sec_company_cibi .box-list article .view_codebox .ci_color_box {
  width: 100px;
  height: 100px;
  background-color: #7cb21d;
}
.sec_company_cibi .box-list article .view_codebox .ci_color_box.code_black {
  background-color: #333;
}
.sec_company_cibi .box-list article .view_codebox .ci_color_info {
  width: calc(100% - 100px);
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_company_cibi .box-list article .view_codebox .ci_color_info span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-family: "NotoSansL";
}
.sec_company_cibi .box-list article .view_codebox .ci_color_info span em {
  width: 80px;
  display: inline-block;
  font-family: "NotoSansR";
}
.sec_company_cibi .box-list .box_noti_txt {
  font-size: 14px;
  color: #222;
  text-align: center;
  margin: 10px 0 80px;
}
.sec_company_cibi .box-list .box_noti_txt:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.sec_company_cibi .box-list .box_noti_txt span {
  font-family: NotosansL;
}

/* 회사 위치 */
.sec_company_location {
  padding: 180px 0 0 490px;
}
.sec_company_location .box-title {
  position: relative;
  margin: 5px 0 60px 0;
}
.sec_company_location .box-title .locate {
  top: 32px !important;
}
.sec_company_location .box-title > div {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 100%;
  top: 50px;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_company_location .box-title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  color: #222;
  font-size: 40px;
  line-height: 60px;
  font-family: "NotoSansB";
  line-height: 1.5;
  letter-spacing: -1.2px;
  top: 50px;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_company_location .box-title p {
  font-size: 20px;
  color: #333;
  letter-spacing: -1px;
}
.sec_company_location .box-title a {
  font-size: 20px;
  color: #333;
  margin-right: 20px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  font-family: "NotoSansL";
  font-weight: 300;
}
.sec_company_location .box-map {
  width: 1200px;
  height: 400px;
  opacity: 0;
}
.sec_company_location .box-addr {
  color: #222;
  margin: 60px 0 0 0;
}
.sec_company_location .box-addr strong {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.9px;
}
.sec_company_location .box-addr p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.45px;
  white-space: pre;
  margin: 20px 0 0 0;
}

/* 광고 사업 - 모비온 */
.sec_business_mobon {
  padding: 0;
  overflow: hidden;
}
.sec_business_mobon.sec_new_box {
  padding: 0;
}
.sec_business_mobon .sec_intro {
  padding-bottom: 0;
  padding: 0 0 0 490px;
}
.sec_business_mobon .sec_intro.top {
  padding: 185px 0 0px 490px;
}
.sec_business_mobon .sec_intro.mid {
  padding: 100px 0 80px 490px;
}
.sec_business_mobon .sec_intro.btn {
  padding: 130px 0 0 490px;
}
.sec_business_mobon .sec_intro.active iframe {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.sec_business_mobon .sec_intro .add_txt > span {
  font-size: 60px;
  margin: 0 0 30px;
}
.sec_business_mobon .sec_intro .add_txt > p {
  margin: 60px 0 0;
  font-size: 36px;
  line-height: 1.5;
  color: #c2c2c2;
  font-family: "NotoSansB";
  text-align: left;
}
.sec_business_mobon .sec_intro .add_txt > p b {
  color: #444;
}
.sec_business_mobon .sec_intro.active .add_txt > p {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_business_mobon .sec_intro.video {
  z-index: 21;
}
.sec_business_mobon .sec_intro.video .video_wrap {
  width: 100%;
  height: 586px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_business_mobon .sec_intro.video .video_wrap video {
  width: 100%;
  max-width: 1040px;
  height: 586px;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.sec_business_mobon .sec_intro.video .video_wrap .thumb_link {
  display: none;
}
.sec_business_mobon .sec_intro.video .video_wrap.active {
  height: 100%;
}
.sec_business_mobon .sec_intro.video .video_wrap.active video {
  max-width: 100%;
  height: 100%;
}
.sec_business_mobon .sec_cont.tabs {
  margin: 200px 0 0 490px !important;
}
.sec_business_mobon .tabs {
  opacity: 0;
  /*Main Style*/
}
.sec_business_mobon .tabs.active {
  animation: textAni 1s ease forwards;
  -webkit-animation: textAni 1s ease forwards;
}
.sec_business_mobon .tabs.active .add_btn a {
  animation: textAni 1s ease forwards;
  -webkit-animation: textAni 1s ease forwards;
}
.sec_business_mobon .tabs .add_txt > p {
  opacity: 1;
  width: 611px;
  height: 118px;
  margin: 270px 27px 0 0;
  font-family: "NotoSansL";
  font-size: 40px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #222;
}
.sec_business_mobon .tabs .add_txt > p em {
  font-family: "NotoSansB";
}
.sec_business_mobon .tabs .add_txt .cont_onlyp p {
  font-family: "NotoSansL";
  width: 611px;
  height: 118px;
  opacity: 1;
  font-size: 40px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #222;
  margin-top: 0;
  line-height: normal;
}
.sec_business_mobon .tabs .add_txt .cont_onlyp p em {
  font-family: "NotoSansB";
}
.sec_business_mobon .tabs .add_btn {
  margin-top: 60px;
}
.sec_business_mobon .tabs div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 1111px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
}
.sec_business_mobon .tabs div .list-logo-row {
  border: solid 1px #efefef;
  border-left: 0;
  border-bottom: 0;
}
.sec_business_mobon .tabs div .list-logo-row li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  width: 222px;
  height: 107px;
  border: solid 1px #efefef;
  border-right: 0;
  border-top: 0;
}
.sec_business_mobon .tabs div ul {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
.sec_business_mobon .tabs div ul .tab-item {
  float: left;
  font-size: 18px;
  cursor: pointer;
  border-radius: 0px;
  -webkit-transition: none;
  transition: none;
  margin: 60px 0 100px 0;
  padding-right: 40px;
}
.sec_business_mobon .tabs div ul li:hover {
  color: #7fbf36;
  -webkit-transition: none;
  transition: none;
}
.sec_business_mobon .tabs #first-dynamic-table,
.sec_business_mobon .tabs #first-dynamic-table-2 {
  width: 100%;
  background: #ffffff;
  color: #36494f;
}
.sec_business_mobon .tabs .tab-item.active {
  color: #7fbf36;
  font-family: "NotoSansB";
}
html[lang="en"] .sec_company_history .box-history ul li {
  font-size: 15px;
  letter-spacing: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
html[lang="en"] .sec_company_history .box-history article ul {
  max-width: 570px;
}
html[lang="en"] .sec_business_mobon .tabs div ul .tab-item {
  font-size: 15px;
  padding-right: 20px;
  margin: 60px 0 100px 0;
}
html[lang="en"] .sec_business_mobon .tabs .add_txt .cont_onlyp p {
  height: auto;
}
.sec_business_mobon .tabs .tab-content {
  width: 100%;
  display: none;
}
.sec_business_mobon .tabs .tab-content.active {
  display: block;
}
.sec_business_mobon .lnb_add_wrap {
  padding: 30px 0 30px 0;
  margin: 30px 0 0 490px;
}
.sec_business_mobon .lnb_add_wrap + .sec_intro {
  padding: 100px 0 80px 0;
}
.sec_business_mobon .lnb_add_wrap + .sec_intro .add_txt > span {
  font-size: 54px;
  line-height: 1.48;
}
.sec_business_mobon.sec_new_box .sec_cont {
  margin: 400px 0 0 490px;
}
.sec_business_mobon.sec_new_box .sec_cont + .sec_intro {
  padding: 130px 0 80px 0;
}
.sec_business_mobon .slider_progressbar {
  max-width: 1430px;
  /* Navication */
}
.sec_business_mobon .slider_progressbar .owl-progress-simple .item {
  width: 582px;
  margin: 0px 80px 40px 0;
}
.sec_business_mobon .slider_progressbar .owl-progress-simple .item img {
  display: block;
  width: 100%;
  margin: 0 0 60px;
}
.sec_business_mobon .slider_progressbar .owl-progress-simple .item .txt_box span {
  font-size: 18px;
  color: #ccc;
  font-family: "NotoSansB";
}
.sec_business_mobon .slider_progressbar .owl-progress-simple .item .txt_box strong {
  display: block;
  margin: 25px 0 30px;
  font-size: 30px;
  color: #222;
  letter-spacing: -0.8px;
  font-family: "GmarketSansB";
}
.sec_business_mobon .slider_progressbar .owl-progress-simple .item .txt_box p {
  font-size: 18px;
  font-family: "NotoSansL";
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.sec_business_mobon .slider_progressbar .owl-pagn {
  position: relative;
  height: 2px;
  width: 100%;
}
.sec_business_mobon .slider_progressbar .owl-pagn-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 2px;
  padding: 0 2px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}
.sec_business_mobon .slider_progressbar .owl-pagn-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ccc;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  overflow: hidden;
}
.sec_business_mobon .slider_progressbar .owl-pagn-bar p {
  position: absolute;
  margin-top: 0;
  width: 0%;
  height: 2px;
  background: #222;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  opacity: 1;
}
.sec_business_mobon .slider_progressbar .owl-nav {
  position: absolute;
  right: calc(100% - 1318px);
  bottom: -97px;
}

/* 광고 사업 - 애드허브 */
.sec_business_adhub {
  text-align: center;
  overflow: hidden;
}
.sec_business_adhub.sec_new_box .sec_intro {
  padding-bottom: 0;
}
.sec_business_adhub.sec_new_box .sec_intro.active iframe {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.sec_business_adhub.sec_new_box .sec_intro .add_txt > span {
  font-size: 60px;
  margin: 0 0 30px;
}
.sec_business_adhub.sec_new_box .sec_intro .add_txt > p {
  margin: 60px 0 260px;
  font-size: 36px;
  line-height: 1.5;
  color: #c2c2c2;
  font-family: "NotoSansB";
  text-align: left;
}
.sec_business_adhub.sec_new_box .sec_intro .add_txt > p b {
  color: #444;
}
.sec_business_adhub.sec_new_box .sec_intro.active .add_txt > p {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_business_adhub.sec_new_box .sec_intro.top_text {
  padding: 100px 0 0 0;
}
.sec_business_adhub.sec_new_box .sec_intro.top_text .add_txt > span {
  font-size: 54px;
  line-height: 1.48;
}
.sec_business_adhub.sec_new_box .sec_cont ul {
  position: relative;
  float: left;
  width: 380px;
  margin-top: 85px;
  opacity: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.sec_business_adhub.sec_new_box .sec_cont ul li {
  margin-bottom: 30px;
}
.sec_business_adhub.sec_new_box .sec_cont ul li:nth-child(4), .sec_business_adhub.sec_new_box .sec_cont ul li:nth-child(5) {
  position: absolute;
  right: 0;
  top: 30px;
}
.sec_business_adhub.sec_new_box .sec_cont ul li:nth-child(5) {
  top: 110px;
}
.sec_business_adhub.sec_new_box .sec_cont ul li .ban_imgbox {
  width: 146px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_business_adhub.sec_new_box .sec_cont .add_desc {
  float: left;
  width: calc(100% - 500px);
  margin-left: 120px;
  padding: 90px 60px;
  background-color: #7fbf36;
  color: #fff;
  text-align: left;
  font-family: "NotoSansL";
}
.sec_business_adhub.sec_new_box .sec_cont .add_desc strong, .sec_business_adhub.sec_new_box .sec_cont .add_desc span {
  opacity: 0;
  color: #fff;
}
.sec_business_adhub.sec_new_box .sec_cont.active ul {
  -webkit-animation: fade 1s ease forwards;
          animation: fade 1s ease forwards;
}
.sec_business_adhub.sec_new_box .sec_cont.active .add_desc strong {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_business_adhub.sec_new_box .sec_cont.active .add_desc span {
  -webkit-animation: textAni 2s ease forwards;
          animation: textAni 2s ease forwards;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 {
  margin-top: 300px;
  text-align: right;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs {
  position: relative;
  max-width: 1180px;
  height: 301px;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .add_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .add_txt span {
  display: block;
  margin: 10px 0 0;
  font-size: 40px;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .add_txt span.txt_bold {
  font-family: "NotoSansB";
  margin: 0;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .add_txt p {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 18px;
  font-family: "NotoSansL";
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .add_txt p.mobile {
  display: none;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .add_txt .swiper_wrap.mobile {
  display: none;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .swiper-container,
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .swiper-wrapper,
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .swiper-slide {
  width: 100%;
  height: 100%;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .swiper-container {
  height: 300px;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs .swiper-container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 500px;
}
.sec_business_adhub.sec_new_box .sec_slider_cont02 .boxs img {
  width: 100%;
  max-width: 542px;
  height: 299px;
}
.sec_business_adhub.sec_new_box .sec_result {
  top: 50px;
  margin: 190px 0 0px 0;
  height: 560px;
  background: #fff;
}
.sec_business_adhub.sec_new_box .sec_result .graphs {
  opacity: 0;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .bar {
  width: 48px !important;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:nth-child(1) .gbox .bar {
  height: 101px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:nth-child(1) .gbox:nth-child(2) .bar {
  height: 171px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:nth-child(2) .gbox .bar {
  height: 124px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:nth-child(2) .gbox:nth-child(2) .bar {
  height: 331px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:nth-child(3) .gbox .bar {
  height: 90px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:nth-child(3) .gbox:nth-child(2) .bar {
  height: 289px;
}
.sec_business_adhub.sec_new_box .sec_result .inner {
  width: 1250px !important;
  height: 100%;
  margin: 0 !important;
}
.sec_business_adhub.sec_new_box .sec_result .add_txt {
  text-align: left;
}
.sec_business_adhub.sec_new_box .sec_result p {
  position: relative;
  z-index: 1;
  top: -50px;
  font-size: 40px;
  color: #333;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
}
.sec_business_adhub.sec_new_box .sec_result p span {
  opacity: 0;
  display: block;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #333;
}
.sec_business_adhub.sec_new_box .sec_result p span b {
  font-family: "NotoSansB";
}
.sec_business_adhub.sec_new_box .sec_result.active .graphs {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_business_adhub.sec_new_box .sec_result.active span {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_business_adhub.sec_new_box .sec_result.active span:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_business_adhub.sec_new_box .sec_result.active span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec_business_adhub.sec_new_box .sec_result.active span:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sec_business_adhub.sec_new_box .sec_result.active span:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sec_business_adhub.sec_new_box .sec_result .graphs {
  float: left;
  width: 630px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-top: 65px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph {
  width: 150px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-left: 70px;
  position: relative;
  z-index: 5;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph:first-child {
  margin-left: 0;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph strong {
  display: block;
  font-family: "scdreamB";
  margin: 0 0 5px 0;
  font-size: 19px;
  text-align: center;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph strong span {
  font-size: 33px;
  letter-spacing: -1px;
  font-family: "GiloryB";
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .bar {
  width: 40px;
  height: 0;
  margin: 0 auto 5px;
  border-radius: 5px 5px 0 0;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph p {
  display: block;
  font-family: "NotoSansB";
  font-size: 18px;
  opacity: 1;
  margin-top: 50px;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph p em {
  display: block;
  font-family: "NotoSansL";
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox:nth-child(1) strong {
  font-size: 18px;
  color: #aaa;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox:nth-child(1) strong span {
  font-size: 33px;
  color: #aaa;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox:nth-child(1) .bar {
  background: #aaa;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox:nth-child(2) strong {
  font-size: 19px;
  color: #2768ff;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox:nth-child(2) strong span {
  font-size: 35px;
  color: #2768ff;
}
.sec_business_adhub.sec_new_box .sec_result .graphs .graph .gbox:nth-child(2) .bar {
  background: #2768ff;
}
.sec_business_adhub.sec_new_box .sec_result .add_txt {
  width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  float: right;
}
.sec_business_adhub.sec_new_box .sec_result .add_txt p {
  display: block;
}
.sec_business_adhub.sec_new_box .sec_result .add_txt span {
  opacity: 0;
  line-height: 1.4;
}
.sec_business_adhub.sec_new_box .sec_result + .sec_intro {
  padding: 0;
}
.sec_business_adhub.sec_new_box .sec_result + .sec_intro .add_txt .add_btn {
  margin: 0;
}

.sec_new_box {
  overflow: hidden;
}
.sec_new_box article:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_new_box article.sub_visual_bgtop {
  font-size: 0;
  float: left;
  margin-top: 10px;
}
.sec_new_box .sec_intro {
  position: relative;
  padding: 185px 0 80px 0 !important;
  clear: both;
  font-size: 0;
}
.sec_new_box .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_new_box .sec_intro .add_txt > span {
  opacity: 0;
  display: block;
  font-size: 50px;
  font-family: "NotoSansL";
  color: #222;
  text-align: left;
  line-height: 1.33;
  letter-spacing: -2.5px;
}
.sec_new_box .sec_intro .add_txt > span > b {
  font-family: "NotoSansB";
}
.sec_new_box .sec_intro .add_txt > span:nth-child(2) {
  font-size: 16px;
  letter-spacing: -0.32px;
  margin: 10px 0 0 10px;
  line-height: 1.5;
}
.sec_new_box .sec_intro .add_mintxt div {
  margin-top: 15px;
  opacity: 0;
  padding-right: 15px;
}
.sec_new_box .sec_intro .add_mintxt div:first-child {
  margin-top: 0px;
}
.sec_new_box .sec_intro .add_mintxt div > span {
  display: block;
  font-family: "NotoSansL";
  color: #333;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.sec_new_box .sec_intro .add_mintxt div > span > b {
  font-family: "NotoSansB";
}
.sec_new_box .sec_intro h1,
.sec_new_box .sec_intro p {
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_new_box .sec_intro h1 {
  margin-top: -50px;
  font-size: 50px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: 0;
}
.sec_new_box .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_new_box .sec_intro p {
  margin-top: -50px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.sec_new_box .sec_intro.active .add_txt span {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_new_box .sec_intro.active .add_txt span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_new_box .sec_intro.active .add_txt span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec_new_box .sec_intro.active .add_txt .add_btn a {
  -webkit-animation: none !important;
          animation: none !important;
  opacity: 1 !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sec_new_box .sec_intro.active .add_mintxt div {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_new_box .sec_intro.active .add_mintxt div:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_new_box .sec_intro.active .add_mintxt div:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.sec_new_box .add_btn {
  font-family: "NotoSansB";
  font-size: 20px;
  margin-top: 30px;
  text-align: left;
}
.sec_new_box .add_btn span {
  font-family: "NotoSansB";
  font-size: 20px;
  text-align: left;
  display: inline-block;
  color: #222;
  position: relative;
  line-height: 1.45;
  letter-spacing: -0.4px;
  vertical-align: middle;
}
.sec_new_box .add_btn span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  width: 0%;
  white-space: pre;
  padding-bottom: 5px;
  color: #7fbf36;
}
.sec_new_box .add_btn a {
  opacity: 0;
}
.sec_new_box .add_btn a span {
  margin-right: 20px;
}
.sec_new_box .add_btn a i {
  display: inline-block;
  width: 53px;
  height: 53px;
  vertical-align: middle;
  background-color: #f7f7f7;
  background-image: url(../img/btn_common_arrow_b.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
}
.sec_new_box .add_btn a:hover span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.sec_new_box .add_btn a:hover i {
  background-color: #7fbf36;
  background-image: url(../img/btn_common_arrow_w.svg);
}
.sec_new_box .add_btn a:hover i:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: -1;
}
.sec_new_box .add_btn .add_tab_list {
  margin: 60px 0;
}
.sec_new_box .add_btn .add_tab_list > li {
  display: inline-block;
  vertical-align: top;
}
.sec_new_box .add_btn .add_tab_list > li:after {
  opacity: 0;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #ddd;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.sec_new_box .add_btn .add_tab_list > li:last-child:after {
  content: normal;
}
.sec_new_box .add_btn .add_tab_list > li > a {
  font-size: 20px;
  font-family: "NotoSansM";
  color: #333;
}
.sec_new_box .add_btn .add_tab_list > li.active > a {
  color: #7fbf36;
}
.sec_new_box .sec_cont {
  width: 100%;
  position: relative;
  margin: 130px 0 125px 0;
}
.sec_new_box .sec_cont .inner {
  width: 1113px !important;
  margin: 0 !important;
  text-align: left;
}
.sec_new_box .sec_cont .inner > div {
  margin-top: -90px;
  padding-bottom: 50px;
}
.sec_new_box .sec_cont .inner > div:first-child {
  margin-top: 0;
}
.sec_new_box .sec_cont .inner > div.box-05 {
  max-width: 466px;
}
.sec_new_box .sec_cont .inner > div.box-01 dl, .sec_new_box .sec_cont .inner > div.box-03 dl, .sec_new_box .sec_cont .inner > div.box-05 dl {
  margin-right: 0px;
  right: 320px;
}
.sec_new_box .sec_cont .inner > div.box-02 dl, .sec_new_box .sec_cont .inner > div.box-04 dl {
  margin-left: 622px;
  right: 0;
}
.sec_new_box .sec_cont .inner > div.box-01 img, .sec_new_box .sec_cont .inner > div.box-03 img, .sec_new_box .sec_cont .inner > div.box-05 img {
  right: -320px;
}
.sec_new_box .sec_cont .inner > div.box-02 img, .sec_new_box .sec_cont .inner > div.box-04 img {
  left: -320px;
}
.sec_new_box .sec_cont .inner > div > img,
.sec_new_box .sec_cont dl {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  opacity: 0;
}
.sec_new_box .sec_cont dl dt {
  margin: 0 0 20px 0;
  color: #222;
  font-family: "NotoSansL";
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
}
.sec_new_box .sec_cont dl dt b {
  display: block;
  font-size: 24px;
  color: #999;
  font-family: "NotoSansB";
  line-height: 1.88;
  letter-spacing: -0.48px;
}
.sec_new_box .sec_cont dl dt strong {
  font-family: "NotoSansB";
}
.sec_new_box .sec_cont dl dd {
  color: #222;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
  font-family: "NotoSansL";
  white-space: normal;
}
.sec_new_box .sec_cont img {
  max-width: 634px;
}
.sec_new_box .sec_cont .add_desc strong {
  display: block;
  font-family: "NotoSansL";
  font-size: 40px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
}
.sec_new_box .sec_cont .add_desc strong > em {
  font-family: "NotoSansB";
}
.sec_new_box .sec_cont .add_desc span {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.sec_new_box .sec_intro + .sec_cont {
  padding: 0;
  margin-left: 0;
}
.sec_new_box .sec_slider_cont {
  opacity: 0;
  margin-top: 300px;
}
.sec_new_box .sec_slider_cont .inner {
  margin: 0 !important;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .item {
  max-width: 1080px;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .add_txt {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 600px;
  padding-top: 50px;
  max-width: 593px;
  padding-right: 100px;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .add_txt > span {
  opacity: 0;
  display: block;
  font-size: 40px;
  color: #333222;
  letter-spacing: -0.72px;
  font-family: "NotoSansL";
  line-height: 52px;
  text-align: left;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .add_txt .txt_bold {
  font-family: "NotoSansB";
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .add_mintxt {
  opacity: 0;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 490px;
  text-align: left;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .owl-item.active .boxs .add_txt > span {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .owl-item.active .boxs .add_txt > span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .owl-item.active .boxs .add_txt > span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .owl-item.active .boxs .add_txt .add_btn {
  font-family: "NotoSansB";
  font-size: 20px;
  margin-top: 30px;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .owl-item.active .boxs .add_txt .add_btn > a {
  -webkit-animation: textAni 2s ease forwards;
          animation: textAni 2s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt .owl-item.active .boxs .add_mintxt {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sec_new_box .sec_slider_cont .owl-dots {
  position: absolute;
  width: auto;
  left: 0px;
  top: 0;
  z-index: 20;
}
.sec_new_box .sec_slider_cont .owl-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #dbdbdb;
  border-radius: 100px;
}
.sec_new_box .sec_slider_cont .owl-dots button:first-child {
  margin-left: 0;
}
.sec_new_box .sec_slider_cont .owl-dots button.active {
  width: 40px;
  background: #7fbf36;
}
.sec_new_box .sec_slider_cont .owl-dots button.active button:before {
  content: "";
  width: 100%;
}
.sec_new_box .sec_slider_cont.active {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_new_box .sec_slider_cont .slider_thumbtxt img {
  width: 50%;
  max-width: 479px;
  height: 264px;
  float: left;
}
.sec_new_box .sec_quarter_list .inner > ul {
  display: block;
  width: 100%;
  margin: 0;
}
.sec_new_box .sec_quarter_list .inner > ul > li {
  position: relative;
  opacity: 0;
  top: 50px;
  border-bottom: solid 1px #efefef;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_new_box .sec_quarter_list .inner > ul > li a {
  display: block;
  padding: 40px 0 40px 0;
}
.sec_new_box .sec_quarter_list .inner > ul > li a > strong {
  display: block;
  font-family: NotoSansB;
  font-size: 24px;
  letter-spacing: -0.48px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec_new_box .sec_quarter_list .inner > ul > li a > p {
  font-family: NotoSansR;
  font-size: 18px;
  letter-spacing: -0.36px;
  color: #222;
  margin: 20px 0 0 0;
  line-height: 1.67;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sec_new_box .sec_quarter_list .inner > ul > li a .txt_box {
  font-size: 16px;
  margin: 30px 0 0 0;
}
.sec_new_box .sec_quarter_list .inner > ul > li a .txt_box strong {
  display: inline-block;
  font-family: "NotoSansR";
  color: #7fbf36;
}
.sec_new_box .sec_quarter_list .inner > ul > li a .txt_box span {
  position: relative;
  display: inline-block;
  font-family: "NotoSansR";
  color: #999;
  margin: 0 0 0 30px;
}
.sec_new_box .sec_quarter_list .inner > ul > li a .txt_box span::after {
  position: absolute;
  left: -17px;
  top: 2px;
  display: block;
  content: "";
  width: 0;
  height: 12px;
  border-left: solid 1px #999;
}
.sec_new_box .sec_quarter_list .inner .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 80px 0 0 0;
}
.sec_new_box .sec_quarter_list .inner .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #222;
  margin-left: -1px;
  font-family: "notosansB";
  border-radius: 100%;
  font-size: 20px;
  margin: 0 7px 0 7px;
  background-color: #f7f7f7;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li.active {
  color: #fff;
  background-color: #7fbf36;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li:hover {
  color: #fff;
  background-color: #7fbf36;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li.prev {
  background: #f7f7f7 url(/img/ico_paging_prev_off.png) no-repeat center center;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li.prev:hover {
  background: #e2e2e2 url(/img/ico_paging_prev.png) no-repeat center center;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li.next {
  background: #f7f7f7 url(/img/ico_paging_next_off.png) no-repeat center center;
}
.sec_new_box .sec_quarter_list .inner .pagination ul > li.next:hover {
  background: #e2e2e2 url(/img/ico_paging_next.png) no-repeat center center;
}
.sec_new_box .btn_wrap {
  display: none;
}

/* 인공지능 */
.sec_business_ainew {
  padding: 0 !important;
}
.sec_business_ainew .sec_intro {
  padding: 185px 0 80px 490px;
}
.sec_business_ainew .sec_intro .add_txt {
  clear: both;
}
.sec_business_ainew .sec_intro .add_txt span b {
  font-size: 60px;
}
.sec_business_ainew .sec_intro .lnb_add_wrap {
  margin: 60px 0 0;
}
.sec_business_ainew .sec_intro .lnb_add_wrap .lnb_add_list li {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.72px;
  text-align: left;
  color: #7fbf36;
}
.sec_business_ainew .sec_intro .extra_txt {
  margin: 100px 0 0 0;
  clear: both;
}
.sec_business_ainew .sec_intro .extra_txt strong {
  font-family: NotoSansB;
  font-size: 54px;
  line-height: 1.48;
  letter-spacing: -1.62px;
  color: #222;
}
.sec_business_ainew .sec_intro .extra_txt div {
  font-family: NotoSansB;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: -0.72px;
  color: #c2c2c2;
  margin: 60px 0 0 0;
}
.sec_business_ainew .sec_intro .extra_txt div span {
  color: #222;
}
.sec_business_ainew .sec_intro + .sec_cont {
  padding: 0 0 0 490px;
}
.sec_business_ainew .sec_cont .inner {
  max-width: 480px;
}
.sec_business_ainew .sec_cont .inner .box-history {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.sec_business_ainew .sec_cont .inner .box-history .bg-line {
  display: block;
  width: 1px;
  height: 1170px;
  background: #707070;
  position: absolute;
  top: 20px;
  left: 50%;
  display: none;
}
.sec_business_ainew .sec_cont .inner .box-history h1 {
  display: block;
  margin: 0 0 15px 0;
  font-size: 60px;
  font-family: "NotoSansB";
}
.sec_business_ainew .sec_cont .inner .box-history h2 {
  display: block;
  margin: 0 0 15px 0;
  font-size: 40px;
  font-family: "NotoSansB";
}
.sec_business_ainew .sec_cont .inner .box-history h2.color-green {
  font-size: 50px;
}
.sec_business_ainew .sec_cont .inner .box-history ul {
  display: block;
}
.sec_business_ainew .sec_cont .inner .box-history ul li {
  color: #333;
  font-family: "NotoSansL";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.sec_business_ainew .sec_cont .inner .box-history article {
  position: relative;
  margin: 0 0 120px 0;
  opacity: 0;
}
.sec_business_ainew .sec_cont .inner .box-history article:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 1px;
  border-radius: 50%;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_business_ainew .sec_cont .inner .box-history article.align-l {
  left: 50%;
  margin-left: -5px;
  padding-left: 30px;
}
.sec_business_ainew .sec_cont .inner .box-history article.align-r {
  right: 50%;
  margin-right: -6px;
  padding-right: 30px;
}
.sec_business_ainew .sec_cont .inner .box-history article.align-r:before {
  top: 15px;
  left: auto;
  right: 1px;
}
.sec_business_ainew .sec_cont .inner .box-history article ul li {
  position: relative;
}
.sec_business_ainew .sec_cont .inner .box-history article ul li span:before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.sec_business_ainew .sec_diff {
  width: 100%;
  height: 640px;
  z-index: 15;
  text-align: center;
  padding: 0px 0 0 0;
  position: relative;
  overflow: hidden;
  background-image: url("../img/content/img_sub_ai_bg.png");
  background-size: 100% auto;
  background-position: center 0;
}
.sec_business_ainew .sec_diff .video_wrap {
  position: absolute !important;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  margin: -500px 0 0 0;
}
.sec_business_ainew .sec_diff .video_wrap video {
  width: 100%;
  height: auto;
}
.sec_business_ainew .sec_diff .swiper-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 640px;
}
.sec_business_ainew .sec_diff .swiper-container .swiper-pagination {
  left: 160px;
  top: 150px;
  width: 3px;
  height: 490px;
  background: rgba(255, 255, 255, 0.3);
}
.sec_business_ainew .sec_diff .swiper-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
.sec_business_ainew .sec_diff .swiper-container ul {
  width: 100%;
  height: auto;
  text-align: center;
}
.sec_business_ainew .sec_diff .swiper-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  font-size: 50px;
  font-family: "NotoSansL";
  color: #fff;
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.sec_business_ainew .sec_diff .swiper-container ul li.swiper-slide-active {
  opacity: 1;
}
.sec_business_ainew .sec_diff .swiper-container ul li strong {
  font-family: "NotoSansB";
  margin: 0 7px 0 7px;
}
.sec_business_ainew .sec_cont {
  font-size: 0;
  display: inline-block;
}
.sec_business_ainew .sec_research {
  position: relative;
  height: 1000px;
  margin: 260px 180px 0 240px;
}
.sec_business_ainew .sec_research .img_p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -150px;
  margin-left: 30px;
}
.sec_business_ainew .sec_research .inner .txt_row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box {
  opacity: 0;
  position: absolute;
  width: 360px;
  float: left;
  text-align: right;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.l_box {
  margin-left: 50px;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.r_box {
  float: right;
  text-align: left;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box:after {
  content: "";
  width: 1px;
  background: #e6e6e6;
  position: absolute;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.txt_box01 {
  top: 140px;
  margin-left: 55px;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.txt_box02 {
  top: 7px;
  right: 115px;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.txt_box03 {
  top: 566px;
  left: 5px;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.txt_box04 {
  top: 353px;
  right: -5px;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box.txt_box05 {
  top: 631px;
  right: 112px;
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box strong {
  display: block;
  font-size: 30px;
  color: #333;
  font-family: "NotoSansB";
}
.sec_business_ainew .sec_research .inner .txt_row .txt_box span {
  display: inline-block;
  vertical-align: top;
  font-family: "NotoSansL";
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  line-height: 1.5;
}
.sec_business_ainew .sec_research.active .inner .txt_row .txt_box {
  -webkit-animation: textAni 1s ease forwards;
          animation: textAni 1s ease forwards;
}
.sec_business_ainew .sec_research.active .inner .txt_row .txt_box.txt_box01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sec_business_ainew .sec_research.active .inner .txt_row .txt_box.txt_box02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sec_business_ainew .sec_research.active .inner .txt_row .txt_box.txt_box03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sec_business_ainew .sec_research.active .inner .txt_row .txt_box.txt_box04 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sec_business_ainew .sec_research.active .inner .txt_row .txt_box.txt_box05 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.sec_business_adv {
  padding: 0 0 250px 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.sec_business_adv article:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_adv .sec_intro {
  position: relative;
  padding: 185px 0 80px 0;
}
.sec_business_adv .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_adv .sec_intro h1,
.sec_business_adv .sec_intro p {
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_business_adv .sec_intro h1 {
  margin-top: -50px;
  font-size: 50px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: 0;
}
.sec_business_adv .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_business_adv .sec_intro p {
  margin-top: -50px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.sec_business_adv .sec_cont {
  width: 100%;
  position: relative;
  background: #f6f7f8;
  margin: 0 0 125px 0;
  padding: 128px 0;
}
.sec_business_adv .sec_cont:before {
  display: block;
  content: "";
  width: 1px;
  height: 150px;
  background: #ddd;
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
}
.sec_business_adv .sec_cont:after {
  display: block;
  content: "";
  width: 1px;
  height: 150px;
  background: #ddd;
  position: absolute;
  bottom: -75px;
  left: 50%;
  z-index: 1;
}
.sec_business_adv .sec_cont .inner > div {
  margin-top: 120px;
}
.sec_business_adv .sec_cont .inner > div:first-child {
  margin-top: 0;
}
.sec_business_adv .sec_cont .inner > div.box-01 dl, .sec_business_adv .sec_cont .inner > div.box-03 dl, .sec_business_adv .sec_cont .inner > div.box-05 dl {
  margin-right: 60px;
  left: -200px;
}
.sec_business_adv .sec_cont .inner > div.box-02 dl, .sec_business_adv .sec_cont .inner > div.box-04 dl {
  margin-left: 60px;
  right: -200px;
}
.sec_business_adv .sec_cont .inner > div.box-01 img, .sec_business_adv .sec_cont .inner > div.box-03 img, .sec_business_adv .sec_cont .inner > div.box-05 img {
  right: -200px;
}
.sec_business_adv .sec_cont .inner > div.box-02 img, .sec_business_adv .sec_cont .inner > div.box-04 img {
  left: -200px;
}
.sec_business_adv .sec_cont .inner > div > img,
.sec_business_adv .sec_cont dl {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  opacity: 0;
}
.sec_business_adv .sec_cont img {
  max-width: 634px;
}
.sec_business_adv .sec_cont dl dt {
  margin: 0 0 18px 0;
  font-size: 36px;
  color: #333;
  font-family: "NotoSansR";
  line-height: 46px;
}
.sec_business_adv .sec_cont dl dt strong {
  font-family: "NotoSansB";
}
.sec_business_adv .sec_cont dl dd {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.sec_business_adv .sec_cont dl dd span {
  display: block;
}
.sec_business_adv .sec_cont dl dd br {
  display: none;
}

.sec_business_social {
  padding: 0 0 130px 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.sec_business_social article:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_social .sec_intro {
  position: relative;
  height: 380px;
  padding: 100px 0;
}
.sec_business_social .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_social .sec_intro h1,
.sec_business_social .sec_intro p {
  position: absolute;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_business_social .sec_intro h1 {
  top: 0;
  margin: 0 0 30px 0;
  font-size: 60px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: 0;
}
.sec_business_social .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_business_social .sec_intro p {
  top: 70px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  word-break: keep-all;
}
.sec_business_social .sec_intro p span {
  display: block;
}
.sec_business_social .sec_intro p br {
  display: none;
}
.sec_business_social .sec_cont {
  width: 100%;
  position: relative;
}
.sec_business_social .sec_cont .box-ad-search {
  width: 100%;
  padding: 105px 0 130px 0;
  background: #f6f7f8;
  text-align: left;
}
.sec_business_social .sec_cont .box-ad-search .inner {
  width: 1190px !important;
  background: url("../img/content/sociallink_bg_01.png") -60px bottom no-repeat;
  background-size: 620px auto;
}
.sec_business_social .sec_cont .box-ad-search h2 {
  display: block;
  text-align: left;
  margin: 0 0 15px 0;
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-search h2 strong {
  font-family: "NotoSansB";
  color: #111;
  font-size: 36px;
  letter-spacing: -1px;
}
.sec_business_social .sec_cont .box-ad-search h2 strong span {
  color: #1d7ad2;
}
.sec_business_social .sec_cont .box-ad-search h2 > span {
  font-size: 30px;
  margin-left: 5px;
}
.sec_business_social .sec_cont .box-ad-search p {
  font-size: 16px;
  line-height: 27px;
  color: #333;
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-search p strong {
  color: #1d7ad2;
  font-family: "NotoSansB";
}
.sec_business_social .sec_cont .box-ad-search p span {
  display: block;
}
.sec_business_social .sec_cont .box-ad-search p br {
  display: none;
}
.sec_business_social .sec_cont .box-ad-search ul {
  display: block;
  font-size: 0;
  float: right;
  margin: 105px 0 0 0;
}
.sec_business_social .sec_cont .box-ad-search ul li {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-left: 24px;
  position: relative;
  right: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-search ul li:first-child {
  margin-left: 0;
}
.sec_business_social .sec_cont .box-ad-search ul li img {
  width: 100%;
}
.sec_business_social .sec_cont .box-ad-search ul li dl {
  margin: 20px 0 0 0;
}
.sec_business_social .sec_cont .box-ad-search ul li dl dt {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #111;
  letter-spacing: -1px;
  font-family: "NotoSansM";
}
.sec_business_social .sec_cont .box-ad-search ul li dl dd {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.sec_business_social .sec_cont .box-ad-shopping {
  padding: 110px 0 127px 0;
}
.sec_business_social .sec_cont .box-ad-shopping .inner {
  width: 1190px !important;
  background: url("../img/content/sociallink_bg_02.png") 110% bottom no-repeat;
  background-size: 620px auto;
}
.sec_business_social .sec_cont .box-ad-shopping h2 {
  display: block;
  text-align: right;
  margin: 0 0 15px 0;
  position: relative;
  opacity: 0;
  top: -50px;
}
.sec_business_social .sec_cont .box-ad-shopping h2 strong {
  font-family: "NotoSansB";
  color: #111;
  font-size: 36px;
  letter-spacing: -1px;
}
.sec_business_social .sec_cont .box-ad-shopping h2 strong span {
  color: #1d7ad2;
}
.sec_business_social .sec_cont .box-ad-shopping h2 > span {
  font-size: 30px;
  margin-left: 5px;
}
.sec_business_social .sec_cont .box-ad-shopping p {
  font-size: 16px;
  line-height: 27px;
  color: #333;
  text-align: right;
  position: relative;
  opacity: 0;
  top: -50px;
}
.sec_business_social .sec_cont .box-ad-shopping p strong {
  color: #1d7ad2;
  font-family: "NotoSansB";
}
.sec_business_social .sec_cont .box-ad-shopping ul {
  display: block;
  font-size: 0;
  float: left;
  text-align: left;
  margin: 80px 0 0 0;
}
.sec_business_social .sec_cont .box-ad-shopping ul li {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin-left: 24px;
  position: relative;
  opacity: 0;
  left: -50px;
}
.sec_business_social .sec_cont .box-ad-shopping ul li:first-child {
  margin-left: 0;
}
.sec_business_social .sec_cont .box-ad-shopping ul li img {
  width: 100%;
}
.sec_business_social .sec_cont .box-ad-shopping ul li dl {
  margin: 20px 0 0 0;
}
.sec_business_social .sec_cont .box-ad-shopping ul li dl dt {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #111;
  letter-spacing: -1px;
  font-family: "NotoSansM";
}
.sec_business_social .sec_cont .box-ad-shopping ul li dl dd {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.sec_business_social .sec_cont .box-ad-compect {
  padding: 110px 0 80px 0;
  background: #f6f7f8;
}
.sec_business_social .sec_cont .box-ad-compect .inner {
  width: 1190px !important;
}
.sec_business_social .sec_cont .box-ad-compect h2 {
  display: block;
  text-align: left;
  margin: 0 0 50px 0;
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-compect h2 strong {
  font-family: "NotoSansB";
  color: #111;
  font-size: 36px;
  letter-spacing: -1px;
}
.sec_business_social .sec_cont .box-ad-compect h2 strong span {
  color: #1d7ad2;
}
.sec_business_social .sec_cont .box-ad-compect h2 > span {
  font-size: 30px;
  margin-left: 5px;
}
.sec_business_social .sec_cont .box-ad-compect ul {
  display: block;
  font-size: 0;
}
.sec_business_social .sec_cont .box-ad-compect ul li {
  display: inline-block;
  width: 50%;
  font-size: 0;
  text-align: left;
  margin: 0 0 55px 0;
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-compect ul li img,
.sec_business_social .sec_cont .box-ad-compect ul li dl {
  display: inline-block;
  vertical-align: middle;
}
.sec_business_social .sec_cont .box-ad-compect ul li img {
  width: 120px;
}
.sec_business_social .sec_cont .box-ad-compect ul li dl {
  margin-left: 30px;
}
.sec_business_social .sec_cont .box-ad-compect ul li dl dt {
  margin: 0 0 15px 0;
  font-size: 26px;
  color: #111;
  letter-spacing: -1px;
  font-family: "NotoSansM";
}
.sec_business_social .sec_cont .box-ad-compect ul li dl dd {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #333;
}
.sec_business_social .sec_cont .box-ad-process {
  padding: 90px 0 0 0;
}
.sec_business_social .sec_cont .box-ad-process .inner {
  width: 1300px !important;
}
.sec_business_social .sec_cont .box-ad-process h2 {
  margin: 0 0 40px 0;
  text-align: left;
}
.sec_business_social .sec_cont .box-ad-process h2 strong,
.sec_business_social .sec_cont .box-ad-process h2 span {
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-process h2 strong {
  display: block;
  margin: 0 0 10px 0;
  color: #0871d3;
  font-size: 30px;
  letter-spacing: -1px;
}
.sec_business_social .sec_cont .box-ad-process h2 span {
  font-size: 36px;
  color: #111;
  font-family: "NotoSansB";
}
.sec_business_social .sec_cont .box-ad-process ul {
  display: block;
  font-size: 0;
}
.sec_business_social .sec_cont .box-ad-process ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 95px;
  left: -50px;
  opacity: 0;
}
.sec_business_social .sec_cont .box-ad-process ul li:first-child {
  margin-left: 0;
}
.sec_business_social .sec_cont .box-ad-process ul li:first-child:before {
  display: none;
}
.sec_business_social .sec_cont .box-ad-process ul li:last-child {
  margin-right: 0;
}
.sec_business_social .sec_cont .box-ad-process ul li:before {
  display: block;
  content: "";
  width: 43px;
  height: 43px;
  background: url("../img/ico_right_arrow.png") top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -115px;
  top: 130px;
  margin-top: -21px;
}
.sec_business_social .sec_cont .box-ad-process ul li img {
  width: 154px;
}
.sec_business_social .sec_cont .box-ad-process ul li dl {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}
.sec_business_social .sec_cont .box-ad-process ul li dl dt {
  margin: 0 0 10px 0;
  font-family: "NotoSansM";
  font-size: 22px;
  color: #111;
}
.sec_business_social .sec_cont .box-ad-process ul li dl dd {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.sec_business_ibot {
  padding: 0 0 250px 0;
}
.sec_business_ibot .sec_intro {
  position: relative;
  height: 360px;
  padding: 100px 0 115px 0;
}
.sec_business_ibot .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_ibot .sec_intro h1,
.sec_business_ibot .sec_intro p {
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_business_ibot .sec_intro h1 {
  margin-top: -50px;
  font-size: 50px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: 0;
}
.sec_business_ibot .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_business_ibot .sec_intro p {
  margin-top: -50px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.sec_business_ibot .sec_cont {
  position: relative;
}
.sec_business_ibot .sec_cont .bg-line {
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e8e9;
  position: absolute;
  top: 0;
  left: 50%;
}
.sec_business_ibot .sec_cont .inner {
  width: 1185px !important;
}
.sec_business_ibot .sec_cont .inner > div {
  width: 508px;
  position: relative;
  float: left;
  top: -50px;
  opacity: 0;
}
.sec_business_ibot .sec_cont .inner > div img {
  width: 508px;
}
.sec_business_ibot .sec_cont .inner > div dl {
  display: block;
  position: relative;
  top: -80px;
  z-index: 5;
}
.sec_business_ibot .sec_cont .inner > div dl dt {
  display: block;
  width: 372px;
  padding: 40px 0 0 40px;
  background: #fff;
  font-size: 36px;
  color: #2a2a2a;
  line-height: 48px;
}
.sec_business_ibot .sec_cont .inner > div dl dt strong {
  font-family: "NotoSansB";
}
.sec_business_ibot .sec_cont .inner > div dl dd {
  padding: 15px 0 0 40px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  letter-spacing: -1px;
}
.sec_business_ibot .sec_cont .inner > div.box-02, .sec_business_ibot .sec_cont .inner > div.box-04 {
  float: right;
  margin: 90px 0 0 0;
}
.sec_business_ibot .box-btns {
  margin: 235px 0 0 0;
  text-align: center;
}
.sec_business_ibot .box-btns a {
  margin: 0 10px;
  opacity: 0;
  width: auto;
  width: 437px;
}

.sec_business_ai {
  padding: 0 0 250px 0;
}
.sec_business_ai .sec_intro {
  position: relative;
  height: 360px;
  padding: 100px 0 115px 0;
}
.sec_business_ai .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_ai .sec_intro h1,
.sec_business_ai .sec_intro p {
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_business_ai .sec_intro h1 {
  margin-top: -50px;
  font-size: 50px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: 0;
}
.sec_business_ai .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_business_ai .sec_intro p {
  margin-top: -50px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.sec_business_ai .sec_cont {
  position: relative;
}
.sec_business_ai .sec_cont:before {
  display: block;
  content: "";
  width: 1px;
  height: 150px;
  background: #ddd;
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
}
.sec_business_ai .sec_cont:after {
  display: block;
  content: "";
  width: 1px;
  height: 150px;
  background: #ddd;
  position: absolute;
  bottom: -75px;
  left: 50%;
  z-index: 1;
}
.sec_business_ai .sec_cont .box-des {
  width: 100%;
  padding: 120px 0 0 0;
  background: #f6f7f8;
  font-size: 0;
}
.sec_business_ai .sec_cont .box-des .inner {
  width: 1190px !important;
  margin: 0 auto;
}
.sec_business_ai .sec_cont .box-des .conts-des {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 560px;
  text-align: left;
  margin: 0 0 110px 70px;
  opacity: 0;
  top: -50px;
}
.sec_business_ai .sec_cont .box-des .conts-des:nth-child(odd) {
  margin-left: 0;
}
.sec_business_ai .sec_cont .box-des .conts-des img {
  display: block;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 558px;
}
.sec_business_ai .sec_cont .box-des .conts-des h2,
.sec_business_ai .sec_cont .box-des .conts-des ul {
  display: inline-block;
  vertical-align: middle;
}
.sec_business_ai .sec_cont .box-des .conts-des h2 {
  margin: 0 30px 0 0;
  font-size: 36px;
  color: #333;
  line-height: 46px;
  letter-spacing: -1px;
}
.sec_business_ai .sec_cont .box-des .conts-des h2 strong {
  font-family: "NotoSansB";
}
.sec_business_ai .sec_cont .box-des .conts-des p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin: 10px 0 0 0;
}
.sec_business_ai .sec_cont .box-des .conts-des ul li {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.sec_business_ai .sec_cont .box-deeplearning {
  width: 100%;
  height: 630px;
  padding: 135px 0 0 0;
  background-image: url("../img/content/ai_bg.png");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  opacity: 0;
}
.sec_business_ai .sec_cont .box-deeplearning h2 {
  display: block;
  margin: 0 0 70px 0;
  font-size: 50px;
  color: #fff;
  line-height: 70px;
  font-family: "NotoSansL";
  opacity: 0;
}
.sec_business_ai .sec_cont .box-deeplearning h2 strong {
  font-family: "NotoSansM";
}
.sec_business_ai .sec_cont .box-deeplearning ul {
  font-size: 0;
}
.sec_business_ai .sec_cont .box-deeplearning ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 90px;
  bottom: -50px;
  opacity: 0;
}
.sec_business_ai .sec_cont .box-deeplearning ul li img {
  width: 100px;
  margin: 0 auto;
}
.sec_business_ai .sec_cont .box-deeplearning ul li p {
  display: block;
  margin: 14px 0 0 0;
  font-size: 20px;
  color: #fff;
}
.sec_business_ai .sec_cont .box-deeplearning ul li p strong {
  font-family: "NotoSansM";
}
.sec_business_ai .sec_cont .box-deeplearning ul li:before {
  display: block;
  content: "";
  width: 1px;
  height: 44px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -22px;
}
.sec_business_ai .sec_cont .box-deeplearning ul li:nth-child(1) {
  margin-left: 0;
}
.sec_business_ai .sec_cont .box-deeplearning ul li:nth-child(1):before {
  display: none;
}
.sec_business_ai .sec_cont .box-deeplearning ul li:nth-child(3) {
  margin-right: 0;
}
.sec_business_ai .sec_cont .box-history {
  width: 1190px;
  height: 680px;
  margin: 140px auto 0 auto;
  position: relative;
}
.sec_business_ai .sec_cont .box-history .bg-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  top: 27%;
  left: 0;
  opacity: 0;
}
.sec_business_ai .sec_cont .box-history .bg-line span {
  display: block;
  width: 12px;
  height: 12px;
  background: #c8c8c8;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  opacity: 0;
}
.sec_business_ai .sec_cont .box-history .bg-line span:nth-child(1) {
  left: 0;
}
.sec_business_ai .sec_cont .box-history .bg-line span:nth-child(2) {
  left: 190px;
}
.sec_business_ai .sec_cont .box-history .bg-line span:nth-child(3) {
  left: 380px;
}
.sec_business_ai .sec_cont .box-history .bg-line span:nth-child(4) {
  left: 570px;
}
.sec_business_ai .sec_cont .box-history .bg-line span:nth-child(5) {
  left: 760px;
  background: #7fbf36;
}
.sec_business_ai .sec_cont .box-history .bg-line span:nth-child(6) {
  left: 950px;
}
.sec_business_ai .sec_cont .box-history ul {
  display: block;
}
.sec_business_ai .sec_cont .box-history ul li {
  position: absolute;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.sec_business_ai .sec_cont .box-history ul li strong {
  display: block;
  margin: 0 0 10px 0;
  font-size: 40px;
  color: #2a2a2a;
  font-family: "scdreamB";
}
.sec_business_ai .sec_cont .box-history ul li strong span {
  font-family: "NotoSansM";
}
.sec_business_ai .sec_cont .box-history ul li img {
  display: block;
  width: 136px;
}
.sec_business_ai .sec_cont .box-history ul li p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 26px;
}
.sec_business_ai .sec_cont .box-history ul li:nth-child(1) {
  top: 0;
  left: 0;
}
.sec_business_ai .sec_cont .box-history ul li:nth-child(2) {
  top: 240px;
  left: 185px;
}
.sec_business_ai .sec_cont .box-history ul li:nth-child(3) {
  top: 0;
  left: 390px;
}
.sec_business_ai .sec_cont .box-history ul li:nth-child(4) {
  top: 240px;
  left: 570px;
}
.sec_business_ai .sec_cont .box-history ul li:nth-child(5) {
  top: 0;
  left: 760px;
}
.sec_business_ai .sec_cont .box-history ul li:nth-child(6) {
  top: 240px;
  left: 950px;
}

.sec_business_camp {
  padding: 100px 0 300px 0;
}
.sec_business_camp .sec_cont {
  position: relative;
  width: 1190px;
  margin: 0 auto;
}
.sec_business_camp .sec_cont:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_camp .sec_cont .box-conts {
  float: left;
  padding: 50px 0 0 0;
}
.sec_business_camp .sec_cont .box-conts dl {
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_camp .sec_cont .box-conts dl dt {
  margin: 0 0 24px 0;
  font-size: 40px;
  color: #2a2a2a;
  line-height: 50px;
}
.sec_business_camp .sec_cont .box-conts dl dt strong {
  font-family: "NotoSansB";
}
.sec_business_camp .sec_cont .box-conts dl dd {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  letter-spacing: -1px;
}
.sec_business_camp .sec_cont .box-conts .box-btns {
  margin: 80px 0 0 0;
  font-size: 0;
  position: relative;
}
.sec_business_camp .sec_cont .box-conts .box-btns a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d4d4d4;
  border-radius: 25px;
  width: 160px;
  height: 40px;
  margin: 0 12px 0 0;
  font-size: 16px;
  color: #2a2a2a;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  left: -100px;
  opacity: 0;
}
.sec_business_camp .sec_cont .box-conts .box-btns a span,
.sec_business_camp .sec_cont .box-conts .box-btns a i,
.sec_business_camp .sec_cont .box-conts .box-btns a img {
  display: inline-block;
  vertical-align: middle;
}
.sec_business_camp .sec_cont .box-conts .box-btns a i {
  margin-left: 6px;
  width: 16px;
  height: 13px;
  background: url("../img/ico_down_off.png") top left no-repeat;
  background-size: 100% 100%;
}
.sec_business_camp .sec_cont .box-conts .box-btns a:hover {
  border: 1px solid #7fbf36;
}
.sec_business_camp .sec_cont .box-conts .box-btns a:hover span {
  color: #7fbf36;
}
.sec_business_camp .sec_cont .box-conts .box-btns a:hover i {
  background-image: url("../img/ico_down_on.png");
  background-size: 100% 100%;
}
.sec_business_camp .sec_cont .box-conts .box-btns a.transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_business_camp .sec_cont .box-conts img {
  display: none;
}
.sec_business_camp .sec_cont > img {
  float: right;
  opacity: 0;
}
.sec_business_camp .sec_cont img {
  width: 510px;
}

.sec_business_ssm {
  padding: 100px 0 150px 0;
}
.sec_business_ssm .sec_intro {
  position: relative;
  height: 380px;
  padding: 100px 0;
}
.sec_business_ssm .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_ssm .sec_intro h1,
.sec_business_ssm .sec_intro p {
  position: absolute;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_business_ssm .sec_intro h1 {
  top: 0;
  margin: 0 0 30px 0;
  font-size: 60px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: -3px;
}
.sec_business_ssm .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_business_ssm .sec_intro p {
  top: 70px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.sec_business_ssm .sec_cont {
  position: relative;
  width: 1190px;
  margin: 0 auto 152px auto;
}
.sec_business_ssm .sec_cont:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_ssm .sec_cont .box-conts {
  float: left;
  padding: 50px 0 0 0;
}
.sec_business_ssm .sec_cont .box-conts dl {
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_ssm .sec_cont .box-conts dl dt {
  margin: 0 0 24px 0;
  font-size: 40px;
  color: #2a2a2a;
  line-height: 50px;
}
.sec_business_ssm .sec_cont .box-conts dl dt strong {
  font-family: "NotoSansB";
}
.sec_business_ssm .sec_cont .box-conts dl dd {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  letter-spacing: -1px;
}
.sec_business_ssm .sec_cont .box-conts .box-btns {
  margin: 80px 0 0 0;
  font-size: 0;
  position: relative;
}
.sec_business_ssm .sec_cont .box-conts .box-btns a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #d4d4d4;
  border-radius: 25px;
  width: 160px;
  height: 40px;
  margin: 0 12px 0 0;
  font-size: 16px;
  color: #2a2a2a;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  left: -100px;
  opacity: 0;
}
.sec_business_ssm .sec_cont .box-conts .box-btns a span,
.sec_business_ssm .sec_cont .box-conts .box-btns a i,
.sec_business_ssm .sec_cont .box-conts .box-btns a img {
  display: inline-block;
  vertical-align: middle;
}
.sec_business_ssm .sec_cont .box-conts .box-btns a i {
  margin-left: 6px;
  width: 16px;
  height: 13px;
  background: url("../img/ico_down_off.png") top left no-repeat;
}
.sec_business_ssm .sec_cont .box-conts .box-btns a:hover {
  border: 1px solid #7fbf36;
}
.sec_business_ssm .sec_cont .box-conts .box-btns a:hover span {
  color: #7fbf36;
}
.sec_business_ssm .sec_cont .box-conts .box-btns a:hover i {
  background-image: url("../img/ico_down_on.png");
}
.sec_business_ssm .sec_cont .box-conts .box-btns a.transition {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_business_ssm .sec_cont > img {
  float: right;
  opacity: 0;
}
.sec_business_ssm .sec_cont.ojn .box-conts {
  float: left;
  margin-left: 164px;
}
.sec_business_ssm .sec_cont.ojn > img {
  float: left;
}

.sec_business_emoji {
  padding: 0 0 290px 0;
}
.sec_business_emoji .sec_intro {
  position: relative;
  height: 360px;
  padding: 100px 0 115px 0;
}
.sec_business_emoji .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_emoji .sec_intro h1,
.sec_business_emoji .sec_intro p {
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.sec_business_emoji .sec_intro h1 {
  margin-top: -50px;
  font-size: 50px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: 0;
}
.sec_business_emoji .sec_intro p {
  margin-top: -50px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  letter-spacing: -0.5px;
}
.sec_business_emoji .sec_cont {
  position: relative;
  width: 1060px;
  margin: 0 auto;
}
.sec_business_emoji .sec_cont:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_business_emoji .sec_cont ul {
  font-size: 0;
}
.sec_business_emoji .sec_cont ul li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
  position: relative;
  top: -50px;
  opacity: 0;
}
.sec_business_emoji .sec_cont ul li:first-child {
  margin-left: 0;
}
.sec_business_emoji .sec_cont ul li dl {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.sec_business_emoji .sec_cont ul li dl dt {
  margin: 0 0 10px 0;
  font-size: 28px;
  color: #2a2a2a;
  font-family: "NotoSansB";
}
.sec_business_emoji .sec_cont ul li dl dd {
  font-size: 16px;
  color: #666;
}
.sec_business_emoji .sec_cont ul li .thumb {
  width: 100%;
  height: 310px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
}
.sec_business_emoji .sec_cont ul li .thumb img {
  display: block;
  margin: 30px auto;
  width: 190px;
}
.sec_business_emoji .sec_cont ul li .thumb a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}
.sec_business_emoji .sec_cont ul li .thumb a span,
.sec_business_emoji .sec_cont ul li .thumb a i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_business_emoji .sec_cont ul li .thumb a span {
  color: #2a2a2a;
  font-size: 16px;
  margin-left: 4px;
}
.sec_business_emoji .sec_cont ul li .thumb a i {
  width: 16px;
  height: 13px;
  margin-left: 5px;
  background: url("../img/ico_down_off.png") top left no-repeat;
  background-size: 100% 100%;
}
.sec_business_emoji .sec_cont ul li .thumb a:hover span {
  color: #7fbf36;
}
.sec_business_emoji .sec_cont ul li .thumb a:hover i {
  background: url("../img/ico_down_on.png") top left no-repeat;
  background-size: 100% 100%;
}

.sec_media {
  padding: 100px 0 150px 0;
}
.sec_media .sec_intro {
  position: relative;
  height: 360px;
  padding: 110px 0 0 0;
}
.sec_media .sec_intro:after {
  display: block;
  content: "";
  width: 100%;
  clear: both;
}
.sec_media .sec_intro h1,
.sec_media .sec_intro p {
  opacity: 0;
  text-align: center;
}
.sec_media .sec_intro h1 {
  margin: -50px 0 30px 0;
  font-size: 60px;
  color: #333;
  font-family: "NotoSansB";
  letter-spacing: -3px;
}
.sec_media .sec_intro h1 strong {
  color: #7fbf36;
}
.sec_media .sec_intro p {
  margin-top: -20px;
  font-size: 30px;
  color: #333;
  line-height: 30px;
}
.sec_media .sec_cont {
  font-size: 0;
}
.sec_media .sec_cont .inner {
  width: 1185px !important;
  margin: 0 auto;
  text-align: left;
}
.sec_media .sec_cont article {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 380px;
  margin: 0 0 22px 22px;
  text-align: center;
  opacity: 0;
  top: -30px;
}
.sec_media .sec_cont article:nth-child(3n+1) {
  margin-left: 0;
}
.sec_media .sec_cont article h2 {
  display: table;
  width: 100%;
  height: 247px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  text-align: center;
}
.sec_media .sec_cont article h2 div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  height: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}
.sec_media .sec_cont article h2 span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sec_media .sec_cont article .bg {
  width: 100%;
  height: 247px;
  position: relative;
  overflow: hidden;
}
.sec_media .sec_cont article .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_media .sec_cont article .bg .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.sec_media .sec_cont article .txt {
  width: 100%;
  padding: 30px 40px 35px 40px;
  text-align: center;
  border: 1px solid #d4d4d4;
}
.sec_media .sec_cont article .txt p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  text-align: left;
  height: 50px;
  overflow: hidden;
}
.sec_media .sec_cont article .txt > span span,
.sec_media .sec_cont article .txt > span em {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #9a99a0;
  font-size: 15px;
}
.sec_media .sec_cont article .txt > span em {
  padding-left: 10px;
  margin-left: 8px;
}
.sec_media .sec_cont article .txt > span em:before {
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background: #9a99a0;
  position: absolute;
  top: 3px;
  left: 0;
}
.sec_media .sec_cont article:hover .bg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sec_media .sec_cont .btn-more {
  display: block;
  width: 92px;
  background: #fff;
  margin: 100px auto 0 auto;
  position: relative;
  opacity: 0;
}
.sec_media .sec_cont .btn-more span {
  display: block;
  position: relative;
  width: 92px;
  height: 50px;
  background-color: #7fbf36;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_media .sec_cont .btn-more span:before, .sec_media .sec_cont .btn-more span:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 46px solid transparent;
  border-right: 46px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_media .sec_cont .btn-more span:before {
  bottom: 100%;
  border-bottom: 32px solid #7fbf36;
}
.sec_media .sec_cont .btn-more span:after {
  top: 100%;
  width: 0;
  border-top: 32px solid #7fbf36;
}
.sec_media .sec_cont .btn-more i {
  position: absolute;
  display: block;
  width: 91px;
  height: 105px;
  top: 0;
}
.sec_media .sec_cont .btn-more i:before, .sec_media .sec_cont .btn-more i:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sec_media .sec_cont .btn-more i:before {
  width: 1px;
  height: 38px;
  top: 8px;
  left: 46px;
}
.sec_media .sec_cont .btn-more i:after {
  width: 38px;
  height: 1px;
  top: 26px;
  left: 28px;
}
.sec_media .sec_cont .btn-more:hover span {
  background: #719c42;
}
.sec_media .sec_cont .btn-more:hover span:before {
  border-bottom: 32px solid #719c42;
}
.sec_media .sec_cont .btn-more:hover span:after {
  border-top: 32px solid #719c42;
}
.sec_media .sec_cont .btn-more:hover i:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sec_media .sec_cont .btn-more:hover i:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec_media .sec_cont .btn-more.disabled {
  cursor: default;
}
.sec_media .sec_cont .btn-more.disabled span {
  background-color: #ddd;
}
.sec_media .sec_cont .btn-more.disabled span:before {
  border-bottom: 32px solid #ddd;
}
.sec_media .sec_cont .btn-more.disabled span:after {
  top: 100%;
  width: 0;
  border-top: 32px solid #ddd;
}

.sec_conditions {
  padding: 185px 0 0 0;
  clear: both;
}
.sec_conditions .cont_questions h2 {
  position: relative;
  top: 50px;
  margin-bottom: 90px;
  font-size: 50px;
  font-weight: 600;
  color: #333;
  font-family: "NotoSansM";
  letter-spacing: -2.5px;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_conditions .cont_questions ul li {
  position: relative;
  top: 50px;
  padding: 45px 0;
  letter-spacing: -0.5px;
  border-top: 1px solid #efefef;
  cursor: pointer;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_conditions .cont_questions ul li:first-child {
  border-top: 0;
}
.sec_conditions .cont_questions ul li h3 {
  position: relative;
  padding-right: 70px;
  font-size: 24px;
  font-weight: 600;
}
.sec_conditions .cont_questions ul li h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 12px;
  margin-top: -6px;
  background: url("/img/content/btn_qna.png") no-repeat center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sec_conditions .cont_questions ul li h3.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sec_conditions .cont_questions ul li p {
  display: none;
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
  padding: 0 70px 0 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}

/* 채용 프로세스 */
.sec_people {
  padding: 185px 0 0 0;
  clear: both;
}
.sec_people h2 {
  margin: 50px 0 40px 0;
  font-size: 50px;
  color: #333;
  font-family: "NotoSansB";
  opacity: 0;
  letter-spacing: -2.5px;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_people h2 span {
  font-family: "NotoSansL";
}
.sec_people h2 + p {
  margin-bottom: 70px;
  font-size: 20px;
  color: #333;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
.sec_people .pc_txt p {
  font-family: "NotoSansL";
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #333;
  margin-bottom: 70px;
}
.sec_people .pc_txt p .color-green {
  font-family: "NotoSansM";
}
.sec_people .guide_txt {
  color: #333;
  font-size: 16px;
  font-family: "NotoSansL";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
}
.sec_people article {
  width: 100%;
  text-align: left;
  position: relative;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_people article.cont_process {
  top: 50px;
  opacity: 0;
}
.sec_people article.cont_process ul {
  width: 100%;
  font-size: 0;
  margin: 0 0 55px 0;
}
.sec_people article.cont_process ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  width: 184px;
  height: 184px;
  padding: 60px 0 0 0;
  font-size: 20px;
  color: #333;
  background: #f6f7f8;
  border-radius: 50%;
  margin-left: 78px;
}
.sec_people article.cont_process ul li .box_in {
  font-family: "NotoSansM";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #333;
}
.sec_people article.cont_process ul li b {
  display: block;
  font-family: "GiloryB";
  margin-bottom: 5px;
  color: #7fbf36;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.6px;
}
.sec_people article.cont_process ul li.oneday {
  color: #fff;
  background: #7fbf36;
}
.sec_people article.cont_process ul li.oneday b {
  color: #fff;
}
.sec_people article.cont_process ul li.oneday .box_in {
  color: #fff;
}
.sec_people article.cont_process ul li.oneday span {
  display: block;
  font-size: 13px;
}
.sec_people article.cont_process ul li:before {
  display: block;
  content: "";
  width: 13px;
  height: 23px;
  background: url("../img/ico_process_arrow.svg") top left no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: -42px;
  margin-top: -11px;
}
.sec_people article.cont_process ul li:first-child {
  margin-left: 0;
}
.sec_people article.cont_process ul li:first-child:before {
  display: none;
}
.sec_people article.cont_process .img_m {
  display: none;
}
.sec_people article.cont_guide {
  position: relative;
  top: 50px;
  display: inline-block;
  width: auto;
  margin-top: 100px;
  padding: 30px 10px;
  opacity: 0;
}
.sec_people article.cont_guide h3 {
  position: absolute;
  top: -15px;
  left: -3px;
  padding: 0 14px;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  background: #fff;
}
.sec_people article.cont_guide ul {
  display: inline-block;
}
.sec_people article.cont_guide ul li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  font-family: "NotoSansL";
}
.sec_people article.cont_guide ul li:before {
  display: block;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.sec_people article.cont_recruit {
  padding-top: 216px;
}
.sec_people article.cont_recruit h2 {
  padding: 0 0 100px;
  margin: 0;
  margin-top: 50px;
  font-size: 50px;
  color: #333;
  opacity: 0;
}
.sec_people article.cont_recruit .recruit_box {
  opacity: 0;
  margin-top: 50px;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  background-image: url("../img/content/img_recruit.png");
  background-repeat: no-repeat;
  background-size: 44px auto;
  padding: 58px 0 56px 0;
}
.sec_people article.cont_recruit .recruit_box span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: #222;
  cursor: pointer;
}
.sec_people article.cont_recruit .recruit_box span::after {
  position: absolute;
  right: -75px;
  top: 0;
  display: block;
  content: "";
  width: 53px;
  height: 53px;
  background-image: url("../img/btn_arrow_right.png");
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-color: #f7f7f7;
  background-position: center center;
  border-radius: 100%;
}
.sec_people article.cont_recruit dl {
  width: 1170px;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  margin-top: 50px;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_people article.cont_recruit dl dt {
  font-family: "NotoSansM";
  margin: 0 0 10px 0;
}
.sec_people article.cont_recruit dl strong {
  font-family: "NotoSansM";
}
.sec_people article.cont_recruit dl dd {
  font-family: "NotoSansL";
}
.sec_people .btn-end {
  display: block;
  width: 437px;
  height: 82px;
  line-height: 80px;
  margin: 115px auto 0 auto;
  text-align: center;
  border: 1px solid #333;
  border-radius: 50px;
  font-size: 20px;
  color: #333;
  opacity: 0;
}
.sec_people .btn-end:hover {
  color: #7fbf36;
  border-color: #7fbf36;
}

/* 자주 묻는 질문 */
.sec_people_qna .sec_conditions {
  max-width: 940px;
}
.sec_people_qna .sub_visual_bgtop {
  padding-left: 20px;
}

/* 생활 보기 */
.sec_people_benefits .sec_intro.active .add_txt > span:nth-child(2) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.sec_recruit {
  width: 1180px;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  clear: both;
}
.sec_recruit h2 {
  position: relative;
  top: -50px;
  margin-bottom: 65px;
  font-size: 50px;
  font-weight: 600;
  color: #333;
  font-family: "NotoSansM";
  letter-spacing: -2.5px;
  opacity: 0;
}
.sec_recruit h2 span {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -0.4px;
}
.sec_recruit .cont_benefits ul {
  width: 85%;
  margin-top: 0px;
  padding: 0;
  text-align: left;
}
.sec_recruit .cont_benefits ul li {
  position: relative;
  top: 50px;
  padding-bottom: 75px;
  display: inline-block;
  width: 48%;
  color: #222;
  opacity: 0;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_recruit .cont_benefits ul li:nth-last-child(1), .sec_recruit .cont_benefits ul li:nth-last-child(2) {
  padding-bottom: 0;
}
.sec_recruit .cont_benefits ul li::before {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 0 10px;
}
.sec_recruit .cont_benefits ul li:nth-child(1)::before {
  background-image: url("../img/img_sub_life_01.png");
}
.sec_recruit .cont_benefits ul li:nth-child(2)::before {
  background-image: url("../img/img_sub_life_02.png");
}
.sec_recruit .cont_benefits ul li:nth-child(3)::before {
  background-image: url("../img/img_sub_life_03.png");
}
.sec_recruit .cont_benefits ul li:nth-child(4)::before {
  background-image: url("../img/img_sub_life_04.png");
}
.sec_recruit .cont_benefits ul li:nth-child(5)::before {
  background-image: url("../img/img_sub_life_05.png");
}
.sec_recruit .cont_benefits ul li:nth-child(6)::before {
  background-image: url("../img/img_sub_life_06.png");
}
.sec_recruit .cont_benefits ul li:nth-child(7)::before {
  background-image: url("../img/img_sub_life_07.png");
}
.sec_recruit .cont_benefits ul li:nth-child(8)::before {
  background-image: url("../img/img_sub_life_08.png");
}
.sec_recruit .cont_benefits ul li:nth-child(9)::before {
  background-image: url("../img/img_sub_life_09.png");
}
.sec_recruit .cont_benefits ul li:nth-child(10)::before {
  background-image: url("../img/img_sub_life_010.png");
}
.sec_recruit .cont_benefits ul li:nth-child(11)::before {
  background-image: url("../img/img_sub_life_011.png");
}
.sec_recruit .cont_benefits ul li:nth-child(12)::before {
  background-image: url("../img/img_sub_life_012.png");
}
.sec_recruit .cont_benefits ul li:nth-child(13)::before {
  background-image: url("../img/img_sub_life_013.png");
}
.sec_recruit .cont_benefits ul li:nth-child(14)::before {
  background-image: url("../img/img_sub_life_014.png");
}
.sec_recruit .cont_benefits ul li:nth-child(15)::before {
  background-image: url("../img/img_sub_life_015.png");
}
.sec_recruit .cont_benefits ul li h3 {
  font-size: 28px;
  font-family: "NotoSansB";
  line-height: 1.4;
  letter-spacing: -0.56px;
}
.sec_recruit .cont_benefits ul li h3 span {
  display: block;
  font-size: 16px;
  font-family: "NotoSansM";
}
.sec_recruit .cont_benefits ul li p {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "NotoSansL";
}
.sec_recruit .cont_benefits ul li p span {
  display: block;
  font-size: 13px;
}
.sec_recruit .cont_benefits ul li p b {
  color: #7fbf36;
  font-family: "NotoSansB";
}
.sec_recruit .cont_talent ul {
  text-align: left;
}
.sec_recruit .cont_talent ul li {
  display: inline-block;
  width: 24.5%;
  color: #222;
  opacity: 0;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
}
.sec_recruit .cont_talent ul li::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 0 40px;
}
.sec_recruit .cont_talent ul li:nth-child(1)::before {
  background-image: url("../img/img_sub_peple_01.gif");
}
.sec_recruit .cont_talent ul li:nth-child(2)::before {
  background-image: url("../img/img_sub_peple_02.gif");
}
.sec_recruit .cont_talent ul li:nth-child(3)::before {
  background-image: url("../img/img_sub_peple_03.gif");
}
.sec_recruit .cont_talent ul li:nth-child(4)::before {
  background-image: url("../img/img_sub_peple_04.gif");
}
.sec_recruit .cont_talent ul li:nth-child(5)::before {
  background-image: url("../img/img_sub_peple_05.gif");
}
.sec_recruit .cont_talent ul li h3 {
  font-size: 28px;
  font-family: "NotoSansB";
  line-height: 1.4;
  letter-spacing: -0.56px;
}
.sec_recruit .cont_talent ul li h3 span {
  display: block;
  font-size: 16px;
  color: #cccccc;
  margin: 5px 0 15px;
}
.sec_recruit .cont_talent ul li p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "NotoSansL";
}

/* 블로그 */
.sec_promotion_blog .sec_intro {
  padding: 185px 0 80px 0;
  clear: both;
}
.sec_promotion_blog .sec_intro .add_txt > span {
  position: relative;
  top: 50px;
  -webkit-animation: none !important;
          animation: none !important;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.sec_promotion_blog .sec_intro .add_txt .add_btn {
  text-align: center;
}
.sec_promotion_blog .sec_quarter_list {
  max-width: 940px;
}

/* 언론 보도 */
.sec_press_release .sec_intro {
  padding: 185px 0 80px 0;
}

.pc_br {
  display: block;
}

.mob_br {
  display: none;
}

.sub_wrap {
  width: 940px;
  margin: 0 auto;
  padding: 160px 0 175px 0;
}
.sub_wrap article {
  position: relative;
  top: -50px;
  opacity: 0;
}
.sub_wrap .sub_title {
  position: relative;
  margin: -50px 0 0;
  font-size: 50px;
  font-weight: 600;
  color: #333;
  font-family: "NotoSansM";
  opacity: 1;
  text-align: center;
}
.sub_wrap .sub_title .admin_new_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #7fbf36;
  border: none;
  color: #fff;
  padding: 16px 30px;
  font-size: 21px;
  font-weight: 300;
}
.sub_wrap .tab_wrap .tab_list {
  text-align: center;
}
.sub_wrap .tab_wrap .tab_list li {
  position: relative;
  display: inline-block;
  margin: 50px 20px 60px;
  font-size: 20px;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.sub_wrap .tab_wrap .tab_list li.on {
  font-weight: bold;
  color: #7fbf36;
}
.sub_wrap .tab_wrap .tab_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: calc(100% + 20px);
  width: 1px;
  height: 16px;
  background-color: #ddd;
}
.sub_wrap .tab_wrap .tab_list li:last-child::after {
  display: none;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box {
  display: none;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box.on {
  display: block;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul {
  overflow: hidden;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li {
  display: block;
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px 50px;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a {
  position: relative;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a:nth-child(1) {
  display: block;
  max-width: 100%;
  min-height: 215px;
  background-color: #f5f5f5;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a:nth-child(1) img {
  display: block;
  width: 100%;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a:nth-child(2) {
  display: block;
  font-size: 16px;
  margin: 10px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2em;
  height: 2.4em;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a .admin_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90%;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a .admin_btn_wrap button {
  display: block;
  width: 30%;
  padding: 13px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 5px;
  font-weight: bold;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a .admin_btn_wrap button.admin_delete_btn {
  color: #fc1111;
}
.sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li span {
  font-size: 15px;
  color: #9a99a0;
}
.sub_wrap .paging_wrap {
  text-align: center;
  padding: 30px 0 0;
}
.sub_wrap .paging_wrap button {
  width: 10px;
  height: 16px;
  padding: 0;
  margin: 0 7.5px;
  font-size: 18px;
  vertical-align: middle;
  background-color: transparent;
}
.sub_wrap .paging_wrap button.on {
  font-weight: bold;
}
.sub_wrap .paging_wrap button.paging_move {
  margin-top: 3px;
  text-indent: -5000000px;
  overflow: hidden;
  background-image: url(../img/btn_paging.png);
  background-position: center;
  background-repeat: no-repeat;
}
.sub_wrap .paging_wrap button.paging_move.on {
  background-image: url(../img/btn_paging_on.png);
}
.sub_wrap .paging_wrap button.paging_move.paging_next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sub_wrap .more_btn_wrap {
  display: none;
}

.sec_boardview .board_title {
  margin: -50px 0 0;
  font-size: 40px;
  font-weight: 600;
  color: #333;
  font-family: "NotoSansM";
  opacity: 1;
  text-align: center;
}
.sec_boardview .board_title span {
  display: block;
  font-weight: normal;
}
.sec_boardview .board_title span:nth-child(1) {
  font-size: 22px;
  margin-bottom: 10px;
}
.sec_boardview .board_title span:nth-child(2) {
  font-size: 16px;
  margin: 30px 0 60px;
}
.sec_boardview .board_content {
  text-align: center;
  line-height: 28px;
}
.sec_boardview .board_content .board_sns {
  font-size: 0;
  margin-top: 80px;
}
.sec_boardview .board_content .board_sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.sec_boardview .board_content .board_sns li a {
  text-indent: -999999px;
  font-size: 0;
  display: block;
  width: 43px;
  height: 43px;
  background-size: 100% 100%;
}
.sec_boardview .board_content .board_sns li a.btn-facebook {
  background-image: url("../img/btn_blogdetail_share_facebook.png");
}
.sec_boardview .board_content .board_sns li a.btn-blog {
  background-image: url("../img/btn_blogdetail_share_blog.png");
}
.sec_boardview .board_content .board_sns li a.btn-linkdin {
  background-image: url("../img/btn_blogdetail_share_linkdin.png");
}
.sec_boardview .board_list {
  margin: 75px 0 90px;
}
.sec_boardview .board_list li {
  padding: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.sec_boardview .board_list li:nth-child(2) {
  border-top: none;
}
.sec_boardview .board_list li a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 100%;
  overflow: hidden;
}
.sec_boardview .board_list li a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  margin: 0px 25px 0 40px;
  vertical-align: middle;
  background-image: url("../img/btn_blogdetail_back.png");
}
.sec_boardview .board_list li:nth-child(2) a:before {
  background-image: url("../img/btn_blogdetail_next.png");
}
.sec_boardview .board_back_btn {
  display: block;
  margin: 0 auto;
  width: 192px;
  padding: 17px 0;
  border: 1px solid #d4d4d4;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.admin_form_wrap table {
  width: 100%;
  margin: 100px auto 75px;
}
.admin_form_wrap table th {
  text-align: right;
  padding: 0 22px 0 0;
  font-weight: normal;
}
.admin_form_wrap table td {
  padding: 10px 0;
}
.admin_form_wrap table td input, .admin_form_wrap table td select {
  display: inline-block;
  width: 340px;
  height: 50px;
  padding: 12px 10px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.admin_form_wrap table td .admin_date_wrap {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin_form_wrap table td .admin_date_wrap select {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
.admin_form_wrap table td .admin_date_wrap select:first-child {
  margin-left: 0;
}
.admin_form_wrap table td .admin_form {
  padding: 35px 30px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  text-align: center;
}
.admin_form_wrap table td .admin_form > div {
  position: relative;
  padding: 56px 0 56px;
  margin-bottom: 30px;
  border: 1px dashed #d6d6d6;
  border-radius: 15px;
  text-align: center;
}
.admin_form_wrap table td .admin_form > div.admin_modify::after {
  content: "이전";
  display: block;
  position: absolute;
  top: -14px;
  right: -14px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #7fbf36;
  border-radius: 48px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  letter-spacing: -0.35px;
}
.admin_form_wrap table td .admin_form > div.admin_modify input {
  height: 40px;
}
.admin_form_wrap table td .admin_form > div.admin_modify button {
  width: 105px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-left: 10px;
  border: 1px solid #1369ff;
  color: #1369ff;
  vertical-align: middle;
}
.admin_form_wrap table td .admin_form > div button {
  display: inline-block;
  width: 140px;
  height: 50px;
  padding: 13px 0;
  margin-left: 20px;
  border: 1px solid #333;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.admin_form_wrap table td .admin_form > div button:nth-child(1) {
  margin-left: 0;
}
.admin_form_wrap table td .admin_form > div .admin_file_label + span {
  display: block;
  font-size: 14px;
  padding: 21px 0px 0;
  letter-spacing: -0.35px;
  color: #707070;
}
.admin_form_wrap table td .admin_form .admin_more {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 10px 0;
  border: none;
  background-color: transparent;
  text-indent: -500000px;
  overflow: hidden;
  cursor: pointer;
}
.admin_form_wrap table td .admin_form .admin_more::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
}
.admin_form_wrap table td .admin_form .admin_more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: calc(50% - 1.5px);
  width: 3px;
  height: 100%;
  background-color: #333;
}
.admin_form_wrap .admin_file {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: none;
}
.admin_form_wrap .admin_file_label {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0px 18px 0px 20px;
  border: 1px dashed #1369ff;
  color: #1369ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.admin_form_wrap .admin_file_label + span {
  display: inline-block;
  font-size: 14px;
  padding: 13.5px 5px;
  letter-spacing: -0.35px;
}
.admin_form_wrap .admin_btn_wrap {
  text-align: center;
}
.admin_form_wrap .admin_btn_wrap button {
  display: inline-block;
  padding: 19px 60px;
  border: none;
  font-size: 22px;
  margin: 0 10px;
}
.admin_form_wrap .admin_btn_wrap button:nth-child(1) {
  background-color: #ebebeb;
}
.admin_form_wrap .admin_btn_wrap button:nth-child(2) {
  background-color: #7fbf36;
  color: #fff;
}

.login_wrap {
  width: 95%;
  max-width: 800px;
  margin: 0px auto;
  background-color: #fff;
  border: 1px solid #ccc;
}
.login_wrap .login_center {
  position: relative;
  max-width: 340px;
  margin: 0px auto;
}
.login_wrap .login_center h1 {
  text-align: center;
  padding: 84px 0 42px;
}
.login_wrap .login_center h1 a {
  display: inline-block;
  text-indent: -50000px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}
.login_wrap .login_center h1 a:nth-child(1) {
  width: 175px;
  height: 36px;
  margin-right: 14px;
  background: url(../img/logo_black.png) top left no-repeat;
  background-size: 100% 100%;
}
.login_wrap .login_center h1 a:nth-child(2) {
  width: 105px;
  height: 52px;
  background: url(../img/img_logo_admin.png) top left no-repeat;
  background-size: 100% 100%;
}
.login_wrap .login_center input {
  display: block;
  width: 100%;
  padding: 14.5px 10px;
  margin: 0 0 15px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login_wrap .login_center span {
  display: block;
  width: 100%;
  color: #f00;
  position: absolute;
  top: 335px;
  left: 0;
  text-align: center;
}
.login_wrap .login_center button {
  display: block;
  width: 100%;
  padding: 18px 0;
  margin: 85px 0 107px;
  background-color: #393939;
  border: none;
  color: #fff;
  cursor: pointer;
}

.login_footer {
  width: 95%;
  margin: 100px auto;
  color: #999;
  text-align: center;
  font-size: 14px;
}

.admin_footer p {
  line-height: 20px !important;
}

h1.admin_logo {
  position: absolute;
  top: 42px;
  left: 42px;
}
h1.admin_logo a {
  display: inline-block;
  text-indent: -50000px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}
h1.admin_logo a:nth-child(1) {
  width: 175px;
  height: 36px;
  margin-right: 14px;
  background: url(../img/logo_black.png) top left no-repeat;
  background-size: 100% 100%;
}
h1.admin_logo a:nth-child(2) {
  width: 105px;
  height: 52px;
  background: url(../img/img_logo_admin.png) top left no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1680px) {
  .sec_company_history .box-history .bg-line {
    height: 3185px;
  }
  .sec_company_history .box-title h1 {
    max-width: 430px;
  }
  .sec_company_history .history-img {
    display: none;
  }
  .sec_business_mobon .tabs {
    margin-top: 0 !important;
  }
  .sec_business_mobon .tabs .cont_onlyp {
    display: none;
  }
  .sec_business_mobon .tabs .add_btn {
    margin-top: 30px;
  }
  .sec_business_ainew .sec_research .img_p {
    max-width: 40%;
  }
}
@media only screen and (max-width: 1280px) {
  html,
  body {
    height: 100%;
  }
  .pc_br {
    display: none !important;
  }
  .mob_br {
    display: block !important;
  }
  .lnb_add_mowrap {
    position: fixed;
    top: 167px;
  }
  .lnb_add_mowrap > .lnb_add_list > li a {
    margin-right: 5px;
  }
  iframe {
    width: 320px !important;
    height: 180px !important;
  }
  .img_p {
    display: none;
  }
  .img_m {
    display: block;
  }
  .pc_txt {
    display: none;
  }
  .mo_txt {
    display: block;
  }
  .sec_new_box .sec_intro .add_txt .add_btn {
    display: none;
  }
  .sec_new_box .sec_slider_cont {
    margin-top: 120px;
  }
  #outwrapper .content .sec_new_box .locate {
    display: none;
  }
  #outwrapper .content .locate {
    display: none;
  }
  #outwrapper .inner {
    width: 100% !important;
  }
  .lnb_add_wrap {
    margin: 60px 0 0;
  }
  .lnb_add_pcwrap {
    display: none;
  }
  .lnb_add_mowrap {
    display: block;
  }
  .sec_new_box {
    left: 0px;
    width: 100%;
    margin-bottom: 0;
  }
  .sec_new_box .box-visual img {
    height: 200px;
  }
  .sec_new_box .add_mintxt {
    max-width: 313px;
  }
  .sec_new_box .sec_intro .add_txt > span {
    font-size: 30px;
  }
  .sec_new_box .sec_intro .add_txt > span:nth-child(2) {
    font-size: 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.4px;
  }
  .sec_new_box .sec_intro .add_desc {
    padding-right: 30px;
  }
  .sec_new_box .sec_cont .inner > div {
    margin-top: 20px;
  }
  .sec_new_box .sec_cont .inner > div.box-02 dl, .sec_new_box .sec_cont .inner > div.box-04 dl {
    margin-left: 0;
  }
  .sec_new_box .sec_cont .inner > div:first-child dl {
    margin-top: 0;
  }
  .sec_new_box .sec_cont .inner .add_desc {
    padding-right: 30px;
  }
  .sec_new_box .sec_cont dl {
    margin-top: 60px;
  }
  .sec_new_box .sec_cont dl dd {
    padding-right: 30px;
  }
  .sec_new_box .sec_slider_cont .slider_thumbtxt .m_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec_new_box .sec_slider_cont .slider_thumbtxt img {
    width: 320px;
    height: 176px;
    margin: 20px 0;
    float: none;
    display: block;
  }
  .sec_new_box .sec_slider_cont .slider_thumbtxt .add_txt {
    width: 100%;
    padding-top: 60px;
    max-width: 100%;
  }
  .sec_new_box .sec_slider_cont .slider_thumbtxt .add_txt > span {
    font-size: 30px;
    line-height: 40px;
  }
  .sec_new_box .sec_slider_cont .slider_thumbtxt .add_mintxt {
    position: static;
    width: 100%;
    text-align: left;
    float: none;
    display: block;
    max-width: 294px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    word-break: keep-all;
  }
  .sec_new_box .sec_slider_cont iframe {
    float: none;
    width: 100% !important;
    height: 300px;
    margin-top: 50px;
    padding-right: 40px;
  }
  .sec_new_box .sec_quarter_list .inner {
    padding: 0 30px 50px 30px;
  }
  .sec_new_box .sec_quarter_list .inner ul li {
    border-bottom: 1px solid #efefef;
  }
  .sec_new_box .sec_quarter_list .inner ul li a {
    padding: 20px 0 20px 0;
  }
  .sec_new_box .sec_quarter_list .inner ul li a > strong {
    font-size: 20px;
    white-space: normal;
    line-height: 1.5;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sec_new_box .sec_quarter_list .inner ul li a p {
    display: none;
  }
  .sec_new_box .sec_quarter_list .inner ul li a .txt_box {
    margin: 10px 0 0 0;
  }
  .sec_new_box .sec_quarter_list .inner ul li a .txt_box strong {
    font-size: 16px;
  }
  .sec_new_box .sec_quarter_list .inner ul li a .txt_box span::after {
    top: 3px;
  }
  .sec_new_box .sec_quarter_list .inner ul li:last-child {
    border-bottom: 1px solid #efefef !important;
  }
  .sec_new_box .sec_quarter_list .inner .pagination {
    display: none;
  }
  .sec_new_box .btn_wrap {
    display: block;
    margin: 60px;
    text-align: center;
  }
  .sec_new_box .btn_wrap .btn_more {
    width: 192px;
    height: 52px;
    padding: 12px 0 13px;
    border-radius: 26px;
    border: solid 2px #222;
    background-color: #fff;
    font-family: NotoSansB;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.9px;
    color: #222;
  }
  .content.cont_clear {
    clear: both;
  }
  .sec_company_introduce .sec_intro .slider_progressbar .owl-progress-simple .item {
    width: 260px;
    height: 173px;
    margin: 30px 10px 20px 0;
  }
  .sec_people article.cont_recruit {
    width: 100%;
    padding-top: 120px;
  }
  .sec_people article.cont_recruit dl {
    margin-left: -20px;
  }
  .sec_people article.cont_recruit ul li {
    padding: 0;
  }
  .sec_people article.cont_recruit ul li .logo {
    margin: 0 auto;
  }
  .sec_company_history.sec_new_box {
    padding: 60px 0 0 !important;
  }
  .sec_company_history .box-title {
    padding: 0 30px 0 30px;
  }
  .sec_company_history .box-title h1 {
    width: 100%;
    font-size: 28px;
    max-width: 211px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 30px 0 0 0;
    white-space: pre;
  }
  .sec_company_history .box-title .box-visual img {
    height: 150px;
  }
  .sec_company_history .box-history {
    margin: 90px 0 0 0;
    padding: 0 30px 140px 30px;
  }
  .sec_company_history .box-history.active .bg-line {
    display: none;
  }
  .sec_company_history .box-history .bg-line {
    display: none;
  }
  .sec_company_history .box-history h2 {
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 2.67;
    float: none;
  }
  .sec_company_history .box-history article {
    padding-right: 0;
    margin: 0 0 50px 0;
  }
  .sec_company_history .box-history article:before {
    content: normal;
  }
  .sec_company_history .box-history ul {
    float: none;
    text-align: left;
    max-width: 276px;
    margin-left: 0;
  }
  .sec_company_history .box-history ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-left: 10px;
    line-height: 2;
    letter-spacing: -0.4px;
  }
  .sec_company_history .box-history ul li::before {
    position: absolute;
    left: 2px;
    top: 15px;
  }
  .sec_business_adhub.sec_new_box {
    padding: 100px 0 0 0;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top {
    display: none;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt > span {
    font-size: 30px;
    letter-spacing: -0.9px;
    line-height: 1.33;
    margin: 0;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt > span:nth-child(2) {
    font-size: 20px;
    letter-spacing: -0.7px;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt > span b {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt > span em {
    display: inline-block;
    max-width: 280px;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt p {
    font-family: NotoSansL;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #222;
    margin-top: 10px !important;
    margin: 0;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt p b {
    font-family: NotoSansL;
    color: #222;
    font-weight: 100;
  }
  .sec_business_adhub.sec_new_box .sec_intro .add_txt .add_btn {
    display: none;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top_text {
    padding: 0 0 100px 30px;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top_text .add_txt > span {
    font-size: 30px;
    letter-spacing: -0.9px;
    line-height: 1.33;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top_text .add_txt > span:nth-child(2) {
    font-size: 20px;
    letter-spacing: -0.7px;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top_text .add_txt > span b {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top_text .add_txt > span em {
    display: inline-block;
    max-width: 280px;
  }
  .sec_business_adhub.sec_new_box .sec_intro.top_text .add_txt .add_btn {
    display: none;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn {
    height: 100px;
    margin: 100px 0 0 0;
    padding: 0 !important;
    background-color: #f7f7f7;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn .add_txt {
    height: 100px;
    padding: 0;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn .add_txt .add_btn {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn .add_txt .add_btn a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: -0.4px;
    color: #222;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn .add_txt .add_btn a span {
    margin-right: 0;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn .add_txt .add_btn a span::before {
    color: #222;
  }
  .sec_business_adhub.sec_new_box .sec_intro.btn .add_txt .add_btn a:hover i {
    background-color: #f7f7f7;
    background-image: url(../img/btn_common_arrow_b.svg);
  }
  .sec_business_adhub.sec_new_box .sec_cont {
    margin-top: 0;
    margin: 0 0 90px 30px;
  }
  .sec_business_adhub.sec_new_box .sec_cont ul {
    float: none;
    width: 100%;
    padding: 0 0 0 0px;
    margin-top: 0;
  }
  .sec_business_adhub.sec_new_box .sec_cont ul li {
    position: static !important;
  }
  .sec_business_adhub.sec_new_box .sec_cont .add_desc {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 10px 30px 20px 0px;
    background-color: #fff;
    color: #222;
  }
  .sec_business_adhub.sec_new_box .sec_cont .add_desc strong {
    color: #222 !important;
  }
  .sec_business_adhub.sec_new_box .sec_cont .add_desc span {
    color: #222 !important;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 {
    text-align: left;
    margin-top: 100px;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs {
    height: auto;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt {
    position: static;
    height: auto;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt span {
    padding: 0 30px 0 30px;
    font-size: 30px;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt .swiper_wrap.mobile {
    display: block;
    margin: 25px 0 0 0;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt .swiper_wrap.mobile .swiper-container {
    height: auto;
    padding: 0 50px 0 30px;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt .swiper_wrap.mobile .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt .swiper_wrap.mobile .swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt p.pc {
    display: none;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .add_txt p.mobile {
    display: block;
    padding: 0 0 0 30px;
    font-size: 16px;
    margin-top: 25px;
    max-width: 100%;
  }
  .sec_business_adhub.sec_new_box .sec_slider_cont02 .inner .item .boxs .swiper_wrap.pc {
    display: none;
  }
  .sec_business_adhub.sec_new_box .sec_result {
    height: auto;
    margin: 120px 0 0px 0;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .add_txt {
    padding: 0 30px 0 30px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .add_txt p {
    text-align: left;
    font-size: 24px;
    margin-bottom: 0;
    max-width: 500px;
    letter-spacing: -0.6px;
    line-height: 40px;
    word-break: keep-all;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .add_txt p span {
    font-size: 24px;
    white-space: pre;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs {
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 342px;
    margin-left: -10px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph {
    width: auto;
    margin-left: 15px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph p {
    font-size: 12px;
    line-height: 20px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph strong {
    font-size: 16px !important;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph .bar {
    width: 26px !important;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph:nth-child(1) .gbox .bar {
    height: 56px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph:nth-child(1) .gbox:nth-child(2) .bar {
    height: 93px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph:nth-child(2) .gbox .bar {
    height: 68px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph:nth-child(2) .gbox:nth-child(2) .bar {
    height: 179px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph:nth-child(3) .gbox .bar {
    height: 49px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .graphs .graph:nth-child(3) .gbox:nth-child(2) .bar {
    height: 157px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner .add_txt {
    padding-top: 26px;
    text-align: center;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner p {
    font-size: 20px;
  }
  .sec_business_adhub.sec_new_box .sec_result .inner p span {
    line-height: 40px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.6px;
  }
  .sec_business_adhub.sec_new_box .sec_cont ul {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_business_adhub.sec_new_box .sec_cont ul li {
    width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .sec_business_adhub.sec_new_box .sec_cont ul li .ban_imgbox {
    width: 120px;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec_business_adhub.sec_new_box .sec_cont ul li .ban_imgbox img {
    max-width: 100%;
  }
  .sec_business_adhub.sec_new_box .sec_cont .add_desc strong {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .sec_business_adhub.sec_new_box .sec_cont .add_desc span {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    max-width: 270px;
    word-break: keep-all;
  }
  .sec_new_box .sec_intro {
    width: 100% !important;
  }
  .sec_new_box .sec_intro.top_text {
    padding-left: 10px;
  }
  .sec_business_ainew .sec_business_ainew .sec_research .img_p {
    display: none;
  }
  .sec_business_ainew .sec_intro {
    padding: 90px 0 0 30px;
  }
  .sec_business_ainew .sec_intro .add_txt {
    display: none;
  }
  .sec_business_ainew .sec_intro .lnb_add_wrap {
    display: none;
  }
  .sec_business_ainew .sec_intro .extra_txt {
    margin: 0;
  }
  .sec_business_ainew .sec_intro .extra_txt strong {
    font-family: "NotoSansL";
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0.9px;
    color: #222;
  }
  .sec_business_ainew .sec_intro .extra_txt strong span {
    font-family: "NotoSansB";
  }
  .sec_business_ainew .sec_intro .extra_txt div {
    font-family: NotoSansL;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    margin: 15px 0 0 0;
    color: #222;
  }
  .sec_business_ainew .sec_intro .extra_txt div.pc {
    display: none;
  }
  .sec_business_ainew .sec_intro .extra_txt div.mobile {
    display: block;
  }
  .sec_business_ainew .sec_cont {
    display: block;
    margin: 100px 0 0 0;
    padding: 0 !important;
  }
  .sec_business_ainew .sec_cont .inner .box-history .bg-line {
    left: 37px;
    height: 880px;
  }
  .sec_business_ainew .sec_cont .inner .box-history article ul li {
    padding-left: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.36px;
  }
  .sec_business_ainew .sec_cont .inner .box-history article ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .sec_business_ainew .sec_cont .inner .box-history article:before {
    left: 33px;
  }
  .sec_business_ainew .sec_cont .inner .box-history article.align-r {
    right: auto;
    margin: 0 0 56px 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 60px;
    text-align: left !important;
  }
  .sec_business_ainew .sec_cont .inner .box-history article.align-r:before {
    left: 33px;
  }
  .sec_business_ainew .sec_cont .inner .box-history article.align-l {
    left: auto;
    margin: 0 0 56px 0;
    margin-left: 0;
    padding-left: 60px;
  }
  .sec_business_ainew .sec_cont .inner .box-history h2 {
    display: block;
    font-family: "NotoSansB";
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
  }
  .sec_business_ainew .sec_diff {
    height: 420px;
    padding: 0;
    overflow: hidden;
    margin: 113px 0 0 0;
    background-image: url("../img/img_ai_bg-m.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sec_business_ainew .sec_diff .video_wrap {
    display: none;
  }
  .sec_business_ainew .sec_diff .swiper-container {
    height: 420px;
  }
  .sec_business_ainew .sec_diff .swiper-container .swiper-pagination {
    display: none;
  }
  .sec_business_ainew .sec_diff .swiper-container ul li {
    height: 50px;
    font-size: 24px;
  }
  .sec_business_ainew .sec_diff .swiper-container ul li:last-child {
    letter-spacing: -1.8px;
  }
  .sec_business_ainew .sec_diff .sec_parallax_box > article {
    padding: 0 0 42px 0px;
    margin-left: 20px;
    display: block;
    text-align: left;
  }
  .sec_business_ainew .sec_diff .sec_parallax_box > article:nth-child(3) {
    padding: 0 0 114px 0px;
  }
  .sec_business_ainew .sec_diff .sec_parallax_box > article:nth-child(6) {
    padding: 0 0 209px 0px;
  }
  .sec_business_ainew .sec_diff .sec_parallax_box > article.parallax-txtbox span {
    font-size: 19px;
  }
  .sec_business_ainew .sec_diff .sec_parallax_box > article.parallax-txtbox span.parallax-text {
    font-size: 19px;
  }
  .sec_business_ainew .sec_diff .sec_parallax_box > article.parallax-txtbox span.parallax-text:before {
    width: 3px;
    height: 20px;
  }
  .sec_business_ainew .sec_research {
    width: 100%;
    height: auto;
    padding: 100px 20px 120px 20px;
    margin: 0;
  }
  .sec_business_ainew .sec_research .img_p {
    display: none;
  }
  .sec_business_ainew .sec_research .inner .txt_row .txt_box {
    position: static;
    width: 100%;
    float: none !important;
    text-align: left;
    margin: 60px 0 0 !important;
  }
  .sec_business_ainew .sec_research .inner .txt_row .txt_box.txt_box01 {
    margin: 0 !important;
  }
  .sec_business_ainew .sec_research .inner .txt_row .txt_box span {
    width: 307px;
    font-size: 16px;
  }
  .sec_business_ainew .sec_research .inner .txt_row .txt_box:before, .sec_business_ainew .sec_research .inner .txt_row .txt_box:after {
    content: normal;
  }
  .sec_business_ainew .sec_cont .inner {
    width: auto !important;
  }
  .sec_business_mobon {
    padding: 0 0 100px;
  }
  .sec_business_mobon iframe {
    margin: 60px 0 0;
  }
  .sec_company_patent {
    padding: 0 0 250px 20px;
  }
  .sec_company_patent .box-title p {
    font-size: 28px;
    line-height: 40px;
    margin-top: 0;
  }
  .sec_company_patent .box-title p span {
    display: block;
    margin-top: 20px;
  }
  .sec_company_patent .box-title p span:first-child {
    margin-top: 0;
  }
  .sec_company_patent article {
    overflow: hidden;
    margin-top: 80px !important;
  }
  .sec_company_patent article + article {
    margin-top: 30px !important;
    margin-bottom: 130px;
  }
  .sec_company_patent article ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    overflow: hidden;
  }
  .sec_company_patent article ul li {
    width: 48%;
    float: left;
    margin: 0 0 50px;
  }
  .sec_company_patent article ul li:nth-child(even) {
    float: right;
  }
  .sec_company_award {
    padding: 0 0 250px 20px;
  }
  .sec_company_award .box-title p {
    font-size: 28px;
    line-height: 40px;
    margin-top: 0;
  }
  .sec_company_award .box-title p span {
    display: block;
    margin-top: 20px;
  }
  .sec_company_award .box-title p span:first-child {
    margin-top: 0;
  }
  .sec_company_award article {
    overflow: hidden;
    margin-top: 80px !important;
  }
  .sec_company_award article + article {
    margin-top: 30px !important;
    margin-bottom: 130px;
  }
  .sec_company_award article ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    overflow: hidden;
  }
  .sec_company_award article ul li {
    width: 48%;
    float: left;
    margin: 0 0 50px;
  }
  .sec_company_award article ul li:nth-child(even) {
    float: right;
  }
  .sec_company_cibi {
    padding: 0 0 300px 20px;
  }
  .sec_company_cibi .box-title {
    margin: 0 0 80px;
  }
  .sec_company_cibi .box-title p {
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 40px 0;
  }
  .sec_company_cibi .box-title a {
    display: none;
  }
  .sec_company_cibi .box-logo-enliple {
    margin: 0 0 10px;
    height: 200px;
  }
  .sec_company_cibi .box-logo-enliple img {
    width: 220px;
  }
  .sec_company_cibi .box-logo-enliple.active {
    opacity: 1;
  }
  .sec_company_cibi .box-list {
    padding-bottom: 140px;
  }
  .sec_company_cibi .box-list .box_noti_txt {
    font-size: 11px;
    margin: 10px 0 50px;
    letter-spacing: -0.6px;
  }
  .sec_company_cibi .box-list article {
    width: 100%;
    margin: 0 20px 0 0;
  }
  .sec_company_cibi .box-list article .view_codebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec_company_cibi .box-list article .view_codebox .ci_color_info span {
    font-size: 17px;
  }
  .sec_company_location {
    padding: 60px 0 0 0;
  }
  .sec_company_location .box-title {
    max-width: 290px;
    margin: 0 0 40px 0;
    padding: 0 30px 0 30px;
  }
  .sec_company_location .box-title span {
    font-size: 28px;
    line-height: 40px;
    margin: 0;
  }
  .sec_company_location .box-title a {
    display: block;
    margin: 10px 0 0;
  }
  .sec_company_location .box-map {
    width: 100%;
    width: 100%;
    height: 360px;
    margin: 0 auto 30px;
  }
  .sec_company_location .box-map iframe {
    width: 100% !important;
    height: 360px !important;
  }
  .sec_company_location .box-addr {
    padding: 0 30px 140px 30px;
  }
  .sec_company_location .box-addr strong {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
  .sec_company_location .box-addr p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.35px;
  }
  .sec_people {
    width: 100%;
    padding: 85px 0 180px 0;
    padding: 0 30px 0 30px;
  }
  .sec_people h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -1.5px;
    font-family: "NotoSansL";
    color: #222;
  }
  .sec_people h2 b {
    font-family: "NotoSansB";
  }
  .sec_people .mo_txt p {
    max-width: 292px;
    margin: 0 0 30px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.32px;
    text-align: left;
    color: #333;
    padding-left: 0;
  }
  .sec_people .mo_txt p b {
    font-family: "NotoSansM";
  }
  .sec_people p {
    font-size: 14px;
    max-width: 292px;
    margin: 0 auto;
    position: relative;
    padding-left: 5px;
    line-height: 1.43;
  }
  .sec_people p span {
    position: absolute;
    top: 5px;
    left: -5px;
  }
  .sec_people .guide_txt {
    text-align: left;
    margin-left: -20px;
  }
  .sec_people_recruit.sec_new_box {
    padding: 60px 0 0;
  }
  .sec_people_recruit article.cont_process ul {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 10px 0 10px;
  }
  .sec_people_recruit article.cont_process ul li {
    min-width: 120px;
    min-height: 120px;
    position: relative;
    max-width: none;
    padding: 0;
    float: left;
    margin: 3% 0 20px 10%;
    width: 44%;
    height: 44%;
  }
  .sec_people_recruit article.cont_process ul li b {
    font-size: 24px;
  }
  .sec_people_recruit article.cont_process ul li:before {
    width: 9px;
    left: -22px;
    background: url(../img/img_sub_recruit_arrow.png) top center no-repeat;
  }
  .sec_people_recruit article.cont_process ul li:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .sec_people_recruit article.cont_process ul li:nth-child(2), .sec_people_recruit article.cont_process ul li.oneday {
    float: right;
  }
  .sec_people_recruit article.cont_process ul li:nth-child(1), .sec_people_recruit article.cont_process ul li:nth-child(4) {
    margin-left: 0;
  }
  .sec_people_recruit article.cont_process ul li.oneday:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: -3px;
  }
  .sec_people_recruit article.cont_process ul li.oneday .box_in:before {
    content: "";
    display: block;
    width: 9px;
    height: 17px;
    background: url(../img/img_sub_recruit_arrow.png) top left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-top: -15%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sec_people_recruit article.cont_process ul li .box_in {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    font-family: "NotoSansM";
  }
  .sec_people_recruit article.cont_process ul li.oneday .box_in span {
    font-size: 11px;
    line-height: 17px;
  }
  .sec_people_recruit article.cont_process .guide_txt {
    margin: 0;
    padding: 0 10px 0 14px;
  }
  .sec_people_recruit article.cont_process .guide_txt p {
    margin-left: 0;
    font-size: 13px;
    color: #999;
  }
  .sec_people_recruit article.cont_process .guide_txt p span {
    left: -4px;
  }
  .sec_people_recruit article.cont_guide {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 21px 10px 0 10px;
    width: 90%;
    margin-left: -20px;
    margin-top: 60px;
  }
  .sec_people_recruit article.cont_guide h3 {
    font-size: 18px;
    top: -9px;
  }
  .sec_people_recruit article.cont_guide ul li {
    font-size: 13px;
    color: #333;
    line-height: 1.38;
  }
  .sec_people_recruit article.cont_recruit {
    padding: 100px 0 140px 0;
  }
  .sec_people_recruit article.cont_recruit h2 {
    font-family: "NotoSansB";
    font-size: 30px;
    text-align: left;
  }
  .sec_people_recruit article.cont_recruit ul {
    display: block;
    margin-right: 20px;
    margin: 0 0 100px 0;
  }
  .sec_people_recruit article.cont_recruit ul li {
    width: 100%;
    float: none;
    padding-top: 60px;
    text-align: left;
  }
  .sec_people_recruit article.cont_recruit ul li:before {
    content: normal;
  }
  .sec_people_recruit article.cont_recruit ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px 0 10px;
  }
  .sec_people_recruit article.cont_recruit ul li a span {
    font-size: 18px;
  }
  .sec_people_recruit article.cont_recruit ul li a i {
    margin-left: 20px;
    width: 35px;
    height: 35px;
    background-size: 15px auto;
  }
  .sec_people_recruit article.cont_recruit ul li .logo {
    width: 100%;
    height: 54px;
    background-position: left top;
  }
  .sec_people_recruit article.cont_recruit ul li:nth-child(1) .logo {
    background-image: url(../img/img_jobkorea-m.svg);
  }
  .sec_people_recruit article.cont_recruit ul li:nth-child(2) .logo {
    background-image: url(../img/img_saramin-m.svg);
  }
  .sec_people_recruit article.cont_recruit ul li:nth-child(3) .logo {
    background-image: url(../img/img_linkedin-m.svg);
  }
  .sec_people_recruit article.cont_recruit dl {
    font-size: 16px;
    width: 100%;
    margin-left: 0;
  }
  .sec_people_recruit article.cont_recruit dl dt, .sec_people_recruit article.cont_recruit dl strong {
    font-family: "NotoSansB";
  }
  .sec_people_recruit article.cont_recruit dl dd {
    font-family: "NotoSansL";
  }
  .sec_people_benefits.sec_new_box {
    padding: 60px 0 0;
  }
  .sec_people_qna.sec_new_box {
    padding: 60px 0 0;
  }
  .sec_recruit .cont_benefits ul li .col_benefit {
    width: 100%;
    float: none;
  }
  .sec_recruit .cont_benefits ul li .col_benefit:nth-child(odd) {
    text-align: center;
    padding: 0;
  }
  .sec_recruit .cont_benefits ul li .col_benefit:nth-child(even) {
    text-align: center;
    padding: 0;
  }
  .sec_recruit .cont_benefits ul li .col_benefit:nth-child(even) img {
    float: none;
  }
  .sec_recruit .cont_benefits ul li img {
    max-width: none;
    display: block;
    margin: 0 auto;
  }
  .sec_promotion_blog {
    padding-left: 20px;
  }
  .sec_promotion_blog.sec_new_box {
    padding: 50px 0 0 0 !important;
  }
  .sec_promotion_blog .sec_intro {
    display: none;
    padding: 80px 30px 35px 30px;
  }
  .sec_promotion_blog .sec_intro .add_txt .add_btn {
    display: none;
  }
  .sec_conditions {
    padding: 80px 0 150px 0;
  }
  .sec_new_box {
    padding: 100px 0 0 0;
  }
  .sec_new_box .sub_visual_bgtop img {
    width: auto;
    height: 200px;
  }
  #outwrapper.container_sub {
    width: 100%;
    overflow: hidden;
    max-width: 768px;
    margin: 0 auto;
  }
  #outwrapper.container_sub .sec_company_introduce {
    padding: 60px 0 0 0;
  }
  #outwrapper.container_sub .sec_company_introduce .inner {
    width: 100%;
    height: auto;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro {
    padding: 30px 0 0 20px !important;
    left: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .slider_progressbar .owl-pagn {
    width: 100%;
    padding-bottom: 40px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_txt b {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_mintxt {
    padding-bottom: 100px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_mintxt.pc {
    display: none;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_mintxt.mobile {
    display: block;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_mintxt div {
    margin-top: 40px;
    padding-right: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_mintxt div:first-child {
    margin-top: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro .add_mintxt div > span {
    word-break: keep-all;
    line-height: 30px;
    font-size: 20px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro h1 {
    width: 65%;
    max-width: 100%;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    left: 50%;
    margin-left: -32%;
    letter-spacing: 0;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro h1 strong span {
    display: block;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro p {
    padding: 0 10px;
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro p span {
    display: block;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_intro p br {
    display: none;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff {
    height: 1100px;
    padding: 0;
    overflow: hidden;
    margin: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff > strong {
    top: 60px;
    left: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.9px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container {
    margin: 170px 0 0 0;
    height: 100%;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container .swiper-pagination {
    display: none;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container ul {
    display: block;
    height: 100%;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container ul li {
    display: block;
    height: auto;
    font-size: 24px;
    padding: 0 0 0 20px;
    opacity: 1;
    text-align: left;
    margin: 40px 0 0 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container ul li strong {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    font-weight: 100;
    font-family: "NotoSansL";
    font-size: 30px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container ul li strong b {
    font-family: "NotoSansB";
    font-size: 30px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container ul li p {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    font-family: "NotoSansL";
    font-size: 20px;
    white-space: pre;
    line-height: 1.5;
    text-align: left;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_diff .swiper-container ul li:last-child {
    letter-spacing: -1.8px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result {
    margin: 120px 0 0 0;
    height: auto;
    padding: 0 20px 140px 20px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result p {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.72px;
    word-break: keep-all;
    padding-left: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result p span {
    display: block;
    margin-bottom: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result p br {
    display: none;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs {
    position: relative;
    width: 100%;
    height: 334px !important;
    padding: 0;
    top: 25px;
    bottom: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .graph {
    margin-left: 0;
    width: 50px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .graph .bar {
    width: 31px;
    margin: 0 auto 5px auto;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .graph strong {
    font-size: 18px !important;
    color: #2768ff;
    font-family: "NotoSansL";
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .graph strong span {
    font-size: 18px !important;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .graph em {
    font-size: 14px;
    font-family: "NotoSansB";
    opacity: 1;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .graph:first-child {
    margin-left: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .lines div:nth-child(1) {
    bottom: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .lines div:nth-child(2) {
    bottom: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .lines div:nth-child(3) {
    bottom: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .lines div:nth-child(4) {
    bottom: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result .graphs .lines div:nth-child(5) {
    bottom: 0;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(1) .bar {
    height: 9px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(2) .bar {
    height: 35px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(3) .bar {
    height: 85px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(4) .bar {
    height: 209px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(5) .bar {
    height: 287px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(6) .bar {
    height: 142px;
  }
  #outwrapper.container_sub .sec_company_introduce .sec_result.active .graphs .graph:nth-child(7) .bar {
    height: 204px;
  }
  #outwrapper.container_sub .sec_company_patent {
    width: 100%;
    padding: 70px 0 85px 0;
  }
  #outwrapper.container_sub .sec_company_patent .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_company_patent .box-title {
    padding: 0 30px 0 30px;
  }
  #outwrapper.container_sub .sec_company_patent article {
    padding: 0 20px 0 20px;
  }
  #outwrapper.container_sub .sec_company_patent article h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 3.45;
    letter-spacing: -0.4px;
    margin: 0;
  }
  #outwrapper.container_sub .sec_company_patent article ul li {
    width: calc(50% - 7px);
    margin: 0 0 40px 0;
  }
  #outwrapper.container_sub .sec_company_patent article ul li:nth-child(odd) {
    margin-right: 12px;
  }
  #outwrapper.container_sub .sec_company_patent article ul li dl {
    margin: 10px 0 0 0;
  }
  #outwrapper.container_sub .sec_company_patent article ul li dl dt {
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  #outwrapper.container_sub .sec_company_patent article ul li dl dt:before {
    top: 2px;
    height: 12px;
    width: 1px;
  }
  #outwrapper.container_sub .sec_company_patent article ul li dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #outwrapper.container_sub .sec_company_award {
    width: 100%;
    padding: 70px 0 85px 0;
  }
  #outwrapper.container_sub .sec_company_award .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_company_award .box-title {
    padding: 0 30px 0 30px;
  }
  #outwrapper.container_sub .sec_company_award article {
    padding: 0 20px 0 20px;
  }
  #outwrapper.container_sub .sec_company_award article h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 3.45;
    letter-spacing: -0.4px;
    margin: 0;
  }
  #outwrapper.container_sub .sec_company_award article ul li {
    width: calc(50% - 7px);
    margin: 0 0 40px 0;
  }
  #outwrapper.container_sub .sec_company_award article ul li:nth-child(odd) {
    margin-right: 12px;
  }
  #outwrapper.container_sub .sec_company_award article ul li dl {
    margin: 10px 0 0 0;
  }
  #outwrapper.container_sub .sec_company_award article ul li dl dt {
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 16px;
  }
  #outwrapper.container_sub .sec_company_award article ul li dl dt:before {
    top: 2px;
    height: 12px;
    width: 1px;
  }
  #outwrapper.container_sub .sec_company_award article ul li dl dd {
    font-size: 12px;
    line-height: 17px;
  }
  #outwrapper.container_sub .sec_company_cibi {
    padding: 60px 20px 0 20px;
  }
  #outwrapper.container_sub .sec_company_cibi .inner {
    width: 100% !important;
    padding-right: 0;
  }
  #outwrapper.container_sub .sec_company_cibi .box-title {
    margin: 0 0 60px 0;
  }
  #outwrapper.container_sub .sec_company_cibi .box-title > span {
    font-size: 14px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_company_cibi .box-list article .view_codebox .ci_color_box {
    width: 80px;
    height: 80px;
  }
  #outwrapper.container_sub .sec_company_cibi .box-list article .view_codebox .ci_color_info {
    padding: 0px 20px;
  }
  #outwrapper.container_sub .sec_company_cibi .box-list article .view_codebox .ci_color_info span em {
    width: 62px;
  }
  #outwrapper.container_sub .sec_conditions {
    width: 100%;
    padding: 0 0 85px 0;
  }
  #outwrapper.container_sub .sec_conditions h1 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  #outwrapper.container_sub .sec_conditions .sec_condi {
    padding: 0 17px;
    height: auto;
    margin-bottom: 40px;
  }
  #outwrapper.container_sub .sec_conditions .sec_condi ul li {
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits h1 {
    padding: 0 17px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-tab ul li a {
    font-size: 16px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts {
    height: auto;
    padding: 0 17px 0 17px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts ul li {
    width: calc(50% - 7px);
    height: auto;
    margin: 0 0 14px 0;
    padding: 100px 2px 24px 2px;
    display: inline-block;
    vertical-align: top;
    background-size: 100px auto;
    letter-spacing: -1px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts ul li strong {
    font-size: 16px;
    margin: 0 6px 0 0;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts ul li p {
    min-height: 32px;
    font-size: 12px;
    line-height: 18px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts ul li:nth-child(odd) {
    margin-right: 12px;
  }
  #outwrapper.container_sub .sec_people article.cont_process ul {
    width: auto;
  }
  #outwrapper.container_sub .sec_people article.cont_process ul li.oneday .box_in:before {
    margin-top: -25px;
    margin-left: -5px;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -1.5px;
    margin: 0;
    margin-top: 0;
    padding: 0 0 60px 0;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit .recruit_box {
    padding: 58px 0 32px 0;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit .recruit_box span {
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: -0.4px;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit .recruit_box span::after {
    right: -55px;
    top: 13px;
    width: 35px;
    height: 35px;
    background-size: 16px auto;
    background-color: #f7f7f7;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit dl {
    width: 1170px;
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
    opacity: 0;
    transition: all 0s;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit dl dt {
    font-family: "NotoSansM";
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_people article.cont_recruit dl strong {
    font-family: "NotoSansM";
  }
  #outwrapper.container_sub .sec_people article.cont_recruit dl dd {
    font-family: "NotoSansL";
  }
  #outwrapper.container_sub .sec_people_benefits .sec_intro {
    padding: 25px 30px 35px 30px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_intro .add_txt > span:nth-child(2) {
    font-size: 14px;
    margin: 0;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit {
    width: 100%;
    padding: 0;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_benefits {
    width: 100%;
    padding: 0 40px 0 40px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_benefits ul li {
    display: block;
    width: 100%;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_benefits ul li:nth-last-child(2) {
    padding-bottom: 75px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_benefits ul li h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.48px;
    color: #222;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_benefits ul li h3 span {
    letter-spacing: -0.32px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit h2 span {
    margin-top: 15px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit > div {
    position: relative;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_talent {
    padding: 0 0 50px 0;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_talent ul {
    margin-top: 140px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_talent ul li {
    margin-top: 0px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit dl {
    font-size: 14px;
    line-height: 24px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_talent ul {
    margin-top: 30px;
    padding: 0 30px 0 30px;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_talent ul li {
    margin: 0 0 95px 0;
    display: block;
    width: 100%;
  }
  #outwrapper.container_sub .sec_people_benefits .sec_recruit .cont_talent ul li::before {
    margin: 0 0 34px 0;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions h2 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 30px 30px 35px 30px;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul {
    width: 100%;
    padding: 0 30px 0 30px;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li {
    padding: 20px 0;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li:first-of-type {
    border-top: none;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li:last-child {
    border-bottom: 1px solid #efefef;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #222;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li h3::after {
    width: 22px;
    height: 12px;
    right: 5px;
    background-size: 100% auto;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li h3:before {
    content: "";
    display: none;
    position: absolute;
    bottom: -21px;
    width: 100%;
    height: 1px;
    background-color: #efefef;
  }
  #outwrapper.container_sub .sec_conditions .cont_questions ul li p {
    font-family: "NotoSansL";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    color: #222;
    margin-top: 20px;
  }
  #outwrapper.container_sub .sec_media {
    padding: 0;
  }
  #outwrapper.container_sub .sec_media .sec_intro {
    padding: 53px 0 0 0;
    height: 230px;
  }
  #outwrapper.container_sub .sec_media .sec_intro h1 {
    font-size: 24px;
    line-height: 34px;
    font-family: "NotoSansM";
  }
  #outwrapper.container_sub .sec_media .sec_intro h1 span {
    display: block;
  }
  #outwrapper.container_sub .sec_media .sec_intro p {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_media .sec_cont {
    padding-bottom: 100px;
  }
  #outwrapper.container_sub .sec_media .sec_cont .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_media .sec_cont article {
    display: block;
    width: 92%;
    margin: 0 auto 17px auto;
  }
  #outwrapper.container_sub .sec_media .sec_cont article h2 {
    font-size: 20px;
  }
  #outwrapper.container_sub .sec_media .sec_cont article .bg span {
    font-size: 13px;
  }
  #outwrapper.container_sub .sec_media .sec_cont article .txt {
    padding: 24px 20px 24px 20px;
  }
  #outwrapper.container_sub .sec_media .sec_cont article .txt p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
  }
  #outwrapper.container_sub .sec_media .sec_cont article .txt span {
    font-size: 13px;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more {
    width: 56px;
    margin: 40px auto 0 auto;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more span {
    width: 56px;
    height: 38px;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more span:before, #outwrapper.container_sub .sec_media .sec_cont .btn-more span:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more span:before {
    bottom: 100%;
    border-bottom: 14px solid #7fbf36;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more span:after {
    top: 100%;
    width: 0;
    border-top: 14px solid #7fbf36;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more i {
    width: 56px;
    height: 28px;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more i:before {
    width: 1px;
    height: 28px;
    top: 7px;
    left: 27px;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more i:after {
    width: 28px;
    height: 1px;
    top: 19px;
    left: 14px;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more:hover span {
    background: #719c42;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more:hover span:before {
    border-bottom: 14px solid #719c42;
  }
  #outwrapper.container_sub .sec_media .sec_cont .btn-more:hover span:after {
    border-top: 14px solid #719c42;
  }
  #outwrapper.container_sub .sec_business_adv {
    padding: 0 0 130px 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_intro {
    height: 230px;
    padding: 50px 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_intro h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_intro p {
    font-size: 14px;
    line-height: 23px;
    padding: 0 5px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont {
    padding: 50px 0;
    margin: 0 0 48px 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont .inner > div {
    width: 100%;
    padding: 0 17px;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont .inner > div dl {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont .inner > div dl dt {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont .inner > div dl dd {
    font-size: 13px;
    line-height: 21px;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont .inner > div img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 15px 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont .inner > div:first-child {
    margin-top: 0;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont:before {
    height: 60px;
    top: -30px;
  }
  #outwrapper.container_sub .sec_business_adv .sec_cont:after {
    height: 60px;
    bottom: -40px;
  }
  #outwrapper.container_sub .sec_business_adv .btn-end {
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  #outwrapper.container_sub .sec_business_adv .btn-end span {
    font-size: 14px;
  }
  #outwrapper.container_sub .sub_wrap {
    width: 95%;
    padding: 50px 0;
  }
  #outwrapper.container_sub .sub_wrap .sub_title {
    font-size: 24px;
  }
  #outwrapper.container_sub .sub_wrap .sub_title .admin_new_btn {
    font-size: 16px;
    padding: 9px 15px;
  }
  #outwrapper.container_sub .sub_wrap .tab_wrap .tab_list li {
    margin: 30px 10px;
    font-size: 16px;
  }
  #outwrapper.container_sub .sub_wrap .tab_wrap .tab_list li::after {
    left: calc(100% + 10px);
  }
  #outwrapper.container_sub .sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li {
    width: calc(50% - 14px);
    margin: 0 7px 30px;
  }
  #outwrapper.container_sub .sub_wrap .tab_wrap .tab_box_wrap .tab_box ul li a:nth-child(1) {
    min-height: 138px;
  }
  #outwrapper.container_sub .sub_wrap .paging_wrap {
    display: none;
  }
  #outwrapper.container_sub .sub_wrap .more_btn_wrap {
    display: block;
    text-align: center;
  }
  #outwrapper.container_sub .sub_wrap .more_btn_wrap button {
    display: inline-block;
    width: 172px;
    height: 40px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 21px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  #outwrapper.container_sub .sec_boardview .board_title {
    font-size: 20px;
  }
  #outwrapper.container_sub .sec_boardview .board_title span {
    font-size: 16px;
  }
  #outwrapper.container_sub .sec_boardview .board_title span:nth-child(2) {
    font-style: 14px;
  }
  #outwrapper.container_sub .sec_boardview .board_list li {
    padding: 22px 0;
  }
  #outwrapper.container_sub .sec_boardview .board_list li a {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_boardview .board_list li a::before {
    width: 15px;
    height: 8px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0px 20px 0px 25px;
  }
  #outwrapper.container_sub .sec_business_mobon {
    padding: 0 !important;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro {
    padding: 110px 0 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro.top {
    display: none;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro .add_txt {
    padding: 0 30px 0 30px;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro .add_txt span .mo_txt {
    font-family: "NotoSansB";
    font-size: 30px;
    line-height: 1.33;
    letter-spacing: -0.9px;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro p {
    font-family: "NotoSansL";
    font-size: 20px;
    line-height: 1.5;
    word-break: keep-all;
    color: #222;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro p b {
    font-family: "NotoSansB";
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro.video {
    padding: 0;
    z-index: 14;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro.video .video_wrap {
    position: relative;
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro.video .video_wrap video {
    position: static !important;
    height: auto;
    left: 0;
    top: 0;
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro.video .video_wrap .thumb_link {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #outwrapper.container_sub .sec_business_mobon .sec_intro.video .video_wrap .thumb_link .img_p {
    display: inline-block;
  }
  #outwrapper.container_sub .sec_business_mobon .btn {
    height: 100px;
    margin: 100px 0 0 0;
    padding: 0 !important;
    background-color: #f7f7f7;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt {
    height: 100px;
    padding: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt .cont_onlyp {
    display: none;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt .add_btn {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt .add_btn a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: -0.4px;
    color: #222;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt .add_btn a span {
    margin-right: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt .add_btn a span::before {
    color: #222;
  }
  #outwrapper.container_sub .sec_business_mobon .btn .add_txt .add_btn a:hover i {
    background-color: #f7f7f7;
    background-image: url(../img/btn_common_arrow_b.svg);
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont {
    margin: 80px 0 0 0 !important;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel {
    display: block;
    padding: 0 30px 0 30px;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel .item {
    width: 100%;
    margin: 60px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel .item .img_box img {
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel .item .txt_box span {
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel .item .txt_box strong {
    font-size: 30px;
    margin: 13px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel .item .txt_box p {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-carousel .item:first-child {
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .slider_progressbar .owl-pagn {
    display: none;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dt {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dt b {
    margin-bottom: 5px;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dt span {
    display: block;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dt strong {
    margin: 10px 0 15px;
    display: block;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dt br {
    display: none;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dd {
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dd span {
    display: block;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div dl dd br {
    display: none;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div img {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 15px 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont .inner > div:first-child {
    margin-top: 0;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont:before {
    height: 60px;
    top: -30px;
  }
  #outwrapper.container_sub .sec_business_mobon .sec_cont:after {
    height: 60px;
    bottom: -30px;
  }
  #outwrapper.container_sub .sec_business_mobon .btn-end {
    width: auto;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    margin: 0 auto;
  }
  #outwrapper.container_sub .sec_business_mobon .btn-end span {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_business_social {
    padding: 0 0 70px 0;
  }
  #outwrapper.container_sub .sec_business_social .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_business_social .sec_intro {
    height: 230px;
    padding: 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_intro h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_intro p {
    font-size: 14px;
    line-height: 23px;
    padding: 0 10px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .inner {
    background-position: center 150px;
    background-size: 90% auto;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search {
    padding: 50px 17px 0 17px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search h2 strong {
    font-size: 22px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search h2 > span {
    font-size: 17px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search p {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search ul {
    font-size: 0;
    margin: 250px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search ul li {
    width: calc(50% - 6px);
    height: auto;
    right: 0;
    top: -50px;
    margin: 0 0 40px 0;
    display: inline-block;
    vertical-align: top;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search ul li:nth-child(odd) {
    margin-right: 12px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search ul li img {
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search ul li dl dt {
    font-size: 18px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-search ul li dl dd {
    font-size: 14px;
    line-height: 21px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping {
    padding: 50px 17px 0 17px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping .inner {
    background-position: center 170px;
    background-size: 90% auto;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping h2 strong {
    font-size: 22px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping h2 > span {
    font-size: 17px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping p {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping ul {
    font-size: 0;
    margin: 250px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping ul li {
    width: calc(50% - 6px);
    height: auto;
    left: 0;
    top: -50px;
    margin: 0 0 40px 0;
    display: inline-block;
    vertical-align: top;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping ul li:nth-child(odd) {
    margin-right: 12px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping ul li img {
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping ul li dl dt {
    font-size: 18px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-shopping ul li dl dd {
    font-size: 14px;
    line-height: 21px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect {
    padding: 50px 0 20px 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect h2 {
    text-align: center;
    margin: 0 0 30px 0;
    letter-spacing: -1px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect h2 strong {
    font-size: 21px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect h2 > span {
    font-size: 16px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect ul li {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 25px;
    text-align: center;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect ul li img {
    width: 132px;
    height: 132px;
    display: block;
    margin: 0 auto 15px auto;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect ul li dl {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect ul li dl dt {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-compect ul li dl dd {
    font-size: 14px;
    line-height: 21px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process {
    padding: 50px 17px 0 17px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process h2 {
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process h2 strong {
    font-size: 18px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process h2 span {
    font-size: 22px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process ul li {
    display: block;
    width: 100%;
    margin: 18px 0 0 0;
    padding: 60px 0 0 0;
    text-align: center;
    top: -50px;
    left: 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process ul li dl {
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process ul li dl dt {
    font-size: 20px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process ul li dl dd {
    font-size: 14px;
    list-style: 21px;
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process ul li:before {
    top: 0;
    left: 50%;
    margin: 0 0 0 -22px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #outwrapper.container_sub .sec_business_social .sec_cont .box-ad-process ul li:first-child {
    padding: 0;
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_ai {
    padding: 0 0 130px 0;
  }
  #outwrapper.container_sub .sec_business_ai .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_business_ai .sec_intro {
    height: 230px;
    padding: 50px 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_intro h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_intro p {
    font-size: 14px;
    line-height: 23px;
    padding: 0 5px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont:before {
    height: 60px;
    top: -30px;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont:after {
    height: 60px;
    bottom: -30px;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des {
    padding: 50px 17px 15px 17px;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des {
    width: 100%;
    margin: 0 0 34px 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des img {
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des h2 {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 100%;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des h2 br {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des p {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des ul {
    display: block;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des ul li {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-deeplearning {
    height: 814px;
    padding: 70px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-deeplearning h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 35px 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-deeplearning ul li {
    display: block;
    width: 100%;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    position: relative;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-deeplearning ul li:before {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    background: rgba(255, 255, 255, 0.5);
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-deeplearning ul li:last-child:before {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-deeplearning ul li p {
    font-size: 20px;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history {
    width: 100%;
    height: auto;
    padding: 60px 17px;
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history .bg-line {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history ul li strong {
    font-size: 24px;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history ul li p {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history ul li:nth-child(odd) {
    padding-right: 50%;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history ul li:nth-child(even) {
    padding-left: 50%;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-history ul li img {
    width: 85px;
    margin: 10px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des p {
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des p span {
    display: block;
  }
  #outwrapper.container_sub .sec_business_ai .sec_cont .box-des .conts-des p br {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ai .box-btns {
    margin: 50px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_ai .box-btns .btn-end {
    display: block;
    width: 60%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px auto;
  }
  #outwrapper.container_sub .sec_business_ai .box-btns .btn-end span {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_business_ibot {
    padding: 0 0 130px 0;
  }
  #outwrapper.container_sub .sec_business_ibot .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_intro {
    height: 230px;
    padding: 50px 0;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_intro h1 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_intro h1 span {
    display: block;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_intro p {
    font-size: 14px;
    line-height: 23px;
    padding: 0 5px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_intro p span {
    display: block;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont {
    padding: 0 17px;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont .bg-line {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont .inner > div {
    width: 100%;
    margin: 20px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont .inner > div img {
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont .inner > div dl {
    top: -50px;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont .inner > div dl dt {
    width: 80%;
    padding: 12px 10px 0 20px;
    font-size: 22px;
    line-height: 30px;
  }
  #outwrapper.container_sub .sec_business_ibot .sec_cont .inner > div dl dd {
    padding: 10px 0 0 20px;
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ibot .box-btns {
    margin: 0;
  }
  #outwrapper.container_sub .sec_business_ibot .box-btns .btn-end {
    display: block;
    width: 65%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px auto;
  }
  #outwrapper.container_sub .sec_business_ibot .box-btns .btn-end span {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_business_camp {
    padding: 50px 17px 112px 17px;
  }
  #outwrapper.container_sub .sec_business_camp .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont {
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts {
    padding: 0;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts dl {
    width: 100%;
    clear: both;
    margin: 0 0 26px 0;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts dl dt {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts dl dd {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts > img {
    display: block;
    width: 100%;
    opacity: 0;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts .box-btns {
    margin: 30px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts .box-btns img {
    display: inline-block;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts .box-btns a {
    display: block;
    width: 65%;
    height: 40px;
    margin: 0 auto 10px auto;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont .box-conts .box-btns a:nth-child(3) {
    display: none;
  }
  #outwrapper.container_sub .sec_business_camp .sec_cont img {
    display: none;
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_emoji {
    padding: 0 0 130px 0;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_intro {
    height: 225px;
    padding: 50px 0;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_intro h1 {
    font-size: 24px;
    letter-spacing: 0;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_intro p {
    font-size: 14px;
    line-height: 23px;
    padding: 0 5px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_emoji .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont {
    width: 100%;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li {
    display: block;
    width: 70%;
    clear: both;
    margin: 50px auto 0 auto;
    float: none;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li:first-child {
    margin-top: 0;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li dl dt {
    font-size: 22px;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li dl dd {
    font-size: 16px;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li .thumb {
    height: auto;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li .thumb img {
    width: 70%;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li a {
    height: 40px;
    line-height: 40px;
  }
  #outwrapper.container_sub .sec_business_emoji .sec_cont ul li a span {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_business_ssm {
    padding: 0 0 70px 0;
  }
  #outwrapper.container_sub .sec_business_ssm .inner {
    width: 100% !important;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_intro {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont {
    width: 100%;
    padding: 0 17px;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts dl {
    width: 100%;
    clear: both;
    margin: 0 0 26px 0;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts dl dt {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 10px 0;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts dl dd {
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts > img {
    display: block;
    width: 100%;
    opacity: 0;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts .box-btns {
    margin: 30px 0 0 0;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts .box-btns img {
    display: inline-block;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts .box-btns a {
    display: block;
    width: 65%;
    height: 40px;
    margin: 0 auto 10px auto;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont .box-conts .box-btns a:nth-child(3) {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ssm .sec_cont img {
    display: none;
  }
  #outwrapper.container_sub .sec_business_ainew .sec_diff .sec_parallax_box > article:nth-child(6) {
    padding: 0 0 100px 0px;
  }
  .admin_form_wrap table {
    margin: 50px auto 25px;
  }
  .admin_form_wrap table th {
    display: none;
  }
  .admin_form_wrap table td input[type=text], .admin_form_wrap table td select, .admin_form_wrap table td .admin_date_wrap {
    width: 100%;
  }
  .admin_form_wrap table td .admin_form > div button {
    display: block;
    margin: 0 auto 10px !important;
  }
  .admin_form_wrap table td .admin_form > div.admin_modify input[type=text] {
    width: 90%;
  }
  .admin_form_wrap table td .admin_form > div.admin_modify button {
    margin: 10px auto 0 !important;
  }
  .admin_form_wrap .admin_btn_wrap button {
    padding: 15px 30px;
    font-size: 18px;
  }
  .login_wrap .login_center {
    width: 90%;
  }
}
@media only screen and (max-width: 320px) {
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-tab {
    margin: 0 0 17px 0;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-tab ul li a {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts ul li strong {
    font-size: 14px;
  }
  #outwrapper.container_sub .sec_conditions .sec_benefits .box-accordion .box-conts ul li p {
    min-height: 36px;
    font-size: 12px;
  }
  #outwrapper.container_sub .sec_business_adv .btn-end span {
    font-size: 13px;
  }
  #outwrapper.container_sub .sec_business_mobon .btn-end span {
    font-size: 13px;
  }
}
.sec_business_mobon.sec_new_box .sec_cont {
  margin-left: 0 !important;
}