/* index.less */
#product_area .row .info_box{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}#product_area .row .img_box{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);}@media (min-width:1281px){#product_area .row:hover .info_box{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);}#product_area .row:hover .img_box{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}}@media (max-width:1280px){#product_area .slick-current .img_box{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}}

/* section */
section {
    padding: 5vw 0;
}

section>* {
    z-index: 3;
}

section .title_box {
    margin-bottom: 20px;
    margin-left: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
section .title_box p{
        position: absolute;
        top: 3px;
        left: 3px;
        line-height: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        font-size: 20px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        color: #6eb92b;
        padding-right: 16px;
}

section .title_box font {
    font-weight: 500;
    font-size: 22px;
    color: var(--primary);
    position: relative;
    line-height: 130%;
    letter-spacing: 2px;
}


section .title_box font::before {
  content: "";
  position: absolute;
  top: 0;
  right: -14px;
  width: 1px;
  height: 52px;
  background-color: #d8d8d8;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

section .title_box .page_title {
    line-height: 130%;
    letter-spacing: 2px;
    color: var(--info);
    font-size: 50px;
    font-weight: 700;
}
section .title_box .page_title:first-letter {
    color: var(--primary);
}
section .item h5 {
    width: 100%;
    margin: auto;
    font-size: 17px;
    font-weight: 400;
}

.more_btn a {
    position: relative;
    overflow: hidden;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    background-color: var(--primary);
    border-radius: 100px;
}

.more_btn font {
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    color: #fff;
    font-weight: 400;
}

.more_btn a:before {
    content: "";
    height: 100%;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--black);
}

.more_btn a::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--primary);
    z-index: -1;
    transform-origin: top left;
    transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out;
}

.more_btn .arrow {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin-right: -5px;
}


.more_btn .arrow svg {
    width: 56px;
    height: 42px;
    fill: #ffffff;
}
/* about_area */
#about_area {
    position: relative;
    padding: 80px 0 360px 0;
    overflow: hidden;
    background-color: #f6f6f6;
    border-radius: 0 320px 0 0;
    background-image: url(/images/39/img-ab-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -100% 50%;
}

#about_area .nowrap_box {
    overflow: hidden;
}

#about_area .info_item {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8;
    width: 70%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}

#about_area .itemTitleBox::before {
    background-position: 0 0, 0 100%, 100% 0, 0 0, 0 100%;
    left: 150px;
}

#about_area .img_item {
    /* width: 70%; */
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: -1;
}

#about_area .img_item img_cover {
    width: 100%;
}

#about_area .img_item a {
    padding: 20px 35px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 13px;
    right: 30px;
    bottom: -30px;
    z-index: 3;
}

#about_area .info_item article {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 210%;
    letter-spacing: 0;
    width: 50%;
}
#about_area .info_item article .info {
    display: flex;
    gap: 10px 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

#about_area .info_item article .info .dibox:nth-child(1){width: 100%;}
#about_area .info_item article .info h2{
    font-size: 20px;
}
#about_area .info_item article .info h3,#about_area .list_box h3 {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 190%;
}
#about_area .info_item article .info .textEditor ol {
    padding: 0;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
}
#about_area .info_item article .info .textEditor ol li{
        font-weight: 400;
        list-style: circle;
        font-size: 15px;
        margin: 0px 0px 2px 30px;
        color: #767372;
        letter-spacing: 1px;
        line-height: 200%;
        position: relative;
}
#about_area .locationBox .locationList {
    display: flex;
    margin: 0 -20px;
    flex-direction: row;
    flex-wrap: wrap;
}

#about_area .locationBox .locationList .locationItem {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    width: calc((100% / 2) - 20px);
    position: relative;
    margin: 0 10px;
}

#about_area .locationBox .locationList .locationItem:before, #about_area .locationBox .locationList .locationItem:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#about_area .locationBox .locationList .locationItem:before {
    width: 100%;
    background-color: #d2d2d2;
    z-index: 1;
}

#about_area .locationBox .locationList .locationItem:after {
    width: 0;
    background-color: #70c9ea;
    z-index: 2;
    transition: all 0.5s ease;
}

#about_area .locationBox .locationList .locationItem .item {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

#about_area .locationBox .locationList .locationItem .item .Img {
    width: 65px;
    height: 65px;
    margin-right: 10px;
}

#about_area .locationBox .locationList .locationItem .item .Txt {
    width: calc(100% - 80px);
}

