/* ------------------------------------------------------------- */
/* ------------------- 공통으로 들어가는 부분  ------------------- */
/* ------------------------------------------------------------- */
html{
    font-size:18px; scroll-behavior:smooth; height: 100%; margin: 0;
}

body{
    position: relative;
    height: 100%;
    font-weight: 400;
	color:#111;
    width:100%;
    letter-spacing: 0px;
	line-height: 1.4;
    font-size: 1rem;
    font-family:'Ubuntu','Noto Sans KR', sans-serif;
}

/* 폰트 */
.nanumsquare { font-family: 'NanumSquare','Ubuntu','Noto Sans TC', sans-serif !important; }
.notosans{font-family:'Noto Sans KR',sans-serif;}
.lato{font-family: 'Lato','Noto Sans KR', sans-serif;}
/* 전체 */
.wrap{width: 100%; position: relative;}
.change{background: url(../img/sub/plus_btn4.png)no-repeat!important;  background-size: cover; background-position: center;}
.root_daum_roughmap .wrap_controllers{display: none!important;}
/* clearfix */
.clf::before, .clf::after{display:block; content:''; clear: both;}
sup{vertical-align: super!important; font-size: 0.5em; font-weight: 600;}
/* boundary */
.boundary{margin:0 auto;  width:1200px; max-width:100%; box-sizing: border-box; position: relative;}
.boundary2{margin:0 auto;  width:1440px; max-width:100%; box-sizing: border-box; position: relative;}
.boundary3{margin:0 auto;  width:1500px; max-width:100%; box-sizing: border-box; position: relative;}
.boundary4{margin:0 auto;  width:1700px; max-width:100%; box-sizing: border-box; position: relative;}

