@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 300;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Light.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Light.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Light.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 400;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Regular.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Regular.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 500;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Medium.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Regular.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 700;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Bold.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Bold.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Bold.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 800;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-ExtraBold.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-ExtraBold.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-ExtraBold.ttf) format('truetype');
}
@font-face {
 font-family: 'Pretendard-Regular';
 font-weight: 900;
 src: local('☺'),
      url(/fonts/pretendard/Pretendard-Black.woff2) format('woff2'),
      url(/fonts/pretendard/Pretendard-Black.woff) format('woff'),
      url(/fonts/pretendard/Pretendard-Black.ttf) format('truetype');
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
* {
  font-family: "Pretendard-Regular", Arial, sans-serif !important;
  /* margin: 0; */
  /* padding: 0; */
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    word-break: keep-all;
    /* font: inherit; */
    /* vertical-align: middle; */
}
html, body{
  width: 100%;
  height: 100%;
}
body {
  font-weight: 400;
  font-size: 20px;
  /* line-height: 1.7; */
  color: #000;
  background: #fff;
}
main{
  overflow: hidden;
}
p{
  font-size: 18px;
  word-break: keep-all;
}
html.uk-modal-page {
  overflow: auto !important;
  padding-right: 0 !important;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
  min-height: 65px;
}
@media screen and (max-width : 768px){
  p{
    font-size: 12px;
  }
}
img{
  max-width: 100%;
}
a{
  color: #000;
  text-decoration: none;
}
a:hover, a:focus{
  color: unset;
  text-decoration: none;
}
ul{
  list-style-type: none;
}
table{
  border-spacing: unset;
}
hr{
  margin: 0;
}
.is-pc{
  display:none !important;
}
.is-m{
  display:block !important;
}
@media (min-width: 768px){
	.is-pc{
    display:block !important;
	}
	.is-m{
    display:none !important;
	}
}
.is-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* 브라우저 호환성을 위한 벤더 접두사 */
input::-webkit-input-placeholder {
	color: #868686;
}
input::-moz-placeholder {
	color: #868686;
}
input:-ms-input-placeholder {
	color: #868686;
}
input::-ms-input-placeholder {
	color: #868686;
}
.uk-container{
  padding-left: 0;
  padding-right: 0;
  max-width: 1440px;
}
.uk-navbar-nav{
  gap: 0;
}
.uk-section{
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width : 1520px){
  .uk-container{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pd-top-200{
  padding-top: 200px;
}
.pd-bottom-200{
  padding-bottom: 200px;
}
.pd-200{
  padding: 200px 0;
}
.pd-top-100{
  padding-top: 100px;
}
.pd-bottom-100{
  padding-bottom: 100px;
}
.pd-100{
  padding: 100px 0;
}
.mg-bottom-256{
  padding-bottom: 256px;
}
.ft-blue{
  color: #00acf4 !important;
}
.ft-gray{
  color: #666 !important;
}
.align-left{
  text-align: left;
}
sub{
  font-size: 12px;
}
@media screen and (max-width : 768px){
  .pd-bottom-200{
    padding-bottom: 100px;
  }
  .mg-bottom-256{
    padding-bottom: 128px;
  }
  .pd-top-100{
    padding-top: 50px;
  }
  .pd-top-200{
    padding-top: 100px;
  }
  .pd-bottom-100{
    padding-bottom: 50px;
  }
}
/*********************** header *************************/
body.is-home header nav.uk-navbar-container{
  background: transparent;
}
body:not(.is-home) header nav.uk-navbar-container{
  background:#fff !important;
}
.uk-navbar-container:not(.uk-navbar-transparent){
  background: transparent;
}

header{
  position: fixed;
  width: 100%;
  z-index: 900;
}
header .uk-container{
  max-width: 1600px;
}
header .uk-navbar-container{
  position: relative;
  z-index: 1000;
}
header .uk-navbar-container.active{
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff !important;
}
header .uk-navbar-nav > li > a{
  color: #fff;
  font-size: 20px;
  width: 120px;
}
header .uk-navbar{
  /* height: 84px; */
}
header .uk-navbar > div{
  padding: 9.5px 0;
}
header .uk-navbar-container.active .uk-navbar-nav > li > a{
  color: #000;
}
header .uk-navbar-nav > li > a:hover,
header .uk-navbar-nav > li > a:focus{
  color: #00acf3 !important;
}
header .uk-navbar-nav > li > a.active{
  color: #00acf3 !important;
}
header .uk-navbar-container.scrolled{
  background-color: #fff;
  transition: background-color 0.2s;
}
header .uk-navbar-container.uk-dark .uk-navbar-nav > li > a{
  color: #000;
}
header .uk-navbar-container.scrolled .uk-navbar-nav > li > a{
  color: #000;
}
.uk-navbar-dropdown{
  background: none;
  box-shadow: none;
}
header .uk-navbar{
  position: relative;
}
header .uk-navbar-dropdown{
  top: 84px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: 100%;
}
header .uk-navbar-dropdown ul{
  display: flex;
  justify-content: center;
  width: max-content;
}
header .uk-navbar-dropdown ul li{
  font-size: 19px;
  padding: 0 26px;
}
header .uk-navbar-dropdown-nav>li>a{
  color: #fff;
}
header .uk-navbar-dropdown-nav>li.uk-active>a,
header .uk-navbar-dropdown-nav>li>a:hover{
  color: #00acf3;
}
header .uk-navbar-dropdown-nav>li>a.active{
  color: #00acf3;
  font-weight: 700;
}
header .uk-navbar-dropdown-dropbar{
  /* 위아래 패딩 조정 */
  padding: 10px 0 10px 0;
}
header .uk-dropbar{
  background: rgba(0, 0, 0, 0.7);
  /* min-height: 149px !important; */
}
header .language a{
  color: #909090;
  padding: 0 10px;
}
header .language a.active{
  color: #fff;
  text-decoration: underline;
}
header .language a.active.hover{
  color: #000 !important;
}

@media screen and (max-width : 768px){
  header .uk-navbar-right{
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  header .uk-navbar-right .uk-navbar-item{
    width: 60%;
  }
  header .uk-navbar{
    height: fit-content;
  }
  header .uk-navbar > div{
    padding: 0;
  }
  /* .uk-navbar-toggle,
  .uk-navbar-toggle:hover{
    color: #fff;
  } */
  .uk-offcanvas-bar{
    padding: 60px 40px;
  }
  .uk-offcanvas-close{
    top: 20px;
    right: 10px;
  }
  .uk-offcanvas-close svg{
    width: 16px;
    height: 16px;
    fill: #fff;
  }
  .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){
    stroke: #fff;
  }
  .uk-modal-dialog .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve){
    stroke: currentcolor;
  }
  .uk-offcanvas-bar .uk-nav > li{
    margin: 20px 0;
  }
  .uk-nav-default .uk-nav-sub{
    font-size: 15px;
  }
  .uk-nav>li>a{
    padding: 0;
  }
  .uk-nav-default .uk-parent,
  .uk-nav-default .uk-nav-sub a{
    color: #fff !important;
  }
}




/*********************** footer *************************/
footer{
  background-color: #090909;
}
footer .uk-container{
  max-width: 1600px;
}
footer *{
  color: #c1c1c1;
  font-size: 16px;
}
footer .left{
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .left ul li{
  display: flex;
  gap: 26px;
}
footer .left ul li div{
  width: fit-content !important;
  flex: unset !important;
}
footer .txt-box{
  display: flex;
  justify-content: space-between;
  padding: 62px 0;
}
footer .right{
  max-width: 467px;
}
footer .right .top{
  color: #fff;
  font-size: 18px;
}
footer .right .bottom{
  color: #6d6d6d;
}
footer .right button{
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 22px 0 28px 0;
}
footer .right button a{
  width: 254px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  color: #fff;
}
footer .right button a img{
  height: fit-content;
}
footer hr{
  opacity: 0.15;
}
footer .copy p{
  text-align: center;
  color: #6d6d6d;
  padding: 28px 0;
}
footer a.uk-link-text{
  cursor: unset;
}
footer a.uk-link-text:hover{
  color: inherit;
}
@media screen and (max-width : 768px){
  footer *{
    font-size: 12px;
  }
  footer .txt-box{
    flex-direction: column;
    padding: 20px 0;
    gap: 20px;
  }
  footer .left{
    flex-direction: column;
    gap: 20px;
  }
  footer .left .uk-logo{
    margin-right: auto;
  }
  footer .left ul li{
    gap: 10px;
  }
  footer .right .top{
    font-size: 14px;
  }
  footer .right button{
    margin: 11px 0px;
  }
  footer .copy p{
    padding: 14px 0;
  }
}



/*********************** [공통] *************************/
.title h4{
  font-size: 30px;
}
.title h2{
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.2;
}
.title p{
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
}
@media screen and (max-width : 768px){
  .title{
    text-align: center;
  }
  .title h4{
    font-size: 20px;
  }
  .title h2{
    font-size: 30px;
  }
  .title p{
    font-size: 16px;
    margin-top: 10px;
  }
}
.sub-title{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width : 768px){
  .sub-title{
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.des{
  text-align: left;
  margin-top: 26px;
}
.des h4{
  font-weight: 600;
  font-size: 28px;
  color: #000;
  letter-spacing: -0.5px;
}
.des p{
  font-size: 20px;
  color: #666;
}
@media screen and (max-width : 768px){
  .des{
    margin-top: 10px;
  }
  .des h4{
    font-size: 22px;
  }
  .des p{
    font-size: 16px;
  }
}
/*********************** product-top-banner[공통] *************************/
section.product-top-banner{
  background-image: url("/images/product/charger/top_banner.jpg");
  height: 565px;
}
section.intro-top-banner{
  background-image: url("/images/intro/main_visual.jpg");
  height: 565px;
}
#apart section.top-banner{
  background-image: url("/images/apart/main_visual.jpg");
  height: 565px;
}
section.contact-top-banner{
  background-image: url("/images/contact/main_visual.jpg");
  height: 565px;
}
@media screen and (max-width : 768px){
  section.product-top-banner{
    height: 300px;
  }
  section.intro-top-banner{
    height: 300px;
  }
  #apart section.top-banner{
    height: 300px;
  }
  section.contact-top-banner{
    height: 300px;
  }
}
/*********************** 제품 레이아웃[공통] *************************/
section.divide .uk-container{
  display: flex;
  gap: 29px;
}
section.divide .title{
  width: 30%;
  max-width: 304px;
  margin-top: 50px;
}
section.divide .title p{
  color: #666;
}
section.divide .content{
  width: calc(100% - 333px);
  display: flex;
  flex-wrap: wrap;
  column-gap: 144px;
  row-gap: 100px;
}
section.divide .content .new{
  position: relative;
}
section.divide .content .new .icon{
  position: absolute;
  top: 10px;
  left: 10px;
  /* box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.57); */
  border-radius: 50%;
  background-color: #00acf3;
  width: 72px;
}
@media screen and (max-width : 768px){
  section.divide .uk-container{
    flex-direction: column;
    gap: 10px;
  }
  section.divide .title{
    max-width: unset;
    width: 100%;
    margin-top: 0;
  }
  section.divide .content{
    width: 100%;
    gap: 20px;
  }
  section.divide .content .new .icon{
    top: 5px;
    left: 5px;
    width: 65px;
  }
}
/*********************** tab[공통] *************************/
section.tab{
  padding: 16px 0 16px 0;
}
section.tab .content{
  display: flex;
  justify-content: space-between;
}
section.tab .content > div{
  text-align: center;
  flex: 1;
  border: 1px solid #d5d5d5;
}
section.tab .content > div a{
  display: block;
  padding: 15px 0;
  transition: color 0.2s;
}
section.tab .content > div a:hover{
  color: #00acf4;
}
section.tab .content > div.active{
  border: 3px solid #00acf3;
}
section.tab .content > div.active a{
  color: #00acf4;
  font-weight: 700;
}
@media screen and (max-width : 768px){
  section.tab{
    padding: 30px 0 50px 0;
  }
  section.tab .content > div{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.tab .content > div a{
    padding: 10px 0;
    font-size: 14px;
  }
}
#hello .tab, #doc .tab{
  max-width: 720px;
  margin: auto;
}
/*********************** table[공통] *************************/
table{
  width: 100%;
  border-collapse: collapse;
}
table tr{
  text-align: center;
}
table tr th, table tr td{
  border: 1px solid #ddd;
  padding: 20px 10px;
}
table tr th{
  background-color: #00acf4;
  color: #fff;
}
.bd-left-none{
  border-left: 1px solid transparent !important;
}
.bd-right-none{
  border-right: 1px solid transparent !important;
}
.vat{
  color: #666;
  text-align: right;
}
@media screen and (max-width : 768px){
  table tr th, table tr td{
    padding: 10px 5px;
    font-size: 12px;
  }
}
/*********************** 이동 버튼[공통] *************************/
.button{
  text-align: center;
  margin-top: 60px;
}
.button button{
  background: none;
}
.button button a{
  display: block;
  color: #fff;
  background-color: #00acf3;
  border-radius: 30px;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
.button button a::after{
  content: '';
  display: inline-block;
  background-image: url("/images/contact_arrow.png");
  background-size: contain;
  width: 15px;
  height: 12px;
  margin-left: 10px;
}
@media screen and (max-width : 768px){
  .button{
    margin-top: 20px;
  }
  .button button a{
    padding: 10px 30px;
    font-size: 14px;
  }
  .button button a::after{
    width: 10px;
    height: 8px;
    margin-left: 4px;
  }
}
/*********************** 메인페이지 타이틀[공통] *************************/
.top-title{
  /* margin-top: 180px; */
}
.top-title .top{
  color: #fff;
  font-weight: 600;
  font-size: 80px;
}
.top-title h3{
  color: #fff;
  font-size: 30px;
  margin: 34px 0 54px 0;
}
.top-title .more{
  width: fit-content;
  border-radius: 35px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.top-title .more a{
  display: block;
  padding: 20px 60px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.top-title .more a::after{
  content: '';
  display: inline-block;
  background-image: url("/images/main/more_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin: 0 0 2px 6px;
}
.top-title .more:hover{
  background: #fff;
}
.top-title .more:hover a{
  color: #172f40;
}
#main section.main-visual .top-title .more:hover a::after{
  background-image: url("/images/main/hover_more.png");
}
#main section.request .top-title .more:hover a::after{
  background-image: url("/images/main/more_arrow2.png");
}
@media screen and (max-width : 768px){
  .top-title .top{
    font-size: 40px;
  }
  .top-title h3{
    font-size: 20px;
    margin: 17px 0 27px 0;
  }
  .top-title .more a{
    padding: 10px 30px;
    font-size: 16px;
  }
}

.second-title h3{
  color: #fff;
  font-size: 30px;
}
.second-title h2{
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  margin: 10px 0 50px 0;
}
.second-title .more{
  width: fit-content;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.second-title .more a{
  display: block;
  padding: 14px 54px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.second-title .more a::after{
  content: '';
  display: inline-block;
  background-image: url("/images/main/more_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  margin: 0 0 1px 10px;
}
.second-title .more:hover{
  background-color: #fff;
}
.second-title .more:hover a{
  color: #010d3c;
}
.second-title .more:hover a::after{
  background-image: url("/images/main/hover_more2.png");
}
@media screen and (max-width : 768px){
  .second-title h3{
    font-size: 20px;
  }
  .second-title h2{
    font-size: 30px;
    margin: 5px 0 25px 0;
  }
  .second-title .more a{
    padding: 7px 27px;
    font-size: 14px;
  }
}
.swiper-button-next:after,
.swiper-button-prev:after{
  display: none;
}
.fade-up{
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.fade-up.in-view{
  opacity: 1;
  transform: translateY(0);
}

/*********************** main *************************/
#main .uk-container{
  max-width: 1520px;
}
#main section.main-visual{
  background-image: url("/images/main/main_visual.jpg");
  min-height: 980px;
}
#main section.business{
  background-image: url("/images/main/business_bg.jpg");
  /* min-height: 1425px; */
  padding: 135px 0 208px 0;
}
#main section.product{
  background-image: url("/images/main/product_bg.jpg");
  min-height: 1098px;
  padding: 138px 0 126px 0;
}
#main section.request{
  background-image: url("/images/main/request.jpg");
  min-height: 900px;
}
@media screen and (max-width : 768px){
  #main section.request{
    background-image: url("/images/main/request_m.jpg");
  }
}
#main section > div > img{
  width: 100%;
}
#main section.video{
  /* width: 100vw;
  height: 100vh; */
  overflow: hidden;
  position: relative;
}
#main section.video video{
  /* width: 100%;
  height: 100%; */
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

/*********************** main *************************/
/*********************** main-visual *************************/
#main .main-visual .uk-container{
  position: relative;
  min-height: 980px;
}
#main .main-visual .top-title{
  position: absolute;
  top: 22%;
  left: 0%;
}
@media screen and (max-width : 1520px){
  #main .main-visual .top-title{
    left: 10px;
  }
}
@media screen and (max-width : 1024px){
  #main .main-visual .top-title{
    top: 12%;
  }
}
@media screen and (max-width : 768px){
  #main section.main-visual{
    min-height: 100vh;
    background-position: 25% center;
  }
  #main .main-visual .uk-container{
    min-height: 100vh;
  }
  #main .main-visual .top-title{
    top: 16%;
  }
}
/*********************** business *************************/
#main section.business .uk-container{
  display: flex;
  gap: 92px;
}
#main section.business .second-title{
  min-width: 304px;
}
#main section.business .contents{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#main section.business .contents > div{
  display: flex;
  flex-direction: column;
  gap: 100px;
}
#main section.business .contents > div > div{
  width: 352px;
  height: 425px;
  position: relative;
  background-size: contain;
  box-shadow: 0px 1px 8px 0.9px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  overflow: hidden;
}
#main section.business .des{
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 56%;
  color: #fff;
  width: max-content;
}
#main section.business .des h4{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
#main section.business .des p{
  color: #fff;
  font-size: 18px;
}
#main section.business .contents .left01{
  background-image: url("/images/main/business01.png");
}
#main section.business .contents .left01.fade-up{
  transition-delay: 0.3s;
}
#main section.business .contents .left02{
  background-image: url("/images/main/business02.png");
}
#main section.business .contents .left02.fade-up{
  transition-delay: 0.3s;
}
#main section.business .contents .mid01{
  background-image: url("/images/main/business03.png");
}
#main section.business .contents .mid02{
  background-image: url("/images/main/business04.png");
}
#main section.business .contents .right01{
  background-image: url("/images/main/business05.png");
}
#main section.business .contents .right01.fade-up{
  transition-delay: 0.6s;
}
#main section.business .contents .right02{
  background-image: url("/images/main/business06.png");
}
#main section.business .contents .right02.fade-up{
  transition-delay: 0.6s;
}
#main section.business .contents .middle{
  margin-top: -55px;
}
#main section.business .contents .left,
#main section.business .contents .right{
  margin-top: 130px;
}
@media screen and (max-width : 1280px){
  #main section.business .uk-container{
    gap: 0;
  }
  #main section.business .contents{
    gap: 20px;
  }
  #main section.business .contents > div > div{
    width: 270px;
    height: 326px;
  }
  #main section.business .des h4{
    font-size: 26px;
  }
  #main section.business .des p{
    font-size: 14px;
  }
}
@media screen and (max-width : 1024px){
  #main section.business .uk-container{
    flex-direction: column;
    gap: 40px;
  }
  #main section.business .contents > div > div{
    width: 290px;
    height: 350px;
  }
}
@media screen and (max-width : 768px){
  #main section.business{
    padding: 60px 0 100px 0;
  }
  #main section.business .contents{
    flex-direction: column;
    gap: 10px;
    margin: auto;
  }
  #main section.business .contents .left,
  #main section.business .contents .right,
  #main section.business .contents .middle{
    margin-top: 0;
  }
  #main section.business .contents > div{
    gap: 10px;
  }
  #main section.business .contents > div > div{
    width: 352px;
    height: 425px;
  }
  #main section.business .des{
    top: 66%;
  }
  #main section.business .des h4{
    font-size: 24px;
  }
  #main section.business .des p{
    font-size: 18px;
  }
}
/*********************** product *************************/
#main section.product .second-title{
  min-width: 304px;
}
#main section.product .second-title h3{
  color: #000;
}
#main section.product .second-title h2{
  color: #000;
}
#main section.product .second-title .more{
  border: 1px solid #000;
  transition: all 0.3s ease;
}
#main section.product .second-title .more a{
  color: #000;
}
#main section.product .second-title .more a::after{
  filter: invert(1) brightness(2);
}
#main section.product .second-title .more:hover{
  background-color: #000;
}
#main section.product .second-title .more:hover a{
  color: #fff;
}
#main section.product .uk-grid{
  flex-wrap: nowrap;
  margin-right: calc((100vw - 100%) / 2* -1);
}
#main section.product .contents{
  position: relative;
  top: 100px;
}
#main section.product .background{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 65px rgba(96, 96, 97, 1);
  border-radius: 20px;
  z-index: 0;
  width: 810px;
  height: 732px;
}
#main section.product .slide{
  margin: 49px 0 0 42px;
  /* position: relative; */
}
#main section.product .swiper-button-prev{
  top: unset;
  left: unset;
  right: 51%;
  bottom: 3%;
  height: unset;
  width: fit-content;
}
#main section.product .swiper-button-next{
  top: unset;
  left: 52%;
  right: unset;
  bottom: 3%;
  height: unset;
  width: fit-content;
}
#main section.product #stop{
  position: absolute;
  top: unset;
  left: 50.2%;
  right: unset;
  bottom: 3%;
  background: none;
  cursor: pointer;
}
#main section.product .slide-text{
  position: relative;
  z-index: 2;
  top: 40px;
  width: fit-content;
}
#main section.product .slide-text h2{
  font-weight: 600;
  font-size: 48px;
}
#main section.product .slide-text p{
  font-size: 20px;
  margin-top: 10px;
}
#main section.product .slide-text div{
  margin-top: 40px;
}
#main section.product .slide-text a{
  font-size: 18px;
  color: #666;
  font-weight: 500;
}
#main section.product .slide-text a:after{
  content: '';
  display: inline-block;
  background-image: url("/images/main/more_arrow2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  margin-left: 5px;
}
@media screen and (max-width : 1280px){
  #main section.product .background{
    height: 626px;
  }
  #main section.product .swiper-button-prev{
    right: 36%;
    bottom: 4%;
  }
  #main section.product .swiper-button-next{
    left: 69%;
    bottom: 4%;
  }
  #main section.product #stop{
    left: 66%;
    bottom: 4%;
  }
}
@media screen and (max-width : 1024px){
  #main section.product .background{
    height: 676px;
  }
  #main section.product .contents .swiper-slide{
    height: 360px;
  }
  #main section.product .contents .swiper-slide img{
    height: 100%;
  }
}
@media screen and (max-width : 768px){
  #main section.product{
    min-height: unset;
    padding: 60px 0 128px 0;
  }
  #main section.product .uk-grid{
    flex-wrap: wrap;
    /* margin-right: 0; */
  }
  #main section.product .contents{
    top: 10px;
    width: 100%;
  }
  #main section.product .contents .swiper-slide{
    height: 240px;
  }
  #main section.product .background{
    left: 10px;
    box-shadow: 0 0 35px rgba(96, 96, 97, 1);
    border-radius: 10px;
    width: 350px;
    height: 400px;
  }
  #main section.product .slide{
    margin: 20px 0 0 20px;
  }
  #main section.product .slide-text{
    top: 20px;
  }
  #main section.product .slide-text h2{
    font-size: 24px;
    text-align: left;
  }
  #main section.product .slide-text p{
    font-size: 12px;
    margin-top: 5px;
  }
  #main section.product .slide-text div{
    margin-top: 20px;
  }
  #main section.product .slide-text a{
    font-size: 12px;
  }
  #main section.product .slide-text a:after{
    width: 10px;
    height: 8px;
    margin-left: 4px;
  }
  #main section.product .swiper-button-prev,
  #main section.product .swiper-button-next,
  #main section.product #stop{
    display: none;
  }
}
/*********************** request *************************/
#main .request .uk-container{
  position: relative;
  min-height: 900px;
}
#main .request .top-title{
  position: absolute;
  top: 20%;
  left: 0%;
}
#main .request .top-title .more:hover a{
  color: #666;
}
@media screen and (max-width : 1520px){
  #main .request .top-title{
    left: 10px;
  }
}
@media screen and (max-width : 768px){
  #main section.request{
    min-height: 100vh;
    background-position: bottom;
  }
  #main .request .uk-container{
    min-height: 100vh;
  }
  #main .request .top-title{
    top: 10%;
  }
}



