/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* * { font-family: 'Spoqa Han Sans Neo', 'sans-serif'; } */

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

@font-face {
  font-family: 'Godo';
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
}

.godo * {
 font-family: 'Godo', sans-serif;
}

body {
    /* font-family: "Noto Sans CJK KR", sans-serif; */
    color: #444444;
    -webkit-text-size-adjust:none;
    /* max-width: 1200px; */
    /* text-align: center; */
  }


  *{
    margin:0;
    padding:0;
    box-sizing: border-box;
  }

  a {
    color: #2088C9;
    text-decoration: none;
  }

  a:hover {
    color: #2088C9;
    text-decoration: none;
  }

  /* h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans CJK KR", sans-serif;
  } */

  p{
    word-break: keep-all;
  }

  li {
    list-style-type: none;
  }

  /* 이미지 크기 자동화 */
  img{
    max-width: 100%;
    height: auto;
    width: auto;
  }

  div {box-sizing: border-box;}

  section {
    padding:30px 0;
  }

  .container {
    margin: 0 auto;
  }


  @media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
    }
  }

  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
  }

  .back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #2088C9;
    color: #fff;
    transition: all 0.4s;
  }

  .back-to-top i:hover {
    background: #2088C9;
    color: #fff;
  }

  /*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background-color: #ffffff;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
    z-index: 997;
    transition: all 0.5s;
    padding: 15px 0 0 0;
  }

  #header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0 0 0;
    background: #fff;
  }

  #header .logo{
    /* margin-bottom: 6px; */
    padding-bottom: 7px;
  }

  #header .logo img {
    padding: 0;
    margin: -10px 0 0 0;
    max-height: 40px;
  }

  @media (max-width: 768px) {
    #header {
      background: #fff;
    }
    #header .logo img {
      max-height: 28px;
    }
    #header .home button{
      font-size: 30px;
    }
  }

  #header hr{
    color: rgba(127, 137, 161, 0.25);
    margin: 0;
  }

  @font-face {
    font-family: 'Godo';
    font-style: normal;
    /* font-weight: 400; */
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
  }

  .logo2 {
    font-family: 'Godo';
    font-size: 30px;
    margin-top: 10px;
    color: black;
    font-style: normal;
    font-weight: 200;
    padding-left: 5px;
  }

  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /* Desktop Navigation */

  .nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
  }

  .nav-menu a {
    display: block;
    position: relative;
    color: #555555;
    padding: 8px 12px 12px 0;
    transition: 0.3s;
    font-size: 14px;
  }

  .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #2088C9;
    text-decoration: none;
  }

  .nav-menu .get-started a {
    background: #2088C9;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 30px;
    padding: 10px 25px;
  }

  .nav-menu .get-started a:hover {
    background: #2088C9;
    color: #fff;
  }

  .nav-menu .drop-down ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: ease all 0.3s;
    border-radius: 5px;
  }

  .nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
  }

  .nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #222222;
  }

  .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #2088C9;
  }

  .nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
    /* padding-right: 5px; */
  }

  .nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }

  .nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }

  .nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
  }

  .nav-menu .drop-down .dropdown > a {
    padding-right: 60px;
  }

  .nav-menu .drop-down .dropdown > a:after {
    content: "\ea99";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }

  .nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }

  .navbar {
    padding: 0;
  }

  @media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }


  /* Desktop Navigation */
  .nav-menu2, .nav-menu2 * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-menu2 > ul > li {
    position: relative;
    white-space: nowrap;
    display: inline-flex;
  }

  .nav-menu2 a {
    display: block;
    position: relative;
    color: #fff;
    font-weight: 600;
    padding: 2px 0 12px 0px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Noto Sans CJK KR", sans-serif;
  }

  .nav-menu2 span{
    color: #fff;
    font-weight:  bold;
  }

  .nav-menu2 a:hover, .nav-menu2 .active > a, .nav-menu2 li:hover > a {
    color: black;
    text-decoration: none;
  }


  .nav-menu2 .drop-down ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: ease all 0.3s;
    border-radius: 5px;
  }

  .nav-menu2 .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .nav-menu2 .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #222222;
  }

  .nav-menu2 .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #2088C9;
  }

  .nav-menu2 .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
  }

  .nav-menu2 .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }

  .nav-menu2 .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }

  .nav-menu2 .drop-down .drop-down > a {
    padding-right: 35px;
  }

  .nav-menu2 .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
  }

  @media (max-width: 1366px) {
    .nav-menu2 .drop-down .drop-down ul {
      left: -90%;
    }
    .nav-menu2 .drop-down .drop-down:hover > ul {
      left: -100%;
    }
    .nav-menu2 .drop-down .drop-down > a:after {
      content: "\ea9d";
    }
  }

  .nav2 {
    background: #f3f9fd;
  }

  /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 9999;
    border: 0;
    background: none;
    font-size: 40px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  .mobile-nav-toggle i {
    color: #222222;
  }

  .mobile-nav {
    position: fixed;
    top: 62px;
    /*right: 15px;
    left: 15px; */
    z-index: 9998;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    width:100%;
    height: 100vh;
  }

  .mobile-nav ul {
    border-top: 1px solid #efefef;
  }

  .mobile-nav ul li{
    margin: 5px 0;
  }

  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav a {
    display: block;
    position: relative;
    color: #222222;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
  }

  .mobile-nav a:hover, .mobile-nav .active > a,   .mobile-nav li:active > a {
    color: #1084e6;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
  }



  .mobile-nav .get-started {
    text-align: center;
    margin-top: 10px;
  }

  .mobile-nav .get-started a {
    background: #2088C9;
    color: #fff;
    border-radius: 50px;
    margin: 0 15px;
    padding: 10px 30px;
    display: inline-block;
  }

  .mobile-nav .get-started a:hover {
    background: #2088C9;
    color: #fff;
  }

  .mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }

  .mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
  }

  .mobile-nav .drop-down > a {
    padding-right: 35px;
  }

  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }

  .mobile-nav .drop-down li {
    padding-left: 20px;
  }

  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(43, 43, 43, 0.8);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
  }

  .mobile-nav-active .mobile-nav-toggle i {
    z-index: 9999;
    color:#fff;
  }

  @media (max-width: 768px) {
    .mobile-nav-toggle {
      font-size: 30px;
      top: 13px;
    }
  }

  /*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/

  /*section {
    padding: 30px 0;
    overflow: hidden;
  }*/

  .section-bg {
    background-color: #f7fbfe;
  }

  .section-title {
    text-align: center;
    padding: 200px 0 30px 0;
  }

  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    color: #222222;
  }

  .section-title h2::before, .section-title h2::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #2088C9;
    display: inline-block;
  }

  .section-title h2::before {
    margin: 0 15px 10px 0;
  }

  .section-title h2::after {
    margin: 0 0 10px 15px;
  }

  .section-title p {
    /* margin: 15px 0 0 0; */
    margin: 15px 0;
    font-size: 15px;
  }

  @media(max-width: 768px){
    .section-title h2{
      font-size: 22px;
    }
  }

  /*--------------------------------------------------------------
  # Main_Hero Section(index.html)
  --------------------------------------------------------------*/
  #hero {
    width: 100%;
    margin-top:75px;
    padding:0;
  }

  #hero .ict_main{
    width:100%;
    height: 499px;
    background: url(../../assets/img/ict_main.jpg)no-repeat;
    position: relative;
  }

  #hero .ict_main .ictMain_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -351px;
    margin-top: -53px;
  }

  #hero .ict_main h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
  }

  #hero .ict_main p {
    font-size:30px;
    color:#fff;
    text-align: center;
  }

  .btn-get-started {
    /* font-family: "Raleway", sans-serif; */
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 23px;
    border-radius: 50px;
    transition: 0.5s;
    color: #2088C9;
    border: 2px solid #2088C9;
  }

  #hero .btn-get-started:hover {
    background: #2088C9;
    color: #fff;
  }

  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }

  @media (max-width: 991px) {
    #hero {
      margin-top: 151px;
    }
    #hero .ict_main h1{
      font-size: 2.0em;
    }

    #hero .ict_main .ictMain_txt {
      margin-left: -265px;
    }

  }

  @media (max-width: 768px) {

    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }

    #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }

  }

  @media (max-width: 490px) {

    #hero .ictMain_txt p {
      font-size: 1.2em;
    }

    #hero .ictMain_txt h1{
      font-size: 1.5em;
    }

    #hero .ict_main .ictMain_txt {
    margin-left: -189px;
    }

  }



  @-webkit-keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  /*--------------------------------------------------------------
  # Main_About Us(index.html)
  --------------------------------------------------------------*/
  .about {
    background: #f3f9fd;
    text-align: center;
  }

  .about .section-title {
    padding: 0;
  }

  .main_about img{
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    transition: 0.5s all ease;
    /* -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease; */
  }

  .main_about img:hover{
    -ms-transform: rotate(90deg);
    /* IE 9 이상에서 사용 */
    /* -webkit-transform: rotate(90deg); */
     /* 사파리, 크롬, 오페라 브라우저 사용 */
    transform: rotate(180deg);
  }

  .main_about h5{
    margin-top: 15px;
    font-weight: bold;
    color: #002060;
  }

  /* dot 점 표현 */
  .main_wrappers{
    /* height: 200px; */
    margin-bottom: 45px;
  }

  .main_wrapper2{
    /* height: 180px; */
    margin-bottom: 80px;
  }

  .main_about .main_wrappers p {
    text-align: start;
    margin: 10px 0 10px 3.4rem;
  }

  .main_about .main_wrapper2 p {
    text-align: start;
    margin: 10px 0 10px 3.4rem;
  }

  .main_about .main_wrapper p {
    text-align: start;
    margin: 10px 0 10px 3.4rem;
  }
  .main_wrap .main_info p {
    padding-left: 20px;
  }

  .main_wrap p {
    position: relative;
    margin-bottom: 10px;
    word-break: keep-all;
    margin-left: 30px;
    color: #000000;
  }

  .main_wrap .main_info p::before {
    left: 0;
  }

  .main_info p::before {
    content: "";
    position: absolute;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
  }

  .Talent_txt_p p {
      padding-bottom: 4px;
      border-bottom: dashed 1px rgb(189, 189, 189);
      color: #050056;
      font-weight: 900;
  }


  /*--------------------------------------------------------------
  # Main_Services(index.html)
  --------------------------------------------------------------*/
   .service{
     background: #f5f5f5;
     padding-bottom: 100px;

   }


  .service .section-title{
    padding: 100px 0;
   }

   .service .section-title h1{
       font-family: 'GmarketSansLight';
       color:#1c7ee2;
       font-size:1.8em;
       float: left;
    }

    .service .section-title img {
      float: right;
      margin-top: 9px;
      width: 88%;
    }


    .service_wrap {
      width: 100%;
      margin-top: 70px;
    }

    .service01{
      margin-top: 0;
    }

    .service_wrap:after{
      content:'';
      display: block;
      clear:both;
    }

    .service_wrap .left {
      float:left;
    }

    .service_wrap .right {
      float:right;
    }

    .service_wrap .serviceBn_txt h2{
      font-size:35px;
      font-weight:bold;
      color:#222;
      margin-bottom:25px;
      text-align: left;
      letter-spacing: -0.5px;
    }

    .service_wrap .serviceBn_txt {
      width: 45%;
      margin-top: 3.5%;
    }

    .service_wrap .serviceBn_txt p {
      font-size:15px;
      line-height: 28px;
      margin-bottom:12px;
      color:#222;
      font-weight:500;
    }

    .service_wrap .serviceBn_txt button {
      font-size: 13px;
      padding: 12px 18px;
      border:1px solid #1c7ee2;
      transition: all 0.3s ease;
      background: none;
      color:#1c7ee2;
      margin-top: 12px;
      }

      .service_wrap .serviceBn_txt button:hover {
        background: #1c7ee2;
      }

      .service_wrap .serviceBn_txt button:hover a {
        color:#fff;
      }


  @media screen and (max-width: 1199px){

    .service .section-title img {
      width: 82%;
    }


    .service_wrap .service_img {
      width: 48%;
    }

    .service_wrap .serviceBn_txt h2 {
      font-size:1.8em;
    }
  }

    @media screen and (max-width: 991px){

      .service{
        background: none;
      }

      .service .section-title img {
        width: 80%;
      }

      .service_wrap .serviceBn_txt {
        width: 49%;
      }

      .service_wrap .serviceBn_txt h2 {
        font-size: 1.5em;
      }

      .service_wrap .serviceBn_txt p {
        font-size: 0.8em;
        line-height: 20px;
      }

      .service_wrap .serviceBn_txt {
        margin-top: 0;
      }
   }

    @media screen and (max-width: 768px){

      .service{
        padding-bottom: 60px;
      }

      .service .section-title {
        padding:60px 0;
      }

      .service .section-title img {
        width: 67%;
      }

      .service_wrap {
        width: 100%;
        height: auto;
        background: #f2f2f2;
      }

      .service_wrap .service_img {
        width: 100%;
      }

      .service_wrap .service_img img{
        width: 100%;
      }

      .service_wrap .serviceBn_txt{
        width: 100%;
        padding:25px;
      }

         .service_wrap .serviceBn_txt h2{
           text-align: center;
           margin-bottom: 10px;
         }

         .service_wrap .serviceBn_txt p{
           display: none;
         }

         .service_wrap .serviceBn_txt button {
           width: 100%;

         }
    }


    @media screen and (max-width: 429px) {
      .service .section-title img {
        display: none;
      }

    }


  /*--------------------------------------------------------------
  # Main_Evolve(index.html)
  --------------------------------------------------------------*/

