@charset "utf-8";

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  min-width: 768px;
  font-family: 맑은 고딕 !important;
}

.header {
  position: relative;
  width: 100%;
  height: 95px;
  background-color: #ffffff;
}

.container {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.import {
  width: 140px;
  height: 36px;
  background: rgba(20, 120, 240, 1);
  border-radius: 18px;
  background-color: #1478f0;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(250, 250, 250, 1);
  margin-top: 25px;
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#head {
  /*width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;*/
}

#head {
  position: relative;
  z-index: 99999999;
}

/*.banner {
	margin-top: 150px;
}*/

.clear {
  clear: both;
}

.wen {
  font-size: 17px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  margin-top: 7px;
}

.tel {
  margin-right: 100px;
  margin-top: 5px;
  cursor: pointer;
  color: #666666;
  font-size: 16px;
}

.nav {
  width: 100%;
  height: 50px;
  background: rgba(8, 18, 42, 1);
}

.list {
  width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}

.list a {
  color: #ffffff;
  text-decoration: none !important;
}

.list li {
  width: 140px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}

.arrow {
  position: relative;
  top: -2px;
}

.relative {
  position: relative;
}

.menu {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
}

.menu span {
  width: 100%;
  height: 50px;
  text-align: center;
  display: block;
  color: #ffffff;
  background-color: #000;
  cursor: pointer;
}

a {
  display: block;
}

.on {
  background-color: #1478f0 !important;
  color: #ffffff;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

.carousel-indicators .active {
  width: 50px;
  height: 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  opacity: 1;
  margin-right: 7px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 1);
  opacity: 0.7;
  border-radius: 10px;
  margin-right: 7px;
}

.href a {
  padding-right: 10px;
}

.top {
  position: fixed;
  right: 100px;
  bottom: 10px;
  z-index: 999;
}

.top img {
  width: 58px;
  cursor: pointer;
}

@media only screen and (min-width: 150px) {
  .container {
    width: 768px;
  }
  .list li {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 700px) {
  .container {
    width: 85%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .list {
    width: 85%;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    color: #ffffff;
  }

  .list li {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
  }

  .logo {
    width: 170px;
  }

  .tel {
    margin-right: 28px;
    margin-top: 5px;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
  }

  .top {
    position: fixed;
    right: 28px;
    bottom: 30px;
    z-index: 999;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .list {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    color: #ffffff;
  }

  .list li {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
  }

  .logo {
    width: 196px;
  }

  .tel {
    margin-right: 100px;
    margin-top: 5px;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
  }

  .top {
    position: fixed;
    right: 100px;
    bottom: 30px;
    z-index: 999;
  }
}
