
@font-face {
  font-family: "NotoSansKR";
  src: url("css/font/NotoSans-Bold.ttf") format("tff");
  font-style: normal;
}


body{
font-family: "Noto Sans";

}

.gifImg{
  width:70%;
}

.imgPum{
 width:45%;
}
.imgPum1{
 width:55%;
}

.zpoi{
position:absolute;
bottom:40px;
}
/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1rem;
  //font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; 
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

.position-relative {
  position: relative !important; }

.overflow-hidden {
  overflow: hidden; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }
.menu_left{
 float:left;
 width:auto;
 margin-left:20px; 
 color:#374d76;
 font-size:1.1rem;
}	
.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }


.mb-100{
	 color: #123478;
	 font-size:16px;
}
.img{
 vetical-align:middle;	
}	
.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2); }

	.btn {
  	border-width: 2px;
  	border-radius: 30px; 
  	}
  	.btn:active, .btn:focus {
   	 outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-lg {
    padding: 10px 10px;
    font-size: 16px; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #123478 !important;
      color: #123478 !important;
      background-color: transparent !important; }
  .btn.btn-outline-primary {
    color: white;
    border-color: #123478;
    border:2px;
    background-color: #123478 !important; 
    opacity:1;
    line-height:30px;
    }
    .btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
      border-color: #123478 !important;
      color: #fff !important;
      background-color: #123478 !important; 
      opacity:0.8;}
  .btn.btn-md {
    padding: 7px 7px; }

.bg-black {
  background: #000; }

.form-control {
  height: 47px;
  background: #f6f6f6;
  border-radius: 0;
  border: 1px solid #f6f6f6; }
  .form-control:active, .form-control:focus {
    border-color: #bd1220; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

	.site-section {
  		padding: 1.2em 0; 
  	}
/*  	@media (min-width: 768px) { */
/* /*     	.site-section { */ */
/* /*       		padding: 0.5em 0;  */ */
/* /*       		margin:0px; */ */
/* /*       	}  */ */
/*     } */
  .site-section.site-section-sm {
    padding: 1em 0; }

.site-section-heading {
  font-size: 30px;
  color: #dee2e6;
  position: relative; }
  .site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #bd1220; }
  .site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #bd1220; }

.border-top {
  border-top: 1px solid #ced4da !important; }

.site-footer {
  padding-top: 17rem;
  padding-bottom: 4rem;
  background: #333333; }
  .site-footer p {
    color: #8c8c8c; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #b3b3b3; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 20px;
    color: #fff; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(189, 18, 32, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(47, 240, 193, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(255, 193, 7, 0.9); }

/* Navbar */
.site-navbar-wrap {
  position: relative;
  z-index: 99;
  width: 100%;
  left: 0;
  background: #fff; 
 }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; 
    }

.site-navbar-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); 
  }
.c_x{
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    display: inline-block;
   min-height:400px;
   padding:3%;
  color:#374d76;
}
.c_x_tit{
  font-size:28px;
  font-weight:600;
      margin-top:--50px !important;
}
.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  padding: 1px 0; }
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000;
      font-size: 2rem;
      font-weight: bold; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 0px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 0px 0px;
        color: black;
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #bd1220; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #fff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #ebeef0;
              color: #212529; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #ebeef0;
            color: #212529; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #bd1220; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #bd1220; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }

.sticky-wrapper {
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 140px; }
  .sticky-wrapper .site-navbar {
    background-color: #fff;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .sticky-wrapper .site-navbar a.active {
      color: #fff; }
  .sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 15px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }
  
  .site-blocks-cover, .site-blocks-cover ner > .row {
    min-height: 600px;
    height: calc(100vh); }
  
  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh); }
  
  .site-blocks-cover h1 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1; }
  
  
/*    @media (max-width: 991.98px) { */
/*       .site-blocks-cover h1 { */
/*         font-size: 4rem; } } */
/*  		 .site-blocks-cover .sub-text { */
/*   	 	 font-size: 1.4rem; */
/*   	  color: gray; */
/*    		 font-weight: 300;  */
/*      a} */
/*     @media (max-width: 991.98px) { */
/*       .site-blocks-cover .sub-text { */
/*         color: #000; } } */
/*   .site-blocks-cover .img-wrap { */
/*     position: absolute; */
/*     z-index: -1; */
/*     width: calc(100% - 50%); */
/*     top: 0; */
/*     height: 100%; */
/*     z-index: 2; */
/*     right: 50%; */
/*     min-height: 600px; */
/*     overflow: hidden; */
/*     border-bottom-right-radius: 200px; } */
/*     @media (max-width: 991.98px) { */
/*         .site-blocks-cover .img-wrap { */
/*          width: 100%; */
/*          right: 0%; */
/*          top: 0;  */
/*         } */
/*         .site-blocks-cover .img-wrap .hero-slider:before { */
/*           position: absolute; */
/*           content: ""; */
/*           background: #fff; */
/*           opacity: .5; */
/*           z-index: 2; */
/*           top: 0; */
/*           left: 0; */
/*           right: 0; */
/*           bottom: 0; } } */
/*     .site-blocks-cover .img-wrap .slide { */
/*       height: 100vh; */
/*       position: relative; } */
/*       .site-blocks-cover .img-wrap .slide img { */
/*         position: absolute; */
/*         top: 0; */
/*         height: 100%; */
/*         width: 100%; */
/*         -o-object-fit: cover; */
/*         object-fit: cover; } */
/*   .site-blocks-cover .intro { */
/*     z-index: 3; */
/*     position: relative; } */
/*     .site-blocks-cover .intro .heading { */
/*       margin-left: -150px; } */
/*       @media (max-width: 991.98px) { */
/*         .site-blocks-cover .intro .heading { */
/*           margin-left: 0; } } */
/*     .site-blocks-cover .intro .text { */
/*       padding-left: 50px; } */
/*       @media (max-width: 991.98px) { */
/*         .site-blocks-cover .intro .text { */
/*           padding-left: 0; } } */

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #bd1220;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem; }

