@charset "UTF-8";

/* 메인비주얼 */
.main-visual {
  height: 780px;
  position: relative;
  margin-top: 55px;
}

.main-visual .items {
  width: 1920px;
  height: 780px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  padding-top: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.main-visual .items .items__param01 {
  font-size: 17px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.main-visual .items .items__param02 {
  font-size: 68px;
  color: #fff;
  line-height: 1.2em;
  margin-top: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.main-visual .items .btn--style01 {
  margin-top: 80px;
}

.main-visual .main-visual__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 35px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual .main-visual__nav .nav__prev,
.main-visual .main-visual__nav .nav__next {
  cursor: pointer;
}

.main-visual .main-visual__nav .nav__paging {
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  margin: 0 25px;
}

.main-visual .main-visual__nav .nav__paging .paging__total {
  opacity: .4;
}

/* 메인 제품설명 */
.main-product {
  padding: 110px 0 260px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/image/main/main-product_bg01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: auto;
}

.main-product .main-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.main-product .main-product__list>a {
  width: 580px;
  height: 645px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 430px 30px 30px 30px;
  display: block;
  position: relative;
}

.main-product .main-product__list>a .param01 {
  color: #fff;
  font-size: 38px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.main-product .main-product__list>a .param02 {
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.main-product .main-product__list>a .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 0;
  display: block;
}

.main-product .main-product__list>a .btn--style01 {
  position: relative;
  z-index: 1;
}

.main-product .main-product__list>a:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.main-product .main-product__list>a:hover .dim {
  opacity: 1;
}

/* 메인 기술설명 */
.main-tech .tech__bg {
  height: 425px;
  background-image: url(/image/main/tech_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-tech .param--style01 {
  color: #fff;
}

.main-tech .param--style01::before {
  background-color: #fff;
}

.main-tech .param--style02 {
  color: #fff;
}

.main-tech .tech__wrap {
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px);
}

.main-tech .tech__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.main-tech .tech__list>a {
  width: 25%;
  padding: 60px 40px 45px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main-tech .tech__list>a .list__img {
  width: 62px;
  height: 62px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main-tech .tech__list>a:nth-child(1) {
  border-left: 1px solid #ddd;
}

.main-tech .tech__list>a:nth-child(1) .list__img {
  background-image: url(/image/main/tech_icon01.png);
}

.main-tech .tech__list>a:nth-child(2) .list__img {
  background-image: url(/image/main/tech_icon02.png);
}

.main-tech .tech__list>a:nth-child(3) .list__img {
  background-image: url(/image/main/tech_icon03.png);
}

.main-tech .tech__list>a:nth-child(4) .list__img {
  background-image: url(/image/main/tech_icon04.png);
}

.main-tech .tech__list>a:hover {
  border: none;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
}

.main-tech .tech__list>a:hover .btn--style01 {
  color: #fff;
}

.main-tech .tech__list>a:hover .btn--style01::before {
  background-color: #fff;
}

.main-tech .tech__list>a:hover:nth-child(1) {
  background-image: url(/image/main/tech_bg01.jpg);
}

.main-tech .tech__list>a:hover:nth-child(1) .list__img {
  background-image: url(/image/main/tech_icon01_on.png);
}

.main-tech .tech__list>a:hover:nth-child(2) {
  background-image: url(/image/main/tech_bg02.jpg);
}

.main-tech .tech__list>a:hover:nth-child(2) .list__img {
  background-image: url(/image/main/tech_icon02_on.png);
}

.main-tech .tech__list>a:hover:nth-child(3) {
  background-image: url(/image/main/tech_bg03.jpg);
}

.main-tech .tech__list>a:hover:nth-child(3) .list__img {
  background-image: url(/image/main/tech_icon03_on.png);
}

.main-tech .tech__list>a:hover:nth-child(4) {
  background-image: url(/image/main/tech_bg04.jpg);
}

.main-tech .tech__list>a:hover:nth-child(4) .list__img {
  background-image: url(/image/main/tech_icon04_on.png);
}

.main-tech .tech__list>a:hover .param01 {
  color: #fff;
}

.main-tech .tech__list .param01 {
  font-size: 36px;
  font-weight: 600;
  color: #094e8d;
  line-height: 1.1em;
  margin-top: 10px;
  height: 78px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main-tech .tech__list .btn--style01 {
  color: #666;
  margin-top: 100px;
}

.main-tech .tech__list .btn--style01::before {
  background-color: #666;
}

.main-tech .tech__list .btn--style01:hover {
  color: #fff;
}

.main-tech .tech__list .btn--style01:hover::before {
  background-color: #fff;
}

.main-tech .tech__list .img--style01 {
  margin: 0;
}

/* 메인 NEWS */
.main-news {
  background-color: #f8f8f8;
  padding: 120px 0;
}

.main-news .news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-news .news__tit {
  font-size: 45px;
  color: #000;
  font-weight: 500;
  line-height: 1em;
}

.main-news .news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
}

.main-news .news__tab>p {
  font-size: 18px;
  display: block;
  margin-right: 30px;
  color: #999;
  font-weight: 600;
  cursor: pointer;
}

.main-news .news__tab>p.on {
  color: #004f99;
  position: relative;
}

.main-news .news__tab>p.on::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #004f99;
  position: absolute;
  top: -3px;
  right: -8px;
}

.main-news .news__list {
  border-top: 2px solid #333;
  margin-top: 35px;
}

.main-news .news__list>a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 30px 120px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/image/main/arrow01.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main-news .news__list>a .param01 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.main-news .news__list>a .param02 {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.main-news .news__list>a:hover {
  background-image: url(/image/main/arrow01_on.png);
}

.main-news .news__list>a:hover .param01 {
  color: #004f99;
}

/* 메인 하단 배너 */
.main-banner {
  height: 270px;
  background-image: url(/image/main/main_banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
}

.main-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-banner .banner__left {
  width: 50%;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner .banner__right {
  width: 50%;
  padding: 50px 0 50px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner .banner__right .param01,
.main-banner .banner__right .param02 {
  color: #503a25;
}

.main-banner .banner__right .btn--style01 {
  color: #503a25;
}

.main-banner .banner__right .btn--style01::before {
  background-color: #503a25;
}

.main-banner .banner__right .btn--style01::after {
  background-image: url(/image/main/btn_arrow02.png);
}

.main-banner .param01 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 20px;
  color: #fff;
}

.main-banner .param02 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 55px;
  color: #fff;
}

/* 공통영역 */
.btn--style01 {
  color: #fff;
  font-size: 15px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: inline-block;
  font-weight: 500;
}

.btn--style01::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.btn--style01::after {
  content: "";
  width: 0px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 0px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background-image: url(/image/main/btn_arrow.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

.btn--style01:hover {
  padding-left: 0;
  padding-right: 48px;
}

.btn--style01:hover::before {
  width: 0;
}

.btn--style01:hover::after {
  width: 41px;
}

.param--style01 {
  font-size: 15px;
  color: #094b89;
  padding-left: 50px;
  position: relative;
}

.param--style01::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #094b89;
  position: absolute;
  top: 12px;
  left: 0;
}

.param--style02 {
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 10px;
}

.param--style02 b {
  font-weight: 500;
}