#idx_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 0;
}

/* 메인슬라이더 */
#visual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  visibility: hidden;
}
#visual .sliderbx {
  z-index: 10;
  width: 100% !important;
  height: 100vh;
  position: relative;
}
#visual .sliderbx li {
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#visual .sliderbx li::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.1;
}
#visual .sliderbx li .abox_img {
  animation: imagescale 5s ease-in-out infinite alternate;
  -webkit-animation: imagescale 5s ease-in-out infinite alternate;
  -moz-animation: imagescale 5s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 5s ease-in-out infinite alternate;
}
#visual .area_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  z-index: 15;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: left;
  text-align: center;
}
#visual .area_txt > h3 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family:'Gmarket Sans', Sans-serif;
}
#visual .area_txt > h3 span.point {
  /*background: linear-gradient(to top, #cbe210 0%, #fff 100%);*/
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#visual .area_txt > h2 {
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
}
#visual .area_txt > p {
  display: block;
  padding: 15px 0 0;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  word-break: keep-all;
}
#visual .area_txt > p.en{padding: 15px 0}
#visual .bx-controls {
}
#visual div.bx-pager {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}
#visual div.bx-pager div {
  margin: 0 0 40px;
}
#visual div.bx-pager div:last-child {
  margin: 0;
}
#visual div.bx-pager div a {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0.4;
}
#visual div.bx-pager div a.active {
  opacity: 1;
  font-weight: 600;
}
#visual div.bx-pager div a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
}
#visual div.bx-pager div a:before {
  content: "0";
  display: inline;
  width: auto;
  height: auto;
}
#visual div.bx-pager div:last-child a:after {
  display: none;
}

#visual .bx-controls-direction {
  display: none;
}
#visual .bx-controls-direction {
  display: none;
}
.fixed_bg {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120vh;
  background: url("../img/main/business_bg.jpg") no-repeat center;
  background-size: cover;
  transition: all 0.1s ease;
}
body.on .fixed_bg {
  z-index: 1;
  opacity: 1;
}
body.on #idx_wrapper {
  z-index: -1;
}
body.on .scrolldown {
  z-index: -1;
}

.area_link {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  box-shadow: 0 0 9px 0px rgb(0 0 0 / 30%);
  z-index: 50;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.area_link.active {
  right: 0;
  opacity: 1;
}
.area_link a {
  display: block;
  color: #fff !important;
  background: linear-gradient(to top, #1e4801, #3b9001);
  padding: 50px 25px;
  width: 70px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: bold;
}
/* 공지사항 */
.area_notice {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 280px;
  background: linear-gradient(to left, #bcf8b6, #bfc8e8);
  z-index: 50;
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  padding: 20px 40px;
  line-height: 2.5em;
}
.area_notice.active {
  bottom: 0;
  opacity: 1;
}
.area_notice li a {
  color: #333;
  font-size: 1.4em;
  position: unset;
  padding: 0;
  border: 0;
}
.area_notice li a .fa-arrow-right {
  margin-left: 5px;
  font-weight: bold;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.area_notice li a:hover .fa-arrow-right {
  margin-left: 20px;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
@media screen and (max-width: 1600px) {
  #visual .area_txt {
    width: 80%;
  }
}
@media screen and (max-width: 1400px) {
  #visual .area_txt > h3 {
    font-size: 40px;
  }
  #visual .area_txt > h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  #visual div.bx-pager {
    left: 25px;
  }
  .scrolldown {
    width: 80px;
    height: 80px;
    bottom: 75px;
  }
  .scrolldown .icon {
    top: 12%;
  }
  .scrolldown a > i.txt {
    padding-top: 40px;
  }
  .scrolldown a > i.txt:before {
    bottom: -8px;
  }

  .area_notice {
    width: 60%;
  }
  .area_notice .bx-wrapper li > a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 768px) {
  #visual .area_txt > h3 {
    font-size: 30px;
  }
  #visual .area_txt > h2 {
    font-size: 45px;
  }
  #visual .area_txt > p {
    padding: 10px 0 0;
    font-size: 16px;
  }
  .area_notice.active {
    position: relative;
    width: 100%;
    bottom: 75px;
    padding: 20px 5%;
  }

  .area_link {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #visual .area_txt > h3,
  #visual .area_txt > h2 {
    font-size: 30px;
  }
  #visual .area_txt > p {
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 550px) {
  #visual .area_txt {
    width: 60%;
    text-align: center;
  }
  #visual .area_txt > h3,
  #visual .area_txt > h2 {
  }
  #visual div.bx-pager {
    right: 15px;
  }
  #visual div.bx-pager div {
    margin: 0 0 20px;
  }
  #visual div.bx-pager div a:after {
    bottom: -15px;
    width: 4px;
    height: 4px;
  }
  #visual div.bx-pager div a {
    font-size: 14px;
  }

  .scrolldown {
    width: 70px;
    height: 70px;
  }
  .area_notice {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }
  .scrolldown .icon {
    top: 17%;
    width: 18px;
    height: 26px;
  }
  .scrolldown a > i.txt:before {
    display: none;
  }
  .scrolldown a > i.txt {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  #visual .area_txt > h3,
  #visual .area_txt > h2 {
/*    font-size: 25px;*/
  }
  #visual .sliderbx li .abox_img {
    width: 100%;
    height: 100%;
  }
  #visual .sliderbx li .abox_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/* 마린 */
