@charset "UTF-8";

/* 메인비주얼 */
.main-visual {
  position: relative;
}

.main-visual .items {
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

.main-visual .items .items__txt {
  position: absolute;
  width: 100%;
  top: 30%;
  left: 0;
  text-align: center;
}

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

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

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

.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;
  width: 15px;
}

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

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

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

.main-product .main-product__list {
  margin-top: 45px;
}

.main-product .main-product__list > a {
  width: 280px;
  height: 0;
  position: absolute;
  overflow: hidden;
  padding-top: 92%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}

.main-product .main-product__list > a:last-child {
  margin-left: auto;
  margin-top: 40px;
}

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

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

.main-product .main-product__list > a .list__txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  padding: 0 20px;
  box-sizing: border-box;
}

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

/* 메인 기술설명 */
.main-tech .tech__bg {
  background-image: url(/image/main/tech_bg_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  -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__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.main-tech .tech__list > a {
  width: 48%;
  margin-bottom: 4%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  text-align: center;
  padding: 30px 0;
}

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

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

.main-tech .tech__list > a:nth-child(1) .param01 {
  color: #fff;
}

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

.main-tech .tech__list > a:nth-child(4) .param01 {
  color: #fff;
}

.main-tech .tech__list > a:nth-child(1) .list__img {
  background-image: url(/image/main/tech_icon01_on.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_on.png);
}

.main-tech .tech__list .param01 {
  font-size: 1.3em;
  font-weight: 600;
  color: #094e8d;
  line-height: 1.1em;
  margin-top: 10px;
  height: 2.2em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.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: 50px 0;
}

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

.main-news .news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

.main-news .news__tab > p {
  font-size: 1.1em;
  width: 50%;
  display: block;
  color: #999;
  font-weight: 600;
  cursor: pointer;
  line-height: 45px;
  height: 45px;
  border: 1px solid #ddd;
}

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

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

.main-news .news__list > a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-news .news__list > a .param01 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.main-news .news__list > a .param02 {
  font-size: 13px;
  line-height: 1em;
  color: #999;
  margin-top: 5px;
}

/* 메인 하단 배너 */
.main-banner {
}

.main-banner .banner__first {
  background-image: url(/image/main/main_banner_bg01_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 50px 0;
}

.main-banner .banner__second {
  background-image: url(/image/main/main_banner_bg02_m.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 50px 0;
}

.main-banner .banner__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-banner .banner__right {
  -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: 1.5em;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 10px;
  color: #fff;
}

.main-banner .param02 {
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
}

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

.btn--style01::before {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn--style01::after {
  content: '';
  width: 0px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 0px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.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: 13px;
  color: #094b89;
  padding-left: 30px;
  position: relative;
}

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

.param--style02 {
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 300;
  margin-top: 7px;
  word-break: keep-all;
}

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