/*********************** contact-banner *************************/
section#contact-banner{
  background-image: url("/images/contact_banner_bg.jpg");
  padding: 72px 0 64px 0;
}
section#contact-banner .uk-container{
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 100;
}
section#contact-banner .title{
  position: absolute;
  top: 18%;
  left: 10%;
}
section#contact-banner .title > *{
  color: #fff;
}
section#contact-banner .counsel{
  max-width: 770px;
  width: 100%;
}
section#contact-banner input,
section#contact-banner textarea{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fff;
  font-size: 18px;
  padding: 20px 22px;
  background-color: rgba(255, 255, 255, 0.1);
}
section#contact-banner input::placeholder,
section#contact-banner textarea::placeholder{
  color: #fff;
}
section#contact-banner input{
  height: 60px;
}
section#contact-banner textarea{
  height: 180px;
}
section#contact-banner .counsel .name-tel{
  display: flex;
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
}
section#contact-banner .counsel .name{
  width: 37%;
}
section#contact-banner .counsel .tel{
  width: calc(100% - 37%);
}
section#contact-banner input[type=checkbox]#is-privacy{
  display: none;
}
section#contact-banner input[type=checkbox]#is-privacy+label{
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
}
section#contact-banner input[type=checkbox]#is-privacy+label::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}
section#contact-banner input[type=checkbox]#is-privacy:checked+label::after{
  content: '✔';
}
section#contact-banner .check span{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
section#contact-banner .button{
  text-align: center;
  margin-top: 34px;
}
section#contact-banner .button button{
  color: #fff;
  background-color: #00acf3;
  border-radius: 30px;
  border: 2px solid transparent;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
