@charset "utf-8";


.head-page .about_item span {
    color: #bba600;
}
.head-page .about_item>a:after {
    transform: scale(1);
    opacity: 1;
}



.about_pg01 .texts .con {
    margin-top: 70px;
}
.about_pg01 .swiper-pagination {
    bottom: 15px;
}
.about_pg01 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CCCCCC;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px !important;
}
.about_pg01 .swiper-pagination-bullet-active {
    background: #bba600;
}
.about_pg02 {
    position: relative;
}
.bgImg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.about_pg02 .texts {
    width: 49.08%;
}
.about_pg02 .texts .desc {
    margin-top: 35px;
}
.about_pg02 .texts .con {
    padding-right: 5%;
    box-sizing: border-box;
    margin-top: 24px;
}
.about_pg02 .texts p {
    margin-bottom: 12px;
}
.about_pg02 .texts p:last-child {
    margin-bottom: 0;
}
.about_pg02 .imgs {
    width: 46.46%;
    box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
}
.about_pg02 .swiper-pagination {
    margin-top: 40px;
    position: initial;
    text-align: left;
}
.about_pg02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 5px;
    box-sizing: border-box;
    opacity: 1;
}
.about_pg02 .swiper-pagination-bullet-active {
    background: #bba600;
}
.about_pg03 .lists .texts {
    width: 53%;
}
.about_pg03 .lists .texts .con {
    text-indent: 2em;
    margin-top: 35px;
}
.about_pg03 .lists .texts .con p {
    margin-bottom: 18px;
}
.about_pg03 .lists .texts .con p:last-child {
    margin-bottom: 0;
}
.about_pg03 .imgs {
    position: relative;
    z-index: 1;
    width: 41.25%;
}
.about_pg03 .img_box {
    position: absolute;
    right: 15px;
    top: -15px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.scrollarea3 {
    margin-top: 50px;
    padding-bottom: 42px;
}
.scrollarea3 .viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 238px;
}
.scrollarea3 .overview {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
}
.yearpic {
    width: auto;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    min-width: 100%;
}
.yearpic li {
    display: inline-block;
    width: 395px;
    height: 100%;
    position: relative;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.yearpic li .inner ,.yearpic li .inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.scrollarea3 .scrollbar {
    height: 1px;
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    bottom: 0;
}
.scrollarea3 .track {
    height: 1px;
    width: 100%;
    background-color: #eee;
    position: relative;
    left: 0;
    border: 1px dashed #bba600;
}
.scrollarea3 .thumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.scrollarea3 .thumb:after {
    content: '';
    position: absolute;
    right: 0;
    top: -12px;
    z-index: 1;
    border-radius: 50%;
    cursor: ew-resize;
    background: #bba600 url(../images/ret2.png) center no-repeat;
    width: 54px;
    height: 25px;
    border-radius: 13px;
}
.mouse_view {
    margin-top: 20px;
}
.mouse_view img {
    margin-right: 10px;
}
.about_pg04 .page_line {
    margin: 30px auto 0;
}
.about_pg04 .swiper-slide {
    border: 1px solid #CCCCCC;
    padding: 0 45px;
    box-sizing: border-box;
    cursor: pointer;
}
.about_pg04 .swiper-slide .img {
    padding: 25px 0;
    box-sizing: border-box;
    height: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_pg04 .swiper-slide .img img {
    transition: all .4s;
    max-height: 100%;
}
.about_pg04 .swiper-slide .text {
    border-top: 1px solid #ccc;
    height: 87px;
    position: relative;
}
.about_pg04 .swiper-slide .text::before {
    content: "";
    display: block;
    background: #bba600;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transition: all .4s;
}
.about_pg04 .swiper-slide .tit {
    width: calc(100% - 20px);
    padding-right: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_detail {
    width: 20px;
    height: 18px;
    background: url(../images/search_detail.png) no-repeat center/cover;
}
.about_pg04 .swiper-slide:hover .img img {
    transform: scale(1.08);
}




@media only screen and (max-width: 1480px) {
    .about_pg04 .swiper-slide{
        padding: 0 35px;
    }
}
@media only screen and (max-width: 1366px) {
    .about_pg04 .swiper-slide .img{
        height: 310px;
    }
}
@media only screen and (max-width: 1280px) {
    .about_pg01 .texts .con {
        margin-top: 45px;
    }
}
@media only screen and (max-width: 1043px) {
    .about_pg01 .texts .con {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .page_title {
        text-align: center;
    }
    .about_pg01 .texts .con {
        margin-top: 25px;
    }
    .about_pg02 .imgs{
        width: 100%;
        margin-top: 25px;
    }
    .about_pg02 .texts{
        width: 100%;
    }
    .about_pg02 .texts .con{
        max-height: 104px;
        overflow-y: auto;
        margin-top: 15px;
    }
    .about_pg02 .swiper-slide{
        flex-direction: column-reverse;
        padding-bottom: 50px;
    }
    .about_pg02 .texts .desc{
        margin-top: 25px;
    }
    .about_pg02 .swiper-pagination{
        margin-top: 20px;
    }
    .about_pg02 .swiper-pagination {
        margin-top: 20px;
        position: absolute;
        text-align: center;
        width: 100%;
        bottom: 0;
    }
    .about_pg03 .lists .texts .con{
        margin-top: 25px;
    }
    .about_pg03 .lists .texts {
        width: 100%;
    }
    .about_pg03 .imgs{
        width: 100%;
        margin-top: 25px;
    }
    .about_pg03 .img_box{
        right: 5px;
        top: -5px;
    }
    .about_pg03 .lists .texts .con p {
        margin-bottom: 10px;
    }
    .about_pg04 .swiper-slide .text{
        height: 65px;
    }
    .about_pg04 .swiper-slide {
        padding: 0 20px;
    }
    .about_pg04 .page_line {
        margin: 20px auto 0;
    }
    .scrollarea3 .thumb:after{
        width: 38px;
        height: 20px;
        top: -10px;
    }
}