
@font-face{
  font-family: 'NotoSansCJK KR';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src:local('NotoSansCJKkr-Thin'),
  url('/font/NotoSansCJKkr-Thin.subset.woff2') format('woff2');
}

@font-face{
  font-family: 'NotoSansCJK KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;e
  src:local('NotoSansCJKkr-Light'),
  url('/font/NotoSansCJKkr-Light.subset.woff2') format('woff2');
}

@font-face{
  font-family: 'NotoSansCJK KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:local('NotoSansCJKkr-Regular'),
  url('/font/NotoSansCJKkr-Regular.subset.woff2') format('woff2');
}

@font-face{
  font-family: 'NotoSansCJK KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:local('NotoSansCJKkr-Medium'),
  url('/font/NotoSansCJKkr-Medium.subset.woff2') format('woff2');
}
@font-face{
  font-family: 'NotoSansCJK KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:local('NotoSansCJKkr-Bold'),
  url('/font/NotoSansCJKkr-Bold.subset.woff2') format('woff2');
}
@font-face{
  font-family: 'NotoSansCJK KR';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:local('NotoSansCJKkr-Black'),
  url('/font/NotoSansCJKkr-Black.subset.woff2') format('woff2');
}
#pageHeader { 
  overflow: hidden; 
  padding-top: 116px;
}

body {
  font-family: 'NotoSansCJK KR', 'Noto Sans KR' !important;
}
.header_top { position: fixed; top: 0; left: 0; width: 100%; height: 127px;border-bottom: 1px solid #e1e1e1; z-index: 110; background-color: #fff; }

.header_top.min {height: 100px;}

.header_top.min .header_top_wrap { padding-top: 5px; height: 100px; }

/*
.header_top.min .header_top_wrap .logo_div img { padding: 5px 5px 0; width: 144px; }
*/

.header_top.min .header_top_wrap .right_search { top: 5px; }

.header_top.min .header_top_wrap .main_nav .nav_block { padding-top: 20px; padding-bottom: 20px; }

.header_top.min .header_top_wrap .main_nav .hover_back { top: 80px; }

.header_top.min .go_top { bottom: 10px; opacity: 1; }

.header_top .go_top { position: fixed; bottom: -70px; width: 60px; height: 60px; right: 10px; border: 1px solid #555; background: url("/images_new/icon/top.png") 50% no-repeat #fff; opacity: .3; }

.header_top .go_top:hover { background-color: #3b8c94; background-image: url("/images_new/icon/top_wt.png"); }

.right_area {
	/*
  position: absolute;*/
  position: relative;
  z-index: 999;
      /*width: 100%;*/
    .util_group {
      display: flex;
    white-space: nowrap;
    justify-content: flex-end;
    POSITION: absolute;
        RIGHT: -15px;
                top: -10px;
    }
}

.right_area .util_group span img {vertical-align: bottom;}

#pageNavi {
  position: relative;
  .search-top-area {
    width: 100%;
    border: none;
    position: absolute;
    top: -392px;
    background: #f3f3f3;
    .div-wrap-flex-column-gap30 {
      position: relative;
      padding: 40px 0;
      display: flex;
          flex-direction: column;
          gap: 20px;
          justify-content: center;
          align-items: center;
         .search-bar {
          display: flex;
          padding: 10px 28px;
          box-sizing: border-box;
          .search-input {
            flex: 1;
          }
         }
          .text_wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            p {
              font-size: 32px;
              font-weight: 500;
            }
          }
          .search-bar {
            width: 870px;
            height: 60px;
            border-radius: 999px;
            background-color: #fff;
            .search-input {
              /*background-color: #f6f6f6;*/
              background-color: #fff;
              border:none;
                 outline: none;
                 font-size: 20px;
            }
          }
        }
        .close-dialog {
          position: absolute;
          top: 0;
          /*right: calc(50% - 610px);*/right: calc(50% - 440px);
        }
        
  }
}
dialog:-internal-dialog-in-top-layer::backdrop {
  position: fixed;
  inset: 0px;
  /* background: rgba(0, 0, 0, 0.1); */
  background:none;
   outline: none;
}
.search_link_group {
  display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    position: relative;
    /*margin-top: 23px;*/
    margin-top:36px;
    z-index: -1;
    right: 0;
  > a.site_map, .search_btn {
    position: relative;
    display:inline-block;
  }
  > .site_map:before, .search_btn:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
  }
  .search_btn {
    width: 29px;
    height: 29px;
    /* border: 1px solid red; */
  }
  .search_btn:before {
    width: 29px;
    height: 29px;
    left: 0;
    background: url(/images_renew/icon_header_search.png) no-repeat 0 0 / contain;
  }
  .site_map {
    right: 0;
    width: 27px;
    height: 18px;
  }
  .site_map:before {
    right: 0;
    width: 27px;
    height: 18px;
    background: url(/images_renew/icon_header_sitemap.png) no-repeat 0 0 / contain;
  }
  
  .language_site{
    position: relative;
    &::after {
        content: ""; 
        position: absolute;
        right: 10px; 
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        width: 7px;
        height: 4px;
        background: url(/images_renew/icon_header_select_arrow.png) no-repeat center center / contain;
    }
    select {
        padding: 0 16px;
        width: 70px;
        height: 28px;
        border: 1px solid #c6c6c6;
        border-radius: 14px;
        background: #fff;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        appearance: none; 
        -webkit-appearance: none;
        -moz-appearance: none;
        option {
            color: #000;
            background-color: #fff;
        }
    }
  }
}



