
.InfoWindow {
    position: absolute;
    bottom: 39px;
    cursor: default;
}

.InfoWindow.CctvInfoWindow {
    left: -170px;
    width: 356px;
    z-index: 9999999;
    position: absolute;
    bottom: 55px;
}
.InfoWindow.CctvInfoWindow .top {
    /*background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/busLineView/pannel_headbg.png);*/
	background-color:#333333;
}
.InfoWindow .top {
    overflow: hidden;
    height: 4px;
    /*background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/infoWindow/pannel_tooltip_top.png) no-repeat;*/
	background-color:#333333;
}
.InfoWindow.CctvInfoWindow .body {
    /*background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/busLineView/pannel_busLineWrap.png);*/
	background-color:#333333;
}
.InfoWindow .body {
    position: relative;
    padding: 0 3px;
    /*background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/infoWindow/pannel_tooltip_body.png) repeat-y;*/
	background-color:#333333;
}
.InfoWindow.CctvInfoWindow strong {
    display: block;
    padding: 18px 43px 18px 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    color: #888;
}
.InfoWindow.CctvInfoWindow strong em {
    margin-right: 2px;
    font-weight: 600;
    font-size: 17px;
    color: #d5d5d5;
    vertical-align: top;
}
.CctvInfoWindow .cctvDimmed {
    display: table;
    position: absolute;
    left: 0;
    z-index: 5;
    width: 310px;
    height: 232px;
    margin: 0 23px;
}
.CctvInfoWindow.live .cctvDimmed, .CctvInfoWindow.live .cctv_video_target, .CctvInfoWindow.live video {
    height: 207px;
}
.CctvInfoWindow .cctvDimmed .dimmedView {
    display: table-cell;
	/*display: none;*/
    vertical-align: middle;
}



.CctvInfoWindow .cctvDimmed .dimmedText {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    text-align: center;
}
.CctvInfoWindow .cctvDimmed .play {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 56px;
    height: 30px;
    margin: 14px auto 0;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    background-color: #3396ff;
    color: #fff;
    text-align: center;
}
.CctvInfoWindow .cctvDimmed .dimmedLayer {

	/*display:none;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.CctvInfoWindow .cctv_video_target {
    position: relative;
    width: 310px;
    height: 232px;
    margin: auto;
    overflow: hidden;
}

.CctvInfoWindow video {
    display: block;
    margin: auto;
    background: #000;
    height: 232px;
}
.CctvInfoWindow.live .cctvDimmed, .CctvInfoWindow.live .cctv_video_target, .CctvInfoWindow.live video {
    height: 207px;
}

.CctvInfoWindow .cctv_video_target .b_t, .CctvInfoWindow .cctv_video_target .b_b, .CctvInfoWindow .cctv_video_target .b_l, .CctvInfoWindow .cctv_video_target .b_r {
    position: absolute;
    z-index: 50;
    background-color: #000;
    opacity: .1;
    fill: alpha(opacity=10);
}

.CctvInfoWindow .cctv_video_target .b_t {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
}
.CctvInfoWindow .cctv_video_target .b_b {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
}
.CctvInfoWindow .cctv_video_target .b_l {
    top: 1px;
    bottom: 1px;
    left: 0;
    width: 1px;
}
.CctvInfoWindow .cctv_video_target .b_r {
    top: 1px;
    bottom: 1px;
    right: 0;
    width: 1px;
}
.CctvInfoWindow blockquote {
    padding: 10px 20px 17px;
}

.CctvInfoWindow blockquote p {
    font-size: 12px;
    line-height: 17px;
    font-family: AppleSDGothicNeo-light;
    color: #b9b9b9;
    opacity: .9;
    filter: alpha(opacity=90);
}
.ICON-closebox {
    overflow: hidden;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: no-repeat -38px -210px url(//t1.daumcdn.net/localimg/localimages/07/2012/img/img_tooltip2_4.png);
}
.InfoWindow .closebox {
    overflow: hidden;
    position: absolute;
    top: 8px;
    right: 17px;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_tooltip_190715.png) no-repeat -228px -68px;
    text-indent: -9999px;
	background-color: #afafaf;
}

.InfoWindow.CctvInfoWindow .closebox {
    top: 11px;
    right: 14px;
}
.InfoWindow .bottom {
    overflow: hidden;
    height: 8px;
    /*background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/infoWindow/pannel_tooltip_bottom_191113.png) no-repeat;*/
	background-color: #333333;
}
.InfoWindow.CctvInfoWindow .bottom {
    /*background-image: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/infoWindow/pannel_tooltip_tail.png);*/
	background-color: #333333;
}
.InfoWindow:after {
    content: '';
    position: absolute;
    bottom: -37px;
    left: 50%;
    width: 40px;
    height: 42px;
    /*background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/infoWindow/pannel_tooltip_arr.png) no-repeat 0 0;*/
	 background: url('./img/pannel_tooltip_arr.png') no-repeat 0 0;
}


em, address {
    font-style: normal;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol, th, td, p, blockquote, form, fieldset, legend {
    margin: 0;
    padding: 0;
}
body {
    background-color: #cccccc;
}