section#contact-banner .button button::after{
  content: '';
  display: inline-block;
  background-image: url("/images/contact_arrow.png");
  background-size: contain;
  width: 15px;
  height: 12px;
  margin-left: 10px;
}
section#contact-banner .button button:hover{
  border: 2px solid #fff;
  background-color: transparent;
}
@media screen and (max-width : 768px){
  section#contact-banner{
    padding: 30px 0;
    background-position: right;
  }
  section#contact-banner .uk-container{
    flex-direction: column;
    gap: 30px;
  }
  section#contact-banner .title{
    position: unset;
  }
  section#contact-banner input,
  section#contact-banner textarea{
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
  }
  section#contact-banner input{
    height: 40px;
  }
  section#contact-banner textarea{
    height: 140px;
  }
  section#contact-banner .counsel .name-tel{
    flex-direction: column;
    gap: 5px;
    margin-bottom: 5px;
  }
  section#contact-banner .counsel .name{
    width: 100%;
  }
  section#contact-banner .counsel .tel{
    width: 100%;
  }
  section#contact-banner input[type=checkbox]#is-privacy+label{
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }
  section#contact-banner input[type=checkbox]#is-privacy+label::after{
    font-size: 14px;
  }
  section#contact-banner .check span{
    font-size: 12px;
  }
  section#contact-banner .button{
    margin-top: 20px;
  }
  section#contact-banner .button button{
    padding: 10px 30px;
    font-size: 14px;
  }
  section#contact-banner .button button::after{
    width: 10px;
    height: 8px;
    margin-left: 4px;
  }
}



