@charset "utf-8";

img {max-width: 100%;}
body {overflow: hidden}
body, div, ul, li, p, span, b, strong {
    line-height: 1.6;
    word-break: keep-all;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    word-break: keep-all;
}
.desc {font-size: 20px;}
.more-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #00308f;
    border-radius: 5px;
    height: 55px;
    padding: 0 30px;
    max-width: 250px;
    width: 100%;
    transition: all .2s;
}
.more-btn b {
    font-size: 16px;
    color: #fff;
}
.more-btn svg .st0 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
.more-btn:hover {background: #002773}
.more-btn.white {background: #fff;}
.more-btn.white b {color: #111;}
.more-btn.white svg .st0 {stroke: #111;}
.more-btn.white:hover {background: #00308f;}
.more-btn.white:hover b {color: #fff;}
.more-btn.white:hover svg .st0 {stroke: #fff;}
.admin-btn {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #ef2727;
    display: inline-block;
}
.inquiry-banner {
    background: url(/img/assets/main_inquiry_bg.jpg) center / cover no-repeat;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 200px;
    padding: 0 80px;
}
.inquiry-banner > b {
    font-size: 30px;
    color: #fff;
}

@media all and (max-width: 991px) {
    .inquiry-banner {
        display: block;
        padding: 50px;
        height: auto;
    }
    .inquiry-banner > b {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .inquiry-banner .more-btn {margin: 0 auto;}
}
@media all and (max-width: 767px) {
    .more-btn {
        max-width: 200px;
        height: 50px;
        padding: 0 20px;
    }
    .more-btn b {font-size: 15px;}
    .inquiry-banner {
        padding: 30px;
        background-position: center left -100px;
    }
    .inquiry-banner > b {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 1.3;
    }
    .desc {font-size: 15px;}
}

/*main*/
.main section {
    position: relative;
    padding: 150px 0;
}
.main .title {
    margin-bottom: 80px;
    text-align: center;
}
.main .title h2 {font-size: 50px;}
.main .title h2 img {margin-right: 15px;}
.main .title h2 span {
    color: #002773;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 15px;
}
.main .title .desc {margin-top: 30px;}
.main .hero {padding: 0 50px;}
.main .hero .swiper-slide {
    height: 700px;
    background: #000;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.main .hero .swiper-slide .bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    transform: scale(1.15);
    transition: transform 0.5s ease;
}
.main .hero .swiper-slide-active .bg.animate {animation: banner 5s ease forwards;}
.main .hero .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 100px;
}
.main .hero .swiper-slide .txt h2 {
    font-size: 60px;
    margin-bottom: 30px;
}
.main .hero .swiper-slide .txt p {font-size: 30px;}
.main .hero .swiper-slide .txt h2,
.main .hero .swiper-slide .txt p {
    opacity: 0;
    transform: translateY(50px);
}
.main .hero .swiper-slide-active .txt.animate h2 {
    animation: fadeUp 0.8s ease-out forwards;
}
.main .hero .swiper-slide-active .txt.animate p {
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: 0.4s;
}
@keyframes banner {
    0% {transform: scale(1.15)}
    100% {transform: scale(1)}
}
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.main .hero .slider-controls > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #fff;
    width: 100px;
    padding-bottom: 10px;
    z-index: 1;
    cursor: pointer;
}
.main .hero .slider-controls > div span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.main .hero .slider-controls .prev-btn {
    left: 0;
    text-align: right;
}
.main .hero .slider-controls .next-btn {right: 0;}
.main .hero .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 100%;
}
.main .hero .swiper-pagination > div {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    background: transparent;
    margin-right: 10px;
    opacity: 1;
    transition: all .3s;
}
.main .hero .swiper-pagination > div:last-child {margin-right: 0;}
.main .hero .swiper-pagination > div span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
}
.main .hero .swiper-pagination .swiper-pagination-bullet-active {border-color: #fff;}
.main .member {background: url(/img/assets/main_member_bg.jpg) center bottom / contain no-repeat;}
.main .member .member-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.main .member .member-list li {
    width: calc((100% - 100px)/2);
    margin-right: 100px;
}
.main .member .member-list li:last-child {margin-right: 0;}
.main .member .member-list li a {display: block;}
.main .member .member-list li .txt {
    background: #f5f5f5;
    width: 400px;
    height: 250px;
    margin-bottom: -80px;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}
.main .member .member-list li .txt .category {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #00308f;
    border-radius: 3px;
    padding: 3px 15px;
    display: inline-block;
}
.main .member .member-list li .txt .name {
    margin-top: 15px;
}
.main .member .member-list li .txt .name b {font-size: 36px;}
.main .member .member-list li .txt .name span {
    font-size: 20px;
    margin-left: 5px;
}
.main .member .member-list li .txt .arrow-btn {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    right: 30px;
}
.main .member .member-list li .txt .arrow-btn .st0 {
    fill: none;
    stroke: #00308f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
.main .member .member-list li a:hover .txt .arrow-btn {background: #00308f;}
.main .member .member-list li a:hover .txt .arrow-btn .st0 {stroke: #fff;}
.main .member .member-list li .img {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    margin-left: auto;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.main .case {
    background: url(/img/assets/main_review_bg.jpg) center / cover no-repeat;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.main .case .title {
    width: 40%;
    padding-left: calc((100% - 1300px)/2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    margin: 0;
}
.main .case .title .more-btn {
    max-width: 200px;
    margin-top: 80px;
}
.main .case .title .slider-controls {
    display: flex;
    align-items: center;
}
.main .case .title .slider-controls > div {cursor: pointer;}
.main .case .title .slider-controls .prev-btn {
    border-right: 1px solid rgba(255,255,255,0.3);
    padding-right: 30px;
    margin-right: 30px;
}
.main .case .case-slider {width: 60%;}
.main .case .case-slider .swiper-slide {
    aspect-ratio: 302 / 600;
    overflow: hidden;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main .inquiry .inquiry-slider-wrap {
    max-width: 1000px;
    margin: 0 auto;
}
.main .inquiry .inquiry-slider-wrap .inquiry-title {
    display: flex;
    background: #00308f;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 70px;
    margin-bottom: 10px;
}
.main .inquiry .inquiry-slider-wrap .inquiry-title > div {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.main .inquiry .inquiry-slider {height: calc(80px * 8);}
.main .inquiry .inquiry-slider-wrap .swiper-slide {
    display: flex;
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 18px;
    height: 80px;
}
.main .inquiry .inquiry-slider-wrap .swiper-slide > div {
    width: 25%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
}
.main .inquiry .inquiry-slider-wrap .swiper-slide .category {
    font-weight: bold;
    color: #00308f;
}
.main .inquiry .inquiry-slider-wrap .swiper-slide .pending,
.main .inquiry .inquiry-slider-wrap .swiper-slide .active,
.main .inquiry .inquiry-slider-wrap .swiper-slide .completed {
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    padding: 3px 15px;
    display: inline-block;
    width: 88px;
    text-align: center;
}
.main .inquiry .inquiry-slider-wrap .swiper-slide .pending {
    background: #ddd;
    color: #666;
}
.main .inquiry .inquiry-slider-wrap .swiper-slide .active {
    background: #00308f;
    color: #fff;
}
.main .inquiry .inquiry-slider-wrap .swiper-slide .completed {
    background: #111;
    color: #fff;
}
.main .inquiry .inquiry-banner {margin: 80px 0 0;}

@media all and (max-width: 1340px) {
    .main .hero .slider-controls > div {width: 60px;}
    .main .case .title {padding-left: 80px;}
}
@media all and (max-width: 1024px) {
    .main .case .title {padding-left: 40px;}
}
@media all and (max-width: 991px) {
    .main .member .member-list li {
        width: calc((100% - 50px) / 2);
        margin-right: 50px;
    }
    .main .member .member-list li .txt {width: 100%;}
    .main .case .title {
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 80px;
    }
    .main .case .title .more-btn {margin: 30px auto 0;}
    .main .case .title .slider-controls {display: none;}
    .main .case .case-slider {
        width: 100%;
        padding: 0 200px;
    }
    .main .case .case-slider .swiper-slide {width: 70%;}
    .main .inquiry .inquiry-banner {margin-top: 25px;}
}
@media all and (max-width: 767px) {
    .main section {padding: 50px 0;}
    .main .title {margin-bottom: 30px;}
    .main .title h2 {font-size: 26px;}
    .main .title h2 img {
        height: 30px;
        margin-right: 8px;
    }
    .main .title h2 span {text-underline-offset: 5px;}
    .main .title p {
        font-size: 15px;
        margin-top: 15px;
    }
    .main .hero {padding: 0 15px;}
    .main .hero .swiper-slide {height: 300px;}
    .main .hero .swiper-slide .txt {padding: 0;}
    .main .hero .swiper-slide .txt h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main .hero .swiper-slide .txt p {font-size: 20px;}
    .main .hero .slider-controls > div {display: none;}
    .main .hero .swiper-pagination {bottom: 30px;}
    .main .member .member-list li {
        width: 100%;
        margin: 0 0 30px;
    }
    .main .member .member-list li:last-child {margin-bottom: 0;}
    .main .member .member-list li .txt {
        padding: 25px 25px 65px;
        height: auto;
        width: 90%;
        margin-bottom: -40px;
    }
    .main .member .member-list li .txt .category {font-size: 14px;}
    .main .member .member-list li .txt .name {margin-top: 10px;}
    .main .member .member-list li .txt .name b {font-size: 30px;}
    .main .member .member-list li .txt .name span {font-size: 16px;}
    .main .member .member-list li .txt .arrow-btn {
        width: 40px;
        height: 40px;
        top: 25px;
        right: 25px;
    }
    .main .member .member-list li .img {width: 80%;}
    .main .case .title {margin-bottom: 50px;}
    .main .case .case-slider {padding: 0 70px;}
    .main .inquiry .inquiry-slider {height: calc(60px * 5)}
    .main .inquiry .inquiry-slider-wrap .inquiry-title,
    .main .inquiry .inquiry-slider-wrap .swiper-slide {
        height: 50px;
        font-size: 15px;
    }
    .main .inquiry .inquiry-slider-wrap .swiper-slide {font-size: 14px;}
    .main .inquiry .inquiry-slider-wrap .swiper-slide .date {
        font-size: 12px;
        padding: 0;
    }
    .main .inquiry .inquiry-slider-wrap .swiper-slide .pending,
    .main .inquiry .inquiry-slider-wrap .swiper-slide .active,
    .main .inquiry .inquiry-slider-wrap .swiper-slide .completed {
        font-size: 13px;
        width: 60px;
        padding: 3px;
    }
}

/*sub*/
.sub .title h3 {font-size: 50px;}
.sub .title h3 span {color: #00308f;}
@media all and (max-width: 767px) {
    .sub .title h3 {font-size: 30px;}
}

/*회사소개*/
.sub-about {
    display: flex;
    flex-wrap: wrap;
}
.sub-about .img {
    width: 50%;
    padding-right: 17%;
    position: relative;
}
.sub-about .img .bg {
    background: url(/img/assets/about_bg.jpg) center / cover no-repeat;
    border-radius: 0 100px 0 0;
    width: 100%;
    height: 100%;
}
.sub-about .img img {
    position: absolute;
    right: 11%;
    bottom: 0;
}
.sub-about .txt {
    width: 50%;
    padding: 50px 0;
    padding-left: 50px;
    padding-right: calc((100% - 1300px)/2);
}
.sub-about .txt .title {margin-bottom: 50px;}
.sub-about .txt .desc {font-size: 18px;}
.sub-about .txt .desc strong {
    font-size: 22px;
    display: block;
    margin-bottom: 30px;
}
.sub-about .txt .sign {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-align: right;
    margin-top: 50px;
}
@media all and (max-width: 1300px) {
    .sub-about .img {padding-right: 80px;}
    .sub-about .txt {
        padding-left: 0;
        padding-right: 50px;
    }
}
@media all and (max-width: 991px) {
    .sub-about .img {
        order: 2;
        width: 100%;
        padding: 0;
        height: 300px;
    }
    .sub-about .img img {
        height: 400px;
        right: auto;
        left: 100px;
    }
    .sub-about .txt {
        order: 1;
        width: 100%;
        padding: 0 40px;
        margin-bottom: 80px;
    }
}
@media all and (max-width: 767px) {
    .sub-about .txt {
        padding: 0 15px;
        margin-bottom: 130px;
    }
    .sub-about .txt .title {margin-bottom: 20px;}
    .sub-about .txt .desc {font-size: 15px;}
    .sub-about .txt .desc strong {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .sub-about .txt .sign {
        font-size: 14px;
        margin-top: 30px;
    }
    .sub-about .img {height: 200px;}
    .sub-about .img .bg {border-radius: 0 70px 0 0;}
    .sub-about .img img {
        height: 300px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*조직도*/
.sub-organization .ceo {
    max-width: 365px;
    margin: 0 auto;
    position: relative;
    background: #f5f5f5;
    padding: 95px 30px 30px;
    border-radius: 10px;
}
.sub-organization .ceo .img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.sub-organization .ceo .circle {
    background: rgba(0,48,143,0.1);
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 150px;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}
/*.sub-organization .ceo .circle::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
}*/
.sub-organization .ceo .circle .inner {
    background: url(/img/assets/organization_center.png) center / cover no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-organization .ceo .circle .inner p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.sub-organization .member {
    max-width: 305px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 50px auto 60px;
}
/*.sub-organization .member::before {
    content: "";
    background: #ddd;
    width: calc(50% + 20px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    display: block;
}*/
.sub-organization .member > div {
/*    width: calc((100% - 40px)/2);
    margin-right: 40px;*/
    position: relative;
}
.sub-organization .member > div:last-child {margin-right: 0;}
.sub-organization .member > div::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 50px;
    display: block;
    position: absolute;
    left: 50%;
    top: -50px;
}
.sub-organization .member > div .img {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.sub-organization .member > div .txt {
    text-align: center;
    padding-top: 30px;
}
.sub-organization .member > div .txt .category {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #00308f;
    border-radius: 3px;
    padding: 3px 15px;
    display: inline-block;
}
.sub-organization .member > div .txt .name {margin-top: 10px;}
.sub-organization .member > div .txt .name b {font-size: 36px;}
.sub-organization .member > div .txt .name span {
    font-size: 20px;
    margin-left: 5px;
}
.sub-organization .team {
    display: flex;
    flex-wrap: wrap;
}
.sub-organization .team > div {
    width: calc((100% - 90px)/4);
    margin-right: 30px;
    border-radius: 10px;
    background: #f5f5f5;
    overflow: hidden;
}
.sub-organization .team > div:last-child {margin-right: 0;}
.sub-organization .team > div h4 {
    font-size: 24px;
    background: #9199a2;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.sub-organization .team > div ul {padding: 30px;}
.sub-organization .team > div ul li {
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #5e656d;
    padding: 12px;
    margin-bottom: 10px;
}
.sub-organization .team > div ul li:last-child {margin-bottom: 0;}
@media all and (max-width: 1024px) {
    .sub-organization .team > div ul {padding: 20px;}
}
@media all and (max-width: 991px) {
    .sub-organization .member {max-width: 100%;}
    .sub-organization .team {margin-bottom: -30px;}
    .sub-organization .team > div {
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px;
    }
    .sub-organization .team > div:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width: 767px) {
    .sub-organization .ceo {
        max-width: 320px;
        padding: 60px 20px 20px;
        margin-top: 50px;
    }
    .sub-organization .ceo .circle {
        width: 100px;
        height: 100px;
        padding: 5px;
        top: -50px;
    }
    .sub-organization .ceo .circle::before {
        height: 30px;
        bottom: -30px;
    }
    .sub-organization .ceo .circle .inner p {font-size: 20px;}
    .sub-organization .member {
        margin: 30px 0 30px;
        justify-content: center;
    }
    .sub-organization .member::before {
        top: -30px;
        width: calc(50% + 7px);
    }
    .sub-organization .member > div {
        max-width: 280px;
  /*      width: calc((100% - 15px) / 2);
        margin-right: 15px;*/
    }
    .sub-organization .member > div::before {
        height: 30px;
        top: -30px;
    }
    .sub-organization .member > div .txt {padding-top: 20px;}
    .sub-organization .member > div .txt .category {
        font-size: 14px;
        padding: 2px 10px;
    }
    .sub-organization .member > div .txt .name {margin-top: 5px;}
    .sub-organization .member > div .txt .name b {font-size: 20px;}
    .sub-organization .member > div .txt .name span {font-size: 16px;}
    .sub-organization .team {margin-bottom: -15px;}
    .sub-organization .team > div {
        width: 100%;
        margin: 0 0 15px;
    }
    .sub-organization .team > div h4 {
        font-size: 18px;
        padding: 12px;
    }
    .sub-organization .team > div ul li {
        font-size: 16px;
        padding: 10px;
    }
}

/*피해신청*/
.sub-application .title {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 80px;
}
.sub-application .content > div {margin-bottom: 80px;}
.sub-application .content > div:last-child {margin-bottom: 0;}
.sub-application .content h4 {
    display: flex;
    align-items: start;
    margin-bottom: 30px;
}
.sub-application .content h4::before {
    content: "";
    background: #00308f;
    width: 4px;
    height: 26px;
    display: block;
}
.sub-application .content h4 span {
    width: calc(100% - 4px);
    padding-left: 15px;
    font-size: 30px;
    margin-top: -11px;
    display: block;
}
.sub-application .content .label-box h5 {
    background: #00308f;
    font-size: 24px;
    color: #fff;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px 10px 0 0;
    display: inline-block;
}
.sub-application .content .label-box .inner {
    background: #f5f5f5;
    border-radius: 0 10px 10px 10px;
    padding: 30px;
    height: calc(100% - 50px);
}
.sub-application .content .label-box .process {
    display: flex;
    flex-wrap: wrap;
}
.sub-application .content .label-box .process li {
    width: calc((100% - 180px)/4);
    margin-right: 60px;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 40px 20px;
}
.sub-application .content .label-box .process li:last-child {margin-right: 0;}
.sub-application .content .label-box .process li::after {
    content: "";
    background: url(/img/assets/arrow_process.svg) center / cover no-repeat;
    display: block;
    width: 31px;
    aspect-ratio: 31 / 16;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -46px;
}
.sub-application .content .label-box .process li:last-child::after {content: none;}
.sub-application .content .label-box .process .ico {height: 80px;}
.sub-application .content .label-box .process h6 {
    font-size: 22px;
    margin: 30px 0 20px;
}
.sub-application .content .label-box .process p {
    font-size: 16px;
    color: #666;
}
.sub-application .content .check-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
}
.sub-application .content .check-list li:last-child {margin-bottom: 0;}
.sub-application .content .check-list li img {width: 20px;}
.sub-application .content .check-list li span {
    width: calc(100% - 20px);
    padding-left: 12px;
    display: block;
    margin-top: -6px;
}
.sub-application .content .target-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
.sub-application .content .target-list li {
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    text-align: center;
    padding: 12px;
}
.sub-application .content .target-list li:nth-child(2n) {margin-right: 0;}
.sub-application .content .box-wrap {
    display: flex;
    flex-wrap: wrap;
}
.sub-application .content .box-wrap > div {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
}
.sub-application .content .box-wrap > div:last-child {margin-right: 0;}
.sub-application .content .note {margin-top: 30px;}
.sub-application .content .btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.sub-application .content .btn-group > a {margin-right: 20px;}
.sub-application .content .btn-group > a:last-child {margin-right: 0;}
.sub-application .content .more-btn img {margin-right: 8px;}
.sub-application .content .more-btn.yellow {background: #ffde00;}
.sub-application .content .more-btn.yellow b {color: #231815;}
.sub-application .content .more-btn.yellow .st0 {stroke: #231815}
.sub-application .content .more-btn.blue {background: #135ad4;}
@media all and (max-width: 1024px) {
    .sub-application .content .label-box .process {margin-bottom: -30px;}
    .sub-application .content .label-box .process li {
        width: calc((100% - 60px) / 2);
        margin-bottom: 30px;
    }
    .sub-application .content .label-box .process li:nth-child(2n) {margin-right: 0;}
    .sub-application .content .label-box .process li:nth-child(2n)::after {content: none;}
}
@media all and (max-width: 767px) {
    .sub-application .title {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .sub-application .content > div {margin-bottom: 30px;}
    .sub-application .content h4 {margin-bottom: 10px;}
    .sub-application .content h4::before {
        width: 3px;
        height: 20px;
    }
    .sub-application .content h4 span {
        font-size: 20px;
        width: calc(100% - 30px);
        padding-left: 10px;
        margin-top: -7px;
    }
    .sub-application .content .check-list li img {width: 16px;}
    .sub-application .content .check-list li span {
        width: calc(100% - 16px);
        padding-left: 10px;
        margin-top: -4px;
    }
    .sub-application .content .box-wrap > div {
        width: 100%;
        margin: 0 0 20px;
    }
    .sub-application .content .box-wrap > div:last-child {margin-bottom: 0;}
    .sub-application .content .label-box h5 {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        border-radius: 5px 5px 0 0;
    }
    .sub-application .content .label-box .inner {
        height: auto;
        padding: 15px;
    }
    .sub-application .content .target-list li {
        font-size: 15px;
        padding: 10px;
        line-height: 1.3;
    }
    .sub-application .content .note {margin-top: 15px;}
    .sub-application .content .label-box .process {margin-bottom: 0;}
    .sub-application .content .label-box .process li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        padding: 20px;
    }
    .sub-application .content .label-box .process li::after {
        content: "" !important;
        top: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
        width: 20px;
        bottom: -26px;
    }
    .sub-application .content .label-box .process li:last-child {margin-bottom: 0;}
    .sub-application .content .label-box .process li:last-child::after {content: none !important;}
    .sub-application .content .label-box .process .ico {height: auto;}
    .sub-application .content .label-box .process .ico img {max-height: 50px;}
    .sub-application .content .label-box .process h6 {
        font-size: 18px;
        margin: 20px 0 15px;
    }
    .sub-application .content .label-box .process p {font-size: 14px;}
    .sub-application .content .btn-group > a {
        margin: 0 0 10px;
    }
    .sub-application .content .btn-group > a:last-child {margin-bottom: 0;}
}