@media (max-width: 1024px) {
  #header .header_wrap .gnb {
    gap: 20px;
  }
  #header .header_wrap .gnb li a {
    font-size: 18px;
  }
  #main {
    height: 600px;
  }
  #main .main-text h3 {
    font-size: 45px;
  }
  #main .main-text p {
    font-size: 18px;
  }
  #main .main-text a span {
    font-size: 20px;
  }
  .section-01 .title {
    font-size: 30px;
    line-height: 42px;
  }
  .section-01 .step-wrap {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .section-01 .step-wrap:before {
    display: none;
  }
  .section-01 .step-wrap li {
    flex: 1 1 30%;
  }
  .section-02 .list-wrap ul li {
    width: 48%;
    height: 160px;
    padding: 0 30px;
  }
  .section-02 .list-wrap ul li h3 {
    font-size: 22px;
  }
  .section-03 .intro-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .section-03 .intro-wrap .img-wrap span {
    display: none;
  }
  .section-03 .intro-wrap .text-wrap {
    align-items: center;
  }
  .section-04 .logo-wrap {
    flex-wrap: wrap;
  }
  .section-04 .logo-wrap li {
    flex: 1 1 45%;
  }
  .section-05 .notice-wrap {
    width: 90%;
  }
  .rist-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #header .header_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .header_wrap .gnb {
    display: none;
  }
  #header .header_wrap #m_gnb {
    display: block;
    margin-left: auto;
  }
  #header {
    position: relative;
    z-index: 100;
  }
  #header .header_wrap {
    padding: 0 20px;
    box-sizing: border-box;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .header_wrap .logo img {
    width: 140px;
    height: auto;
  }
  #header .header_wrap .gnb {
    display: none;
  }
  #header .header_wrap #m_gnb {
    display: block;
    cursor: pointer;
  }
  #header .header_wrap #m_gnb a img {
    width: 28px;
    height: 28px;
  }
  #header .m_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 90;
  }
  #header .m_gnb_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 80px 30px 30px;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 99;
  }
  #header .m_gnb_menu li a {
    font-size: 18px;
    color: #222;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #eee;
  }
  #header .m_gnb_menu li a:hover {
    color: #f7be2d;
  }
  #header .m_gnb_menu.on {
    right: 0;
  }
  #header.open .m_bg {
    display: block;
  }
  #main {
    height: 500px;
  }
  #main .main-text h3 {
    font-size: 36px;
  }
  #main .main-text p {
    font-size: 16px;
  }
  #main .main-text a {
    width: 180px;
    height: 56px;
  }
  #main .main-text a span {
    font-size: 18px;
  }
  .section-01, .section-02, .section-03, .section-04, .section-05 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-01 .title {
    font-size: 26px;
    line-height: 38px;
  }
  .section-02 {
    height: auto;
    background-position: center;
  }
  .section-02 .title {
    font-size: 28px;
  }
  .section-02 .list-wrap ul li {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }
  .section-02 .list-wrap ul li img {
    display: none;
  }
  .section-02 .list-wrap ul li h3 {
    font-size: 22px;
  }
  .section-02 .list-wrap ul li p {
    font-size: 16px;
    display: block;
  }
  .section-03 .intro-wrap .img-wrap img {
    width: 100%;
    height: auto;
  }
  .section-04 .logo-wrap {
    flex-wrap: wrap;
  }
  .section-04 .logo-wrap li {
    flex: 1 1 45%;
  }
  .section-05 .title {
    font-size: 28px;
  }
  .vision-list ul {
    flex-direction: column;
  }
  .vision-list ul li {
    margin-top: 0;
  }
  .vision-list ul {
    flex-direction: column;
  }
  .vision-list ul li:nth-child(2) {
    margin-top: 0;
  }
  .people-list ul {
    flex-direction: column;
  }
  .history-list ul li {
    width: 100%;
    position: relative;
    padding-left: 40px;
    left: 50px;
  }
  .history-list ul:before {
    width: 2px;
    height: 100%;
    background: #999999;
    content: "";
    display: block;
    position: absolute;
    right: auto;
    left: 50px;
    margin: 0 auto;
    top: 0;
  }
  .sub_visu .main-text {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .sub_visu .main-text p {
    font-size: 16px;
  }
  .sub-contents {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .rist-list {
    flex-direction: column;
  }
  .rist-list li {
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .rist-list li p {
    font-size: 25px;
  }
  .key-list li {
    display: block;
    margin-bottom: 50px;
  }
  .key-list li .img-wrap {
    width: 100%;
    height: auto;
  }
  .key-list li .img-wrap img {
    height: 300px;
  }
  .key-list li .img-wrap span {
    height: 300px;
    top: 20px;
  }
  .key-list li .text-wrap {
    margin-top: 50px;
    text-align: center;
  }
  .key-list li .text-wrap p {
    text-align: center;
    color: #000;
    font-size: 25px;
  }
  .key-list li .text-wrap span {
    color: #777;
    font-size: 16px;
    line-height: 25px;
  }
  .sub-box-wrap .sub-box.full-width {
    background: #fff;
  }
  .contents .box .process-list {
    flex-wrap: wrap;
  }
  .contents .box .process-list::before {
    width: 80%;
    position: absolute;
    width: 35px;
    height: 100%;
    background: #f2f2f2;
    z-index: -1;
    display: block;
    content: "";
    top: 0;
    margin-top: 15px;
    border-radius: 30px;
  }
  .page1410 .flex-table .table-content.half {
    width: 100%;
  }
  .flex-table .table-content .table-inner.label {
    flex-shrink: 0;
  }
  .page1410 .flex-table .table-content.half:nth-child(2n) {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .sub-box-wrap {
    margin-top: 50px;
    gap: 100px;
  }
  #header .header_wrap {
    padding: 15px;
  }
  #header #m_gnb a img {
    width: 32px;
  }
  #main {
    height: 400px;
  }
  #main .main-text {
    gap: 20px;
  }
  #main .main-text h3 {
    font-size: 28px;
  }
  #main .main-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  #main .main-text a {
    width: 150px;
    height: 48px;
  }
  #main .main-text a span {
    font-size: 16px;
  }
  .section-01 .title {
    font-size: 22px;
  }
  .section-01 .title span, .section-01 .title .highlight {
    font-size: 22px;
  }
  .section-01 .step-wrap {
    flex-direction: column;
    align-items: center;
  }
  .section-01 .step-wrap li {
    width: 100%;
    max-width: 240px;
  }
  .section-02 {
    padding: 80px 20px;
  }
  .section-02 .desc {
    font-size: 14px;
  }
  .section-02 .list-wrap ul {
    gap: 20px;
  }
  .section-02 .list-wrap ul li {
    padding: 20px;
    border-radius: 20px;
  }
  .section-02 .list-wrap ul li h3 {
    font-size: 18px;
  }
  .section-02 .list-wrap ul li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .section-03 {
    padding: 80px 20px;
  }
  .section-03 .intro-wrap .text-wrap {
    gap: 20px;
  }
  .section-03 .intro-wrap .text-wrap h3 {
    font-size: 24px;
  }
  .section-03 .intro-wrap .text-wrap p {
    font-size: 14px;
    line-height: 1.6;
  }
  .section-04 .logo-wrap li {
    height: 70px;
  }
  .section-05 .notice-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .section-05 .notice-wrap li {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #footer {
    padding: 30px 10px;
  }
  #footer .footer_bot {
    gap: 15px;
  }
  #footer small {
    font-size: 12px;
  }
  .sub_visu .main-text h3 {
    font-size: 20px;
  }
}/*# sourceMappingURL=responsive.css.map */