/*********************** charger *************************/
#charger section.slow .content > div,
#charger section.fast .content > div{
  /* width: 86%; */
  text-align: center;
  /* margin: auto; */
}
#charger section .content > div .img{
  border-radius: 10px;
  overflow: hidden;
}
#charger section .content > div .img img{
  transition: scale 0.3s ease;
}
#charger section .content > div:hover .img img{
  scale: 1.05;
}



/*********************** canopy *************************/
/*********************** fast *************************/
#canopy section.fast{
  margin-bottom: 10px;
}
#canopy section .content > div .img{
  border-radius: 10px;
  overflow: hidden;
}
#canopy section .content > div .img img{
  transition: scale 0.3s ease;
}
#canopy section .content > div:hover .img img{
  scale: 1.05;
}
/*********************** type *************************/
#canopy section.type .uk-container{
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  padding: 182px 0 150px 0;
}
#canopy section.type .title h2{
  font-size: 42px;
}
#canopy section.type .content{
  gap: 40px;
}
@media screen and (max-width : 768px){
  #canopy section.type .uk-container{
    padding: 60px 0;
  }
  #canopy section.type .content > div{
    margin: auto;
  }
}
/*********************** helmet *************************/
#canopy section.helmet{
  padding-top: 156px;
}
@media screen and (max-width : 768px){
  #canopy section.helmet{
    padding-top: 60px;
  }
}


