.cover {
    display: flex;
    width: 2160px;
    height: 3840px;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    width: 200px;
    height: 200px;
    border: 20px solid #FFFFFF;
    border-top: 20px solid transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

.slide {
    width: 2160px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.main_swiper {
    position: absolute;
    width: 840px;
    height: 1800px;
}

.main_swiper .bg_zone {
    position: absolute;
    width: 840px;
    height: 1210px;
    box-shadow: 0 10px 30px #0000008a;
    /* background: transparent linear-gradient(145deg, #FFFFFF 0%, #C2A13C 36%, #FDE7A4 71%, #FFEDBB 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #707070; */
    background-color: #000;
}

.main_swiper .img_zone {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
}

.main_swiper .img_zone img {
    width: 840px;
    height: 1210px;
}


.main_swiper .frame {
    position: relative;
}

.main_swiper .img_zone.active0 {
    background: transparent linear-gradient(181deg, #123D5E 0%, #1478BB 53%, #60BEFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.main_swiper .img_zone.active1 {
    background: transparent linear-gradient(180deg, #2A2A2A 0%, #9A9A9A 58%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.main_swiper .img_zone.active2 {
    background: transparent linear-gradient(180deg, #221B31 0%, #C47C88 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.main_swiper .img_zone.active3 {
    background: transparent linear-gradient(180deg, #332A00 0%, #9F9452 42%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}

.main_swiper .bg_zone.active {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 840px;
    height: 1210px;
    background: url(../../images/img_frame.png) no-repeat center / 100% auto;
    box-shadow: 3px 5px 15px #000000A6;
}



.nav_main li a {
    text-align: center;
}

.nav_main li img:nth-child(1) {
    display: block;
}

.nav_main li img:nth-child(2) {
    display: none;
}


.nav_main li.active img:nth-child(1) {
    display: none;
}

.nav_main li.active img:nth-child(2) {
    display: block;
}

.nav_main li.disabled {
    opacity: 0.25;
}

#id_main_btn_next {
    top: 30%;
    right: 5%;
}

#id_main_btn_prev {
    top: 30%;
    left: 5%;
}

.swiper-button-next {
    z-index: 5;
    background: url(../../images/btn_right.svg) no-repeat;
    width: 114px;
    height: 214px;
}

.swiper-button-prev {
    z-index: 5;
    background: url(../../images/btn_left.svg) no-repeat;
    width: 114px;
    height: 214px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    display: inline-block;
    cursor: pointer;
}

#id_pdf_btn_prev {
    left: 50px;
}

#id_pdf_btn_next {
    right: 50px;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    margin: 0 17px !important;
    background: #9D9297;
}

.swiper-pagination-bullet-active {
    background: #ECBE52;
}

.list_dot {}

#id_search_swiper {
    width: 2160px;
}

#id_search_wrapper {
    height: 560px;
}

.list_search {
    justify-content: center;
}

.btn_side {
    top: 2500px;
    z-index: 1;
}

.company_video .img_zone {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1600px;
    height: 900px;
    z-index: 1;
}

.company_video .img_zone img {
    width: 320px;
    height: 320px;
}

.company_video video {
    width: 100%;
    height: 100%;
}


.popup {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 110;
    top: 0px;
}

.company_intro2 ul {
    Line-height: 60px;
    font-size: 42px;
    font-weight: 600;
}

.indented_line {
    font-family: noto;
    font-weight: 500;
    text-indent: -110px;
    padding-left: 110px;
}

.indented_line_2 {
    font-family: noto;
    font-weight: 500;
    text-indent: 105px;
}

.pdf_swiper {
    height: 2404px;
}

#id_btm_txt_1 {
    display: flex;
}

/*
.slide .box_name .txt_box {
    position: absolute;
    width: 840px;
    left: -120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide .box_name .txt_box.with_img {
    left: 210px;
    width: 640px;
    align-items: flex-start;
}

.slide .box_name .txt_box b {
    display: inline-block;
    width: auto;
}

.slide .box_name .txt_box em {
    display: inline-block;
    width: auto;
}

.slide .box_name .txt_box u {
    display: inline-block;
    width: auto;
}

#id_top_txt_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
*/
.search_info {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translateX(-50%);
    font-size: 65px;
    color: #fff;
    font-weight: 500;
    line-height: 80px;
}

.popup_nav li.disabled {
    opacity: 0.16;
}

.company_achieve .align_left b {
    word-break: keep-all;
}


.slide_detail {}

.slide_detail .history {
    padding-top: 50px;
    height: 450px;
    width: 2160px;
    overflow-y: scroll;
}

.slide_detail .history::-webkit-scrollbar {
    display: none;
}

.slide_detail li {
    line-height: 75px;
    text-align: center;
}

.slide_detail li::before {
    content: "";
}

.history_title {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
}

.slide_page {
    position: absolute;
}

.company_products li {
    padding: 0;
}

.company_products .txt_box {
    justify-content: flex-start;
    padding-top: 0px;
}


.list .tableC .table_cell button {
    margin: 10px 0;
}


.popup_kbiz .sec1 .slideA .bg_zone {
    position: absolute;
    width: 975px;
    height: 600px;
    background-color: #000;
    opacity: 0.7;
    z-index: 1;
}

.popup_kbiz .sec1 .slideA .img_zone {
    position: relative;
    box-shadow: 0px 10px 60px #689EFF96;
    overflow: hidden;
    width: 975px;
    height: 600px;
}

.popup_kbiz .sec1 .slideA .img_zone img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.popup_kbiz .sec1 .slideA .img_zone {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.popup_kbiz .sec1 .slideA .bg_zone.active {
    opacity: 0;
}

.popup_kbiz .sec1 .slideA .img_zone.active {
    background-color: transparent;
    opacity: 1;
}

.popup_kbiz .sec2 img {
    width: 1600px;
    height: 650px;
}

.slideA .swiper-slide {
    width: 975px;
    height: 600px;
}

.popup_bg {
    position: absolute;
    top: 0px;
}

#id_prize_page_0{
    height: 2500px;
    overflow-y: scroll;
}

.list_kbiz {
    display: flex;
    width: 1640px;
    justify-content:flex-start;
}


.list_kbiz li{
    margin: 0 75px;
    margin-bottom: 100px;
}



.list .table_cell button .img_zone{
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translate(-20%, 25%);
}