.Evolve {
  width:100%;
  height:260px;
  background: #cfe8fa;
  overflow: inherit;
  padding:40px 0;
}

.Evolve .container:after {
  display: block;
  content:'';
  clear:both;
}

.EvolveTit {
  float:left;
}

.EvolveTit h1{
  font-weight: bold;
  color:#1f1f1f;
  background: url(../img/h1_bg.jpg)no-repeat;
  display: inline-block;
  width: 100px;
  text-align: center;
  background-position-y: bottom;
  font-size: 2.8em;
}

.EvolveTit p{
  font-size: 13px;
  text-align: left;
}



.Evolvebn_wrap{
  float: right;
  margin-right: 10px;
  max-width: 865px;
  display: flex;
}

.Evolvebn {
  height: 264px;
  width:277px;
  justify-content: flex-start;
  background: #fff;
  border-radius: 15px;
  border: 4px solid #e1f3ff;
  box-shadow: 0 0 14px rgba(8,67,110,32%);
  margin-right:1.2em;
  }

  .Evolvebn img {
    margin:0 auto;
    display: block;
   }

   .Evolvebn .EvolveIcon > img{
     margin-top: 30px;
   }

   .Evolvebn .logo_wrap{
     margin-top:20px;
   }

  .Evolvebn h3{
    font-size: 1.5em;
    font-weight: 100;
    text-align: center;
    margin-top: 5px;
  }

  .Evolvebn03{
    margin-right: 0;
  }

  @media(max-width: 1199px){


    .EvolveTit p {
      font-size: 0.8em;
    }

    .Evolvebn_wrap{
      width: 70%;
    }

    .Evolvebn {
      height:auto;
    }

    .Evolvebn .EvolveIcon > img {
      margin-top:5%;
    }

    .Evolvebn .logo_wrap {
      margin-top:2%;
    }

  }

  @media(max-width:991px){

     .Evolve {
       height: auto;

     }

     .EvolveTit {
       float: none;
     }


    .EvolveTit h1{
      display: block;
      margin: 0 auto;
    }

    .EvolveTit p {
      font-size: 0.8em;
      text-align: center;
      margin-top: 5px;
    }

  .Evolvebn_wrap{
    width: 100%;
    display: block;
  }

  .Evolvebn {
    width: 100%;
    height:70px;
    margin-bottom:5%;
  }

  .Evolvebn h3 {
    display: inline-block;
    margin-left: 3%;
    margin-top: 16px;
    font-size: 1.3em;
    background: #43aaf9;
    border-radius: 23px;
    color: #fff;
    padding: 4px 15px;
  }

  .Evolvebn .EvolveIcon {
    display: none;
  }

  .Evolvebn .logo_wrap {
     display: inline;
  }

  .Evolvebn .logo_wrap > img {
    display: inline-block;
    margin-left:18%;
    margin-bottom: 15px;
  }

  .Evolvebn03 {
    margin-bottom: 0;
  }

}

  @media(max-width:767px){

    .Evolvebn .logo_wrap > img {
      margin-left:10%;
    }

  }

  @media(max-width:498px){

    .Evolvebn h3 {
      font-size: 1.0em;
      font-weight: 400;
      }

    .Evolvebn .logo_wrap > img {
       margin-left: 2%;
       width: 55%;
       margin-top: 4px;
    }

  }


  /*--------------------------------------------------------------
  # 5개 column (index.html)
  --------------------------------------------------------------*/
  .col-5ths{
    flex: 0 0 auto;
    width: 20%;
  }

  @media(max-width: 991px){
    .col-5ths{
      width: 33.3333333333%
    }
  }

  @media(max-width: 678px){
    .col-5ths{
      width: 50%
    }
  }

  @media (max-width: 500px) {
    .col-5ths{
      width: 61%;
      margin-left: 90px
    }
  }

  @media (max-width: 425px) {
    .col-5ths{
      width: 68%;
      margin-left: 55px
    }
  }

  /*--------------------------------------------------------------
  # solution (index.html)
  --------------------------------------------------------------*/

  .solution img {
    display: block;
    margin: 0px auto;
  }

  .solution .section-title {
    padding: 0;
  }

  @media(max-width:768px){
    .solution img{
      height: 200px;
    }
  }

  /*--------------------------------------------------------------
  # Contact(index.html)
  --------------------------------------------------------------*/

.contact_section {
  width: 100%;
  padding:100px 0;
  overflow: hidden;
}

.contact_section .container:after {
  content:'';
  display: block;
  clear:noth;
}

.map_container {
  float:left;
  width: 600px;
}

.map_container .map-responsive{
  height: 365px;
}

.map_container .frame {
  width: 100%;
  height: 100%;
}

.map_cont {
  float: left;
  margin-left: 6%;
  margin-top: 3%;
}