/*********************** fire *************************/
/*********************** use *************************/
#fire section.use .uk-container{
  border-top: 1px solid #cacaca;
}
#fire section.use .content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
#fire section .content > div .img{
  border-radius: 10px;
  overflow: hidden;
}
#fire section .content > div .img img{
  transition: scale 0.3s ease;
}
#fire section .content > div:hover .img img{
  scale: 1.05;
}
@media screen and (max-width : 768px){
  #fire section.use .content{
    column-gap: 10px;
    row-gap: 15px;
  }
}



/*********************** info *************************/
/*********************** info[공통] *************************/
#info section.divide .content{
  display: unset;
}
.content .txt-box{
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width : 768px){
  .content .txt-box{
    font-size: 12px;
  }
}
#info section.connector td img{
  max-width: 212px;
}
#info section.connector tr.socket img{
  max-width: 120px;
}
@media screen and (max-width : 768px){
  #info section.connector td img{
    max-width: 112px;
  }
  #info section.connector tr.socket img{
    max-width: 60px;
  }
}
/*********************** speed *************************/
#info section.speed .content{
  background-image: url("/images/product/info/speed_bg.png");
  max-width: 1075px;
  border-radius: 10px;
  display: flex;
  gap: 65px;
  align-items: center;
  height: 470px;
  padding: 0px 82px;
}
#info section.speed .content .txt-box h4{
  font-size: 30px;
}
#info section.speed .content .txt-box p{
  font-size: 20px;
}
#info section.speed .content .txt-box > *{
  color: #fff;
}
#info section.speed .content .line{
  width: 1px;
  height: 295px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width : 768px){
  #info section.speed .content{
    /* flex-direction: column; */
    gap: 5px;
    height: 270px;
    padding: 10px 40px;
  }
  #info section.speed .content .line{
    width: 90%;
    height: 1px;
  }
  #info section.speed .content .txt-box h4{
    font-size: 18px;
  }
  #info section.speed .content .txt-box p{
    font-size: 12px;
  }
}
/*********************** install *************************/
#info section.install table td.long{
  padding-left: 20px;
}
/*********************** connector *************************/
#info section.connector .long-table{
  margin-bottom: 50px;
}
/*********************** pay *************************/
#info section.pay .ps{
  margin-top: 10px;
}
#info section .long-table{
  overflow-x: auto;
}
/*********************** envir *************************/
#info section.envir .txt-box,
#info section.economy .txt-box,
#info section.business .txt-box{
  margin-bottom: 30px;
}
#info section.envir .second .imgs{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width : 768px){
  #info section.envir .second .imgs{
    flex-direction: column;
    gap: 10px;
  }
  #info section.envir .txt-box,
  #info section.economy .txt-box,
  #info section.business .txt-box{
    margin-bottom: 10px;
  }
}



