@charset "utf-8";

#header {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -501px;
    padding: 0;
}

#header nav {
    position: relative;
    z-index: 15;
}

.sub_contain {
    top: 45px;
}

/* 상단 영역 */
#focus_view.top_view {
    position: relative;
    height: 396px;
    margin: 0 auto;
    min-width: 1024px;
    max-width: 1920px;
    width: 100%;
    overflow: hidden;
}

#focus_view .top_view_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -960px;
}

.wave_box {
    position: absolute;
    left: 50%;
    top: 504px;
    width: 1920px;
    height: 8px;
    margin-left: -960px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_visual_wave.png') 0 0 repeat-x;
    z-index: 17;
}

#h_link {
    position: relative;
    z-index: 20;
}

.bnr_wrap ul:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.bnr_wrap ul li {
    float: left;
    padding-left: 2px;
}

.bnr_wrap ul li:first-child {
    padding-left: 0;
}

.top_view_visual .wrap {
    position: relative;
    height: 512px;
    text-align: center;
}

.top_view_visual .wrap div .list {
    position: relative;
    height: 512px;
    width: 1920px;
    overflow: hidden;
}

.top_view_visual .wrap div .list li {
    position: absolute;
    width: 1920px;
    height: 512px;
}

.top_view_visual .wrap div .btn_arrow a {
    display: block;
    width: 25px;
    height: 48px;
}

.top_view_visual .wrap div .btn_arrow a.prev {
    position: absolute;
    left: 50%;
    top: 245px;
    margin-left: -560px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_btn_varr.png') 0 -80px no-repeat;
}

.top_view_visual .wrap div .btn_arrow a.next {
    position: absolute;
    left: 50%;
    top: 245px;
    margin-left: 535px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_btn_varr.png') -61px -80px no-repeat;
}

.top_view_visual .wrap div .btn_arrow a.prev.on {
    background: url('http://stimg.emart.com/company/en/images/main/bg_btn_varr.png') 0 -150px no-repeat;
}

.top_view_visual .wrap div .btn_arrow a.next.on {
    background: url('http://stimg.emart.com/company/en/images/main/bg_btn_varr.png') -61px -150px no-repeat;
}

.top_view_visual .wrap div .btn_arrow a.prev.disable {
    background: url('http://stimg.emart.com/company/en/images/main/bg_btn_varr.png') 0 0 no-repeat;
}

.top_view_visual .wrap div .btn_arrow a.next.disable {
    background: url('http://stimg.emart.com/company/en/images/main/bg_btn_varr.png') -61px 0 no-repeat;
}

.top_view_visual .wrap .indicator {
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -75px;
}

.top_view_visual .wrap .indicator span {
    position: relative;
    display: block;
    width: 140px;
}

.top_view_visual .wrap .indicator span a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_visual_btn.png') 0 -20px no-repeat;
}

.top_view_visual .wrap .indicator span a.on {
    background: url('http://stimg.emart.com/company/en/images/main/bg_visual_btn.png') 0 0 no-repeat;
}

.top_view_visual .wrap .indicator span a em {
    position: absolute;
    top: -5000em;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

/* .top_view_visual .wrap .indicator span a.btn_play {position:absolute; top:0; right:15px; display:inline-block; width:17px; height:17px; background:url('http://stimg.emart.com/company/en/images/main/bg_visual_btn.png') no-repeat 0 -59px;}
.top_view_visual .wrap .indicator span a.btn_pause {position:absolute; top:0; right:15px; display:inline-block; width:17px; height:17px; background:url('http://stimg.emart.com/company/en/images/main/bg_visual_btn.png') no-repeat 0 -38px;} */
.top_view_visual .wrap .indicator span a.btn_play {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_visual_btn.png') no-repeat 0 -59px;
}

.top_view_visual .wrap .indicator span a.btn_pause {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_visual_btn.png') no-repeat 0 -38px;
}

.prm {
    width: 1023px;
    height: 238px;
    margin: 34px auto 26px;
    background: url('http://stimg.emart.com/company/en/images/main/bg_banner_set.png') no-repeat;
}

.prm ul {
    float: left;
}

.prm ul:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.prm li {
    position: relative;
    float: left;
    width: 255px;
    height: 238px;
}

.prm li dl {
    position: absolute;
    top: 10px;
    left: 30px;
}

.prm li dt {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: bold;
}

.prm li dd {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
    line-height: 150%;
}

.prm li .more {
    display: block;
    position: absolute;
    top: 7px;
    right: 31px;
    width: 22px;
    height: 22px;
    background: url('http://stimg.emart.com/company/en/images/common/ico_main_more.png') no-repeat;
}

.stock {
    border-top: 1px solid #e6e6e6;
    height: 29px;
}

.stock:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.stock .center {
    width: 1002px;
    margin: 7px auto 0;
}

.stock h2 {
    float: left;
    padding: 0 7px 0 24px;
    font-size: 13px;
    color: #1a1a1a;
    letter-spacing: 0;
    background: url('http://stimg.emart.com/company/en/images/main/icon_stock_set.png') 0 2px no-repeat;
    font-weight: bold;
}

.stock dl {
    float: left;
    margin-right: 11px;
}

.stock dl.bars {
    height: 14px;
    padding-left: 10px;
    border-left: 1px solid #bbbbbb;
}

.stock dt {
    float: left;
    padding-right: 10px;
    color: #666666;
    font-size: 12px;
    letter-spacing: -1px;
}

.stock dd {
    float: left;
    color: #14161a;
    letter-spacing: 0;
    font-size: 12px;
}

.stock dd .up {
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url('http://stimg.emart.com/company/en/images/main/icon_stock_set.png') 0 -17px no-repeat;
}

.stock dd .down {
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url('http://stimg.emart.com/company/en/images/main/icon_stock_set.png') 0 -27px no-repeat;
}

/* 탑 배너*/
#top_banner {
    display: none;
    position: relative;
    min-width: 1024px;
    width: 100%;
    height: 116px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5
}

#top_banner .top_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -720px;
}

#top_banner .top_wrap img {
    width: 1440px;
    height: 116px;
}

.top_ban_on #top_banner {
    display: block;
}

/* 상단 숨김 배너  */
.btn_func {
    position: absolute;
    top: 95px;
    right: 220px;
}

.btn_func label {
    margin-left: 5px;
    color: #4d4d4d;
    font-size: 12px;
}

.btn_func .bar {
    margin: 0 5px;
    color: #d9c91b;
    font-size: 11px;
}

.btn_func .close {
    display: inline-block;
    padding-right: 16px;
    margin-top: -2px;
    background: url('http://stimg.emart.com/store/images/common/btn_top_close.png') right 5px no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .btn_func .close {
        background: url('http://stimg.emart.com/store/images/common/btn_top_close.png') right 3px no-repeat;
    }
}

.btn_func a.close:hover {
    text-decoration: none;
    color: #4d4d4d;
}

/* 탑 배너 노출 시 */
.top_ban_on #header {
    top: 166px;
}

.top_ban_on #focus_view_main {
    top: 149px;
    bottom: 184px;
}

.top_ban_on #prm {
    bottom: -18px;
}

.top_ban_on #footer {
    bottom: -405px;
}

.top_ban_on .q_menu {
    top: 266px;
}