.area_marin {
  position: relative;
  padding: 0 0 100px;
  background: #fff;
}
/*.area_marin:after{content:''; position:absolute; z-index:-1; right:4%; bottom:100px; width:515px; height:123px; background:url('../img/main/obj_marin.png')no-repeat center; background-size:contain;}*/

.area_marin .area_txt {
  position: relative;
  margin: 0 auto;
  padding: 0 50px 50px;
  background: #eee;
}
.area_marin .area_txt h3 {
  font-size: 45px;
  font-weight: 600;
  color: #222;
  line-height: 1em;
  position: relative;
  top: -30px;
}
.area_marin .area_txt p {
  display: block;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.8em;
}
.area_btn {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  bottom: 50px;
  opacity: 0.5;
}
.area_btn svg {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
}

/*
.area_marin::after{
    content: 'DREAMING AND CHALLENGING COMPANYCUSTOMER SUCERCC PARTNER';
    display: inline-block;
    position: absolute;
    top: calc(50% + 40px);
    left: calc((100% - 1400px)/2 - 0px);
    top: 50%;
    left: 0;
    text-align: left;
    width: 100%;
    font-size: 6em;
    font-weight: bold;
    color: #ccc;
    width: 300px;
    line-height: 1.2;
}
*/
.main_certi {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.main_certi li {
  width: calc(100% / 3);
  padding: 0 20px;
  float: left;
  font-size: 1.4em;
  font-weight: 100;
  border-right: 1px solid #eee;
}
.main_certi li:last-child {
  margin: 0;
  border-right: 0;
}
.main_certi li h1 {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
  color: #444;
  margin: 15px 0 0;
}
.main_certi li h4 {
  color: #444;
  font-weight: 900;
  opacity: 0.3;
    font-size: 1.1em;
/*  transform: scale(1);*/
  transform-origin: left;
  transition: all 1s;
}
.main_certi li:hover h4 {
  opacity: 0.6;
/*  transform: scale(1.05);*/
  transition: all 1s;
}
.main_certi li .img {
  height: 150px;
  width: 150px;
  line-height: 150px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.51, 0.21, 1, 1);
}
.main_certi li:hover .img {
  transform: scale(1.05);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.51, 0.21, 1, 1);
}
.area_marin .bg_text {
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 4.5em;
  font-weight: bold;
  color: #b1b9d6;
  opacity: 0.4;
  text-align: left;
  line-height: 1.1em;
}
.area_marin .bg_text .color {
}
.area_marin .map {
  width: 800px;
  margin: 0 auto;
  border: 0;
  padding-top: 40px;
}

