/* CSS Document */
.ib_news_001 .newsArea {
    padding: 0 0 88px;
}
.ib_news_001 .wrap {
    max-width: 1347px;
    position: relative;
    z-index: 2;
}
.ib_news_001 .titleBox {
    margin-bottom: 86px;
}
@media (max-width: 1023px) {
    .ib_news_001 .titleBox {
        padding: 0 30px;
    }
}
@media (max-width: 767px) {
    .ib_news_001 .titleBox {
        padding: 0 20px;
    }
}
.ib_news_001 .titleBox .title {
    margin: 0 0 7px;
}
.ib_news_001 .titleBox .text {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
    letter-spacing: 0.7px;
    line-height: 1.9;
}
.ib_news_001 .newsBox {
    position: relative;
    z-index: 1;
}
.ib_news_001 .newsBox::before {
    content: "";
    display: block;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100% + 27px);
    background: url(../images/bg5.jpg) no-repeat center center/cover;
    z-index: -1;
}
@media (min-width: 1024px) {
    .ib_news_001 .newsList .newsItem {
        margin: 0 0 93px;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt {
        padding-right: 87px;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt::after {
        border-radius: 0 10px 10px 0;
        left: -86px;
        background-color: #f18e2b;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt::before {
        right: 0;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt .newsInfoBox {
        background-color: #f18e2b;
        left: calc(100% - 86px);
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt .newsInfoBox .slash::before {
        background-color: #f8cea5;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt .btnBox {
        margin: 42px -21px 0;
    }
}
@media (min-width: 1024px) and (max-width: 1600px) {
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt .btnBox {
        margin: 30px -21px 0;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .ib_news_001 .newsList .newsItem:nth-of-type(odd) .Txt .btnBox {
        margin: 15px -21px 0;
    }
}
@media (min-width: 1024px) {
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt {
        padding-left: 87px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt::after {
        border-radius: 10px 0 0 10px;
        right: -86px;
        background-color: #262626;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt::before {
        left: 0;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt .newsInfoBox {
        background-color: #262626;
        right: calc(100% - 86px);
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt .newsInfoBox .slash::before {
        background-color: #f18e2b;
    }
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt .btnBox {
        margin: 44px -16px -11px;
    }
}
@media (min-width: 1024px) and (max-width: 1600px) {
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt .btnBox {
        margin: 30px -21px 0;
    }
}
@media (min-width: 1024px) and (max-width: 1350px) {
    .ib_news_001 .newsList .newsItem:nth-of-type(even) .Txt .btnBox {
        margin: 15px -21px 0;
    }
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .newsItem {
        margin: 0 0 40px;
    }
    .ib_news_001 .newsList .newsItem .item .Txt .newsInfoBox {
        background-color: #f18e2b;
    }
    .ib_news_001 .newsList .newsItem .item .Txt .newsInfoBox .slash::before {
        background-color: #f8cea5;
    }
    .ib_news_001 .newsList .newsItem .item .Txt .btnBox {
        margin: 42px -21px 0;
    }
}
@media (max-width: 1023px) and (max-width: 1600px) {
    .ib_news_001 .newsList .newsItem .item .Txt .btnBox {
        margin: 30px -21px 0;
    }
}
@media (max-width: 1023px) and (max-width: 1350px) {
    .ib_news_001 .newsList .newsItem .item .Txt .btnBox {
        margin: 15px -21px 0;
    }
}
.ib_news_001 .newsList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .item:not(:has(.Img img)) .newsInfoBox {
        position: static;
        -webkit-transform: none;
                transform: none;
        margin: 5px 0 10px;
    }
}
.ib_news_001 .newsList .Img {
    width: 65.4%;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .Img {
        width: calc(100% - 20px);
    }
}
.ib_news_001 .newsList .Txt {
    position: relative;
    width: 34.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    padding: 19px 20px 3px 20px;
    height: 416px;
    margin: 151px 0 0;
}
@media (max-width: 1350px) {
    .ib_news_001 .newsList .Txt {
        height: 300px;
        margin: 120px 0 0;
    }
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .Txt {
        width: 100%;
        -webkit-transform: none;
                transform: none;
        padding: 20px 0;
        height: auto;
        margin: 0;
    }
}
.ib_news_001 .newsList .Txt::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 58%;
    z-index: 0;
    width: 8px;
    height: 184px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .Txt::after {
        display: none;
    }
}
.ib_news_001 .newsList .Txt::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% + 86px);
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .Txt::before {
        display: none;
    }
}
.ib_news_001 .newsList .Txt .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #f18e2b;
    padding: 0 0 0 1px;
}
@media (max-width: 1350px) {
    .ib_news_001 .newsList .Txt .number {
        margin: 0 0 15px;
    }
}
.ib_news_001 .newsList .Txt .number .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ib_news_001 .newsList .Txt .number .num::after {
    content: "";
    display: block;
    width: 21px;
    height: 1px;
    background-color: #f18e2b;
    background-color: #f18e2b;
    margin: -4px 7px 0 7px;
}
.ib_news_001 .newsList .Txt .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.3px;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 1600px) {
    .ib_news_001 .newsList .Txt .title {
        font-size: 24px;
        margin: 0 0 15px;
    }
}
@media (max-width: 1350px) {
    .ib_news_001 .newsList .Txt .title {
        font-size: 22px;
        margin: 0 0 10px;
    }
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .Txt .title {
        -webkit-line-clamp: 999;
    }
}
@media (max-width: 767px) {
    .ib_news_001 .newsList .Txt .title {
        font-size: 20px;
    }
}
.ib_news_001 .newsList .Txt .text {
    font-size: 15px;
    color: #7f7f7f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.9;
    letter-spacing: 1.65px;
}
@media (max-width: 1350px) {
    .ib_news_001 .newsList .Txt .text {
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}
.ib_news_001 .newsList .Txt .newsInfoBox {
    position: absolute;
    bottom: 277px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 2;
    padding: 17.5px 10px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    min-width: 155px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1350px) {
    .ib_news_001 .newsList .Txt .newsInfoBox {
        bottom: 150px;
    }
}
@media (max-width: 1023px) {
    .ib_news_001 .newsList .Txt .newsInfoBox {
        bottom: calc(100% + 80px);
        right: -54px;
    }
}
@media (max-width: 767px) {
    .ib_news_001 .newsList .Txt .newsInfoBox {
        font-size: 12px;
        width: 140px;
        padding: 10px 0;
    }
}
.ib_news_001 .newsList .Txt .newsInfoBox .dateBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.ib_news_001 .newsList .Txt .newsInfoBox .slash {
    padding: 0 7px;
}
.ib_news_001 .newsList .Txt .newsInfoBox .slash::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}
.ib_news_001 .decoBox {
    position: absolute;
    top: -28vw;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 1023px) {
    .ib_news_001 .decoBox {
        display: none;
    }
}
.ib_news_001 .decoBox img {
    width: 100%;
}
.ib_news_001 .decoBox .icon {
    position: absolute;
    width: 100%;
    top: 62.4vw;
    left: 0;
    z-index: 1;
    -webkit-mask: url("../images/line9.png") no-repeat center/100%;
            mask: url("../images/line9.png") no-repeat center/100%;
}
@media (max-width: 1023px) {
    .ib_news_001 .decoBox .icon {
        width: 1920px;
    }
}
.ib_news_001 .decoBox .icon .bgc {
    display: block;
    width: 0;
    height: 100%;
    background-color: #f18e2b;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.ib_news_001 .decoBox .icon img {
    opacity: 0;
}
.ib_news_001 .decoBox .icon.bottom {
    top: 142.8vw;
    -webkit-mask: url("../images/line10.png") no-repeat center/100%;
            mask: url("../images/line10.png") no-repeat center/100%;
}
.ib_news_001 .decoBox .icon.bottom .bgc {
    left: 0;
    right: auto;
}
.ib_news_001 .decoBox .circleBox {
    position: absolute;
    top: 57vw;
    left: -11vw;
    z-index: 2;
    width: 20vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    pointer-events: none;
}
@media (max-width: 1023px) {
    .ib_news_001 .decoBox .circleBox {
        width: 30vw;
    }
}
.ib_news_001 .decoBox .circleBox.circleBox2 {
    left: auto;
    right: -9vw;
    top: 97vw;
}
.ib_news_001 .decoBox .circleBox.circleBox3 {
    left: -9vw;
    top: 150vw;
}
.ib_news_001:not(.show) .introductBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_news_001:not(.show) .titleBox .decoTitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_news_001:not(.show) .titleBox .subtitle {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_news_001:not(.show) .titleBox .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_news_001:not(.show) .titleBox .text {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_news_001:not(.show) .titleBox .btnBox {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
}
.ib_news_001:not(.show) .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.ib_news_001:not(.show) .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}
.ib_news_001:not(.show) .classBox {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
.ib_news_001:not(.show) .newsBox {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
}
.ib_news_001.show .titleBox .decoTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.ib_news_001.show .titleBox .subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.1s linear;
    transition: all 0.5s 0.1s linear;
}
.ib_news_001.show .titleBox .title {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.2s linear;
    transition: all 0.5s 0.2s linear;
}
.ib_news_001.show .titleBox .text {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.3s linear;
    transition: all 0.5s 0.3s linear;
}
.ib_news_001.show .titleBox .btnBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.5s 0.4s linear;
    transition: all 0.5s 0.4s linear;
}
.ib_news_001.show .titleBox .lineStyle .leftLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 0.5s linear;
    transition: clip-path 0.5s 0.5s linear;
}
.ib_news_001.show .titleBox .lineStyle .rightLine {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: clip-path 0.5s 1s linear;
    transition: clip-path 0.5s 1s linear;
}
.ib_news_001.show .classBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.6s 0.6s linear;
    transition: all 0.6s 0.6s linear;
}
.ib_news_001.show .newsBox {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.6s 0.7s linear;
    transition: all 0.6s 0.7s linear;
}