.flex-container a:hover,.flex-slider a:hover {
    outline: 0
}

.slides,.slides>li,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    position: relative;
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider.thumb {
    margin-top: 5px
}

.flexslider.thumb .slides>li.flex-active-slide:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(255,255,255,.5)
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    position: relative;
    zoom:1;-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,0.2)
}

.flexslider .slides {
    zoom:1}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    height: 0!important
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0,0,0,0.8);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    content: "\f104";
    color: #fff;
    font-size: 40px
}

.flex-direction-nav a.flex-next:before {
    content: "\f105"
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    z-index: 20;
    bottom: 10px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom:1;*display: inline
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0,0,0,0.7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0,0,0,0.9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

.slide_img {
    width: 100%;
    height: 560px!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.slide_img.p2 {
    height: 100px!important
}

.pb20 {
    padding-bottom: 10px
}

@media only screen and (max-width: 1024px) {
    .slide_img {
        height:400px!important
    }

    .slide_img.p2 {
        height: 100px!important
    }
}

@media screen and (max-width: 767px) {
    .slide_img {
        height:270px!important
    }

    .slide_img.p2 {
        height: 70px!important
    }

    .flex-control-nav {
        display: none
    }

    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.pension_maps .map_wrap .touch_box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 400;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7)
}

.pension_maps .map_wrap .touch_box.none {
    display: none
}

.pension_maps .map_wrap .touch_box figure {
    width: 86px;
    margin: 150px auto 0
}

.pension_maps .map_wrap .touch_box figure p {
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.pension_maps {
    position: relative;
    z-index: 100
}

.pension_maps .map_wrap {
    /* background-image:url(../images/common/map/map_bg.jpg); */
    padding: 100px 0;
}

.pension_maps .map_wrap .map_box {
    position: relative;
    overflow-x: scroll;
    max-width: 1440px;
    margin: 0 auto
}

.pension_maps .map_wrap .map_box .main_map {
    position: relative;
    width: 1440px
}

.pension_maps .map_wrap .map_box .main_map img {
    width: 100%
}

.pension_maps .map_wrap .map_box .maker {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 200;
    display: block;
    width: 30px;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    opacity: 0
}

.pension_maps .map_wrap.s-web .map_box .maker {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.pension_maps .map_wrap .map_box .maker img {
    width: 100%
}

.pension_maps .map_wrap .map_box .maker .img_box {
    position: absolute;
    left: 50%;
    top: 60px;
    width: 200px;
    margin-left: -100px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px)
}

.pension_maps .map_wrap .map_box .maker.active {
    z-index: 300
}

.pension_maps .map_wrap .map_box .maker.over {
    z-index: 301
}

.pension_maps .map_wrap .map_box .maker.over .img_box,.pension_maps .map_wrap .map_box .maker.active .img_box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s
}

.pension_maps .map_wrap .map_box .maker .img_box:after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.3)
}

.pension_maps .map_wrap .map_box .maker .img_box figure {
    border: 2px solid #fff
}

.pension_maps .map_wrap .map_box .maker .img_box p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center
}

.pension_maps .map_wrap .map_box .maker .img_box p .btn_detail {
    display: none;
    width: 90px;
    line-height: 30px;
    margin: 15px auto 0;
    border: 1px solid #fff
}

.pension_maps .map_wrap .map_box .maker.rm_j1 {
    top: 30px;
    left: 731px
}

.pension_maps .map_wrap .map_box .maker.rm_j2 {
    top: 140px;
    left: 400px
}

.pension_maps .map_wrap .map_box .maker.rm_j3 {
    top: 440px;
    left: 960px
}

.pension_maps .map_wrap .map_box .maker.rm_j4 {
    top: 350px;
    left: 810px
}

.pension_maps .map_wrap .map_box .maker.rm_j5 {
    top: 200px;
    left: 534px
}

.pension_maps .map_wrap .map_box .maker.rm_j6 {
    top: 320px;
    left: 500px
}

.pension_maps .map_wrap .map_box .maker.rm_j7 {
    top: 370px;
    left: 330px
}

.pension_maps .map_wrap .map_box .maker.op_j1 {
    top: 180px;
    left: 830px
}

.pension_maps .map_wrap .map_box .maker.op_j2 {
    top: 100px;
    left: 830px
}

.pension_maps .map_wrap .map_box .maker.op_j3 {
    top: 100px;
    left: 770px
}

.pension_maps .map_wrap .map_box .maker.op_j4 {
    top: 100px;
    left: 710px
}

.pension_maps .map_wrap .map_box .maker.op_j5 {
    top: 100px;
    left: 650px
}

