﻿@font-face {
  font-family: SCDream;
  src: url(/font/scdream4.woff) format('woff');
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: KoPubDotumB;
  src: url(/font/KoPubWorld-Dotum_Pro-Bold.woff) format('woff');
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: KoPubDotumL;
  src: url(/font/KoPubWorld-Dotum_Pro-Light.woff) format('woff');
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: KoPubDotumM;
  src: url(/font/KoPubWorld-Dotum_Pro-Medium.woff) format('woff');
  font-style: normal;
  font-weight: normal;
  unicode-range: U+0-10FFFF;
}
/*웹폰트로 변환 참고 : otf -> woff
https://webclub.tistory.com/261
*/
body {font-family:KoPubDotumL}
.header_bottom_area a{font-family:KoPubDotumM}
.site-hero-inner .heading {font-family:KoPubDotumM}

.section {
    /*padding: 7em 0;*/
    padding: 0 0;
  }
  
  @media (max-width: 991.98px) {
    .section {
      padding: 3em 0;
    }
  }

  .section.img-section{
    height: 55rem;
    width:90%;/*yyj 추가*/
    margin:0px auto;/*yyj 추가 : 화면중앙에 정렬*/
    
  }
  .section.img-section div{
    width: 33.333%;
    display: block;
    height: 100%;
    float: left;
    overflow:hidden;
  }
  @media (max-width: 1200px) {
    .section.img-section{
      padding: 0 0 20rem 0;
      margin-bottom: 85%;
    }
    .section.img-section div{
      height: 100%;
      float: left;
      overflow:hidden;
      width: 100%;
    }
  }
  @media (max-width: 955px) {
    .section.img-section{
      margin-bottom: 94%;
    }
  }
  
  @media (max-width: 765px) {
    .section.img-section{
      height: 50rem;
    }
    .section.product-section {
      height: 50rem;
      padding: 13em 0 10rem 0;
    }
  }

  @media (max-width: 765px) {
  .section.img-section{
    height: 50rem;
  }
  .section.product-section {
    height: 50rem;
    padding: 13em 0 10rem 0;
  }
}
  
  .section.img-section div img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-in-out;   /* 부드러운 모션을 위해 추가*/
  }
  .section.img-section div img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    filter: brightness(30%);
  }

  .section.product-section{
    height: 50rem;
    padding: 5em 0 10rem 0;
  }
  .section.product-section h2{
    font-weight: bold;
    font-size: 3.5rem;
  }
  .section.product-section .sub-heading span{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 10px;
  }
  .section.product-section .sub-heading span:nth-child(odd){
    cursor: pointer;
  }

  .section.product-info-section{
    position: relative;
    margin-top: 3rem;
    height: 64rem;
  }
  
  .section.product-info-section div{
    width: 40%;
    display: block;
    position: relative;
    float: left;
    left: 0%;
    top: 5rem;
    height: 45rem;
    /*background-color: #001629;*/
    color: #fff;
    padding: 4rem 4rem;
    
    font-weight: bold;
    font-size: 30px;
    text-align: initial;
  }
  @media (max-width: 1810px) {
    .section.product-info-section div{
      font-weight: bold;
      font-size: 27px;
    }
  }
  @media (max-width: 1430px) {
    .section.product-info-section div{
      font-weight: bold;
      font-size: 24px; 
      padding: 3rem 3rem;
    }
  }
  @media (max-width: 1220px) {
    .section.product-info-section div{
      font-weight: bold;
      font-size: 22px;
    }
  }
  @media (max-width: 1020px) {
    .section.product-info-section div{
      font-weight: bold;
      font-size: 20px;
      padding: 2rem 2rem;
    }
  }
  
  
  .section.product-info-section div:first-child{
    display: block;
    position: absolute;
    width: 70%;
    left: 30%;
    padding: 0;
  }
  .section.product-info-section div .product-info-img{
    width: 100%;
    height: 45rem;
    max-width:100%;height:auto
  }
  .section.news-section h2{
    font-family: KoPubDotumM,Raleway;
    font-weight: bold;
    font-size: 3.5rem;
  }

  .news-box{
    height: 8rem;
    border-bottom: 1px solid #d6d6d6;
  }
  .news-box:first-child{
    border-top: 1px solid #d6d6d6;
    margin-top: 3rem;
  }
  .news-date{
    float: left;    
    font-weight: 900;
    font-size: 50px;
    color:#666;
    margin: 0 2rem;
  }
  .news-date span{
    float: left;
    font-weight: 600;
    font-size: 15px;
    margin-top: -40px;
    margin-left: 6px;
  }
   .news-contents{
    float: left;
    height: 8rem;
    width: 40rem;
    padding: 1rem;
    margin: 0 10%;
    text-align: left;
  }
  .news-contents span{
    font-weight: 600;
    font-size: 20px;
  }
  .news-contents span:nth-child(3){
    font-weight: 500;
    font-size: 15px;
  }
  .news-box .news-img{
    float: left;
    width: 10rem;
    margin: 10px;
    position: relative;
    right: -5%;
  }
  .news-box .news-img img{
    width: 10rem;
    height: 106.84px;
  }
  @media (max-width: 1810px) {
    section.news-section .news-contents{
      margin: 0 5rem 0 7rem;
    }
  }
  @media (max-width: 1760px) {
    section.news-section .news-contents{
      margin: 0 2rem 0 7rem;
    }
  }
  @media (max-width: 1710px) {
    section.news-section .news-contents{
      margin: 0 0 0 6rem;
    }
  }
  @media (max-width: 1642px) {
    section.news-section .news-contents{
      margin: 0 0 0 3rem;
    }
  }
  @media (max-width: 1580px) {
    section.news-section .news-contents{
      margin: 0;
    }
  }
  @media (max-width: 1480px) {
    section.news-section .news-contents{
      font-size: 18px;
      width: 35rem;
    }
  }
  @media (max-width: 1380px) {
    section.news-section .news-contents{
      width: 30rem;
    }
  }
  @media (max-width: 1250px) {
    section.news-section .news-contents{
      width: 25rem;
    }
  }
  @media (max-width: 1115px) {
    section.news-section .news-contents{
      width: 20rem;
    }
  }
  @media (max-width: 993px) {
    section.news-section .news-date{
      font-size: 50px;
      margin: 0 2rem;
    }
    section.news-section .news-date span{
      font-size: 15px;
      margin-top: -25px;
    }
    section.news-section .news-contents{
      font-size: 16px;
      padding: 1rem;
    }
  }

  .section.img-section span{
    display: block;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
  }


  /*=================================*/

  .section.product-section{
    height: 50rem;
    padding: 5em 0 10rem 0;
  }
  .section.product-section h2{
    font-weight: bold;
    font-size: 3.5rem;
  }
  .section.product-section .sub-heading span{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 10px;
  }
  .section.product-section .sub-heading span:nth-child(odd){
    cursor: pointer;
  }



  .gallery-item>div{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
  }
  .gallery-item div:nth-child(2){
    font-size: 30px;
  }
  .gallery-container>div{
    margin-top: -10rem;
  }

  .footer-section {
    background: #262626;
    color: #fff
  }
  
  .footer-section a {
    color: #fff;
  }
  
  .footer-section a:hover {
    color: #fff;
  }
  
  .footer-section p {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .footer-section .bordertop {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
  }
  
  .footer-section .contact-info span.d-block {
    font-style: italic;
    color: #fff;
  }
  
  .footer-section .social a {
    font-size: 18px;
    padding: 10px;
  }

  .solution_box2 {
	position: relative;
	top: 0;
	display: block;
  /*padding: 50px 30px;*/
  width:100%;
    height: 100%;
    margin-top:500px;
  text-align:center !important;
  font-family: KoPubDotumL;
  
}
.solution_box2 h4 {
  display: inline-block;
  font-size:20px	
}
.solution_box2 h5 {  
  font-size:15px; margin-top:10px
}
.solution_box2 p {
	display: block;
	word-break: normal;
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	
}
.solution_box2 .solution_more {
	position: absolute;
	left: 25px;
	bottom: 20px;
	border: none;
	color: #fff;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}



.about-contents{
  width: 60%;
  float: left;
  font-weight: 600;
}
.about-contents p{
  font-weight: 550;
}
.about-contents div{
  color: #888;
  text-align: right;
  font-size: 20px;
}
.about-img{
  height: 40rem;
  margin: 3rem 0;
}

.site-hero-inner .heading {
  font-size: 66px;
  
  color: #fff;
  /*line-height: 2.5;*/
  /*font-weight: 900;*/
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}

.site-hero-inner .sub-heading {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 2.0;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
  
}
.page-inside .site-hero-inner, .page-inside {
  height: 35vh;
  min-height: 300px;
}

/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/
/********* pc 메인 솔루션 이미지 세로 조절 *********/

/*hover예제 : https://blog.naver.com/parangbee/221739061995 */
.swiper-slide1:hover .solution_text1 {  display: block; background-color:rgba(0, 0, 0, 0.5);}
.swiper-slide2:hover .solution_text2 {  display: block; background-color:rgba(0, 0, 0, 0.5);}
.swiper-slide3:hover .solution_text3 {  display: block; background-color:rgba(0, 0, 0, 0.5);}

.swiper-slide4:hover .solution_text4 {  display: block; background-color:rgba(0, 0, 0, 0.5);}
.swiper-slide5:hover .solution_text5 {  display: block; background-color:rgba(0, 0, 0, 0.5);}
.swiper-slide6:hover .solution_text6 {  display: block; background-color:rgba(0, 0, 0, 0.5);}
.solution_text {
  width:100%;text-align:center;  display:none;
}
.solution_text H2{
  font-size:70px
}
.solution_text H5{
  font-size:35px
}
.solution_btn {
  font-size:18px;border:1px solid;border-color: #FFF;color:#FFF;width:200px;height:50px;margin:0 auto;padding:10px; margin-top:80px
}
.news_btn {
  border:1px solid;border-color: #ccc;color:#000;width:30%;height:60px;margin:0 auto;padding:15px; margin-top:40px
}

.swiper-wrapper .focus_solution_img{height:600px;}

@media (min-width: 700px) {
  /*.swiper-wrapper .focus_solution_img { height:580px;}  */
  .swiper-wrapper2 .swiper-slide2 {margin-left:0px}
  .header_bottom_area .li_logo {display:none} 
  
  
  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 20px;
    padding: 2rem 2rem;
    width:350px;
    height:480px;
    
    }
  .product-info-section {margin-bottom:-350px}
  .section.main_product_section {
    margin-top:10px; height:380px
  }
  .section.main_product_section h2{
    font-family: KoPubDotumM,Raleway;
    font-weight: bold;
    font-size: 3.5rem;
  }
  .solution_text {padding-top:50px}  

  .solution_text H2{
    font-size:50px !important
  }
  .solution_text H5{
    font-size:15px
  }
  



}
@media (min-width: 1000px) {
  /*.swiper-wrapper .focus_solution_img { height:700px;}  */
  /*.swiper-wrapper2 .swiper-slide2 {margin-left:20px}*/
  .header_bottom_area .li_logo {display:none}

  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 20px;
    padding: 2rem 2rem;
    width:400px;
    height:500px;
    
  }
  .product-info-section {margin-bottom:-250px}
  .solution_text {padding-top:130px}  
  

}
@media (min-width: 1300px) { /* 1300 이상이면*/
  /*.swiper-wrapper .focus_solution_img { height:800px;}  */
  /*.swiper-wrapper2 .swiper-slide2 {margin-left:40px}*/
  .header_bottom_area .li_logo {display:block}

  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 24px;
    padding: 2rem 2rem;
    width:500px;
    height:580px;
    
    margin-top:50px
  }
  .product-info-section {margin-bottom:-250px}
  .gnb_sub_area{
    margin-top:15px;
    
   

  
  }

  .solution_text {padding-top:150px}  

  

  
}
@media (min-width: 1600px) { /* 1600 이상이면 */
  /*.swiper-wrapper .focus_solution_img { height:850px;}  */
  /*.swiper-wrapper2 .swiper-slide2 {margin-left:60px}*/
  .header_bottom_area .li_logo {display:block}

  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 30px;
    padding: 3rem 3rem;
    width:600px;
    height:750px;
    
    margin-top:50px
  }
  .product-info-section {margin-bottom:-50px}
  .solution_text {padding-top:200px}

  .solution_text H2{
    font-size:70px !important
  }
  .solution_text H5{
    font-size:35px
  }
 

}