#about_area .locationBox .locationList .locationItem .item .Txt .title font {
    margin-right: 20px;
    font-size: 24px;
}

#about_area .locationBox .locationList .locationItem .item .Txt .title svg {
    width: 20px;
    height: 20px;
    fill: #6c6c6c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out;
}

#about_area .locationBox .locationList .locationItem .item .Txt .titleEn {
    font-size: 18px;
    font-weight: 500;
    color: #3b3b3b;
}

#about_area:after {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/images/39/img_about_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#fly-could {
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
}

.fly-out {
    position: absolute;
    z-index: 9;
    width: 175px;
    height: 225px;
    top: -130px;
    right: -260px;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
}

.fly-out02 {
    position: absolute;
    z-index: 9;
    width: 260px;
    height: 100px;
    bottom: -160px;
    right: 0px;
}

.fly-out03 {
    position: absolute;
    z-index: 9;
    width: 135px;
    height: 35px;
    bottom: 180px;
    left: -280px;
}

.fly-out04 {
    position: absolute;
    z-index: -3;
    width: 575px;
    height: 100px;
    top: -10px;
    right: -300px;
}

.fly-out05 {
    position: absolute;
    z-index: 9;
    width: 1920px;
    height: 980px;
    bottom: 0;
    right: 0;
    display: none;
}

#fly-could img, #fly-could02 img, #fly-could03 img, #fly-could04 img, #fly-could05 img {
    width: auto;
    height: auto;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -ms-transition: unset;
}

.cloudBox {
    position: absolute;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

#about_area .globalBox {
    width: 720px;
    height: 720px;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
}

#about_area .globalBox .globalList {
    background: url(/images/39/img-ab-00.png) center/100% no-repeat;
    background-size: contain;
    background-position: right;
    z-index: 2;
    width: 135%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

#about_area .globalBox .globalmore {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

#about_area .serv_disc {
    position: absolute;
    top: 0px;
    right: 170px;
    width: 50%;
    height: 50%;
    animation: rotate 50s linear infinite reverse;
    opacity: 0.1;
}

#about_area .list_box {
    overflow: hidden;
    z-index: 10;
    position: relative;
    padding-top: 20px;
    width: 500px;
}

#about_area .applicationList .slick-list {
    width: 100%;
}

#about_area .applicationItem {
    padding: 0;
    margin: 10px auto;
    position: relative;
}

#about_area .applicationItem .item .Img {
    position: relative;
}

#about_area .applicationItem .item .Img img {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: contain;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#about_area .applicationItem .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
    position: relative;
}

#about_area .applicationItem .item .more_btn {
    position: relative;
}

#about_area .applicationItem .item .Txt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

#about_area .applicationItem .item .moreBtn {
    padding: 10px 0;
    opacity: 0;
    display: none;
}

#about_area .applicationItem .item .moreBtn a {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 81px;
    color: #444;
    font-weight: 500;
    letter-spacing: 0.12em;
    z-index: 1;
    font-size: 14px;
}

#about_area .applicationItem .item .moreBtn a::after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: -10px;
    width: 20px;
    height: 17px;
    background: url("/images/39/arrow_right_white.png") no-repeat center/cover;
    z-index: 1;
    -webkit-filter: contrast(0) brightness(100%);
    filter: contrast(0) brightness(100%);
}

#about_area .applicationItem .item .more_btn:after {
    border-top: 1px solid rgba(var(--info-rgb), .2);
    content: "";
    position: absolute;
    width: calc(100% - -300px);
    bottom: 0;
    left: 0;
}

/* news_area */
#news_area {
    padding: 5vw 0 5vw 0;
}

#news_area .itemTitleBox {
    position: relative;
    padding-top: 0px;
    display: inline-block;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    width: 100%;
}

#news_area section {
    padding: 2vmax 0 2vmax;
    position: relative;
}

#news_area .deck01 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    display: none;
}

#news_area img.dight {
    position: absolute;
    left: 150px;
    z-index: 11;
    min-width: 100%;
    margin-top: 0;
    object-fit: cover;
    display: none;
}

#news_area {
    padding: 5vmin 0 2vmax;
    overflow: initial;
    position: relative;
    background-image: url(/images/39/img-n-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
    margin-top: -300px;
    border-radius: 325px 0 0 0;
}

#news_area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    width: 100px;
    height: 100px;
    margin: auto;
    background-image: url(/images/39/menu_logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: none;
}

