/* BASIC css start */
/* slide */
.slick-slide img {
    width: 100%;
}
.slick-slide a {
    outline: 0;
}
/* Dots */
.slick-dotted.slick-slider {
}
.main_slide .slick-dots {
    position: relative;
    bottom: 58px;
    display: inline-block !important;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.main_slide .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 3px 5px;
}
.main_slide .slick-dots li button {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #878787;
    border: 0;
    outline: none;
    background: #fefefd;
    border-radius: 20px;
    padding: 0 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}
.main_slide .slick-dots li.slick-active button {
    background: #515151;
    color: #fff;
}
.main_slide .slick-dots li button:hover, .main_slide .slick-dots li button:focus {
    outline: none;
}
.main_slide .slick-dots li button:hover:before, .main_slide .slick-dots li button:focus:before {
    opacity: 1;
}
.main_slide #playpuase {
    display: inline-block;
    position: relative;
    bottom: 58px;
}
#playpuase li {
    margin: 3px 5px;
}
#playpuase li:last-child {
    display:none;
}
#playpuase li button {
    padding : 0 15px;
    font-size: 12px;
    display: block;
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: #878787;
    border: 0;
    outline: none;
    background: #fefefd;
    border-radius: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 1px 3px rgba(0,0,0,0.07);
}
/* slide */

.custom #content {
    float: left;
    width: 100%;
}
.custom #layerWrap, .custom #contentWrap, .custom #ftLink .link {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#main {
    position: relative;
    max-width: 100%;
    margin: -220px auto 0;
    overflow: hidden;
    text-align: center;
}
/* 이미지 배너 */
.imgBanner {
    margin:30px auto 0;
    position:relative;
    width:1280px;
    overflow:hidden
}
.imgBanner ul {
*zoom:1
}
.imgBanner ul:after {
    display:block;
    clear:both;
    content:''
}
.imgBanner ul li {
    padding-right:8px;
    float:left
}
.fixedBnnr_fix {
    position: relative;
    margin-bottom: 75px;
    margin-top: 45px;
}
.fixedBnnr_fix img {
    width: 100%;
}
/* 상품 목록 영역 */
.product-wrap {
    margin:0 auto;
    position:relative;
    width:1280px
}


/* product */
.prd-name, .prd-name a {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    letter-spacing: -0.5px;
}
.prd-price, .prd-price a {
    font-size: 15px;
    color: #000;
}
.prd-price a .price, .prd-price .price {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: #e0002a;
    letter-spacing: 0.5px;
    position: relative;
    top: 2px;
}
.prd-price .consumer, .prd-price a .consumer {
    text-decoration: line-through;
    color: #929292;
    padding-left: 5px;
    font-size: 14px;
    font-weight: normal;
}
.prd-price .consumer .won, .prd-price a .consumer .won {
    font-size: 12px;
    letter-spacing: 0;
    position: relative;
    top: -1px;
    font-weight: normal;
}
.prd-price a .normal, .prd-price .normal {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    position: relative;
}
.prd-price .dc_per, .prd-price a .dc_per {
    font-size: 14px;
    color: #d54141;
    font-weight: 900;
}
ul.prd_list {
    font-size: 0;
    display: table;
}
ul.prd_list.list3x {
    margin-left: -12px;
}
ul.prd_list.list5x {
    margin-left: -15px;
}
.list3x li.pd_wrap {
    font-size: 12px;
    vertical-align: top;
    width: 418.5px;
    float: left;
    position: relative;
    margin-left: 12px;
    padding-bottom: 55px;
    text-align: center;
}
.list5x li.pd_wrap {
    font-size: 12px;
    vertical-align: top;
    width: 244px;
    float: left;
    position: relative;
    margin-left: 15px;
    padding-bottom: 55px;
}
.prd_list .pd_wrap .img img {
    width: 100%;
}


.prd_list .pd_wrap .img .MK-product-icons {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}
.prd_list .pd_wrap .img .MK-product-icons img {
    width: auto;
    max-width: 100%;
    margin: 0 3px;
}

.list3x li.pd_wrap:nth-child(3n) {
    margin-right: 0;
}
.list5x li.pd_wrap:nth-child(5n) {
    margin-right: 0;
}
.list3x li.pd_wrap:nth-child(3n+1) {
    clear: both;
}
.list5x li.pd_wrap:nth-child(5n+1) {
    clear: both;
}
.prd_list .pd_wrap .img {
    margin-bottom: 30px;
    position: relative;
}
.prd_list .pd_wrap .info .subname {
    color: #656565;
    font-size: 12px;
    margin-top: 10px;
}
.prd_list .pd_wrap .info {
    position: relative;
}
.prd_list .pd_wrap .info .line {
    width: 10px;
    height: 1px;
    background: #000;
    margin: 7px auto 3px;
}
.prd_list .pd_wrap .info .prd-price {
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    font-weight: bold;
} 

/* product */
/* tab_product */



.tab_area {
    display: none;
}
.tab_area.active {
    display: block !important;
}
.tab_product .tab {
    overflow: hidden;
    padding-bottom: 50px;
    margin-top: 50px;
}
.tab_product .tab li {
    float: left;
    width: 33%;
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tab_product .tab li:first-child {
    border-left: 1px solid #e9e9e9;
}
.tab_product .tab li.active {
    border: 1px solid #000000;
    border-bottom: 0;
}
.tab_product .tab li span {
    display: block;
    height: 64px;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    position: relative;
    letter-spacing: 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 15px;
    color: #989898;
}
.tab_product .tab li.active span {
    height: 65px;
    line-height: 64px;
    color: #000000;
    font-weight: bold;
}
.tab_product .tab li:first-child span:after {
    background: 0;
}
.tab_area .prd_list .pd_wrap .img {
    margin-bottom: 18px;
}
/* tab_product */   



.list_title {
    padding: 30px 0;
}
.list_title h3 {
    color: #000000;
    font-size: 32px;
    letter-spacing: -0.5px;
    font-family: 'Nanum Barun Gothic';
}

.list_title .en {
    color: #ececec;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 10px;
    font-family: Verdana;
    padding-bottom: 15px;
}

.list_title .title_sub {
    font-size: 16px;
    color: #969696;
    letter-spacing: -0.5px;
    padding-top: 8px;
}
/* BASIC css end */