@media screen and (max-width: 1400px) {
  .area_marin .area_img {
    width: 40%;
    margin: 0 5% 0 0;
  }
  .area_marin .area_txt {
    width: 100%;
    left: 0;
    padding: 0px 5% 50px;
  }
  .area_marin .area_txt h3 {
    font-size: 40px;
  }
  .area_marin .area_txt p {
    padding: 20px 0 40px;
  }
  .area_btn {
    position: relative;
    bottom: 0;
    left: 0;
    float: right;
  }
}
@media screen and (max-width: 1200px) {
  .area_marin .area_txt h3 {
    font-size: 35px;
  }
  .area_marin:after {
    width: 38%;
    bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .area_marin {
    padding: 75px 0 0;
  }
  .area_marin .area_txt h3 {
  }
  .area_marin .area_txt p {
    padding: 20px 0 40px;
    font-size: 16px;
  }

  .main_certi {
    width: 100%;
    margin: 20px 0 0;
  }
  .main_certi li {
    width: calc(100% / 2);
    margin: 0 0 40px;
  }
  .main_certi li:nth-of-type(2),
  .main_certi li:nth-of-type(4) {
    border-right: 0;
  }
  .main_certi li:nth-of-type(3),
  .main_certi li:nth-of-type(4) {
    margin: 0;
  }
  .main_certi li .img {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .main_certi li .img img {
    width: 40px;
    height: auto;
  }
  .main_certi li h1 {
    font-size: 1em;
  }
  .main_certi li h4 {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: 400;
  }

  .area_marin .map {
    width: 100%;
    padding-top: 40px;
  }
  .area_marin .bg_text {
    font-size: 4em;
  }
  .area_marin .area_txt {
    padding: 0 45px 5%;
  }
}
@media screen and (max-width: 768px) {
  .area_marin {
    padding: 50px 0 0;
  }
  .area_marin .area_img {
    width: 60%;
    margin: 0 20%;
  }
  .area_marin .area_txt {
    width: 100%;
    padding: 0 50px 5%;
  }
  .area_marin:after {
    width: 42%;
    bottom: 30px;
  }

  .area_marin .bg_text {
    position: relative;
    top: 0;
    font-size: 2.3em;
  }
}
@media screen and (max-width: 650px) {
  .area_marin .area_img {
    width: 70%;
    margin: 0 15%;
  }
  .area_marin .area_txt p {
    font-size: 16px;
  }
  .area_marin .area_txt p br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .area_marin {
  }
  .area_marin .area_img {
    width: 86%;
    margin: 0 7%;
  }
  .area_marin .area_txt {
    padding: 0 5% 50px;
  }
  .area_marin .area_txt h3 {
    font-size: 32px;
  }
  .area_marin .area_txt p {
    padding: 30px 0;
    font-size: 15px;
  }
  .area_marin:after {
    bottom: 0;
  }
    .main_certi{
        margin: 40px 0 0;
    }
  .main_certi li {
    width: 100%;
      border: 0;
      border-bottom: 1px solid #eee;
      padding: 0 0 20px;
      margin: 0 0 20px;
  }
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 420px) {
  .area_marin {
  }
}
/* 사업분야 */
.area_business {
  position: relative;
  padding: 100px 0;
  background: #fff;
}
.area_business:after {
  content: "";
  display: block;
  clear: both;
}
.title {
  position: relative;
  width: 100%;
}
.area_business .title {
  top: 50%;
  float: left;
  transition: all 0.3s ease;
}
.area_business .title.off {
  position: absolute;
}

.title .line {
  width: 29px;
  height: 10px;
  background: #3b9001;
}
.title em {
  font-style: normal;
  font-size: 22px;
  font-weight: 900;
  color: #4e7335;
}
.title h2 {
  display: block;
  padding: 40px 0;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.3em;
  color: #333;
}
.title p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  opacity: 0.7;
  line-height: 1.6em;
  word-break: keep-all;
}

.title p .area_btn {
  right: 0;
  bottom: -50px;
  padding: 0;
  border: 0;
  color: #333;
}
.list_business {
  width: 100%;
  display: inline-block;
  margin: 0 0;
  position: relative;
}
.list_business .title {
  width: 50%;
  padding: 0 0 40px;
}
.list_business .title h2 {
  padding: 20px 0 40px;
}
.list_business ul.area_txt {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50px;
}
.list_business li {
  position: relative;
  float: left;
  margin: 0 20px 0 0;
  width: 264px;
  height: 264px;
  text-align: center;
  box-shadow: 0 0 9px 0px rgb(0 0 0 / 30%);
}
.list_business li:last-child{
    margin: 0;
}
.list_business li:nth-child(1) {
  background: url("../img/main/img_business01.jpg") no-repeat center ;

  background-size: cover;
  transition: all 0.5s ease;
}
.list_business li:nth-child(2) {
  background: url("../img/main/img_business02.jpg") no-repeat center;

  background-size: cover;
  transition: all 0.5s ease;
}
.list_business li:nth-child(3) {
  background: url("../img/main/img_business03.jpg") no-repeat center;

  background-size: cover;
  transition: all 0.5s ease;
}
.list_business li:nth-child(4) {
  background: url("../img/main/img_business04.jpg") no-repeat center;

  background-size: cover;
  transition: all 0.5s ease;
}
.list_business li:nth-child(5) {
  background: url("../img/main/img_business05.jpg") no-repeat center;

  background-size: cover;
  transition: all 0.5s ease;
}
.list_business li:hover {
  background-size: 110%;
  transition: all 0.5s ease;
}

.list_business li::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
.list_business li:hover::before {
  opacity: 0.5;
}
.list_business li::after {
  content: "";
  width: 0%;
  height: 7px;
  background: #3b9001;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 2s;
}
.list_business li:hover:after {
  width: 100%;
  transition: all 0.5s;
}

.list_business li a {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.list_business li a .icon {
  height: 50px;
  width: auto;
  margin: 0 0 15px;
}
.list_business .area_img {
  width: 50%;
  float: right;
}

.list_business li > .area_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* .list_business li > .area_txt > em {
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #fff;
} */
.list_business li > .area_txt > h2 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
}
.list_business li > .area_txt > a.go {
  font-size: 1.2em;
  width: calc(50% - 10px);
  height: auto;
  border: 1px solid #fff;
  padding: 10px 20px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
}
.list_business li > .area_txt > a.go:nth-of-type(4) {
  margin-right: 0;
}

/* .list_business li:nth-child(2n-1):hover {
  top: -60px;
}

.list_business li:nth-child(2n):hover {
  top: 60px;
} */

.community {
  padding: 100px 0;
/*    display: none;*/
}
.community .title {
  display: inline-block;
  width: 33.3%;
  float: left;
}
.community .title h2 {
  padding: 20px 0 40px;
}
.community .bbs {
  width: 66.6%;
  float: right;
  margin: 50px 0 0;
}
.community .mail{
    display: inline-block;
    border: 2px solid #eee;
    padding: 0 20px;
    margin: 20px 0 0;
    line-height: 3em;
    font-size: 1.1em;
    color: #555;
}
.community .mail > svg{
    margin: 0 8px 0 0;
    color: #4e7335;
}


@media screen and (max-width: 1400px) {
  .list_business {
  }
  .list_business li {
    margin: 0 40px 40px 0;
    width: calc((100% / 2) - 20px);
    width: -webkit-calc((100%/2) - 20px);
  }
  .list_business li:nth-child(2n) {
    margin: 0 0 40px;
  }
  .list_business .title {
    width: 100%;
  }
  .list_business .area_img {
    display: none;
  }
  .list_business ul.area_txt {
    position: relative;
    bottom: 0;
  }

  .area_business .title {
    width: 100%;
  }
  .area_business .title p {
    width: 100%;
    position: relative;
    margin: 20px 0 50px;
    text-align: left;
  }
}

@media screen and (max-width: 1300px) {
  .list_business li {
  }
}
@media screen and (max-width: 1200px) {
  .area_business .title {
  }
  .area_business .title p br {
    display: none;
  }
  .list_business li > a .area_txt {
    left: 30px;
    bottom: 30px;
  }
  .list_business li > .area_txt > a.go {
    width: 80%;
    padding: 10px;
    font-size: 1em;
    line-height: 1em;
    float: unset;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .area_business {
    padding: 75px 0;
  }
  .community {
    padding: 75px 0;
  }
  .area_business .title em {
    font-size: 20px;
  }
  .area_business .title p br {
    display: block;
  }
  .title h2 {
    padding: 20px 0;
    font-size: 45px;
  }
  .area_business .title {
  }
  .area_business .title p .area_btn {
    position: absolute;
    left: unset;
  }
  .area_business .title.on {
    position: relative;
  }
  .list_business {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .list_business li {
    margin: 0 20px 20px 0;
  }
  .list_business li:nth-child(2n-1),
  .list_business li:nth-child(2n-1):hover {
    top: 0;
  }
  .list_business li:nth-child(2n) {
    margin: 0 0 20px;
    top: 40px;
  }
  body.on .fixed_bg {
    opacity: 0;
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .list_business {
  }
  .list_business li > .area_txt > h2 {
    font-size: 24px;
    padding: 0 0 10px;
  }
  .list_business li > .area_img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .area_business {
  }
  .list_business {
    width: 100%;
    margin-left: 0;
  }
  .title em {
    font-size: 20px;
  }
  .title h2 {
    font-size: 40px;
  }
  .area_business .title p {
    font-size: 15px;
  }
  .list_business li > a .area_txt {
    left: 20px;
    bottom: 20px;
  }
  .title .line {
    width: 20px;
    height: 7px;
  }
  .community .title {
    width: 100%;
  }
  .community .bbs {
    width: 100%;
    margin: 40px 0 0;
  }
    .community .mail{
        font-size: 0.9em;
        padding: 0;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
  .list_business li {
    width: 100%;
  }
  .list_business li:nth-child(2n) {
    top: 0;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 550px) {
  .area_business {
    padding: 50px 0;
  }
  .title em {
    font-size: 17px;
  }
  .title h2 {
    padding: 6px 0 10px;
    font-size: 30px;
  }
  .area_business .title p {
    font-size: 14px;
    line-height: 1.5em;
  }
  .list_business {
    margin: 0;
  }
  .community {
    padding: 50px 0;
  }
  .list_business li {
  }
  .list_business li > a .area_txt {
    left: 15px;
  }
  .list_business li > .area_txt > h2 {
    font-size: 20px;
    padding: 0 0 10px;
  }
  .list_business li > a .area_txt > em {
    font-size: 14px;
  }
  .list_business li > a .area_txt > span {
    padding: 2px 0 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .list_business {
  }
  .title h2 {
    font-size: 27px;
  }
  .list_business li {
  }
  .list_business li > a .area_txt {
    left: 10px;
    bottom: 10px;
  }
  .list_business li > a .area_txt > em {
    font-size: 13px;
  }
  .list_business li > a .area_txt > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .area_business {
  }
}
@media screen and (max-width: 400px) {
  .list_business {
  }
  .list_business li {
  }
  .list_business li > a .area_txt > em {
    font-size: 11px;
  }
  .list_business li > a .area_txt > span {
    padding: 0;
  }

  .list_business li > a .area_img img {
    width: 100%;
    height: auto;
  }
}

/* 진행사업 */
.area_work {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
  background: #fff;
}
#com_bx {
  width: 100%;
}
#com_bx ul li {
  width: calc(100% / 3);
  height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
}
#com_bx ul li .area_img {
}
#com_bx ul li .area_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#com_bx ul li .area_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#com_bx ul li dt {
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 20px;
  color: #fff;
}
#com_bx ul li dt span {
  display: block;
  font-size: 0.4em;
  letter-spacing: 1px;
}
#com_bx ul li dd {
  font-weight: 200;
}
#com_bx ul li a {
  width: calc(50% - 10px);
  height: auto;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
#com_bx ul li img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: scale(1) translate(-50%, -50%);
  transition: all 0.7s cubic-bezier(0.51, 0.21, 1, 1);
}
#com_bx ul li:hover img {
  transform: scale(1.02) translate(-50%, -50%);
}
#com_bx ul li:hover .area_img::after {
  transition: all 0.7s;
  background: rgba(0, 0, 0, 0.4);
}
#com_bx ul li a:hover {
  background: #fff;
  color: #000;
  transition: all 1s;
}