.popup-sitemap {
  position: fixed;
  top: 453px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  border: 1px solid #ccc;
  background-color: #f3f3f3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  .popup-header {
    padding: 0 100px;
    margin: 0 auto;
    width: 1700px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    .logo_white {
      width: 197px;
      height: 74px;
    }
    .icon_close {
      width: 29px;
      height: 29px;
    }
  }
  .popup-content {
    width: 100%;
    height: 780px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    background-color: #fff;
    .grid_wrap {
      padding:60px 70px 95px 70px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 230px 136px 328px;
      gap: 88px;
      width: 1700px;
      box-sizing: border-box;
      .row {
        ul {
          position: relative;
        }
        ul:before {
          position: absolute;
        }
        ul.dot_li > li {
          position: relative;
          margin-left: 10px;
          &::before {
            position: absolute;
            top: 58%;
            left: -10px;
            transform: translateY(-50%);
            display: inline-block;
            width: 3px;
            height: 3px;
            border-radius: 70%;
            content:'';
            background-color: #a0e0db;
          }
        }
      }
      .row_wrap:nth-of-type(1) {
        .row:first-child {
          ul.depth2_wrap:before {
            top: 9px;
            left: -50px;
            content: '';
            border-left: 1px solid #2a9a91;
            height: 222px;
          }
        }
        .row:last-child {
          ul.depth2_wrap:before {
            top: 9px;
            left: -47px;
            content: '';
            border-left: 1px solid #2a9a91;
            height: 222px;
          }
        }
      }
      .row_wrap:nth-of-type(2) {
        .row:first-child {
          ul.depth2_wrap:before {
            top: 9px;
            left: -50px;
            content: '';
            border-left: 1px solid #2a9a91;
            height: 87px;
          }
        }
        .row:last-child {
          ul.depth2_wrap:before {
            top: 9px;
            left: -47px;
            content: '';
            border-left: 1px solid #2a9a91;
            height: 129px;
          }
        }
      }
      .row_wrap:nth-of-type(3) {
        .row:first-child {
          ul.depth2_wrap:before {
            top: 9px;
            left: -50px;
            content: '';
            border-left: 1px solid #2a9a91;
            height: 370px;
          }
        }
        .row:last-child {
          ul.depth2_wrap:before {
            top: 9px;
            left: -47px;
            content: '';
            border-left: 1px solid #2a9a91;
            height: 275px;
          }
        }
      }





      .row_wrap {
        display: flex;
        justify-content: space-between;
      }
      .row_wrap:nth-of-type(1) {
        .row:first-child {
          .depth1 {
            font-size: 30px;
            line-height: 34px;
            padding-top: 10px;
          }
        }
        .depth3_wrap {
          display: flex;
          flex-wrap: wrap;
          gap: 23px 35px;
          width: 450px;
          height: fit-content;
          
        }
      }
      .row_wrap:nth-of-type(3) {
        .depth2_wrap {
          li:last-child {
            padding-top: 40px;
          }
        }
      }
      .row {
        display: flex;
        color: #fff;
        .depth1 {
          padding-right: 80px;
          font-size: 36px;
          font-weight: 700;
          line-height: 48px;
          white-space: nowrap;
        }
        .depth1.w170 {
          /*width: 170px;*/width: 220px;
        }
        .depth1.w110 {
          width: 110px;
        }
        .depth2_wrap {
          width: 180px;
          white-space: nowrap;
          li {
            font-size: 24px;
            font-weight: 500;
            line-height: 48px;
          }
        }
        .depth3_group {
          display: flex;
          flex-direction: column;
          gap: 25px;
        }
        .depth3_wrap {
          li {
            font-size: 18px;
            font-weight: 400;
            line-height: 34px;
            color: #a0e0db;
          }
        }
      }
      
      .row.car {
        .depth2_wrap {
          li:first-child {
            padding-bottom: 250px;
          }
        }
        .depth3_wrap {
          position:relative;
          display: grid;
         
          /* gap: 0 50px; */
          width: 630px;
          li {
            font-weight: 300;
            color: #fff;
          }
        }
        .depth3_wrap:before {
          position:absolute;
        }
        .depth3_wrap.pc {
          grid-template-columns: repeat(5, 1fr);
          padding-top: 45px;
        }
        .depth3_wrap.cv {
          grid-template-columns: 124px 250px 135px 150px;
          padding-top: 20px;
        }
        .depth3_wrap.pc:before, .depth3_wrap.cv:before {
          left: -10px;
         
          font-size: 18px;
          color: #a0e0db;
        }
        .depth3_wrap.pc:before {
          top: 21px;
          content: '· 승용';
        }
        .depth3_wrap.cv:before {
          top: 0;
          content: '· 상용';
        }
      }
    }
  }
  /* 스크롤바 스타일링 */
  .popup-content::-webkit-scrollbar {
    width: 25px; /* 스크롤바 너비 */
  }

  .popup-content::-webkit-scrollbar-track {
    background-color: #122f2d; /* 스크롤바 배경색 */
  }

  .popup-content::-webkit-scrollbar-thumb {
    background-color: #30847e; /* 스크롤바 색상 */
  }

  .popup-content::-webkit-scrollbar-button {
    display: none; /* 위, 아래 화살표 제거 */
  }
}