/*********************** hello *************************/
#hello section.greeting{
  padding-bottom: 165px;
}
#hello section.divide .content{
  gap: 0;
}
#hello section.greeting .txt-box{
  margin: 63px 0 56px;
}
#hello section.greeting .sign{
  margin-left: auto;
  text-align: center;
}
#hello section.greeting .sign p{
  color: #333;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 10px;
}
#hello section.greeting .sign > div{
  margin-top: 12px;
}
@media screen and (max-width : 768px){
  #hello section.greeting{
    padding-bottom: 80px;
  }
  #hello section.greeting .txt-box{
    margin: 30px 0 20px;
  }
}



/*********************** doc *************************/
#doc section.divide .content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
#doc section.divide .content > div img{
  border: 1px solid #ddd;
  height: 500px;
}
#doc section.divide .content > div{
  text-align: center;
}
#doc section.divide .content > div p{
  font-size: 22px;
  font-weight: 700;
  padding-top: 15px;
}
@media screen and (max-width : 768px){
  #doc section.divide .content{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #doc section.divide .content > div img{
    height: 250px;
  }
  #doc section.divide .content > div p{
    font-size: 12px;
    padding-top: 5px;
  }
}



/*********************** apart *************************/
#apart section.apart .content{
  text-align: center;
}
#apart section.apart .uk-container{
  padding-left: 0;
  padding-right: 0;
}