@media screen and (max-width: 1400px) {
  .area_work {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #com_bx {
    width: 100%;
    margin: 0;
  }
  #com_bx {
    padding: 0;
  }
  #com_bx ul {
    overflow: hidden;
  }
  #com_bx ul li {
    padding: 10px;
    height: 175px;
  }
  #com_bx ul li dt {
    font-size: 1.4em;
    margin: 0;
  }
  #com_bx ul li dt span {
    font-size: 0.3em;
  }
  #com_bx ul li dd {
    font-size: 0.7em;
    display: none;
  }
  #com_bx ul li a {
    font-size: 0.8em;
    padding: 2px 5px;
  }
  #com_bx ul li img {
    width: 100%;
    height: auto;
  }
  #com_bx ul li.under {
  }
}
@media screen and (max-width: 850px) {
}
@media screen and (max-width: 768px) {
  .area_work {
    padding: 100px 0;
  }
  #com_bx ul li.under {
    margin: 0;
  }
  #com_bx ul li.under:last-of-type {
    margin: 0;
  }

  #com_bx ul li dt {
    margin: 0;
    top: 45%;
  }
  #com_bx ul li a {
    top: 70%;
  }
}
@media screen and (max-width: 550px) {
  .area_work {
    padding: 60px 0;
  }
}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 420px) {
  .area_work {
    padding: 40px 0;
  }
}

