.modular {
    background: none;
    padding-bottom: 100rem;
}


.content {
    position: relative;
}

.content .modular {
    padding: 0;
    margin-bottom: 100rem;
}

.content .modular.ace01,
.content .modular.ace09,
.content .modular.ace03 {
    padding: 100rem 0;
}

.content .modular9 {
    margin-bottom: 0;
}

.modular5 .list .item .tab-box {
    margin-top: 30rem;
}

.right-nav {
    top: 100rem;
    right: 0;
    height: calc(100% - 240rem);
    position: absolute;
    z-index: 99;
}

.right-nav .right-nav-box {
    position: sticky;
    top: 100rem;
    display: flex;
    flex-direction: column;
    background: #004962;
    padding: 10rem 0;
}

.right-nav .right-nav-box a {
    padding: 1em 2em;
    color: #fff;
}

.right-nav .right-nav-box a.active {
    background: rgba(255, 255, 255, 0.2);
}

.banner {
    position: relative;
    background: no-repeat center/cover;
    height: 820rem;
}

.banner .wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-text {
    color: #fff;
}

.banner-text .text {
    margin-bottom: 20rem;
}

.banner-text .sub-text {
    text-transform: uppercase;
    letter-spacing: 0.38em;
    line-height: 1.8;
}

.banner img {
    width: 100%;
}

.modular1 {
    background: none;
    margin-top: -190rem;
    position: relative;
    z-index: 100;
    /* overflow: hidden; */
    padding: 80rem 0;
}

.modular1::after {
    content: '';
    position: absolute;
    width: 14rem;
    background: #004962;
    top: 0;
    right: 0;
    height: 85%;
}

.modular1 .after-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.modular1 .after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -770rem;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.modular1 .wrap {
    position: relative;
    z-index: 1;
}

.modular1 .top,
.modular1 .bottom {
    display: flex;
    padding-left: 60rem;
}

.modular1 .top .left {
    flex: 1;
    letter-spacing: 0.2em;
    color: #004962;
}

.modular1 .team-letters {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 40rem;
}

.modular1 .team-letters a {
    color: #004962;
}

.modular1 .team-letters a.disabled {
    color: #a8a8a8;
    /* cursor: not-allowed;
    pointer-events: none; */
}

.modular1 .bottom {
    color: #000;
    display: flex;
    gap: 20rem;
    margin-top: 50rem;
}

.modular1 .bottom .input {
    width: 550rem;
    height: 58rem;
    border: 1px solid #a0a0a0;
}

.modular1 .bottom .input input {
    width: 100%;
    height: 100%;
    padding: 0 20rem;
    box-sizing: border-box;
    font-size: 16rem;
}

.modular1 .bottom .input input::placeholder {
    color: #000;
    opacity: 1;
    font-weight: normal;
}

.modular1 .bottom .dropdown {
    width: 320rem;
    height: 58rem;
    border: 1px solid #a0a0a0;
    color: #000;
}

.modular1 .bottom .dropdown .dropdown-toggle {
    height: 100%;
    box-sizing: border-box;
    border: none;
    display: flex;
    align-items: center;
    padding: 20rem;
}

.modular1 .bottom .dropdown .dropdown-toggle .tag {
    flex: 1;
}

.modular1 .worm-button {
    /* flex: 1; */
}

.modular1 .worm-button.type-bule a {
    height: 100%;
}

.modular2 {
    padding-top: 0;
}

.modular2 .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60rem;
}

.modular2 .list .item {
    color: #000;
}

.modular2 .list img {
    width: 100%;
    transition: all 0.5s;
}

.modular2 .list .text .name {
    margin: 30rem 0 20rem;
    padding-bottom: 18rem;
    position: relative;
}

.modular2 .list .text .name::after,
.modular2 .list .text .name::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #004962;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
}

.modular2 .list .text .name::before {
    width: 46rem;
    height: 2px;
    background: #c0a486;
    z-index: 2;
}

.modular2 .list .top {
    position: relative;
    overflow: hidden;
    background: #ECF1F4;
}

.modular2 .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80rem;
}

.modular2 .worm-button {
    margin: auto;
}

.modular3 {
    padding: 0;
    height: 820rem;
}

.modular3 .wrap {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    gap: 180rem;
}

.modular3 .wrap .left {
    flex: 1;
}

.modular3 .wrap .right {
    display: flex;
    align-items: end;
    height: 100%;
}

.modular3 .wrap .right img {
    height: 680rem;
}

.modular3 .wrap .left h2 {
    padding-bottom: 40rem;
    margin-bottom: 50rem;
    position: relative;
}

.modular3 .wrap .left ul {
    display: flex;
    flex-direction: column;
    gap: 50rem;
    line-height: 1.6;
    margin-bottom: 50rem;
}

.modular3 .wrap .left ul a {
    color: #fff;
}

.modular3 .wrap .left .worm-button a {
    color: #fff;
}

.modular3 .wrap .left .worm-button::before {
    border-color: #fff;
    z-index: 3;
}

.modular3 .left h2::after,
.modular3 .left h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(0, 73, 98);
    transition: 0.5s;
}

.modular3 .left h2::before {
    width: 46rem;
    height: 2px;
    background: #c0a486;
    z-index: 2;
}

.modular h1.tit {
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #004962;
    margin-bottom: 50rem;
}

.modular h2.tit {
    padding-left: 1em;
    position: relative;
    margin-bottom: 30rem;
}

.modular h2.tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 0.4em;
    height: 60%;
    border-radius: 30rem;
    background: #004962;
}

.modular4 {
    background: #f6f9fd;
}

