#container {
    position: relative;
    width: 100%;
    min-width: 1903px;
}

/*---------------메인 비주얼슬라이드--------------*/

.visual {
    position: relative;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) inset;
}

.visual_list li {
    width: 100%;
    max-width: 1920px !important;
    margin: 0 auto;
}

.bn-controller {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
}

.bn-controller li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    border: 1px solid #ececec;
    padding: 1em;
    cursor: pointer;
    background: #fff;
    color: #777;
}

.bn-controller li.slick-active {
    background: #de284a;
    color: #fff;
    border: 1px solid #de284a;
}

#content {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

/*--------------------팝업-------------------*/

.container_popup_box {
    z-index: 999;
    max-width: 500px;
    max-height: 700px;
    background: rgba(0, 0, 0, .5);
}

.container_popup_box a img {
    width: 100%;
}

.closeBox {
    position: relative;
    width: 100%;
    padding: 1em;
}

.closeBox a {
    color: #fff;
    font-size: 13px;
}

.closeBox a:last-child {
    position: absolute;
    right: 1em;
}

/*---------------이벤트배너 2개--------------*/

.banner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.banner01 {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    float: left;
}

.banner02 {
    position: relative;
    width: 100%;
    max-width: 600px;
    text-align: center;
    float: right;
}

.banner:after {
    content: '';
    clear: both;
    display: block;
}

/*---------------인기상품--------------*/

.hot_item {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2em auto;
}

.hot_item_tabmenu {
    position: relative;
    width: 100%;
    height: 100%;
}

.hot_item h4 {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #212121;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    background: url("../../../../../삼인static파일/resources/images/main/hot_item.jpg") repeat-x center center;
    margin: 2em 0;
}

.sub_content h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0;

}

.hot_item h4 span {
    display: inline-block;
    background: #fff;
    padding: 0 1em;
}

.item_list_box {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.item_list li {
    position: relative;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0 15px 0 0;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.item_list li a {
    display: block;
}

.item_list li a:hover {
    box-shadow: 0 0 10px rgba(11, 11, 11, .2);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.item_list li:nth-child(5) {
    margin: 0 0 10px 0;
}

.item_img {
    display: block;
    width: 224px;
    height: 224px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ececec;
}

.item_list li a:hover .item_img {
    border: 0;
}

.item_list li a:hover ul {
    padding: 0 1em;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.item_list li ul li {
    display: inline-block;
    border: 0;
}

.item_img img {
    width: 224px;
    height: 224px;

}

.best_num {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em 0.7em;
    background: #fff;
    border: 1px solid #ececec;
    text-align: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.item_list li a:hover .best_num {
    top: -1em;
    left: -1em;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.best_num dt {
    margin-bottom: 2px;
    color: #212121;
    font-weight: 500;
}

.best_num dd {
    font-size: 20px;
    font-weight: 700;
    color: #de284a;
}

.item_list_title {
    display: block !important;
    font-size: 16px;
    color: #212121;
    margin: 1em 0 !important;
}

.item_money {
    font-size: 14px;
    font-weight: 300;
    color: #b1b1b1;
    text-decoration: line-through;
    margin: 3px 0 0 5px !important;
}

.point_color {
    font-size: 16px;
    margin-right: 0.5em;
}

.item_discount_money {
    font-size: 20px;
    color: #212121;
    font-weight: 600;
    margin: 0 !important;
    padding-bottom: 1em;
}

.hot_more_btn {
    position:relative;
    display:block;
    width: 100%;
    margin-top:2em;
}

.hot_more_btn a {
    padding: 1em 0;
    display:block;
    width:350px;
    margin:0 auto;
    border: 1px solid #ececec;
}

.hot_more_btn a:hover {
    background:#de284a;
    color:#fff !important;
}

/*---------------공지사항게시판 & 이벤트게시판--------------*/

.notice_event {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
}

.notice, .event {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 588px;
    min-height: 120px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ececec;
}

.notice {
    margin-right: 20px;
}

.notice_title, .event_title {
    width: 100%;
    padding: 1em 1em 0.5em 1.2em;
}

.notice_title h4, .event_title h4 {
    position: relative;
    display: inline-block;
    color: #221e1f;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.notice_event h4 img {
    width: 30px;
}

.notice_more, .event_more {
    position: absolute;
    top: 1em;
    left: auto;
    right: 1.5em;
    bottom: auto;
}

.notice_more a, .event_more a {
    font-size: 20px;
    font-weight: 700;
    padding: 1em 0 1em 1em;
}

.notice_text {
    position: relative;
    width: 100%;
    padding: 20px;
}

.notice_text a {
    display: block;
}

.notice_text a:hover dl dt, .notice_text a:hover dl dd {
    color: #de284a;
}

.notice_text dl {
    position: relative;
    width: 100%;
    margin-bottom: 1em;
}

.notice_text a:last-child dl {
    margin-bottom: 0;
}

.notice_text dl dt {
    display: inline-block;
    color: #666;
    background: url("../../../../../삼인static파일/resources/images/common/list_style.png") no-repeat 0 center;
    padding-left: 10px;
}

.notice_text dl dd {
    position: absolute;
    top: 3px;
    right: 0;
    color: #a2a2a2;
    font-size: 13px;
    font-weight: 300;
}