@-webkit-keyframes scrollDownPointer {
  60% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  70% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scrollDownPointer {
  60% {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
  }
  70% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes imagescale {
  0% {
    transform: scale(1) rotate(0.001deg);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.2) rotate(0.001deg);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}


.unber_bar{
    position: relative;
}
.unber_bar::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 12px;
    background: #cbe210;
    opacity: 0.5;
    z-index: -1;
}



/*메인컨텐츠 추가 241127*/
.scrolldown {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 52;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.scrolldown a {
  position: relative;
  display: block;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.scrolldown .icon {
  position: absolute;
  top: 17%;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 30px;
  border: 2px #fff solid;
  border-radius: 30px;
  transform: translateX(-50%);
}
.scrolldown .icon::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-animation: scrollDownPointer 1.5s infinite;
  animation: scrollDownPointer 1.5s infinite;
}
.scrolldown a > i.txt {
  position: relative;
  display: inline-block;
  padding-top: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.scrolldown a > i.txt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  background: url("../img/common/icon_scroll_arrow.svg") no-repeat center;
  width: 9px;
  height: 9px;
  background-size: cover;
  transform: translateX(-50%);
}
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 52;
}

.scrolldown a {
  width: 253px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #0d1550 !important;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 12px;
  color: #fff !important;
}

.scrolldown a > i {
  font-size: 16px;
  margin-right: 10px;
  color: #ffd200;
}

#notice{
/*  position: absolute;
  bottom: 0;
  left: 253px;
  width: 530px;
  height: 100px;
  background: #fff;
  z-index: 52;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 0 35px;*/
}
#notice h4{
  display: flex;
  align-items: center;
  justify-content:space-between;
  font-size: 17px;
  font-weight: 600;
  color: #303030;
  margin: 0 0 10px;
}
#notice h4 .btn_moreview{
  color: #939390;
  font-size: 15px;
  font-weight: 400;
}
#notice h4 .btn_moreview > svg{
  margin-left: 7px;
}

