/* BASIC css start */
#content1 {
    margin: 90px auto;
}

#prdBrand {
    position: relative;
    width: 100%;
    margin-bottom: 150px;
}

.introimg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.introimg img{
    width: 100%;
    display: block;
}

.main{
    width: 100%;
    display: block;
}

.main_tit_mask{
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 10;
    line-height: 0;

    opacity: 0;                         /* ÃÊ±â ¿ÏÀü ¼û±è */
    -webkit-mask-position: 100% 0;      /* ¿ÏÀü °¡¸² »óÅÂ¿¡¼­ ½ÃÀÛ */
          mask-position: 100% 0;

  /* ¸¶½ºÅ© ±âº» */
    -webkit-mask-image: linear-gradient(90deg, #000 50%, transparent 50%);
    -webkit-mask-size: 200% 100%;
    -webkit-mask-repeat: no-repeat;

    mask-image: linear-gradient(90deg, #000 50%, transparent 50%);
    mask-size: 200% 100%;
    mask-repeat: no-repeat;
}

.main_tit_mask.on{
    opacity: 1;
    animation: typingMask 1.0s linear forwards;
}


/* Å¸ÀÌÆ² ÀÌ¹ÌÁö´Â ·¡ÆÛ ¾È¿¡¼­ ±×´ë·Î */
.main_tit{
    width: 100%;
    height: auto;
    display: block;
}


@keyframes typingMask{
  from{
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to{
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}


.ani_wrap{
    position: relative;
    width:100%;
    overflow: hidden;
}

.ani_wrap .position{
    position: absolute;    
}

.fade-wrap {
    transition: 1.3s;
    opacity: 0;
    position: relative;
    right: -100px;
}

.fade-wrap.fade-in {
    opacity: 1;
    right: 0;
}

.fade-wrap.from-left {
    right: auto;     /* ±âÁ¸ right ¹«È¿È­ */
    left: -100px;
}

.fade-wrap.from-left.fade-in {
    left: 0;
}


.submenu {
    position: relative;
    text-align: center;
    margin: 20px auto;
    width: 1250px;
}



.thumb {
    width: 100% !important;
    position: relative;
    display: inline-block;
}

.thumb img {
    width: 100%;
}

.thumb .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.thumb:hover .img-top {
    display: inline;
}



.recmd_item {
    background: #fff;
    overflow: hidden;
}

.recmd_item .price {
    font-size: 16px;
    position: relative;
    margin: 0 0 0;
    color: #fff;

    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
}


.recmd_item .subname {
    color: #eee;
    line-height: 18px;
    padding-bottom: 7px;
    font-size: 12px;
}

.recmd_item .name {
    font-size: 17px;
    color: #fff;
}




/*»óÇ°*/

.swiper-button-next {
    background: url(http://liberclassy.jpg3.kr/BANNER/2026_special/0127_business/arrow_next.png) center center no-repeat !important;
    top: 43% !important;
    right: 0 !important;
    height: 40px !important;
    width: 40px !important;
    background-size: cover !important;
}

.swiper-button-prev {
    background: url(http://liberclassy.jpg3.kr/BANNER/2026_special/0127_business/arrow_prev.png) center center no-repeat !important;
    top: 43% !important;
    left: 0 !important;
    height: 40px !important;
    width: 40px !important;
    background-size: cover !important;}


.new_cate_tab {
    width: 94.5%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 8% 0 3%;
    background: #fff;
}

.new_cate_tab .item-list {
    *margin: 0 5%;
    width: 100% !important;
}




.new_cate_tab .thumb {
    width: 100% !important;
    position: relative;
    display: inline-block;
}

.new_cate_tab .thumb .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%
}

.new_cate_tab .thumb:hover .img-top {
    display: block;
}

.new_cate_tab .center {
    overflow: hidden;
}

.new_cate_tab .center a:hover img {
    transform: scale(1.0125);
    transition: all ease-in .2s;
}

.new_cate_tab .prd-wish {
    position: absolute;
    top: 101.5%;
    right: 10px;
}

.new_cate_tab.item-list dd.prd-info {
    margin-left: 0px;
    width: 100%;
    padding: 5px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.new_cate_tab.item-list dd.prd-info .name {
    margin-top: 15px !important;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #353535;
    font-family: 'Roboto', sans-serif;
}

.new_cate_tab.item-list dd.prd-info .price {
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
    border-top: 1px solid #f2f2f2;
}



.new_cate_tab .con_box a:hover .con_img_02 {
    transform: scale(1.0125);
    transition: all ease-in .2s;
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
}

.new_cate_tab.con_box a {
    overflow: hidden;
}

.new_cate_tab .con_box_02 a:hover .con_img_02 {
    transform: scale(1.0125);
    transition: all ease-in .2s;
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
}

.new_cate_tab .con_box_02 {
    overflow: hidden;
}





.new_cate_tab .center a:hover img {
    transform: scale(1.0125);
    transition: all ease-in .2s;
}

.new_cate_tab .center {
    overflow: hidden;
}

.slide_container {
    width: 100%;
    overflow: hidden;

}

.swiper-pointer-events {
}


.slide_contents {
    transition-timing-function: linear;
}





/* ¿É¼Ç */
.option {
    padding: 2% 0;
}

ul.mk_prd_option_list {
    position: absolute;
    top: 90px;
    border: 1px solid #797979;
    font-family:'Pretendard Variable';
}

.mk_prd_option_list h5.option-name {
    color: #000;
    background-color: #f1f1f1;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #eee;
    font-size:13px;
}

.mk_prd_option_list span.option-required {
    color: #f03e24;
}



li.mk_opt_top {
    padding: 2px 3px 1px;
}

.mk_opt_top_text {
    margin-top: 2px;
    color: #797979;
    font-size: 12px;
}

.mk_opt_top_close a {
    color: #797979;
    font-size: 12px;
}

.mk_prd_option_list .mk_bt_opt_close {
    display: none;
}

.mk_prd_option_list LI {
    font-size: 13px;
}

li.mk_opt_unit {
    padding: 2px;
}

.mk_prd_option_list .option-soldout {
    color: #f03e24 !important;
}




/*»óÇ°*/
.prd-wish {
    position: absolute;
    top: 72%;
    right: 6%;
}




.recmd_item .item-list dd.prd-info .name {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.recmd_item .item-list dd.prd-info .subname {
    color: #a7a7a7;
}


.MS_prod_img_m {
    width: 100%;
}

div#MS_product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#MS_product dl.item-list:nth-child(4n) {
    padding-right: 0;
}

.product {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 95%;
    margin: 0 auto;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.product .item-list {
    padding: 0 1%;
    zoom: 1;
    overflow: hidden;
}

.item-list {
    position: relative;
    width: 18%;
    box-sizing: content-box;
    text-align: left;
    margin-bottom: 3%;
}

.item-list:after {
    content: "";
    clear: both;
    display: block;
}

.item-list .thumb {
    margin: 0 auto 0px;
    height: auto;
}

.item-list .thumb img {
    width: 100%;
    height: auto;
}

.item-list .prd-info {
    padding: 7px 2px 30px;
    overflow: hidden;
}


p.percent {
    display: inline-block;
    color: #f03e24;
    font-weight: 500;
}


.item-list .brand {
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
}

.item-list .name a {
    margin-top: 6px !important;
    text-align: left;
   font-size: 12px;
    letter-spacing: 0;
    color: #797979;
    font-weight: 300;
    font-family: 'Pretendard Variable';
}

.item-list .subname {
   padding: 5px 0 0;
   font-weight: 600;
   color: #353535 !important;
   font-size: 14px;
    font-family: 'Pretendard Variable';
}

.item-list.txt {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    font-family: 'Pretendard Variable'
        color: #000;
}

.item-list .prd-price {
    padding-top: 3px;
    padding-bottom: 0px;
    text-align: left;
    font-size: 15px;
    display: flex;
}

.item-list .prd-price strike {
    color: rgb(121, 121, 121);
    margin-right: 5px;
    font-weight: 400;
}

.item-list .prd-price .price {
    margin-right: 10px;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.item-list .price {
    text-align: left;
    font-size: 15px;
}

.item-list dd.prd-info .price span .sell1 {
    color: #000;
}



.total-sort {
    width: 94%;
    margin: 0px auto 30px;
    color: #797979;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}


.total-sort .sort {
    width: 100%;
    display: flex;
    margin-right: 20px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;

}

.total-sort .sort dt {
    font-size: 24px;
    color: #000;
}

.paging li.now a {
    border-top: none;
}


/* BASIC css end */