@media (min-width: 1900px) {
  /*.swiper-wrapper .focus_solution_img { height:890px;}  */
  /*.swiper-wrapper2 .swiper-slide2 {margin-left:80px}*/
  .header_bottom_area .li_logo {display:block}

  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 35px;
    padding: 4rem 4rem;
    width:700px;
    height:890px;
    
    margin-top:50px
  }
  .product-info-section {margin-bottom:100px}
}
@media (min-width: 2300px) {
  /*.swiper-wrapper .focus_solution_img { height:920px;}  */
  /*.swiper-wrapper2 .swiper-slide2 {margin-left:150px}*/
  .header_bottom_area .li_logo {display:block}

  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 37px;
    padding: 4rem 4rem;
    width:900px;
    height:1000px;
    
    margin-top:50px
  }
  .product-info-section {margin-bottom:250px}
  .solution_text {padding-top:250px}
  
}
@media (min-width: 3000px) {
  /*.swiper-wrapper .focus_solution_img { height:1200px;}  */
  /*.swiper-wrapper2 .swiper-slide2 {margin-left:200px}*/
  .header_bottom_area .li_logo {display:block}

  .section.product-info-section .text1{
    font-weight: bold;
    font-size: 40px;
    padding: 4rem 4rem;
    width:1200px;
    height:1300px;
    
    margin-top:50px
  }
  .product-info-section {margin-bottom:650px}
  .solution_text {padding-top:450px}
}