#news_area #news_txt {
    top: 2vmax;
    right: 5vmax;
}

#news_area .news_box {
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

#news_area .news_box .leftBox, #news_area .news_box .rightBox {
    /* position: relative; */
    /* width: 72%; */
}

#news_area .news_box .leftBox {
    margin-bottom: 30px;
}
#news_area .title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#news_area .NbtnBox {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}

#news_area .arrow {
    display: flex;
}

#news_area .arrow a {
    margin: .5px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

#news_area .arrow a:before {
    content: "";
    background-image: url(/images/39/arrow-left.png);
    background-size: cover;
    width: 50px;
    height: 50px;
}

#news_area .arrow a.next {
    -webkit-transform: scaley(-1);
    transform: scaley(-1);
}

#news_area .tabs_box {
    margin-top: 0px;
}
#news_area .tabs_box .tabs_btn{
    display: none;
}
#news_area .tabs_box .tabs_btn .newsList {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px;
    justify-content: flex-start;
    border-bottom: 1px solid #ded6d6;
    padding: 0 0 10px 0;
}

#news_area .tabs_box .tabs_body {
    width: calc(100% - 0px);
}

#news_area .tabs_box .tabs_body .news_list {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #000;
}

#news_area .tabs_btn a {
    padding: 0px 20px 0px 0px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #383838;
    font-weight: 500;
    display: block;
}

#news_area .tabs_btn .active a {
    color: var(--secondary);
}

#news_area .tabs_body .tab_info {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

#news_area .tabs_body .tab_info.showBox {
    opacity: 1;
    pointer-events: auto;
}

#news_area .tabs_body .tab_info li {
    width: calc((100% / 1) - 0px);
    position: relative;
}


#news_area .tabs_body .tab_info .items {
    align-items: center;
    border-bottom: 1px solid #ded6d6;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 130px 86%;
    gap: 0 20px;
    padding: 20px 10px;
}

#news_area .tabs_body .tab_info .items .Img {
    padding-bottom: 20px;
}

#news_area .tabs_body .tab_info .items .f_aitems_left {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    padding-right: 30px;
}

#news_area .tabs_body .tab_info .items .f_aitems_left font {
    font-size: 20px;
    position: relative;
    line-height: 130%;
}
#news_area .tabs_body .tab_info .items .f_aitems_left font.day{
    font-size: 45px;
}

#news_area .tabs_body .tab_info .category {
    padding: 0px 10px;
    background: #e2e2e2;
    color: var(--black);
    font-size: 18px;
    line-height: 217%;
    font-weight: 500;
    border-radius: 10px;
}

#news_area .f_aitems_end {
    display: flex;
    align-items: center;
    margin: 8px 0px 0;
    justify-content: space-between;
}

#news_area .f_aitems_right {
    position: relative;
}

#news_area .tabs_body .tab_info .time {
    font-size: 14px;
    display: flex;
    flex-direction: row;
}

#news_area .tabs_body .tab_info .time font.m_txt {
    color: #19a8de;
    font-weight: 500;
    font-family: 'Poppins';
    margin-right: 10px;
    line-height: 140%;
    font-size: 19px;
}

#news_area .tabs_body .tab_info .time font.d_txt {
    width: 20px;
    grid-area: time_d;
    color: var(--dark);
}

#news_area .tabs_body .tab_info h3 {
    height: auto;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    width: calc(100% - 220px);
    -webkit-line-clamp: 2;
}

#news_area .tabs_body .tab_info article {
    height: 50px;
    font-weight: 300;
    font-size: 14px;
    color: #818181;
    -webkit-line-clamp: 2;
    margin: 6.5px 0;
}

#news_area .btn, #book_area .list_box ul li .item .info_box .btn {
    padding: 0px 0px;
    width: 140px;
    height: 45px;
    margin: 0;
    display: flex;
    justify-content: center;
    border: 1px var(--primary) solid;
    background-color: rgb(0 0 0 / 58%);
    border-radius: 100px;
    color: #fff;
}

#news_area .tabs_box .tabs_btn .moreBtn a {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
}

#news_area::after {
    content: "";
    width: 420px;
    height: 250px;
    position: absolute;
    bottom: -80px;
    right: 0;
    background: #f7f7f7;
    display: block;
    background-image: url(/images/39/img-n-01.png);
    border-radius: 500px 0 0 0;
}