.hidden {
  display: none;
}

.popup-sitemap.en {
  .popup-content {
    .grid_wrap {
      .row_wrap {
        .row {
          .depth2_wrap {
            width: 254px;
          }
        }
      }
      .row_wrap:nth-of-type(1) {
        .depth3_wrap {
          width: 600px;
        }
        .depth3_wrap.pc:before {
          content: '· Passenger Car';
        }
        .depth3_wrap.cv:before {
          content: '· Commercial Vehicle';
        }
      }
      .row_wrap:nth-of-type(2) {
        .row:first-child {
          .depth1 {
            font-size: 30px;
            line-height: 34px;
            padding-top: 10px; 
          }
        }
      }
    }
    
  }
  
}


/* .en .header_top_wrap .main_nav:hover .hover_back { height: 480px; } */
.en .header_top_wrap .main_nav:hover .hover_back { height: 535px; border-width: 1px; }
/* .en .header_top_wrap .main_nav:hover .hover_back { height: 450px; }  */

/* .en .header_top_wrap .main_nav:hover .nav_block .sub_list { height: 500px; } */
 .en .header_top_wrap .main_nav:hover .nav_block .sub_list { height: 530px; }
 
 
/* .en .header_top_wrap .main_nav .nav_block { padding: 20px 95px 20px 0; } */