.sel_box2 {
	font-family: inherit;
	border: 1px solid #f1feff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url('/user2/img/sel_box.png') no-repeat 97% 50%;
  color: #f1feff;
  width:200px
}


.indexTopArea {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
}

.indexTopArea .scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -1px;
  border: 2px solid #fff;
  /*border-radius: 100%;*/
  
  -webkit-transform: rotate(-45deg);
  transform: rotate(0deg);
  -webkit-animation: sdb 1s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  
}

.indexTopArea .scroll-down::after{
  position: absolute;
  top: 22%;
  left: 31%;
  content: '';
  width: 20px;
  height: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  box-sizing: border-box;
  transform: rotate(-45deg);
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(0deg) translate(0, 20px);
  }
  40% {
    -webkit-transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  20% {
    transform: rotate(0deg) translate(0, 20px);
  }
  40% {
    transform: rotate(0deg) translate(0, 0);
  }
}


.small-menu{
  border-bottom: 1px solid #ddd;
  height: 46px;
  }
.container.mobile_container.small-menu-wraper{
  margin-top: 0;
  
}
.fa-home-wrap{
  color: #999;
  font-weight: 200;
  font-size: 16px;
  float: left;
  padding: 10px 10px 10px 10px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  cursor: pointer;
  height: 47px;
}
.big-wraper, .small-wraper, .detail-wraper{
  float: left;
  width: 20%;
  height: 47px;
  border: 1px solid #ddd;
}
.form-control.big-select, .form-control.small-select, .form-control.detail-select{
  width: 100%;
  height: 47px !important;
  border: 0;
}

.search-box{
  width: 68%;
  border: 1px solid #ddd;
  cursor: pointer;
  float: left;
}
.search-box input{
  width: 100%;
  border: 0;
  
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 8px 20px;
  height: 3.4rem;
  color: #000;
  outline:none;
}
.search-box span{
  margin-left: 18px;
  color: #fff;
}
.search{
  width: 10%;
  height: 3.5rem;
  margin-left: 90%;
  padding: 8px 20px;
  background-color: #ca191d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 3rem;
  cursor: pointer;
}

.box-menu{
  float: left;
  width: 33.33333%;
  text-align: center;
  border: 1px solid #ddd;
  height: 3.5rem;
  padding: 15px;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
}
.box-menu:nth-child(1),.box-menu:nth-child(2),.box-menu:nth-child(3){
  border-bottom: 0;
}
.box-menu.selected{
  background-color: #ca191d;
  color: #fff;
}
.box-menu-section{
  height: 22rem;
  padding: 0;
}

.detail-box-menu{
  float: left;
  width: 33.33333%;
  text-align: center;
  border: 1px solid #ddd;
  height: 3.5rem;
  padding: 15px;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
}
.detail-box-menu.selected{
  background-color: #ca191d;
  color: #fff;
}
.detail-box-menu-section{
  height: 22rem;
  padding: 0;
}

.search-product{
  width: 100%;
  margin-bottom: 2rem;
  height: 3.5rem;
}
.search-product div{
  
  font-weight: 600;
  font-size: 20px;
  height: 3.5rem;
  background-color: #ca191d;
  padding-left: 15.5rem;
}
#search-select .input{
  
  font-weight: 500;
  font-size: 20px;
  color: #000;
  background-color: #fff;
  height: 3.5rem;
  border: 1px solid #ddd;
}
.search-box{
  width: 68%;
  border: 1px solid #ddd;
  cursor: pointer;
  float: left;
}
.search-box input{
  width: 100%;
  border: 0;
  
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 8px 20px;
  height: 3.4rem;
  color: #000;
  outline:none;
}
.search-box span{
  margin-left: 18px;
  color: #fff;
}
.search{
  width: 10%;
  height: 3.5rem;
  margin-left: 90%;
  padding: 8px 20px;
  background-color: #ca191d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 3rem;
  cursor: pointer;
}
.search-wraper{
  position: relative;
  width: 22%;
  float: left;
  height: 3.5rem;
  border: 1px solid #ddd;
}
.search-wraper select{
  height: 3.35rem !important;
  border: 0;
}
.search{
  width: 10%;
  height: 3.5rem;
  margin-left: 90%;
  padding: 8px 20px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin-bottom: 3rem;
  cursor: pointer;

}
.product_heading{
  
  font-weight: 700;
  font-size: 20px;
  border-left: 9px solid #ca191d;
  padding-left: 10px;
  margin-left:-10px;
  text-align:left
}

.request_heading{
  
  font-weight: 700;
  font-size: 26px;
  border-left: 9px solid #ca191d;
  padding-left: 10px;
  margin-left:-10px;
  text-align:left
}

.request .form-group{
  font-size:20px
}
.request span{
  color:#ca191d;
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.d-block2 {
  cursor: pointer;
  height:300px;
  background-size: 260px;background-repeat: no-repeat;background-position:center center
}
.product_wrap{
  margin-bottom: 3rem;
  cursor: pointer;
  background: #eeeeee;
  border:5px solid; border-color: rgb(255, 255, 255);
}
.product_wrap:hover{
  border: 1px solid #ca191d;
}
.media-body.product_info{
  text-align: center;
}

.d-block-mobile-2 {
  cursor: pointer;
  height:180px;
  max-width:180px;
  background-size: 160px;background-repeat: no-repeat;background-position:center center
}
.product_mobile_wrap{
  margin-bottom: 1rem;
  cursor: pointer;
  background: #eeeeee;
  max-width:190px;
  border:1px solid; border-color: rgb(255, 255, 255);
}
.product_mobile_wrap:hover{
  border: 1px solid #ca191d;
}






.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #999;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid #ca191d;
  background-color: #ca191d;
}