#news_area .btn svg {
    margin: 0;
}

/* productBox */
#productBox {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

#productBox .deck01, #productBox .deck02 {
    position: absolute;
    z-index: 0;
}

#productBox .deck01 {
    top: -450px;
    left: 80px;
    opacity: 0.8;
}

#productBox .deck01 img {
    animation: rotate 100s linear infinite reverse;
}

#productBox .deck02 {
    bottom: -40px;
}

#productBox .titleBox {
    width: 34%;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    right: 100px;
    top: -90px;
    z-index: 30;
}

#productBox .titleBox .item {
    width: 400px;
    margin-bottom: 40px;
}

#productBox .bg:before {
    content: url(/images/37/img-product.png);
    position: absolute;
    bottom: -100px;
    left: -30px;
    bottom: -20px;
    animation-name: fish;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 5s;
}

#productBox .bg {
    opacity: 1;
    top: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-position: 100% 30%;
    background-repeat: no-repeat;
}

#productBox .titleBox .btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -5px;
    padding: 0;
    z-index: 20;
}

#productBox .titleBox .btn a {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 68px;
}

#product_prev img {
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#productBox .titleBox .btn .more {
    margin-top: 0;
    margin-left: 20%;
}

#productBox .prolist {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 100px auto 0;
    grid-gap: 15px;
}

#productBox ul li {
    position: relative;
}

#productBox .globalBox {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#productBox .globalBox .serv_disc {
    width: 100%;
    height: 100%;
    animation: rotate 50s linear infinite reverse;
}

#productBox ul li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
}

#productBox ul.imgbox {
    margin-top: 290px;
    margin-left: -70px;
    border-radius: 50px;
    background-color: #fff;
    padding: 30px 50px 0;
    z-index: 10;
    overflow: hidden;
}

#productBox ul.imgbox:before {
    content: '';
    width: 115%;
    height: 1px;
    position: absolute;
    left: -5%;
    background: #ddd;
    top: calc(24% + 47px);
    z-index: -2;
}

#productBox ul.imgbox li {
    margin: 20px 20px 0;
}

#productBox ul.imgbox li .info h3 {
    color: #ae9269;
    font-size: 22px;
    font-weight: 500;
}

#productBox ul.imgbox li .info span {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 30px 0 10px;
    background: rgb(174 146 105 / 30%);
    position: relative;
}

#productBox ul.imgbox li .info span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50px;
}

#productBox ul.imgbox li .img img {
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: 1;
    aspect-ratio: 3 / 3;
    box-shadow: 0 0 20px rgb(49 40 40 / 10%);
}

#productBox ul.ttbox .listItem {
    position: relative;
    z-index: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#productBox ul.ttbox .listItem .img {
    background-color: #afd7e4;
    border-radius: 50%;
    overflow: auto;
}

#productBox ul.ttbox .listItem img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

#productBox ul.ttbox .listItem .info {
    position: absolute;
    bottom: 0;
    padding: 20px 70px 30px 70px;
    background-color: rgb(0 0 0 / 50%);
}

#productBox ul.ttbox .listItem .info h3 {
    text-align: center;
    color: #ffffff;
}

#productBox ul.ttbox li .info h3 {
    margin-bottom: 10px;
    height: auto;
    font-weight: 500;
    font-size: 18px;
    color: #1f1f1f;
}

#productBox ul.ttbox li .info article {
    height: 115px;
    font-weight: 400;
    font-size: 14px;
    color: #686565;
    -webkit-line-clamp: 4;
    line-height: 2;
}

#productBox .more {
    text-align: end;
    position: relative;
    margin-top: 60px;
}

#productBox ul.ttbox li {
    padding: 30px;
}

/* book_area */
#book_area {
    /* background-color: #f6f6f6; */
}

#book_area .bookitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ded6d6;
    padding: 20px 0 30px 0;
    margin-bottom: 40px;
}

#book_area .list_box {
    border-radius: 50px;
    background-color: #fff;
    width: auto;
}

#book_area .title_box {
    margin-bottom: 0;
}
#book_area .list_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
    }
#book_area .list_box ul li {
    position: relative;
    width: 100%;
}

#book_area .list_box ul li .item {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100%; */
}

#book_area .list_box ul li .item .img_scale {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 /3;
    background-color: #000;
}

#book_area .list_box ul li .item .img_scale:before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #12100d;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#book_area .list_box ul li .item .img_scale img {
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