.section-title .sub-title {
/*   font-size: .75rem; */
/*   text-transform: uppercase; */
/*   letter-spacing: .2rem; */
/*   font-weight: 400; */
 /*   color: #b3b3b3;  */
}

.section-title .title {
  font-size: 2.2rem; }

.service {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-top: 2px solid #bd1220;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
  top: 0; }
  .service:hover, .service:focus {
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    border-top: 2px solid #bd1220;
    top: -2px; }
  .service *:last-child {
    margin-bottom: 0; }
  .service h3 {
    font-size: 1rem;
    color: #000; }
  .service p {
    color: #999999;
    font-size: .85rem; }

.readmore {
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1rem;
  font-weight: 900;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .readmore:after {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute;
    content: "\e5c8";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
    right: 0;
    opacity: 0;
    visibility: hidden; }
  .readmore:hover {
    padding-right: 30px; }
    .readmore:hover:after {
      opacity: 1;
      visibility: visible; }

.custom-progress {
  height: 7px; }
  .custom-progress .progress-bar {
    border-radius: 30px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #28a745; }
  .ul-check.primary li:before {
    color: #bd1220; }

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px; }
  .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px; }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .item .item-wrap {
    display: block;
    position: relative; }
    .item .item-wrap:after {
      z-index: 2;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .item .item-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: #fff;
      font-size: 1.7rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .item .item-wrap:hover:after {
      opacity: 1;
      visibility: visible; }
    .item .item-wrap:hover span {
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.contact-form {
  padding: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
  margin-bottom: -15em; }

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 7em; }

.twitter, .twitter:hover {
  color: #1da1f2; }

.facebook, .facebook:hover {
  color: #3b5998; }

.instagram, .instagram:hover {
  color: #c13584; }

.dribbble, .dribbble:hover {
  color: #ea4c89; }

.github, .github:hover {
  color: #333; }

.linkedin, .linkedin:hover {
  color: #0077b5; }

.person h3 {
  font-size: 1.2rem; }

.testimonial {
  padding: 30px;
  color: #000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.7;
/*   font-style: italic;  */
 }
  .testimonial .vcard figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
    .testimonial .vcard figure img {
      border-radius: 50%; }
  .testimonial .vcard .vcard-text {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; }
    .testimonial .vcard .vcard-text .position {
      color: #b3b3b3; }
  .testimonial strong {
    font-weight: 400;
    padding: .3rem 0;
    background: #faf5bb; }

.form-subscribe .form-control {
  border-color: #333333 !important;
  background: #4d4d4d !important; }
  .form-subscribe .form-control:active, .form-subscribe .form-control:focus {
    border-color: gray !important; }
  .form-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-style: italic; }
  .form-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    font-style: italic; }

    
[data-tooltip-text]:hover {
	position: relative;
}

[data-tooltip-text]:hover:after {
	background-color: #5d656f;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 14px;
	content: attr(data-tooltip-text);
    margin-bottom: 5px;
    line-height:24px;
	top: 132%;
	left: -50px;    
	padding: 3px 9px;
	position: absolute;
	width: auto;
	text-align:center;
	min-width: 130px;
	max-width: 300px;
	word-wrap: break-word;
	z-index: 9999;
}


[data-tooltip]:hover {
	position: relative;
}

[data-tooltip]:hover:after {
	background-color: #5d656f;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 14px;
	content: attr(data-tooltip);
    margin-bottom: 5px;
    line-height:24px;
	top: 132%;
	left: -50px;    
	padding: 3px 9px;
	position: absolute;
	width: auto;
	text-align:center;
	min-width: 130px;
	max-width: 300px;
	word-wrap: break-word;
	z-index: 9999;
}


 .wex{
/* float:left; */
height:60px;
/* line-height:20px; */
width:80px;
cursor:pointer;
}  
.wex1{
float:left;
height:120px;
/* margin-top:20px; */
/* line-height:20px; */
width:30%;
border:0px red solid;
font-size:18px;
cursor:pointer;
opacity:0.8
} 

.index_circle1{
	color:white;
	background:#123478;
	opacity:0.7;
	padding:2px;
	padding-left:7px;
	padding-right:7px;
	width:32px;
	height:22px;
	top:-8px;
	margin-top:-8px;
	border-radius:700px;
	font-size:18px;
	line-height:20px;
	text-align:center;
	text-align:middle;
/* 	font-weight:600; */
}



.embed-container{
position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}
.mx_title{
	margin-bottom:4px;
}
.a_b{
	cursor:pointer;
	color:#818b9a !important;
}


iframe {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 0;
    width: 80%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
}
  
.wex:hover{
 transform:scale(1.1);             /*  default */
-webkit-transform:scale(1.1);     /*  ũ   */
-moz-transform:scale(1.1);       /* FireFox */
-o-transform:scale(1.1);           /* Opera */
}

.img_logo_select{
margin-top:5px;
margin-left:0px;
height:185px;
margin-bottom:5px;
opacity:1;	
}
.wex1:hover{
 transform:scale(1.1);             /*  default */
-webkit-transform:scale(1.1);     /*  ũ   */
-moz-transform:scale(1.1);       /* FireFox */
-o-transform:scale(1.1);           /* Opera */
opacity:1
}
.cliped{
	border-bottom:1px #374d76 solid !important;
	color:black;
}	
.index_circle{
	color:#123478;
	background:white;
	opacity:0.7;
	padding:2px;
	padding-left:8px;
	padding-right:8px;
	margin-right:2px;
	margin-top:-8px;
	border-radius:700px;
	font-size:18px;
}

.css_section{
	height: 100%;
    padding: 17px 0px;
    display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.site-navbar-wrap{
	box-shadow: 0 2px 4px rgba(153,153,153,.1);
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	border-color:#d4d4d4;
	opacity:1;
           z-index:111111111111111111111111111111111111111111111111111111111111111111;
}

.site-expand{
 border-bottom :0 2px 10px rgba(0,0,0,.1);
 margin-top:0px;
}
.site-disp{
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;	
    font-size:17px;
    
}	
.site_left{
        float:left;
        width:250px;
	
}
.site-expand-menu{
	text-align:left;
	//margin-left:300px;
	width:auto;
	max-width:300px;
	border-bottom: 1px white solid;
}
.site-expand-menu2{
	text-align:left;
	//padding-left:300px;
	width:auto;
	border-bottom: 1px white solid;
}

.site-expand-menu:hover{	
	border-bottom:1px #374d76 solid;
}

.a_play{
/* 	position:absolute; */
/* 	left:25%; */
/* 	bottom:30%; */
	opacity:0.7;
	margin-top:5px;
	font-size:15px;
	
}
.icon_touch{
	color:black;
	border-bottom:1.3px black solid;
	font-size:21px;
	cursor:pointer;
}
.css_flex{
    margin-top: 90px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.css_flex_left{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: column;
	
}

.css_flex_left_bottom{
    margin-top: 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: rgb(51, 51, 51);
	
}

.css_rr{
	margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    color: rgb(102, 102, 102);
}

 .site-menu-toggle .menu-text {
	  position: relative;
	  top: 0px;
	  text-transform: uppercase;
  }

 	
 	
/* smartphones, touchscreens */
/* @media (hover: none) and (pointer: coarse) { 	 */
@media only screen and (min-width: 100px) and (max-width: 890px) {
 	div.containers1 {
 		 transform: rotate(180deg);
	}
	div.containers1 div.items1 {
 		 transform: rotate(-180deg);
 		 padding-left:40px;
 		 padding-right:40px;	 
 		 
 	}
 	div.containers div.items {
 		 padding-left:40px;
 		 padding-right:40px;	 
 	}
	div.items2{
		margin-top:-30px;
		padding-bottom:70px;
		padding-left:20px;
		padding-right:20px;
	}
	div.middler{
		margin-top:0px;
		padding-bottom:0px;
		margin-bottom:-30px;
	}
} 

.small, small {
    font-size: 70%;
    font-weight: 400;
}


.animated {
  position: relative;
  animation: bounce 2.5s infinite;
} 

.animateds {
  position: relative;
  animation: bounces 2.5s infinite;
} 
.img_popup{
 height:24px;
 width:18px;
}
.container{
 padding:5px !important;	
/*  max-width:95% !important; */
}

.login_screen{
	position:fixed;
	width:100%;
	height:100%;
	background:black;
	opacity:0.4;
	z-index:1111111111111111111111111111111110;
}
.menu-text{
	cursor:pointer;
}
.button_img{
	vertical-align:middle;
	height:22px;
	width:22px;
	margin-top:-2px;
}
.xclick{
	height:28px;
	width:28px;
}
.open-market:hover{
	color:black !important;
}
.close_modal_step1{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
.login_modal{
	position:fixed;
	margin:5%;
	margin-left:15%;
	padding:20px;
	width:70%;
	height:80%;
	border-radius:8px;
	background:white;
	z-index:1111111111111111111111111111111111;
}
.typing_left_y:after {
    border-top: 10px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #FAF4C0;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top:11px;
    left:20px;
}

.typing_left:after {
    border-top: 10px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid white;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top:15px;
    left:20px;
}
.typing_right:after{
	border-top: 10px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid white;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top:18px;
    left:100%;
		
}

.typing_right_y:after{
	border-top: 10px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid #FAF4C0;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top:18px;
    left:100%;
		
}
.law_name{
	font-weight:600;
	font-size:18px;
	color:black;
	line-height:35px;
	
}
.img_exchangePartCss{
	line-height:25px;
	height:25px;
	margin-top:-3px;
	vertical-align:middle;
	
}
.img_a{
  display: inline-block;
  padding: 10px;
  animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari and Chrome */
  -o-animation: fadein 3s; 
}

.law_name{
	
}

.content{
	color:black;
	font-size:16px;
	line-height:35px;
	padding:15px;
	float:left;
	width:60%;
}
@keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0.3;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}
.word{
	
}
.iframe_modal{
	border:0px;
	top: 0%;
    left: 0%;
    right: 0;
    width: 100%;
    height: 100%;
}
.type_ea{
	width:100%;
	padding:12px;
	white-space: nowrap;
	opacity:1;
	font-size:1.15rem;
	height:1.2rem;
	border-radius:12px; 
	margin-top:23px;
}
.typing {
	border-radius:14px;
	width:90%;
	padding:9px;
	margin-top:0px;
	background:white !important;
/* 	position:relative; */
}
.typing ul li.on {  
  display: inline-block; 
  animation-name: cursor; 
  animation-duration: 0.3s; 
  animation-iteration-count: infinite; 
} 

#btn-nav-previous-dash1 {
    text-align: center;
    color: #586b89;
    cursor: pointer;
    font-size: 4em;
    position: absolute;
    left: 10px;
    height:40px;
    bottom:40px;
    line-height:30px;
    background: inherit;
    width:40px;
    opacity:1;
    box-shadow: 0 2px 4px rgba(153,153,153,.1);
    border-radius:600px;
}

#btn-nav-previous-dash {
    text-align: center;
    color: #586b89;
    cursor: pointer;
    font-size: 4em;
    position: absolute;
    left: 10px;
    height:40px;
    line-height:30px;
    background: inherit;
/*     fill:#FFF; */
    width:40px;
    opacity:1;
    margin-top:30px; 
    bottom:40px;
}
.link_part1_content_project{
	text-align:left;
	position:relative;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	margin-left:50px;
	height:80px;
	padding-top:14px;
	padding-bottom:14px;
	line-height:30px;
	margin-bottom:40px;
	padding-left:0%;
/* 	overflow-y:hidden; */
/* 	overflow-x:scroll; */
 	white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
      bottom:20px;
/*     border-left:1px #EAEAEA solid; */
/* 	border-right:1px #EAEAEA solid; */
	
	
}
.mainRext{
	height:360px;
	width:100%;
}
.link_part1_content{
	text-align:left;
	position:relative;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
	margin-left:50px;
	height:80px;
	padding-top:14px;
	line-height:30px;
	margin-top:10px;
	padding-left:0%;
/* 	overflow-y:hidden; */
/* 	overflow-x:scroll; */
 	white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
/*     border-left:1px #EAEAEA solid; */
/* 	border-right:1px #EAEAEA solid; */
}
.link_item{
/* 	float:left; */
	width:100px;
	color:#123478;
	display: inline-block;
	cursor:pointer;
}
.img_part{
	width:40px;
	height:40px;
}
.icon_fa{
	height:43px;
	vertical-align:middle;
	width:43px;
/* 	margin:10px; */
	padding:5px;
	border-radius:400px;
	box-shadow: 1 1px 2px 0 rgba(0,0,0,.06);
    border-radius:50%;
/*     border:1px solid var(--color_button_border); */
	border: 1px #b6c0d1 solid;
/* 	background:#EAEAEA; */
}

.icon_fa:hover{
/* 	height:50px; */
/* 	width:50px;	 */
}
#btn-nav-next-dash {
    text-align: center;
    color: #586b89;
    cursor: pointer;
    font-size: 4em;
    position: absolute;
    right: 20px;
    height:40px;
    line-height:30px;
    background: inherit;
/*     fill:#FFF; */
    width:40px;
    opacity:0.9;
    bottom:40px;
    margin-top:30px; 
}
#btn-nav-next-dash1 {
    text-align: center;
    color: #586b89;
    cursor: pointer;
    font-size: 4em;
    position: absolute;
    right: 20px;
    bottom:40px;
    height:40px;
    line-height:30px;
    background: inherit;
/*     fill:#FFF; */
    width:40px;
    opacity:0.9;
    margin-top:30px; 
}
.balloon_tit{
position:absolute;
text-align:center;
text-align:middle;
width:90%;
top:5px;
color:#586b89;
}


.typing1 {
	border-radius:14px;
	width:90%;
	padding:9px;
	margin-top:0px;
	background:white !important;
}
.typing1 ul li.on {  
  display: inline-block; 
  animation-name: cursor; 
  animation-duration: 0.3s; 
  animation-iteration-count: infinite; 
} 


.typing2 {
	border-radius:14px;
	width:90%;
	padding:9px;
	margin-top:0px;
	background:white !important;
}
.typing2 ul li.on {  
  display: inline-block; 
  animation-name: cursor; 
  animation-duration: 0.3s; 
  animation-iteration-count: infinite; 
} 
.question{
	padding:12px;
	white-space: nowrap;
	opacity:1;
	font-size:1.1rem;
	height:1.4rem;
/* 	background:white; */
	border-radius:12px; 
	margin-left:5px; 
	margin-top:23px;
}
ul{
	list-style:none;
	padding-left:2px;
}



ul1{
	list-style:none;
	padding-left:2px;
}
.balloon{
	margin-left:35px;
	margin-top:-40px;
	text-align:left;
	min-height:189px !important;
}
.balloon_2{
	position:relative;
	text-align:right;
	background:white;
	padding-top:50px;
	padding-bottom:50px;
	height:auto;
	width:80%;
	margin-left:0%;
	border-radius:30px;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
    display: inline-block;
}
.balloon_slider{
	padding-top:15px;
	padding-bottom:15px;
	
}
.balloon_3{
	position:relative;
	text-align:right;
	background:white;
	padding-top:50px;
	padding-bottom:50px;
	height:auto;
	border-radius:30px;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
    display: inline-block;
    background:#e5e2c4;
    width:80%;
    margin-left:11%;
    height:auto;
}
.balloon_bg_yellow{
	 background:linear-gradient(to right,#e5e2c4,#dbd7ae,#c5c195);
/* 	 border-bottom-left-radius:0px; */
/* 	 border-bottom-right-radius:0px; */
}
.balloon_bg{
	 background:linear-gradient(to right,#cbd6e5,#8497b0,#123478);
/* 	 border-bottom-left-radius:0px; */
/* 	 border-bottom-right-radius:0px; */
}
.baloon_bordernone{
	border-radius:0px;
}
.baloon_borderbottom{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.baloon_text{
	border-radius:30px;
	box-shadow: 0 4px 20px rgba(0,0,0,.1);
    padding:30px;
    background:white;
    width:86%;
    margin-left:7%;
/*     border-color:#cbd6e5;	 */
}


@media (max-width: 1100px) {
  
  .mobile_chk {
    display:none;
  }
  .btn.btn-md {
  	padding:1px;
  }
  
}



.dropdown_top {
	//position: relative;
	display: inline-block;
	cursor:pointer;
}

.dropdown_top-content {
	
	position: absolute;
	text-align: left;
	margin-left: -5px;
	background-color: #fff;
	width: 100%;
	font-size: 14.5px;
	height: auto;
	line-height: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 20000;
	color: black;
	z-index:11111111111111111111111111111111111111111111111111111111111111111;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#menubar {
	width: 100%; background: #ffffff;
}
#menubar-menus {
	width: 100%; margin: 0 auto; list-style: none; padding: 0; text-align: center; font-size: 0; display: table;
}
#menubar-menus > li {
	display: table-cell; vertical-align: middle; text-align: center; 
}
#menubar-menus > li > a {
	 display: table-cell; vertical-align: middle; 
	/* 서브 메뉴 영역이 가로 방향으로 100% 보이는 것을 원치 않을 때 아래 라인을 활성 */
	/*position: relative;*/
}
/* #menubar-menus li를 position: relative 처리를 하는 경우에 아래 hover 상태 처리를 주석 처리 할 것. */
/*#menubar-menus li:hover {
	background: #FFF;
}*/
#menubar-menus > li > div {
	position: absolute; background:#ffffff; 
	color: #000; left: -5px; 
	
	width: -webkit-calc(100% +10px);
	width:-moz-calc(100% +10px);
	width: calc(100% +10px);
	width: 103%; 

	top: auto; 
	display: none;
	padding: 50px 0; 
	z-index: 10;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,.1);
	

}


.dropdown-content a {
	color: #7B8C9B;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	background: white;
}

.dropdown_top-content a:hover {
	background-color: #f1f1f1
}

.icon_dash_down {
    height: 12px;
    margin-left: 4px;
    margin-top: -2px;
    vertical-align: middle;
}

.three_part{
	width:30.8%;
	margin:1.2%;
	height:auto;
	padding:14px;
	padding-top:10px;
	border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    display: inline-block;
    background:#ffffff;
    color:#0f2551;
   
}
@media (min-width: 900px) {
		.left{
			float:left;
			width:50%;
			padding-right:50px;
			
		}
		.three_part{
		  max-height:435px;
		  min-height:435px;
		  height:auto;
                     position:relative;
                                   font-size:18px;
		}
		.right{
			float:left;
			width:50%;
		}
		
		.left1{
			float:left;
			width:50%;
			padding-right:50px;
			
		}
		
		.right1{
			float:left;
			width:50%;
		}

		.left_logo {
   		 text-align: left;
   		 padding-right: 5%;
  		 padding-left: 5%;
   		 width: 280px;
   		 float: right;
    		height: 40px;
  		 margin-top: -5px;
		}
		.display-4{
			line-height:2.5rem;height:2.5rem;font-size:1.5rem;background:white;
		}
		.wx{
	 	display:iline-block;
		}
		.row{
		margin:0px !important; 
		}
		.container{
		margin-top:0px; width:100%;
		max-width:100% important;
		}
		
		.right_menu{
	 	width:calc(100% - 580px);
	 	width: -webkit-calc(100% - 580px);
	 	width:-moz-calc(100% - 580px);
		}	
		.right_logo{
		 text-align:left;
		 padding-left:5%;
	 	 width:280px;
		float:left;
		height:40px;
		line-height:40px;
		margin-top:-43px;
		}
		.left_menu_bar{
			display:none;
		}
		.app_menu{
			display:none;

		}
		.wx2{
			display:none;
		}
		.site-navbar-wrap{
			display:inline-block;
		}
		.img_main{
			float:left;width:50%;
		}
		.img_text{
			float:right;border:0px red solid;width:45%;
		}
}

@media (max-width: 900px) {
	
	.img_main{
		width:80%;
		margin-left:10%;

	}
	.img_text{
		width:90%;
		padding-left:10%;
	}
	


	.app_more{
	    width:85%;
	    background:white;
	    padding:5%;
	    padding-left:10%;
	    border-bottom:1px #BDBDBD solid;	    
	}

	.app_div{
	     width:100%;
	     height:50px;
	     line-height:50px;
                          padding-left:25px;
	     padding-right:25px;
                          font-size:18px;
	}
	.wx2{display:inline-block;}
	.close_menu_bar{
		float:right;
		margin-right:5px;
		 color:red;
		font-size:19px;
		line-height:70px;
		cursor:pointer;
	}
	.app_menu{
		//min-height:1000px;
		background:white;
		z-index:1111 !important;
		display:none;
		width:100%;
		height:100%;
		position:fixed;
		margin-top:-80px;
		padding-top:40px;
		
	}
	.right_logo{
		 text-align:right;
		width:100px;
		float:right;
		margin-right:10px;
                                           height:70px;
		line-height:70px;
		position:absolute;
		right:10px;
		
	}
	.left_menu_bar{
		position:absolute;
		left:10px;
		width:50px;
		display:inline-block;
		line-height:70px;
		cursor:pointer;
		top:10px;
		margin-right:20px;
	}
	.left_menu_bar:active{
		
	}
	.right_menu{
                        display:none;
	}
	.left_logo {
		font-size:14px;margin-left:20%;
	}
	.display-4{
		line-height:2.8rem;height:1.5rem;font-size:1.4rem
	}
	.menu-text{
		width:30px;
	}
	.wx{
	 display:none;
	}

	.row{
		margin:0px !important; 
	}
	.container{
		margin-top:0px;
	}
	
}

.align-items-center{
position:relative;
margin-left:0px;
margin-right:0px;
}

 .howRow{
 font-size:1.3em;
 
}


.ms_round{
 font-size:1.15em;	
 font-weight:500;
}

.mb-1{
	
	font-size:2.0em;
}

.img_fx{
	height:32px;vertical-align:middle;margin-top:0px;
}

/*  .img_fx:hover{ */
/*     transform:scale(1.2); */
/*  } */

/*  .img_part:hover{ */
/*  	transform:scale(1.2); */
/*  } */

.bxxx{
box-shadow: 0 0 12px 0 rgba(46, 44, 43, 0.1);
width:85%;
margin-left:0%;
border-radius:15px;
padding-top:20px;
margin-top:20px;
padding-left:5px;
font-size:15.5px;
padding-bottom:20px;
background:white;
}
.howRowTit{
padding-left:5%;
padding-right:5%;
}

@media (max-width: 900px) {
 .img_fx{
   height:27px !important;
 }
 
 .gifImg{
  width:45%;
} 

.imgPum{
 width:30%;
}

.imgPum1{
 width:40%;
}

 .img_part{
	width:30px;
	height:30px;
}
 
 .link_item{
/* 	float:left; */
	width:70px;
	color:#123478;
	font-size:0.8em;
	display: inline-block;
}

 
 .balloon_2{
/*   	height:600px; */
   height:auto;
  }
  .imgR{
    width:30%;
  }
  .balloon_3{
    width:90%;
    margin-left:5%;
  }
  
  .section-title .title {
  font-size:1.7em;
  }
  
  .typing1,.typing,.typing2{
  font-size:0.9em;
  }
  .img-fluid{
  	width:70%;
  }
  .howRow{
		 font-size:1.3em;
	
		}
	.title{
		font-size:1.8em;
	}
  
 .ms_round{
 	font-size:1em;	
 	font-weight:500;
        line-height:1.2em;
}



  .three_part{
    position:relative;
    width:85%;
    margin:4.5%;
	margin-left:9%;
	margin-right:7%;
	height:auto;
	padding:14px;
	padding-top:30px;
	border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    display: inline-block;
    font-size:16px;
    max-height:auto;
    min-height:auto;
    display:inline-block;
  }

  .zpoi{
   position:absolute;
	bottom:40px;
   }

  .middle_dd{
    max-width:100px;
    display:none !important;
  }
  .right_dd{
     max-width:50% !important;
    float:right;
    text-align:right;
  }
   .left{
	width:100%;
	text-align:center;
	}
	
	.right{
	width:100%;
	}
	
	 .left1{
	width:100%;
	text-align:center;
	}
	
	.right1{
	width:100%;
	}
	
  .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 33%;
	}
   .btn.btn-md{
    margin-top:7px;
   }
   
  .right_logo{
   	//margin-right:-120px;
   }
}





.icon_dash_per{
	vertical-align:middle;
	margin-top:-2px;
	filter: grayscale(100%);
}

@keyframes cursor{ 
  0%{border-right: 1px solid #fff} 
  50%{border-right: 1px solid #000} 
  100%{border-right: 1px solid #fff} 
}

@keyframes bounce{
  0% { top: 0; } 30% { top: -5px; } 50% { top: -22px; } 70% { top: -5px; } 100% { top: 0; }
}
@-o-keyframes bounce {
	0% { top: 0; } 30% { top: -5px; } 50% { top: -22px; } 70% { top: -5px; } 100% { top: 0; }
}
@-webkit-keyframes bounce {
	0% { top: 0; } 30% { top: -5px; } 50% { top: -22px; } 70% { top: -5px; } 100% { top: 0; }
}


@keyframes bounces{
  0% { top: 0; } 30% { top: -8px; } 50% { top: -26px; } 70% { top: -7px; } 100% { top: 0; }
}
@-o-keyframes bounces {
	0% { top: 0; } 30% { top: -8px; } 50% { top: -26px; }70% { top: -7px; } 100% { top: 0; }
}
@-webkit-keyframes bounces {
	0% { top: 0; } 30% { top: -8px; } 50% { top: -26px; } 70% { top: -7px; } 100% { top: 0; }
}

.link_item{
	 animation: slideshow 2s linear infinite;	
}

@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: 40%; }
}

.marquee {
  position: relative;
  color: var(--color-white);
  display: flex;
}

.marquee.large.standard {
  min-height: 560px;
}

.marquee.small, .marquee.quiet, .marquee.inline, .marquee.large.compact {
  min-height: 360px;
}

.marquee.inline hr {
  margin-top: var(--spacing-m);
  margin-bottom: 0;
}

.marquee.light, .marquee.mobile-light, .marquee.quiet:not(.dark), .marquee.inline {
  color: var(--text-color);
}

.marquee.mobile-dark {
  color: var(--color-white);
}

.marquee .icon-area picture,
.marquee .icon-area a {
  display: contents;
}

.marquee.mobile-light a:not(.con-button) {
  color: var(--link-color);
}

.marquee.mobile-dark a:not(.con-button),
.marquee.mobile-dark a:not(.con-button):hover {
  color: var(--link-color-dark);
}

.marquee.mobile-light a:not(.con-button):hover {
  color: var(--link-hover-color);
}

.marquee.mobile-light a.con-button.outline {
  border-color: var(--text-color);
  color: var(--text-color);
}

.marquee.mobile-dark a.con-button.outline {
  border-color: var(--color-white);
  color: var(--color-white);
}

.marquee.mobile-light a.con-button.outline:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.marquee.mobile-dark a.con-button.outline:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
}

.marquee .foreground {
  position: relative;
  padding: var(--spacing-xxl) 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-m);
}

.marquee .action-area {
  display: flex;
  margin: 0;
  gap: var(--spacing-s);
  flex-flow: column wrap;
  align-items: stretch;
}

.marquee .media {
  order: 1;
  width: 100%;
  margin: 0 auto;
}

.marquee .media img,
.marquee .media video {
  display: block;
  width: 100%;
  height: auto;
}

.marquee .icon-area {
  margin-bottom: var(--spacing-s);
}
.three_part{
 position:relative;
}
.zpoi{
position:absolute;
bottom:40px;
align:center;
align:middle;
opacity:0.9;
}

.site-screen{
 position:fixed;
 opacity:0.3;
 background:black;
 z-index:1111111111111111;
height:100%;
width:100%;
}
@media (min-width: 768px)
.container {
    max-width: 880px !important;
}


#374d76
.bottom_comment{
position:fixed;margin-bottom:10px;padding:10px;min-height:200px;
}


/*section - contents*/
.main_con { width: 100%; padding: 100px 0;}
.con { width: 100%; height: 400px; }
.con .inner { height: 400px; padding: 20px 0; }
.inner { width: calc(100vw - 140px); margin: 0 auto; }

/*timeline*/



@media (max-width: 900px) {
/*모바일*/

.timeline_wrap::before { position: absolute; left: 0%; top: 0; transform: translateX(-50%); width: 4px; height: 100%; background-color: #c4cee3; content: '';}
.timeline_inner{display:none;}
.timeline_inner_app{display:inline-block;}
.inner { width: calc(100vw - 40px); margin: 0 auto; }
.timeline_wrap { position: relative; width: 100%; height: fit-content; }
.timeline_wrap::before { position: absolute; left: 5%; top: 0; transform: translateX(-50%); width: 4px; height: 100%; background-color: #c4cee3; content: '';}
.timeline_box  { display: flex; flex-direction: row; justify-content: center; width: 100%; height: fit-content; margin: 60px 0; }
.timeline_box.solo { margin-bottom: -40px; }
.timeline_text_box { position: relative; width: 300px; height: fit-content; padding: 50px 20px 20px; border-radius: 14px; box-shadow: 0 0 12px 0 rgba(46, 44, 43, 0.1); text-align: right; margin-bottom: -40px; transform: translateY(10px); }
.timeline_text_box.empty { box-shadow: none; }
.timeline_text { line-height: 36px; font-weight:600; color:#374d76; font-size:17px  !important; }
.timeline_sml_text { font-size: 16px; color:#374d76; }
.timeline_text_box.right { text-align: left; transform: translateY(60px);}
.timeline_text_box.right.solo { transform: translateY(10px); }
.timeline_text_box .timeline_text_year { position: absolute; right: 20px; top: 20px; font-weight:600; font-size: 12px; color:#374d76 !important; }
.timeline_text_box.right .timeline_text_year { right: auto; left: 20px; }
.timeline_box.type2 .timeline_text_box { margin: 0 90px; }
.timeline_year{background:white;z-index:11111111;}
.timeline_center_box { width: 100px; height: 40px; font-size: 30px; color: #374d76; font-weight: bold; background-color: #fff; line-height: 40px; margin: 0 40px; text-align: center; z-index: 10; }
.timeline_center_box.arrow_box { background-color: transparent; transform: translateY(16px); color: #c4cee3; }
.code_ex_left{
  width:100%;font-size:19px;
}
.code_ex_right{
   width:100%;
     min-height:200px;
}
	.code_ex{
	width:80%;margin-left:10%;height:400px;font-weight:500;font-size:19px;
	}

.webEx{
display:none;

}
.mobileEx{
display:inline-block;

}
.bg_img{
 width:90%;
}

.line-x{
border-top:1px #D4D4D4 solid;width:85%;margin-left:5%;padding-top:14px;}



}



@media (min-width: 900px) {
/*웹 PC*/
.mobileEx{
display:none;

}
.bxxx{
font-size:19px;
}
.webEx{
display:inline-block;

}

.line-x{
border-top:1px  #D4D4D4 solid;width:85%;margin-left:5%;padding-top:14px;}

.code_ex{
	width:80%;margin-left:10%;height:250px;font-weight:500;font-size:19px;
}
.bg_img{
   width:620px;}

.code_ex_left{
 float:left;width:58%; text-align:right;font-size:19px;

}
.code_ex_right{
  float:left;width:40%; text-align:left;font-size:19px;

}


.timeline_inner{display:inline-block;}
.timeline_inner_app{display:none;}

.inner { width: calc(100vw - 140px); margin: 0 auto; }
.timeline_wrap { position: relative; width: 100%; height: fit-content; }
.timeline_wrap::before { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 4px; height: 100%; background-color: #c4cee3; content: '';}
.timeline_box  { display: flex; flex-direction: row; justify-content: center; width: 100%; height: fit-content; margin: 60px 0; }
.timeline_box.solo { margin-bottom: -40px; }
.timeline_text_box { position: relative; width: 300px; height: fit-content; padding: 50px 20px 20px; border-radius: 14px; box-shadow: 0 0 12px 0 rgba(46, 44, 43, 0.1); text-align: right; margin-bottom: -40px; transform: translateY(10px); }
.timeline_text_box.empty { box-shadow: none; }
.timeline_text { line-height: 36px; font-weight:600; color:#374d76; font-size:17px  !important; }
.timeline_sml_text { font-size: 16px; color:#374d76; }
.timeline_text_box.right { text-align: left; transform: translateY(60px);}
.timeline_text_box.right.solo { transform: translateY(10px); }
.timeline_text_box .timeline_text_year { position: absolute; right: 20px; top: 20px; font-weight:600; font-size: 12px; color:#374d76 !important; }
.timeline_text_box.right .timeline_text_year { right: auto; left: 20px; }
.timeline_box.type2 .timeline_text_box { margin: 0 90px; }

.timeline_center_box { width: 100px; height: 40px; font-size: 30px; color: #374d76; font-weight: bold; background-color: #fff; line-height: 40px; margin: 0 40px; text-align: center; z-index: 10; }
.timeline_center_box.arrow_box { background-color: transparent; transform: translateY(16px); color: #c4cee3; }
}