.modular4 p {
    margin: 40rem 0;
    line-height: 1.8;
}

.modular5 .list {
    line-height: 1.8;
}

.modular5 .list li {
    margin: 20rem 0;
}

.modular5 .list .item {
    margin-bottom: 50rem;
    padding-bottom: 50rem;
    border-bottom: 1px solid #004962;
}

.modular6 {
    background: #F6F9FD;
}

.modular6 li {
    padding-left: 1em;
    position: relative;
    margin: 1em 0;
    line-height: 1.8;
}

.modular6 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1em;
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem;
    border-radius: 30rem;
    background: #004962;
}

.modular7 {
    background: none;
}

.modular7 .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100rem;
}

.modular7 .list ul {
    margin-top: -1em;
}

.modular7 .wrap {
    display: flex;
    gap: 50rem;
    flex-direction: column;
}

.modular7 .wrap .item {
    padding-bottom: 30rem;
    border-bottom: 1px solid #004962;
}

.modular7 .experience ul {
    position: relative;
}

.modular7 .experience ul::after {
    content: '';
    position: absolute;
    left: 10rem;
    transform: translate(-50%, 0);
    top: 15rem;
    bottom: 15rem;
    border-left: 1px solid #c0a486;
}

.modular7 .experience li {
    padding-left: 30rem;
}

.modular7 .experience li::after,
.modular7 .experience li::before {
    content: '';
    position: absolute;
    left: 10rem;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7rem;
    height: 7rem;
    border-radius: 30rem;
    background: #c0a486;
}

.modular7 .experience li::before {
    background: #c0a486;
    width: 15rem;
    height: 15rem;
    opacity: 0.3;
}

.modular7 .none li {
    padding-left: 0;
}

.modular7 .none li::before {
    display: none;
}

.modular8 {
    padding-top: 0;
}

.modular8 .list {
    display: flex;
    flex-direction: column;
    gap: 60rem;
    width: 100%;
}

.modular8 .list .no-data{
    text-align: center;
}

.modular8 .list .item {
    display: flex;
}

.modular8 .list .item .left {
    width: 340rem;
    overflow: hidden;
    background: #C1A387;
}

.modular8 .list .item .left img {
    width: 100%;
    transition: .5s;
}

.modular8 .list .item .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 80rem;
    padding-bottom: 60rem;
    line-height: 1.6;
    flex: 1;
    background-position: center;
    background-size: cover;
    background-color: #ecf1f4;
    color: #000;
    transition: .5s;
    gap: 40rem;
}

.modular8 .list .item .right .text {
    display: flex;
    align-items: center;
    gap: 14rem;
    position: relative;
    padding-bottom: 20rem;
}

.modular8 .list .item .right .text .p {
    color: #004962;
}

.modular8 .list .item .right .text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60rem;
    border-bottom: 1px solid #c0a486;
}

.modular8 .list .item .right .e-mail {
    display: flex;
    gap: 10rem;
    margin-top: 20rem;
}

.modular8 .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80rem;
}

.modular8 .worm-button {
    flex: 1;
}

.modular9 {
    background: #F6F9FD;
    padding-bottom: 80rem;
}

.modular9 .news_list {
    margin-top: 0;
}

.tab-box .tab-nav {
    display: flex;
    gap: 20rem;
}

.tab-box .tab-nav .li {
    width: 200rem;
    padding: 14rem;
    border: 1px solid #004962;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

.tab-box .tab-nav .li.active {
    background-color: #004962;
    color: #fff;
}

.tab-box .tab-content {
    margin-top: 40rem;
}

.tab-box .tab-content>* {
    display: none;
}

.tab-box .tab-content>.active {
    display: block;
}

@media screen and (min-width: 1024px) {
    .right-nav .right-nav-box a:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .tab-box .tab-nav .li:hover {
        background-color: #004962;
        color: #fff;
    }

    .modular8 .list .item img:hover,
    .modular2 .list .top img:hover {
        transform: scale(1.1);
    }

    .modular8 .list .item:hover .right {
        background-color: #004962;
        color: #fff;
    }

    .modular8 .list .item:hover .right .p {
        color: #fff;
    }

    .modular2 .list .item:hover .name::before {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .modular3 {
        height: auto;
        padding-top: 100rem;
    }

    .fnt_20 {
        font-size: 14px;
    }

    .modular1 .bottom .input input {
        font-size: 14px;
    }

    .right-nav {
        display: none;
    }

    .modular8 .list .item .right {
        padding: 60rem;
    }

    .modular8 .list .item .left {
        width: 100%;
    }

    .modular8 .list .item {
        flex-direction: column;
    }

    .modular2 .list {
        grid-template-columns: 1fr;
    }

    .modular1 .after {
        margin-left: 0;
        left: 0;
    }

    .modular1 .top {
        flex-direction: column;
        gap: 30rem;
        padding-left: 0;
    }

    .modular1 .bottom {
        flex-direction: column;
        padding-left: 0;
    }

    .modular1 .bottom>* {
        width: 100% !important;
    }

    .modular7 .list {
        grid-template-columns: 1fr;
        gap: 40rem;
    }

    .modular3 .wrap {
        gap: 0rem;
        flex-direction: column-reverse;
    }

    .modular3 .wrap .left {
        flex: 1;
        width: 100%;
        padding-bottom: 100rem;
        padding-top: 30rem;
    }
}

 @media print {
    .modular .worm-button,
    .footer,
    .header,
    .right-nav .right-nav-box{
        display: none;
    }

    .modular3 .wrap{
        color: #000;
    }


 }