.main__contents {
    margin-bottom: 25px;
}

/* guide */
.main__contents .guide-box {margin: 31px 0 0;}
.main__contents .guide-box + .guide-box {margin-top: 45px;}
.main__contents .guide-box h2 {
    font-weight: 500;
    color: rgb(34,34,34);
    text-align: center;
}
.main__contents .guide-box .scroll {
    margin: 15px 0 0;
    box-sizing: border-box;
}
.main__contents .guide-box ul {
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
.main__contents .guide-box ul li {
    width: 75px;
    display: inline-block;
    margin: 0 0 0 29px;
    vertical-align: top;
}
.main__contents .guide-box ul li:first-child {margin-left: 24px;}
.main__contents .guide-box ul li:last-child {margin-right: 24px;}
.main__contents .guide-box ul li a {display: block;}
.main__contents .guide-box ul li img {width: 100%;}
.main__contents .guide-box ul li p {
    margin: 9px 0 0;
    font-weight: 500;
    line-height: 18px;
}

/* banner */
.main__contents .banner-box {margin: 92px 0 0;}
.main__contents .banner-box a {display: block;}
.main__contents .banner-box img {width: 100%;}
.main__contents .banner-box.half,
.main__contents .banner-box.mini {margin: 92px 16px 0;}
.main__contents .banner-box.half:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .banner-box.half a {
    width: 48.21%;
    float: left;
    margin: 0 0 0 3.58%;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .banner-box.half a:first-of-type {margin-left: 0;}
.main__contents .banner-box.mini ul li {margin: 16px 0 0;}
.main__contents .banner-box.mini ul li:first-child {margin-top: 0;}
.main__contents .banner-box.mini ul li a {
    height: 83px;
    padding-right: 31px;
    background-color: rgb(245,245,245);
    background-repeat: no-repeat;
    background-position: calc(100% - 31px) center;
    background-image: url(/assets/images/arr_right_bk_23x41.png);
    background-size: 10px;
    border-radius: 13px;
    box-sizing: border-box;
}
.main__contents .banner-box.mini ul li:nth-child(1) a {padding-left: 24px;}
.main__contents .banner-box.mini ul li:nth-child(2) a {padding-left: 24px;}
.main__contents .banner-box.mini ul li a:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .banner-box.mini ul li p {
    float: left;
    margin-left: 27px;
    font-weight: 500;
    color: rgb(34,34,34);
    line-height: 83px;
}
.main__contents .banner-box.mini ul li img {float: left;}
.main__contents .banner-box.mini ul li:nth-child(1) img {
    width: 26px;
    margin-top: 23px;
}
.main__contents .banner-box.mini ul li:nth-child(2) img {
    width: 45px;
    margin-top: 28px;
}
.main__contents .banner-box.txt .banner {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .banner-box.txt a {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__contents .banner-box.txt .info {padding: 0 85px;}
.main__contents .banner-box.txt .info .tit {
    font-weight: 500;
    color: rgb(34,34,34);
    line-height: 37px;
}
.main__contents .banner-box.txt .info .txt {
    margin-top: 13px;
    font-weight: 400;
    color: rgb(34,34,34);
}
.main__contents .banner-box.half .info {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__contents .banner-box.half .info .txt {
    font-weight: 300;
    color: rgb(255,255,255);
}
.main__contents .banner-box.half .info .tit {
    display: inline-block;
    margin: 9px 0 0;
    position: relative;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(255,255,255);
    line-height: 35px;
}
.main__contents .banner-box.half .info .tit:after {
    width: 6px;
    height: 35px;
    content: '';
    display: inline-block;
    margin: 2px 0 0 8px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/images/arr_right_wt_14x31.png);
    background-size: 100%;
}

/* time sale */
.main__contents .sale-box {margin: 92px 0 0;}
.main__contents .sale-box h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(34,34,34);
    text-align: center;
}
.main__contents .sale-box .sub-tit {
    font-weight: 400;
    color: rgb(128,128,128);
    text-align: center;
    line-height: 1;
}
.main__contents .sale-box .con {
    margin: 29px 0 0;
    padding: 30px 0 48px;
    background-color: rgb(245,245,245);
}
.main__contents .sale-box #timer {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: rgb(34,34,34);
    text-align: center;
}
.main__contents .sale-box .goods__slider {
    margin: 0;
    font-size: 0;
    text-align: center;
}
.main__contents .sale-box .goods {
    width: 322px;
    margin: 0 28px;
    box-sizing: border-box;
}
.main__contents .sale-box .goods .photo {
    width: 322px;
    height: 322px;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .sale-box .goods .photo img {
    width: 100%;
    border-radius: 50%;
}
.main__contents .sale-box .goods .info {margin: 34px 0 0;}
.main__contents .goods a {display: block;outline:none;}
.main__contents .goods .info .desc {
    margin: 0 0 13px;
    padding: 0 0 16px;
    font-weight: 400;
    color: rgb(51,51,51);
    line-height: 29px;
    border-bottom: 1px solid rgb(175,175,175);
}
.main__contents .goods .info .brand {
    font-weight: 500;
    color: #777777;
    padding-bottom: 5px;
}
.main__contents .goods .info .name {
    margin: 5px 0 0;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    /*white-space: normal;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main__contents .goods .info .price {margin: 13px 0 0;}
.main__contents .goods .info .price p {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    line-height: 37px;
    vertical-align: top;
}
.main__contents .goods .info .price .per {
    margin: 0 8px 0 0;
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
}
.main__contents .goods .info .price .normal,
.main__contents .goods .info .price .sale {
    font-weight: 700;
    font-size: 20px;
    color: rgb(51,51,51);
}
.main__contents .goods .info .price .normal._sale {
    margin: 0 0 0 11px;
    font-weight: 400;
    color: rgb(119,119,119);
    text-decoration: line-through;
    font-size: 14px;
}

/* media-deal */
.main__contents .media-deal-box {
    margin: 92px 0 0;
    padding: 0 0 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(/assets/images/bg01.png);
    background-size: 100%;
}
.main__contents .media-deal-box h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(255,255,255);
    text-align: center;
}
.main__contents .media-deal-box .sub-tit {
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 1;
}
.main__contents .media-deal-box .timer {
    margin: 20px 0 0;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
}
.main__contents .media-deal-box .timer span {
    display: inline-block;
    padding: 0 0 0 25px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-image: url(/assets/images/ico_timer_wt_39x39.png);
    background-size: 18px;
}
.main__contents .media-deal-box .deal:first-of-type {margin-top: 0;}
.main__contents .media-deal-box .goods {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .media-deal-box .goods .photo {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .media-deal-box .goods .photo img {width: 100%;}
.main__contents .media-deal-box .goods .photo .tag {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
}
.main__contents .media-deal-box .goods .photo .tag.per {
    width: 69px;
    height: 69px;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    line-height: 69px;
    background-color: rgba(223,74,135,0.8);
}
.main__contents .media-deal-box .goods .photo .tag.txt {
    height: 25px;
    padding: 0 11px;
    top: 13px;
    right: 13px;
    line-height: 25px;
    background-color: rgb(0,0,0);
}
.main__contents .heart__btn {
    width: 30px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center	center;
    background-image: url(/assets/images/ico_heart_gr_65x55.png);
    background-size: 100%;
}
.main__contents .heart__btn.on {background-image: url(/assets/images/ico_heart_pk_65x55.png);}
.main__contents .media-deal-box .deal > .goods .info p,
.main__contents .media-deal-box .deal__list li .info p {
    padding-left: 16px;
    padding-right: 16px;
}
.main__contents .media-deal-box .deal__list {margin-top: 16px;}
.main__contents .media-deal-box .deal__list li + li {margin-top: 26px;}
.main__contents .media-deal-box .deal__list li a:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .media-deal-box .deal__list li .photo {
    width: 110px;
    float: left;
}
.main__contents .media-deal-box .deal__list li .info {
    width: calc(100% - 120px);
    height: 110px;
    float: left;
    display: table;
    margin: 0 0 0 5px;
    box-sizing: border-box;
    table-layout: fixed;
}
.main__contents .media-deal-box .deal__list li .info > .inner {
    display: table-cell;
    vertical-align: middle;
}
.main__contents .media-deal-box .deal__list li .info p {
    padding-left: 6px;
    padding-right: 6px;
    margin: 0;
    line-height: 25px;
}
.main__contents .media-deal-box .goods .info .name {line-height: 20px;display: -webkit-box;white-space: normal;}
.main__contents .media-deal-box .goods .info .sale {padding-right: 0 !important;}
.main__contents .media-deal-box .goods .info .normal._sale {padding: 0 !important;}
.main__contents .media-deal-box .deal .more__btn {
    width: 100%;
    height: 45px;
    display: block;
    margin: 27px 0 0;
    font-weight: 500;
    color: rgb(34,34,34);
    text-align: center;
    line-height: 45px;
}
.main__contents .media-deal-box .deal._style2 > .goods a {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .media-deal-box .deal._style2 > .goods .photo {width: 100%;}
.main__contents .media-deal-box .deal._style2 > .goods .info {
    padding: 16px;
    background-color: rgb(255,255,255);
}
.main__contents .media-deal-box .deal._style2 > .goods .info .tag {
    position: absolute;
    top: -12px;
    left: 16px;
}
.main__contents .media-deal-box .deal._style2 > .goods .info .tag:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .media-deal-box .deal._style2 > .goods .info .tag p {
    height: 25px;
    float: left;
    margin: 0 0 0 3px;
    padding: 0 8px;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 25px;
    background-color: rgb(34,34,34);
}
.main__contents .media-deal-box .deal._style2 > .goods .info .tag p:first-child {margin-left: 0;}
.main__contents .media-deal-box .deal._style2 > .goods .info .tit {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(34,34,34);
}
.main__contents .media-deal-box .deal._style2 > .goods .info .desc {
    margin: 2px 0 0;
    padding: 0 16px;
    font-weight: 400;
    color: rgb(34,34,34);
    line-height: 1.8;
    border: 0;
}
.main__contents .media-deal-box .deal._style2 > .goods .info .per {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: rgb(221,36,113);
    line-height: 1;
}
.main__contents .media-deal-box .deal._style2 .scroll {margin: 51px -16px 0;}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list {
    margin-top: 0;
    font-size: 0;
    white-space: nowrap;
}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li {
    width: 184px;
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li:first-child {margin-left: 16px;}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li .photo {width: 100%;}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li .info {
    width: 100%;
    height: auto;
    margin: 11px 0 0;
}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li .info p {padding: 0;}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li.more {
    height: 311px;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .media-deal-box .deal._style2 .scroll .deal__list li.more .more__btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__contents .media-deal-box .deal._style2 .deal__list {
    margin-left: 16px;
    margin-right: 16px;
}
.main__contents .media-deal-box .deal._style2 .deal__list li .info .price {margin-top: 4px;}

/* deal */
.main__contents .deal-box {
    margin: 92px 0 0;
    padding: 27px 0 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(/assets/images/bg01.png);
    background-size: 100%;
}
.main__contents .deal-box h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: rgb(255,255,255);
    text-align: center;
}
.main__contents .deal-box .sub-tit {
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 1;
}
.main__contents .deal-box .timer {
    margin: 20px 0 0;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
}
.main__contents .deal-box .timer span {
    display: inline-block;
    padding: 0 0 0 25px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: left 5px;
    background-image: url(/assets/images/ico_timer_wt_39x39.png);
    background-size: 18px;
}
.main__contents .deal-box .con {margin: 25px 16px 0;}
.main__contents .deal-box .deal {margin: 79px 0 0;}
.main__contents .deal-box .deal:first-of-type {margin-top: 0;}
.main__contents .deal-box .goods {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .deal-box .goods .photo {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .deal-box .goods .photo img {width: 100%;}
.main__contents .deal-box .goods .photo .tag {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
}
.main__contents .deal-box .goods .photo .tag.per {
    width: 69px;
    height: 69px;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    line-height: 69px;
    background-color: rgba(223,74,135,0.8);
}
.main__contents .deal-box .goods .photo .tag.txt {
    height: 25px;
    padding: 0 11px;
    top: 13px;
    right: 13px;
    line-height: 25px;
    background-color: rgb(0,0,0);
}
.main__contents .heart__btn {
    width: 30px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center	center;
    background-image: url(/assets/images/ico_heart_gr_65x55.png);
    background-size: 100%;
}
.main__contents .heart__btn.on {background-image: url(/assets/images/ico_heart_pk_65x55.png);}
.main__contents .deal-box .goods .info {margin: 27px 0 0;}
.main__contents .deal-box .deal > .goods .info p,
.main__contents .deal-box .deal__list li .info p {
    padding-left: 16px;
    padding-right: 16px;
}
.main__contents .deal-box .deal__list {margin-top: 51px;}
.main__contents .deal-box .deal__list li + li {margin-top: 41px;}
.main__contents .deal-box .deal__list li a:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .deal-box .deal__list li .photo {
    width: 201px;
    float: left;
}
.main__contents .deal-box .deal__list li .info {
    width: calc(100% - 221px);
    height: 200px;
    float: left;
    display: table;
    margin: 0 0 0 20px;
    box-sizing: border-box;
    table-layout: fixed;
}
.main__contents .deal-box .deal__list li .info > .inner {
    display: table-cell;
    vertical-align: middle;
}
.main__contents .deal-box .deal__list li .info p {
    padding-left: 6px;
    padding-right: 6px;
}
.main__contents .deal-box .goods .info .sale {padding-right: 0 !important;}
.main__contents .deal-box .goods .info .normal._sale {padding: 0 !important;}
.main__contents .deal-box .deal .more__btn {
    width: 100%;
    height: 45px;
    display: block;
    margin: 27px 0 0;
    font-weight: 500;
    color: rgb(34,34,34);
    text-align: center;
    line-height: 45px;
}
.main__contents .deal-box .deal._style2 > .goods a {
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .deal-box .deal._style2 > .goods .photo {margin: 0 -16px;}
.main__contents .deal-box .deal._style2 > .goods .info {
    width: calc(100% + 16px);
    padding: 16px 0 0;
    position: absolute;
    bottom: 0px;
    right: -16px;
    background-color: rgb(255,255,255);
}
.main__contents .deal-box .deal._style2 > .goods .info .tag {
    position: absolute;
    top: -12px;
    left: 16px;
}
.main__contents .deal-box .deal._style2 > .goods .info .tag:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .deal-box .deal._style2 > .goods .info .tag p {
    height: 25px;
    float: left;
    margin: 0 0 0 3px;
    padding: 0 8px;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 25px;
    background-color: rgb(34,34,34);
}
.main__contents .deal-box .deal._style2 > .goods .info .tag p:first-child {margin-left: 0;}
.main__contents .deal-box .deal._style2 > .goods .info .tit {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(34,34,34);
}
.main__contents .deal-box .deal._style2 > .goods .info .desc {
    width: calc(100% - 111px);
    margin: 2px 0 0;
    padding: 0 16px;
    font-weight: 400;
    color: rgb(34,34,34);
    line-height: 1;
    border: 0;
}
.main__contents .deal-box .deal._style2 > .goods .info .per {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #000000;
    line-height: 1;
}
.main__contents .deal-box .deal._style2 .scroll {margin: 51px -16px 0;}
.main__contents .deal-box .deal._style2 .scroll .deal__list {
    margin-top: 0;
    font-size: 0;
    white-space: nowrap;
}
.main__contents .deal-box .deal._style2 .scroll .deal__list li {
    width: 184px;
    display: inline-block;
    margin: 0 0 0 20px;
    vertical-align: top;
}
.main__contents .deal-box .deal._style2 .scroll .deal__list li:first-child {margin-left: 16px;}
.main__contents .deal-box .deal._style2 .deal__list li .photo {width: 180px;}
.main__contents .deal-box .deal._style2 .deal__list li .info {
    width: calc(100% - 205px);
    height: 184px;
}
.main__contents .deal-box .deal._style2 .scroll .deal__list li .photo {width: 100%;}
.main__contents .deal-box .deal._style2 .scroll .deal__list li .info {
    width: 100%;
    height: auto;
    margin: 11px 0 0;
}
.main__contents .deal-box .deal._style2 .scroll .deal__list li .info p {padding: 0;}
.main__contents .deal-box .deal._style2 .scroll .deal__list li.more {
    height: 311px;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .deal-box .deal._style2 .scroll .deal__list li.more .more__btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.main__contents .deal-box .deal._style2 .deal__list {
    margin-left: 16px;
    margin-right: 16px;
}
.main__contents .deal-box .deal._style2 .deal__list li .info .price {margin-top: 4px;}


/* keyword */
.main__contents .keyword-box {
    margin: 94px 0 0;
    padding: 34px 0 0;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url(/assets/images/bg02.jpg);
    background-size: 100%;
}
.main__contents .keyword-box h2 {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(34,34,34);
    text-align: center;
}
.main__contents .keyword-box .con {margin: 90px 33px 0;}
.main__contents .keyword-box .keyword__list {margin-top: -22px;}
.main__contents .keyword-box .keyword__list:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .keyword-box .keyword__list li {
    float: left;
    margin: 22px 13px 0 0;
}
.main__contents .keyword-box .keyword__list li a {
    height: 41px;
    display: block;
    padding: 0 20px;
    position: relative;
    top: 0;
    left: 0;
    font-weight: 400;
    color: rgb(34,34,34);
    text-align: center;
    line-height: 41px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(175,175,175);
    border-radius: 41px;
    box-sizing: border-box;
}
.main__contents .keyword-box .keyword__list li a:before {
    content: attr(data-tag);
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

/* goods list */
.main__contents .list-box {margin: 92px 0 0;}
.main__contents .list-box h2 {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(34,34,34);
    text-align: center;
    letter-spacing: -1px;
}
.main__contents .list-box .sub-tit {
    margin: 4px 0 0;
    font-weight: 400;
    color: rgb(128,128,128);
    text-align: center;
    line-height: 1;
    letter-spacing: -1px;
}
.main__contents .list-box .goods__list {
    margin: 33px 16px 0;
    font-size: 0;
}
.main__contents .list-box .goods__list li {
    width: 90px;
    display: inline-block;
    margin: 44px 13px 0 0;
    vertical-align: top;
}
.main__contents .list-box .goods__list li:nth-child(2n) {margin-right: 0;}
.main__contents .list-box .goods__list li:nth-child(1),
.main__contents .list-box .goods__list li:nth-child(2) {margin-top: 0;}
.main__contents .list-box .goods__list li .photo img {width: 100%;}
.main__contents .list-box .goods__list li .info {
    margin: 18px 0 0;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .list-box .goods__list li .info .name {height: 45px;}
.main__contents .list-box .goods__list li .info .price {width: calc(100% - 30px);}
.main__contents .list-box .goods__list li .info .heart__btn {
    bottom: 8px;
    z-index: 2;
}
.main__contents .list-box .goods__list li .tag {
    margin: 8px 0 0;
    font-size: 0;
}
.main__contents .list-box .goods__list li .tag img {
    width: auto;
    height: 24px;
    margin: 0 4px 0 0;
}
.main__contents .list-box .goods__list li .tag p {
    height: 24px;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 6px;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 24px;
    vertical-align: top;
}
.main__contents .list-box .goods__list li .tag .gift {background-color: rgb(136,221,255);}
.main__contents .list-box .goods__list li .tag .new {background-color: rgb(249,169,112);}
.main__contents .list-box .goods__list li .tag .elindeal {background-color: rgb(255, 149, 189);}
.main__contents .list-box .goods__list li .tag .baesongfree {background-color: #bbb0f7}
.main__contents .list-box .goods__list li .tag .warningdate {background-color: #ef6162}
.main__contents .list-box .goods__list li .review {margin: 6px 0 0;}
.main__contents .list-box .goods__list li .review p {
    padding: 0 0 0 16px;
    font-weight: 400;
    color: rgb(119,119,119);
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/assets/images/star_big_full.png);
    background-size: 14px;
}

/* list banner */
.main__contents .banner__list li {margin: 55px 0 0;}
.main__contents .banner__list li:first-child {margin-top: 0;}
.main__contents .banner__list li .info {
    padding: 20px 0 0;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .banner__list li .info .tag {
    position: absolute;
    top: -12px;
    left: 33px;
}
.main__contents .banner__list li .info .tag:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .banner__list li .info .tag p {
    height: 20px;
    float: left;
    margin: 0 0 0 9px;
    padding: 0 8px;
    font-weight: 400;
    color: rgb(255,255,255);
    text-align: center;
    line-height: 20px;
    background-color: rgb(34,34,34);
}
.main__contents .banner__list li .info .tag p:first-child {margin-left: 0;}
.main__contents .banner__list li .info .tit {
    padding: 0 33px;
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(51,51,51);
}
.main__contents .banner__list li .info .desc {
    margin: 1px 0 0;
    padding: 0 33px;
    font-weight: 400;
    color: rgb(34,34,34);
    line-height: 1;
    border: 0;
}
.main__contents .banner-box.cont ul {
    margin: 0 16px;
    border-bottom: 1px solid rgb(219,219,219);
}
.main__contents .banner-box.cont ul li {border-top: 1px solid rgb(219,219,219);}
.main__contents .banner-box.cont ul li a {
    padding: 12px 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 31px) center;
    background-image: url(/assets/images/arr_right_bk_23x41.png);
    background-size: 10px;
}
.main__contents .banner-box.cont ul li a:after {
    content: '';
    display: block;
    clear: both;
}
.main__contents .banner-box.cont ul li img {
    width: 69px;
    float: left;
}
.main__contents .banner-box.cont ul li p {
    width: calc(100% - 90px);
    float: left;
    margin: 0 0 0 20px;
    font-weight: 500;
    color: rgb(34,34,34);
    line-height: 69px;
    letter-spacing: -1px;
}

/* timeline */
.main__contents .sale-box .slider__wrap {
    margin: 31px 0 0;
    position: relative;
    top: 0;
    left: 0;
}
.main__contents .sale-box .timeline {
    width: 322px;
    height: 322px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.main__contents .sale-box .timeline img {width: 100%;}
.main__contents .sale-box .timeline .timeline-pointer {
    width: 34px;
    position: absolute;
}
.main__contents .sale-box .timeline > div {
    width: 370px;
    height: 370px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/*디자인팀 추가 수정요청*/
.main__contents .sale-box .sub-tit {
    line-height: 1.5;
}
.main__contents .banner__list li .info .tag p {
    margin: 0 0 0 3px;
}
.main__contents .deal-box .deal__list .goods .photo .tag.per:nth-child(n+2) {
    width: 57px;
    height: 57px;
    line-height: 59px;
}

.main__contents .sale-box #timer {
    letter-spacing: 5px;
}