.owl-carousel.major-caousel {
  -webkit-box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: 30rem;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .slider-item .product-img {
  display: block;
  position: relative;
  top: 5rem;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: -55px !important;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.product_detail_contents{
  margin-left: 5rem;
}
.product_detail_contents h2{
  font-size: 3rem;
  font-weight: 700;
}
.product_detail_contents .product-kinds{
  font-weight: 600;
  font-size: 22px;
  color: #ca191d;
}
.product_detail_contents h2{
  margin-top:8px;
  margin-bottom:13px  
}
.product_detail_contents h5{
  font-size: 20px;
  font-weight: 500;
  line-height:35px
}

.product_detail_mobile_contents{
  margin-left: 0rem;
}
.product_detail_mobile_contents .product-kinds{
  font-weight: 600;
  font-size: 22px;
  color: #ca191d;
}
.product_detail_mobile_contents h2{
  font-size: 3rem;
  font-weight: 700;
  margin-top:8px;
  margin-bottom:13px  
}
.product_detail_mobile_contents h5{
  font-size: 20px;
  font-weight: 500;
  line-height:32px
}

.heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
  font-size: 65px;
  
  font-weight: 900;
  /* font-family: "Playfair+Display", times, serif; */
}

@media (max-width: 991.98px) {
  .heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 40px;
  }
}
.blog-post-entry {
  position: relative;
  margin-top: -500px;
  padding-top: 500px;
}

@media (max-width: 991.98px) {
  .blog-post-entry {
    margin-top: -300px;
    padding-top: 300px;
  }
}

.bg-pattern {
  background: #e9ecef url("../img/round.png");
}

.slider-section {
  position: relative;
}
.product-sub-contents{
  font-weight: 500;
  font-size: 22px;
  color: #8a8a8a;
}

section.download-section .download-date{
  float: left;
  
  font-weight: 700;
  font-size: 35px;
  margin: 0 1rem;
}
section.download-section .download-date span{
  float: left;
  margin-top: -10px;
  margin-left: 2px;
  font-weight: 400;
  font-size: 13px;
}
section.download-section .download-box{
  height: 4.8rem;
  border-top: 1px solid #d6d6d6;
}
section.download-section .download-boxc:last-child{
  border-bottom: 1px solid #d6d6d6;
}
section.download-section .download-title, .download-contents{
  float: left;
  margin: 1.4rem 1rem;
  font-weight: 500;
  font-size: 20px;
}
section.download-section .download-title{
  width: 10%;
  color: #ca191d;
}
section.download-section .download-contents{
  width: 50%;
  color: #888;
}
section.download-section .download-img{
  margin: 1.7rem 0;
  width: 20%;
  float: left;
  text-align: right;
}
section.download-section .download-img img{
  margin-left: 15%;
  width: 15%;
}
section.download-section .download-kinds{
  font-weight: 400;
  font-size: 20px;
  margin-bottom:20px
}
section.download-section .download-kinds:first-child{
  float: left;
}
section.download-section .download-kinds:nth-child(2){
  text-align: right;
}
section.download-section .download-kinds span{
  margin: 1rem 1rem;
  cursor: pointer;
}
section.download-section .download-kinds span:last-child{
  text-align: right;
}
.download-kinds .selected{
  color: #ca191d;
}

.aboutUs {
  width: 100%;
  height: 400px;        
  /*border: 1px solid #000;*/
  max-width:1200px;
  position:absolute; left:50%;transform: translate(-50%, -50%);
  margin-top: 150px;
  background-image: url('/user2/img/bg_aboutus_bg.png');
}
.aboutUsLeft {
  width: 500px;
  height: 400px; 
  float: left;
  box-sizing: border-box;        
  background: #ff0;
  background-image: url('/user2/img/bg_aboutus.png');
  background-repeat:no-repeat;
  background-position: right;
  background-size:cover;
}
.aboutUsRight {
  width: 400px;
  height: 400px;
  float: right;
  box-sizing: border-box;
  background: #0ff;
}

.aboutUs_0 {
  width: 50%;
  height: 200px;  
  float: left;
  box-sizing: border-box;        
  background: #fff;       
  background-repeat:no-repeat;
  background-position: center;
  background-size:40%;
  color:#003078;
  font-size:22px;  
  font-weight:600      
}
.aboutUs_0 .about-text{
 
  margin-top:150px;
  text-align:center;
  color:#fff;
}
.aboutUs_0 .about-text-w{       
  margin-top:150px;
  text-align:center;
  color:#003078;
}
.aboutUs_1 {      
  background-image: url('/user2/img/bg_icon_company.png');       
}
.aboutUs_2 {    
  background:#004d99;
  background-image: url('/user2/img/bg_icon_solution.png');  
  background-repeat:no-repeat; 
  background-position: center;
  background-size:40%;
  float: right;    
}
.aboutUs_3 {  
  background:#0099bf;   
  background-image: url('/user2/img/bg_icon_download.png');   
  background-repeat:no-repeat; 
  background-position: center;
  background-size:40%;          
}
.aboutUs_4 {      
  background-image: url('/user2/img/bg_icon_faq.png');   
  float: right;    
}

/*About Us - Mobile*/

.about-section-m {
  padding-top:60px;
  height:320px;
  background-image: url('/user2/img/bg_aboutus_bg.png');
}
.about_text_box {
	position: relative;
	padding: 30px 35px;
  height: 100%;
  text-align:right;color:#FFF;  
}
.about_text_box h4 {
  margin-bottom: 1rem;
  line-height:50px;
  
}
.aboutUs-m {
  width: 100%;
  height: 320px;        
  /*border: 1px solid #000;*/
  max-width:700px;
  position:absolute; left:50%;transform: translate(-50%, -50%);
  margin-top:100px;
  background-image: url('/user2/img/bg_aboutus_bg.png');
}
.aboutUsLeft-m {
  width: 50%;
  height: 160px;  
  float: left;
  box-sizing: border-box;        
  background: #ff0;
  background-image: url('/user2/img/bg_aboutus.png');
  background-repeat:no-repeat;
  background-position: right;
  background-size:cover;
  line-height:1px
}
.aboutUsLeft-m h4{
  line-height:30px
}
.aboutUsRight-m {
  width: 50%;
  float: right;
  box-sizing: border-box;
  
  background: #0ff;
}
.aboutUs_0-m {
  width: 50%;
  height: 160px;  
  float: left;
  box-sizing: border-box;        
  background: #fff;       
  background-repeat:no-repeat;
  background-position: center;
  background-size:30%;
  color:#003078;
  font-size:22px;  
  font-weight:600      
}
.aboutUs_0-m .about-text{
 
  margin-top:110px;
  text-align:center;
}
.aboutUs_0-m .about-text-w{       
  margin-top:110px;
  text-align:center;
  color:#FFF;
}
.aboutUs_1-m {   
  height: 160px;   
  background-image: url('/user2/img/bg_icon_company.png');       
}
.aboutUs_2-m {  
  height: 160px;  
  background:#004d99;
  background-image: url('/user2/img/bg_icon_solution.png');  
  background-repeat:no-repeat; 
  background-position: center;
  background-size:30%;
  float: right;    
}
.aboutUs_3-m {  
  background:#0099bf;   
  background-image: url('/user2/img/bg_icon_download.png');   
  background-repeat:no-repeat; 
  background-position: center;
  background-size:30%;          
}
.aboutUs_4-m {      
  background-image: url('/user2/img/bg_icon_faq.png');   
  float: right;    
}
.div-blank80 {
  height:80px; background:#f9f9f9
}
.blank100 {
  height:100px;
}
.blank40 {
  height:40px;
}
.blank50 {
  height:50px;
}
.blank60 {
  height:60px;
}

