/* BASIC css start */
/* best-evt */

#main .best-evt {
    zoom: 1;
    overflow: hidden;
    margin-top: 20px;
}

/* slideBestEvt */

#main #slideBestEvt {
    float: left;
    width: auto;
    border-left: 0;
}

/* hashBestEvt */

#main #hashBestEvt {
    position: relative;
    float: right;
}

/* headlineBanner */

#main #headlineBanner {
    position: relative;
    margin-top: 20px;
}

/* mdItem */

#main #mdItem {
    position: relative;
    margin-top: 20px;
}


/** wib 추가 **/

/* 공통 */

.comm-f {
    width: 100% !important;
}

#contentWrapper {
    padding-top: 0px;
}

h2.title {
    margin: 72px 0px 19px;
    color: #222;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-family: 'Lato';
}

#contentWrap {
    width: 100%!important;
}

/* 메인롤링배너 */

.visual_wrap {
    width: 100%;
    height: 425px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #e5e5e5;
}

.visual_wrap .visual_outbox {
    position: absolute;
    left: 50%;
    margin-left: -900px;
    z-index: 2;
}

.visual_wrap .visual_box {
    width: 1800px;
    height: 425px;
    margin: 0 auto;
    z-index: 3;
}

.visual_wrap .visual_box img {
    width: 1800px;
    height: 425px;
}

.visual_wrap .prev_a {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -650px;
    z-index: 10;
    cursor: pointer;
}

.visual_wrap .next_a {
    position: absolute;
    top: 45%;
    right: 50%;
    margin-right: -650px;
    z-index: 10;
    cursor: pointer;
}

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

.visual_wrap .nav a {
    display: inline-block;
    zoom: 1;
    _display: inline;
    *display: inline;
    width: 74px;
    height: 2px;
    font-size: 0px;
    margin: 0px 2px;
    background: #b2b2b2;
}

.visual_wrap .nav a.activeSlide {
    background: #000;
}

/* 중앙 롱배너*/

.goad-banner {
    position: relative;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    overflow: hidden;
    text-align: center;
}

/* 탭상품폼 */

.tapface {
    margin-bottom: 40px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.tapface > div {
    float: left;
    width: 20%;
    text-align: center;
    padding: 13px 0px;
    box-sizing: border-box;
    font-size: 12px;
    color: #747474;
    border-right: 1px solid #dbdbdb;
    cursor: pointer;
    background: #f5f5f5;
}

.tapface > div:nth-child(1) {
    border-left: 1px solid #dbdbdb;
}

.tapface > div.atvz {
    background: #e82c00;
    color: #fff;
    position: relative;
}

/*이벤트*/

.event_wrap {
    margin: 0px auto 113px !important;
    height: 479px;
    position: relative;
}

.event_wrap .event_bt_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.event_wrap .event_bt_wrap > div {
    width: 167px;
    height: 118px;
    background: #fff;
    text-align: center;
    color: #353739;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-top: -1px;
    display: table;
}

.event_wrap .event_bt_wrap > div.activeSlide {
    position: relative;
    background: #37393b;
    color: #fff;
    z-index: 200;
}



.event_wrap .event_bt_wrap > div > .txt_box {
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
}

.event_wrap .event_bt_wrap > div > .txt_box .evbt_01 {}

.event_wrap .event_bt_wrap > div > .txt_box .evbt_02 {
    font-family: 'Lato';
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.event_wrap .event_con {
    width: 679px;
    height: 474px;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: #fcfcfc;
    float: left;
    margin-left: 168px;
}

.event_wrap .event_con > div {
    padding: 17px 4px 17px 23px;
}

.event_wrap .event_con > div .list .item {
    width: 143px;
    margin: 0px 10px 26px 10px;
    padding: 0px;
}

.event_wrap .event_con > div .list .item .prd-info .txt .sub-name {
    display: none;
}

.ip_banner {
    float: right;
    border: 1px solid #e1e1e1;
}

/* BASIC css end */