/*********************** contact *************************/
#contact section.divide .content{
  display: unset;
}
#contact section.counsel .form{
  width: 100%;
  margin-top: 37px;
}
#contact section.counsel .form .name-tel{
  display: flex;
  gap: 20px;
}
#contact section.counsel .form .name-tel > div{
  flex: 1;
  display: flex;
  align-items: center;
}
#contact section.counsel .form .name-tel > div span,
#contact section.counsel .form .contents span{
  font-weight: 700;
}
#contact section.counsel .form .name input,
#contact section.counsel .form .tel input,
#contact section.counsel .form .contents textarea{
  width: 100%;
  height: 55px;
  padding: 10px;
  border-radius: 10px;
  font-size: 18px;
  margin-left: 16px;
  border: 1px solid #d1d1d1;
}
#contact section.counsel .form .contents{
  display: flex;
  margin: 27px 0 21px 0;
}
#contact section.counsel .form .contents textarea{
  height: 290px;
}
#contact section.counsel .form .check{
  margin-left: 55px;
}
#contact section.counsel input[type=checkbox]#is-privacy{
  display: none;
}
#contact section.counsel input[type=checkbox]#is-privacy+label{
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  vertical-align: middle;
  margin-right: 8px;
}
#contact section.counsel input[type=checkbox]#is-privacy+label::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #175ba6;
  font-size: 18px;
}
#contact section.counsel input[type=checkbox]#is-privacy:checked+label::after{
  content: '✔';
}
#contact section.counsel .check span{
  vertical-align: middle;
}
#contact section.counsel .uk-button{
  padding: 0;
  padding-left: 16px;
}
#contact section.counsel .uk-button-default{
  color: #000;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