.width1230{
  width:100%;  max-width:1230px
}
.width1200{
  width:100%;  max-width:1200px
}
.width1160{
  width:100%;  max-width:1160px
}

/*  고객지원 */

.support-head-text {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-2px;word-spacing:3px;
    color:#666;
    padding:100px
  }

  

  .support-head-mobile-text {
  width: 100%;
  
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: 20px;
  letter-spacing: -2px;
  word-spacing: 3px;
  color: #666;
  padding: 40px;
  }
  .support-tel-section {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-1px;word-spacing:3px;
    color:#666;
    padding:20px;

    background-image: url('/user2/img/bg_supporttel_bg.png');    
    background-position: center bottom;
    background-size:13px 492px;
  }
  .support-tel {
    width:1186px;
    height:300px;
    background-image: url('/user2/img/bg_supporttel.png');
    background-repeat:no-repeat;
    background-position: right;
    background-size:cover;
    color:#fff;
  }
  .support-tel2 {
    width:120%;
    height:300px;
    background-image: url('/user2/img/bg_supporttel.png');
    background-repeat:no-repeat;
    background-position: right;
    background-size:cover;
    color:#fff;
    margin-left:-2.5%;
  }
  .support-l1 {
    margin:0 0 0 0;
    padding:40px;
    padding-top:105px; 
    font-size:50px; 
    float:left;
    width:335px;
    height:300px;
    vertical-align:middle;
    font-weight: 600;
  }
  .support-l2 {
    margin:0 0 0 0;
    padding-top:100px; 
    float:left;
    width:10px;
    height:300px;
  }
  .support-l3 {
    margin:0 0 0 0;
    padding:20px;
    padding-top:90px;
    text-align:left; 
    float:left; 
    font-size:18px;
    width:500px;
    height:300px;
  }
  .support-mobile-l1 {
    padding-top:10%;
    font-size:35px; 
    width:70%;
    margin-left:15%;

  }
  .support-mobile-l2 {
    margin-left:25%;
    text-align:center; 
    font-size:16px;
    width:50%;
    height:170px;
  }
  .support-mobile-l3 {
    border-top: 2px solid #fff;
    width:40%;
    margin-left:30%;
    margin-bottom: 2%;
    margin-top: 1%;
  }

  .support-step-section {
    width:100%;
     display: flex;
     flex-direction: column;
     align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:25px;letter-spacing:-2px;word-spacing:3px;
      color:#666;
      padding:100px;
      font-size:22px;
      background-color: #f6f6f6;
    }
  .support-req-btn{
    background:#cc0000;color:#FFF;width:30%;height:60px;margin:0 auto;padding:13px; margin-top:40px;cursor:pointer;
  }
  @media(max-width:767.99px){
    .support-req-btn{
      background:#cc0000;
      color:#FFF;
      width:30%;
      height:50px;
      margin:0 auto;
      padding:13px; 
      margin-top:40px;
      cursor:pointer;
      text-align: center;
      margin-left:34%;
     }
    } 

  .product-more-btn{
    background:#cc0000;color:#FFF;font-size:17px;width:120px;height:50px;margin:0 auto;padding:10px;
    cursor:pointer;
  }  
  
  .support-download-section {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-2px;word-spacing:3px;
    color:#666;
    padding:50px;
    font-size:22px;
  }
  .support-download-mobile-section {
    width:113%;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-2px;word-spacing:3px;
    color:#666;
    padding:10px;
    font-size:22px;
    margin-left:-6%;
  }
  .support-download-title{
    width:1186px;text-align:left;
  }
  .support-download-mobile-title{
    width:100%;
    text-align:left;
  }
  .support-download-menu {
    background-image: url('/user2/img/bg_download.png');    
    background-repeat:no-repeat;
    background-position: right;
    background-size:cover;
    width:1186px;
  }
  .support-download-mobile-menu {
    background-image: url('/user2/img/bg_download.png');    
    background-repeat:no-repeat;
    background-position: right;
    background-size:cover;
    width:100%;
  }
  .download-l1 {
    margin:0 0 0 0;padding:40px;padding-top:115px; 
    font-size:40px; float:left;width:240px;height:300px;
    vertical-align:middle;color: #FFF;
    font-weight: 500;
  }
  .download-mobile-l1 {
    padding-top:30px; 
    padding:20px; 
    font-size:30px; 
    float:left;
    width:50%;
    vertical-align:middle;color: #FFF;
    font-weight: 500;
  }
  .download-mobile-l1:nth-child(odd){
    border-right: 1px solid #fff;
  }
  .download-mobile-l1:nth-child(3),.download-mobile-l1:nth-child(4){
    border-top: 1px solid #fff;
  }
  .download-l2 {
    margin:0 0 0 0;padding-top:120px; float:left;width:10px;height:50px;
  }

  .support-download-menu ul {
    list-style:none;margin:0;padding:0;vertical-align:middle

  }

  .support-faq-section {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-1px;word-spacing:3px;
    color:#666;
    padding:50px;
    font-size:22px;
  }
  .support-faq-mobile-section {
    /* width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-1px;word-spacing:3px;
    color:#666;
    padding:10px;
    font-size:22px; */
  }
  .support-faq-mobile-menu{
    width: 105%;
  }
  .main-prd-menu-box{
    width:200px; height:70px; padding:4px;    
  }
  .main-prd-menu-box:hover{
    border: 1px solid #ca191d;
  }
  .main-prd-menu-box div{
    width:100%;height:100%;background:#f6f6f6;padding:18px;text-align:center;
  }
  .main-prd-menu-box h5{
    font-size:20px; color:#d60000
  }

  .support-faq-box{
    width:299px; height:180px; padding:4px
  }
  .support-mobile-faq-box{
    width:200px; height:150px; padding:4px
  }
  .support-mobile-faq-box:hover{
    border: 1px solid #ca191d;
  }
  .support-faq-box:hover{
    border: 1px solid #ca191d;
  }
  .support-download-menu {
    
    width:1186px;
  }
  .support-faq-mobile-box{
    width: 50%;
    height: 150px;
  }
  .support-faq-box div{
    width:100%;height:100%;background:#f6f6f6;padding:35px;text-align:left;
  }
  .support-faq-mobile-box div{
    width:100%;height:100%;background:#f6f6f6;padding:10px;text-align:left;
  }
  .support-faq-box h5{
    font-size:20px; color:#d60000
  }
  .support-faq-mobile-box h5{
    font-size:20px; color:#d60000
  }
  .support-faq-box p{
    font-size:18px; color:#414141; padding-top:20px
  }
  .support-faq-mobile-box p{
    font-size:18px; color:#414141; padding-top:20px
  }
  .support-faq-box2{
    width:299px; height:180px; padding:4px;
    font-size:30px;
    color:#FFF;    
  }
  .support-faq-mobile-box2{
    width:50%; height:150px; padding:4px;
    font-size:30px;
    color:#FFF;    
  }
  .support-faq-box2 div{
    width:100%;height:100%;padding:35px;text-align:left;background: #d60000;
  }
  .support-faq-mobile-box2 div{
    width:100%;height:100%;padding:30px;text-align:left;background: #d60000;
  }

  .faq-box-menu{
    float: left;
    width: 25%;
    text-align: center;
    border: 1px solid #ddd;
    height: 3.5rem;
    padding: 15px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
  }
  .faq-box-menu .selected{
    background-color: #ca191d;
    color: #fff;
  }
  .faq-box-menu:nth-child(1),.faq-box-menu:nth-child(2),.faq-box-menu:nth-child(3){
    border-bottom: 0;
  }
  
  .box-menu-section{
    height: 22rem;
    padding: 0;
  }

  .faq-section {
    width:100%;
    
     display: flex;
     flex-direction: column;
     align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:18px;letter-spacing:-1px;word-spacing:3px;
      color:#666;
      padding:10px;
    }
    .faq-4btn-div { 
      width:1186px;    
    } 
    @media (max-width: 991.98px) {
      .faq-4btn-div { 
        width:100%;    
      } 
    }
    .faq-4btn-mobile-div{
      width:100%;    
    }
    .faq-div {
      width:1186px;      
      color:#414141;
    }
    .faq-mobile-div{
      width:100%;    
    }
    .faq-div td{
      padding:10px;
      font-size:17px
    }
    .faq-div tr{
      border-bottom: 1px solid #f6f6f6;
    }
    .faq-first-top{
      border-top: 2px solid #f6f6f6;
    }
    .faq-last-bottom{
      border-bottom: 2px solid #f6f6f6;
    }
    .faq-div .faq-re{
      background: #f6f6f6;
    }
    .faq-div .td1{
      width:5%; color:#d60000
    }
    .faq-div .td2{
      width:10%; color:#d60000
    }


    .download-section {
      width:100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:18px;letter-spacing:-1px;word-spacing:3px;
      color:#666;
      padding:10px;
      padding-bottom:50px
    }
  
    .download-div {
      width:1186px;      
      color:#414141;
      /*cursor:pointer;*/
    }
    @media (max-width: 991.98px) {
      .download-div {
        width:100%;
      }
    }
    .download-mobile-div{
      width: 100%;    
    }
    .download-div td{
      padding:10px;
      font-size:17px
    }
    .download-div tr{
      border-bottom: 1px solid #f6f6f6;
    }
    .download-first-top{
      border-top: 2px solid #f6f6f6;
    }
    .download-last-bottom{
      border-bottom: 2px solid #f6f6f6;
    }
    .download-div .td1{
      width:5%; color:#d60000
    }
    .download-div .td2{
      width:10%; color:#d60000
    }
    .download-box-menu{
      float: left;
      width: 20%;
      text-align: center;
      border: 1px solid #ddd;
      height: 3.5rem;
      padding: 15px;
      font-weight: 600;
      font-size: 17px;
      cursor: pointer;
    }
    .download-box-menu .selected{
      font-size: 37px;
      background-color: #ca191d;
      color: #fff;
    } 