.pension_maps .map_wrap .map_box .maker.op_j6 {
    top: 202px;
    left: 755px
}

.pension_maps .map_wrap .map_box .maker.op_m1 {
    top: 562px;
    left: 1250px
}

.pension_maps .map_wrap .map_box .maker.op_m2 {
    top: 382px;
    left: 1140px
}

.pension_maps .map_wrap .map_box .maker.op_m3 {
    top: 272px;
    left: 810px
}

.pension_maps .map_wrap .map_box .maker.op_m4 {
    top: 252px;
    left: 900px
}

.pension_maps .map_wrap .map_box .maker.op_m5 {
    top: 352px;
    left: 990px
}

.pension_maps .map_wrap .map_box .maker.op_m6 {
    top: 612px;
    left: 540px
}

.pension_maps .map_wrap .map_box .maker.op_m7 {
    top: 368px;
    left: 890px
}

.pension_maps .map_wrap .map_box .maker.op_m8 {
    top: 487px;
    left: 880px
}

.pension_maps .map_wrap .map_box .maker.op_m9 {
    top: 452px;
    left: 1060px
}

.pension_maps .map_wrap .map_box .maker.op_h1 {
    top: 282px;
    left: 410px
}

.pension_maps .map_wrap .map_box .maker.op_h2 {
    top: 262px;
    left: 280px
}

.close_maker {
    position: absolute;
    left: -12px;
    top: -40px;
    display: none;
    width: 50px;
    background: #fff;
    text-align: center;
    font-size: 14px
}

.close_maker.active {
    display: block
}

@media only screen and (max-width: 1440px) {
    .pension_maps .map_wrap {
        padding: 50px 0;
    }
    .pension_maps .map_wrap .map_box .main_map {
        width:1024px;
        margin: 0 auto
    }

    .pension_maps .map_wrap .map_box .maker {
        width: 24px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j1 {
        top: 20px;
        left: 515px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j2 {
        top: 90px;
        left: 270px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j3 {
        top: 300px;
        left: 630px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j4 {
        top: 270px;
        left: 540px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j5 {
        top: 150px;
        left: 384px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j6 {
        top: 230px;
        left: 340px
    }

    .pension_maps .map_wrap .map_box .maker.rm_j7 {
        top: 270px;
        left: 256px
    }

    .pension_maps .map_wrap .map_box .maker.op_j1 {
        top: 130px;
        left: 590px
    }

    .pension_maps .map_wrap .map_box .maker.op_j2 {
        top: 70px;
        left: 580px
    }

    .pension_maps .map_wrap .map_box .maker.op_j3 {
        top: 70px;
        left: 535px
    }

    .pension_maps .map_wrap .map_box .maker.op_j4 {
        top: 70px;
        left: 490px
    }

    .pension_maps .map_wrap .map_box .maker.op_j5 {
        top: 70px;
        left: 445px
    }

    .pension_maps .map_wrap .map_box .maker.op_j6 {
        top: 162px;
        left: 535px
    }

    .pension_maps .map_wrap .map_box .maker.op_m1 {
        top: 412px;
        left: 880px
    }

    .pension_maps .map_wrap .map_box .maker.op_m2 {
        top: 260px;
        left: 810px
    }

    .pension_maps .map_wrap .map_box .maker.op_m3 {
        top: 192px;
        left: 580px
    }

    .pension_maps .map_wrap .map_box .maker.op_m4 {
        top: 172px;
        left: 650px
    }

    .pension_maps .map_wrap .map_box .maker.op_m5 {
        top: 252px;
        left: 710px
    }

    .pension_maps .map_wrap .map_box .maker.op_m6 {
        top: 450px;
        left: 340px
    }

    .pension_maps .map_wrap .map_box .maker.op_m7 {
        top: 338px;
        left: 710px
    }

    .pension_maps .map_wrap .map_box .maker.op_m8 {
        top: 367px;
        left: 590px
    }

    .pension_maps .map_wrap .map_box .maker.op_m9 {
        top: 322px;
        left: 770px
    }

    .pension_maps .map_wrap .map_box .maker.op_h1 {
        top: 202px;
        left: 280px
    }

    .pension_maps .map_wrap .map_box .maker.op_h2 {
        top: 172px;
        left: 190px
    }
}

@media only screen and (max-width: 1024px) {
    .pension_maps .map_wrap {
        padding: 0;
    }
    .pension_maps .map_wrap .touch_box {
        display:block
    }

    .pension_maps .map_wrap .map_box .maker .img_box p .btn_detail {
        display: block
    }
}
