@charset "utf-8";

.visual_box {
    position: relative;
    width: 1104px;
   
}
.visual_box .item {
    text-align: right !important;
}
.visual_box .item img {
    max-width: none;
    display: inline-block;
}
.visual_box .item h1 {
    position: absolute;
    left: 279px;
    top: 0;
    background: rgba(255,255,255,0.5);
    font-family: 'MR';
    font-size: 22px;
    color: #333;
    padding: 10px 13px 0;
    height: 44px;
}
.visual_box .item a.more_btn {
    position: absolute;
    width: 109px;
    height: 109px;
    right: 0;
    bottom: 0;
    background: url(../img/main/more.png) no-repeat;
}

.visual_box .carousel-indicators {
    position: absolute;
    left: 0;
    top: 45px;
    margin-left: 0;
    width: 279px;
    height: 497px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-top: 66px;
    background: #fff;
}

.visual_box .carousel-indicators li {
    display: block;
    width: auto;
    height: auto;
    background: none;
    border-radius: none;
    border: none;
    text-indent: 0;
    font-size: 20px;
    color: #919191;
    line-height: 45px;
    font-family: nanum;
    margin: 0;
}
.visual_box .carousel-indicators .active {
    font-family: nanumbold;
    color: #333;
}

.visual_box .carousel-control {
    width: 279px;
    height: 30px;
    z-index: 99;
    opacity: 1;
}

.visual_box .carousel-control.left {
    background: url(../img/main/t.png) center center no-repeat;
    left: 0;
    top: 70px;
}
.visual_box .carousel-control.right {
    background: url(../img/main/b.png) center center no-repeat;
    left: 0;
    top: 490px;
}




















