﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

#container {
  width: 100%;
  background-color: #111619;
  overflow: hidden; }

/*header시작*/
header {
  width: 1280px;
  margin: auto; }

.sns {
  width: 1280px;
  overflow: hidden; }

.sns ul {
  width: 112px;
  float: right; }

.sns ul li {
  list-style: none;
  float: left;
  width: 36px;
  height: 34px;
  padding: 25px 10px 5px 10px; }

.sns img {
  width: 100%; }

.topmenu {
  padding: 10px 0;
  overflow: hidden;
  height: 45px; }

#logo, nav, nav li {
  float: left; }

#logo {
  position: relative;
  width: 212px;
  height: 35px; }

#logo img {
  width: 100%; }

nav {
  float: right; }

nav li {
  list-style: none;
  margin-top: 5px;
  text-align: right;
  margin-left: 40px; }

h2 {
  font-size: 18px; }

a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.5s; }

a:hover {
  color: #d3d3d3;
  text-decoration: underline; }

/*header끝*/
/*ad시작*/
.slide-container {
  width: 100%;
  position: relative; }
  .slide-container .fadeOn {
    display: none; }
    .slide-container .fadeOn.on {
      display: block;
      animation: 2s fadeOn 0s 1;
      -webkit-animation: 2s fadeOn 0s 1;
      -moz-animation: 2s fadeOn 0s 1; }

.slidefade {
  display: none; }

.dotbox {
  width: auto;
  /*    background-color:red;*/
  text-align: center; }

.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #c9c9c9;
  border-radius: 50%;
  display: inline-block; }
  .dot.on {
    background-color: rgba(201, 201, 201, 0.6); }

.active {
  background-color: #fff; }

/* Fading animation */
.fadeOn {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s; }

@-webkit-keyframes fadeOn {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fadeOn {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

.con {
  width: 100%; }

.title {
  padding: 150px 0 50px 0;
  text-align: center; }

.btn {
  /*background-color:#8bd880;*/
  width: 50%;
  margin: auto;
  text-align: center; }

.btn a {
  display: inline-block;
  /*    background-color:#ca80d8;*/
  margin: auto;
  padding: 0px 40px 50px 50px; }

span {
  color: #fff; }

.contents {
  text-align: center;
  width: 1000px;
  margin: auto;
  /*padding: 50px 0 100px 0;*/
  /*    background-color:aqua;*/ }

.con2 {
  width: 100%;
  background-color: #272829; }

.icon {
  text-align: center; }

.icon img {
  display: inline-block;
  width: 57px;
  height: 67px; }

.icon p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0 40px 0; }

.map {
  padding-bottom: 50px; }

footer {
  width: 100%;
  background-color: #272829;
  float: left; }

.wrap {
  width: 922px;
  margin: auto; }

.f, .f02 {
  width: 461px;
  height: 147px;
  float: left;
  margin: 100px 0 100px 0; }

.f img {
  width: 157px;
  height: 25px;
  padding-bottom: 50px; }

.company {
  font-size: 13px;
  line-height: 24px;
  color: #7d7e7f; }

.f02 {
  text-align: right;
  border-left: 2px solid #7d7e7f;
  box-sizing: border-box; }

.nav li .nav-link {
  color: #fff; }
  .nav li .nav-link:hover {
    text-decoration: underline !important; }

.nav li .active {
  background-color: #000; }

a:hover {
  text-decoration: underline !important; }

a.nav-link {
  cursor: pointer; }

.sidebar {
  position: fixed;
  background-color: #000;
  width: 100%;
  z-index: 999;
  padding: 0px 2em; }
  .sidebar div#abput {
    width: 1000px;
    margin: 0px auto; }
  .sidebar div div img {
    padding-top: 0.6em; }

.carousel-indicators li {
  height: 30px;
  border-radius: 100%; }

.top-row {
  background-color: transparent; }

.page {
  position: relative;
  display: flex;
  flex-direction: column; }

.main {
  flex: 1; }
  .main > .main {
    padding: 0 1.5rem; }

#contact {
  margin-bottom: 80px; }
  #contact p label {
    display: inline-block;
    margin-right: 20px; }
  #contact p span {
    display: block; }

.btn a {
  padding: 0px 10px 30px 10px; }

.contents {
  width: auto;
  max-width: 1000px; }
  .contents ul.contentsImgBox li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #11161a;
    padding: 10px; }
    .contents ul.contentsImgBox li .img {
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: #11161a;
        padding: 10px;
        margin-top: 0;
        cursor: pointer;}
    .contents ul.contentsImgBox li div {
        display: flex;
        width: 100%;
        background-color: #292e30;
        text-align: center;
        padding: 30px;
        margin-top: 30px;
    }
      .contents ul.contentsImgBox li div p {
        flex: 1;
        display: inline-block;
        margin: 0px 2%;}
    .contents ul.contentsImgBox li strong {
      display: block;
      font-size: 18px;
      font-weight: bold;
      color: #fefefe;
      justify-content: flex-start; }
    .contents ul.contentsImgBox li span {
      display: block;
      font-size: 14px;
      color: #626566;
      justify-content: flex-start; }
  .contents .on {
    display: none; }
  .contents#mapCon {
    width: 922px;
    height: 512px; }

#mainMap {
  height: 695px; }

