@charset "utf-8";

/* 메인 이미지 롤링 */

#main_box {
    overflow: hidden;
    position: relative;
    margin: 23px 0 0;
}

.wide_image {
    position: relative;
    width: 100% !important;
    height: 350px !important;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    cursor: pointer;
}

.wide_image:first-child {
    display: block
}

.wide_image div {
    display: none;
    position: absolute
}

.wide_image div a {
    display: block
}

.wide_tabs {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10px;
    width: 100%;
    cursor: pointer
}

.wide_tabs li a {
    display: inline-block;
    height: 34px;
    /* background: #fff url(/images/tab_line.png) no-repeat right 12px; */
    font-size: 13px;
    line-height: 34px
}

.wide_tabs li a:hover {
    border-bottom: 2px solid #454c5f;
    font-weight: bold;
    text-decoration: none
}

.wide_tabs li.on a {
    border-bottom: 2px solid #454c5f;
    font-weight: bold;
}

/* 타이틀 */

#content .s_line {
    width: 100%;
    height: 1px;
    background: url(/images/bl_line.png) center
}

#content .s_home {
    padding: 0px 0 25px;
    text-align: center
}

#content .s_home h2 {
    width: 180px;
    margin: -8px auto 12px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 18px;
    letter-spacing: 0.5px
}

#content .s_home p {
    font-size: 14px;
    color: #666
}