.header_top_wrap {display: flex; margin: 0 auto; max-width: 1700px; /*min-width: 1440px;*/ /*padding: 18px 5px 0;*/padding: 25px 0 0; position: relative; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; height: 115px; -webkit-transition: .3s; transition: .3s; }

.header_top_wrap .logo_div { float: left; /*width: 15%;*/ text-align: left; margin-top: 4px;z-index:99999; }

.header_top_wrap .logo_div img { -webkit-transition: .3s; transition: .3s; width: 195px; }

.header_top_wrap .main_nav { float: left; font-size: 0; z-index: 2; position: relative; }

.header_top_wrap .main_nav:hover .hover_back { height: 535px;border-width: 1px; }

.header_top_wrap .main_nav .nav_block .sub_list {width: max-content;}

.header_top_wrap .main_nav:hover .nav_block .sub_list { height: 490px; opacity: 1; /*width: 97%;*/ width: max-content; }

.header_top_wrap .main_nav.cv:hover .hover_back { height: 550px; }

.header_top_wrap .main_nav.cv:hover .nav_block .sub_list { height: 540px; }

.header_top_wrap .main_nav .hover_back { background: #fff; position: absolute; left: -150%; right: -150%; top: 99px; height: 0; -webkit-transition: .4s; transition: .4s; border-bottom: 0 solid #e1e1e1; }

/*.header_top_wrap .main_nav .nav_block { display: inline-block; position: relative; padding: 33px 88px 25px 0; font-size: 16px; -webkit-transition: .3s; transition: .3s; } */
.header_top_wrap .main_nav .nav_block { 
  display: inline-block; 
  position: relative; 
  padding-top: 33px;
  /*padding-right:60px;*/
  padding-bottom: 25px;
  /*padding-left: 60px;*/
  font-size: 16px; 
  -webkit-transition: .3s; 
  transition: .3s; 
} 
.header_top_wrap .main_nav .nav_block.btn_block {
  padding-right: 10px;
}
.header_top_wrap .main_nav {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*padding: 10px;*/
    /* background-color: #f8f8f8; */
    width: 100%;
    /*max-width: 1289px;*/
        margin-left: -110px;
}

.en .header_top_wrap .main_nav {/*margin-left: 0;*/margin-left:-60px;}

.header_top_wrap .main_nav .nav_block:hover::after { 
      content: '';
    position: absolute;
    bottom: -6px;
    left: 0px;
    height: 5px;
    background: #31aaa0;
    -webkit-transition: 10s;
    transition: 10s;
    right: 0px; }

.header_top_wrap .main_nav .nav_block:first-child:hover::after{content: none;}

.header_top_wrap .main_nav .nav_block.crown_ic { min-width: 95px; padding-right: 0 !important; text-align: left;     margin-left: 50px;}

.header_top_wrap .main_nav .nav_block.crown_ic::after { right: 0; }

.header_top_wrap .main_nav .nav_block.crown_ic:hover::after { background: #31aaa0; }

.header_top_wrap .main_nav .nav_block.crown_ic h4 { 
  color: #000; padding-left: 35px; padding-right: 10px; background: #e5f0ef url("/images_renew/icon/crown.png") no-repeat 10px 50%; 
  a {
    font-size: 18px;
  }
}

.header_top_wrap .main_nav .nav_block.crown_ic .sub_list {
   width: 220px; 
   .nav_sub {
    a {
      white-space: nowrap;
    }
   }
   .data, .notice {
    font-weight: 700;
   }
   .nav_sub.data_sub, .nav_sub.notice_sub {
    position:relative;
    padding-left: 14px;
   }

    a.small_text {
      font-size: 14px;
    }
   .nav_sub.data_sub:after, .nav_sub.notice_sub:after {
    position: absolute;
    top: 9px;
    left: 3px;
    height: 39px;
    content: '';
    border: 1px solid #d7d7d7;
   }
  }

.header_top_wrap .main_nav .nav_block.normal_ic { min-width: 95px; padding-right: 0 !important; text-align: left; }

.header_top_wrap .main_nav .nav_block::after { right: 0; }

.header_top_wrap .main_nav .nav_block:hover::after { background: #31aaa0; }

.header_top_wrap .main_nav .nav_block.normal_ic h4 { color: #fff; padding-left: 10px; padding-right: 10px; background: #31aaa0; }

.header_top_wrap .main_nav .nav_block.normal_ic .sub_list { width: 220px; }

.header_top_wrap .main_nav .nav_block:hover::after { background: #31aaa0; }

.header_top_wrap .main_nav .nav_block .sub_list { 
  -webkit-transition: .5s; 
  transition: .5s;
  opacity: 0;
  top: 99%;
  height: 0; 
  overflow: hidden; 
  position: absolute; 
  text-align: left; 
  
}

/*
.header_top_wrap .main_nav .nav_block .sub_list.statistics_center { 
  left: 9px;
}*/

.header_top_wrap .main_nav .nav_block .sub_list ul { padding-top: 20px; }

.header_top_wrap .main_nav .nav_block .sub_list .nav_sub { 
  line-height: 40px;
  /*font-size: 16px;*/
  font-size: 17px;
  font-family: 'NotoSansCJK KR';
  font-weight: 400 ;
  letter-spacing: -1px;
  }

  .header_top.en  .header_top_wrap .main_nav .nav_block .sub_list .nav_sub {
    font-size: 16px;
  }

.header_top_wrap .main_nav .nav_block .sub_list .nav_sub .new { font-size: 0.75em; border: 1px solid #31aaa0; border-radius: 10px; background-color: #31aaa0; display: inline-block; padding: 1px 6px 2px; color: #fff; vertical-align: text-bottom; }
  
.header_top_wrap .main_nav h4 { padding: 0; }

.header_top_wrap .main_nav h4 a { 
  display: inline-block; 
  padding: 10px 0; 
  font-size: 24px; 
  font-weight:600;
}
.header_top.en .header_top_wrap .main_nav h4 a { 
  font-size: 22px; 
}


.main_nav {
  .nav_block:first-child {
    padding: 0;
  }
  .nav_block.where_sub {
    .sub_list {
      ul {
        li.passenger_car, li.commercial_vehicle {
          font-family: 'Noto Sans KR';
          font-weight: 900;
        }
        li.passenger_car_sub, .commercial_vehicle_sub {
          position: relative;
          padding-left: 14px;
          a.small_text {
            font-size: 14px;
          }
        }
        li.passenger_car_sub:last-child {
          /* font-size: 17.5px; */
        }
        /*
        li.passenger_car_sub:after {
          position: absolute;
          top: 9px;
          left: 3px;
          height: 39px;
          content: '';
          border: 1px solid #d7d7d7;
        }*/
        li.passenger_car_sub:last-child:after {
          height:35px;
        }
        /*
        li.commercial_vehicle_sub:after {
          position: absolute;
          top: 9px;
          left: 8px;
          height:32px;
          content: '';
          border: 1px solid #d7d7d7;
        }*/
      }
    }
  }
}

.nav_sub:has(.service) {
  line-height: 22px !important;

 }
 
.nav_sub {
  a {
    font-weight: 500 !important;
  }
 }






.header_top_wrap .main_nav .nav_block .sub_list.main_nav_btn {
  left: -240px;
  width: 300px;
  display: flex;
  flex-direction: column;
  top: 130px;
  gap: 10px;
}





.header_top_wrap .right_search.en { z-index: 2; }

.header_top_wrap .right_search span { 
  display: inline-block; 
  margin: 0 13px; 
  position: relative; 
  font-size: 16px; 
  font-weight: 300; 
}

.header_top_wrap .right_search a.no_ext { cursor: default; }

.header_top_wrap .right_search span::after { 
  background-color: #848484; 
  content: ''; 
  position: absolute; 
  height: 15px; 
  width: 1px; 
  top: 4px; 
  right: -17px; 
}
.header_top_wrap .right_search span:last-child:after { 
  display: none;
}
.header_top_wrap .right_search a.calendar { /*position: absolute;*/ position:revert; left: -115px; top: 4px; z-index: 9; }


.header_top_wrap .right_search .search_area { 
  position: relative; 
  text-align: right; 
}

.header_top_wrap .right_search .search_area .search_inp { 
  margin-top: 15px; 
  margin-right: 2px; 
  width: 180px; 
  padding-right: 32px; 
}

.header_top_wrap .right_search .search_area .search_btn { 
  position: absolute; 
  width: 29px; 
  height: 29px; 
  right: 10px; 
  top: 23px; 
  background: url("/images_renew/detail.png") no-repeat 50%; 
}

.header_bottom {  margin: 0 auto; width: 1440px; max-width: 1440px;}
.header_bottom .fixwid { width: 70px; text-align: center; }
.header_bottom .page_tit_wrap { display: inline-block; vertical-align: top; padding-top: 33px; overflow: hidden; white-space: nowrap; word-wrap: normal; width: 20%; position: relative; z-index: 2; }
.header_bottom .page_tit_wrap h2 { display: inline-block; vertical-align: middle; margin-left: 13px; margin-right: 60px; }
.header_bottom_wrap { padding-top: 110px;}
.header_bottom_wrap .page_nav.on .page_sub_tit { color: #fff; background: #666; }
.header_bottom_wrap .page_nav .page_sub_tit { border: 2px solid #666; padding: 5px 15px; background: #fff; color: #666; }

.new_icon {font-size: 0.75em; border: 1px solid #30aa9f; border-radius: 10px; background-color: #30aa9f; display: inline-block; padding: 1px 6px 2px; color: #fff; border-radius: 10px; vertical-align: text-bottom; margin-left:5px;}
.header_bottom_wrap .page_nav {margin-bottom: 70px;display: flex; gap: 6px;}
.header_bottom.header_member .header_bottom_wrap .page_nav {padding-bottom: 95px;border-bottom: 2px solid #000 !important;} 
.header_bottom.header_member .header_bottom_wrap .page_nav .body_tit{font-size:48px;}


.page_sub {flex: 1;height: 74px;border: 1px solid #cfcfcf;}
.page_sub a.nav_lnk {display: flex ;justify-content: center;align-items: center;height: 74px;font-weight: 500;text-align: center;line-height: normal;}
.page_sub .on {position: relative;background: #e5f0ef;box-shadow: 0 8px 0 #e3e3e3;}
  /* 내부 삼각형 꼬리 (배경색과 그림자) */
  .page_sub .on:after {
        display: none;
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 12px 12px 0;
      border-style: solid;
      border-color: #e5f0ef transparent; /* 내부 배경색 */
      filter: drop-shadow(0 8px 0 #e3e3e3); /* 삼각형에 그림자 */
  }
  
  /* 외부 삼각형 꼬리 (border 효과용) */
  .page_sub .on:before {
      display: none;
      content: '';
      position: absolute;
      bottom: -11px;
      left: 50%;
      transform: translateX(-50%);
      border-width: 13px 13px 0;
      border-style: solid;
      border-color: #cfcfcf transparent; /* 꼬리의 외부 border 색 */
  }
  
  .nav_block {
      position: relative;
  }
  
  .en .page_sub a.nav_lnk {text-align: center;line-height: normal;}
  .en .header_top_wrap .main_nav:hover .nav_block .sub_list {padding-right: 3px;}
