/* 공통 */
video::-webkit-media-controls-volume-slider, video::-webkit-media-controls-play-button, video::-webkit-media-controls-timeline, video::-webkit-media-controls-current-time-display{display: none !important;} 


.bg-gray{background-color: #f4f4f4;}
.bg-w{background-color: #fff;}
.dis-f{display: flex;}
.flex-revers-row{flex-direction: row-reverse;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap{flex-wrap: nowrap;}
.justi-s-b{justify-content: space-between;}
.justi-c{justify-content: center;}
.align-i-c{align-items: center;}

/* ********************************************* *
    swiper
* ********************************************* */

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    font-size: 18px;
    background: #f4f4f4;

    /* 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;

  }


  /*  */
/* ********************************************* *
    header
* ********************************************* */
.wrap02 .header .logo{background: url(../img/logo-color.png)no-repeat center center / contain;}
.wrap02 .menu-global{border-color: #222;}
.wrap02 .header .nav_inner>ul>li>a{color: #222;}
.header .nav_inner>ul>li>a.page_on{
  font-weight: 600 !important;
   background: -webkit-linear-gradient(-45deg, #2f4ea9, #00b75f);
  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; position: relative;}
.header{border-bottom: 1px solid rgba(255, 255, 255, 0.3); width: 100%; height:95px; transition-duration: 0.5s;  position: fixed; top: 0; left: 0; z-index: 999; }
.header .main_nav{width:100%; max-width: 100%; margin: 0 auto; background-color: transparent; height:95px; position: relative;}
.header .logo{width: 115px; height: 90px; position: absolute; top:50%; left:100px; text-indent: -9999px; 
    overflow: hidden; background: url(../img/logo-w.png) 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 .logo a{display: block; width: 100%; height: 100%;}
ul.gnb{position: relative;}
.header .nav_inner{position: absolute; width: 100%; left: 0%;; top: 0; text-align: center; }
.header .nav_inner>ul{display: flex; align-items: center; justify-content: center;}
.header .nav_inner>ul>li{ text-align: center; position: relative; min-width: 145px; color: #fff; padding: 0 2.5%; display: flex; align-items: center; justify-content: center; height:95px; line-height:95px; font-weight: 500; vertical-align: top; margin-right: -5px;font-size:18px;}
.header .nav_inner>ul>li>a{line-height: 1.5; text-transform: uppercase; display: block; width: 100%; font-weight: 600;}
.header .nav_inner>ul>li>a i{font-size: 0.75em; display: block; opacity: 0.7;}
.header .nav_inner>ul>li .sub_deph{ height: 0; opacity: 0; overflow: hidden; transform-origin: 50% 0%; 
   box-shadow: 1px 1px 20px rgba(0,0,0,0.05);
  -webkit-transform: translateX(-50%);  -ms-transform: translateX(-50%);  -o-transform: translateX(-50%);  transform: translateX(-50%); 
  width: 100%; position: absolute; top:95px; left: 50%;z-index: 999; text-align:center; transition-duration: 0.3s; 
}
.header .nav_inner>ul>li .sub_deph ul>li{transition-duration: 0.3s; font-weight: 400; padding: 0;width:100%; overflow: hidden;z-index: 999; font-size:1em; opacity: 0;background-color: rgba(255,255,255,0.5); }
.header .nav_inner>ul>li:hover .sub_deph ul>li{padding: 12px 16px; opacity: 1;}
.header .nav_inner>ul>li:hover .sub_deph ul>li a img{width: 15px; margin-left: 8px;}
.header .nav_inner>ul>li:hover .sub_deph ul>li a{display: flex; align-items: center; justify-content: center;}
.header .nav_inner>ul>li:hover .sub_deph{height: auto;opacity: 1;}
.header .nav_inner>ul>li .sub_deph ul>li>a{color: #333 ; font-size: 16px; font-weight:400;
  transition-duration: 0.3s; word-break: keep-all; text-align: center; margin: 0 auto;display:table;
  line-height: 1.4; position: relative;}
  .header .nav_inner>ul>li .sub_deph ul>li:hover{background-color:#f5f5f5;}
.header .nav_inner>ul>li .sub_deph ul>li:hover>a{color: #00b75f; opacity: 1;}
.header .nav_inner>ul>li .sub_deph.sub_deph_long ul>li>a{font-size: 14px;}





.header .h_contact{position: absolute; right: 100px; top: 0; color: #fff; width: 195px; height: 195px;
    background: linear-gradient(-45deg, #2f4ea9, #00b75f);
    padding: 24px;
    display: flex; flex-direction: column; justify-content: space-between;
}
.header .h_contact p{font-size: 15px; font-weight: 300; }
.header .h_contact span{display: block;margin-bottom: 4px; padding-top: 8px; font-size: 15px;}
.header .h_contact a{display: block;font-size: 21px; font-weight: 600;}
:lang(en) .header .h_contact a{font-size: 19px;}
:lang(en) .header .h_contact span{font-size: 14px;}
.header .h_contact a:last-child{font-size: 0.95rem; opacity: 0.7;  font-weight: 400;}
.header .h_contact img{width: 50px;}


/* 헤더 이벤트  */
.h_event{background-color: #fff!important;}
/* .h_event2{color: #333!important; border: 2px solid #e1e1e1!important;} */
.h_event2::after{   border-top: 4px solid #333!important;}
.h_event3{color: #333!important; font-weight: 500!important;}
.h_event3::after{background-color: #333 !important;}

.h_event4{background: url(../img/logo-color.png) no-repeat!important; background-position: center!important; background-size: contain!important;}
.h_event5{color: #333!important; font-weight: 600!important; border: 1px solid #ddd!important;}
.h_event6{border-top:2px solid #333!important;}





/* 탑버튼 */
.top_btn{display: none; position: fixed; right: 50px; bottom: 50px; width: 50px; height: 50px; 
  border: 1px solid #e1e1e1; background-color: #fff; text-align: center; line-height: 50px;
  z-index: 99; font-size: .85em; box-shadow: 1px 10px 20px rgba(0,0,0,0.05); transition-duration: 0.3s;
}
.top_btn:hover{background-color: #00b75f; color: #fff; border: 1px solid #00b75f;}
.top_btn>a>p{position: relative; padding-top: 4px;}
.top_btn>a>p::before{content: ""; position: absolute; width: 6px; height: 6px; border-right: 1px solid #858585; border-bottom: 1px solid #858585; 
  text-align: center; margin: 0 auto; left: 50%; top: 10px;  transform: translateX(-50%) rotateZ(-135deg); transition-duration: 0.3s;
}
.top_btn:hover p::before{border-right: 1px solid #fff; border-bottom: 1px solid #fff;}


.pricary_con{background-color: #f5f5f5; padding: 120px 0;width: 100%; border-bottom: 1px solid rgba(255,255,255,0.1);}
.pricary_con h2{text-align: center; font-size: 2.125rem; margin-bottom: 80px;}
.pricary_con .privacy_text{text-align: left; width: 1200px; max-width: 100%; margin: 0 auto;}


.header .language{position: absolute; left:235px; top:27px; font-weight: 400; }
.header .language>p{cursor: pointer; position: relative; font-size: 14px; font-weight: 600; color: #fff;background-color: #00b75f;width: 50px; height: 50px; text-align: center; padding:13px 4px; border-radius:50%; }

.header .language>p.lang_event::after{
  border-top: 6px solid transparent;
  border-bottom: 6px solid #fff ;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-bottom: 1px;

}
.header .language ul{transition-duration: 0.2s; overflow: hidden; margin-top: 8px; display: flex; }
.header .language ul li{cursor: pointer; padding:4px 12px; position: relative; margin-bottom: 8px; border-radius: 55px; font-weight: 400;
    color: #232323; text-align: center; font-size: 14px; color: #fff;  z-index: 2;
}
.header .language ul li a{display: block; opacity: 0.7; }
.header .language ul li a.lang_on{position: relative; font-weight: 600; opacity: 1;}
.header .language ul li a.lang_on::after{content: ""; width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0; bottom: -5px;}



 /* 모바일헤더 */
.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_i_btn1{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_i_btn1 span{display: block; width: 100%; height: 3px; margin-bottom:7px; background-color: white;} */
.mo_i_btn1 span{position: absolute; width: 100%; height:2px; background-color:#333 ;z-index: 300;}
.mo_i_btn1 span:nth-child(1){top: 0;}
.mo_i_btn1 span:nth-child(2){top:50%;}
.mo_i_btn1 span:nth-child(3){top: 100%;}
.mo_i_btn1 span:last-child{margin-bottom: 0;}

/* new 햄버거 메뉴 */
.menu {
    cursor: pointer;
    margin: 16px auto;
    padding-left: 1.25em;
    position: relative;
    width: 26px;
    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.3s 0.3s;
    border-top: 2px solid #333;
  }
  .menu-middle-click {
    opacity: 0;
  }
  .menu-bottom-click {
    backface-visibility: hidden;
    top: 10px;
    transform: rotate(-410deg);
    transition: 0.55s 0.5s;
    border-top: 2px solid #333;
  }


/* 개인정보처리방침 */
 
.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;}

/* 페이지네이션 */
.pagination{text-align: center; margin: 64px auto 0;}
.pagination .navi{width: 35px; height: 35px; border: 1px solid #ddd; 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; margin-bottom: 0; padding: 4px; margin-right: -5px;color: #333; text-align: center;  cursor: pointer; border-bottom: 0; width: auto;}
.pagination>.page ul li>p{width: 35px; height: 35px; line-height: 35px; font-size: 15px; }
.pagination>.page ul li> .page_on{color: #00b75f; }
.pagination>.page ul li> .page_on::after{content: ""; display: block; width: 60%; height: 2px; background-color: #00b75f; margin: -1px auto 0 auto;}

/* 탑버튼 */
.top_btn{display: none; position: fixed; right: 50px; bottom: 50px; width: 50px; height: 50px; 
  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: #00b75f; color: #fff; border: 1px solid #00b75f;}
.top_btn>a>p{position: relative; padding-top: 4px; font-size: 14px;}
.top_btn>a>p::before{content: ""; position: absolute; width: 6px; height: 6px; border-right: 1px solid #777; border-bottom: 1px solid #777; 
  text-align: center; margin: 0 auto; left: 50%; top: 10px;  transform: translateX(-50%) rotateZ(-135deg); transition-duration: 0.3s;
}
.top_btn:hover p::before{border-right: 1px solid #fff; border-bottom: 1px solid #fff;}




/* ********************************************* *
  sub-page 공통
* ********************************************* */

.sub-banner{width: 100%; height: 600px; position: relative; overflow: hidden;}
.sub-banner::after{content: ""; position: absolute; bottom: -27px; width: 100%; height: 100px; background: url(../img/sub/sub-banner-bg.png)no-repeat center center / cover;}
.sub-banner .img_wrap{width: 100%; height: 100%; overflow: hidden;}
.sub-banner .img_wrap .img_in{width: 100%; height:100%; animation: img_zoom 3s ease forwards ;}
.sub-banner .img_wrap.cp_bg .img_in{background: url(../img/sub/cp_bg.png) no-repeat center center /cover;}
.sub-banner .img_wrap.bs_bg .img_in{background: url(../img/sub/bs_bg.png) no-repeat center bottom /cover;}
.sub-banner .img_wrap.ser_bg .img_in{background: url(../img/sub/ser_bg.png) no-repeat center center /cover;}
.sub-banner .img_wrap.tech-bg .img_in{background: url(../img/sub/tech_bg.png) no-repeat center center /cover;}
.sub-banner .img_wrap.notice-bg .img_in{background: url(../img/sub/notice_bg.png) no-repeat center center /cover;}
.sub-banner .video_wrap{width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.sub-banner .video_wrap iframe{width: 100%; height: 100%;}
@keyframes img_zoom{
    from{ transform:scale(1);}
    to{transform: scale(1.08);}
}


.sub-banner .video_wrap video{width: 100%;object-fit: fill;}
.sub-banner .video_wrap video source{width: 100%;}



.sub-banner .txt_wrap{text-align: center;  position: absolute; width: 100%;
  left: 50%; top: 44%; transform: translate(-50%, -50%); color: #fff;
}
.sub-banner .txt_wrap p{font-size: 23px;}
.sub-banner .txt_wrap h2{font-size: 60px; display: none;}
:lang(en) .sub-banner .txt_wrap h2{font-size: 49px;}

.sub-banner .sub-tab{width: 100%; position: absolute; bottom: 36%; left: 50%; transform: translateX(-50%);}
.sub-banner .sub-tab .inner{width: 100%;}
.sub-banner .sub-tab .navi{display: flex; justify-content: center;  width: 100%;margin: 0 auto;  width: 1440px; max-width: 100%; text-align: center;}
.sub-banner .sub-tab .navi p{color: #fff; margin-right: 16px; font-weight: 500;}
.sub-banner .sub-tab .navi p.h-btn{width: 20px; height: 20px;}
.sub-banner .sub-tab .navi p.now_page{color: #fff; font-weight: 600; position: relative; padding-left: 8px;}
.sub-banner .sub-tab .navi p.now_page::after{content: ""; width: 3px; height: 3px; background-color: #fff; left: -5px; top: 9px; border-radius: 50%; position: absolute;}
.sub-banner .sub-tab .navi p span{display: none;}
.sub-banner .sub-tab .navi p span.view_on{display: block;}


/* 서브탭 */
.sub-banner-tab{ height: 140px; margin-top: -140px;  position: relative; z-index: 1;}

.sub-banner-tab h3{font-size: 28px; display: block; padding-right: 150px; }
.sub-banner-tab h3 span{opacity: 0.7; font-size: 0.6em;  display: block;}
.sub-banner-tab .bd-lg{ position: relative; height: 100%;}
.sub-banner-tab .bd-lg::before{content: ""; width: 118.3%; height: 105%; background-color: #fff; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); z-index: -1;}
.sub-banner-tab .bd-lg::after{content: ""; width: 100%; height: 1px; background-color: #ddd; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.sub-banner-tab ul li{margin-right: 60px;}
.sub-banner-tab ul li a{font-size: 20px; font-weight: 400; opacity: 0.7;}
.sub-banner-tab ul li a span{display: block; opacity: 0.7; font-size: 0.8em; -webkit-text-fill-color:#333;}
.sub-banner-tab ul li a.lang_on{font-weight: 600; opacity: 1;

 
}
.sub-banner-tab ul li:last-child{margin-right: 0;}
.sub-banner-tab ul li a.lang_on i{ background: -webkit-linear-gradient(-45deg, #2f4ea9, #00b75f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}








/* ********************************************* *
    footer
* ********************************************* */
.footer{border-top: 1px solid #ddd; position: relative;  width: 100%; background-color:#fff; color:#222; text-align:left; padding:48px 0; }
.footer .bd-xl>div{width: 100%; display: flex; align-items: center; justify-content: space-between;}
.footer .right{width: 120px;}
.footer .left{ width: calc(100% - 200px);}
.footer .left .bottom{opacity: 0.7; }
.footer .left .bottom p{margin-bottom: 8px; font-size: 14px; font-weight: 500;}
.footer .left .bottom p span{display: inline-block; vertical-align: middle; margin-right: 24px;}
.footer .left .bottom p span i{position: relative; padding-right: 12px; margin-right: 8px; opacity: 0.6;}
.footer .left .bottom p span i::after{content: ""; width: 1px; height: 12px; background-color: #666; right: 0; top: 3px; position: absolute;}

.footer .left .top{display: flex; justify-content: space-between; width: 100%; margin-bottom: 32px;}
.footer .left .top>div{display: flex;}
.footer .left .top>div p{margin-right: 16px; opacity: 0.6; border: 1px solid #ddd; padding: 8px 16px;}
.footer .left .top>div p:first-child{opacity: 1; background-color: #00b75f; color: #fff; border: 1px solid #00b75f;}
.footer .left .copy{opacity: 0.6; margin-top: 24px;}


.policy_con{width: 100%; }
.policy_con h3{font-size: 30px; text-align: center; margin-bottom: 80px; }
.policy_con .policy_in{width: 100%; padding: 48px; background-color: #f5f5f5; }
.policy_btn{cursor: pointer;}



/* 유투브 바로가기 */
.youtube{ animation:y_e 2s 3 0s ease-in ;  cursor: pointer; position: fixed; z-index: 99; transition-duration: 0.5s; right: 50px; bottom: 120px; width: 50px; height: 50px; border-radius: 55px; background-color: #f5f5f5; overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.youtube .img_wrap{position: relative; z-index: 1; width: 50px; height: 50px; background-color: #ed2123; border-radius: 50%; display: flex;align-items: center; justify-content: center;}
.youtube .img_wrap img{width: 15px;}
.youtube .txt_wrap{margin-left:10px; position: absolute;right:25px;}
.youtube:hover{width: 140px;}


@keyframes y_e{
  0%{transform: translateY(0); animation-timing-function: ease-out;}
  30%{transform: translateY(-10px);}
  60%{transform: translateY(0);animation-timing-function: ease-in;}
  90%{transform: translateY(-20px);}
  100%{transform: translateY(0);}

}



/* ********************************************* *
 * 1600px
 * ********************************************* */
 @media screen and (max-width: 1660px){
   
    /* 헤더 */
    .header .logo{left: 16px;}
    .header .language2{right: 0px;}
    .boundary3{padding:  0 20px;}
    .header .nav_inner>ul>li{min-width: 135px;}
    .header .language{left: 155px;}

    
}

/* ********************************************* *
* 1400px
* ********************************************* */
@media screen and (min-width: 1399px){
  
  /* 헤더 */
  .mo_btn{display: none!important;}
  .header .nav_inner{transform: inherit!important;}
  .header .nav_inner>ul>li .sub_deph{display: block!important;}
 
}
@media screen and (max-width: 1400px){

      /* 푸터 */
      .footer .img_wrap{right: 20px;}
      .footer .footer_text-top{padding: 0 20px;}



/* 헤더 */
.mo_btn{display: block;}
.header .nav_inner{transition-duration: 0.3s;
    transform: translateX(150%); padding: 130px 24px; z-index: 999; box-shadow: 0 0 200px 0 rgb(0 0 0 / 50%);
    width: 100%; max-width: 350px; height: 100%; left: inherit;   position: fixed; text-align: left; right:0; background-color:#fff;  top:0; z-index: 9999;}
.header .nav_inner>ul>li{line-height: inherit; text-align: left; cursor: pointer;  position: static; display: block; width:100%; height:auto; border-bottom: 1px solid #e1e1e1; font-size: 18px; padding: 0;}
.header .nav_inner>ul>li>a{padding: 12px 8px; display: block; position: relative; width: 100%;  padding-left: 16px; color: #333!important;}


.header .nav_inner>ul>li>a{pointer-events: none;}
.header .nav_inner>ul>li>a>span{position: absolute; right: 18px; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 0; height: 0; 
    border-left:6px solid transparent; 
    border-right:6px solid transparent; 
    border-top: 6px solid #e1e1e1;
    margin-left:8px;
}
.header .nav_inner ul>li .sub_deph{display: none; transform: scale(1); opacity: 1;  position: static; }
.header .nav_inner ul>li .sub_deph>ul>li{height: 45px; position: static; display: block; background-color: white; font-size: 17px; text-align: left; padding: 0;}
.header .nav_inner ul>li .sub_deph >ul>li>a{display: block; color:#9e9e99; font-size: 15px;padding: 12px 8px 12px 16px; text-align: left;}
.header .nav_inner ul>li .sub_deph ul li:hover{background-color:#f5f5f5;}
.header .nav_inner ul>li .sub_deph ul li:hover a{color:#232323;}
.header:hover .nav_inner ul li a{color: #fff; text-shadow: none;}
.header .nav_inner>ul>li .sub_deph ul>li:hover a::before{display: none;}
.header .nav_inner:hover ul>li .sub_deph ul>li{height: auto; padding: 0;}
.header .nav_inner>ul>li .sub_deph{transition-duration: inherit; height: auto;}

.header_bg::after{display: none;}
.header .nav_inner>ul>li .sub_deph ul>li{height:auto; opacity: 1;}
.header .nav_inner:hover{border-bottom: 0;}
.header .nav_inner>ul>li .sub_deph ul>li{opacity: 1;}
.header .nav_inner>ul>li .sub_deph{border: 0;}
.header .language{right: 80px; }
.mo_btn{width: 90px; height: 90px; right: 0;}
.menu{margin: 35px auto;}

.sub_deph_long{max-height: 230px!important; width: 100%!important; overflow-y: scroll!important;}

.header .nav_inner>ul{display: block;}
.header .nav_inner>ul>li:hover .sub_deph ul>li a{text-align: left;}
.header .nav_inner ul>li .sub_deph >ul>li>a img{width: 20px;  display: inline-block; margin-left: 8px;}
.header .nav_inner>ul>li:hover .sub_deph ul>li a{display: block;}
}

/* ********************************************* *
* 1200px
* ********************************************* */
@media screen and (min-width: 1199px){


}

@media screen and (max-width: 1200px){
 .footer .list ul li:last-child{display: none;}
  .footer .list{width: auto;  margin-top: 16px;}
  .footer .footer_text{width: calc(100% - 194px);}
  /* 공통 */
  .common_tab_banner_pc ul li p{width:100%; height:100% ;
  display: flex; align-items: center; -webkit-box-align: center; -ms-flex-align: center;
  justify-content: center; -webkit-box-pack: centenr; -ms-flex-pack: center;
  }
  .header .nav_inner>ul>li>a.page_on::after{left: 0; bottom: 23px;}
  /* 푸터 */
  .footer .rock{display: none;}




  
}

/* ********************************************* *
* 1024px
* ********************************************* */
@media screen and (max-width: 1024px){
    /* 공통 */
    .sub-banner .txt_wrap h2{font-size: 50px;}
  
}


/* ********************************************* *
* 960px
* ********************************************* */
@media screen and (min-width: 959px){

  .sub-banner .sub-tab{display: none;}
 

}
@media screen and (max-width: 960px){
  
  .header .h_contact{display: none;}
  .sub-banner .sub-tab{display: block;}
  .sub-banner-tab{display: none;}
  .sub-banner{height: 450px;}
  .sub-banner .txt_wrap{top: 48%;}
  .sub-banner .sub-tab{bottom: 34%;}
  
  .common_tab_banner .h_btn{display: none;}
  .common_tab_banner .dropdown_02 span::after{display: none;}
  .common_tab_banner ul li:last-child:after{display: none;}
  .sub-banner>.boundary2{padding: 0;}
  .common_tab_banner{display: block;}
  .common_tab_banner_pc{display: none;}
  .common_tab_banner .dropdown_01{width: 50%;}
  .common_tab_banner .dropdown_02{width: 50%;}
  .top_btn{right: 20px;}

  .footer .left{width: 140px;}
  .footer .left{width: calc(100% - 140px); padding-right: 32px;}
  .footer .right .top{display: block;}
  .footer .right .top .copy{margin-top: 32px;}
  

}


/* ********************************************* *
* 768px
* ********************************************* */
@media screen and (min-width: 769px){
 

 
}
@media screen and (max-width: 768px){

 
    /* 공통 */

    .common_tab_banner ul .dropdown_02_long::after{display: none;}
    .sub-body>.inner .sub-title>h2{font-size: 35px;}

    /* 푸터 */

    .footer .footer_logo{width: 130px;}
    
    .footer .right{ padding-right: 0; padding-left: 0; margin-top: 24px;}
    .footer .left{width: 100%; padding-right: 0;}
    .footer .right .top>div p{font-size: 15px;}
    .footer .bd-xl>div{display: block;}
    .footer .right .bottom p, .footer .right .top .copy{font-size: 14px;}
    .footer .right .bottom{padding-bottom: 16px; margin-bottom: 16px;}

    .footer .left .top>div{display: flex; flex-wrap: wrap;}
    .footer .left .top>div p{margin-top: 8px;}
}


/* ********************************************* *
* 640px
* ********************************************* */
@media screen and (max-width: 640px){

  .sub-banner .txt_wrap h2{font-size: 40px;}
  .sub-banner{height: 320px;}
  .sub-banner .sub-tab{bottom: 32%;}


  
  .footer .footer_text{width: 100%;}
  .footer .list{width: 100%; margin-top: 24px;}
  .header .language{top: 15px;}
  .header .language>p{font-size: 14px;}
  .sub-banner .sub-img .img_wrap>p{font-size: 34px;}
  .info-sub-body>.inner{padding-bottom: 0;}
  .mb-12{margin-bottom: 64px;}
  .sub-body>.inner .sub-title>h2{font-size: 31px;}
  .com-sub-title{padding-bottom: 56px;}
  .sub-banner .sub-img{height: 320px;}
  .sub-banner .sub-img .img_wrap>p{top: 50%;}
  .common_tab_banner{position: relative;}
  .common_tab_banner ul li{border-right: 0; font-weight: 500;}
  .common_tab_banner ul li a{font-size: 17px;}
  .common_sub_banner>.common-title-wrap{top: calc(50% - 53px);}
  .common_tab_banner .h_btn{display: none;}
  .common_tab_banner{padding: 0;}
  

  .common_tab_banner ul li:first-child{border-bottom: 1px solid #e1e1e1;}
  .dropdown .dropdown_menu{border-right: none; border-left: none;}
  .dropdown_02 a>span::after{display: none;}
  .sub-body>.inner .sub-title>span{font-size: 18px;}
  .common_tab_banner{bottom: 0;}
  .pc_hidden{display: block;}
  .header.logo{width: 133px; height: 35px; top: 20px;}

  .header .logo{width: 90px;}
  .header{height: 64px;}
  .header .main_nav{height: 64px;}
  .header .language ul li{font-size: .85em;}


  .sub-banner .sub-img .img_wrap .text_wrap{top:55%;}
  .sub-banner .sub-img .img_wrap .text_wrap h2{font-size: 42px;}
  .sub-banner .sub-img .img_wrap .text_wrap p{font-size: 18px;}

  .sub-banner .sub-img .img_wrap>p>span:first-child{font-size: 34px;}
  
  .header .language>p{width: 45px; height: 45px; padding: 12px 4px;}
  .header .language{top: 9px; left: 120px; right: inherit;}

  .pagination{margin-top: 8px;}


}

/* ********************************************* *
* 500px
* ********************************************* */
@media screen and (max-width: 500px){
  .common_tab_banner ul li::after{display: none;}
  .sub-banner .txt_wrap h2{font-size: 30px;}
  .sub-banner .sub-img{height: 270px;}
  .sub-banner .sub-img .img_wrap>p{top: 55%;}
  .common_tab_banner .bd-md{padding: 0;}
  .product-sub-body>.inner{padding-bottom: 0;}
  .sub-banner .sub-img .img_wrap>p>span:first-child{font-size: 31px;}
  .header .language>p{font-size: 15px;}
  .common_tab_banner .dropdown a{font-size: 16px;}
  .common-title{font-size: 2.0rem;}
  .com-sub-title>p{font-size: 0.9777rem;}
  .com-sub-title>h2{font-size: 1.7rem;}
  .header .nav_inner{min-width: 100%;}
  /* .header:hover .logo{width: 133px!important; height: 35px; top: 25px;} */
  .common_tab_banner .dropdown a{height: 50px; padding: 14px 32px 12px 20px;}
  .common_tab_banner ul li a{font-size: 16px;}
  .dropdown .dropdown_menu{top: 50px;}
  .dropdown .dropdown_menu_02{top: 100px;}
  .dropdown .dropdown_menu .drop_item{height: 45px; padding:11px 11px 11px 16px;}
  /* .header .nav_inner::before{content: "";position: absolute; top: 0; left: 0; width:100%; height: 90px; background-color: rgba(6,70,125,0.8);} */
  .common_tab_banner ul li{width:100%; border-bottom: 1px solid #e1e1e1;}
  .sub-body>.inner .sub-title>h2{font-size: 30px;}
  .header .language ul li{padding: 4px 10px;}
  .common_sub_bannr{height: 380px;}
  .common_sub_banner .common-title-wrap span{font-size: 17px;}
  .dropdown_02_long_1 .dropdown_menu_02{top:145px;}
  section .title h2{font-size: 32px;}
  .pb-8{padding-bottom: 48px;}
  .common_tab_banner .dropdown{width: 100%; border-bottom: 1px solid #e1e1e1;}
  /* .common_tab_banner .dropdown:last-child{border-bottom: 0;} */
  .common_tab_banner{height: auto; border-bottom: 0;}
  .common_tab_banner .bd-md ul li{float: inherit;}
  .common_tab_banner .bd-md ul li span::after{display: none;}

  /* 푸터 */
  .footer .footer_text>p{width: 100%;}
  .footer .footer_text>p:last-child{width: 64%;}
  .footer .footer_logo{width: 130px;}
  .footer .right .top>div{display: block;}
  .footer .right .bottom p span{display: block;}
  .footer .right .bottom p span i{width: 80px;}


  
  
  
}

/* ********************************************* *
* 400px
* ********************************************* */
@media screen and (max-width: 480px){
    /* 헤더 */
    .header .language>p::before{width: 20px; height: 20px;}
    .dropdown .dropdown_menu .drop_item{font-size: 15px;}



}