#book_area .list_box ul li .item .info_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 20px;
    align-items: center;
    justify-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 80px;
    z-index: 1;
}

#book_area .list_box ul li .item .info_box h3 {
    font-weight: 500;
    color: #ffffff;
    font-size: 26px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
#book_area .list_box ul li .item .info_box h3::before {
        content: "";
        position: absolute;
        bottom: -50px;
        left: calc(50% - 0.5px);
        width: 1px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.6);
        transition: all 0.5s;
        z-index: 10;
    }

#book_area .list_box ul li .item .info_box .text {
    color: #515151;
    font-size: 17px;
    letter-spacing: 1px;
    display: none;
}

#book_area .list_box ul li .item .info_box .btn {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 15px;
    font-size: 16px;
}

#book_area .list_box ul li:nth-child(2n) .item {
}

/* animation */
@keyframes web_menu002 {
    0% , 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 5px);
    }
}

@keyframes web_menu001 {
    0% , 100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes iconRotate {
    0% {
        transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        transform: rotate(15deg);
    }
}

@-webkit-keyframes iconRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(15deg);
    }
}

@-webkit-keyframes movemove {
    0% , 100% {
        -webkit-transform: translate(0, 0%);
    }

    50% {
        -webkit-transform: translate(10px, 0%);
    }
}

@keyframes movemove {
    0% , 100% {
        transform: translate(0, 0%);
    }

    50% {
        transform: translate(10px, 0%);
    }
}

@media screen and (max-width: 1680px) {
    #productBox .more {
        margin-top: 55px;
    }
}

@media (max-width: 1560px) {
    #news_area::after {
        content: "";
        width: 440px;
        height: 270px;
    }

}
@media (min-width: 1441px) {
        #about_area .workframe {
    overflow: hidden;
    width: var(--width-xxl);
}
}
@media (max-width: 1440px) {
    section .itemTitleBox::before {
        width: 210px;
        height: 210px;
        left: -50px;
    }

    section .itemTitleBox::after {
        left: 200px;
        width: 90px;
        height: 90px;
    }

    #about_area .globalBox {
        width: 540px;
        height: 540px;
    }

    #news_area .itemTitleBox .title_box {
        margin-bottom: 10px;
    }

    #news_area .news_box {
        width: 88%;
    }

    #news_area .news_box .rightBox {
        width: 66%;
    }

    #productBox ul.imgbox {
        padding-right: 0;
    }

    #productBox .prolist {
        width: 95%;
    }

    #productBox>.info {
        margin: 0 5%;
    }

    #productBox ul li>div {
        margin: 0 10px;
    }

    #productBox ul li .info {
        padding: 15px 10px 40px;
        width: auto;
    }
}

@media screen and (min-width: 1281px) {
    .more_btn a:hover font {
        color: #eefaff;
    }

    .more_btn a:hover:before {
        width: 100%;
    }

    #about_area .d_flex {
        align-items: center;
    }

    #about_area .locationBox .locationList .locationItem:hover .item .Txt .title svg {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        fill: #70c9ea;
    }

    #about_area .locationBox .locationList .locationItem:hover:after {
        width: 100%;
    }

    #about_area .applicationItem:hover {
        translate: 0 -10px;
    }

    #about_area .applicationItem:hover .item .Img {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    #about_area .applicationItem .item:hover .moreBtn {
        opacity: 1;
        transform: translate(0%, -80%);
    }

    #news_area .tabs_body .tab_info .items:hover .more .arrowWrap::before, .infoArea .leftBox:hover .arrowWrap::before {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
        right: 0px;
        background-color: rgb(223 223 223 / 70%);
        border: 1px solid rgb(223 223 223 / 70%);
    }

    #news_area .tabs_body .tab_info .items:hover .more .arrowWrap .arrow, .infoArea .leftBox:hover .more .arrow {
        animation: moreArrow 1s infinite;
    }

    #news_area .bg_box {
        width: 860px;
    }

    #news_area .tab_info li:hover .btn, #book_area .list_box ul li:hover .item .info_box .btn {
        scale: 1;
        background-color: var(--info);
        color: #fff;
    }

    #news_area .tab_info li:hover .btn svg {
        fill: #fff;
    }

    #book_area .row:hover .info_box {
        bottom: 0;
    }

    #book_area .list_box ul li:hover .item .img_scale:before {
        width: 100%;
    }

    #book_area .list_box ul li:hover .item .img_scale img {
        opacity: 0.2;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

 #about_area .info_item article .info .dibox{
    width: 49%;
}
}

