html {
    scroll-behavior: smooth;
}

.about_header_v2 {
     /*box-shadow: inset 0px -1px 0 0 #eee;*/
     background: transparent;

}

.opsnow_v2 {
    font-family: 'Noto Sans KR';
}
.opsnow_v2 .main_ct1 {
}
.opsnow_v2 .main_ct1 .solu_inner{
max-width: 100%;
padding: 0;
}
.opsnow_v2 .main_ct1 .banner {
    width: 100%;
    background: red;
    height: 480px;
    margin: 0 auto;
    position: fixed;
    left:0;
    right:0;
    top:100px;
    background: url("/resources/client/images/main_banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.opsnow_v2 .main_ct1 .banner.sticky {
    top:280px;
    position: sticky;
    margin-top: 0 !important;
}

.opsnow_v2 .main_ct1 .slide_wrap_v2 {
    height: 480px;
    width: 100%;
left: 0;
right:0;
margin: auto;
margin-top: 0px;
transition: all .3s;
}
.opsnow_v2 .main_ct1 .slide_wrap_v2.sticky {
    margin-top: 0;
}
.opsnow_v2 .main_ct1 .slide_wrap_v2 .swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide_wrap_v2 .swiper-slide {
    text-align: left;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: column;
    pointer-events: none;
}
.slide_wrap_v2 .swiper-slide .segment {
    position: absolute;
    top: 0;
    height: 480px;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    align-content: center;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;

}
.slide_wrap_v2 .swiper-slide .segment h5 {
    color:#fff;
    font-weight: 500;
    font-size: 40px;
    width: 100%;

}
.slide_wrap_v2 .swiper-slide .segment p {
    color:#fff;
    font-weight: 500;
    font-size: 24px;
    width: 100%;
    margin-top: 30px;
}
.slide_wrap_v2 .swiper-slide>.img_box{
    width: 100%;
        height: 480px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        background: url("/resources/client/images/main_banner_20211015.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
}
.slide_wrap_v2 .swiper-pagination-fraction {
    color: #999;
        font-size: 36px;
        font-weight: 400;
        position: absolute;
        width: auto;
        right: 100px;
        left: auto;
        margin: auto;
        display: flex;
        align-items: center;
        height: 280px;
        top: 0;
        bottom: auto;
        z-index: 1;
}
.slide_wrap_v2 .swiper-pagination-total {
    color:#999;
    font-size: 36px;
    font-weight: 400;
    z-index: 1;
}
.slide_wrap_v2 .swiper-pagination-current{
    font-size: 40px;
    font-weight: 700;
    color:#000;
    z-index: 1;
}
.slide_wrap_v2 .swiper-button-next{
    background-image: url("/resources/client/images/arrow.png") !important;
    width: 24px;
    height: 24px;
    background: red;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #ccc;
    border-radius: 100%;
    transform: rotate(
180deg);
right:115px;
bottom: auto;
top: 206px;
z-index: 1;
}

.slide_wrap_v2 .swiper-button-prev{
    background-image: url("/resources/client/images/arrow.png") !important;
    width: 24px;
    height: 24px;
    background: red;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-color: #ccc;
    border-radius: 100%;
    right:115px;
    top:102px;
    bottom:auto;
    left:auto;
    z-index: 1;
}
.slide_wrap_v2 .swiper-button-next:after,
.slide_wrap_v2 .swiper-rtl .swiper-button-prev:after,
.slide_wrap_v2 .swiper-button-prev:after {
    display: none;
}

.sticky_top{
z-index: 2;
width: 100% !important;
background: #0050d0;


}
.sticky_top ul{
    display: flex;

}
.sticky_top ul li{
    width: 100%;
    display: flex;
    align-items: center;
}
.sticky_top ul li a{
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color:#fff;
height: 80px;
display: flex;
align-items: center;
justify-content:center;

}

.opsnow_v2 .scroll_down_v2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.opsnow_v2 .main_ct2 {
}
.opsnow_v2 .main_ct2 .banner{
text-align: center;
position: relative;
margin: 0 auto;
min-width: 1720px;
}
@media screen and (max-width: 1719px){
.opsnow_v2 .main_ct2 .banner {
    min-width: auto;
    max-width: none !important;
}
}
.opsnow_v2 .main_ct2 .banner>img{
    width: 100%;

}
.opsnow_v2 .main_ct2 .banner .img_box {
    top:auto;
    bottom: 38px;
    height: auto;

}
.opsnow_v2 .main_ct2 .banner .img_box img:first-child {
margin-right: 50px;
}
.opsnow_v2 .main_ct2 .banner h5{
 font-family: 'Roboto';
 font-weight: 900;
 font-size: 50px;
 color:#000;
 position: absolute;
 top: 32%;
 left: 0;
 right:0;
 margin: auto;
}
.opsnow_v2 .main_ct3 .banner{
text-align: center;
position: relative;
}
.opsnow_v2 .main_ct3 .banner img{
max-width: 100%;
max-height: 50rem;
}
.opsnow_v2 .main_ct3 .segment h5{
color:#000;
font-weight: 700;
font-size: 50px;
text-align: center;
margin-top: 150px;
}
.opsnow_v2 .main_ct3 .segment p{
color:#555;
font-weight: 400;
font-size: 18px;
text-align: center;
line-height: 28px;
margin-top: 70px;
margin-bottom: 120px;
}
.opsnow_v2 .main_ct4 .flex_box{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 150px;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn{
max-width: 590px;
width: 100%;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn>a.thumbnail{
width: 100%;
height: 330px;
/*background: #ccc;*/
background: url("/resources/client/images/service/movie1.png");
display: block;
background-position: center;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn>a.thumbnail2{
width: 100%;
height: 330px;
/*background: #ccc;*/
background: url("/resources/client/images/service/movie2.png");
display: block;
background-position: center;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn1{
margin-right: 30px;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn>.segment>a{
font-size: 12px;
font-weight: 400;
color:#999;
border-bottom: 1px solid #999;
display: inline-block;
line-height: 24px;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn>.segment>h5{
font-weight: 700;
color:#000;
font-size: 24px;
margin-top: 40px;
}
.opsnow_v2 .main_ct4 .flex_box>.pop_btn>.segment>p{
font-size: 16px;
color:#555;
margin-top: 20px;
margin-bottom: 40px;
font-weight: 400;
}
.opsnow_v2 .main_ct5{
background: #fbfcfe;
padding: 120px 0;
margin-top: 100px;
margin-bottom: 100px;
}

.opsnow_v2 .main_ct5 .map_wrap{
    max-width: 1720px;
    margin: 0 auto;
}


.opsnow_v2 .main_ct5 h5.title{
font-weight: 600;
font-size: 50px;
text-align: center;
color:#000;
}
.opsnow_v2 .main_ct5 h5.title>span{
font-weight: 400;
font-size: 18px;
color:#555;
margin-top: 50px;
margin-bottom: 80px;
display: block;
}
.opsnow_v2 .main_ct5 .segment .flex_box{
display: flex;
padding: 0 100px;
    justify-content: center;
}
.opsnow_v2 .main_ct5 .segment .flex_box>div{
display: flex;
margin-top: 80px;
}
.opsnow_v2 .main_ct5 .segment .flex_box>div:first-child{
margin-right: 200px;
}
.opsnow_v2 .main_ct5 .segment .flex_box>div>p{
font-size: 24px;
font-weight: 600;
color:#000;
margin-right: 50px;
line-height: 34px;
}
.opsnow_v2 .main_ct5 .segment .flex_box>div>span{
font-size: 16px;
font-weight: 400;
color:#555;
line-height: 24px;
}
.opsnow_v2 .main_ct5 .root_daum_roughmap .wrap_controllers{
display: none;
}
.opsnow_v2 .main_ct6 .banner{
background-image: url("/resources/client/images/main_banner3.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
max-width: 1720px;
margin: 0 auto;
height: 1040px;
padding-top: 200px;
padding-left: 250px;
}
.opsnow_v2 .main_ct6 .banner .segment .title{
    font-size: 50px;
    font-weight: 500;
    color:#fff;
}
.opsnow_v2 .main_ct6 .banner .segment .sub_title{
font-size: 18px;
font-weight: 400;
line-height: 28px;
    color:#fff;
    margin-top: 50px;
}
.opsnow_v2 .main_ct6 .banner .sub_txt{
width: 610px;
padding: 40px;
  border-radius: 10px;
  background: rgba(0,0,0,0.5);
  margin-top: 80px;
}
.opsnow_v2 .main_ct6 .banner .sub_txt p{
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.opsnow_v2 .main_ct6 .banner .sub_txt p:last-child{
margin-bottom: 0;
}
.opsnow_v2 .main_ct6 .banner .sub_txt p img{
margin-right: 10px;
}
.opsnow_v2 .main_ct6 a.btn_link{
width: 180px;
height: 100px;
border: 2px solid #fff;
border-radius: 10px;
background-color:#000;
background-image: url("/resources/client/images/play.png");
background-repeat: no-repeat;
background-position: center;
background-size: auto;
display: block;
margin-top: 30px;
}


.opsnow_v2 .main_ct7 {
    margin-top: 100px;
}
.opsnow_v2 .main_ct7 .banner{
background-image: url("/resources/client/images/main_banner4.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
max-width: 1720px;
margin: 0 auto;
height: 1040px;
padding-top: 200px;
padding-left: 250px;
}
@media screen and (max-width: 1719px)
{

    .opsnow_v2 .main_ct7 .banner {
        min-width: auto;
        max-width: none !important;
    }
}
.opsnow_v2 .main_ct7 .banner .segment .title{
    font-size: 50px;
    font-weight: 500;
    color:#fff;
}
.opsnow_v2 .main_ct7 .banner .segment .sub_title{
font-size: 18px;
font-weight: 400;
line-height: 28px;
    color:#fff;
    margin-top: 50px;
}
.opsnow_v2 .main_ct7 .banner .sub_txt{
width: 610px;
padding: 40px;
  border-radius: 10px;
  background: rgba(0,0,0,0.5);
  margin-top: 80px;
}
.opsnow_v2 .main_ct7 .banner .sub_txt p{
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.opsnow_v2 .main_ct7 .banner .sub_txt p:last-child{
margin-bottom: 0;
}
.opsnow_v2 .main_ct7 .banner .sub_txt p img{
margin-right: 10px;
}
.opsnow_v2 .main_ct7 a.btn_link{
width: 180px;
height: 100px;
border: 2px solid #fff;
border-radius: 10px;
background-color:#000;
background-image: url("/resources/client/images/play.png");
background-repeat: no-repeat;
background-position: center;
background-size: auto;
display: block;
margin-top: 30px;
}
.opsnow_v2 .main_ct8 {
    display: flex;
    max-width: 1720px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;

}

.opsnow_v2 .main_ct8 .banner{
background-image: url("/resources/client/images/main_banner5.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
max-width: 1720px;
margin: 0 auto;
height: 1040px;
padding-top: 260px;
text-align: center;
}
.opsnow_v2 .main_ct8 .banner:nth-child(2){
background-image: url("/resources/client/images/main_banner6.png");
}
.opsnow_v2 .main_ct8 .banner .segment .top_title{
font-size: 20px;
font-weight: 500;
color:#ffd71c;
margin-bottom: 30px;
display: block;
}
.opsnow_v2 .main_ct8 .banner .segment .title{
    font-size: 50px;
    font-weight: 500;
    color:#fff;
}
.opsnow_v2 .main_ct8 .banner .segment .sub_title{
font-size: 18px;
font-weight: 400;
line-height: 28px;
    color:#fff;
    margin-top: 50px;
}
.opsnow_v2 .main_ct8 .banner .sub_txt{
width: 370px;
padding: 40px;
  border-radius: 10px;
  background: rgba(0,0,0,0.5);
  margin: 0 auto;
  margin-top: 100px;
  text-align: left;
}
.opsnow_v2 .main_ct8 .banner .sub_txt p{
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.opsnow_v2 .main_ct8 .banner .sub_txt p:last-child{
margin-bottom: 0;
}
.opsnow_v2 .main_ct8 .banner .sub_txt p img{
margin-right: 10px;
}
.opsnow_v2 .main_ct8 a.btn_link{
width: 180px;
height: 100px;
border: 2px solid #fff;
border-radius: 10px;
background-color:#000;
background-image: url("/resources/client/images/play.png");
background-repeat: no-repeat;
background-position: center;
background-size: auto;
display: block;
position: absolute;
bottom: 100px;
left: 0;
right: 0;
margin: auto;
}
.opsnow_v2 .main_ct9 {
    margin: 100px auto;
}

.opsnow_v2 .main_ct9 .banner{
background-image: url("/resources/client/images/main_banner7.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
max-width: 1720px;
margin: 0 auto;
height: 1040px;
padding-top: 200px;
padding-left: 250px;
}
.opsnow_v2 .main_ct9 .banner .segment .title{
    font-size: 50px;
    font-weight: 500;
    color:#fff;
}
.opsnow_v2 .main_ct9 .banner .segment .sub_title{
font-size: 18px;
font-weight: 400;
line-height: 28px;
    color:#fff;
    margin-top: 50px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt{
width: 610px;
padding: 40px;
  border-radius: 10px;
  background: rgba(0,0,0,0.5);
  margin-top: 80px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt p{
font-size: 18px;
color: #fff;
margin-bottom: 15px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt p span.br{
    margin-left: 25px;
    display: block;
    margin-top: 8px;
    font-size: 15px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt p:last-child{
margin-bottom: 0;
}
.opsnow_v2 .main_ct9 .banner .sub_txt p img{
margin-right: 10px;
}
.opsnow_v2 .main_ct9 a.btn_link{
width: 180px;
height: 100px;
border: 2px solid #fff;
border-radius: 10px;
background-color:#000;
background-image: url("/resources/client/images/play.png");
background-repeat: no-repeat;
background-position: center;
background-size: auto;
display: block;
margin-top: 30px;
}
.popup_panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;

}

.popup_panel div.popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.popup_panel div.popup_contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    background: #fff;
      box-shadow: 2.9px 0.6px 14px 1.1px rgba(50, 51, 51, 0.05);
      border: solid 1px #ddd;
}

.popup_panel div.popup_contents h3 {
    display: block;
    border-bottom: 1px solid #ddd;
    word-break: keep-all;
    padding: 30px;
    position: relative;

}


.popup_panel div.popup_contents p {
padding: 30px;
font-size: 18px;
    line-height: 1.67;
        letter-spacing: -.5px;
            word-break: keep-all;

}
.popup_panel div.popup_contents p img{
width: 100%;

}


.btn_popup_close {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/resources/client/images/popup_close.png");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}
.opsnow_v2 .main_ct3 .banner .tooltip {
    display: none;
}
@media screen and (max-width: 960px){
    .slide_wrap_v2 .swiper-slide .segment {
        padding: 0 20px;
    }
    .slide_wrap_v2 .swiper-slide .segment h5 {
            font-size: 2rem;
    }
    .slide_wrap_v2 .swiper-slide .segment p {
        margin-top: 20px;
font-size: 1.125rem;
    }
    .sticky_top ul li a {
        font-size: 15px;
        letter-spacing: -1px;
        height: 60px;
    }
    .sticky_top ul {
        padding: 0 20px;
        max-width: 512px;
        margin: 0 auto;
    }
    .scroll_down_v2 .scroll_txt {
        display: inline;
    }
    .scroll_down_v2 .scroll_down:after {
        left: 0;
        right:0;
        margin: auto;
    }
    .opsnow_v2 .main_ct2 {
        min-height: auto;
        padding: 0 20px;
        margin-top: 30px;
    }
    .opsnow_v2 .main_ct2 .banner h5 {
        font-size: 28px;
        top:25%;
    }
    .opsnow_v2 .main_ct2 .banner .img_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .opsnow_v2 .main_ct2 .banner .img_box img:first-child {
        margin-right: 20px;
    }
    .opsnow_v2 .main_ct2 .banner .img_box img {
        height: 20px;
    }
    .slide_wrap_v2 .swiper-slide>.img_box {
        height: 380px;
    }
    .slide_wrap_v2 .swiper-slide .segment {
        height: 380px;
    }
    .opsnow_v2 .main_ct1 .slide_wrap_v2 {
        height: 380px;
    }
    .opsnow_v2 .main_ct3 .segment h5 {
        font-size: 24px;
        margin-top: 100px;
        padding: 0 20px;

    }
    .opsnow_v2 .main_ct3 .segment p {
        margin-top: 40px;
        font-size: 16px;
        margin-bottom: 50px;
        padding: 0 20px;
        line-height: 22px;

    }
    .opsnow_v2 .main_ct3 .banner {
        overflow-x: auto;
    }
    .opsnow_v2 .main_ct4 .flex_box {
        margin-top: 70px;
        display: block;
        padding: 0 20px;
    }
    .opsnow_v2 .main_ct4 .flex_box>.pop_btn {
        margin: 0 auto;
    }
    .opsnow_v2 .main_ct4 .flex_box>.pop_btn1 {
        margin-right: 0;
        margin: 0 auto;
    }
    .opsnow_v2 .main_ct4 .flex_box>.pop_btn>.segment>h5 {
        font-size: 20px;
        margin-top: 20px;
    }
    .opsnow_v2 .main_ct4 .flex_box>.pop_btn>.segment>p {
        font-size: 15px;
        word-break: keep-all;
line-height: 20px;
    }
    .btn_row .btn_black {
        font-size: 14px;
    }
    .opsnow_v2 .main_ct5 {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 60px 0;
    }
    .opsnow_v2 .main_ct5 h5.title {
        font-size: 24px;
    }
    .opsnow_v2 .main_ct5 h5.title>span {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 60px;
    }
    .opsnow_v2 .main_ct5 .segment .flex_box {
        display: block;
        padding: 0 20px;
    }
    .opsnow_v2 .main_ct5 .segment .flex_box>div:first-child {
        margin-right: 0;
    }
    .opsnow_v2 .main_ct5 .segment .flex_box>div {
        margin-top: 40px;
    }
    .opsnow_v2 .main_ct5 .segment .flex_box>div>p {
        font-size: 20px;
        min-width: 150px;
width: 150px;
    }
    .opsnow_v2 .main_ct5 .segment .flex_box>div>span {
        font-size: 14px;
        word-break: keep-all;
    }

    .opsnow_v2 .main_ct6 {
        margin: 0 20px;
    }
.opsnow_v2 .main_ct6 .banner {
    padding: 0 20px;
    height: 420px;
    display: flex;
align-items: normal;
flex-flow: column;
justify-content: center;
}
.opsnow_v2 .main_ct6 .banner .segment .title {
    font-size: 1.7rem;
    margin-top: 0rem;
}
.opsnow_v2 .main_ct6 .banner .segment .sub_title {
    font-size: 15px;
    margin-top: 15px;
    line-height: 18px;
}
.opsnow_v2 .main_ct6 .banner .sub_txt {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.2rem;
    padding: 30px;
}
.opsnow_v2 .main_ct6 .banner .sub_txt p {
    font-size: 15px;
    margin-bottom: 12px;
}
.opsnow_v2 .main_ct6 .banner .sub_txt p img {
    width: 14px;
}
.opsnow_v2 .main_ct6 a.btn_link {
    width: 85px;
    height: 50px;
    border:1px solid #fff;
    background-size: 12px;
    margin-top: 1.2rem;
}


.opsnow_v2 .main_ct7 {
    margin: 0 20px;
    margin-top: 20px;
}
.opsnow_v2 .main_ct7 .banner {
    padding: 0 20px;
    height: 420px;
    display: flex;
align-items: normal;
flex-flow: column;
justify-content: center;
}
.opsnow_v2 .main_ct7 .banner .segment .title {
    font-size: 1.7rem;
}
.opsnow_v2 .main_ct7 .banner .segment .sub_title {
    font-size: 15px;
    margin-top: 15px;
    line-height: 18px;
}
.opsnow_v2 .main_ct7 .banner .sub_txt {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px;
}
.opsnow_v2 .main_ct7 .banner .sub_txt p {
    font-size: 15px;
    margin-bottom: 12px;
}
.opsnow_v2 .main_ct7 .banner .sub_txt p img {
    width: 14px;
}
.opsnow_v2 .main_ct7 a.btn_link {
    width: 85px;
    height: 50px;
    border:1px solid #fff;
    background-size: 12px;
}

.opsnow_v2 .main_ct8 {
    margin:0 20px;
    display: block;
    margin-top: 20px;
}
.opsnow_v2 .main_ct8 .banner {
    padding: 0 20px;
    height: 480px;
    display: flex;
align-items: normal;
flex-flow: column;
justify-content: center;
}

.opsnow_v2 .main_ct8 .banner .segment .title {
    font-size: 1.7rem;
}
.opsnow_v2 .main_ct8 .banner .segment .sub_title {
    font-size: 15px;
    line-height: 18px;
}
.opsnow_v2 .main_ct8 .banner .sub_txt {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px;
}
.opsnow_v2 .main_ct8 .banner .sub_txt p {
    font-size: 15px;
    margin-bottom: 12px;
}
.opsnow_v2 .main_ct8 .banner .sub_txt p img {
    width: 14px;
}
.opsnow_v2 .main_ct8 a.btn_link {
    width: 85px;
    height: 50px;
    border:1px solid #fff;
    background-size: 12px;
    top:0;
    bottom:0;
}
.opsnow_v2 .main_ct8 .banner .segment .top_title {
    font-size: 14px;
    margin-bottom: 15px;
}



.opsnow_v2 .main_ct9 {
    margin: 0 20px;
    margin-top: 20px;
}
.opsnow_v2 .main_ct9 .banner {
    padding: 0 20px;
    height: 420px;
    display: flex;
align-items: normal;
flex-flow: column;
justify-content: center;
}
.opsnow_v2 .main_ct9 .banner .segment .title {
    font-size: 1.7rem;
}
.opsnow_v2 .main_ct9 .banner .segment .sub_title {
    font-size: 15px;
    margin-top: 15px;
    line-height: 18px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 30px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt p {
    font-size: 15px;
    margin-bottom: 12px;
}
.opsnow_v2 .main_ct9 .banner .sub_txt p img {
    width: 14px;
}
.opsnow_v2 .main_ct9 a.btn_link {
    width: 85px;
    height: 50px;
    border:1px solid #fff;
    background-size: 12px;
}
.opsnow_v2 .main_ct3 .banner img {
    max-width: none;
}
.opsnow_v2 .main_ct3 .banner>img {
    max-height:35rem; 
}
.opsnow_v2 .main_ct3 .banner .tooltip {
    position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0,0,0,.7);
color: #fff;
border-radius: 10px;
padding: 25px 40px;
font-size: 15px;
font-weight: 500;
white-space: nowrap;
display: flex;
align-items: center;
opacity: 1;
transition: all .5s
}
.opsnow_v2 .main_ct3 .banner .tooltip.close {
opacity: 0;
}
.opsnow_v2 .main_ct3 .banner .tooltip img {
width: 20px;
margin-right: 15px;
}

.opsnow_v2 .main_ct3 .banner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.opsnow_v2 .main_ct3 .banner::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}

.opsnow_v2 .main_ct3 .banner::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
.opsnow_v2 .main_ct5 .map_wrap {
    margin: 0 20px;
}
}