@media (max-width:900px) {
  #notice{
    bottom: 0;
    left: 0;
    width: 80%;
    height: 100px;
    background: #fff;
    z-index: 52;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 35px;
    margin-left: 20%;
  }
  .scrolldown{}
  .scrolldown a {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #1a61a9;
    font-family: 'Montserrat';
    font-weight: 700;

    font-size: 12px;
    color: #fff !important;
    padding: 15px 10px;
  }

}



#content .area_title{padding-left: 253px; color: #0d1550; font-size: 1.5em;}
#content .area_title h5{font-size: 2.5em; font-family: 'Montserrat'; text-transform:uppercase; position: relative; padding-right: 10px; display: inline-block; z-index: 1;}
#content .area_title h5:before{content: ""; display: inline-block; width: 23px; height: 23px; background-color: #ffd200;
  position: absolute; right: 0; top: 0; z-index: -1;}
#content .area_title p{font-size: 2em; font-family: 'Montserrat'; text-transform:uppercase;  color: #0d1550; line-height: 1.4em; margin: 60px 0 30px; font-weight: 600; word-break: keep-all}
#content .area_title span{display: inline-block; line-height: 1.4em; color: #0d155086;}
#content a.btn_more{font-family: 'Montserrat'; display: inline-block; margin-top: 40px; display: flex; align-items: center;
  font-size: 20px;}
#content a.btn_more i{width: 50px; height: 50px; border: 1px solid #0d155086; display: flex; align-items: center; justify-content: center; margin-left: 14px;}
#content a.btn_more:hover i{background: #000E41; color: #fff; transition: all 0.5s;}