/* 마우스긁었을때 */
::selection{background-color: #333; color: white;}

/* font */

/* button */
.button-wrap{width: 100%;}
/* hidden */
.hidden{display: none;}
/* input */
/* input:focus, textarea:focus{outline:1px solid #005aa9!important;} */

/* ********************************************* *
    header
* ********************************************* */

/* .header:hover .header_bg{display: block;} */
/* .nav_inner:hover ul li{color: #232323!important;} */

.header{width: 100%; height:100px; transition-duration: 0.5s;  position: fixed; top: 0; left: 0; z-index: 999; border-bottom: 1px solid transparent; }
/* .header:hover{background-color:#fff!important;} */

.header .main_nav{width:100%; max-width: 100%; margin: 0 auto; background-color: transparent; height:100%; position: relative;}
.header .logo{width: 190px; height: 41px; position: absolute; top:40%; left:230px; text-indent: -9999px; 
    overflow: hidden; background: url(../img/style/logo.svg)no-repeat;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  -o-transform: translateY(-50%);  transform: translateY(-50%);
    background-size:contain;background-position: center; z-index: 9998; transition-duration: 0.3s;
}
/* .header:hover .logo{background: url(../img/logo2.png)no-repeat; background-position: center; background-size: contain;} */
.header .logo a{display: block; width: 100%; height: 100%;}
/* .header:hover .logo{background: url(../img/logo2.png)no-repeat; background-position: center; background-size: cover;} */
/* .header:hover .language ul li a{color: #333;}
.header:hover .language ul li::after{background-color: #777;}
.header:hover .nav_inner ul li a{color: #333; text-shadow: none;} */
ul.gnb{position: relative;}
.header .nav_inner{position: absolute; width: 100%; right: 0; top: 19%; text-align: right;}
.header .nav_inner>ul{width: 1440px; margin: 0 auto; max-width: 100%;}
.wrap2 .header .nav_inner>ul{border-bottom: inherit;}
.header .nav_inner>ul>li{text-align: center; cursor: pointer; position: relative; min-width: 145px; padding:15px 2%; display: inline-block; font-weight: 500; vertical-align: top; margin-right: -5px;font-size:17px;}
.header .nav_inner>ul>li>a{display: block; width: 100%; font-weight: 500;  color: #fff;}

.header .nav_inner>ul>li .sub_deph{ overflow: hidden; height: 0; border: 1px solid #ddd; opacity: 0; border-radius: 3px;transform-origin: 50% 0%; width: 100%; position: absolute; top:48px; left: 0;z-index: 999; text-align:center; transition-duration: 0.3s; }
/* .header .nav_inner>ul>li .sub_deph::after{content: "";width:100%; height:0; background-color:#fff; position: absolute; top: 0; left: 0; transition-duration: 0.3s; width: 150%;} */
.header .nav_inner>ul>li .sub_deph ul>li{transition-duration: 0.3s; font-weight: 400; padding: 0; opacity: 1; width:100%;color: #333; z-index: 999; font-size:16px; opacity: 0;background-color: #fff; }
.header .nav_inner>ul>li:hover .sub_deph ul>li{padding: 12px 8px; opacity: 1;}
.header .nav_inner>ul>li:hover .sub_deph{height: auto;opacity: 1;}

.header .nav_inner>ul>li .sub_deph ul>li>a{color: #999; font-weight: 500; font-size: 15PX; transition-duration: 0.3s; word-break: keep-all; text-align: center; height: 100%; margin: 0 auto; display:table; line-height: 1.2; position: relative;}
.header .nav_inner>ul>li .sub_deph ul>li>a.page_on{ color: #005aa9;}
.header .nav_inner>ul>li .sub_deph ul>li>a i{opacity: 0.7; font-size: 12px; font-weight: 700; padding-left: 16px; position: absolute; right: 0; top: 5px;}
.header .nav_inner>ul>li .sub_deph ul>li:hover>a{color: #005aa9;}
.header_bg{height:0; background-color:#fff; position: absolute; top: 91px; left: 0; transition-duration: 0.3s; width: 150%; overflow: hidden;}
.header_bg::after{content: ""; width:643px; opacity: 0; height: 0; overflow: hidden; background: url(../img/header_img.png) no-repeat; background-position: center; background-size: cover;
position: absolute; left: 0; top: 00; transition-duration: 0.4s;
}
 /* .header .nav_inner:hover .header_bg{height:470px;} */
 /* .header .nav_inner:hover .header_bg::after{height: 470px; opacity: 1;} */

 .header .nav_inner>ul>li .sub_deph.sub_deph02 ul>li>a{padding-right: 12px;}
.header .language{position: relative; right:28px; top:13px;text-align: right; color: #fff; font-size: 14px; font-weight: 500; z-index: 3;}
.header .language p{opacity: 0.6; cursor: pointer; position: relative; font-size: 13px; color: #fff; font-weight: 400; display: inline-block; vertical-align: top; margin-right: -4px; margin-left: 32px;}
.header .language p::before{content: ""; position: absolute; width: 2px; height: 12px; background-color: #fff; top: 50%; left: -16px; 
  -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);  -o-transform: translateY(-50%);  transform: translateY(-50%); 
}
.header .language p:first-child::before{display: none;}
.header .language ul{transition-duration: 0.2s; height: 0; overflow: hidden; padding-top: 14px;}
.header .language ul li{cursor: pointer; padding:4px 12px; position: relative; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 1px solid #ddd;
    color: #232323;background-color:rgba(255, 255, 255, 0.5); text-align: center; font-size: 14px;
}
.header .language ul li:last-child{border-bottom: 1px solid #ddd;}
.header .language ul li:hover{background-color:white!important;}

.header .language .lang_on{opacity: 1;}

/* 헤더 이벤트  */
.h_event{background-color: rgba(0, 0, 0, 0.3)!important; }
/* .h_event2{color: #333!important;} */
/* .h_event2::before{background-color: #777!important;} */
/* .h_event3{color: #333!important; font-weight: 500!important;} */
/* .h_event4{border-top-color: #333!important;} */
.h_event5{border-bottom: 0!important;}
/* 모바일헤더 */
.mobile_ver{width: 100%;}
.mo_btn{position: absolute;width: 55px; height: 55px; right: 0;top: 50%; 
  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);
  z-index: 9999;
}

.mo_btn_wrap{cursor: pointer;position: absolute; left:50%; top:50%;
    -webkit-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); 
    width:33px; height: 18px;} 

/* .mo_btn_wrap span{display: block; width: 100%; height: 3px; margin-bottom:7px; background-color: white;} */
.mo_btn_wrap span{position: absolute; width: 100%; height:2px; background-color:#333 ;z-index: 300;}
.mo_btn_wrap span:nth-child(1){top: 0;}
.mo_btn_wrap span:nth-child(2){top:50%;}
.mo_btn_wrap span:nth-child(3){top: 100%;}
.mo_btn_wrap span:last-child{margin-bottom: 0;}

.show{display: block;}

/* 헤더-사이드 메뉴 */
.side_menu{position: relative;}
.side_menu .sub_deph_in{position: absolute; width: 100%; right: -100%; top: -1px; display:none; border-radius: 0; }
.side_menu:hover .sub_deph_in{display:block;}
.sub_deph:hover{overflow: inherit!important;}

.side_menu .sub_deph_in{ border: 1px solid #ddd; border-left: 0;}
.side_menu .sub_deph_in ul li{background-color: #fafafa!important;}

/* new 햄버거 메뉴 */
.menu {
    cursor: pointer;
    margin: 16px auto;
    padding-left: 1.25em;
    position: relative;
    width: 30px;
    height: 24px;
  }
  .menu-global {
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 2px solid #fff;
    width: 100%;
    transition: 0.2s;
  }
  .menu-top {
    top: 0;
  }
  .menu-middle {
    top: 8px;
  }
  .menu-bottom {
    top: 17px;
  }
  .menu-top-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(50deg);
    transition: 0.2s 0.2s;
    border-top: 2px solid #333;
  }
  .menu-middle-click {
    opacity: 0;
  }
  .menu-bottom-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-410deg);
    transition: 0.5s 0.4s;
    border-top: 2px solid #333;
  }


/* 페이지네이션 */
.pagination{text-align: center; margin: 0 auto; padding: 48px 0 48px 0;}
.pagination .navi{width: 35px; height: 35px; cursor: pointer;}
.pagination>.page{overflow: hidden; text-align: center; margin: 0 auto; }
.pagination>.page ul{margin-left:-4px; margin-right: -4px;}
.pagination>.page ul li{display: inline-block; vertical-align: middle; padding: 4px; margin-right: -5px;color: #333; text-align: center;  cursor: pointer;}
.pagination>.page ul li>p{width: 35px; height: 35px; line-height: 35px; font-size: 15px; }
.pagination>.page ul li> .page_on{color: #005aa9; }


/* 언어 선택 클릭ver  레이아웃 */
.header .language2{position: absolute; right:90px; top:0; font-weight: 400;width:90px; height:90px;background-color: #005aa9;}
.header .language2 i{display: inline-block;padding-right: 8px;}
.header .language2>p{cursor: pointer;border-radius: 25px; position: relative; font-size: 12px;  font-weight: 400; width:90px; height:90px;}
.header .language2>p svg{width: 100%; height: 100%; display: block;}
.header .language2>p img{transition-duration: 0.3s;}
.header .language2>p img:nth-child(2){display: none;}
.header .language2 ul{transition-duration: 0.2s; height: 0; overflow: hidden;}
.header .language2 ul li{cursor: pointer; padding:4px 12px; position: relative; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 1px solid #ddd;
    color: #232323;background-color:rgba(255, 255, 255, 0.7); text-align: center; font-size: 13px; font-weight: 400;
}
.header .language2 ul li:last-child{border-bottom: 1px solid #ddd;}
.header .language2 ul li:hover{background-color:white!important;}

/* .header:hover .language2>p img:nth-child(1){display: none;}
.header:hover .language2>p img:nth-child(2){display: block;} */


/* 탑버튼 */
.top_btn{display: none; position: fixed; right: 50px; bottom: 50px; width: 45px; height: 45px; cursor: pointer; 
  border: 1px solid #ddd; background-color: #fff; text-align: center; line-height: 50px;
  z-index: 99; font-size: 16px; box-shadow: 1px 1px 5px rgba(0,0,0,0.1); transition-duration: 0.3s;
}
.top_btn:hover{background-color: #005aa9; color: #fff; border: 1px solid #005aa9;}
.top_btn>a>p{position: relative; padding-top: 4px;}
.top_btn>a>p::before{content: ""; position: absolute; width: 8px; height: 8px; border-right: 1px solid #777; border-bottom: 1px solid #777; 
  text-align: center; margin: 0 auto; left: 50%; top: 19px;  transform: translateX(-50%) rotateZ(-135deg); transition-duration: 0.3s;
}
.top_btn:hover p::before{border-right: 1px solid #fff; border-bottom: 1px solid #fff;}




/* ********************************************* *
    swiper
* ********************************************* */

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column;

  }

/* ********************************************* *
    footer
* ********************************************* */
.wrap2 .footer{background-color: #fff;}
.footer{position: relative; width: 100%; text-align:left;  overflow: hidden; background-color: #fff; }
.footer>div{width: 1500px; max-width: 100%; margin: 0 auto; padding: 48px 0;}
.footer .footer_text>div{display: table-cell; vertical-align: top;}
.footer .footer_text{width: 100%; display: inline-block; vertical-align: top; margin-right: -4px; font-size: 15px; font-weight: 400; word-break: keep-all;  }
.footer .footer_text:nth-child(2){padding-top: 24px; padding-bottom: 16px;}
.footer .footer_text p span:last-child:after{display: none;}
.footer .footer_text>p{margin-bottom: 8px; width: 550px; padding: 3px 0; word-break: keep-all; color: #999; font-weight: 400; font-size: 14px;
  display: inline-block; vertical-align: middle; margin-right: -4px;
}
.footer .footer_text>p>b{display: block; padding-bottom: 8px;}
.footer .footer_text>p span{padding-bottom: 4px; padding-right: 16px;}
.footer .footer_text p img{width: 144px; height: 44px;}
.footer .footer_text>p b{color: #999; padding-right: 16px; font-weight: bold;}
.footer .footer_text .copy{font-weight: 400; margin-top: 16px;}
.footer .footer_logo{width:443px; height: 44px; overflow: hidden;  margin-top: 8px;  display: inline-block; margin-right: -4px; vertical-align: top; opacity: 0.8;}
.footer .footer_logo>img{margin:0 auto;}
.footer .rock{width: 18px; height: 20px; position: absolute; right:18px; bottom: 0px;}
.footer .rock a img{width: 100%;}

.footer .top {border-bottom: 1px solid #ddd; padding-bottom: 16px; margin-bottom: 16px;}
.footer .top .img_wrap{float: left; width: 160px; }
.footer .top p{float: right; color: #777; font-size: 14px; font-weight: 500; padding-top: 16px;}
.footer .mid{width: calc(100% - 244px); display: inline-block; vertical-align: top; margin-right: -4px; font-size: 15px; color: #999; margin-bottom: 16px;}
.footer .mid p{float: left; padding-right: 16px;font-weight: 500; font-size: 14px;  color: #999;}
.footer .mid b{font-weight: 600; display: block; margin-bottom: 8px;}
.footer .mid >div{display: block; padding-bottom: 4px;}

.footer .list{width: 244PX; display: inline-block; vertical-align: top; margin-right: -4px; float: right;}
:lang(en) .footer .list{width: 250px;}
.footer .list ul li{padding-right: 8px; display: inline-block; vertical-align: top; margin-right: -4px;}
.footer .list ul li:last-child{padding-right: 0;}
.footer .list ul li p{border: 1px solid #DDD; padding: 8px; color: #131313; font-size: 13px; transition-duration: 0.3s;}
.footer .list ul li p:hover{background-color: #DDD; color: #fff;}
.company_name{font-size:16px; color: #4c4c4c;}

.wrap2 .footer{background-color: #f5f5f5;}
/* ********************************************* *
    sub-page 공통
* ********************************************* */
.sub-banner{width: 100%;position: relative;}
.sub-banner .sub-location{width: 100%;  height: 70px;}
.sub-banner .sub-location .inner{width:100%;  }
.sub-banner .sub-location .inner ul li{padding:0 2%; float: left;}
.sub-banner .sub-location .inner ul li:first-child{padding: 0;}
.sub-banner .sub-location .inner ul li p{padding: 22px; text-align: center; font-size: 19px;}
.sub-banner .sub-img{width: 100%; height:450px; }
.product-sub-banner .sub-img{height: 320px;}
.sub-banner .sub-img .img_wrap{position: relative; width: 100%;  height: 100%;overflow: hidden;}
.sub-banner .sub-img .img_wrap .text_wrap{width: 1440px; max-width: 100%; margin: 0 auto;color: #fff; position: absolute; left: 50%; top: 43%;
    transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);
}
.sub-banner .sub-img .img_wrap .text_wrap p span{display: block; font-weight: 500; text-shadow: 1px 1px 4px rgba(0,0,0,0.3);}
.sub-banner .sub-img .img_wrap .text_wrap p span:first-child{font-size: 22px; font-weight: 400;}
.sub-banner .sub-img .img_wrap .text_wrap p span:last-child{font-size: 54px; display: inline-block; vertical-align: middle;}
.sub-banner .sub-img .img_wrap .text_wrap p span .sub_title{position: relative; display: inline-block; vertical-align: middle; font-size: 34px; padding-left: 24px; margin-left:24px;}
.sub-banner .sub-img .img_wrap .text_wrap p span .sub_title::before{content: ""; width: 3px; height: 25px; background-color: #fff;
    position: absolute; left: 0; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
  } 
.sub-banner .sub-img .img_wrap .img_in{width: 100%; height: 100%; animation:img_zoom 3s ease 0s forwards ;}

@keyframes img_zoom{
  0%{transform: scale(1.05);}
  100%{transform: scale(1);}
}

.product-banner .sub-img{height:140px;}

.title_on{color:#005aa9; font-weight: 500;}
.sub-lo-title{background-color:#005aa9; color: #fff;width: 185px; padding: 0; }
.company_banner{width: 100%; background: url(../img/sub/company_bg.png)no-repeat; background-position: top; background-size: cover;}
.rd_banner{width: 100%; background: url(../img/sub/rd_banner.png)no-repeat; background-position: center; background-size: cover;}
.product_banner{width: 100%; background: url(../img/sub/product_banner.png)no-repeat; background-position: bottom; background-size: cover;}
.oem_banner{width: 100%; background: url(../img/sub/oem_banner.png)no-repeat; background-position: center; background-size: cover;}
.customer_banner{width: 100%; background: url(../img/sub/inquiry_baaner.png)no-repeat; background-position: center; background-size: cover;}


.sub-body{width: 100%;}

.sub-body>.inner{width: 100%; position: relative;padding:120px 0;}
.story-sub-body>.inner{padding-bottom: 0;}

.sub-body>.inner .sub-title{width: 100%; position: relative;  margin-bottom: 80px;}
.sub-body>.inner .sub-title>.img_wrap{width:36px; height: 50px; margin: 0 auto 24px auto;}
.sub-body>.inner .sub-title>h2{position: relative; text-align: center; font-size: 44px; font-weight: 500;position: relative; z-index: 5; word-break: keep-all; width: 655px; max-width: 100%; margin: 0 auto; }
.sub-body>.inner .sub-title>h2>span{display: block; font-size: 24px; color: #777; font-weight: 400;}
.sub-body>.inner .sub-title>span{display: block; width: 100%; text-align: left; color: #666;font-weight:300; font-size:20px;}

.sub-body>.inner .sub-title .icon_wrap{float:right; display: table;}
.sub-body>.inner .sub-title .icon_wrap ul li{display: table-cell; vertical-align: middle;}
.sub-body>.inner .sub-title .icon_wrap ul li .img_in{width: 100%;}
.sub-body>.inner .sub-title .icon_wrap ul li .img_in>img{width: 74%; margin: 0 auto;}



.sub-body>.inner .sub-title2>h2{text-align: center;}
.sub-body>.inner .sub-title2>h2::before{display: none;}
.sub-body>.inner .sub-title3>h2{text-align: center; font-size: 33px;}
.sub-body>.inner .sub-title3>h2::before{display: none;}
.sub-body>.inner .sub-title3>h2>span{font-size: 25px; color: #777; font-weight: 400;}

.ceo-sub-banner .sub-img .img_wrap>p>span:first-child{font-size: 32px; padding-bottom: 0;}
.ceo-sub-banner .sub-img .img_wrap>p>span{font-size: 49px;}

/* .product-sub-body>.inner{padding-bottom: 0;} */
.product-sub-banner .sub-img .img_wrap>p{top: 50%;}
/* ********************************************* *
    common_banner
* ********************************************* */
.tab_navy{width: 100%; max-width: 100%; margin: 0 auto; position: absolute; text-align: center; 
  bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); 
  overflow: hidden; padding: 14px; border-bottom: 1px solid #ddd; background-color: #fff; z-index: 5;
}
.common_tab_banner_inquiry{text-align: center;}
.common_tab_banner_inquiry ul li{width: 15%;}
.tab_navy ul li{cursor: pointer; display: inline-block; vertical-align: top; margin:0 auto;  float:left; text-align: center;}
.tab_navy ul li p{position: relative; text-align: center;opacity:1;margin-right: 38px;  font-size: 15px; color: #333; }
.tab_navy ul li p::after{content: ""; width: 2px; height: 2px; background-color: #555; position: absolute; right: -19px; top: 10px;
}
.tab_navy ul li:last-child{pointer-events: none; font-weight: 500;}
.tab_navy ul li:last-child p::after{display: none;}
.tab_navy ul li p.page-on>a{position: relative; color: #005aa9;}
/* .tab_navy ul li p.page-on>a::after{content: ""; width:100%; height: 2px; background-color: #005aa9;
    left: 50%; bottom: -5px; z-index: 10; position: absolute; transform: translateX(-50%);

} */
.tab_navy ul li p a{display: table; text-align: center; margin: 0 auto;}
.common_sub_banner{width: 100%; height: 365px; position: relative; margin-top:90px;}
.common-title{font-size:3.333rem; text-align: center; color: #fff;font-weight: 500; position: absolute; top: calc(50% - 20px); left: 50%; transform: translate(-50%,-50%);}
.common_tab_banner{display: none; position: absolute; bottom:0; left: 50%;
   width: 100%; max-width: 100%; height: 60px;background-color:#fff;
   -webkit-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -o-transform: translateX(-50%);  transform: translateX(-50%);
   z-index: 99; background-color:#f5f5f5; 
  
  }
.common_tab_banner .boundary{padding: 0;}
.common_tab_banner .boundary ul li{float: left; position: relative;  cursor: pointer; position: relative; transition-duration: 0.3s; border-right: 1px solid #ddd;}
/* .common_tab_banner .boundary ul li::after{content: ""; position: absolute; width: 0.5px; height: 30%; right: 0; top: 50%;
    -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
  background-color: #d2d2d2;} */
.common_tab_banner .boundary ul li>a{pointer-events: none;}
.dropdown{position: relative;}
.common_tab_banner .dropdown{width:calc(50% - 30px);}
.common_tab_banner .dropdown_01{width: 260px;}
.common_tab_banner .dropdown_02{width: 260px;}
.common_tab_banner .dropdown_02_long{width: 385px;}
.common_tab_banner .dropdown>a:hover{background-color: white; color: #232323; }
.common_tab_banner .dropdown a{ font-size: 17px; display: block; position: relative; text-align: left; width: 100%; height: 60px; padding: 20px 40px 19px 20px; }
.common_tab_banner .dropdown a:last-child{border: 0;}
/* .common_tab_banner .dropdown a>span::after{content: ""; position: absolute; width: 1px; height: 15px; right: 0;  background-color:#333; opacity: 0.3;
top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  } */
.common_tab_banner .dropdown .dropdown_menu>a:hover{background-color: #fff; color: #005aa9; opacity: 1;}
.common_tab_banner .dropdown a>span{position: absolute;width: 55px; height: 55px;  right: 0; top:3px; background: url(../img/sub/plus_btn.png)no-repeat; background-size: cover; background-position: center;}
.common_tab_banner .dropdown a:hover span{background: url(../img/sub/plus_btn.png)no-repeat; background-size: cover; background-position: center;}
.dropdown .dropdown_menu{display:none; width: 100%;background-color:#fff; z-index: 100; position: absolute; top:60px;left: 0; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.dropdown .dropdown_menu .drop_item{display: block;width: 100%; height: 55px; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 16px; opacity: 0.6;}


.common_tab_banner .h_btn{display: block; width: 59px; height:60px; text-indent: -9999px; border-left: 1px solid #ddd;}
.common_tab_banner .h_btn a{display: block; position: relative; width: 100%; height: 100%; position: relative; z-index: 1; padding: 0; border: 0 none; pointer-events: all!important;}
.common_tab_banner .h_btn a i{display: block; position: relative; z-index: 1; width: 100%; height: 100%; background: url(../img/sub/h_btn.png)no-repeat; background-size: cover; background-position: center;}
.company-bg{background: url(../img/sub/company_bg.png)no-repeat; background-position: top; background-attachment: fixed;}
.data-bg{background: url(../img/sub/data_bg.png)no-repeat; background-position: top; background-attachment: fixed;}
.product-bg{background: url(../img/sub/product_bg2.png)no-repeat; background-position: top; background-attachment: fixed;}
.customer-bg{background: url(../img/sub/customer_bg3.png)no-repeat; background-position: top; background-attachment: fixed;}
.business-bg{background: url(../img/sub/business_bg.png)no-repeat; background-position:top; background-attachment: fixed;}
.eq-bg{background: url(../img/sub/eq_bg.png)no-repeat; background-position: top; background-attachment: fixed;}
.inquiry-bg{background: url(../img/sub/customer_bg.png)no-repeat; background-position: top; background-attachment: fixed;}
.story-bg{background: url(../img/sub/story_bg.png)no-repeat; background-position: top; background-attachment: fixed;}
.partner-bg{background: url(../img/sub/partner_bg2.png)no-repeat; background-position: top; background-attachment: fixed;}
/* .promotion-bg{background: url(../img/sub/promotion.jpg)no-repeat; background-position: top; background-attachment: fixed;} */

/* .product-sub-body>.inner .sub-title{ padding: 72px 0;} */

 /* 개인정보처리방침 */
 
.privacy{padding-top:50px;}
.privacy h2{padding:30px 0; font-weight:700; font-size:40px; color:#333; text-align:center;}
.privacy h3{margin-bottom:20px; font-weight:700; font-size:17px; color:#333;}
.privacy ul li,
.privacy p{line-height:1.6; font-weight:400; font-size:15px; color:#777;}
.privacy p{line-height:1.6; font-size:14px;}
.privacy ul li{margin-bottom:8px;}
.privacy ul li:last-child{margin:0;}
.privacy ul li ul{margin-top:5px; margin-bottom:20px;}
.privacy ul li ul li{margin-bottom:2px; font-size:15px;}
.privacy .privacy-sec{padding:40px 0 ; border-bottom:1px solid #ddd;}
.privacy .privacy-sec:nth-child(1){padding-top: 0;}
.privacy .privacy-sec:last-child{border:none;}


.policy_con{width: 100%; margin-top:90px; padding: 120px 0;}
.policy_con h3{font-size: 30px; text-align: center; margin-bottom: 80px; }
.policy_con .policy_in{width: 100%; padding: 48px; background-color: #f5f5f5; }

.wrap3 header{background-color: rgba(0, 0, 0, 0.3)!important;}


