@charset "utf-8";
.bm {
    width: 100%;
    float: left;
    height: 50px;
    background-color: rgb(0 65 110 / 28%);
    border-top: 1px solid #ae261f;
}
.bm .bmc{
    width: 1300px;
    margin:0 auto;
    line-height: 50px;
}
.bm .bmleft{
    width: 160px;
    margin-left: 9px;
    float: left;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    background: linear-gradient(#d95c26 0%, #e32115 100%);
    height: 29px;
    letter-spacing: 0;
    margin-top: 10px;
}
.bmc .winBox {
    width:1100px;
    height:50px;
    overflow:hidden;
    position:relative;
}
.bmc .scroll {
    width:1200px;
    position:absolute;
    left:0px;
    top:0px;
}
.bmc .scroll li {
    width: 120px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

.main_visual{height: 630px;padding-top: 240px;}
.main_visual .db1{width: 850px;height: 100px;border: 1px solid #000;background: url(../images/mc1.png);position: relative}
.main_visual .db1 .sp1{
    position: absolute;
    right: 0;
    margin-top: 10px;
    margin-right: 63px;
    font-weight: bold;
    font-size: 16px;
}
.main_visual .db1 .sp2{
    position: absolute;
    right: 0;
    margin-top: 39px;
    margin-right: 63px;
    font-weight: bold;
    font-size: 16px;  
}
.main_visual .db1 .sp3{
    position: absolute;
    right: 0;
    margin-top: 68px;
    margin-right: 63px;
    font-weight: bold;
    font-size: 16px; 
}
.main_visual .db0{width: 850px;height: 100px;border: 1px solid #000;background: url(../images/mc3.png);}
.main_visual .db2{width: 850px;height: 100px;border: 1px solid #000;background: url(../images/mc2.png);}
/*  1920센터 정렬 완벽 구현 */
.slideshow5_wrap {position:relative; height:200px; overflow:hidden; clear:both; z-index:1} 
.slideshow5_wrap_center {position:absolute; width:1920px; left:50%; margin-left:-960px;}


/*  화살표 스타일1 */
.arrow_wrap { position:absolute;width:1800px; left:50%; margin-left:-900px;  top:400px;  z-index:10000;} /* 화살표 위치구현 */
.arrow_left {float: left;}
.arrow_right{float: right;}


/*  화살표 스타일2 */
.wrap_btn {position: absolute; bottom:0; left:50%; width:100px; z-index:110; margin-left: -50px;} /* 화살표 위치구현 */
.slide1 {position: relative;}
.wrap_btn span {float: left; cursor: pointer;}


/*  점 스타일 */
.slide_pager {position:absolute; float:left; text-align:center; width:100%; top:620px; z-index:110;} /* 점의 위치설성 */
.slide_pager span {font-size:45px; width:35px; color: #ffffff; cursor:pointer; width:100%; padding:5px;} /* 점의 기본 색상 */
.slide_pager span.cycle-pager-active {color: #545454;} /* 점의 선택시 색상 */
