@charset "utf-8";
html,
body {
    overflow: auto;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #1a1a1a;
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #2d2d2d;
}

.press_mask {
    width: 500px;
    height: 145px;
    background-color: #525252;
    position: absolute;
    display: none;
}

.press_move {
    width: 0;
    height: 145px;
    background-color: #925e36;
    margin-left: 500px;
    float: right;
}

.pageMenu li {
    letter-spacing: 0.4px;
}

.press_contact {
    position: relative;
    display: none;

}
.press_contact:after {
    position: relative;
    content:"";
    visibility: hidden;
    clear: both;
}
.press_contact ul {
    width: 360px;
    float: left;
}

.press_contact li {
    width: 360px;
    margin: 0px 0px 25px;
    line-height: 2em;
    float: left;
}

.press_contact li ul li {
    width: 360px;
    color: #999999;
    margin: 0;
    line-height: 16px;
}

.press_contact li ul li a {
    transition: color 0.4s ease-out 0s, background 4s ease-in 0s;
    line-height: 18px;
}

.press_contact h6 {
    color: #925e36;
    margin-bottom: 35px;
}

.press_contact p {
    color: #FFF;
    line-height: 1.5em;
}

.press_title {
    line-height: 32px;
    font-size: 10.5px;
}

.press_img {
    position: relative;
    height: 48%;
    float: right;
    margin-right:0;
}

.press_img img {
    height: 100%;
    width: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.title01 {
    color: #925E36;
}

#background_wapper {
    position: absolute;
    width: auto;
    margin-top: 82px;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: -1
}

#background-image img {
    position: absolute
}
.press_row{
    position: relative;
    display: inline-block;
    float: right;
}
.prev_btn,
.next_btn {
    position: absolute;
    top:48%;
    left:15px;
    right:auto;
    margin:0 auto;
    display: inline-block;
    width: 50px;
    height: 50px!important;
    z-index: 150;
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_prev_btn.png);
}

.next_btn {
    background-image: url(../images/arrow_next_btn.png);
    left:auto;
    right:15px;
}
.lg_img{
    max-width:100%;
}
.dialog-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.lg_close{
    position: absolute;
    right:-60%;;
    left:0;
    margin:0 auto;
    top:80px;
    z-index: 50;
}
.lg_close img {
    transform: rotate(0deg);
    transition: all .35s ease-out;
}
.lg_close img:hover{
    transform: rotate(180deg)
}
.lg_arrow{
    
}
.lg_arrow .next_btn{
    right:10%;
}
.lg_arrow .prev_btn{
    left:10%;
}

