.works-list.type1 {
    margin: 0 -10px;
}
.works-list.type1 .item {
    width: 25%;
    padding: 0 10px;
}
.works-list.type1 .item:nth-child(4n+1) {
    clear: left;
}
.works-list .box {
    max-width: 270px;
    margin: 0 auto 50px;
    position: relative;
    padding: 4px;
}
.works-list .box .pic{
    border: 1px solid #f31e3c;
    max-width: 252px;
    margin: 4px auto;
    position: relative;
    transition: all 0.5s cubic-bezier(0.85, 0.51, 0.41, 0.79);
}
.works-list .box:hover .pic {
	border-color:#000;
}
.works-list .box .pic:after{
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 4px solid #ededed;
}
.works-list .box:hover .pic img{
    opacity: .5;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.works-list .box.new .pic:before,
.gallery.new .pic:before{
    content: '';
    background: url(../../images/common/works/news.png);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.gallery.new .pic:before{
    right: 20px;
    top: 20px;
}
.works-list li .txt {
    padding: 10px 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    border: 1px solid #ededed;
    background:rgba(255, 255, 255, 0.7);
    margin-top: 25px;
    text-align: center;
}
.works-list .name {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 22px;
}
.works-list .offers {
    font-family: 'Times New Roman';
    color: #545454;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.works-list .box:hover  .txt {
    background: #ededed;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.works-list .box:hover .name,.works-list .box:hover .offers{
    color: #000;
}
.works-list .btn-group {
    text-align: right;
    padding-bottom: 5px;
    position: relative;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -37px;
    left: 0;
}
.works-list .btn-group .btn {
    display: inline-block;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    margin-left: 6px;
    pointer-events: visible;
}
.works-list .btn-group .btn.wish:before,.pd-intro .btn.wish:before {
    content: "\e90a";
    font-family: 'icon-font-27' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #A08A75;
    font-size: 14px;
    display: block;
    margin: 0 auto 8px;
    width: 15px;
    padding: 4px;
    background: #fff;
    border: 1px solid #A08A75;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.works-list .btn-group .btn.delete:before{
    content: "\e90b";
    font-family: 'icon-font-27' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #A08A75;
    font-size: 14px;
    display: block;
    margin: 0 auto 8px;
    width: 15px;
    padding: 4px;
    background: #fff;
    border: 1px solid #A08A75;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.works-list .btn-group .btn:hover:before {
    background: #A08A75;
    color: #fff;
}
.works-list .btn-group .btn.delete {
    color: #fff;
}
.works-list .btn-group .btn.detail:hover {
    color: #33E2F6;
}
.works-list .btn-group .btn.wish:hover,.works-list .btn-group .btn.delete:hover {
    color: #9F8A74;
}
.works-list .btn-group .btn .ic {
    vertical-align: text-bottom;
    font-size: 20px;
    margin: 0 3px -1px 0;
}
.works-list .btn-group .btn.delete .icon {
    background-image: url('../../images/common/member/list_delete.svg');
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin: 0 4px -1px 0;
}
.no-svg .works-list .btn-group .btn.delete .icon {
    background-image: url('../../images/common/member/list_delete.png');
}
.works-list .btn-group .btn.delete:hover .icon {
    background-position: 0 100%;
}
.pd-info-divider2 {
    border: 0;
    border-top: 2px solid #ededed;
    position: relative;
}
.pd-info-divider2:after {
    content: '';
    width: 130px;
    border-top: 2px solid #f51e3c;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -65px;
}
.pd-intro .pd-crumbs{
    background: #5A4B41;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 7px;
    position: relative;
}
.pd-intro .pd-crumbs:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #5A4B41 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
}
.pd-intro .pd-name {
	color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding: 15px 0 15px;
    margin: 0;
    text-align: center;
    background: #f9f9f9;
}
.works-intro {
    padding: 0 0 50px;
    margin: 0 0 30px;
    margin: 0 auto;
}
.gallery,
.related-box {
    float: left;
    width: 46%;
    max-width: 610px;
}
.gallery .stage .pic{
    border: 4px solid #ededed;
    position: relative;
}
.gallery .stage .pic:after{
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 1px solid #f31e3c;
}
.pd-intro,
.buymore-box {
    float: right;
    width: 54%;
	margin-top: 10px;
}
.editor{
    margin-top: 35px;
}


.gallery{
    float: left;
    width: 46%;
    padding: 10px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.stage {
    float: right;
    width: 80%;
}
.thumbnails {
    float: left;
    width: 84px;
}
.thumbnails .item{
    margin-top: 3px;
}
.thumbnails .item a .pic{
    border: 1px solid transparent;
    position: relative;
    max-width: 84px;
    margin: 0 auto;
}
.thumbnails .item.active a .pic,
.thumbnails .item a:hover .pic{
    border: 1px solid #f31e3c;
}
.thumbnails .item a .pic:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    opacity: 1;
}
.thumbnails .item.active a .pic:after,
.thumbnails .item a:hover .pic:after {
    background: rgba(255,255,255,0);
    opacity: 0;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}



.works-detail {
    position: relative;
    padding-bottom: 15px;
    max-width: 1345px;
    margin: 0 auto;
}
.works-detail .title {
    position: relative;
    width: 136px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.08em;
    background: #33D3EB;
    border-radius: 4px;
    margin: 0 auto 40px;
}
.pd-intro .btn-box{
    text-align: left;
}

@media screen and (max-width: 1440px) {
    .works-list.type1 {
        margin: 0 -7px;
    }
    .works-list.type1 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1340px) {
    .works-list.type2 .item {
        width: 33.33%;
    }
    .works-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .works-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1120px) {
    .works-list.type1 .item {
        width: 50%;
    }
    .gallery {
        width: 55%;
        margin-bottom: 15px;
    }
    .pd-intro {
        width: 42%;
        margin-bottom: 15px;
    }
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
        margin: 15px 0 0;
    }
    .pd-intro .btn-group .btn{
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .gallery,.pd-intro,.stage,.thumbnails{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .stage{
        max-width: 488px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 880px) {
    .works-list.type1 .box {
        margin-bottom: 30px;
    }
    .works-list.type2 {
        margin: 0 -7px;
    }
    .works-list.type2 .item {
        padding: 0 7px;
        width: 50%;
    }
    .works-list.type2 .item:nth-child(3n+1) {
        clear: none;
    }
    .works-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
    .works-list.type2 .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .activity-banner {
        margin: 15px 0 0;
    }
    .content-top .pd-name {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .works-detail .title {
        margin-bottom: 20px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .related-list {
        margin: 0 -4px;
    }
    .related-list .item {
        padding: 0 4px;
    }
}
@media screen and (max-width: 640px) {
    .works-list.type2 .item {
        width: 100%;
    }
    .works-list.type2 .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 580px) {
    .works-list.type1 .item {
        width: 100%;
    }
    .works-list.type1 .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
}