#content .area_swiper{overflow: hidden;}
#content .swiper-button-wrap{display: flex;align-items: center;justify-content: right; max-width: 1400px; margin: 0 auto 40px auto; overflow: hidden;}
#content .swiper-pagination{margin-right: 20px; position: relative;}
#content .swiper-pagination .swiper-pagination-bullet{margin-right: 10px; width: 10px; height: 10px; border-radius: 50%; background: #bababa;}
#content .swiper-pagination .swiper-pagination-bullet-active{border: 2px solid #434096; background: #fff;}
#content .swiper-button-next,
#content .swiper-button-prev{position: relative;  color: #1a1a1a; left: 0; top: 0; right: 0; bottom: 0; width: max-content; height: auto; margin: 0;}
#content .swiper-button-next:before,
#content .swiper-button-prev:before{content: "\f054";font-family: "Font Awesome 6 Pro";font-weight: 100;display: block;padding: 14px;background: #f3f3f3;position: relative;font-size: 2em;margin: 0;color: #333333;}
#content .swiper-button-prev:before{content: "\f053"; background: #3E3B94; color: #fff;}

.area_business.v2{display: grid; grid-template-columns: 800px 1fr; padding: 140px 0;}
.area_business .swiper-button-wrap{width: 580px;;}
.area_business .swiper-slide.b01{background: url("../img/main/business_swiper01.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b02{background: url("../img/main/business_swiper02.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b03{background: url("../img/main/business_swiper03.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b04{background: url("../img/main/business_swiper04.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b05{background: url("../img/main/business_swiper05.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b06{background: url("../img/main/business_swiper06.jpg") no-repeat center/cover;}
.area_business .swiper-slide.b07{background: url("../img/main/business_swiper07.jpg") no-repeat center/cover;}
.area_business .swiper-slide{display: flex; align-items: flex-end; aspect-ratio:1/1;}
.area_business .swiper-slide dl{color: #fff; padding: 40px; font-size: 1.1em;}
.area_business .swiper-slide dl dt{font-size: 1.4em; margin-bottom: 6px;
  display:inline-block; width:100%; overflow: hidden; text-overflow: ellipsis; vertical-align:middle; white-space: nowrap;}
.area_business .swiper-slide dl dt strong{font-family: 'Montserrat'; font-weight: 800; font-size: 1.5em;}
.area_business .swiper-slide dl dd{opacity: 0.5; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; width:100%;}

.area_performance{}
.area_performance .area_title{background-color: #F3F3FB; padding: 100px 0;}


.counter_area{background:url("../img/main/performance_bg.jpg") no-repeat center top/100% auto;padding: 80px 0;text-align: center;}
.counter_area .counter_img{max-width: 1400px; margin: 0 auto;}
.counter_area .counter_img img{width: 100%;}
.counterareabg{padding:0 0 40px;text-align:center;color: #fff;margin: 0 auto;}
.counterareabg .title_wrap{border-top:1px solid #ffffff45; }
.counterareabg .title_wrap .inr{max-width: 1400px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; justify-content: center;}
.counterareabg .title:before{content:""; display: block; width: 10px; height: 10px; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); background-color: #fff; border-radius: 50%;}
.counterareabg .title{font-size: 1.3em; text-align:center;color: #fff;margin:0px 0px 50px !important;display:inline-block; position: relative; padding-top: 20px;}
.counterareabg .title p{color: #ffffff95; font-weight: 400;}
.counterareabg .title span{color: #ffffff56; font-weight: 400;}
.counterareabg .counter_wrap{font-size: 1.4em;text-align:center;display: grid;grid-template-columns: repeat(4, 1fr);align-items: center;justify-content: center; max-width: 1400px; margin: 0 auto;}
.counterareabg .counter_wrap:after{content: ""; display: block; width: 100%; background-color: #fff;}
.counterareabg .counter_wrap > p {font-family: 'Montserrat';font-weight: 600;color: #fff; line-height: 1.4em; margin: 0 10px 20px}
.counterareabg .counter_wrap span.counter{margin:0px !important; display:inline-block;}
.counterareabg:after{content:"";display:block;clear:both;}


@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {

  #visual .swiper-pagination.swiper-pagination{justify-content: center;}
  .scrolldown a > i{color: #fff;}
  .scrolldown a > span{display: none;}

  #content .area_title{padding-left: 15px; padding-right: 15px; font-size: 1em;}
  #content .area_title h5{display: inline;}
  #content .area_title h5:before{top: auto; bottom: 20px;}
  .area_business{padding-bottom: 0;}
  .area_business.v2{display: grid; grid-template-columns:auto; padding: 140px 0 0;}
  #content .area_business .swiper-button-wrap{width: 100%; padding: 0 10px; margin-bottom: 0;}
  .area_business{display: block;}
  .counter_area{background-size: cover; padding-bottom: 0; margin-bottom: 80px; font-size: 0.73em;}
  .counter_area .counter_img{height: 200px;}
  .counter_area .counter_img img{width:100%; height:100%; object-fit:cover;}
}
@media screen and (max-width: 768px) {}


#content .idx_title{display: flex; align-items: baseline; margin-bottom: 60px; max-width: 60%}
#content .idx_title h3{font-size: 3.4em;font-weight: 800;margin-right: 20px; font-family:'Gmarket Sans', Sans-serif; color:#012060}
#content .idx_title h3:after{content: ""; display: inline-block; width: 10px; height: 10px; background: #92D14F; border-radius: 50%; margin-left: 10px;}
#content .idx_title a.more{display: inline-block; color: #fff;}

#content .idx_company .inr,
#content .idx_cs .inr{padding: 140px 0;}

.idx_company{ color: #475467; position: relative;}
.idx_company:after{content: ""; width: 40%; height: 100%; position: absolute; right: 0; top: 0; bottom: 0;
  background: url("../img/main/company_bg.jpg") #F5F5F5 no-repeat right top/cover;}
.idx_company .txt{margin-bottom: 60px; width: 55%;}
.idx_company .txt h4{ font-size: 1.8em; line-height: 1.4em; font-weight: 800; margin-bottom: 24px;}
.idx_company .txt p{font-size: 1.2em; line-height: 1.6em;}

.idx_cs{background: url("../img/main/cs_bg.jpg") no-repeat center/cover;}
.idx_cs .inr{padding-top: 0!important;/* display: flex; */align-items: flex-end;justify-content: space-between;/* gap: 0; */}
.idx_cs .banner{display: grid;grid-template-columns: 220px 220px;gap: 0;margin-top: -50px;/* margin-right: 140px; */float: left;}
.idx_cs .banner div{display: table; width: 220px; height: 220px;}
.idx_cs .banner dl{width: 100%; display: table-cell; vertical-align: bottom; aspect-ratio:1/1; padding: 0px 35px 35px 35px; color: #fff; cursor: pointer}
.idx_cs .banner div:nth-of-type(1) dl{background: #012060 ;}
.idx_cs .banner div:nth-of-type(3) dl{background: #00000050;}
.idx_cs .banner div:nth-of-type(4) dl{background: #55b6ff; color: #475467;}
.idx_cs .banner dl dt{font-size: 1.8em; margin-bottom: 15px; font-weight: 700; font-family:'Gmarket Sans', Sans-serif;}
.idx_cs .banner dl dd{}

.idx_cs .banner div dl:hover{transition: all 0.3s; background: #1a1a1a95; color: #fff;}

.idx_cs .latest{color: #333333;max-width: 600px;width: 600px;float: right;/* display: block; *//* text-align: right; */margin-top: 100px;}


@media (max-width: 1280px) {

  .idx_cs .banner{grid-template-columns:1fr 1fr 1fr; margin-top: 40px; float: none;}
  .idx_cs .banner > div{display: none;}
  .idx_cs .banner dl{aspect-ratio: auto;}

  .idx_cs .latest{width: 100%; max-width: 100%; float: none; margin-top: 40px;}

}
@media screen and (max-width: 992px) {

  #content .idx_company .inr,
  #content .idx_cs .inr{padding: 100px 0;}
}
@media (max-width:767px){
  .idx_cs .banner dl{padding: 20px;}
  .idx_cs .banner dl dt{font-size: 1.4em;}
}

@media (max-width:600px){
  .idx_company .txt p{font-size: 1.1em;}
  .idx_cs .banner dl dd br{display: none;}

}
