@media screen and (max-width: 1024px) {
  /*로그인스킨*/
  #login_wrap {
    width: 100%;
    background: #f7f7f7;
    padding: 50px;
  }
  .login_top {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
  }
  .login_top h2 {
    font-size: 30px;
    color: #4b4f58;
    line-height: 1;
    font-weight: 600;
  }
  .login_top h2 span {
    font-size: 15px;
    font-weight: 400;
  }
  .login_mid {
    display: block;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
  }
  .login_mid .login_con {
    width: 100%;
    height: 100%;
  }
  .login_mid .login_con h2 {
    text-align: center;
    color: #222;
    font-size: 40px;
    margin-bottom: 20px;
  }
  .login_mid .login_con .login_id {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 10px;
  }
  .login_mid .login_con .login_id #mb_id {
    height: 100%;
    width: 90%;
    border: none;
    background: none;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    vertical-align: top;
  }
  .login_mid .login_con .login_pw {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
  }
  .login_mid .login_con .login_pw #mb_pass {
    height: 100%;
    width: 90%;
    border: none;
    background: none;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    vertical-align: top;
  }
  .login_mid .login_con span {
    display: inline-block;
    width: 10%;
    height: 100%;
    text-align: center;
    line-height: 40px;
  }
  .login_mid .login_con span img {
    vertical-align: middle;
  }
  .login_mid .login_con input::placeholder {
    font-size: 14px;
    color: #c3c3c3;
  }
  .login_mid .login_con input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #c3c3c3;
  }
  .login_mid .login_con input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    color: #c3c3c3;
  }
  .login_mid .login_con input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    color: #c3c3c3;
  }
  .login_mid .login_con input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    color: #c3c3c3;
  }
  .login_mid .login_btn {
    width: 100%;
    height: 55px;
    margin-top: 20px;
  }
  .login_mid .login_btn button {
    width: 100%;
    height: 100%;
    background: #4b4f58;
    border: 1px solid #4b4f58;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 53px;
  }
  .login_mid .login_bottom {
    text-align: center;
  }
  .login_mid .login_bottom li {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    line-height: 35px;
  }
  .login_mid .login_bottom li::before {
    width: 1px;
    height: 13px;
    background: #ddd;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
  }
  .login_mid .login_bottom li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .login_mid .login_bottom li:first-child::before {
    display: none;
  }
  .login_mid .login_bottom li a {
    color: #666;
    font-size: 15px;
    line-height: 15px;
  }
  .login_mid .login_bottom li a img {
    vertical-align: middle;
    margin-right: 5px;
  }
  .login_mid .login_bottom li label {
    color: #666;
    font-size: 15px;
    line-height: 15px;
  }
  .login_mid .login_bottom li input[type="checkbox"] {
    vertical-align: -3px;
  }
  .login_mid .login_bottom li .naver_login {
    display: inline-block;
    background: #00ce38;
    width: 200px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-left: 1px solid #ddd;
    border-radius: 5px;
    vertical-align: middle;
  }
  .login_mid .login_bottom li .naver_login img {
    vertical-align: -1px;
  }
  .login_mid .login_img {
    width: 100%;
    margin-top: 40px;
  }
  .login_mid .login_img .img_wrap {
    position: relative;
    padding-bottom: 42.3%;
  }
  .login_mid .login_img .img_wrap img {
    position: Absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .center {
    text-align: center;
  }
  .pc_img {
    display: none;
  }
  .tab_img {
    display: block;
  }
  .mob_img {
    display: none;
  }
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .mob {
    display: none;
  }

  /* === Main === */
  #wrap {
    position: relative;
    width: 100%;
    max-width: 1024px;
    min-width: 375px;
    margin: 0 auto;
    overflow: hidden;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 2.6%;
  }

  #header {
    position: relative;
    line-height: 1;
    z-index: 5000;
  }
  #header h1 a img {
    width: 185px;
  }
  #header .inner {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
  }
  #header .lang_box {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  #header.on .lang_box {
    display: flex;
    gap: 42px;
    align-items: center;
  }
  #header .lang_box .a_box {
    display: flex;
    gap: 19px;
  }
  #header .lang_box .a_box a {
    position: relative;
    font-size: 15px;
    color: #666;
  }
  #header .lang_box .btn_box .pc_btn {
    display: none;
    width: 30px;
    height: 20px;
    background: url(/images/main/main_ico01_pc.png) center no-repeat;
    background-size: cover;
  }
  #header .lang_box .btn_box .tab_btn {
    display: block;
    width: 30px;
    height: 20px;
    background: url(/images/main/main_ico01_tab.png) center no-repeat;
    background-size: cover;
  }
  #header .lang_box .btn_box .tab_btn.on {
    width: 18px;
    height: 18px;
    background: url(/images/main/main_ico03_tab.png) center no-repeat;
    background-size: cover;
  }

  #header.on {
    .inner {
      display: flex;
      height: 119px;
      align-items: center;
      justify-content: center;
    }
    .gnb {
      display: none;
    }
    .gnb li a {
      font-size: 18px;
      color: #222;
      height: 100%;
      line-height: 100px;
      font-weight: 700;
    }
    .btn_box {
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .pc_btn.on {
      width: 30px;
      height: 20px;
      background: url(/assets/main/hamburger_black.svg) center no-repeat;
      background-size: cover;
    }
    button.logo_pc_btn {
      width: 144px;
      height: 22px;
      background: url(/assets/main/logo_black.svg) center no-repeat;
      background-size: cover;
    }
  }

  /* gnb */
  .gnb {
    display: none;
    gap: 60px;
    margin-right: 70px;
  }
  .gnb li a {
    font-size: 18px;
    color: #222;
    height: 100%;
    line-height: 100px;
    font-weight: 500;
  }

  /* all_menu */
  .gnb_wrap {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 3000;
  }
  .all_menu {
    display: flex;
    line-height: 1;
    height: 415px;
  }
  .all_menu > li {
    flex: 1;
    border-right: 1px solid #ddd;
    padding-top: 30px;
    padding-left: 25px;
  }
  .all_menu li p {
    margin-bottom: 22px;
  }
  .all_menu li p a {
    font-size: 20px;
    font-weight: 500;
    color: #222;
  }
  .all_menu > li:first-child {
    border-left: 1px solid #ddd;
  }
  .all_menu > li:hover,
  .all_menu > li.on {
    background: #f5f5f5;
  }

  .all_menu .all_sub_menu li ~ li {
    margin-top: 22px;
  }
  .all_menu .all_sub_menu li a {
    font-size: 16px;
    color: #222;
  }
  .all_menu .all_sub_menu li:hover a,
  .all_menu .all_sub_menu li.on a {
    color: #555;
    font-weight: 500;
  }

  /* nav */
  .navigation {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans KR";
    background-color: #f5f5f5;
  }
  .navigation .lnb {
    position: absolute;
    right: 0;
    top: 120px;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    font-size: 0;
    z-index: 99999;
    border-bottom: 1px solid #eeeeee;
  }
  .navigation .nav_bg {
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2900;
  }
  .navigation_wrap {
    width: 100%;
    background-color: rgba(187, 187, 187, 0.5);
    height: 100%;
    display: none;
  }
  .navigation.on {
    display: block;
  }
  .navigation h3 {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f5f5f5;
  }
  .navigation a {
    position: relative;
    height: 65px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    color: #222;
    font-size: 13px;
    font-weight: 400;
  }
  /* .navigation h3 a:after{content: "";position: absolute;right: 10px;top: 18px; width: 7px;height: 7px;border: 2px solid #888;border-radius:50% ;} */
  .navigation ul {
    display: none;
    padding: 0px 0 7px;
    background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
  }
  .navigation ul li a {
    height: 65px;
    width: 100%;
    color: #444;
    font-size: 12px;
    line-height: 26px;
    border: none;
    background: #ffffff;
    display: block;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .navigation .lnb {
    position: relative; /* 기준 컨테이너 */
    display: flex;
    flex-direction: column; /* h3는 세로로 쌓임 */
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
  }

  .navigation .lnb h3 {
    width: 50%; /* 왼쪽 영역 너비 */
    min-height: 60px;
  }
  .navigation .lnb h3.on {
    border-bottom: 2px solid #ff9124 !important;
    background-color: #ffffff;
  }

  .navigation .lnb ul {
    position: absolute; /* 오른쪽에 강제 배치 */
    top: 0; /* lnb의 맨 위부터 */
    right: 0; /* 오른쪽 끝에 붙임 */
    width: 50%; /* 왼쪽 h3 영역 제외한 나머지 */
    height: 100%;
    display: none; /* 기본 숨김 */
    background: #ffffff;
    overflow-y: auto; /* 내용 많으면 스크롤 */
  }

  .navigation .lnb h3.on + ul {
    display: block; /* 클릭된 h3 다음 ul만 표시 */
  }

  /* #visual_wrap{position: relative;line-height: 1.1;padding: 30px 0 10px;background: #f5f5f5;}
#visual_wrap ul li{position: relative;}
#visual_wrap ul li .text_box{position: absolute;top: 50%; left:50%;transform:translate(-50%, -50%); width:70%;text-align: center;color: #fff;}
#visual_wrap ul li:nth-child(2) .text_box {width:100%;}
#visual_wrap ul li .text_box p{font-size: 20px;margin-bottom: 20px;}
#visual_wrap ul li .text_box strong{display: block;font-size: 30px;font-weight: 800; display:block; width:100%;text-align: center;}


#visual_wrap .slick-dots{position: absolute;bottom: 25px;display: flex;gap:20px;width: 100%;justify-content: center;}
#visual_wrap .slick-dots li{position: relative;width: 5px;height: 5px;border-radius:50%;background: #fff;text-indent: -9999px;}
#visual_wrap .slick-dots li:after{display: none;content:'';position: absolute;top: -4.5px;left: -4.5px;width: 14px;height: 14px;border-radius:50% ;border:1px solid #fff ;}
#visual_wrap .slick-dots li.slick-active:after{display: block;}

#section01{line-height: 1;background: #f5f5f5;padding-bottom: 30px;}
#section01 .box01{display: flex;gap:10px;}
#section01 .box01 li{width: calc((100% - 20px)/3);}
#section01 .box01 li a{position: relative;display: block;width: 100%;height: 180px;}
#section01 .box01 li a .img_box main{width: 100%;height: 180px;}
#section01 .box01 li a:after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #f08013;opacity: 0;transition:ease all .3s}
#section01 .box01 li a:hover:after{opacity: 0;}
#section01 .text_box01{position: absolute;bottom: 25px;left: 0px;width: 100%;padding: 0 25px;}
#section01 .text_box01 span{display: block;font-size: 12px;color: #f08013;font-weight: 500;margin-bottom: 13px;}
#section01 .text_box01 .txt{display: flex;align-items:center;justify-content: space-between;width: 100%;}
#section01 .text_box01 .txt p{font-size: 20px;font-weight: 800;color: #fff;}
#section01 .text_box01 .txt main{width: 15px;}
#section01 .box02{display: flex;gap:10px;margin-top: 10px;}
#section01 .box02 li{width: calc((100% - 10px)/2);}
#section01 .box02 li a{position: relative;display: block;width: 100%;height: 180px;}
#section01 .box02 li a .img_box main{width: 100%;height: 180px;}
#section01 .box02 li:nth-child(1) a span{color: #fff;}
#section01 .box02 li:nth-child(1) a:after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #666;opacity: 0;transition:ease all .3s}
#section01 .box02 li:nth-child(2) a:after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #f08013;opacity: 0;transition:ease all .3s}
#section01 .box02 li a:hover:after{opacity: 1;} */

  #visual_wrap {
    position: relative;
    line-height: 1;
    height: 860px;
  }
  #visual_wrap .video_wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 940px;
  }
  #visual_wrap .video_wrap video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 940px;
    object-fit: cover;
  }
  #visual_wrap ul li {
    position: relative;
  }
  #visual_wrap ul li .text_box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px #555;
  }
  #visual_wrap ul li .text_box em {
    display: block;
    font-size: 35px;
    color: #fd8204;
    font-weight: 600;
    margin-bottom: 25px;
    animation: ani03 ease 1s forwards;
  }
  #visual_wrap ul li .text_box strong {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 25px;
    animation: ani03 ease 1s forwards;
  }
  #visual_wrap ul li .text_box strong b {
    display: block;
  }
  #visual_wrap ul li .text_box p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    animation: ani03 ease 1s forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  #visual_wrap ul li .text_box p.p01 {
    font-size: 25px;
  }
  #visual_wrap ul li .text_box p span {
    display: block;
  }
  #visual_wrap ul li .text_box div.visual_txt_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
  #visual_wrap ul li .text_box div.visual_txt_list p {
    width: 24%;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 20px;
    animation: ani03 ease 1s forwards;
  }
  #visual_wrap ul li .img_box p {
    animation: ani02 linear 5s forwards;
    animation-delay: 0.5s;
  }
  #visual_wrap ul li .img_box img {
    width: 100%;
    animation: ani02 linear 5s forwards;
    animation-delay: 0.5s;
  }
  #visual_wrap ul li .text_box .a_box {
    margin-top: 30px;
    animation: ani03 ease 1s forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; /* opacity: 0; */
  }
  #visual_wrap ul li .text_box .a_box a {
    display: block;
    width: 160px;
    height: 50px;
    font-size: 17px;
    background: #fd8204;
    color: #fff;
    text-align: center;
    line-height: 49px;
  }

  #visual_wrap ul li.dkt .text_box strong {
    font-size: 40px;
  }
  #visual_wrap ul li.dkt .text_box .a_box {
    margin-top: 47px;
  }

  #visual_wrap ul li .visu_right_wrap {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 2000;
  }
  #visual_wrap ul li .visu_right_wrap p {
    font-size: 17px;
    color: #fd8204;
    width: 200px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    text-shadow: none;
    opacity: 0.8;
  }

  #visual_wrap .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 90px 0;
    width: 100%;
    padding: 0 2.6%;
    bottom: 60px;
  }

  @keyframes ani01 {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }

  #footer {
    line-height: 1;
    padding: 35px 0;
    background: #333;
  }
  #footer .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
  }
  #footer .text_box {
    padding-top: 0;
    padding-bottom: 10px;
  }
  #footer .text_box p {
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer em a {
    font-size: 14px;
    color: #aaaaaa;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  /* #footer {border-bottom:none; border-top:1px solid rgba(221,221,221,.3) ; width: 100%; display: block; text-align: center; padding-bottom: 0; padding-top: 20px;} */
  #footer .logo_box img {
    width: 185px;
    margin: 0 auto;
  }

  /* sub */

  #sub_visual_wrap {
    position: relative;
  }
  #sub_visual_wrap .txt_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1;
  }
  #sub_visual_wrap .txt_wrap h2 {
    position: relative;
    margin-bottom: 27px;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans KR";
  }
  #sub_visual_wrap .txt_wrap .sub_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
  }
  #sub_visual_wrap .txt_wrap .sub_list li {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-family: "Noto Sans KR";
  }
  #sub_visual_wrap .txt_wrap .sub_list li:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -31px;
    width: 8px;
    height: 11px;
    background: url(/images/sub/sub-ico01_pc.png) center no-repeat;
    background-size: cover;
  }
  #sub_visual_wrap .txt_wrap .sub_list li:last-child:after {
    display: none;
  }

  /* tab_menu */
  .tab_menu {
    display: flex;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    height: 55px;
  }
  .tab_menu .inner {
    position: relative;
    display: flex;
    height: 55px;
    padding: 0;
  }
  .tab_menu a.home {
    display: none;
    width: 70px;
    height: 100%;
    background: #f08013 url(/images/sub/sub-ico02_pc.png) center no-repeat;
  }
  .tab_menu .menu {
    display: flex;
    width: 100%;
  }
  .tab_menu .menu > li {
    position: relative;
    z-index: 2000;
    display: flex;
    flex: 1;
    min-width: auto;
    border-right: 1px solid #ddd;
    background: url("/images/sub/sub-ico03_pc.png") center right 20px no-repeat;
  }
  .tab_menu .menu > li.on {
    background-image: url("/images/sub/sub-ico04_pc.png");
  }
  .tab_menu .menu > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #555;
    padding: 0 50px 0 20px;
    font-family: "Noto Sans KR";
    font-weight: 500;
  }
  .tab_menu .menu > li ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 100%;
    padding: 15px 0;
    width: calc(100% + 2px);
    border: 1px solid #ddd;
    background: #fff;
    z-index: 100;
  }
  .tab_menu .menu > li ul li ~ li {
    margin-top: 8px;
  }
  .tab_menu .menu > li ul li a {
    display: block;
    font-size: 15px;
    color: #555;
    padding: 0 20px;
    font-family: "Noto Sans KR";
  }
  .tab_menu .menu > li.menulink03 {
    display: none;
  }

  /* sub_contents */
  #sub_contents {
    padding: 60px 0 35px;
  }
  #sub_contents h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
  }
  #sub_contents.gray {
    background: #f5f5f5;
  }
  #sub_contents .model_num_wrap {
    text-align: center;
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px dashed #ddd;
  }
  /* #sub_contents .model_num_wrap strong {display:block; font-size:22px; color:#f08013;} */
  #sub_contents .model_num_wrap strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1;
  }
  #sub_contents .model_num_wrap img {
    margin: 25px 0;
  }
  #sub_contents .model_num_wrap p {
    font-size: 16px;
    color: #222;
  }

  /* depth03 */
  .depth03 {
    display: block;
  }
  .depth03_wrap {
    display: block;
    position: relative;
    z-index: 1000;
    margin-top: 20px;
  }
  .depth03_wrap .depth03 {
    position: relative;
    width: 100%;
    height: 55px;
  }
  .depth03_wrap .depth03 em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #222;
    line-height: 1.2;
    border: 1px solid #ddd;
    background: url(/images/sub/sub-ico08_tab.png) center right 16px no-repeat
      #fff;
    background-size: 12px auto;
    font-weight: 400;
  }
  .depth03_wrap .depth03 ul {
    position: absolute;
    display: none;
    padding: 15px 0;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
  }
  .depth03_wrap .depth03 ul li ~ li {
    margin-top: 12px;
  }
  .depth03_wrap .depth03 ul li a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    text-align: center;
    font-weight: 400;
  }
  .depth03_wrap .depth03 ul li.on a {
    color: #f08013;
  }
  .depth03_wrap .depth03.on em {
    background-image: url(/images/sub/sub-ico08_tab.png);
  }

  /* 공통 */
  h5.h5_tit {
    position: relative;
    margin-bottom: 35px;
    padding-left: 25px;
    font-size: 20px;
    color: #222;
    word-break: keep-all;
  }
  h5.h5_tit::before {
    position: absolute;
    content: "";
    background: url("/assets/img/contents/title_dot_orange.png) center no-repeat;
    width: 12px;
    height: 12px;
    left: 0;
    top: 7px;
    background-size: contain;
  }

  h6.sub_tit {
    position: relative;
    font-size: 16px;
    color: #222;
    padding-left: 15px;
    margin-bottom: 25px;
  }
  h6.sub_tit::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 20px;
    left: 0;
    top: 3px;
    display: inline-block;
    background: #ff932a;
  }

  ul.dot_list li {
    font-size: 14px;
    display: block;
    line-height: 25px;
    margin-top: 15px;
    position: relative;
    padding-left: 16px;
    color: #222;
    word-break: keep-all;
  }
  ul.dot_list li:first-child {
    margin-top: 0;
  }
  ul.dot_list li::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    background: #5d5d5d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
  }

  .sub_tabs {
    height: 40px;
    border-bottom: 1px solid #eeeeee;
  }
  /* 서브 컨텐츠 상단 탭 */
  .sub_tabs ul {
    list-style: none; /* 기본 점 제거 */
    padding: 0;
    margin: 0;
    display: flex; /* 가로 정렬 */
    align-items: center;
    gap: 20px; /* 항목 간 간격 */
  }
  .sub_tabs li.active {
    background-color: #ffffff; /* 활성화된 탭 배경 */
    border-bottom: 3px solid #ff9124; /* 강조선 */
  }

  .sub_tabs li {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    height: 40px;
    display: flex; /* 가로 정렬 */
    align-items: center;
    justify-content: center;
    min-width: 60px;
  }
  .sub_tabs li a {
    text-decoration: none;
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
  }

  .sub_tabs li.active a {
    text-decoration: none;
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
  }

  /* sub0101_wrap */
  .sub0101_wrap {
    line-height: 1;
    text-align: center;
  }
  .sub0101_wrap .con {
    display: block;
  }
  .sub0101_wrap .con .img_box .pc_img {
    display: block;
    margin: 0 auto;
  }
  .sub0101_wrap .con .txt_wrap {
    margin-left: 0px;
    margin-top: 50px;
  }
  .sub0101_wrap .text_box01 {
    margin-bottom: 27px;
  }
  .sub0101_wrap .text_box01 p {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    color: #222;
    line-height: 30px;
  }
  .sub0101_wrap .text_box01 p:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    width: 60px;
    height: 38px;
    background: url(/images/sub/sub-ico06_pc.png) center no-repeat;
    background-size: cover;
  }
  .sub0101_wrap .text_box01 p:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 60px;
    height: 38px;
    background: url(/images/sub/sub-ico05_pc.png) center no-repeat;
    background-size: cover;
  }
  .sub0101_wrap .text_box01 p span {
    color: #f08013;
  }
  .sub0101_wrap .text_box02 {
    margin-bottom: 45px;
  }
  .sub0101_wrap .text_box02 p {
    font-size: 14px;
    color: #222;
    line-height: 25px;
    margin-bottom: 25px;
  }
  .sub0101_wrap .text_box02 p span {
    color: #f08013;
  }
  .sub0101_wrap .text_box02 p:last-child {
    margin-bottom: 0;
  }
  /* .sub0101_wrap .text_box02 p:last-child span{position: relative;padding-right: 55px;margin-bottom: 0;color: #222;font-size: 15px;} */
  /* .sub0101_wrap .text_box02 p:last-child span:after{content:'';position: absolute;right: 0;top: -2px;width: 40px;height: 20px;background:url(/images/sub/sub-ico07_tab.png)center no-repeat;background-size:cover ;} */

  /* sub0102 */
  .sub0102_wrap .con01 {
    margin-bottom: 80px;
  }
  .sub0102_wrap .con01 .con_box {
    position: relative;
    margin-bottom: 30px;
    background: url("/images/sub/sub0102_bg_tab.jpg") right no-repeat;
    height: 225px;
    background-size: cover;
  }
  .sub0102_wrap .con01 .tit_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
  }
  .sub0102_wrap .con01 .tit_wrap strong {
    font-size: 20px;
  }
  .sub0102_wrap .con01 .txt_wrap {
    padding: 0 50px;
  }
  .sub0102_wrap .con01 .txt_wrap p {
    color: #222;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    word-break: keep-all;
  }
  .sub0102_wrap .con01 .txt_wrap p b {
    color: #ee7e0c;
  }
  .sub0102_wrap .con01 .txt_wrap p br {
    display: none;
  }
  .sub0102_wrap .con02 {
    margin-bottom: 80px;
  }
  .sub0102_wrap .con02 ul {
    display: flex;
  }
  .sub0102_wrap .con02 ul li {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 30px;
    width: calc(33.33% - 10px);
    margin-right: 20px;
    text-align: center;
    background: #fff;
  }
  .sub0102_wrap .con02 ul li:last-child {
    margin-right: 0;
  }
  .sub0102_wrap .con02 ul li strong {
    font-size: 16px;
    font-weight: 600;
    background: #ee7e0c;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
  }

  .sub0102_wrap .con02 ul li .img_wrap img {
    margin: 20px 0;
    width: 50%;
    height: 50%;
  }
  .sub0102_wrap .con02 ul li p {
    font-size: 14px;
    font-weight: 700;
    color: #ee7e0c;
  }
  .sub0102_wrap .con03 .partner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
  }
  .sub0102_wrap .con03 .partner ul li {
    width: calc((100% - 68px) / 4);
    background: #fff;
    height: 100px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 5%);
  }
  .sub0102_wrap .con03 .partner ul li img {
    margin: 0 auto;
    display: block;
  }

  /* sub0103_wrap */
  .sub0103_wrap .con h4 {
    font-size: 20px;
    color: #222;
    text-align: center;
  }
  .sub0103_wrap .con h4 span {
    color: #f08013;
  }
  .sub0103_wrap .con .tit {
    text-align: center;
    margin-top: 60px;
  }
  .sub0103_wrap .con .tit h5 {
    position: relative;
    padding-bottom: 12px;
    font-size: 25px;
    color: #222;
  }
  .sub0103_wrap .con .tit h5:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 30px;
    height: 3px;
    background: #f08013;
  }
  .sub0103_wrap .con .tit p {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    padding-top: 20px;
    word-break: keep-all;
  }
  .sub0103_wrap .con .ul_box {
    margin-top: 80px;
    display: block;
  }
  .sub0103_wrap .con .ul_box li {
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sub0103_wrap .con .ul_box li:last-child {
    margin-right: 0;
  }
  .sub0103_wrap .con .ul_box li .ul_tit {
    position: relative;
    background: rgba(240, 128, 19, 0.2);
    border-radius: 50%;
    width: 260px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sub0103_wrap .con .ul_box li .ul_tit:after {
    position: absolute;
    left: 20px;
    bottom: 20px;
    content: "";
    width: 220px;
    height: 220px;
    background: #fff;
    border: 1px solid #f08013;
    border-radius: 50%;
  }
  .sub0103_wrap .con .ul_box li .ul_tit img {
    z-index: 1;
  }
  .sub0103_wrap .con .ul_box li .ul_tit p {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    padding-top: 20px;
    z-index: 1;
  }
  .sub0103_wrap .con .ul_box li .ul_txt {
    position: relative;
    font-size: 15px;
    color: #555;
    text-align: center;
    width: 100%;
    height: 200px;
    background: #fff;
    border: 1px dashed #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .sub0103_wrap .con .ul_box li .ul_txt:before {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 40px;
    background: #ddd;
  }
  .sub0103_wrap .con .ul_box li .ul_txt:after {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    content: "";
    width: 10px;
    height: 10px;
    background: #f08013;
    border-radius: 50%;
  }
  .sub0103_wrap .con .ul_box li .ul_txt span {
    font-size: 16px;
    color: #f08013;
    font-weight: 500;
  }
  .sub0103_wrap .con .ul_box li .ul_txt i {
    display: block;
    height: 15px;
  }

  /* sub0103_2_wrap */
  .sub0103_2_wrap .box {
    margin-top: 80px;
    display: block;
  }
  .sub0103_2_wrap .box:first-child {
    margin-top: 0;
  }
  .sub0103_2_wrap .box:nth-child(2) {
    flex-direction: row-reverse;
  }
  .sub0103_2_wrap .box .img_wrap {
    position: relative;
  }
  .sub0103_2_wrap .box .img_wrap img {
    width: 100%;
  }
  .sub0103_2_wrap .box .img_wrap:before {
    content: none;
  }
  .sub0103_2_wrap .box .img_wrap01:before {
    left: -80px;
  }
  .sub0103_2_wrap .box .txt_wrap {
    position: relative;
    padding-top: 30px;
    margin-left: 0;
    margin-top: 60px;
    text-align: center;
  }
  .sub0103_2_wrap .box .txt_wrap:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100px;
    height: 3px;
    background: #f08013;
  }
  .sub0103_2_wrap .box:nth-child(2) .txt_wrap {
    margin-right: 0;
    text-align: center;
  }
  .sub0103_2_wrap .box .txt_wrap h6 {
    font-size: 25px;
    color: #222;
  }
  .sub0103_2_wrap .box .txt_wrap p {
    font-size: 18px;
    color: #222;
    padding-top: 20px;
  }
  .sub0103_2_wrap .box .txt_wrap p br {
    display: none;
  }

  /* sub0103_3 */
  .sub0103_3_wrap .con01 {
    margin-bottom: 80px;
  }
  .sub0103_3_wrap .con01 .txt_wrap {
    margin-top: 40px;
  }
  .sub0103_3_wrap .con01 .txt_wrap strong {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #222;
  }
  .sub0103_3_wrap .con01 .txt_wrap strong b {
    color: #ff7f00;
  }
  .sub0103_3_wrap .con01 .txt_wrap p {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #222;
  }
  .sub0103_3_wrap .con01 .txt_wrap p br {
    display: none;
  }
  /* .sub0103_3_wrap .con01 .con_box01 {border:1px solid #ddd; height:200px; color:#222; background: url(/images/sub/sub0103_3_bg.png) bottom left no-repeat;
margin-bottom:40px;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap {text-align:center; padding:50px 0;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap strong {font-size:24px; margin-bottom:20px; display:inline-block; color:#f08013;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap p {font-size:17px; font-weight:500;}
.sub0103_3_wrap .con01 .con_box01 .txt_wrap p b {color:#f08013;}

.sub0103_3_wrap .con01 .con_box02 {display:flex; }
.sub0103_3_wrap .con01 .con_box02 li {font-size: 17px; color: #fff; background: #efb984; border-bottom-right-radius: 40px; border-top-left-radius: 40px;
width:calc(33.33% - 20px); margin-right:40px; padding:15px 0; text-align:center; font-weight:500;}
.sub0103_3_wrap .con01 .con_box02 li:nth-child(2) {background: #eb9f55;}
.sub0103_3_wrap .con01 .con_box02 li:nth-child(3) {margin-right:0px; background: #f08013;}

.sub0103_3_wrap .con01 .con_box03 {margin-top:60px;display:flex;}
.sub0103_3_wrap .con01 .con_box03 > li {width:calc(25% - 10px); margin-right:10px; display:flex;flex-direction:column;align-items:center;}
.sub0103_3_wrap .con01 .con_box03 li:last-child {margin-right:0;}
.sub0103_3_wrap .con01 .con_box03 li .ul_tit {border:1px solid #ddd; width:100%; overflow: hidden;}
.sub0103_3_wrap .con01 .con_box03 li .ul_tit strong {overflow: hidden;display:inline-block; font-weight:700; font-size: 90px;color: #f4e9de;margin: -17px 0;vertical-align: middle;line-height:1;}
.sub0103_3_wrap .con01 .con_box03 li .ul_tit p {font-size:16px;color:#444;font-weight:600; display:inline-block; margin-left:0;}
.sub0103_3_wrap .con01 .con_box03 li .dot_list {position:relative;width:100%;height:110px; padding:10px;background:#f4e9de;border-radius:10px;margin-top:20px;}
.sub0103_3_wrap .con01 .con_box03 li .dot_list:before {position:absolute;left:50%;top:-20px;transform:translateX(-50%);content:'';width:1px;height:20px;background:#ddd;}
.sub0103_3_wrap .con01 .con_box03 li .dot_list:after {position:absolute;left:50%;top:-25px;transform:translateX(-50%);content:'';width:10px;height:10px;background:#f08013;border-radius:50%;}
.sub0103_3_wrap .con01 .con_box03 li .dot_list span {font-size:16px;color:#f08013;font-weight:500;} */

  .sub0103_3_wrap .con02 {
    margin-bottom: 80px;
  }
  .sub0103_3_wrap .con02 .pc_ver {
    display: flex;
    justify-content: center;
  }
  .sub0103_3_wrap .con02 li {
    margin-right: 50px;
  }
  .sub0103_3_wrap .con02 li img {
    width: 100%;
  }
  .sub0103_3_wrap .con02 li p {
    font-size: 16px;
    color: #fff;
    background: #878786;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
  }
  .sub0103_3_wrap .con03 .txt_wrap {
    padding: 35px 25px;
    border: 1px solid #ddd;
    color: #222; /* background: url(/images/sub/sub0103_3_logo.png) 98% 95% no-repeat; */
    background-size: 30%;
    margin-bottom: 40px;
  }
  .sub0103_3_wrap .con03 .txt_wrap p {
    font-size: 17px;
    font-weight: 500;
    word-break: keep-all;
  }
  .sub0103_3_wrap .con03 .txt_wrap p span {
    display: inline-block;
  }

  /* sub0103_4 */
  .sub0103_4_wrap .con01 {
    color: #fff;
    background: url(/images/sub/sub0103_04_bg.jpg) top center no-repeat;
    height: 300px;
    margin-bottom: 50px;
  }
  .sub0103_4_wrap .con01 .txt_wrap {
    text-align: center;
    padding: 50px 0;
  }
  .sub0103_4_wrap .con01 .txt_wrap strong {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    background: #f08013;
    opacity: 0.8;
    padding: 10px 20px;
    border-radius: 50px;
  }
  .sub0103_4_wrap .con01 .txt_wrap p {
    font-size: 18px;
    font-weight: 500;
  }

  .sub0103_4_wrap .con02 {
    margin-bottom: 100px;
  }
  .sub0103_4_wrap .con02 .con_box {
    display: block;
    font-size: 0;
  }
  .sub0103_4_wrap .con02 .con_box .img_wrap {
    text-align: center;
    margin-bottom: 40px;
  }
  .sub0103_4_wrap .con02 .con_box .txt_wrap {
    margin-left: 0;
  }
  .sub0103_4_wrap .con02 .con_box .txt_wrap p {
    font-size: 16px;
    margin-bottom: 20px;
    word-break: keep-all;
    text-align: center;
  }
  .sub0103_4_wrap .con02 .con_box .txt_wrap p:last-child {
    margin-bottom: 0;
  }
  .sub0103_4_wrap .con02 .con_box .txt_wrap p b {
    color: #f08013;
  }

  .sub0103_4_wrap .con03 {
    margin-bottom: 80px;
  }
  .sub0103_4_wrap .con03 .con_box {
    display: flex;
    flex-wrap: wrap;
  }
  .sub0103_4_wrap .con03 .con_box li {
    background: #f4e8dc;
    border-radius: 30px;
    width: calc(50% - 20px);
    height: 245px;
  }
  .sub0103_4_wrap .con03 .con_box li:first-child {
    margin-bottom: 40px;
  }
  .sub0103_4_wrap .con03 .con_box li div {
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    height: 85px;
    width: 95%;
    border: 1px solid #ff932a;
    margin: 10px 10px 15px 10px;
  }
  .sub0103_4_wrap .con03 .con_box li div span {
    font-size: 20px;
    color: #f6b37f;
    font-weight: 700;
    display: block;
    margin-bottom: -10px;
  }
  .sub0103_4_wrap .con03 .con_box li div strong {
    font-size: 16px;
  }
  .sub0103_4_wrap .con03 .con_box li div strong b {
    font-size: 20px;
    color: #f08013;
  }
  .sub0103_4_wrap .con03 .con_box li div strong br {
    display: flex;
  }
  .sub0103_4_wrap .con03 .con_box li p {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #222;
    word-break: keep-all;
  }

  .sub0103_4_wrap .con04 {
    margin-bottom: 100px;
  }
  .sub0103_4_wrap .con04 .step_wrap {
    padding: 30px 20px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
  }
  .sub0103_4_wrap .con04 .step_wrap:last-child {
    margin-bottom: 0;
  }
  .sub0103_4_wrap .con04 .step_wrap .img_wrap {
    width: 20%;
    margin-right: 40px;
    text-align: center;
  }
  .sub0103_4_wrap .con04 .step_wrap .img_wrap b {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    color: #ff932a;
  }
  .sub0103_4_wrap .con04 .step_wrap .img_wrap b br {
    display: flex;
  }
  .sub0103_4_wrap .con04 .step_wrap .img_wrap img {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
  .sub0103_4_wrap .con04 .step_wrap .step {
    width: 80%;
  }
  .sub0103_4_wrap .con04 .step_wrap .step li strong {
    font-size: 16px;
    color: #13b5b1;
  }
  .sub0103_4_wrap .con04 .step_wrap .step li p {
    font-size: 14px;
    margin-top: 12px;
    word-break: keep-all;
    color: #222;
  }

  .sub0103_4_wrap .con05 {
    margin-bottom: 100px;
  }
  .sub0103_4_wrap .con05 .con_box01 {
    margin-bottom: 40px;
  }
  .sub0103_4_wrap .con05 .process_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .sub0103_4_wrap .con05 .process_wrap li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-right: 3.33%;
    padding: 20px 0;
  }
  .sub0103_4_wrap .con05 .process_wrap li:last-child {
    margin-right: 0;
  }
  .sub0103_4_wrap .con05 .process_wrap li p {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    word-break: keep-all;
  }
  .sub0103_4_wrap .con05 .process_wrap li:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 12px solid #c7c7c7;
    border-bottom: 6px solid transparent;
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub0103_4_wrap .con05 .process_wrap li:last-child:after {
    display: none;
  }
  .sub0103_4_wrap .con05 .con_wrap {
    display: block;
  }
  .sub0103_4_wrap .con05 .con_wrap .con_box02 {
    margin-bottom: 40px;
  }
  .sub0103_4_wrap .con05 .con_wrap .con_box02 > ul.dot_list {
    background: #fff;
    height: 100%;
    width: 100%;
    margin-right: 0;
    padding: 30px;
  }

  .sub0103_4_wrap .con06 .con_box01 {
    margin-bottom: 40px;
  }
  .sub0103_4_wrap .con06 .txt_wrap {
    background: #fff;
    padding: 45px 35px;
    text-align: center;
  }
  .sub0103_4_wrap .con06 .txt_wrap p {
    font-size: 14px;
    color: #222;
    word-break: keep-all;
  }
  .sub0103_4_wrap .con06 .con_wrap {
    display: block;
  }
  .sub0103_4_wrap .con06 .con_box02 {
    margin-bottom: 40px;
  }
  .sub0103_4_wrap .con06 .con_wrap .con_box02 > ul.dot_list {
	min-height: auto;
    background: #fff;
    height: 100%;
    width: 100%;
    margin-right: 0;
    padding: 35px;
  }
  .sub0103_4_wrap .con06 .con_wrap .con_box02 span {
    font-size: 13px;
    word-break: keep-all;
    color: #ff932a;
  }
  .sub0103_4_wrap .con06 .con_wrap .con_box02:first-child > ul.dot_list {
    padding: 35px 40px;
	min-height: auto;
  }

  /* sub0105 */
  .sub0105_wrap .con01 {
    margin-bottom: 80px;
  }
  .sub0105_wrap .con02 span {
    font-size: 14px;
    display: block;
    margin-top: -40px;
    margin-left: 37px;
    margin-bottom: 35px;
  }

  /* sub0106 */
  .sub0106_wrap .con .img_wrap {
    margin-bottom: 80px;
  }
  .sub0106_wrap .con .img_wrap img {
    width: 100%;
  }
  .sub0106_wrap .con .tit strong {
    font-size: 24px;
    display: block;
    color: #222;
    text-align: center;
    margin-bottom: 50px;
  }

  /* sub0107 */
  .sub0107_wrap .con01 {
    margin-bottom: 80px;
  }
  .sub0107_wrap .con01 .txt_wrap strong {
    color: #222;
    text-align: center;
    display: block;
    font-size: 26px;
    margin-bottom: 40px;
  }
  .sub0107_wrap .con01 .txt_wrap strong b {
    color: #ffac1b;
  }
  .sub0107_wrap .con01 .txt_wrap strong b:nth-child(2) {
    color: #ff7f00;
  }
  .sub0107_wrap .con01 .txt_wrap p {
    text-align: center;
    font-size: 15px;
    color: #222;
    margin-bottom: 20px;
    word-break: normal;
  }
  .sub0107_wrap .con01 .logo_wrap {
    display: block;
    margin-top: 50px;
  }
  .sub0107_wrap .con01 .logo_wrap .logo {
    margin-bottom: 30px;
  }
  .sub0107_wrap .con01 .logo_wrap .logo:nth-child(2) {
    margin-bottom: 0;
  }
  .sub0107_wrap .con01 .logo_wrap .logo img {
    display: block;
    margin: 0 auto;
  }
  .sub0107_wrap .con02 .color_wrap {
    display: block;
  }
  .sub0107_wrap .con02 .color_wrap .con_box {
    display: flex;
    width: 100%;
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .sub0107_wrap .con02 .color_wrap .con_box:last-child {
    margin-right: 0;
  }
  .sub0107_wrap .con02 .color_wrap .con_box .color_orange {
    width: 50%;
    height: 200px;
    background: #ff7f00;
  }
  .sub0107_wrap .con02 .color_wrap .con_box .color_gray {
    width: 50%;
    height: 200px;
    background: #98989a;
  }
  .sub0107_wrap .con02 .color_wrap .con_box .txt_wrap {
    width: 85%;
    height: 200px;
    border: 1px solid #ddd;
  }
  .sub0107_wrap .con02 .color_wrap .con_box .txt_wrap .p_wrap {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
  }
  .sub0107_wrap .con02 .color_wrap .con_box .txt_wrap .p_wrap p {
    font-size: 17px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #222;
  }
  .sub0107_wrap .con02 .color_wrap .con_box .txt_wrap p:last-child {
    margin-bottom: 0;
  }

  /* sub0108 */
  .sub0108_wrap .con_wrap {
    margin-top: 60px;
  }
  .sub0108_wrap .h5_tit {
    margin-bottom: 40px;
  }
  .sub0108_wrap .map_wrap iframe {
    margin-top: 30px;
    width: 100%;
    height: 300px;
  }
  .sub0108_wrap .con {
    display: flex;
    margin-top: 40px;
  }
  .sub0108_wrap .con .img_wrap {
    width: 35%;
  }
  .sub0108_wrap .con .img_wrap img {
    width: 250px;
  }
  .sub0108_wrap .con .txt_wrap {
    width: 65%;
  }
  .sub0108_wrap .con .txt_wrap .txt_box {
    margin-bottom: 20px;
  }
  .sub0108_wrap .con .txt_wrap .txt_box strong {
    font-size: 16px;
  }
  .sub0108_wrap .con .txt_wrap .txt_box strong img {
    padding-right: 20px;
  }
  .sub0108_wrap .con .txt_wrap .txt_box span {
    display: block;
    margin-left: 42px;
    font-size: 14px;
  }
  table.tbl01 {
    border: 1px solid #ddd;
    font-size: 14px;
    border-top: 2px solid #f08013;
  }
  .tbl01 {
    width: 100%;
    height: 250px;
    font-size: 14px;
    text-align: center;
  }
  .tbl01 th {
    color: #222;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    background: #f3e2d1;
    font-weight: 600;
  }
  .tbl01 td {
    padding: 0 10px;
    height: 120px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }

  /* sub0201 */
  .sub0201_wrap > p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #222;
    margin-bottom: 50px;
  }
  .sub0201_wrap > p span {
    color: #ff932a;
  }
  .sub0201_wrap .sec {
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 30px;
  }
  .sub0201_wrap .sec:last-child {
    margin-bottom: 0;
  }
  .sub0201_wrap .sec .img {
    width: 50%;
  }
  .sub0201_wrap .sec .img img {
    width: 100%;
  }
  .sub0201_wrap .sec .txt {
    width: 50%;
    padding: 0 40px;
  }
  .sub0201_wrap .sec .txt h6 {
    font-size: 20px;
    color: #222;
    position: relative;
    padding-left: 12px;
    margin-bottom: 15px;
  }
  .sub0201_wrap .sec .txt h6:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 17px;
    background: #ff932a;
    left: 0;
    top: 7px;
  }
  .sub0201_wrap .sec .txt p {
    font-size: 16px;
    color: #222;
  }
  .sub0201_wrap .sec .txt a {
    display: block;
    width: 170px;
    height: 50px;
    border: 1px solid #ff932a;
    text-align: center;
    color: #ff932a;
    line-height: 48px;
    font-size: 16px;
    margin-top: 30px;
    transition: all 0.2s;
  }
  .sub0201_wrap .sec .txt a:hover {
    background: #ff932a;
    color: #fff;
  }

  /* sub0202 */
  .sub0202_wrap > p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #222;
    margin-bottom: 50px;
  }
  .sub0202_wrap > p span {
    color: #ff932a;
  }
  .sub0202_wrap > p br {
    display: none;
  }
  .sub0202_wrap .sec {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
  }
  .sub0202_wrap .sec:last-child {
    margin-top: 2%;
    display: none;
  }
  .sub0202_wrap .sec .con {
    width: 49%;
    margin-right: 2%;
    background: #fff;
    text-align: center;
    margin-bottom: 2%;
  }
  .sub0202_wrap .sec .con:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .sub0202_wrap .sec .con:nth-child(2n) {
    margin-right: 0;
  }
  .sub0202_wrap .sec .con h6 {
    background: #f08013;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
  }
  .sub0202_wrap .sec .con .box {
    padding: 15px;
  }
  .sub0202_wrap .sec .con .box img {
    width: 100%;
    margin-bottom: 10px;
  }
  .sub0202_wrap .sec .con .box p {
    font-size: 16px;
    color: #222;
  }
  .sub0202_wrap .sec .tab_con {
    display: block;
  }

  .sub0202_wrap svg {
    width: 100% !important;
    height: auto;
  }

  /* sub0202_2 */
  .sub0202_2_wrap .sec01 {
    margin-bottom: 100px;
  }
  .sub0202_2_wrap .sec01 h6.sub_tit a {
    background: #ff932a;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    margin-left: 10px;
  }
  .sub0202_2_wrap .sec01 h6.sub_tit a img {
    vertical-align: text-top;
    margin-right: 10px;
  }
  .sub0202_2_wrap .sec01 .box_wrap {
    display: flex;
    gap: 2%;
  }
  .sub0202_2_wrap .sec01 .box_wrap .box {
    background: #fff;
    width: 50%;
    padding: 35px;
    font-size: 16px;
    color: #222;
  }
  .sub0202_2_wrap .sec02 .txt_wrap {
    background: #fff;
    padding: 45px 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .sub0202_2_wrap .sec02 .txt_wrap p {
    font-size: 18px;
    color: #222;
  }
  .sub0202_2_wrap .sec02 ul {
    display: flex;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub0202_2_wrap .sec02 ul li {
    padding: 30px;
    background: #f4e8dc;
    border-radius: 30px;
    width: calc(50% - 10px);
  }
  .sub0202_2_wrap .sec02 ul li p.tit {
    font-size: 20px;
    font-weight: 500;
    color: #f08013;
    margin: 10px 0;
  }
  .sub0202_2_wrap .sec02 ul li span {
    font-size: 16px;
    color: #222;
    line-height: 1.5;
  }

  .sub0202_2_wrap svg {
    width: 100% !important;
    height: auto;
  }
  /* sub0401 */
  .sub0401_wrap .online_form_wrap {
    border: 1px solid #eaeaea;
    padding: 40px;
    background: #fff;
  }
  .sub0401_wrap .online_form_wrap table {
    width: 100%;
  }
  .sub0401_wrap .online_form_wrap table.pc_tbl {
    display: table;
  }
  .sub0401_wrap .online_form_wrap table.mob_tbl {
    display: none;
  }
  .sub0401_wrap .online_form_wrap table td {
    padding: 15px 25px;
  }
  .sub0401_wrap .online_form_wrap table input {
    width: 100%;
    border: 0;
    height: 50px;
    padding: 0px 20px;
    font-size: 16px;
    background: none;
    border-bottom: 1px solid #ddd;
    outline: 0;
  }
  .sub0401_wrap .online_form_wrap table input:focus,
  .sub0401_wrap .online_form_wrap table textarea:focus {
    border-color: #f08013;
    outline: none;
  }
  .sub0401_wrap .online_form_wrap table textarea {
    width: 100%;
    border: 1px solid #ddd;
    height: 150px;
    padding: 15px;
    font-size: 16px;
  }
  .sub0401_wrap .btn_wrap {
    width: 200px;
    background: #f08013;
    text-align: center;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .sub0401_wrap .btn_wrap a {
    color: #fff;
    display: block;
  }
  .sub0401_wrap .txt_box {
    display: block;
    gap: 20px;
    margin-top: 40px;
  }
  .sub0401_wrap .txt_box .box {
    width: 100%;
    padding: 20px;
    background: #f4e9de;
    border-radius: 20px;
  }
  .sub0401_wrap .txt_box .box:nth-child(2) {
    background: #e1e1e1;
    margin-top: 20px;
  }
  .sub0401_wrap .txt_box .box .con {
    border: 1px solid #f08013;
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
  }
  .sub0401_wrap .txt_box .box:nth-child(2) .con {
    border: 1px solid #444;
  }
  .sub0401_wrap .txt_box .box .con h6 {
    font-size: 20px;
    color: #f08013;
  }
  .sub0401_wrap .txt_box .box:nth-child(2) .con h6 {
    color: #888;
  }
  .sub0401_wrap .txt_box .box .con p.tit {
    font-size: 30px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .sub0401_wrap .txt_box .box .con span {
    font-size: 16px;
    color: #222;
    display: block;
    margin-bottom: 20px;
  }
  .sub0401_wrap .txt_box .box .con ul li {
    font-size: 15px;
    margin-bottom: 5px;
    color: #222;
  }
  .sub0401_wrap .txt_box .box .con ul li:last-child {
    margin-bottom: 0px;
  }
  .sub0401_wrap .txt_box .box .con ul li em {
    display: inline-block;
    background: #f08013;
    padding: 3px 15px;
    color: #fff;
    border-radius: 20px;
    margin-right: 10px;
  }
  .sub0401_wrap .txt_box .box:nth-child(2) .con ul li em {
    background: #888;
  }

  .sub0401_wrap .online_form_wrap table td p.p_st01 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .sub0401_wrap .online_form_wrap button span {
    font-size: 14px;
    padding-right: 5px;
  }
  .sub0401_wrap .online_form_wrap button span:hover {
    font-size: 14px;
    padding-right: 5px;
    color: #444;
  }
  .sub0401_wrap .online_form_wrap table input#captcha_key {
    width: 55%;
  }

  /* sub0402 */
  /* .sub0402_wrap .input_box {margin-bottom:30px; text-align:center;}
.sub0402_wrap .input_box input {width: 80%; height: 70px; background:#fff; padding: 0 30px; border-radius:50px; box-shadow: 0.868px 4.924px 8.1px 0.9px;
border:none; font-size:14px; background: url(/images/sub/sub0402_search.png)top 20px right 30px no-repeat; background-size:30px}
.sub0402_wrap .input_box button.search_button {background:#ff7f00;padding:15px 30px; color:#fff; font-size:14px; border-radius:10px;margin-left:50px;}
.sub0402_wrap .result {text-align:right; font-size:14px; margin-bottom:5px;} */

  .sub0402_wrap .input_box {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  .sub0402_wrap .input_box input {
    width: 300px;
    height: 50px;
    background-color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    box-shadow: 0.868px 4.924px 8.1px 0.9px;
    border: none;
    font-size: 16px;
    background: url(/images/sub/sub0402_search.png) top 10px right 20px
      no-repeat;
    margin-right: 30px;
    background-size: 30px;
  }
  .sub0402_wrap .input_box select {
    width: 300px;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    box-shadow: 0.868px 4.924px 8.1px 0.9px;
    border: none;
    font-size: 16px;
    background: url(/images/sub/sub0402_choose.png) top 20px right 20px
      no-repeat;
    margin-right: 30px;
    -webkit-appearance: none;
    appearance: none;
    background-size: 25px;
  }
  .sub0402_wrap .input_box button.search_button {
    background: #ff7f00;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
  }

  .sub0402_2_wrap .result {
    text-align: right;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .sub0402_wrap .con_pc {
    display: none;
  }
  .sub0402_wrap .con_tab {
    display: block;
  }
  table.tbl_source_tab {
    font-size: 16px;
    width: 100%;
  }
  .tbl_source_tab th {
    color: #222;
    font-size: 14px;
  }
  .tbl_source_tab:first-child tr:first-child {
    border-top: 1px solid #ddd;
  }
  .tbl_source_tab tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .tbl_source_tab tr th {
    color: #ff7f00;
    font-weight: 600;
  }
  .tbl_source_tab td {
    font-size: 14px;
    padding: 12px;
  }
  .tbl_source_tab td p {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
  }
  .tbl_source_tab tr:nth-child(5) td p {
    margin-left: 16px;
  }

  /* sub0402_2 */
  .sub0402_2_wrap .input_box {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }
  .sub0402_2_wrap .input_box input {
    width: 300px;
    height: 50px;
    background-color: #fff;
    padding: 0 30px;
    border-radius: 50px;
    box-shadow: 0.868px 4.924px 8.1px 0.9px;
    border: none;
    font-size: 16px;
    background: url(/images/sub/sub0402_search.png) top 10px right 20px
      no-repeat;
    margin-right: 30px;
    background-size: 30px;
  }
  .sub0402_2_wrap .input_box select {
    width: 300px;
    height: 50px;
    padding: 0 30px;
    border-radius: 50px;
    box-shadow: 0.868px 4.924px 8.1px 0.9px;
    border: none;
    font-size: 16px;
    background: url(/images/sub/sub0402_choose.png) top 20px right 20px
      no-repeat;
    margin-right: 30px;
    -webkit-appearance: none;
    appearance: none;
    background-size: 25px;
  }
  .sub0402_2_wrap .input_box button.search_button {
    background: #ff7f00;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
  }

  .sub0402_2_wrap .result {
    text-align: right;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .sub0402_2_wrap .con_pc {
    display: none;
  }
  .sub0402_2_wrap .con_tab {
    display: block;
  }
  table.tbl_source_tab {
    font-size: 16px;
    width: 100%;
    padding: 30px;
  }
  .tbl_source_tab th {
    color: #222;
    font-size: 14px;
  }
  .tbl_source_tab:first-child tr:first-child {
    border-top: 1px solid #ddd;
  }
  .tbl_source_tab tr:last-child {
    border-bottom: 1px solid #ddd;
  }
  .tbl_source_tab tr th {
    color: #ff7f00;
    font-weight: 600;
  }
  .tbl_source_tab td {
    font-size: 14px;
    padding: 12px;
  }
  .tbl_source_tab td .file_wrap:first-child {
    margin-bottom: 10px;
  }
  .tbl_source_tab td .file_wrap p {
    display: flex;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .tbl_source_tab td .file_wrap p img {
    margin-right: 10px;
  }
  .tbl_source_tab td .file_wrap p:last-child {
    margin-bottom: 0px;
  }
  .tbl_source_tab td img {
    margin-right: 10px;
  }

  /* sub0501 */
  .sub0501_wrap .tit_wrap {
    text-align: center;
  }
  .sub0501_wrap .tit_wrap p {
    position: relative;
    padding-bottom: 12px;
    font-size: 25px;
    color: #222;
    font-weight: 600;
  }
  /* .sub0501_wrap .tit_wrap p:before{position:absolute;bottom:0;left:50%;transform:translateX(-50%);content:'';width:30px;height:3px;background:#f08013;} */
  .sub0501_wrap .tit_wrap p span {
    color: #f08013;
  }
  .sub0501_wrap .tit_wrap em {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    padding-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .sub0501_wrap .tit_wrap em:before {
    display: none;
    position: absolute;
    content: "";
    background: #f08013;
    opacity: 0.2;
    width: 100%;
    height: 12px;
    z-index: 0;
    bottom: 0;
  }
  .sub0501_wrap ul {
    margin-top: 40px;
    display: none;
  }
  .sub0501_wrap ul li {
    background: #fff;
    border-radius: 15px;
    display: flex;
    margin-bottom: 20px;
    padding: 40px 60px;
    align-items: center;
  }
  .sub0501_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .sub0501_wrap ul li .left {
    text-align: center;
  }
  .sub0501_wrap ul li .left strong {
    display: block;
    font-size: 18px;
    color: #f08013;
    margin-top: 10px;
  }
  .sub0501_wrap ul li .right {
    padding-left: 80px;
  }
  .sub0501_wrap ul li .right p.tit {
    font-size: 25px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
  }
  .sub0501_wrap ul li .right span {
    font-size: 16px;
    color: #222;
  }

  /* sub0502 */
  .sub0502_wrap .con01 {
    margin-bottom: 80px;
  }
  .sub0502_wrap .con01 > h5.h5_tit {
    font-size: 24px;
  }
  .sub0502_wrap .con02 > h5.h5_tit {
    font-size: 24px;
  }
  .sub0502_wrap .con01 .con_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
  }
  .sub0502_wrap .con01 .con_wrap .con_box {
    position: relative;
    display: flex;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .sub0502_wrap .con01 .con_wrap .con_box:nth-child(2n) {
    margin-right: 0;
  }
  .sub0502_wrap .con01 .con_wrap .con_box:nth-child(-n + 4) {
    margin-bottom: 40px;
  }

  .sub0502_wrap .con01 .con_wrap .con_box .img_wrap img {
    width: 100%;
  }
  .sub0502_wrap .con01 .con_wrap .con_box .txt_wrap {
    position: absolute;
    padding: 35px;
    color: #fff;
  }
  .sub0502_wrap .con01 .con_wrap .con_box .txt_wrap strong {
    position: relative;
    font-size: 20px;
  }
  .sub0502_wrap .con01 .con_wrap .con_box .txt_wrap strong:before {
    position: absolute;
    left: 16px;
    top: 50px;
    transform: translateX(-50%);
    content: "";
    width: 30px;
    height: 3px;
    background: #f08013;
  }
  .sub0502_wrap .con01 .con_wrap .con_box .txt_wrap p {
    font-size: 16px;
    margin-top: 40px;
  }
  /* .sub0502_wrap .con02 ul {display:flex; }
.sub0502_wrap .con02 ul li {border:1px solid #ddd; width:calc(25% - 10px); margin-right:20px; border-radius:10px; text-align:center; padding:20px;}
.sub0502_wrap .con02 ul li main {display:block; margin:0 auto; margin-bottom:20px; width:60px;height:60px;}
.sub0502_wrap .con02 ul li strong {font-size:16px; color:#222;}
.sub0502_wrap .con02 ul li:last-child {margin-right:0;} */
  .sub0502_wrap .con02 .txt_wrap {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
  }
  .sub0502_wrap .con02 .txt_wrap p {
    font-size: 18px;
    text-align: center;
  }
}