@media screen and (max-width: 1280px) {
    #about_area .list_box{
    width: 100%;
}
    section .title_box .page_title {
        font-size: 36px;
    }

    section .title_box font {
        font-size: 22px;
    }

    #news_area .news_box {
        padding: 0rem 0 4rem 0vw;
    }

    #about_area .img_item:before, #about_area .img_item img {
    display: none;
    }

#about_area .globalBox .globalList {z-index: 2;width: 100%;height: 260px;margin: auto;position: absolute;top: 0;right: 0;bottom: auto;background-size: contain;background-position: 50% 50%;}
    #productBox .prolist {
        grid-template-columns: 40% 60%;
    }

    section .text_stroke {
        display: none;
    }

    .webBox .slick-dots {
        margin-top: 0;
    }

    #news_area .news_box {
        padding: 1.5rem 3vw 1rem 3vw;
    }

    #news_area .tabs_box .tabs_btn {
        width: 100%;
    }

    #news_area .title_box h2:before {
        left: 50%;
    }

    #news_area .title_box .more_btn {
        bottom: 30px;
        left: 50%;
        padding: 10px 15px;
        font-size: 13px;
    }

    #news_area .title_box article {
        margin-top: 1rem;
        margin-bottom: 1.75rem;
    }

    #news_area .title_box article br {
        display: none;
    }

    #news_area .tabs_body .tab_info .items {
        width: auto;
    }

    #news_area:after {
        display: none;
    }

    #news_area .tabs_body .tab_info .time font.y_txt {
        font-size: 40px;
    }

    #news_area .tabs_body .tab_info .time font.m_txt {
        font-size: 13px;
    }

    #news_area .f_aitems_end {
        margin: 0;
    }

    #news_area .tabs_body .tab_info .category {
        font-size: 13px;
    }

    #news_area .tabs_body .tab_info h3 {
        margin-top: 16px;
        font-size: 20px;
    }

    #about_area .globalBox {
        width: 100%;
        height: 100%;
        margin: auto;
    }
    #about_area .img_item{
    position: relative;
    right: 0;
    bottom: auto;
    top: 0;
}

  #about_area .info_item {
    width: 100%;
    }
       #about_area .nowrap_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1140px) {
    #about_area {
        padding: 60px 0 120px 0;
        height: 100%;
    }

    #about_area .img_item {
        bottom: 0;
    }

    #news_area .tabs_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 20px;
    }

    #news_area .tabs_box .tabs_btn .newsList {
        display: flex;
        justify-content: flex-start;
    }

    #news_area .tabs_box .tabs_body {
        width: calc(100% - 0px);
    }

    #news_area .tabs_body .tab_info li {
        width: calc((100% / 1) - 0px);
    }

    #about_area .itemTitleBox::before {
        left: 170px;
    }

 

    #about_area .img_item {
        width: 100%;
        margin: auto;
        text-align: center;
        height: 48vw;
        /* position: inherit; */
    }

    #about_area .info_item {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0;
        padding-right: 0;
    }

    .fly-out, .fly-out02, .fly-out03, .fly-out04 {
        display: none;
    }

    #news_area .NbtnBox {
        margin-top: 40px;
    }

    #productBox ul.imgbox li {
        margin: 20px 10px;
    }

    #productBox .more {
        margin-top: 25px;
    }

    #productBox ul.ttbox .listItem .info {
        padding: 20px 20px 30px 20px;
    }
}

