/* About page */
.about_content {
    padding: 140px 0 230px;
    background: url('../images/about_bg_2.png') bottom center no-repeat;
}

.about_content h2 {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 140px;
}

.innovating {
    display: flex;
    justify-content: space-between;
}

.innovating_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: fit-content;
}

.innovating_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.innovating_item img {
    border-radius: 500px;
}

.innovating_txt h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
    text-align: center;
}

.innovating_txt p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.innovating_item:first-child,
.innovating_item:last-child {
    margin-top: 140px;
}

.introduce {
    text-align: center;
}

.introduce p {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.28px;
    margin-bottom: 22px;
    color: #333;
}

.introduce h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.44px;
    color: #333;
}

.introduce h3 + h3 {
    margin-top: 46px;
}

.introduce h3 span {
    color: #4A7CAD;
}

.history_title h3 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.28px;
    text-align: center;
}

.history_title h3 span {
    display: block;
    margin-bottom: 56px;
}

.history_title {
    padding: 70px 0;
    margin-bottom: 40px;
    background: url('../images/about_bg_3.png') center no-repeat;
}

.hislist_wrap {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    height: unset;
    width: 100%;
    margin-bottom: 140px;
}

.hislist_wrap .hislist_left {
    position: sticky;
    top: 0;
    left: 0;
    height: fit-content;
    padding: 300px 0px 0 0;
    box-sizing: content-box;
    width: 42%;
}

.hislist_wrap .hislist_right {
    width: 58%;
    height: 100%;
    padding-left: 0px;
}

.hislist_cont li.hislist_cont_tit {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.36px;
    margin-bottom: 43px;
}

.hislist_cont span.hislist_cont_left {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.54px;
    width: 80px;
    display: inline-block;
}

.hislist_cont span.hislist_cont_right {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.54px;
}

.hislist_cont li {
    display: flex;
}

.hislist_cont li:not(.hislist_cont_tit) + li {
    margin-top: 31px;
}

ul.hislist_cont {
    padding-left: 72px;
    position: relative;
    padding-bottom: 85px;
}

ul.hislist_cont::before {
    content: "";
    width: 2px;
    height: calc(100% - 34px);
    background: #A9B5C9;
    position: absolute;
    left: 2px;
    bottom: 0;
    opacity: 0.4;
}

ul.hislist_cont::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #444;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50px;
}

@media(max-width: 1023px) {
    .hislist_wrap .hislist_left {
        display: none;
    }

    .hislist_wrap .hislist_right {
        width: 100%;
    }

    .about_content h2 {
        font-size: 30px;
        margin-bottom: 70px;
    }

    .about_content {
        padding: 100px 0 120px;
    }

    .innovating_txt h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .innovating_txt p {
        font-size: 14px;
    }

    .introduce p {
        font-size: 24px;
    }

    .introduce h3 {
        font-size: 28px;
    }

    .introduce h3 + h3 {
        margin-top: 30px;
    }

    .history_title {
        background-size: contain;
        padding: 50px 0;
    }
}

@media(max-width: 767px) {
    .about_content h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .about_content {padding: 80px 0;}

    .innovating_item:first-child, .innovating_item:last-child {
        margin: 0;
    }

    .innovating {flex-wrap: wrap;align-items: center;justify-content: center;gap: 20px;}

    .innovating_item img {
        max-width: 250px;
    }

    .introduce {
        margin-top: 30px;
    }

    .introduce p {
        font-size: 16px;
    }

    .introduce h3 {
        font-size: 16px;
    }

    .introduce h3 + h3 {
        margin-top: 22px;
    }

    .history_title h3 {
        font-size: 18px;
        font-weight: 900;
    }

    .history_title h3 span {
        margin-bottom: 20px;
    }

    ul.hislist_cont {
        padding-left: 20px;
        padding-bottom: 50px;
    }

    .hislist_cont li.hislist_cont_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .hislist_cont span.hislist_cont_left {
        font-size: 15px;
        width: 40px;
    }

    .hislist_cont span.hislist_cont_right {
        font-size: 14px;
        width: calc(100% - 40px);
    }

    .hislist_wrap {
        margin-bottom: 80px;
    }
}

/* Contact us */
.contact_content .map {
    height: 415px;
    width: 100%;
    margin-bottom: 24px;
}