.uk-modal-title{
  font-size: 24px;
}
#contact section.counsel .button{
  text-align: center;
  margin-top: 57px;
}
#contact section.counsel .button button{
  color: #fff;
  background-color: #00acf3;
  border-radius: 30px;
  padding: 20px 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
#contact section.counsel .button button::after{
  content: '';
  display: inline-block;
  background-image: url("/images/contact_arrow.png");
  background-size: contain;
  width: 15px;
  height: 12px;
  margin-left: 10px;
}
@media screen and (max-width : 768px){
  #contact section.counsel .form .name-tel{
    flex-direction: column;
    gap: 10px;
  }
  #contact section.counsel .form span{
    font-size: 16px;
    width: 46px;
  }
  #contact section.counsel .form .name input,
  #contact section.counsel .form .tel input,
  #contact section.counsel .form .contents textarea{
    width: 100%;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 6px;
  }
  #contact section.counsel .form .contents textarea{
    height: 190px;
  }
  #contact section.counsel .form .contents{
    margin: 10px 0 0px 0;
  }
  #contact section.counsel .form .check{
    margin-left: 48px;
  }
  #contact section.counsel input[type=checkbox]#is-privacy+label{
    width: 14px;
    height: 14px;
    margin-right: 2px;
  }
  #contact section.counsel input[type=checkbox]#is-privacy+label::after{
    font-size: 14px;
  }
  #contact section.counsel .check span{
    font-size: 12px;
  }
  #contact section.counsel .uk-button{
    padding-left: 6px;
  }
  #contact section.counsel .uk-button-default{
    font-size: 12px;
  }
  .uk-modal-title{
    font-size: 16px;
  }
  #contact section.counsel .button{
    margin-top: 20px;
  }
  #contact section.counsel .button button{
    padding: 10px 30px;
    font-size: 14px;
  }
  #contact section.counsel .button button::after{
    width: 10px;
    height: 8px;
    margin-left: 4px;
  }
}



/*********************** faq *************************/
#faq section.divide .content{
  display: unset;
}
#faq section.divide .content .des{
  text-align: center;
  margin-bottom: 66px;
}
#faq section.divide .content .des p{
  font-size: 20px;
}
#faq section.divide .content .des .blue{
  color: #175ba6;
  font-weight: 700;
  margin-bottom: 2px;
}
#faq section.faq .content ul li{
  border-bottom: 1px solid #d5d5d5;
  padding: 24px 0;
}
#faq section.faq .content ul li:first-child{
  border-top: 1px solid #000;
}
#faq section.faq .content ul li > a{
  margin-left: 24px;
}
#faq section.faq .content ul .uk-accordion-content{
  margin-left: 52px;
  margin-top: 40px;
}
#faq section.faq .content ul li > a span{
  color: #ccc;
  margin-right: 15px;
}
.uk-accordion-title:hover{
  color: inherit;
}
#faq section.faq .uk-accordion-title{
  color: #000;
  font-weight: 700;
}
#faq section.faq .content ul .uk-accordion-content span{
  margin-right: 12px;
}
.uk-accordion>:nth-child(n+2){
  margin-top: 0;
}
.uk-accordion-title::before{
  background-image: url("/images/contact/arrow.png");
  width: 17px;
  height: 28px;
  background-size: contain;
}
.uk-open>.uk-accordion-title::before{
  background-image: url("/images/contact/arrow.png");
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}
@media screen and (max-width : 768px){
  #faq section.divide .content .des{
    margin-bottom: 30px;
  }
  #faq section.divide .content .des p{
    font-size: 14px;
  }
  #faq section.divide .content .des .blue{
    margin-bottom: 0px;
  }
  #faq section.faq .content ul li{
    padding: 12px 0;
  }
  #faq section.faq .content ul li > a{
    font-size: 14px;
    margin-left: 10px;
  }
  #faq section.faq .content ul .uk-accordion-content{
    margin-left: 24px;
    margin-top: 10px;
  }
  .uk-accordion-title::before{
    width: 11px;
    height: 19px;
  }
}



/*********************** center *************************/
#center section.center .uk-container{
  max-width: 650px;
}
#center section.center .table{
  margin: 30px 0;
}



/*********************** map *************************/
#map section.map .uk-container div{
  text-align: center;
}
#map section.map iframe{
  height: 80vh;
}



/* ********************* privacy *********************** */
#privacy section{
  padding: 150px 0 50px 0;
  background-color: #333;
}
#privacy section .title{
  border-bottom: 3px solid #00acf3;
  padding-bottom: 30px;
  color: #fff;
}
#privacy section .title h1{
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 20px;
}
#privacy section .content > div{
  margin: 30px 0;
}
#privacy section .content > div h3{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#privacy section .content > div p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
#privacy section .content > div hr{
  margin: 4px 0;
}
@media screen and (max-width : 768px){
  #privacy section{
    padding: 100px 0 50px 0;
  }
  #privacy section .title h1{
    font-size: 24px;
  }
}