#weAre {
  margin-top: 80px;
  padding-bottom: 50px; }
  #weAre ul {
    display: flex; }
    #weAre ul.on {
      display: none;
      animation: alternate 2s; }
    #weAre ul li {
      flex: 1;
      display: flex;
      flex-direction: column; }
      #weAre ul li .imgCon {
        flex-direction: initial;
        display: flex; }
        #weAre ul li .imgCon p {
          flex: 1;
          text-align: center;
          justify-content: center; }
          #weAre ul li .imgCon p img {
            margin: 0px 10px 20px; }
      #weAre ul li .textCon {
        text-align: left;
        padding: 0px 14px; }
        #weAre ul li .textCon span {
          display: block;
          /*text-indent: 2em;*/ }
      #weAre ul li img {
        width: 212px;
        height: 212px;
        border: 2px solid #fff;
        border-radius: 110px;
        margin: 0px auto 20px auto; }
      #weAre ul li label {
        background-color: #fff;
        padding: 10px; }
      #weAre ul li span {
        flex: 1;
        justify-content: center;
        color: #828283; }
        #weAre ul li span i {
          font-size: 14px; }

.carousel-item .carousel_item_text {
  position: absolute;
  z-index: 1;
  color: #ced0cb;
  top: 40%;
  left: 30%;
  font-size: 32px; }
  .carousel-item .carousel_item_text span {
    font-size: 28px; }

.mapIcon {
  vertical-align: middle;
  border-style: none;
  border-radius: 100px;
  background-color: #fff;
  padding: 4px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: -4px; }

.mapTextCon {
  width: 350px;
  padding: 15px;
  background-color: #0475f4;
  color: #fff; }

.title h1 {
  display: inline-block;
  padding: 2px 20px;
  color: #fff;
  background-color: #000;
  /* ��������֧��ʱ��ʾ */
  background: linear-gradient(#000 50%, #74776e 50%); }

@keyframes animation {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@media (max-width: 1023px) {
  .carousel-item .carousel_item_text {
    left: 25%;
    top: 10%;
    font-size: 16px; }
    .carousel-item .carousel_item_text span {
      font-size: 10px; }
  .carousel-indicators {
    margin-bottom: 0px; }
  .main {
    flex: 1;
    padding: 0; }
    .main.pt-4 {
      margin-top: 4.5rem; }
  .mapOn {
    display: none; }
  .mapTextCon {
    width: 300px; }
    .mapTextCon h4 {
      margin: 0; }
  .sidebar div#abput {
    flex-direction: column;
    width: 100%; }
    .sidebar div#abput ul li {
      padding: .5rem 2px;
      font-size: 13px; }
  #mainMap {
    height: 405px; }
  #service .contents, #weAre .contents {
    width: 100%; }
  .contents div p {
    width: 100% !important; }
  .contents ul.contentsImgBox li div {
    flex-direction: column; }
  .contents ul.contentsImgBox li img {
    flex: 1;
    width: 100%; }
  .contents#mapCon {
    width: 100%;
    height: 164px; }
  #contact p label {
    display: inline-block;
    width: 80%; }
  #contact p span {
    display: block; }
  #contact .contents {
    width: 100%; }
    #contact .contents img {
      width: 100%;
      height: 164px; }
      #contact .contents img.mapIcon {
        vertical-align: middle;
        border-style: none;
        border-radius: 100px;
        background-color: #fff;
        padding: 4px;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        position: relative;
        top: -4px; }
  footer ul.wrap {
    width: 100%;
    display: flex;
    flex-direction: column; }
    footer ul.wrap li {
      list-style: none;
      margin: 30px 0; }
      footer ul.wrap li.f, footer ul.wrap li.f02 {
        width: 100%;
        text-align: center;
        border: 0px; }
  .sidebar {
    padding: 0px; }
    .sidebar #abput {
      flex-direction: column !important; }
      .sidebar #abput div {
        padding-left: 0.5rem; }
      .sidebar #abput ul {
        margin-top: 20px; }
        .sidebar #abput ul li {
          padding: 0px; }
          .sidebar #abput ul li a {
            padding: 0.5rem;
            font-size: 13px; }
  #service .btn, #weAre .btn {
    width: 100%;
    padding: 0px; }
    #service .btn a, #weAre .btn a {
      padding: 0px 6px;
      font-size: 12px;
      text-overflow: ellipsis;
      -webkit-transform: scale(0.8);
      /*max-width: 6em;*/
      /*overflow: hidden;
                white-space: nowrap;*/ }
  .title {
    padding: 20px 0 20px 0; }
    .title h1 {
      font-size: 18px; }
  #weAre .btn {
    margin-bottom: 30px; }
    #weAre .btn a {
      margin: 0px -12px; }
  #weAre ul {
    display: flex;
    flex-direction: column; }
    #weAre ul li {
      flex: 1;
      display: flex;
      flex-direction: column; }
      #weAre ul li .imgCon {
        flex-direction: column; }
        #weAre ul li .imgCon img {
          width: 212px !important;
          height: 212px;
          border: 2px solid #fff;
          border-radius: 110px;
          margin: 0px auto 20px auto; }
      #weAre ul li .textCon {
        padding: 0px 10px; }
      #weAre ul li span {
        flex: 1;
        justify-content: center;
        color: #828283;
        margin-top: 10px;
        margin-bottom: 20px; }
  .carousel-control-next, .carousel-control-prev {
    display: none; }
  .carousel-indicators li {
    width: 12px;
    height: 12px; } }