.contact_info {
    background: rgba(242, 242, 242, 0.20);
    margin-bottom: 140px;
    padding: 30px 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 24px;
}

.contact_item {
    align-items: center;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
}

.contact_item svg {
    padding-right: 42px;
}

.contact_item > div {
    padding-left: 42px;
    border-left: 1px solid #8F99AA;
    height: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_item p {
    color: #999;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.21px;
}

.contact_item p span {
    margin-right: 16px;
}

.contact_item.contact_phone p {
    margin-bottom: 16px;
}

.contact_phone .working_hours p {
    color: rgba(153, 153, 153, 0.80);
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.21px;
    margin-bottom: 8px;
}

.contact_phone .working_hours p:last-child {
    margin-bottom: 0;
}

.contact_phone .working_hours p span {
    width: 34px;
    min-width: max-content;
    display: inline-block;
    margin-right: 16px;
}

@media(max-width: 767px) {
    .contact_info {
        padding: 24px;
        margin-bottom: 60px;
    }

    .contact_item svg {
        padding-right: 16px;
    }

    .contact_item > div {
        padding-left: 16px;
        min-height: 95px;
    }

    .contact_item p {
        font-size: 18px;
    }

    .contact_item.contact_phone p {
        margin-bottom: 15px;
    }

    .contact_phone .working_hours p {
        margin-bottom: 5px;
    }
}

/* Notice page */
table.notice_list {
    width: 100%;
    margin-top: 100px;
    border-top: 2px solid #333;
}

.notice_list th {
    color: #111;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 15px 44px;
}

.notice_list thead {
    border-bottom: 1px solid var(--sub_color2, #A9B5C9);
    background: #FAFAFA;
}

.notice_list td {
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
}

.notice_list td p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice_list td:nth-child(2) {
    text-align: left;
    transition: .3s ease;
}

.notice_list tbody tr:hover td:nth-child(2) {
    opacity: 0.6;
    transition: .3s ease;
}

.notice_list tbody td {
    border-bottom: 1px solid #A9B5C9;
    cursor: pointer;
}

.notice_list_wrap {
    margin-bottom: 140px;
}

.notice_detail {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    border-top: 2px solid #333;
}

.detail_item {
    width: 50%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C4C9D1;
    background: #FAFAFA;
}

.detail_item.full {
    width: 100%;
}

.detail_item .title {
    color: #111;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 100% */
    letter-spacing: -0.4px;
    padding: 16px;
    width: 190px;
    min-height: 57px;
    display: flex;
    align-items: center;
}

.detail_item .content {
    padding: 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2; /* 100% */
    letter-spacing: -0.72px;
    min-height: 57px;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: calc(100% - 190px);
}

.detail_item .content.info {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #333;
    padding: 24px 0;
    width: 100%;
}

.link_wrap {
    text-align: center;
}

.notice_detail_wrap .list_link {
    margin: 36px auto 0;
    min-width: 200px;
    height: 55px;
    line-height: 55px;
}

.notice_detail_wrap {
    margin-bottom: 115px;
}

@media(max-width: 1180px) {
    .notice_list td {
        font-size: 13px;
    }

    .notice_list th {
        padding: 20px;
        font-size: 14px;
    }
}

@media(max-width: 1023px) {
    .detail_item .title {
        width: 100px;
    }
    .detail_item .content {
        width: calc(100% - 100px);
    }
}

@media(max-width: 767px) {
    .notice_list th {
        padding: 15px 0;
    }

    .notice_list th:last-child {
        width: fit-content !important;
    }

    .notice_list tbody td:last-child {
        white-space: nowrap;
        padding-left: 5px;
    }

    .notice_list_wrap {
        margin-bottom: 60px;
    }

    table.notice_list {
        margin-top: 60px;
    }

    .detail_item {
        width: 100%;
    }

    .detail_item .content.info,
    .detail_item .title,
    .detail_item .content {
        font-size: 14px;
    }

    .notice_detail_wrap .list_link {
        min-width: 150px;
        height: 44px;
        line-height: 44px;
    }

    .notice_detail_wrap {
        margin-bottom: 60px;
    }

    .notice_detail {
        margin-top: 60px;
    }
}