.small-menu-section {
  width:100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align:center;
  
  color:#666;
  
  font-size:22px;
  height: 52px;
  }  

  .small-menu-div {
    width:1186px;      
    color:#414141;
  }

  .sub-menu-section {
    
    width:100%;
    
    color:#FFF;    
    font-size:22px;
    height: 52px;
    }  
  
    .sub-menu-div {
      width:1186px;      
      color:#FFF;
    }
  .product-search-section {
    width:100%;
     display: flex;
     flex-direction: column;
     align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:25px;letter-spacing:-2px;word-spacing:3px;
      color:#666;
      padding:60px;
      font-size:22px;          
    }  
  .product-search-div {
    border:1px solid;
    border-color: #e6e6e6;
    width:1186px;
    padding:27px
  }    

  .search-wraper2{
    position: relative;
    
    float: left;
    height: 3.5rem;
    border: 1px solid #ddd;
  }
  .search-product-btn{
    border:1px solid;
    border-color: #e6e6e6;
    color:#666;width:110px;height:44px;
    margin:0 auto;padding:9px;
    font-size:15px;
    cursor:pointer;
  } 
  .search-product-input{
    border:1px solid;
    border-color: #e6e6e6;
    background-color: #f6f6f6;
    color:#666;
    height:44px !important; 
    font-size:15px;
    width:390px;
    height:44px;
  } 

  .product-6btn-div {
    width:100%;    
    width:1186px;    
  } 
  .product-6btn-section {
    width:100%;
     display: flex;
     flex-direction: column;
     align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:25px;letter-spacing:-2px;word-spacing:3px;
      color:#666;
      padding:0px;
      font-size:22px;  
      padding-bottom:50px        
    } 
  .box-menu-6{
    float: left;
    width: 269.5px;
    
   
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 3.5rem;
    padding: 15px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
  }
  .box-menu-6:nth-child(1),.box-menu:nth-child(2),.box-menu:nth-child(3){
    border-bottom: 1px solid #e6e6e6;
  }
  .box-menu-6.selected{
    background-color: #ca191d;
    color: #fff;
  }
  .product-list-section {
    width:100%;
     display: flex;
     flex-direction: column;
     align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:25px;letter-spacing:-2px;word-spacing:3px;
      color:#666;
      padding:0px;
      font-size:22px;  
      padding-bottom:50px        
    } 
    .product-list-div {      
      width:1196px;    
    }

    .about-btn-section {
      width:100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 160px;
      text-align:center;
      letter-spacing:-2px;word-spacing:3px; 
      font-size:20px;
      padding-bottom:70px
      
      }
      .about-btn-section-mobile{
        width:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 160px;
        text-align:center;
        letter-spacing:-2px;word-spacing:3px; 
        font-size:16px;
        
      }
    .about-btn-div {
        width:1186px;   
        text-align:center;     
      } 
    .about-btn{
      border:1px solid; border-color:#ddd;
      color:#666;width:400px;height:60px;margin:0 auto;
      padding:13px;       
    }
    .about-btn-mobile{
      border:1px solid; border-color:#ddd;
      color:#666;
    }
    .company-section {
      width:100%;
      
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        /*text-align:center;*/ 
        background: url('/user2/img/01_about_bg.png') 
       
      }

  .company2-section {
      width:100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      /*text-align:center;*/
      font-size:18px;letter-spacing:-1px;word-spacing:3px;
      color:#666;
      padding:10px;
      padding-bottom:50px
    }
    .company22-section{
      display: flex;
      justify-content: center;
    
    }
    .company33-section{
     
      display: flex;

      justify-content: center;
      height: 100%;
      /* text-align: center; */
    
    }

    .company-div {
      width:1186px;      
      /*color:#414141;*/
      color:#000;
      font-size: 23px;
      line-height: 50px;
    }
    .company-div44{
      width:1186px;      
      /*color:#414141;*/
      color:#000;
      font-size: 23px;
      line-height: 50px;
      overflow: hidden;
      object-fit:  cover;
    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .company-div44{
        margin-left:-17%;
        width:120%;    
        /*color:#414141;*/
        color:#000;
       
        line-height: 50px;
        overflow: hidden;
        object-fit:  cover;
        height: auto;
      }
      .company33-section{
        display: flex;
        justify-content: center;
        height: 100%;
        /* text-align: center; */
      
      }
     }


    .company2-div {
      width:1186px;      
      /*color:#414141;*/
      color:#000;
      font-size: 20px;
      line-height: 40px;
      margin-top: -6%;
      word-break: keep-all;
     
    }
    .mobile_company-div {
    width:1186px;      
    /*color:#414141;*/
    color:#000;
    font-weight: 600;
    line-height: 35px;
  }
  .mobile_company2-div {
    /*width:1186px;*/   
    width: 100%;   
    color:#2f2f2f;
    font-weight: 500;
  }
  .about_heading{
    font-weight: 700;
    font-size: 25px;
    border-left: 9px solid #ca191d;
    padding-left: 5px;
    margin-bottom: 10px;
  }
  .mobile_company2-div p{
    padding-left: 15px;
    padding-right: 15px;
    white-space:normal;
    word-break:break-all;
  }
  .sign{
    font-size: 15px;
    text-align:center;
  }
    .map-section {
      width:100%;
      
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;        
      color:#666;
      }  
      
    
    .solution-2btn-section {
      width:100%;
       display: flex;
       flex-direction: column;
       align-items: center;
        justify-content: center;
        height: 100%;
        text-align:center;
        font-size:25px;letter-spacing:-2px;word-spacing:3px;
        color:#666;
        padding:0px;
        font-size:22px;  
        padding-bottom:50px        
      } 
      .solution-2btn-div {
        width:100%;    
        width:1186px;    
      } 
    .box-menu-2{
      float: left;
      width: 48%;
      text-align: center;
      border: 1px solid #e6e6e6;
      height: 3.5rem;
      padding: 15px;
      font-weight: 600;
      font-size: 17px;
      cursor: pointer;
    }
    
    .box-menu-2.selected{
      background-color: #ca191d;
      color: #fff;
    }

    .box-menu-2-2{
      float: left;
      width: 50%;
      text-align: center;
      border: 1px solid #e6e6e6;
      height: 3.5rem;
      padding: 15px;
      font-weight: 600;
      font-size: 17px;
      cursor: pointer;
    }
    
    .box-menu-2-2.selected{
      background-color: #ca191d;
      color: #fff;
    }

    .solution-1btn-section {
      width:100%;
       display: flex;
       flex-direction: column;
       align-items: center;
        justify-content: center;
        height: 100%;
        text-align:center;
        font-size:25px;letter-spacing:-2px;word-spacing:3px;
        color:#666;
        padding:0px;
        font-size:22px;  
        padding-bottom:50px        
      } 
      .solution-1btn-div {
        width:100%;    
        width:1186px;    
      } 
  .box-menu-1{
    float: left;
    width: 96%;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 3.5rem;
    padding: 15px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
  }

  .product-spec-section {
    width:100%;
    
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:18px;letter-spacing:-1px;word-spacing:3px;
      color:#666;
      padding:10px;
      padding-bottom:50px
    }

    .product-div {
      width:1186px;      
      color:#414141;
      
    }
    .box-menu-5{
      float: left;
      width: 20%;
      text-align: center;
      border: 1px solid #e6e6e6;
      height: 3.5rem;
      padding: 15px;
      font-weight: 600;
      font-size: 17px;
      cursor: pointer;
    }
    
    .box-menu-5.selected{
      background-color: #ca191d;
      color: #fff;
    } 
    .box-menu-4{
      float: left;
      width: 25%;
      text-align: center;
      border: 1px solid #e6e6e6;
      height: 3.5rem;
      padding: 15px;
      font-weight: 600;
      font-size: 17px;
      cursor: pointer;
    }
    
    .box-menu-4.selected{
      background-color: #ca191d;
      color: #fff;
    }  

    .box-menu-3{
      float: left;
      width: 33%;
      text-align: center;
      border: 1px solid #e6e6e6;
      height: 3.5rem;
      padding: 15px;
      font-weight: 600;
      font-size: 17px;
      cursor: pointer;
    }
    .box-menu-3:hover{
      border:1px solid #ca191d;
    }
    
    .box-menu-3.selected{
      background-color: #ca191d;
      color: #fff;
    }  
    
    .news-div {
      width:1186px;      
      color:#414141;     
      cursor:pointer;
    }
    .news-mobile-div{
      width:100%;       
      color:#414141;     
      cursor:pointer;
    }
    .news-mobile-section{
      width:100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      text-align:center;
      font-size:18px;
      letter-spacing:-1px;
      word-spacing:3px;
      color:#666;
      padding:10px;
      padding-bottom:50px
    }
    .news-div td{
      padding:10px;
      font-size:17px
    }
    .news-div tr{
      border-bottom: 1px solid #f6f6f6;
    }
    .news-first-top{
      border-top: 0px solid #f6f6f6;
    }
    .news-last-bottom{
      border-bottom: 2px solid #f6f6f6;
    }  

    .news-list-btn{
      background:#cc0000;color:#FFF;width:500px;height:60px;margin:0 auto;padding:13px; margin-top:40px;cursor:pointer;
    }
    .title-top td{
      font-size: 17px;
      font-weight: 550;
      
    }
    .dSub{
     
      font-size: 17px;
      font-weight: 560;
      text-transform: uppercase;
      text-align: center;
    }
    /*
    .dSub:hover:after{
      transform: scaleX(1);
    
    }
    .dSub:after{
      display: block;
      content: '';
      border-bottom: solid 3px #ea2126;
      transform: scaleX(0);
      transition: transform 300ms ease-in-out;
      transform-origin: 0% 50%;
    }
    .dSub_m:hover:after{
      transform: scaleX(1);
    
    }
    .dSub_m:after{
      display: block;
      content: '';
      border-bottom: solid 3px #ea2126;
      transform: scaleX(0);
      transition: transform 10ms ease-in-out;
      transform-origin: 0% 50%;
    }
    */
    .dSub_m{
      
      font-size: 17px;
      font-weight: 560;
      text-transform: uppercase;
      text-align: center;
    }
    .data-num{
      font-size: 17px;
      font-weight: 300;
    }
    .data-writer{
      float: left;
      font-size: 17px;
      margin: 0 2rem;
    }
    .data-date{
      float: left;
      font-size: 25px;
      font-weight: 600;
      color:#bfbfbf;
      margin: 0 2rem;
    }
    .data-date span{
      float: left;
      color:#bfbfbf;
      font-size: 11px;
      margin-top: -7px;
      margin-left: 3px;
    }
    .data-date_m{
      float: left;
      font-size: 25px;
      font-weight: 600;
      color:#bfbfbf;
    }
    .data-date_m span{
      float: left;
      color:#bfbfbf;
      font-size: 11px;
      margin-top: -7px;
      margin-left: 3px;
    }
    .jodal-btn{
      border:1px solid;
      border-color: #cc0000;
      background:#cc0000;
      color:#FFF;width:110px;height:40px;
      margin:0 auto;padding:7px;
      font-size:17px;
      cursor:pointer;
    } 

    .product-search-mobile-section {
      width:100%;
       display: flex;
       flex-direction: column;
       align-items: center;
        justify-content: center;
        height: 100%;
        text-align:center;
        font-size:25px;letter-spacing:-2px;word-spacing:3px;
        color:#666;
        padding:6px;
        font-size:22px;          
      } 
    .product-search-mobile-div {
      border:1px solid;
      border-color: #e6e6e6;
      width:100%;
      padding:27px
    } 
    .search-product-mobile-input{
      border:1px solid;
      border-color: #e6e6e6;
      background-color: #f6f6f6;
      color:#666;
      height:44px !important; 
      font-size:15px;
      width:190px;
      height:44px;
    } 