.map_tit h2{
  color:#222;
  font-size: 40px;
  font-weight: bold;
  }

  .map_tit p {
  color:#222;
  font-size: 16px;
  font-weight: 100;
  margin: 12px 0 20px 0;
}

  .b_info .infoCont{
    display: flex;
  }

  .b_info .infoCont i {
    color:#1581e5;
    line-height: 16px;
  }

   .b_info .infoCont p{
    margin-bottom:1.8em;
    color:#222;
    font-size: 0.9em;
    margin-left: 18px;
  }

  .b_info .infoCont p a {
    color:#222;
  }


  @media(max-width:991px) {
    .contact_section{
      margin-top: 10px;
    }

    .map_container {
      width: 100%;
    }
  }

  /*--------------------------------------------------------------
  # Clients(index.html)
  --------------------------------------------------------------*/
  .clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .clients .owl-item img {
    opacity: 0.5;
    width: 80%;
    transition: 0.3s;
    filter: grayscale(100);
  }

  .clients .owl-item img:hover {
    filter: none;
    opacity: 1;
  }

  .clients .owl-nav, .clients .owl-dots {
    margin-top: 5px;
    text-align: center;
  }

  .clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
  }

  .clients .owl-dot.active {
    background-color: #3498db !important;
  }

  /*--------------------------------------------------------------
  # 회사소개서 다운로드(index.html)
  --------------------------------------------------------------*/
  .introduction {
    background: #2c3f4e;
    padding:25px 0;
  }

  .introduction .company .text {
    font-size: 20px;
    font-weight:100;
  }

  .introduction .company .text span{
    color:#fff;
  }

  .introduction .download_button button {
    background: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 100;
    margin: 5px;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
  }

  .introduction .download_button button::before,
  .introduction .download_button button::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
  }

  .introduction .download_button button:hover {
    color: #3498db;
    border-color: #3498db;
  }

  /* Download Button */
  .introduction .download_button .btn::after {
    height: 0;
    left: 0;
    top: 0;
    width: 100%;
  }

  .introduction .download_button .btn:hover:after {
    height: 100%;
  }

  @media(max-width:375px){
    .introduction .company .text {
      font-size: 15px;
    }
    .introduction .download_button button {
      border: 2px solid #707070;
      margin: 5px;
      padding: 2px;
    }
  }
  /*--------------------------------------------------------------
  # 상세페이지
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # nav3
  --------------------------------------------------------------*/
  .nav3 {
    background: #8cafcf;
    color: #fff;
    font-size: bold;
  }
  .nav3 .nav-menu a{
    display: block;
      position: relative;
    padding: 8px 0px;
    color: #fff;
    /* font-weight: bold; */
  }

  .nav3 .nav-menu a:hover, .nav-menu .active > a, .nav3 .nav-menu li:hover > a {
    color: #555555;
    text-decoration: none;
  }

  .span_bx {
    margin-top:12px;
  }


  /*--------------------------------------------------------------
  # 사업소개 - CEO 인사말(01_01.html)
  --------------------------------------------------------------*/
  #ceo {
    width: 100%;
    /* height: 93vh; */
  }

  .ceos {
    display: flex;
  }

  .ceo_sign {
    margin-left: auto;
  }

  @media (max-width: 1400px) {
    #ceo {
      height: 120vh;
    }
  }

  @media (min-width: 1024px) {
    #ceo {
      background-attachment: fixed;
    }
  }

  @media (max-width: 991px) {
    #ceo {
      height: 140vh;
    }
    #ceo p {
      font-size: 14px;
    }
    #ceo .animated {
      /* -webkit-animation: none; */
      animation: none;
    }
    #ceo .hero-img {
      text-align: center;
    }
    #ceo .hero-img img {
      width: 50%;
    }
  }

  @media (max-width: 768px) {
    #ceo {
      margin-top: 20px;
    }

    #ceo p {
      font-size: 14px;
      margin-bottom: 30px;
    }
    #ceo .hero-img img {
      width: 70%;
    }
  }

  @media (max-width: 575px) {
    #ceo {
      height: 160vh;
    }
    #ceo .hero-img img {
      width: 80%;
    }
    .mb-sm-3, .my-sm-3 {
      margin-bottom: 1rem !important;
    }

  }


  @media (max-width: 378px) {
    #ceo {
      height: 185vh;
    }
  }

  @media (max-width: 300px) {
    #ceo {
      height: 200vh;
    }
  }

  /* @-webkit-keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  }

  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(-10px);
    }
  } */

  /*--------------------------------------------------------------
  # CI(01_04_01.html)
  --------------------------------------------------------------*/
  /* .CI_2 .section-title {
    padding-top: 200px;
  } */

  .CI {
    margin-top: 30px;
  }

  .CI img{
    vertical-align: middle;
    border-style: none;
    padding: 30px;
  }

  .CI .CI_info {
    transition: 0.3s ease-in;
    display: block;
    border-radius: 5px;
    background: var(--bg-color);
    box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.1);
    border-radius: 20px;

  }

  .CI .text_info1 {
    padding: 15px 25px 0 25px;
    border: 1px solid var(--border-color);
  }

  .CI .text_info1 p{
    /* font-size: 22px; */
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
  }

  .CI .text_infoNC p {
    font-size:0.9em;
  }

  .CI .text_infos {
    padding: 10px 0;
    background: #072d54;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .CI .text_infos button{
    color: #fff;
    padding: 15px 0;
  }

  .CI .text_infos button a{
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 8px 8px;
    font-weight: 600;
  }

  .CI .text_infos button a:hover{
    background-color: #fff;
    border-color: #fff;
    color: #072d54;
  }


  .col-2ths{
    width: 25%;
  }


  @media(max-width:990px){
    .col-2ths{
      width: 50%;
    }

    .col-2ths .text_infoNC p{
      font-size: 1.1em;
    }
  }


  @media(max-width:525px){
    .col-2ths{
      width: 100%;
    }

  }

  /*--------------------------------------------------------------
  # 브랜드 슬로건 (Home -> 쿨스소개 -> 우리의 브랜드 -> 브랜드 슬로건)
  01_04_02.html
  --------------------------------------------------------------*/
      #brand {
      width: 100%;
      /* height: 93vh; */
    }

    #brand .container{
      margin-top: 200px;
    }

    .brand_tit h2{
    font-size:3.0em;
    color:#222222;
    font-weight:100;
    text-align: left;
    }

    #brand .color_text {
        color: #1482e8;
        font-weight: bold;
        font-size:1.6em;
        margin-bottom: 100px;
    }

    #brand .brand_cont{
        width: 100%;
        margin-bottom: 60px;
      }

      .brand_cont h5{
      font-weight:bold;
      color:#222;
      font-size:1.5em;
      text-align: left;
      display: block;
      width:35%;
      float: left;
      line-height: 36px;
      letter-spacing: -1px;
    }

    .brand_cont p {
      display: block;
      float: right;
      width: 60%;
      font-size:17px;
      line-height: 29px;
    }

    .CI_3 .row{
     margin-top: 100px;
     }

     .CI_3 .row p {
     margin-left:80px;
     line-height: 29px;
     font-size: 17px;
      }

    .CI-3 .hero-img .img-fluid {
     width:331px;
     height: auto;
   }

   .CI .brand_tit p {
   color:#8b8b8b;
   font-size: 15px;
   }



  @media (max-width: 991px) {

      #brand {
       height: 115vh;
     }

      .brand_tit h2 {
      font-size:2.6em;
      text-align:center;
    }

    #brand .color_text {
      color: #1482e8;
      font-weight: bold;
      font-size:1.2em;
      margin-bottom: 60px;
      text-align: center;
    }

    .CI_3 .row {
    margin-top: 60px;
    }

    .CI_3 .row p {
    margin-left:0;
    }

    .CI_3 .hero-img img{
      margin-top: 5%;
    }

  }

  @media(max-width:767px) and (min-width:590px){
      #brand {
        height:130vh;
      }

      .brand_cont h5{
      width:100%;
      }

    .brand_cont p {
      width: 100%;
    }

  }


  @media(max-width:589px) {

      #brand {
        height:133vh;
      }

      .brand_cont h5{
      width:100%;
       }

    .brand_cont p {
      width: 100%;
     }

  }


  @media(max-width:398px) {
    #brand {
      height:155vh;
      margin-top: 50px;
    }

    .CI_3 .hero-img .img-fluid{
    width:80%;
    }

  }







  /*--------------------------------------------------------------
  # 인재상 (Home -> 인재채용 -> 인재상)
  (03_01.html)
  --------------------------------------------------------------*/
  .Talent img{
    width: 30px;
    height: 30px;
  }

  .Talent img:hover{
    -ms-transform: rotate(90deg);
    /* IE 9 이상에서 사용 */
    /* -webkit-transform: rotate(90deg); */
     /* 사파리, 크롬, 오페라 브라우저 사용 */
    transform: rotate(180deg);
  }

  /* .Talent img{
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
  } */

  .Talent h4{
    /* float: right; */
    font-weight: bold;
    text-align: center;
  }

  .Talent p{
    font-size: 18px;
  }

  .visions .section-title {
    padding-top: 120px 0 30px 0;
  }

  .visions .section-title {
    padding: 20px 0 30px 0;
  }

  .vision_square {
    background: #309bed;
    color: #ffffff;
    font-size: 18px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }

  .vision_square {
    text-align: center;
    padding: 20px;
  }

  .vision_square h3 {
    font-weight: bold;
    position: relative;
    color: #ffffff;
  }

  .vision_square h5 {
    font-weight: bold;
  }

  .arrow-up::before{
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border: 150px solid transparent;
    border-top-width: 0;
    border-bottom-color: purple;
  }

  .vision_line::before {
    content: "";
    width: 2px;
    height: 30px;
    display: inline-block;
    margin-bottom: -3px;
    background: rgb(159, 164, 167);
  }

  .vision_text_f span {
    font-weight: bold;
  }

  .vision_arrow {
    max-width: 500px;
    text-align: center;
    display: block;
    margin: 0px auto;
  }

  @media(max-width:552px){
    .visions .section-title{
      padding: 300px 0 60px 0;
    }
  }
  @media(max-width:300px){
    .visions .section-title{
      padding: 375px 0 60px 0;
    }
  }

  /* 경영이념 및 비전 test */
  .visions {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }

  .visions_img img {
    width: 45px;
    height: 45px;
  }

  .visions_img img:hover{
    -ms-transform: rotate(90deg);
    /* IE 9 이상에서 사용 */
    /* -webkit-transform: rotate(90deg); */
     /* 사파리, 크롬, 오페라 브라우저 사용 */
    transform: rotate(180deg);
  }

  .visions_img img{
    transition: 0.5s all ease;
    /* -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease; */
  }

  .visions_line::before {
    content: "";
    width: 2px;
    height: 30px;
    display: inline-block;
    margin-bottom: -3px;
    background: rgb(159, 164, 167);
  }

  .visions_text {
    font-weight: bold;
    background: #3ec4c5;
    border-radius: 50px;
    padding: 10px;
    color: #ffffff;
  }

  .visions_text2 {
    font-weight: bold;
    background: #3ea2ee;
    border-radius: 50px;
    padding: 10px;
    color: #ffffff;
  }

  .visions_text3 {
    font-weight: bold;
    background: #487cd1;
    border-radius: 50px;
    padding: 10px;
    color: #ffffff;
  }

  .visions .plus i{
    font-size: 50px;
    /* color: #8cafcf; */
  }


  /* dot 점 표현 */
  .Talent_Table th {
    background: #487cd1;
    color: #ffffff;
  }

  .Talent_Table tbody {
    vertical-align: middle;
  }

  .Talent_Table p{
    margin: 10px;
  }

  .Talent_wrap .Talent_info p {
    padding-left: 30px;
  }

  .Talent_wrap p {
    position: relative;
    /* font-size: 20px; */
    /* font-weight: 600; */
    margin-bottom: 10px;
    word-break: keep-all;
    margin-left: 30px;
    /* font-style: italic; */
    color: #000000;
  }

  .Talent_wrap .Talent_info p::before {
    left: 0;
  }

  .Talent_info p::before {
    content: "";
    position: absolute;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
  }

  .Talent_txt span{
    color: #487cd1;
    font-weight: bold;
  }

  .Talent_txt_p p{
    padding-bottom: 4px;
    border-bottom: dashed 1px rgb(189, 189, 189);
  }





  /*--------------------------------------------------------------
  # 인재채용(03_02.html)
  --------------------------------------------------------------*/
  #recruit {
    width: 100%;
    height: 93vh;
  }

  .list_content{
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px;
  }

  /* btn */
  .btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
  }
  .btn.btn-blue {
    background: #8cafcf;
    border: 1px solid #8cafcf;
    color: #fff;
  }

  .btn.btn-blue a{
    color: #fff;
  }

  .btn.btn-blue:hover {
    border: 1px solid #2088C9;
    background: transparent;
    /* color: #2088C9;  */
  }

  .btn.btn-blue:hover a{
  color: #2088C9;
  }

  .btn-register{
    background-color: #8cafcf;
    color: #fff;
  }

  .btn-register:hover{
    color: #2088CF;
    background-color: #fff;
    border: 1px solid #2088cf;
  }

  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }

  .form-control {
    /* height: 52px !important; */
    background: #fff !important;
    color: #000000 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 10px;
  }
  .form-group {
    margin-bottom: 1rem;
  }

  .form-row>.col, .form-row>[class*=col-] {
      padding-right: 5px;
      padding-left: 5px;
  }

  #recruit .pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
  }

  #recruit .pagination a:hover:not(.active) {
    background-color: #2088CF;
    color: #fff;
    /* border-radius: 20%; */
  }

  @media (max-width: 991px){
    #recruit {
      width: 100%;
      height: 130vh;
    }
    #recruit .section-title {
      padding: 28% 0 5% 0;
    }
  }

  @media (max-width: 768px){
    #recruit {
      width: 100%;
      height: 140vh;
    }
    #recruit .section-title {
      padding: 40% 0 5% 0;
    }
  }

  @media (max-width: 538px){
    #recruit {
      width: 100%;
      height: 180vh;
    }
    #recruit .section-title {
      padding: 55% 0 5% 0;
    }
  }

  @media (max-width: 391px){
    #recruit {
      width: 100%;
      height: 200vh;
    }
    #recruit .section-title {
      padding: 100% 0 5% 0;
    }
  }

  @media (max-width: 310px){
    #recruit {
      width: 100%;
      height: 300vh;
    }
    #recruit .section-title {
      padding: 130% 0 5% 0;
    }
  }



  /*--------------------------------------------------------------
  # PDA
  --------------------------------------------------------------*/
  .PDA img{
    max-width: 50%;
    vertical-align: middle;
    border-style: none;
  }

  @media(max-width:552px){
    .PDA .section-title{
      padding: 300px 0 60px 0;
    }
  }
  @media(max-width:300px){
    .PDA .section-title{
      padding: 375px 0 60px 0;
    }
  }

  /*--------------------------------------------------------------
  # 스마트 팩토리 (05.html)
  --------------------------------------------------------------*/
  .sf_top .section-title{
    padding: 110px 0 30px 0;
  }
  .sf_top p{
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;

  }
  /* 사다리꼴 */
  #trapezoid1 {
    border-bottom: 50px solid #002060;
    border-right: 50px solid transparent;
    height: 0;
    margin-top: 20px;
  }

  #trapezoid2 {
    border-bottom: 50px solid #002060;
    border-left: 50px solid transparent;
    height: 0;
    margin-top: 20px;
  }

  .sf_icon h5{
    font-weight: bold;
  }

  .sf_icon:hover {
    color: #ffffff;
  }

  .section-title2 img{
    width: 45px;
    height: 45px;
    transition: 0.5s all ease;
    /* -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease; */
  }
  .section-title2 img:hover{
    -ms-transform: rotate(90deg);
    /* IE 9 이상에서 사용 */
    /* -webkit-transform: rotate(90deg); */
     /* 사파리, 크롬, 오페라 브라우저 사용 */
    transform: rotate(180deg);
  }

  .choose_kuls .section-title2 h2{
    font-weight: 100;
    }

  .choose_kuls .section-title2 h2 > span {
    font-weight: bold;
    color:#1482e8;
  }

  .choose_kuls p{
    font-size: 18px;
  }

  .choose_wrap{
   width:100%;
 }

 .choose_wrap .choose_img{
   width:300px;
   margin-right: 70px;
   float: left;
   margin-top:65px;
 }

 .choose_wrap .choose_img:last-child {
   margin-right: 0;
 }