@media screen and (max-width: 1024px) {
    #book_area .list_box ul{
    gap: 30px 30px;
    grid-template-columns: 1fr;
}
    #about_area .info_item {
        margin-bottom: 40px;
    }

    #about_area .info_item article {
        width: 100%;
        margin-bottom: 40px;
    }

    #about_area .info_item article .info p {
        font-size: 18px;
        margin-bottom: 0;
    }

    #news_area .tabs_box ul {
        margin-bottom: 0.55rem;
    }

    #about_area:after {
        bottom: 200px;
    }

    #about_area .globalBox {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0px solid #fff;
    }

    section .title_box .page_title {
        font-size: 30px;
    }

    section .title_box font {
        font-size: 20px;
    }

    section .title_box {
        margin-bottom: 20px;
    }

    #book_area .list_box ul li .item .img_scale {
    }

    #book_area .list_box ul li .item .info_box {
    padding: 30px 20px;
    }

    #about_area .applicationItem .item .Img img {
        /* height: 100px; */
    }

    #news_area:before {
        display: none;
    }

    #news_area .news_box {
        display: flex;
        flex-direction: column;
    }

    #news_area .news_box .leftBox {
        width: calc(100% - 0px);
        padding: 0;
        margin-bottom: 0;
    }
    #news_area .deck01{
    display: none;
}

    #news_area .news_box .rightBox {
        margin-top: 0;
        width: calc(100% - 0px);
    }

    #about_area .locationBox .locationList .locationItem {
        width: calc((100% / 1) - 20px);
    }

    #about_area .serv_disc {
        top: 0px;
        left: 0px;
    }

    #productBox .prolist {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (max-width: 768px) {
    #about_area {
        height: 100%;
        padding: 40px 0 30px 0;
    }

    #about_area .list_box {
        padding-top: 40px;
    }

    .list_box .info_box h3 {
        font-size: 16px;
    }

    #news_area {
        padding: 0;
        background-image: none;
        margin-top: 0;
    }

    #news_area img.dight {
        margin-top: -30px;
    }

    #news_area .f_aitems_end {
        margin-bottom: 5px;
        width: calc(100% - 50px);
    }

    #news_area .btn, #book_area .list_box ul li .item .info_box .btn {
        width: 110px;
        height: 45px;
    }

    #news_area .tabs_body .tab_info h3 {
        width: calc(100% - 180px);
        margin-top: 9px;
    }

    #book_area .list_box ul li .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #book_area .list_box ul li .img_scale {
        margin-right: 0;
    }

    #book_area .list_box ul li .item .img_scale {
        width: 100%;
    }

    #book_area .list_box ul li .item .info_box {
        width: 100%;
    }

    #book_area .list_box ul li .item .info_box h3 {
        font-size: 22px;
    }

    #book_area .list_box {
        padding: 10px 0px;
    }

    #book_area .bookitem {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0 30px 0;
        margin-bottom: 20px;
    }

    #book_area .bookitem .title {
        width: 100%;
    }

    #book_area .more_btn {
        margin-top: 20px;
    }

    #news_area .tabs_body .tab_info .items {
        padding: 10px 0 10px 0;
        grid-template-columns: 90px 86%;
    }

    #news_area .tabs_body .tab_info .items .f_aitems_left font {
        font-size: 24px;
        padding-bottom: 10px;
    }

    #news_area .tabs_body .tab_info .items .f_aitems_left font:nth-child(1)::after {
        margin: 0 auto;
    }

    #news_area .tabs_body .tab_info .items .f_aitems_left {
    padding-left: 0px;
    padding-right: 0px;
    }

    #news_area .f_aitems_right {
        padding: 10px 0;
    }

    #productBox .prolist {
        display: flex;
        flex-direction: column;
    }

    #productBox ul.imgbox {
        margin-top: 0;
        margin-left: 0;
    }

    #productBox .titleBox {
        position: relative;
        right: auto;
        left: 0;
        top: 0;
        width: 100%;
    }

    #productBox .titleBox .item {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
        #book_area .list_box ul{
}
    #news_area .btn, #news_area .tabs_body .tab_info li:before {
        display: none;
    }

    #news_area .tabs_body .tab_info h3 {
        width: calc(100% - 0px);
    }

    #news_area .f_aitems_end {
        width: calc(100% - 0px);
    }

    #news_area .tabs_btn a {
        font-size: 17px;
        padding: 0px 11px 0px 0px;
    }

    #productBox .bg {
        height: 130%;
    }

    #productBox .more {
        z-index: 2;
    }

    #productBox ul.imgbox li .info {
        display: block;
        position: relative;
        padding-bottom: 0;
    }

    #productBox ul.imgbox li .info h3 {
        height: auto;
    }

    #productBox ul.imgbox li .info article {
        height: 35px;
        font-weight: 400;
        font-size: 14px;
        color: #686565;
        -webkit-line-clamp: 4;
        line-height: 2;
    }

    #productBox ul.imgbox li .img img {
        box-shadow: none;
    }

    #productBox ul li>div {
        margin: 0;
    }

    #productBox .prolist {
        width: 90%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    #productBox ul.imgbox {
        margin: 0;
        padding: 0px 10px 0;
    }

    #productBox .titleBox .btn {
        display: none;
    }
}