.search-btn-90{
  border:1px solid;
  border-color: #e6e6e6;
  color:#666;width:90px;height:44px;
  margin:0 auto;padding:9px;
  font-size:15px;
  cursor:pointer;
} 

.product-6btn-mobile-div {
  width:100%;  
} 
.product-6btn-mobile-section {
  margin-left:6px;
  width:98%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align:center;
    font-size:25px;letter-spacing:-2px;word-spacing:3px;
    color:#666;
    padding:0px;
    font-size:22px;  
    padding-bottom:50px        
  } 
  .product-list-mobile-div {      
    width:100%;    
  }

  .download-tit-box{
    float: left;
    margin: 1.4rem 1rem;
    font-weight: 500;
    font-size: 16px;
    background:#cc0000;
    color:#FFF;
    padding:5px;
    width:70px;
    text-align:center
  }
  .download-tit{
    float: left;
    margin: 1.4rem 1rem;
    font-weight: 500;
    font-size: 18px;
  }
  .news_btn:hover{
    border: 1px solid #ca191d;
  }
  .about-btn:hover{
    border: 1px solid #ca191d;
  }
  .about-btn-mobile:hover{
    border: 1px solid #ca191d;
  }
  select { 
    -webkit-appearance: none; /* 네이티브 외형 감추기 */ 
    -moz-appearance: none; 
    appearance: none;
     background: url(/user2/img/selectBoxArrow.png) no-repeat 95% 50%; /* 화살표 모양의 이미지 */ 
  } 
  select::-ms-expand {display:none}

  .news-tit {
    text-align: center;
    font-size:40px;
    font-weight: bold;
}
.news-tit:after {
    content: "";
    display: none;
    width: 60px;
    border-bottom: 5px solid #ca191d;
    margin: 20px auto;
}  
.about-sectionaabb{
  height:770px;
}
/* .main-img-padding{
  padding-top:120px;
} */
.ci_bar_mobile{
  width: 55%;
  height: 67px;
  margin-left: 6%;
  margin-top: 2%;
}
@media only screen and (max-width:767.98px){
  .footer_pc{
    text-indent:-10000px;
     display: none;
  }
  .mobile-aa{
    display: block;
  }
  .news-tit22{
    display:none;
  }
  .news-tit11{
    display: none;
  }
  .blank60{
    height:0px;
  }
  .aboutUs_1-m{
    text-align:center;
  }
  .blank100{
    height:0px;
  }
  /* .mobile_able{
    margin-left:-4%;
  }  */
  .pl-0{
    text-align: center;
    margin-right: 4%;
    
  }
  .news-tit33{
    text-align: center;
    font-size: 1.35rem !important;
    background-color: #fff;
    margin-bottom:15px;
    margin-top: -15px;
  }
  .main-prd-menu-box{
    height: 55px;
    padding: 0px;
    width: 100px;
  }
  .about-sectionaabb{
    height:470px;
  }
  #main-img22{
    width: 580px;
  }
  .main-img-padding{
    padding-top:0px;
    margin-top:-30%;
  }

}