.choose_wrap .choose_img img{
width:100%;
height:auto;
}

.choose_wrap .choose_img .choose_tit{
font-size:24px;
line-height: 31px;
font-weight: bold;
color:#222;
margin-top:15px;
}

.choose_wrap .choose_img .choose_tit span{
color:#1489d1;
}


.choose_wrap .choose_img p {
font-size: 15px;
color:#222;
margin-top: 10px;
}


      .choose_wrap:after {
      content:'';
      display: block;
      clear:both;
      }


    .smart h2{
      font-weight: 100;
    }


  .round_dot span {
    color: #2088c9;
    font-weight: bold;
  }

  .smart .sf_icon {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
  }

  .smart .sf_icon:hover::before {
    background: #2088C9;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }

  .smart .sf_icon::before {
    content: '';
    position: absolute;
    background: #e1f0fa;
    right: -60px;
    top: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
  }

  #sf_text {
    display: none;
  }

  #sf_icon:hover h4{
    color: #ffffff;
  }

  #sf_icon:hover #sf_text {
    display: block;
  }

  #sf_icon:hover #sf_text a{
    color: #ffffff;
  }

  #sf_icon .icon {
    margin: 0 auto 20px auto;
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #2088C9;
    transition: all 0.3s ease-in-out;
  }

  .sf_menu {
    float: left;
    margin-right: 39px;
  }

  .smart_high {
    padding-top: 0;
  }

  .smart_high .smart_text {
    background: #002060;
    padding: 10px;
  }

  .smart_high .smart_text h5{
    color: #ffffff;
    font-weight: bold;
    margin: 10px;
  }
  @media(max-width: 1400px){
    .round_dot_wrap{
      padding-left: 25%;
    }
  }
  @media(max-width: 1200px){
    .round_dot_wrap{
      padding-left: 20%;
    }
  }

  @media(max-width: 1199px) and (min-width:992px) {

     .choose_wrap .choose_img{
       width:30%;
       margin-right:5%;
     }

  }

  @media(max-width: 991px){
    .round_dot_wrap{
      padding-left: 13%;
    }

    .choose_wrap .choose_img{
      width:100%;
      margin-right:0;
      margin-top: 30px;
    }

  }

  @media(max-width: 768px){
    #trapezoid1 {
      border-bottom: 70px solid #002060;
    }

    #trapezoid2 {
      border-bottom: 70px solid #002060;
    }
    .round_dot_wrap{
      padding-left: 4%;
    }
  }

  @media(max-width: 552px){

    .choose_kuls{
      padding-top:0;
    }


    .sf_top .section-title{
      margin-top: 70px;
    }
  }

  @media(max-width: 390px){
    .sf_top .section-title{
      margin-top: 130px;
    }
    .sf_top h3{
      padding-top: 30px;
      /* color: #ffffff; */
    }
    #trapezoid1 {
      border-bottom: 100px solid #002060;
    }

    #trapezoid2 {
      border-bottom: 100px solid #002060;
    }
  }

  @media(max-width: 340px){
    .sf_top h3{
      padding-top: 5px;
    }
  }

  @media(max-width: 300px){
    #trapezoid1 {
      border-bottom: 130px solid #002060;
    }

    #trapezoid2 {
      border-bottom: 130px solid #002060;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (스마트 팩토리 -> S/W Solution -> MES)
  05_01_01.html
  --------------------------------------------------------------*/
  .function img{
    width: 82%;
    height: 92%;
  }
  .function .section-title{
    padding-top: 0;
  }
  .affect img {
    width: 70%;
  }


  @media(max-width:991px){
    .function img{
      width: 100%;
      height: 100%;
    }
    .affect img {
      width: 100%;
    }
  }

  @media(max-width:552px){
    .MES .section-title{
      padding: 280px 0 60px 0;
    }
  }

  @media(max-width:391px){
    .MES .section-title{
      padding: 375px 0 60px 0;
    }
  }


  /*--------------------------------------------------------------
  # 사업영역 (스마트 팩토리 -> S/W Solution -> SPC)
  05_01_02.html
  --------------------------------------------------------------*/
  .SPC .section-title {
    padding: 150px 0 0 0;
  }
  .SPC_background {
    padding-top: 20px;
  }

  .SPC_background img{
    width: 60%;
  }

  .SPC_function img {
    width: 70%;
  }

  .SPC_Diagram img{
    width: 60%;
  }

  /* .SPC img{
    width: 70%;
  } */

  @media(max-width:768px){
    .SPC_background img{
      width: 100%;
    }

    .SPC_function img {
      width: 100%;
    }

    .SPC_Diagram img{
      width: 100%;
    }
  }

  @media(max-width:552px){
    .SPC .section-title{
      padding: 300px 0 0 0;
    }
  }
  @media(max-width:300px){
    .SPC .section-title{
      padding: 375px 0 0 0;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (스마트 팩토리 -> 공장자동화 수준정의 -> 수준정의)
  05_05_01.html
  --------------------------------------------------------------*/
  .fa_level img {
    width: 70%;
  }

  @media(max-width:991px){
    .fa_level img {
      width: 100%;
    }
  }

  @media(max-width:538px){
    .fa_level .section-title{
      padding: 300px 0 30px 0;
    }
  }

  @media(max-width:361px){
    .fa_level .section-title{
      padding: 365px 0 30px 0;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (스마트팩토리 -> 공장자동화 수준정의
  -> 02. 프로그램들의 포진도식)
  05_05_02.html
  --------------------------------------------------------------*/
  .fa_scheme img {
    width: 68%;
  }

  @media(max-width: 768px){
    .fa_scheme img {
      width: 100%;
    }
    .fa_scheme .section-title{
      padding-top: 240px;
    }
  }

  @media(max-width: 768px){
    .fa_scheme img {
      width: 100%;
    }
    .fa_scheme .section-title{
      padding-top: 240px;
    }
  }

  .definition h3::before{
    content: '';
    width: 10px;
    height: 10px;
    background: #2088C9;
    display: inline-block;
  }

  .definition h3::before {
    margin: 0px 15px 3px 0;
  }

  /* .definition h3 span {
    font-weight: 900;
    color: navy;
  } */
  .definition img {
    width: 68%;
  }

  .definition2 img {
    width: 35%;
  }

  .definition p{
    font-size: 18px;
    /* font-weight: bold; */
  }

  /*--------------------------------------------------------------
  # 사업영역 (Robot)
  06_01.html
  --------------------------------------------------------------*/
  .FA .table .back_color {
    background: #232c3b;
    color: #ffffff;
  }

  .FA .plus {
    position: relative;
    /* left: 20px; */
    top: -90px;
  }
  .FA .plus i{
    font-size: 50px;
  }

  .wrapper_position {
    position: relative;
    top: -12px;
  }

  .hexagons {
    /* height: 100vh; */
    overflow: hidden;
    /* background: linear-gradient(18deg, #e37682, #a58fe9); */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
  }

  .hexagon-wrapper {
    margin: auto;
    display: flex;
    text-align: initial;
    width: 200px;
    height: 200px;
    cursor: pointer;
  }

  .hexagon {
    position: relative;
    width: 46%;
    height: 80%;
    margin: auto;
    margin-bottom: 10px;
    /* color: white; */
    /* background: pink; */
    display: flex;
    align-content: center;
    justify-content: center;
    transition: 0.5s;
  }

  .hexagon_back1 {
    background: #FBAA19;
  }

  .hexagon_back2{
    background: #FFCB05;
  }

  .hexagon_back3{
    background: #9DC5E9;
  }

  .hexagon_back4{
    background: #2E3192;
  }

  .hexagon i {
    z-index: 1;
    margin: auto;
    font-size: 50px;
    color: transparent;
    /* background: linear-gradient(45deg, #a58fe9, #e37682); */
    background: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    text-align: center;
    z-index: 999;

  }

  .hexagon p {
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
  }

  .hexagon:before,
  .hexagon:after {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: 0.5s;
    /* transform-origin: center; */
  }
  .hexagon:before {
    transform: rotateZ(60deg);
  }
  .hexagon:after {
    transform: rotateZ(-60deg);
  }
  .hexagon:hover {
    border-radius: 50%;
    transition: 0.5s;
  }
  .hexagon:hover:before {
    border-radius: 50%;
    transition: 0.5s;
  }
  .hexagon:hover:after {
    border-radius: 50%;
    transition: 0.5s;
  }

  .hexagon_line::before {
    content: '';
    width: 2px;
    height: 50px;
    background: #9fa4a7;
    display: inline-block;
    margin-bottom: -3px;
  }

  .hexagon_p1 i{
    margin: 0 3px 15px 3px;
    /* margin-bottom: 15px; */
    color: #FBAA19;
  }
  .hexagon_p2 i{
    margin: 0 3px 15px 3px;
    color: #FFCB05;
  }
  .hexagon_p3 i{
    margin: 0 3px 15px 3px;
    color: #9DC5E9;
  }
  .hexagon_p4 i{
    margin: 0 3px 15px 3px;
    color: #2E3192;
  }

  .hexagon_p1::before,
  .hexagon_p1::after,
  .hexagon_p2::before,
  .hexagon_p2::after,
  .hexagon_p3::before,
  .hexagon_p3::after,
  .hexagon_p4::before,
  .hexagon_p4::after {
    content: '';
    width: 80px;
    height: 2px;
    background: #9fa4a7;
    display: inline-block;
    margin-bottom: 8px;
  }

  @media(max-width:552px){
    .FA .section-title{
      padding: 300px 0 60px 0;
    }
  }

  @media screen and (max-width: 491px) {
    .FA .plus {
      display: none;
    }
  }

  @media(max-width:300px){
    .FA .section-title{
      padding: 375px 0 60px 0;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (Home -> Robot -> 자율주행 AGV -> WAPO)
  06_02_01.html
  --------------------------------------------------------------*/
  .WAPO_about img{
    vertical-align: middle;
    border-style: none;
  }
  /* .Business_info {
    transition: 0.3s ease-in;
    display: block;
    height: 100%;
    border-radius: 5px;
    background: var(--bg-color);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border: 2px solid #e2e2e2;
  }
  .Business .Business_info img{
    width: 230px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
  }
  .Business a img{
    transition: 0.3s ease-in-out;
  } */
  /* .B_text_info {
    padding: 15px 25px;
    border-top: 1px solid #000000;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    text-align: center;
  }
  .Business_info h4 {
    font-size: 15px;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
  }

  .Business_info h4 a{
    font-size: 15px;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
  }

  .Business_info p {
    margin-top: 15px;
  }

  .Business_info hr{
    margin: 0;
    border: 1px solid #c2c2c2;
  } */

  .WAPO_Diagram .section-title,
  .WAPO_function .section-title{
    padding-top: 0;
  }

  .WAPO_function p {
    font-size: 18px;
    font-weight: 600;
  }

  .WAPO_function img{
    width: 45%;
  }

  @media(max-width:768px){
    .WAPO_about .section-title {
      padding: 250px 0 30px 0;
    }
  }

  @media(max-width:390px){
    .WAPO_about .section-title {
      padding: 370px 0 30px 0;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (Home -> Robot -> 자율주행 AGV -> 자주검사대)
  06_02_03.html
  --------------------------------------------------------------*/


  img{
    vertical-align: middle;
    border-style: none;
  }

.inspection_cont01 {
  height: auto;
}

.inspection_cont01:after{
  content:'';
  display: block;
  clear:both;
}

.inspection_img01 {
float: left;
width: 35%;
margin-top: 85px;
}

.inspection_txt01 {
float: right;
width: 60%;
text-align: left;
margin-top:15%;
}

.inspection_txt01 .sub_tit {
  font-size: 30px;
  font-weight: 100;
  color:#1482e8;
  margin-bottom:30px;

}

.inspection_txt01 p{
  line-height: 28px;
}

.inspectionImg_wrap{
  width:100%;
  height: auto;
}

.inspectionImg_wrap:after{
  display: block;
  content:'';
  clear: both;
}

.inspectionImg_wrap div {
  float: left;
  width: 50%;
  height: 545px;
  vertical-align: middle;
  margin-top: 70px;
  }

  .inspectionImg_wrap div:nth-child(2){
    margin-top:110px;
  }

  .inspection_cont02 {
  width:100%;
background:#efefef;
padding:85px 0;}

  .inspection_cont02 h2{
    font-size: 32px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 85px;
  }

    .inspection_img02 img{
      width:875px;
      height:702px;
      display: block;
      margin: 0 auto;
      }

    .inspection_cont02 .inspection_img02_m {
        display: none;
      }


.inspection03:after {
  content:'';
  display: block;
  clear: both;
}

.inspection_cont03 .inspection_img03{
  width: 40%;
  height: auto;
  float:left;
  margin: 60px 0 60px 20px;
}

.inspection_cont03 .inspection_txt03{
  width: 50%;
  float: right;
  margin-top: 15%;
  }

  .inspection_txt03 .inspection_txt03_tit > div{
    font-size: 24px;
    font-weight: bold;
    color:#202020;
    margin-bottom: 20px;
  }

.inspection_txt03 .inspection_txt03_tit p{
  line-height: 18px;
}

.inspection_cont04 {
  width:100%;
  padding:85px 0;
}

.inspection_cont04 h2{
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 85px;
}

  .inspection_img04 img{
    width:893px;
    height:auto;
    display: block;
    margin: 0 auto;
    }

  .inspection_cont04 .inspection_img04_m {
      display: none;
    }

  .inspection_feature{
   background: #e3eff8;
  }


  .inspection_cont05{
    padding:90px 0;
  }

  .inspection_cont05 h2{
    font-size: 32px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 85px;
  }


  .cont05_wrap{
    width:883px;
    margin: 0 auto;
    }

    .cont05_wrap:after{
      content:'';
      display: block;
      clear:both;
    }

  .cont05_wrap .cont05_f {
    margin-right:134px;
    float: left;
    }

    .cont05_wrap .cont05_f:nth-child(3){
      margin-right:0;
    }

  .cont05_wrap .cont05_f div{
    text-align: center;
    font-size:15px;
    margin-bottom: 20px;
  }

  .cont05_wrap .cont05_f .cont05_img{
    width:205px;
    height:204px;
    margin-bottom: 20px;
  }

 .cont05_wrap .cont05_f .cont05_img > img {
   display: block;
   width: 100%;
   height:auto;
 }


    .cont05_wrap .cont05_f:last-child{
      margin-right: 0;
    }


.inspection_info div>p{
  display: inline;
  background: #666666;
  color:#fff;
  border-radius: 17px;
  padding: 2px 10px;
  line-height: 38px;

}


@media(max-width:991px){
  .cont05_wrap .cont05_f {
    width:37%;
    margin-right: 5%;

  }

  .cont05_wrap .cont05_f .cont05_img{
    width: 100%;
    height: auto;
  }


  .cont05_wrap .cont05_f:nth-child(3){
     margin-right: 5%;
  }

  .cont05_wrap .cont05_f div {
    font-size: 1.2em
  }
}

  @media(max-width:768px){
    .inspectionImg_wrap div {
      float: left;
      width: 45%;
      height: auto;
      vertical-align: middle;
      margin-top: 70px;
      }

    .inspection_img04 img{
      width:95%;
      margin: 0 auto;
      }


  .inspectionImg_wrap div:nth-child(2){
    margin-left:30px;
  }

  .inspection_img02 img{
    width:95%;
    height:auto;
    display: block;
    margin: 0 auto;
    }


    .inspection_cont03 .inspection_img03{
      margin-left: 20px 0;
    }

    .inspection_cont03 .inspection_txt03{
      margin-top: 5%;
      }

  }


    @media(max-width:767px) and (min-width:500px){
        .cont05_wrap{
          width:100%;
        }

        .cont05_wrap .cont05_f {
          width: 45%;
          margin-right: 5%;
        }

        .cont05_wrap .cont05_f:last-child {
          margin-right: 5%;
        }

      .cont05_wrap .cont05_f div {
        font-size: 1.0em;
      }
    }



  @media(max-width:499px){


    .inspectionImg_wrap div:nth-child(2) {
      margin-left: 0;
    }

    .cont05_wrap {
      width: 100%;
    }

    .cont05_wrap .cont05_f {
      width: 35%;
      margin:0 7%;
    }

    .cont05_wrap .cont05_f:nth-child(3) {
      margin : 0 6.9%;
    }

    .cont05_wrap .cont05_f div {
      font-size: 0.9em;
    }

   .inspection .section-title{
     margin-top:65px;
     margin-bottom: 55px;
   }

   .inspection_cont01 .inspection_img01{
     width:95%;
     height:auto;
     }

     .inspection_txt01 {
     width: 100%;
     text-align: center;
     margin-top:15%;
     }

    .inspection01 .inspection_txt01 .sub_tit{
      font-size:22px;
    }


   .inspection01 .inspection_txt01 p{
     text-align: center;
   }

   .inspectionImg_wrap div {
    width:92%;
    height: auto;
    margin-top: 60px;
     }

    .inspection_cont02 .inspection_img02 {
      display: none;
    }

    .inspection_cont02 .inspection_img02_m {
      display: block;
      width:95%;
      margin:0 auto;

    }

    .inspection_cont04 .inspection_img04{
      display: none;
    }

    .inspection_cont04 .inspection_img04_m{
      display: block;
      width:95%;
      margin:0 auto;
    }

    .inspection_img03 {
      display: none;}


    .inspection_cont03 .inspection_txt03{
      width: 95%;
      margin-bottom:30px;
    }

    .inspection_cont03 .inspection_txt03_tit > div{
      text-align: center;}

  }


  /*--------------------------------------------------------------
  # 사업영역 (스마트 팩토리 -> S/W Solution -> HMI)
  07_01.html
  --------------------------------------------------------------*/
  .HMI h4 {
    font-weight: bold;
    font-style: italic;
  }

  /* dot 점 표현 */
  .HMI_about .HMI_wrapper p {
    text-align: start;
    margin-top: 20px;
  }
  .HMI_wrap .HMI_info p {
    padding-left: 30px;
  }

  .HMI_wrap p {
    position: relative;
    margin-bottom: 10px;
    word-break: keep-all;
    /* margin-left: 30px; */
    color: #000000;
  }

  .HMI_wrap .HMI_info p::before {
    left: 0;
  }

  .HMI_info p::before {
    content: "";
    position: absolute;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
  }

  .HMI_txt p{
    padding-bottom: 4px;
    border-bottom: dashed 1px rgb(189, 189, 189);
  }


  .HMI_Example .row{
    border: 2px solid #dad8d8;
    border-radius: 20px;
  }

  .HMI_Example p {
    font-size: 18px;
  }

  .HMI_Main_function .row {
    border: 2px solid #dad8d8;
    /* border-radius: 20px; */
  }

  .HMI_Main_function .row img{
    width: 50%;
  }

  .HMI_System_Example .row {
    border: 2px solid #dad8d8;
    /* border-radius: 20px; */
  }

  .HMI_System_Example .row img{
    width: 65%;
  }

  .HMI_affect .row {
    border: 2px solid #dad8d8;
    /* border-radius: 20px; */
  }

  .HMI_affect .row img{
    width: 70%;
  }

  .HMI_selector .row {
    border: 2px solid #dad8d8;
  }

  @media(max-width:552px){
    .HMI .section-title{
      padding: 240px 0 60px 0;
    }
  }

  @media(max-width:391px){
    .HMI .section-title{
      padding: 340px 0 60px 0;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (스마트 팩토리 -> S/W Solution -> WMS)
  09_01.html
  --------------------------------------------------------------*/
  .MMS_function img {
    width: 70%;
  }
  @media(max-width:552px){
    .WMS .section-title{
      padding: 300px 0 60px 0;
    }
  }
  @media(max-width:300px){
    .WMS .section-title{
      padding: 375px 0 60px 0;
    }
  }

  /*--------------------------------------------------------------
  # 사업영역 (스마트 팩토리 -> S/W Solution -> TMS)
  09_02.html
  --------------------------------------------------------------*/

  @media(max-width:552px){
    .TMS .section-title{
      padding: 300px 0 60px 0;
    }
  }

  @media(max-width:300px){
    .TMS .section-title{
      padding: 375px 0 60px 0;
    }
  }


  /*--------------------------------------------------------------
  # carousel button
  --------------------------------------------------------------*/
  /* .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }

  .owl-carousel .owl-nav .owl-prev i, .owl-carousel .owl-nav .owl-next i{
    font-size: 1.5rem;

    color: #2088C9;
    padding: 4px;
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    width: 35px;
    height: 35px;
    color: inherit;
    background: none;
    border: 1.5px solid #2088C9;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    z-index: 100;
    bottom: 40%;
  }

  .owl-carousel .owl-nav .owl-prev i:hover, .owl-carousel .owl-nav .owl-next i:hover{
    background: #2088C9;
    color: #fff;
  }

  .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 35px;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 50px;
    line-height: 50px;
  }

  button.owl-next, button.owl-prev {
    position: absolute;
    bottom: 50%;
  }

  button.owl-prev {
    left: -30px;
  }
  button.owl-next {
    right: -30px;
  }

  @media(max-width: 981px){
    button.owl-prev {
      left: -10px;
    }
    button.owl-next {
      right: -10px;
    }
  }

  @media(max-width: 645px){
    button.owl-prev {
      left: -1px;
    }
    button.owl-next {
      right: -1px;
    }
  } */

  /*--------------------------------------------------------------
  # 연혁
  12_01.html, 01_02.html
  --------------------------------------------------------------*/
  .history {
    position: relative;
    padding: 50px 0 0;
  }

  .history:before {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 2px;
    height: 112.6%;
    background: #ddd;
    content: "";
  }

  .history_wrap {
    overflow: hidden;
  }

  .history_list_wrap {
    position: relative;
    width: 50%;
    margin-top: 50px;
  }

  .company-history-info .history-month {
    position: absolute;
    top: 0px;
    color: #232c3b;
    font-weight: bold;
  }

  .history_year {
    position: absolute;
    top: -8px;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.5px;
    color: #232c3b;
    font-weight: 400;
  }

  .history_year::after {
    position: absolute;
    top: 50%;
    width: 20px;
    border: 2px solid #8CAFCF;
    content: "";
  }

  .history_year.recent-year::after {
    position: absolute;
    top: 50%;
    content: "";
  }

  .company-history-info p {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    word-break: keep-all;
  }

  .company-history-info p:after {
    content: "";
    position: absolute;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #8CAFCF;
    transform: rotate(45deg);
  }

  .company-history-info p span {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
  }


  /* right section */
  .right_section .history_list_wrap {
    float: right;
  }

  .right_section .history_list_wrap .history_year {
    right: 100%;
    margin-right: 30px;
  }

  .right_section .history_list_wrap .history_year.recent-year::after {
    margin-left: 21px;
  }
  .right_section .history_list_wrap .history_year::after {
    left: 100%;
    margin-left: 22px;
  }

  .right_section .history_list_wrap .company-history-info {
    padding-left: 20px;
  }

  .right_section .history_list_wrap .company-history-info .month-history-txt {
    padding-left: 54px;
    margin-left: 15px;
  }
  .right_section .history_list_wrap .company-history-info p {
    padding-left: 15px;
  }

  .right_section .history_list_wrap .company-history-info .month-history-txt .history-month {
    left: 19px;
  }


  .right_section .history_list_wrap .company-history-info p::after {
    left: 0;
  }


  /* left section */

  .left_section .history_list_wrap {
    float: left;
  }

  .left_section .history_list_wrap .history_year {
    left: 100%;
    margin-left: 30px;
  }

  .left_section .history_list_wrap .history_year::after {
    right: 100%;
    margin-right: 19px;
  }
  .left_section .history_list_wrap .company-history-info {
    text-align: right;
    padding-right: 20px;
  }

  .left_section .history_list_wrap .company-history-info .month-history-txt {
    padding-right: 54px;
    margin-right: 15px;
  }
  .left_section .history_list_wrap .company-history-info p {
    padding-right: 15px;
  }


  .left_section .history_list_wrap .company-history-info .month-history-txt .history-month {
    right: 19px;
  }

  .left_section .history_list_wrap .company-history-info p::after {
    right: 0;
  }

  /*--------------------------------------------------------------
  # 인증내역 & 사업실적
  12_02.html
  12_04.html
  --------------------------------------------------------------*/
  .Certificate img,
  .Business img{
    vertical-align: middle;
    border-style: none;
  }
  .Business_info {
    transition: 0.3s ease-in;
    display: block;
    height: 100%;
    border-radius: 5px;
    background: var(--bg-color);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border: 2px solid #e2e2e2;
  }
  .Business .Business_info img{
    width: 230px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
  }
  .Business a img{
    transition: 0.3s ease-in-out;
  }
  .B_text_info {
    padding: 15px 25px;
    border-top: 1px solid #000000;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    text-align: center;
  }
  .Business_info h4 {
    font-size: 15px;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
  }

  .Business_info h4 a{
    font-size: 15px;
    line-height: 28px;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
  }

  .Business_info p {
    margin-top: 15px;
  }

  .Business_info hr{
    margin: 0;
    border: 1px solid #c2c2c2;
  }

  .Business2 .section-title{
    padding: 0;
  }

  /* .Business2 p {
    font-size: 18px;
    font-weight: 600;
  }

  .Business2 img{
    width: 120%;
  } */

  .Business_Table .table>:not(caption)>*>*{
    padding: 0;
  }

  /*--------------------------------------------------------------
  # 사업실적
  --------------------------------------------------------------*/

  .Circle h3::before{
    content: '';
    width: 10px;
    height: 10px;
    background: #2088C9;
    display: inline-block;
  }

  .Circle h3::before {
    margin: 0px 15px 3px 0;
  }

  .Circle h3 span {
    font-weight: 900;
    color: navy;
  }
  .Circle img {
    width: 60%;
  }

  .Circle .Circle_img img {
    width: 55%;
  }

  .Circle p{
    font-size: 18px;
    font-weight: bold;
  }

  .Circle_detail img{
    height: 80%;
    width: 86%;
  }

  .Circle_detail2 img {
    width: 60%;
  }

  /*--------------------------------------------------------------
  # 조직도 (Home -> About us -> 조직도)
  12_03.html
  --------------------------------------------------------------*/
  /*.Organization .section-title{
    padding: 150px 0 30px 0
  }*/

  .Organization {
    position: relative;
    }

  .Organization h4{
    font-weight: bold;
    color: #2088C9;
    text-align: center;
    font-size: 30px;
  }

  .Organization_wrapper{
  width:100%;
  background: #ededed;
  position: absolute;
  left:50%;
  transform:translate(-50%,0);
  top:350px;

  }

  .Organization_wrap {
    width:1200px;
    padding:50px 0;
    margin: 0 auto;
  }

  .Organization_wrap:after{
    content:'';
    display: block;
    clear: both;
  }

  .Organization_wrap p{
    font-size: 27px;
    text-align: left;
    font-weight: bold;
    color:#222222;
    display: inline-block;
    margin-top:98px;
  }

    .Organization_wrap p > span{
        color:#1887dd;
    }


   .Organization_img {
     float: right;
     margin-right: 20px;
   }

   .Organization_img:after{
     display: block;
     content:'';
     clear:both;
   }

   .Organization_img .Organization_bn{
     width:251px;
     height: 259px;
     margin-right:30px;
     float: left;
     border-radius: 15px;
     background: #ccc;
   }

   .Organization_img .Organization_bn:last-child{
     margin-right: 0;
   }

   .Organization_bn .Organization_bnImg01{
     background :url("../img/bn_bg01.PNG")no-repeat;
     background-size: cover;
     height:164px;
     padding:22px 0;
   }

   .Organization_bn .Organization_bnImg02{
    background :url("../img/bn_bg02.PNG")no-repeat;
    background-size: cover;
    height:164px;
    padding:32px 0;
   }

   .Organization_bn .Organization_bnImg03{
     background :url("../img/bn_bg03.PNG")no-repeat;
     background-size: cover;
     height:164px;
      padding:28px 0;
   }

   .Organization_bn img{
     display: block;
     margin: 0 auto;
   }

      #bnTxt01{
        font-size: 18px;
        padding-top:33px;
      }

   .Organization_bnTxt {
     background:#113e7c;
     color:#fff;
     text-align: center;
     height:95px;
     border-bottom-right-radius: 15px;
     border-bottom-left-radius: 15px;
     font-size: 16px;
     padding:21px 8px;
   }


  .org_img{
    margin-top:446px;
  }


  @media(max-width:1080px){

    .Organization .section-title{
      padding: 200px 0 30px 0
    }


.Organization_wrapper{
      width: 100%;
      left: 50%;
      transform: translate(-50%,0);
}

.Organization_wrap{
  width:100%;
  padding:50px 0;
  }

  .Organization_wrap p {
    margin-top:0;
    font-weight: 100;
    font-size: 2.0rem;
    margin-left: 9%;
  }

  .Organization_img {
    float:left;
    margin-left:9%;
  }

  .org_img {
    margin-top:557px;
  }


  }

  @media(max-width:939px){

    .Organization .section-title{
      padding: 250px 0 30px 0
    }

    .Organization_wrapper{
      position: relative;
      transform: translate(-50%,-50%);
      background: none;
    }

    .Organization_img .Organization_bn{
      margin-bottom: 30px;}

    .org_img {
      display: none;
    }

  }


  @media(max-width:767px){

    .Organization_wrapper{
      transform: translate(-50%,-40%);
    }

    .Organization_img .Organization_bn {
      width:100%;
    }

    .Organization_bnTxt{
      padding:28px 9px;
    }



  }

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #f3f3f3;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
    /* background: rgba(0, 0, 0, 0.02);; */
    padding: 30px 0;
    color: #222222;
    font-size: 14px;
  }

  #footer h5{
    padding-left: 10px;
    border-left: 3px solid #000000;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#000000;
    margin-top: 20px;
  }

  #footer a {
    color: #000000;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }

  #footer ul.social li{
    padding: 3px 0;
  }

  #footer ul.social li{
    padding: 3px 0;
  }

  #footer ul.social li a i {
    margin-right: 5px;
    font-size:25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
  }

  #footer ul.social li:hover a i {
    font-size:30px;
    margin-top:-10px;
  }

  #footer ul.quick-links li{
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
  }

  #footer ul.quick-links li:hover{
    padding: 3px 0;
    margin-left:5px;
    font-weight:700;
  }

  #footer ul.quick-links li a i{
    margin-right: 5px;
  }

  #footer ul.quick-links li:hover a i {
    font-weight: 700;
  }

  #footer .credits {
    font-size: 13px;
    padding-top: 5px;
    color: #222222;
  }

  #footer .footer-links a {
    color: #222222;
    padding-left: 15px;
  }

  #footer .footer-links a:first-child {
    padding-left: 0;
  }

  #footer .footer-links a:hover {
    color: #3498db;
  }

  #footer .copyright img{
    max-height: 25px;
    margin-right: 10px;
  }

  @media (max-width:767px){
    #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  }


  @media(max-width:768px){
    #footer h3{
      font-size:  18px;
    }
  }

  @media(max-width:500px){
    #footer h3{
      font-size:  10px;
    }
  }

  @media(max-width:375px){
    #footer{
      font-size: 11px;
    }
    #footer .copyright img {
      max-height: 15px;
    }


  }

  #collapseTwo a{
    color: #ffffff;
  }

  #collapseTwo a:hover{
    color: #000000;
    background-color: #ffffff;
  }




  /*--------------------------------------------------------------
  # Contact(index.html)
  --------------------------------------------------------------*/
  .contact_section2 .container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact_section2 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .contact_section2 {
    position: relative;
  }

  /* .contact_section2 .section-title{
    padding: 0;
  } */

  /* .layout_padding {
    padding: 60px 0px;
  }

  .pl-0, .px-0 {
    padding-left: 0 !important;
  }
  .pr-0, .px-0 {
    padding-right: 0 !important;
  } */

  .contact_section2 .row {
    /* -webkit-box-align: stretch;
    -ms-flex-align: stretch; */
    align-items: stretch;
  }

  .contact_section2 .map_container {
    height: 100%;
  }

  .contact_section2 .map_container .map-responsive {
    height: 100%;
  }

  .contact_section2 .map_container .map-responsive iframe{
    border:0;
    width: 100%;
    height:100%;
    padding: 10px 20px;
  }

  .contact_section2 .info{
    width: 100%;
    padding-right: 35px;
    padding: 20px 35px;
    color: #707070;
  }

  .contact_section2 .info i {
    font-size: 25px;
    padding-right: 40px;
    float: left;
    line-height: 1;
  }

  .contact_section .info h4{
    font-size: 20px;
  }

  .contact_section2 .info p {
    padding: 0 0 10px 65px;
    line-height: 28px;
    font-size: 14px;
  }

  .contact_section2 .info .Office_info{
    font-size: 24px;
    font-weight: 700;
  }
  .contact_section2 .btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 50px;
    transition: 0.5s;
    color: #2088C9;
    border: 2px solid #2088C9;
  }

  .contact_section2 .btn:hover {
    background: #2088C9;
    color: #fff;
  }

  /* .call {
    color: #707070;
  } */

  @media(max-width:540px){
    .contact_section2 .section-title{
      padding-top: 250px;
    }
    .contact_section2 .info .Office_info {
      font-size: 18px;
      font-weight: 700;
    }
  }

  @media(max-width:368px){
    .contact_section2 .section-title{
      padding-top: 300px;
    }
  }


























  /* safddddddddddddddddddddddddddddddd */
  .btn_breadcrumb {
    list-style-type: none;
    padding: 0;
  }
  .btn_breadcrumb a, .btn_breadcrumb li p {
    background: #e5f4fd;
    padding: 8px 20px;
    color: #0077bf;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-indent: 12px;
  }
  .btn_breadcrumb li :hover {
    text-decoration: none;
  }

  .btn_breadcrumb .done a:before {
    display: none;
  }
  .btn_breadcrumb a:before {
    border-bottom: 18px solid transparent;
    border-left: 12px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    margin-top: -18px;
  }
  .btn_breadcrumb a:after{
    border-bottom: 18px solid transparent;
    border-left: 12px solid #e5f4fd;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    /*right: -12px;*/
    left:100%;
    top: 50%;
    width: 0;
    margin-top: -18px;
    z-index: 2;
  }
  .btn_breadcrumb a.active {
    background: #0077bf;
    color: #fff;
  }
  .btn_breadcrumb a.active:after{
    border-left: 12px solid #0077bf;
  }
  .btn_breadcrumb a.undone{
    background: #eee;
    color: #333;
  }
  .btn_breadcrumb a.undone:after {
    border-left: 12px solid #eee;
  }
  .btn_breadcrumb a.undone {
    color: #aaa;
  }




  /* steps */
  .steps {
    list-style-type: none;
    padding: 0;
  }
  .steps li {
    display: inline-block;
    margin-bottom: 3px;
  }
  .steps li a, .steps li p {
    background: #e5f4fd;
    /* padding: 8px 20px; */
    padding: 8px 170px;
    color: #0077bf;
    display: block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-indent: 12px;
  }
  .done a:before {
    display: none;
  }
  .steps li a:hover, .steps li p:hover {
    text-decoration: none;
  }
  .steps li a:before, .steps li p:before {
    border-bottom: 18px solid transparent;
    border-left: 12px solid #fff;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    margin-top: -18px;
  }
  .steps li a:after, .steps li p:after {
    border-bottom: 18px solid transparent;
    border-left: 12px solid #e5f4fd;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    /*right: -12px;*/
    left:100%;
    top: 50%;
    width: 0;
    margin-top: -18px;
    z-index: 1;
  }
  .steps li.active a, .steps li.active p {
    background: #0077bf;
    color: #fff;
  }
  .steps li.active a:after, .steps li.active p:after {
    border-left: 12px solid #0077bf;
  }
  .steps li.undone a, .steps li.undone p {
    background: #eee;
    color: #333;
  }
  .steps li.undone a:after, .steps li.undone p:after {
    border-left: 12px solid #eee;
  }
  .steps li.undone p {
    color: #aaa;
  }

  @media(max-width:1400px){
    .steps li a, .steps li p {
      padding: 8px 160px;
    }
  }

  @media(max-width:1230px){
    .steps li a, .steps li p {
      padding: 8px 156px;
    }
  }

  @media(max-width:1200px){
    .steps li a, .steps li p {
      padding: 8px 130px;
    }
  }


  @media(max-width:1052px){
    .steps li a, .steps li p {
      padding: 8px 122px;
    }
  }

  @media(max-width:997px){
    .steps li a, .steps li p {
      padding: 8px 100px;
    }
  }



  /* buttons test */
  .buttons_test .button_test02{
    text-align: center;
    padding: 8px;
    background: #0077bf;
    margin: 1% 0 1% 0;
  }

  .buttons_test .col a {
    color: #ffffff;
  }

  /* .buttons_test img{
    width: 20%;
  } */

  .buttons_test .col::after{
    /* border-bottom: 18px solid transparent;
    border-left: 12px solid #e5f4fd;
    border-top: 18px solid transparent; */
    content: "";
    height: 0;
    position: absolute;
    left:100%;
    top: 50%;
    width: 50px;
    margin-top: -18px;
    z-index: 1;
  }

  .col_img {
    float: left;
    text-align: left;
  }

  /* .buttons_test .col:hover{
    background: #000000;
  }

  .buttons_test .col:hover a{
    color: #309bed;
  } */

  /* .buttons_tests{
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid blue;
    margin-left: auto;
    margin-right: auto;
  } */

  /* .button_test1 {
    text-align: center;
  } */

  /* .main_common{
    display:inline-table;
    text-align: center;
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid blue;
    margin: 12px;
  }

  .buttons_tests .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  } */



  /* .main{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -51px;
    margin-left: -153px;
    background-color: yellow;
    border: 1px solid red;
    width: 306px;
    height: 102px;
  } */

  .main_common{
    display:inline-table;
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid blue;
    margin: 12px;
  }

  .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  @media(max-width: 1400px){
    .main_common{
      margin: 9px;
    }
  }

  /* @media(max-width: 1400px){
    .main_common{
      margin: -1px;
    }
  } */

  @media(max-width: 1200px){
    .main_common{
      /* margin: 7px; */
      width: 80px;
      height: 50px;
    }
  }

  @media(max-width: 991px){
    .main_common{
      margin: 0px;
      width: 72px;
    }
  }

  @media(max-width: 768px){
    .main_common{
      width: 52px;
    }
  }









  /* .Organization .Organization_last_txt{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: keep-all;
    margin-left: 30px;
    font-style: italic;
    color: #7c7c7c;
  } */








  .TMS_background .section-title{
    padding: 30px 0;
  }



  .VR_img{
    line-height: 200px;
  }

  .VR_img img{
    vertical-align: middle;
  }





  /* plus test */
  .ui-plus-01 {
    position: relative;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 25px;
    height: 25px;
    margin: 10px;
  }
  .ui-plus-01:before,
  .ui-plus-01:after {
    content: "";
    height: 12%;
    width: 100%;
    background-color: #444444;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10%;
  }
  .ui-plus-01:before {
    transform: rotate(90deg);
  }
  .ui-plus-01:before {
    transition: transform 0.3s ease;
  }
  .ui-plus-01.is-active:before {
    transform: rotate(0);
  }





  /* bottom test */
  .bottom_wrap {
      width: 100%;
      margin: 10px auto;
      position: relative;
    background: black;

  }

  .bottom_wrap img {
      width: 100%;
      vertical-align: middle;
    opacity: 0.5;
  }


  .bottom_text {
      padding: 5px 10px;
    color: #ffffff;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate( -50%, -50% );
    opacity: 1;
  }


  /* header test */
  .collapse{
    background: #8cafcf;
    color: #ffffff;
  }
  .nav-menu .drop-down ul .dropdown-item2{
    color: #fff;
  }

  .nav-menu .drop-down ul .dropdown-item2:hover{
    background: #fff;

    color: #707070;
  }



  /* Login Test */
  .main-head{
      height: 150px;
      background: #FFF;

  }

  .sidenav {
      height: 100%;
      background-color: #8cafcf;
      overflow-x: hidden;
      padding-top: 20px;
  }


  .mains {
      padding: 0px 10px;
  }

  .form-control{
    margin:10px 0;
  }

  @media screen and (max-width: 450px) {
    .sidenav {padding-top: 15px;}
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
  }

  @media screen and (min-width: 768px){
      .mains{
          margin-left: 40%;
      }

      .sidenav{
          width: 40%;
          position: fixed;
          z-index: 1;
          top: 0;
          left: 0;
      }

      .login-form{
          margin-top: 80%;
      }

      .register-form{
          margin-top: 20%;
      }
  }


  .login-main-text{
      margin-top: 50%;
      /* display: flex;
          align-items: center; */
      padding: 0 60px;
      color: #fff;
      font-weight: bold;
  }

  .login-main-text h2{
      font-weight: 300;
  }

  .btn-black{
      background-color: #8cafcf !important;
      color: #fff;
  }

  .btn-back {
    border: 1px solid #fff;
  }

  .btn-black a,
  .btn-back a{
    color: #fff;
  }


  .btn-back:hover{
    background-color: #6c757d;
  }

  .btn-secondary a{
    color: #fff;
  }

  .back-icon {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .back-icon a{
    color: #fff;
  }

  .btn-modi{
    background-color: #8cafcf;
    padding: 1px 6px;
    border: 1px solid #8CAFCF;
  }

  .btn-modi:hover{
    background-color: #fff;
    /* padding: 1px 6px; */
    /* border: 1px solid #8CAFCF; */
  }

  .btn-modi:hover a{
    color: #000;
  }

  .btn-modi2{
    background-color: #6c757d;
    padding: 1px 6px;
    border: 1px solid #6c757d;
  }

  .btn-modi2:hover{
    background-color: #fff;
    color: #000;
  }

  .btn-modi a,
  .btn-modi2 {
    color: #fff;
  }

  .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 30%; /* Could be more or less, depending on screen size */
  }


  /* navbar test */
  .navbar-nav {
      background: #f3f9fd;
  }

  #content .section-title{
    padding: 100px 0 30px 0;
  }

  table.table2{
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin : 20px 10px;
  }
  table.table2 tr {
     width: 50px;
     padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
  }
  table.table2 td {
      width: 100px;
      padding: 10px;
      vertical-align: top;
      border-bottom: 1px solid #ccc;
  }


  .filebox label {
    display: inline-block;
    padding: .5em .75em;
    color: #999;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fdfdfd;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
    margin: 0px;
  }

  .filebox input[type="file"] {
    /* 파일 필드 숨기기 */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
  }

  /* admin_dash 페이지 게시판 table 수정 */
  .table>:not(:last-child)>:last-child>* {
      border-bottom-color: #a3b6ee;
  }

  .table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
      border: 1px solid #e3e6f0;
  }

  tbody, td, tfoot, th, thead, tr {
    border-right: 0;
    border-left: 0;
    border-color: #cbcbce;
    border-style: solid;
    border-width: 0;
  }

  .table3 td, .table3 th {
    border: 0px solid #F5F6FC;
  }



  .video {
    padding: 40px;
    box-sizing: border-box;
  }

  .video-container {
    position: relative;
    padding-top: 40%;
  }

  video {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }
