@charset "utf-8";

/*-----------------------------------------------------------------------------
[TABLE OF CONTENTS]
    +section
	    +quickMenu
        +kvBox
        +vipBox
        +oldBox
        +memBox
        +shareBox
    +jquery plugin
-----------------------------------------------------------------------------*/
/* section
*----------------------------------------------------------------------------*/
section.VIPPromotion {
    /* overflow-x: hidden; */
    -webkit-overflow-scrolling: touch;
}
section.VIPPromotion.page {
    overflow: hidden;
}
.monitor {
    display: block;
}
.mobile {
    display: none;
}
#wrapper {
    overflow-x: hidden;
}
/**
*
* quickMenu
*
**/
.kvBox article.quickMenu {
    position: absolute;
    left: 50%;
    bottom: 5%;
    width: 270px;
    margin: 0 0 0 170px;
    /* 4 btn */
    width: 360px;
    margin: 0 0 0 130px;
    /* 4 btn end */
    visibility: hidden;
    z-index: 9;
}

aside article.quickMenu {
    position: fixed;
    left: -80px;
    top: 50%;
    margin: -120px 0 0 0;
    visibility: hidden;
    -webkit-transition: left 0 linear;
    transition: left 0 linear;
    z-index: 9;
}

.kvBox article.quickMenu.quickMenuFixed {
    visibility: hidden;
}

aside article.quickMenu.quickMenuFixed {
    left: 20px;
    visibility: visible;
    -webkit-transition: left 200ms linear;
    transition: left 200ms linear;
}

article.quickMenu ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 86px;
    height: 86px;
}

aside article.quickMenu ul li {
    display: block;
    margin: 4px 0;
}

article.quickMenu ul li.vipBtn {
    background: url(../images/VIPPromotion/bg_vipBtn_hover.png) no-repeat center;
}

article.quickMenu ul li.oldBtn {
    background: url(../images/VIPPromotion/bg_oldBtn_hover.png) no-repeat center;
}

article.quickMenu ul li.memBtn {
    background: url(../images/VIPPromotion/bg_memBtn_hover.png) no-repeat center;
}

article.quickMenu ul li.inquireBtn {
    background: url(../images/VIPPromotion/bg_inquireBtn_hover.png) no-repeat center;
}

article.quickMenu ul li:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 12px 0 0 -8px;
    content: "";
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 2;
    -webkit-transition: margin 200ms linear;
    transition: margin 200ms linear;
}

article.quickMenu ul li:hover:after {
    margin: 15px 0 0 -8px;
}

article.quickMenu ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 3;
}

article.quickMenu ul li span {
    position: relative;
    width: 80px;
    height: 66px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

article.quickMenu ul li .bg {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 86px;
    height: 86px; */
    width: 88px;
    height: 88px;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}

article.quickMenu ul li.vipBtn .bg {
    background: url(../images/VIPPromotion/bg_vipBtn.png) no-repeat center;
}

article.quickMenu ul li.oldBtn .bg {
    background: url(../images/VIPPromotion/bg_oldBtn.png) no-repeat center;
}

article.quickMenu ul li.memBtn .bg {
    background: url(../images/VIPPromotion/bg_memBtn.png) no-repeat center;
}

article.quickMenu ul li.inquireBtn .bg {
    background: url(../images/VIPPromotion/bg_inquireBtn.png) no-repeat center;
}

article.quickMenu ul li:hover .bg {
    opacity: 0;
}

/**
*
* kvBox
*
**/
article.kvBox {
    position: relative;
    height: 374px;
    margin: 0 auto;
    /*overflow: hidden;*/
    background: #fff url(../images/VIPPromotion/kv_1920.jpg) no-repeat center;
}

article.kvBox:before,
article.kvBox:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3840px;
    content: "";
}

article.kvBox:before {
    left: 50%;
    margin: 0 0 0 -4800px;
    background-color: #f4f4f4;
}

article.kvBox:after {
    right: 50%;
    margin: 0 -4800px 0 0;
    background-color: #d1342b;
}

article.kvBox .crumbBox {
    height: 0;
    width: 0;
    font-size: 0;
    opacity: 0;
    overflow: hidden;
}

article.kvBox .gift {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 402px;
    width: 36%;
    margin: -120px 0 0 105px;
    z-index: 1;
}

article.kvBox .gift img {
    width: 100%;
}

/**
*
* vipBox、oldBox、memBox
*
**/
article.vipBox,
article.oldBox,
article.memBox {
    position: relative;
}

article.vipBox:before,
article.vipBox:after,
article.oldBox:before,
article.oldBox:after,
article.memBox:before,
article.memBox:after {
    position: absolute;
    top: 0;
    width: 3840px;
    height: 270px;
    content: "";
}

article.memBox:before,
article.memBox:after {
    height: 250px;
}

article.vipBox:before,
article.oldBox:before,
article.memBox:before {
    left: 50%;
    margin: 0 0 0 -4800px;
}

article.vipBox:after,
article.oldBox:after,
article.memBox:after {
    right: 50%;
    margin: 0 -4800px 0 0;
}

article.vipBox:before {
    background-color: #c9a662;
}

article.vipBox:after {
    background-color: #d3d3d3;
}

article.oldBox:before {
    background-color: #f0beb7;
}

article.oldBox:after {
    background-color: #d3d3d3;
}

article.memBox:before {
    background-color: #a8dfd9;
}

article.memBox:after {
    background-color: #d3d3d3;
}

article.vipBox .main,
article.oldBox .main,
article.memBox .main {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    background: none;
}

section.page article.vipBox .main,
section.page article.oldBox .main,
section.page article.memBox .main {
    max-width: 840px;
}
section.page article.vipBox.max .main,
section.page article.oldBox.max .main,
section.page article.memBox.max .main {
    max-width: 1060px;
}

article.vipBox .displayFlex,
article.oldBox .displayFlex,
article.memBox .displayFlex {
    display: flex;
    align-items: center;
    justify-content: start;
}

article.vipBox .conbox h2,
article.oldBox .conbox h2,
article.memBox .conbox h2 {
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
}

article.vipBox .conbox .text,
article.oldBox .conbox .text,
article.memBox .conbox .text {
    font-size: 14px;
    line-height: 1.4em;
    color: #888888;
    margin: 30px 0 0 0;
}

article.vipBox .conbox .more,
article.oldBox .conbox .more,
article.memBox .conbox .more,
section.page .more {
    width: 180px;
    font-size: 16px;
    min-height: 36px;
    line-height: 36px;
    margin: 60px 0 0 0;
    border-bottom: 2px #d2d2d2 solid;
}

section.page .more {
    position: relative;
    left: 40px;
    margin: 30px auto 30px auto;
}

section.page .more:after {
    position: absolute;
    top: -10px;
    left: -130px;
    content: "";
    width: 110px;
    height: 80px;
    overflow: hidden;
    background: url(../images/VIPPromotion/icon_gift1.png) no-repeat top center;
    background-size: 110px auto;
}

article.vipBox .conbox .more a,
article.vipBox .conbox .more a:hover,
article.oldBox .conbox .more a,
article.oldBox .conbox .more a:hover,
article.memBox .conbox .more a,
article.memBox .conbox .more a:hover,
section.page .more a,
section.page .more a:hover {
    display: block;
    color: #333333;
}

article.vipBox .conbox .more a.mobile,
article.oldBox .conbox .more a.mobile,
article.memBox .conbox .more a.mobile {
    display: none;
}

article.vipBox .slick-slider .slickLi a.clickButton.monitor,
article.oldBox .slick-slider .slickLi a.clickButton.monitor,
article.memBox .slick-slider .slickLi a.clickButton.monitor {
    display: block;
}

article.vipBox .slick-slider .slickLi a.clickButton.mobile,
article.oldBox .slick-slider .slickLi a.clickButton.mobile,
article.memBox .slick-slider .slickLi a.clickButton.mobile {
    display: none;
}

article.vipBox .conbox .more span,
article.oldBox .conbox .more span,
article.memBox .conbox .more span,
section.page .more span {
    margin: 0 0 -2px 0;
    display: inline-block;
    min-width: 80px;
    border-bottom: 2px #c8a662 solid;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

article.vipBox .conbox .more span {
    border-bottom: 2px #c8a662 solid;
}

article.oldBox .conbox .more span {
    border-bottom: 2px #eab7b6 solid;
}

article.memBox .conbox .more span {
    border-bottom: 2px #a7e0d6 solid;
}

section.page .more span {
    border-bottom: 2px #c7291e solid;
}

article.vipBox .conbox .more a:hover span,
article.oldBox .conbox .more a:hover span,
article.memBox .conbox .more a:hover span,
section.page .more a:hover span {
    min-width: 180px;
}

article.vipBox .conbox .more img,
article.oldBox .conbox .more img,
article.memBox .conbox .more img,
section.page .more img {
    position: relative;
    left: 0;
    top: -2px;
    max-width: 12px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

article.vipBox .conbox .more a:hover img,
article.oldBox .conbox .more a:hover img,
article.memBox .conbox .more a:hover img,
section.page .more a:hover img {
    left: 10px;
}

article.vipBox .seqBoxComplex .box .amtBox,
article.oldBox .seqBoxComplex .box .amtBox,
article.memBox .seqBoxComplex .box .amtBox {
    position: relative;
    left: 100%;
    width: 100%;
    -webkit-transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 1200ms cubic-bezier(0.77, 0, 0.175, 1);
}

article.vipBox .seqBoxComplex .box .amtBox {
    margin: 12px 0 0 0;
}

article.vipBox .seqBoxComplex .seq-in .box .amtBox,
article.oldBox .seqBoxComplex .seq-in .box .amtBox,
article.memBox .seqBoxComplex .seq-in .box .amtBox {
    left: 0;
}

article.vipBox .seqBoxComplex .seq-out .box .amtBox,
article.oldBox .seqBoxComplex .seq-out .box .amtBox,
article.memBox .seqBoxComplex .seq-out .box .amtBox {
    left: -100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    article.vipBox .conbox>div {
        padding: 120px 0 0 0;
    }

    article.oldBox .conbox>div {
        padding: 60px 0 0 0;
    }

    article.memBox .conbox>div {
        padding: 50px 0 0 0;
    }

    article.vipBox .conbox>div,
    article.oldBox .conbox>div,
    article.memBox .conbox>div {
        padding: 50px 0 0 0;
    }
}

article.vipBox .slick-slider .slickLi.del a.clickButton.monitor,
article.oldBox .slick-slider .slickLi.del a.clickButton.monitor,
article.memBox .slick-slider .slickLi.del a.clickButton.monitor {
    display: none !important;
}

article.vipBox .slick-slider .slickLi.del .tag.url a,
article.oldBox .slick-slider .slickLi.del .tag.url a,
article.memBox .slick-slider .slickLi.del .tag.url a {
    cursor: default;
}

article.vipBox .slick-slider .slickLi.del:hover .photo:after,
article.oldBox .slick-slider .slickLi.del:hover .photo:after,
article.memBox .slick-slider .slickLi.del:hover .photo:after {
    background-color: rgba(0, 0, 0, 0);
}



article.vipBox.max .vip-Photo,
article.oldBox.max .vip-Photo,
article.memBox.max .vip-Photo {
    position: relative;
    width: 100%;
    width: 1920px;
    height: 400px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
article.vipBox.max .vip-Photo::after,
article.oldBox.max .vip-Photo::after,
article.memBox.max .vip-Photo::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -140px;
    height: 140px;
    content: "";
}

article.vipBox.max .vip-Photo a,
article.oldBox.max .vip-Photo a,
article.memBox.max .vip-Photo a {
    display: block;
}
article.vipBox.max .vip-Photo img,
article.oldBox.max .vip-Photo img,
article.memBox.max .vip-Photo img {
    width: 100%;
}
article.vipBox.max .title,
article.oldBox.max .title,
article.memBox.max .title {
    height: 40px;
    text-indent: -10000px;
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
}
article.vipBox.max .memBoxCon,
article.oldBox.max .memBoxCon,
article.memBox.max .memBoxCon {
    padding: 0 18px;
}
section.page article.vipBox.max .title,
section.page article.oldBox.max .title,
section.page article.memBox.max .title {
    top: 15px;
}

/**
*
* vipBox
*
**/
article.vipBox {
    min-height: 720px;
    background: #f4f4f4 url(../images/VIPPromotion/vip_bg.jpg) repeat-x top center;
    z-index: 1;
}
article.vipBox.max .vip-Photo::after {
    background: #f4f4f4 url(../images/VIPPromotion/vip_bg.jpg) repeat-x top center/100% 140px;
}

article.vipBox .gift {
    position: absolute;
    top: 0;
    left: -120px;
    max-width: 254px;
    width: 50%;
    margin: 20px 0 0 0;
    z-index: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    article.vipBox .gift {
        margin: -80px 0 0 0;
    }
}

article.vipBox .gift img {
    width: 100%;
}

article.vipBox .title {
    height: 50px;
    text-indent: -10000px;
    background: url(../images/VIPPromotion/vip_title.png) no-repeat 100px bottom;
}
article.vipBox.max .title {
    background: url(../images/VIPPromotion/vip_title.png) no-repeat left bottom;
}

article.vipBox .conbox {
    position: relative;
    max-width: 800px;
    min-height: 600px;
    padding: 0 85px;
    background: #fff;
    box-sizing: border-box;
}

article.vipBox .conbox:after {
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    content: "";
    width: 1px;
    background-color: #dddddd;
}

article.vipBox .conbox>div {
    max-width: 180px;
}

article.vipBox .slick-slider {
    position: absolute;
    top: 120px;
    right: 0;
    width: 872px;
    padding: 0 0 62px 0;
}

section.VIPPromotion article.vipBox .slick-list {
    padding: 0 0 20px 0;
}

article.vipBox .slick-slider .slickLi {
    position: relative;
    top: 20px;
    width: 286px;
    display: inline-block;
    margin: 0 2px 0 2px;
    padding: 12px 0 0 0;
    vertical-align: top;
}

article.vipBox .slick-slider .slickLi.del a.clickButton.monitor {
    display: none !important;
}

article.vipBox .slick-slider .slickLi.del .tag.url a {
    cursor: default;
}

article.vipBox .slick-slider .slickLi.del:hover .photo:after {
    background-color: rgba(0, 0, 0, 0);
}

article.vipBox .slick-slider .slickLi.even {
    top: 0;
}

article.vipBox .slick-slider .slickLi .photo {
    position: relative;
}

/* 2019411 因文字增加到4行時需求調整 開始 */
article.vipBox .slick-slider .slickLi .pd-down25 {
    padding: 0 0 25px 0;
}

/* 2019411 因文字增加到4行時需求調整 結束 */

article.vipBox .slick-slider .slickLi .photo:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: url(../images/VIPPromotion/icon_shadow.png) repeat-x bottom center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

article.vipBox .slick-slider .slickLi:hover .photo:after {
    background-color: rgba(0, 0, 0, .4);
}

article.vipBox .slick-slider .slickLi .photo img {
    width: 100%;
}

article.vipBox .slick-slider .slickLi a.clickButton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

article.vipBox .slick-slider .slickLi .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 18px 15px 18px;
}

article.vipBox .slick-slider .slickLi .textBox h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
}

article.vipBox .slick-slider .slickLi .textBox .text {
    font-size: 13px;
    line-height: 1.3em;
    color: #ccc;
}

article.vipBox .slick-slider .slickLi .textBox .tag {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 56px;
    height: 56px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #b98c23 solid;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

article.vipBox .slick-slider .slickLi .tab {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 -50px;
    background: #b98c23;
    z-index: 2;
}

/**
*
* oldBox
*
**/
article.oldBox {
    min-height: 790px;
    background: #f4f4f4 url(../images/VIPPromotion/old_bg.jpg) repeat-x top center;
}
article.oldBox.max .vip-Photo::after {
    background: #f4f4f4 url(../images/VIPPromotion/old_bg.jpg) repeat-x top center/100% 140px;
}
article.oldBox.max {
    min-height: 790px;
    background: none;
}
article.oldBox .gift1 {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 305px;
    width: 50%;
    margin: 10px 0 0 180px;
    z-index: 1;
}

article.oldBox .gift2 {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 265px;
    width: 50%;
    margin: 0 0 0 380px;
    overflow: hidden;
    z-index: 1;
}

article.oldBox .gift1 img,
article.oldBox .gift2 img {
    width: 100%;
}

article.oldBox .gift2 img {
    position: relative;
    top: 0;
    margin: 50px 0 0 0;
}

article.oldBox .title {
    height: 50px;
    text-indent: -10000px;
    background: url(../images/VIPPromotion/old_title.png) no-repeat 100px bottom;
}
article.oldBox.max .title {
    background: url(../images/VIPPromotion/old_title.png) no-repeat left bottom;
}


section.page article.oldBox .title {
    position: relative;
    top: 20px;
}

article.oldBox .conbox {
    position: relative;
    max-width: 800px;
    min-height: 300px;
    padding: 0 85px 60px 85px;
    background: #fff;
    box-sizing: border-box;
}

article.oldBox .conbox:after {
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    content: "";
    width: 1px;
    background-color: #dddddd;
}

article.oldBox .conbox>div {
    max-width: 430px;
}

article.oldBox .conbox .more {
    position: absolute;
    top: 40px;
    right: 45px;
    margin: 0;
}

article.oldBox .slick-slider {
    position: absolute;
    top: 240px;
    right: 146px;
    width: 840px;
    padding: 0 120px 0 0;
    z-index: 3;
}

article.oldBox .slick-slider .slick-list {
    padding: 0 0 60px 0;
}

article.oldBox .slick-slider .slickLi {
    position: relative;
    /*top: 40px;*/
    width: 350px;
    display: inline-block;
    margin: 40px 3px 0 3px;
    vertical-align: top;
    overflow: hidden;
}

article.oldBox .slick-slider .slickLi.box2 {
    /*top: 0;*/
    margin: 0 3px 0 3px;
}

article.oldBox .slick-slider .slickLi .photo {
    position: relative;
}

article.oldBox .slick-slider .slickLi .photo:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

article.oldBox .slick-slider .slickLi:hover .photo:after {
    background-color: rgba(0, 0, 0, .4);
}

article.oldBox .slick-slider .slickLi .photo img {
    width: 100%;
}

article.oldBox .slick-slider .slickLi a.clickButton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

article.oldBox .slick-slider .slickLi .textBox {
    padding: 20px 20px;
    text-align: center;
    background-color: #f4f4f4;
}

article.oldBox .slick-slider .slickLi .textBox h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

article.oldBox .slick-slider .slickLi .textBox .text {
    font-size: 13px;
    color: #666;
}

article.oldBox .slick-slider .slickLi .tag {
    position: absolute;
    /* top: 270px;   */
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #f19e95 solid;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/**
*
* memBox
*
**/
article.memBox {
    min-height: 680px;
    background: #f4f4f4 url(../images/VIPPromotion/mem_bg.jpg) repeat-x top center/100% 250px;
}
article.memBox.max .vip-Photo::after {
    background: #f4f4f4 url(../images/VIPPromotion/mem_bg.jpg) repeat-x top center/100% 140px;
}
article.memBox .gift {
    position: absolute;
    top: 0;
    right: -40px;
    max-width: 418px;
    width: 50%;
    z-index: 1;
}
section.page article.memBox .gift {
    right: -140px;
    max-width: 360px;
}

section.page article.oldBox .gift1 {
    top: -40px;
    margin: 10px 0 0 160px;
}

section.page article.oldBox .gift2 img {
    margin: 0;
}

article.memBox .gift img {
    width: 100%;
}
article.memBox .title {
    height: 50px;
    text-indent: -10000px;
    background: url(../images/VIPPromotion/mem_title.png) no-repeat 100px bottom;
}
article.memBox.max .title {
    background: url(../images/VIPPromotion/mem_title.png) no-repeat left bottom;
}

section.page article.memBox .title {
    position: relative;
    top: 15px;
}

article.memBox .conbox {
    position: relative;
    max-width: 800px;
    min-height: 250px;
    padding: 0 85px;
    background: #fff;
    box-sizing: border-box;
}

article.memBox .conbox:after {
    position: absolute;
    left: 12px;
    top: 10px;
    bottom: 10px;
    content: "";
    width: 1px;
    background-color: #dddddd;
}

article.memBox .conbox>div {
    max-width: 280px;
}

article.memBox .conbox .more {
    position: absolute;
    top: 80px;
    right: 45px;
    margin: 0;
}

article.memBox .slick-slider {
    position: absolute;
    top: 252px;
    right: -40px;
    width: 1166px;
}

article.memBox .slick-slider .slickLi {
    position: relative;
    width: 380px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    overflow: hidden;
}

article.memBox .slick-slider .slickLi .photo {
    position: relative;
    border: 1px #efefef solid;
}

article.memBox .slick-slider .slickLi .photo:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

article.memBox .slick-slider .slickLi:hover .photo:after {
    background-color: rgba(0, 0, 0, .4);
}

article.memBox .slick-slider .slickLi .photo img {
    width: 100%;
}

article.memBox .slick-slider .slickLi a.clickButton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

article.memBox .slick-slider .slickLi .textBox {
    overflow: hidden;
    height: 122px;
    padding: 20px 20px;
    background-color: #ededed;
}

article.memBox .slick-slider .slickLi .textBox .tab {
    position: relative;
    left: -20px;
    width: 90px;
    height: 92px;
    line-height: 1.2em;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #aaa;
}

article.memBox .slick-slider .slickLi .textBox .tab,
article.memBox .slick-slider .slickLi .textBox .textBoxCon {
    display: table-cell;
    vertical-align: middle;
}

article.memBox .slick-slider .slickLi .textBox:before {
    content: "";
    display: table-cell;
    vertical-align: middle;
    height: 122px;
    width: 0;
}

article.memBox .slick-slider .slickLi .textBox .tab:after {
    position: absolute;
    right: 3px;
    top: 15px;
    bottom: 15px;
    content: "";
    width: 1px;
    background-color: #cccccc;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    article.memBox .slick-slider .slickLi .textBox .tab:after {
        min-height: 120px;
    }
}

article.memBox .slick-slider .slickLi .textBox h3 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}
article.memBox .slick-slider .slickLi .textBox h3 span {
    display: inline-block;
}

article.memBox .slick-slider .slickLi .textBox .text {
    font-size: 13px;
    color: #666;
}
article.memBox .slick-slider .slickLi .textBox .text b {
    color: #c7291e;
}
article.memBox .slick-slider .slickLi .textBox .text a {
    color: #ab5f00;
}

article.memBox .slick-slider .slickLi .textBox .text span.arrow {
    position: relative;
    top: -1px;
}

article.memBox .slick-slider .slickLi .tag {
    position: absolute;
    bottom: 180px;
    right: 15px;
    width: 56px;
    height: 56px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #8fd5ca solid;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

article.memBox .slick-slider .slickLi .tag>span {
    text-align: center;
}

article.memBox .slick-slider .slickLi .tag.url {
    z-index: 9;
}

article.memBox .slick-slider .slickLi .tag.url a {
    font-size: 13px;
    color: #fff;
}

/**
*
* shareBox
*
**/
article.shareBox {
    position: relative;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    background: url(../images/VIPPromotion/icon_share.png) no-repeat top center;
}

article.shareBox>div {
    position: absolute;
    top: 5px;
    right: 10px;
}

article.shareBox a {
    display: inline-block;
    width: 100%;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

article.shareBox a.fb {
    background: #3c5a99;
}

article.shareBox a.line {
    background: #00b900;
}

article.shareBox a img {
    width: 100%;
}





/**
*
* msgBox
*
**/
.msgBox {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .8);
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.msgBox.open {
    visibility: visible;
    opacity: 1;
    z-index: 99;
}

.memBoxCon {
    margin: -20px auto 0 auto;
}
.max .memBoxCon {
    margin: -20px auto 0 auto;
}

.msgBox .amtBox,
.memBoxCon .amtBox {
    position: relative;
    max-width: 650px;
    width: 90%;
    padding: 20px 20px 40px;
    margin: 40px auto 20px auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.max .msgBox .amtBox,
.max .memBoxCon .amtBox {
    padding: 15px 20px 40px;
}

.max .msgBox .amtBox,
.max .memBoxCon .amtBox {
    max-width: 1000px;
    width: 100%;
    padding: 15px 50px 40px;
}


.memBoxCon .amtBox {
    z-index: 1;
}

.msgBox .amtBox a.close {
    position: absolute;
    top: -35px;
    right: 0;
    width: 30px;
    height: 30px;
    text-indent: -100000px;
    background: url(../images/icon/icon_close_bk.png) no-repeat;
    background-size: 100% auto;
}

.msgBox .amtBox .photo,
.memBoxCon .amtBox .photo {
    max-width: 610px;
}

.memBoxCon .amtBox .photo a.mobile {
    display: none;
}

.msgBox .amtBox .photo img,
.memBoxCon .amtBox .photo img {
    width: 100%;
}

.msgBox .amtBox .textBox,
.memBoxCon .amtBox .textBox {
    position: relative;
    overflow: visible;
    padding: 15px 20px 15px 20px;
    margin: 0 0 30px 0;
    background-color: #ededed;
}
.max .msgBox .amtBox .textBox,
.max .memBoxCon .amtBox .textBox {
    margin: -15px -50px 30px -50px;
}
.msgBox .amtBox hr,
.memBoxCon .amtBox hr {
    border: 0;
    height: 1px;
    background-color: #d8d8d8;
    margin: 20px 0;
}
.msgBox .amtBox .noteBox,
.memBoxCon .amtBox .noteBox {
    margin: 20px 0 0 0;
}
.msgBox .amtBox .unitBox .noteBox,
.memBoxCon .amtBox .unitBox .noteBox {
    margin: 0 0 0 0;
}
.msgBox .amtBox .noteBox p,
.memBoxCon .amtBox .noteBox p {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    padding: 0;
    margin: 6px 0 0 0;
}

.msgBox .amtBox .descBox,
.memBoxCon .amtBox .descBox {
    margin-top: 40px;
    border-top: 1px #d8d8d8 solid;
}
.msgBox .amtBox .descBox a,
.memBoxCon .amtBox .descBox a {
    color: #ab5f00;
    text-decoration: underline;
}

.msgBox .amtBox .textBox .tag,
.memBoxCon .amtBox .textBox .tag {
    position: absolute;
    top: -75px;
    right: 15px;
    width: 56px;
    height: 56px;
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px #8fd5ca solid;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

section.page article.vipBox .memBoxCon .amtBox .textBox .tag {
    border: 2px #c8a562 solid;
}

section.page article.memBox .memBoxCon .amtBox .textBox .tag {
    border: 2px #8fd5ca solid;
}

section.page article.oldBox .memBoxCon .amtBox .textBox .tag {
    border: 2px #f19e95 solid;
}

.msgBox .amtBox .textBox .tag.url,
.memBoxCon .amtBox .textBox .tag.url {
    z-index: 9;
}

.msgBox .amtBox .textBox .tag.url a,
.memBoxCon .amtBox .textBox .tag.url a {
    font-size: 13px;
    color: #fff;
}

.msgBox .amtBox .textBox .tab,
.memBoxCon .amtBox .textBox .tab {
    position: relative;
    left: -20px;
    width: 92px;
    height: 92px;
    line-height: 1.2em;
    text-align: center;
    font-size: 18px;
    color: #aaa;
}

.msgBox .amtBox .textBox .tab,
.msgBox .amtBox .textBox .textBoxCon,
.memBoxCon .amtBox .textBox .tab,
.memBoxCon .amtBox .textBox .textBoxCon {
    display: table-cell;
    vertical-align: middle;
}

.msgBox .amtBox .textBox .tab:after,
.memBoxCon .amtBox .textBox .tab:after {
    position: absolute;
    right: 3px;
    top: 15px;
    bottom: 15px;
    content: "";
    width: 1px;
    background-color: #cccccc;
}

.msgBox .amtBox .textBox h1,
.memBoxCon .amtBox .textBox h1,
.msgBox .amtBox .textBox h3,
.memBoxCon .amtBox .textBox h3 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}
.msgBox .amtBox .textBox h3 span,
.memBoxCon .amtBox .textBox h3 span {
    color: #c7291e;
    font-weight: normal;
}
.max .msgBox .amtBox .textBox h1,
.max .memBoxCon .amtBox .textBox h1,
.max .msgBox .amtBox .textBox h3,
.max .memBoxCon .amtBox .textBox h3 {
    font-size: 22px;
    margin: 4px 0 4px 0;
}

.msgBox .amtBox .textBoxCon .text,
.msgBox .amtBox .textBoxConFt .text,
.memBoxCon .amtBox .textBoxCon .text,
.memBoxCon .amtBox .textBoxConFt .text {
    font-size: 13px;
    line-height: 1.3em;
    color: #666;
}

.max .msgBox .amtBox .textBoxCon .text,
.max .msgBox .amtBox .textBoxConFt .text,
.max .memBoxCon .amtBox .textBoxCon .text,
.max .memBoxCon .amtBox .textBoxConFt .text {
    font-size: 16px;
}
.max .memBoxCon .amtBox .textBoxCon .text b {
    color: #c7291e;
}
.max .memBoxCon .amtBox .textBoxCon .text a {
    color: #ab5f00;
}

.msgBox .amtBox .textBoxConFt,
.memBoxCon .amtBox .textBoxConFt {
    display: none;
}

.msgBox .amtBox ul,
.memBoxCon .amtBox ul {
    list-style-type: none;
}
.msgBox .amtBox ul.decimal,
.memBoxCon .amtBox ul.decimal {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}
.msgBox .amtBox ul.disc,
.memBoxCon .amtBox ul.disc {
    list-style-type: disc;
    margin: 0 0 0 20px;
}




.msgBox .amtBox ul + ul,
.memBoxCon .amtBox ul + ul {
    margin: 30px 0 0 20px;
}
.msgBox .amtBox ul li,
.memBoxCon .amtBox ul li {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}
.memBoxCon .amtBox ul li + li {
    margin-top: 10px;
}

.memBoxCon .amtBox ul li.listtype {
    list-style-type: disc;
}
.memBoxCon .amtBox .note-area>div {
    font-size: 15px;
    margin: 10 0;
    line-height: 1em;
    display: table-cell;

}

/**
*
* stepBox
*
**/
.memBoxCon .amtBox .stepBox {
    margin: 0 0 20px 0;
}
.memBoxCon .amtBox .stepBox .stepBox__title {
    display: inline-block;
    margin: 0 0 10px 0;
}
.memBoxCon .amtBox .stepBox .stepBox__title span {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #8cc9c2;
}
.memBoxCon .amtBox .stepBox .stepBox__title span::after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #8cc9c2;
    z-index: 1;
}
.memBoxCon .amtBox .stepBox .stepBox__title span:nth-child(2) {
    padding: 10px 15px 10px 35px;
    background-color: #68b7ae;
}
.memBoxCon .amtBox .stepBox .stepBox__title span:nth-child(2)::after {
    border-color: transparent transparent transparent #68b7ae;
}
.memBoxCon .amtBox .stepBox ul li {
    margin: 0 0 5px 15px;
}
.appDownload img {
    margin: 5px 10px 0 0;
    max-height: 50px;
}
.stepPhoto {
    max-height: 0;
    overflow: hidden;
    transition: all .6s ease-out;
}
.stepPhoto.open {
    max-height: 99999px;
}
.stepPhoto div {
    margin: 0 0 20px 35px;
}
.stepPhoto div img {
    max-width: 100%;
}
.memBoxCon .amtBox .stepUnit .stepBox {
    margin: 0 0 40px 0;
}
.memBoxCon .amtBox .stepUnit .stepBox.step2 .stepBox__title {
    margin: 0 0 20px 0;
}
.memBoxCon .amtBox .stepUnit .stepBox ul li {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 0 35px;
}
.memBoxCon .amtBox .stepUnit .stepBox ul li::before {
    position: absolute;
    top: 0;
    left: 0;
}
.memBoxCon .amtBox .stepUnit .stepBox ul li.step1-1::before {
    content: "1-1";
}
.memBoxCon .amtBox .stepUnit .stepBox ul li.step1-2::before {
    content: "1-2";
}
.memBoxCon .amtBox .stepUnit .stepBox ul li.step2-1::before {
    content: "2-1";
}
.memBoxCon .amtBox .stepUnit .stepBox ul li.step2-2::before {
    content: "2-2";
}

.stepUnit ul.diksBox {
    margin: 10px 0 0 0;
}
.stepUnit .btn-group {
    margin: 15px 0 20px 0;
}
.stepUnit .btn-group.diks {
    display: inline-block;
    margin: -10px 5px;
}
.stepUnit .btn-group.diks div.btn-space {
    margin: 0 !important;
}
.stepUnit .btn-group.diks div.btn-space a {
    padding: 11px 26px;
    color:#e71a0f;
    border: 1px solid#e71a0f;
}
.stepUnit .btn-group.diks div.btn-space a:hover {
    background-color:#e71a0f;
}
.stepUnit .btn-group.diks div.btn-space a::after {
    display: none !important;
}
@media only screen and (max-width : 767px) {
    .stepUnit .btn-group.diks {
        display: block;
        margin: 10px 0 0 -35px;
    }
    .stepUnit .btn-group.diks div.btn-space a {
        width: calc(100% - 55px);
    }
    .memBoxCon .amtBox .btn-group.diks div.btn-space a.mobile {
        display: inline-block;
    }
}



.memBoxCon .amtBox .btn-group.end {
    margin: 30px 0;
    text-align: center;
}
.memBoxCon .amtBox .btn-group.end div.btn-space span {
    /* padding: 14px 26px; */
    display: inline-block;
    font-size: 18px;
    padding: 11px 26px;
    color:#aaa;
    border: 1px solid#aaa;
    background-color: #f2f2f2;
}


.memBoxCon .amtBox .stepUnit div.btn-space {
    margin: -10px 5px;
}
.memBoxCon .amtBox .stepUnit div.btn-space a::after {
    display: inline-block;
    vertical-align: middle;
    margin: -2px -5px 0 5px;
    content: "";
    width: 16px;
    height: 12px;
    background: url(../images/VIPPromotion/icon_arrow_open.png) no-repeat -16px 0/ auto 12px;
    z-index: 1;
}
.memBoxCon .amtBox .stepUnit .btn-group.on div.btn-space a::after {
    background: url(../images/VIPPromotion/icon_arrow_open.png) no-repeat 0 0/ auto 12px;
}
.memBoxCon .amtBox .stepUnit div.btn-space a:hover::after {
    background: url(../images/VIPPromotion/icon_arrow_open.png) no-repeat -48px 0/ auto 12px;
}
.memBoxCon .amtBox .stepUnit .btn-group.on div.btn-space a:hover::after {
    background: url(../images/VIPPromotion/icon_arrow_open.png) no-repeat -32px 0/ auto 12px;
}
.stepUnit .text {
    margin: 0 0 0 15px;
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}


/**
*
* eventBox
*
**/
.memBoxCon .amtBox .eventBox .eventBox__hd {
    display: flex;
    align-items:stretch;
    justify-content: space-between;
    margin: -10px;
}
.memBoxCon .amtBox .eventBox .eventBox__item {
    position: relative;
    width: 20%;
    padding: 20px;
    margin: 10px;
    text-align: center;
    background-color: #f2f2f2;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
}
.memBoxCon .amtBox .eventBox .eventBox__item::after {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 0;
    height: 0;
    content: "";
    margin-top: -20px;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    z-index: 1;
}
.memBoxCon .amtBox .eventBox .eventBox__item:nth-child(odd) {
    background-color: #ffe6e4;
}
.memBoxCon .amtBox .eventBox .eventBox__item:nth-child(even){
    background-color: #e4ecff;
}
.memBoxCon .amtBox .eventBox .eventBox__item:nth-child(odd)::after {
    border-color: transparent transparent transparent #ffe6e4;
}
.memBoxCon .amtBox .eventBox .eventBox__item:nth-child(even)::after {
    border-color: transparent transparent transparent #e4ecff;
}
.memBoxCon .amtBox .eventBox .eventBox__item:nth-child(even):last-child::after {
    border-color: transparent transparent transparent transparent;
}
.memBoxCon .amtBox .eventBox .eventBox__date {
    font-weight: bold;
    color: #666;
}
.memBoxCon .amtBox .eventBox .eventBox__title {
    padding: 10px 0 10px 0;
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    line-height: 1.1em;
    min-height: 2.2em;
    border-bottom: 2px #ccc dotted;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.memBoxCon .amtBox .eventBox .eventBox__title span {
    display: block;
}
.memBoxCon .amtBox .eventBox .eventBox__text {
    font-size: 15px;
    line-height: 1.2em;
    text-align: justify;
}
@media only screen and (max-width : 960px) {
    .memBoxCon .amtBox .eventBox .eventBox__hd {
        flex-direction: column;
    }
    .memBoxCon .amtBox .eventBox .eventBox__item {
        width: auto;
    }
    .memBoxCon .amtBox .eventBox .eventBox__item::after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -20px;
        margin-top: auto;
        margin-left: -20px;
        border-width: 20px 20px 0 20px;
    }
    .memBoxCon .amtBox .eventBox .eventBox__item:nth-child(odd)::after {
        border-color: #ffe6e4 transparent transparent transparent;
    }
    .memBoxCon .amtBox .eventBox .eventBox__item:nth-child(even)::after {
        border-color: #e4ecff transparent transparent transparent;
    }
    .memBoxCon .amtBox .eventBox .eventBox__text {
        text-align: center;
    }
}
@media only screen and (max-width : 767px) {
    .memBoxCon .amtBox .eventBox .eventBox__hd {
        margin: -8px -10px;
    }
    .memBoxCon .amtBox .eventBox .eventBox__item {
        margin: 8px 10px;
    }
    .memBoxCon .amtBox .eventBox .eventBox__title {
        font-size: 18px;
        flex-direction: row;
    }
    .memBoxCon .amtBox .eventBox .eventBox__title span {
        display: inline-block;
    }
}


.memBoxCon .amtBox .content-wrap strong {
    font-weight: bold;
}
.memBoxCon .amtBox .content-wrap .text-L,
.memBoxCon .amtBox .content-wrap .text-R {
    display: table-cell;
}

.memBoxCon .amtBox .content-wrap .text-L {
    width: 5em;
    font-weight: bold;
}
.memBoxCon .amtBox .content-wrap .text-L.w8em {
    width: 8em;
}
.memBoxCon .amtBox .content-wrap .text-L.w7em {
    width: 7em;
}
.memBoxCon .amtBox .content-wrap .text-R span {
    display: inline-block;
}

.msgBox .amtBox b,
.memBoxCon .amtBox ul li b,
.memBoxCon .amtBox ol li b {
    font-weight: normal;
    color: #e71a0f;
}

.memBoxCon .amtBox ul li a.monitor {
    display: inline-block;
}

.memBoxCon .amtBox ul li a.mobile {
    display: none;
}

.msgBox .amtBox ol,
.memBoxCon .amtBox ol {
    margin: 20px 0 0 20px;
    list-style-type: decimal;
}

.msgBox .amtBox ol li,
.memBoxCon .amtBox ol li {
    padding: 0 0 5px 0;
    /*20190329*/
    font-size: 13px;
    line-height: 1.5em;
    color: #666;
}

.memBoxCon .amtBox ul li > span {
    font-weight: bold;
}
.memBoxCon .amtBox ul li > span.end {
    font-weight: normal;
    color: #c7291e;
}
.memBoxCon .amtBox ul li > div {
    display: block;
    /* width: calc(100% - 20px - 4px); */
}



.unitBox  .unitBox__subtitle {
    margin: 0 0 5px 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}
.unitBox  .unitBox__text {
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}
.unitBox  .unitBox__subtitle2 {
    margin: 0 0 -10px 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
}
.unitBox  .unitBox__text2 {
    width: 560px;
    font-size: 18px;
    line-height: 1.4em;
    color: #333;
    margin: 0 0 20px 0;
}
.msgBox .amtBox p,
.memBoxCon .amtBox p {
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    padding: 0 20px;
    margin: 20px 0 0 0;
}

.msgBox .amtBox .conTxt,
.memBoxCon .amtBox .conTxt {
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.5em;
    color: #666;
}

.msgBox .amtBox .conTxt2,
.memBoxCon .amtBox .conTxt2 {
    padding: 0 0;
    font-size: 13px;
    line-height: 1.5em;
    color: #666;
}

.msgBox .amtBox .giftsBox img,
.memBoxCon .amtBox .giftsBox img {
    width: 100%;
    max-width: 610px;
}

.msgBox .amtBox .giftsBox img.mobile,
.memBoxCon .amtBox .giftsBox img.mobile {
    display: none;
}

.msgBox .amtBox .subTitle,
.memBoxCon .amtBox .subTitle,
.memBoxCon .amtBox .subTitleMem {
    margin: 10px 0 10px 0;
}

.msgBox .amtBox .subTitle span,
.memBoxCon .amtBox .subTitle span,
.memBoxCon .amtBox .subTitleMem span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.msgBox .amtBox .subTitle span.hd,
.memBoxCon .amtBox .subTitle span.hd,
.memBoxCon .amtBox .subTitleMem span.hd {
    position: relative;
    padding: 3px 25px 3px 15px;
    background-color: #d4687b;
    -webkit-border-radius: 15px 15px;
    border-radius: 15px 15px;
}

.msgBox .amtBox .subTitle.two span.hd,
.memBoxCon .amtBox .subTitle.two span.hd {
    background-color: #de9c20;
}

.msgBox .amtBox ul li .subTitle span.hd,
.memBoxCon .amtBox ul li .subTitle span.hd,
.memBoxCon .amtBox ul li .subTitleMem span.hd {
    padding: 3px 15px 3px 15px;
    background-color: #92d8d0;
}

.memBoxCon .amtBox ul li .subTitleMem span.hd.w56 {
    width: 60px;
    text-align: center;
    background-color: #f14436;
}

.msgBox .amtBox ul li .subTitle span.hd:after,
.memBoxCon .amtBox ul li .subTitle span.hd:after,
.memBoxCon .amtBox ul li .subTitleMem span.hd:after {
    display: none;
}

.msgBox .amtBox .subTitle span.hd:after,
.memBoxCon .amtBox .subTitle span.hd:after {
    position: absolute;
    top: 5px;
    right: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #fff;
}

.msgBox .amtBox .subTitle span.bd,
.memBoxCon .amtBox .subTitle span.bd,
.memBoxCon .amtBox .subTitleMem span.bd {
    padding: 3px 0 3px 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #333;
}

.memBoxCon .amtBox .subTitleMem span {
    vertical-align: top;
}

.memBoxCon .amtBox .subTitleMem span.bd {
    font-size: 15px;
    width: 460px;
}

.memBoxCon .amtBox .subTitleMem span.bd b {
    font-size: 13px;
    color: #666;
}


.memBoxCon .amtBox div.text-content {
    margin: 0 0 0 1.2em;
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
}


.btn-group {
    margin: 30px 0;
    text-align: center;
}
div.btn-space {
    display: inline-block;
    margin: 30px 0;
    line-height: 1em;
}
div.btn-space + .descBox {
    margin-top: 20px !important;
}
.btn-group div.btn-space {
    display: inline-block;
    margin: 5px 5px;
}
.memBoxCon .amtBox div.btn-space a {
    padding: 14px 26px;
    color: #ab5f00;
    display: inline-block;
    border: 1px solid #ab5f00;
    font-size: 18px;
    transition: 0.5s;
    text-decoration: none;
}
.memBoxCon .amtBox .btn-group .qrcode {
    display: inline-block;
    font-size: 18px;
}
.memBoxCon .amtBox .btn-group .qrcode .textOR {
    display: inline-block;
    padding: 10px 0;
}
.memBoxCon .amtBox .btn-group .qrcode .qrcodeBd {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 16px;
    color: #666;
}

.memBoxCon .amtBox .btn-group .qrcode img {
    width: 100%;
    max-width: 100px;
    margin: 4px 0 0 0;
}
.memBoxCon .amtBox div.btn-space a:hover {
    color: #FFF;
    background-color: #ab5f00;
}

.memBoxCon .amtBox div.btn-space a.important {
    color: #c7291e;
    border: 1px solid #c7291e;
}

.memBoxCon .amtBox div.btn-space a.important:hover {
    color: #FFF;
    background-color: #c7291e;
}

.memBoxCon .amtBox .textBox .tag a.mobile ,
.memBoxCon .amtBox div.btn-space a.mobile {
    display: none;
}

.msgBox .amtBox p.exhort,
.memBoxCon .amtBox p.exhort {
    margin: 20px 0 -15px -15px;
    font-size: 13px;
    line-height: 1.5em;
    color: #666;

}

.msgBox .amtBox .conTxt2 a,
.memBoxCon .amtBox .conTxt2 a,
.msgBox .amtBox ul li a,
.msgBox .amtBox p a,
.memBoxCon .amtBox ul li a,
.memBoxCon .amtBox p a {
    color: #ab5f00;
    text-decoration: underline;
}

.memBoxCon .amtBox ul li b a {
    font-weight: normal;
    color:#e71a0f;
    text-decoration: underline;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

/* A Area ul li */
.memBoxCon .amtBox ul.first-ul>li {
    margin: 10px 0 0 -20px;
}

.memBoxCon .amtBox ul.first-ul>li:first-child {
    margin: 0 0 0 -20px;
}

/* A Area */
/*-----------------------------------------------------------------------------
Slider jQuery Plugin
-----------------------------------------------------------------------------*/
section.VIPPromotion .slick-slider {display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
section.VIPPromotion .slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
section.VIPPromotion .slick-list:focus {outline: none;}
section.VIPPromotion .slick-list.dragging {cursor: pointer;cursor: hand;}
section.VIPPromotion .slick-slider .slick-track,
section.VIPPromotion .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
section.VIPPromotion .slick-track {position: relative;top: 0;left: 0;display: block;}
section.VIPPromotion .slick-track:before,
.slick-track:after {display: table;content: '';}
section.VIPPromotion .slick-track:after {clear: both;}
section.VIPPromotion .slick-loading .slick-track {visibility: hidden;}
section.VIPPromotion .slick-slide {display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide {float: right;}
section.VIPPromotion .slick-slide img {display: block;}
section.VIPPromotion .slick-arrow.slick-hidden,
section.VIPPromotion .slick-slide.slick-loading img {display: none;}
section.VIPPromotion .slick-slide.dragging img {pointer-events: none;}
section.VIPPromotion .slick-initialized .slick-slide {display: block;}
section.VIPPromotion .slick-loading .slick-slide {visibility: hidden;}
section.VIPPromotion .slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
section.VIPPromotion .slick-slider .slick-prev,
section.VIPPromotion .slick-slider .slick-next {position: absolute;width: 60px;height: 60px;border: none;cursor: pointer;pointer-events: auto;border: 0;font: 0/0 a;text-shadow: none;color: transparent;-webkit-transition: all 200ms linear;transition: all 200ms linear;z-index: 9;}
section.VIPPromotion .slick-slider .slick-prev {background: url(../images/VIPPromotion/icon_arrow_prev.png) no-repeat center;background-size: 60px auto;}
section.VIPPromotion .slick-slider .slick-next {background: url(../images/VIPPromotion/icon_arrow_next.png) no-repeat center;background-size: 60px auto;}
section.VIPPromotion .slick-slider .slick-prev:hover,
section.VIPPromotion .slick-slider .slick-next:hover {background-color: #999;}
section.VIPPromotion article.vipBox .slick-slider .slick-prev,
section.VIPPromotion article.vipBox .slick-slider .slick-next {bottom: 0;}
section.VIPPromotion article.vipBox .slick-slider .slick-prev {right: 63px;}
section.VIPPromotion article.vipBox .slick-slider .slick-next {right: 1px;}
section.VIPPromotion article.vipBox .slick-slider .slick-prev {background-color: #cdb689;}
section.VIPPromotion article.vipBox .slick-slider .slick-prev:hover {background-color: #c0a879;}
section.VIPPromotion article.vipBox .slick-slider .slick-next {background-color: #c8a562;}
section.VIPPromotion article.vipBox .slick-slider .slick-next:hover {background-color: #bf9952;}
section.VIPPromotion article.oldBox .slick-slider .slick-prev,
section.VIPPromotion article.oldBox .slick-slider .slick-next {top: 52px;}
section.VIPPromotion article.oldBox .slick-slider .slick-prev {right: 61px;}
section.VIPPromotion article.oldBox .slick-slider .slick-next {right: -1px;}
section.VIPPromotion article.oldBox .slick-slider .slick-prev {background-color: #f0bdb6;}
section.VIPPromotion article.oldBox .slick-slider .slick-prev:hover {background-color: #ebb4ac;}
section.VIPPromotion article.oldBox .slick-slider .slick-next {background-color: #f19e95;}
section.VIPPromotion article.oldBox .slick-slider .slick-next:hover {background-color: #e9938a;}
section.VIPPromotion article.memBox .slick-slider .slick-prev,
section.VIPPromotion article.memBox .slick-slider .slick-next {top: -60px;border: 2px #fff solid;}
section.VIPPromotion article.memBox .slick-slider .slick-prev {right: 58px;}
section.VIPPromotion article.memBox .slick-slider .slick-next {right: 0;}
section.VIPPromotion article.memBox .slick-slider .slick-prev {background-color: #a7e0d6;}
section.VIPPromotion article.memBox .slick-slider .slick-prev:hover {background-color: #9dd9ce;}
section.VIPPromotion article.memBox .slick-slider .slick-next {background-color: #8fd5ca;}
section.VIPPromotion article.memBox .slick-slider .slick-next:hover {background-color: #81cabe;}


.word-font {
    font-size: 18px;
    line-height: 1.6em;
    color: #F00;
}
table.tableBox {
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 14px;
    line-height: 1.4em;
}

table.tableBox th {
    background-color: #a7dfd8;
}
table.tableBox th,
table.tableBox td {
    padding: 5px;
    vertical-align: middle;
    border: 1px #ccc solid;
}
table.tableBox td {
    position: relative;
}
table.tableBox td:nth-child(3n) {
    text-align: center;
}
table.tableBox td span {
    color: #c7291e;
}
table.tableBox tr:nth-child(odd) {
    background-color: #efefef;
}
table.tableBox td:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: attr(data-th)"";
    border-right: 1px #ccc solid;
    display: none;
    background: #a7dfd8;
    padding: 5px 20px;
}
@media only screen and (max-width : 767px) {
    table.tableBox {
        border-collapse: separate; 
        border-spacing: 20px;
        margin: -20px -20px -20px -20px;
        width: calc(100% + 40px);
    }
    table.tableBox th {
        display: none;
    }
    table.tableBox tr:nth-child(odd) {
        background-color: transparent;
    }
    table.tableBox td {
        display: block;
        margin-top: -1px;
        padding: 5px 5px 5px 80px;
    }
    table.tableBox td:nth-child(3n) {
        text-align: left;
    }
    table.tableBox td:before {
        display: table-cell;
    }
}
/**
*
* ge2Box
*
**/
.ge2Box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px -50px 40px -50px;
    padding: 40px 20px;
    background-color: #cee7ed;
}
.ge2Box.omia {
    margin: -29px -50px 40px -50px;
    background-color: #f9f0df;
}

.ge2Box__photo {
    margin: 20px 40px 0 0;
}
.ge2Box__photo div {
    max-width: 200px;
}
.ge2Box__photo img {
    max-width: 100%;
}
.memBoxCon .amtBox .ge2Box__con ul {
    margin: 15px 0 0 20px;
}
.memBoxCon .amtBox .ge2Box__con ul li {
    margin: 0 0 0 0;
}
.ge2Boxitem {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0 40px 0;
}
.ge2Boxitem__photo {
    max-width: 240px;
    margin: 0 1%;
}
.ge2Boxitem__photo img {
    max-width: 100%;
}
.ge2Boxitem.flexColumn {
    flex-direction: column;
}
.ge2Boxitem.flexColumn .ge2Boxitem__photo {
    max-width: initial;
    max-width: inherit;
    margin: 0 10%;
}
/**
*
* cottonfield
*
**/
.cottonfield {
    padding: 25px 50px 30px 50px;
    margin: -29px -50px 40px -50px;
    background-color: #d7eaca;
}
@media only screen and (max-width : 767px) {
    .cottonfield {
        padding: 25px 20px 30px 20px;
        margin: -29px -20px 40px -20px;
    }
}
.cottonfield__title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8em;
    color: #6f9b50;
}
.cottonfield__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f9b50;
    font-size: 18px;
    line-height: 1.4em;
}

/**
*
* Desktops
*
**/
@media only screen and (max-width : 1920px) {
    article.kvBox:before,
    article.kvBox:after,
    article.vipBox:before,
    article.vipBox:after,
    article.oldBox:before,
    article.oldBox:after,
    article.memBox:before,
    article.memBox:after {
        display: none;
    }
}
@media only screen and (max-width : 1280px) {
    article.vipBox {
        min-height: 800px;
    }
    article.vipBox .gift {
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 240px;
    }
    article.vipBox .conbox {
        min-height: 300px;
        padding: 0 85px 100px 85px;
    }
    article.vipBox .conbox>div {
        max-width: 600px;
    }
    article.vipBox .conbox .more {
        position: absolute;
        top: 45px;
        right: 45px;
        margin: 0;
    }
    article.vipBox .slick-slider {
        top: 240px;
        left: 0;
        right: 0;
        margin: auto;
    }
    article.oldBox .conbox {
        min-height: 300px;
        padding: 0 85px 100px 85px;
    }
    article.oldBox .conbox .more {
        top: 35px;
    }
    article.oldBox .slick-slider {
        left: 0;
        right: 0;
        margin: auto;
    }
    article.memBox .gift {
        right: auto;
        left: 50%;
        margin: 0 0 0 240px;
        max-width: 360px;
    }
    article.memBox .conbox .more {
        top: 70px;
    }
    article.memBox .slick-slider {
        top: 254px;
        left: 0;
        right: 0;
        width: 780px;
        margin: auto;
    }
}
@media only screen and (max-width : 1200px) {
    article.kvBox {
        width: 100vw;
        height: 31vw;
        background: url(../images/VIPPromotion/kv_1200.jpg) no-repeat center;
        background-size: 100% auto;
    }
    .kvBox article.quickMenu {
        margin: 0 0 0 13%;
        /* 4 btn */
        margin: 0 0 0 9.4%;
        /* 4 btn end */
    }
    article.kvBox .gift {
        margin: -120px 0 0 85px;
    }
}
@media only screen and (max-width : 1024px) {
    article.vipBox.max .vip-Photo,
    article.oldBox.max .vip-Photo,
    article.memBox.max .vip-Photo {
        width: 1400px;
        height: 292px;
        margin-left: -700px;
    }
}
@media only screen and (max-width : 960px) {
    article.vipBox .conbox,
    article.oldBox .conbox,
    article.memBox .conbox {
        left: 15px;
        max-width: 760px;
        min-height: 300px;
        padding: 0 65px 100px 65px;
    }
    article.vipBox .conbox .more,
    article.oldBox .conbox .more,
    article.memBox .conbox .more {
        right: 200px;
    }
    article.memBox .conbox .more {
        top: 40px;
    }
    .kvBox article.quickMenu {
        bottom: 0;
        margin: 0 0 0 12%;
        /* 4 btn */
        margin: 0 0 0 8%;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        /* 4 btn end */
    }
    article.kvBox .gift {
        margin: -80px 0 0 85px;
    }
    article.vipBox {
        min-height: 880px;
    }
    article.vipBox .gift {
        margin: 0 0 0 200px;
    }
    article.vipBox .conbox>div {
        max-width: 500px;
    }
    article.vipBox .slick-slider {
        width: 720px;
    }
    article.vipBox .slick-slider .slick-list {
        overflow: visible;
    }
    article.vipBox .slick-slider .slickLi {
        width: 350px;
        margin: 0 3px;
    }
    article.vipBox .slick-slider .slickLi.box1 {
        top: 50px;
    }
    article.vipBox .slick-slider .slickLi.box2 {
        top: 0;
    }
    article.vipBox .slick-slider .seq-nav {
        right: 7px;
        bottom: -8px;
    }
    article.vipBox .slick-slider .slickLi .tab {
        top: -4px;
        height: 34px;
        line-height: 34px;
    }
    article.oldBox .slick-slider {
        width: 754px;
    }
    article.oldBox .gift1 {
        margin: 10px 0 0 100px;
    }
    article.memBox .gift {
        margin: 0 0 0 120px;
    }
    article.memBox .slick-slider {
        width: 720px;
    }
    article.memBox .slick-slider .slickLi {
        width: 350px;
    }
    section.VIPPromotion article.memBox .slick-slider .slick-prev {
        right: 59px;
    }
    section.VIPPromotion article.memBox .slick-slider .slick-next {
        right: 1px;
    }
}
@media only screen and (max-width : 767px) {
    .monitor {
        display: none;
    }
    .qrcode.monitor {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    article.vipBox.max .vip-Photo,
    article.oldBox.max .vip-Photo,
    article.memBox.max .vip-Photo {
        width: 100%;
        height: auto;
        position: relative;
        left: auto;
        margin-left: 0;
    }
    article.vipBox.max .vip-Photo::after,
    article.oldBox.max .vip-Photo::after,
    article.memBox.max .vip-Photo::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -85px;
        height: 85px;
        content: "";
        background-size: 100% 85px;
    }
    .memBoxCon .amtBox .content-wrap strong {
        display: block;
        margin: 0 0 5px 0;
    }
    .max .msgBox .amtBox .textBox,
    .max .memBoxCon .amtBox .textBox {
        margin: -20px -20px 30px -20px;
    }
    .memBoxCon {
        margin: -40px auto 0 auto;
    }
    .memBoxCon .amtBox .btn-group div.btn-space {
        display: flex;
        margin: 10px 0 0 0;
    }
    .memBoxCon .amtBox .content-wrap .text-L,
    .memBoxCon .amtBox .content-wrap .text-R {
        display: block;
    }
    .memBoxCon .amtBox ul li .text-R {
        display: block;
        margin-top: 10px 10px;
        line-height: 1.4em;
        font-weight: normal;
    }
    .mobile-mb10 {
        margin-bottom: 10px;
    }
    .word-font {
        font-size: 15px;
    }
    .memBoxCon .amtBox div.btn-space {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;

    }
    .memBoxCon .amtBox div.btn-space a {
        padding: 10px 16px;
        width: calc(100% - 32px);
        text-align: center;
        line-height: 1.4em;
    }
    .memBoxCon .amtBox ul li > div {
        display: block;
    }
    table.tableBox.monitor {
        display: none;
    }
    table.tableBox.mobile {
        display: table;
    }
    aside {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 77vw;
    }
    .kvBox article.quickMenu {
        top: auto;
        margin: 0 0 0 -130px;
        bottom: 5px;
        /* 4 btn */
        margin: 0 0 0 -174px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        /* 4 btn end */
    }
    aside article.quickMenu {
        bottom: -80px;
        -webkit-transition: bottom 200ms linear;
        transition: bottom 200ms linear;
        -webkit-transition: left 0 linear;
        transition: left 0 linear;
    }
    aside article.quickMenu.quickMenuFixed {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        text-align: center;
        bottom: 0;
        margin: 0;
        background: url(../images/VIPPromotion/icon_share_shadow.png) repeat-x bottom;
        background-size: auto 100%;
    }
    aside article.quickMenu.quickMenuFixed ul li {
        display: inline-block;
    }
    article.kvBox {
        width: 100vw;
        height: 88vw;
        background: #fff url(../images/VIPPromotion/kv_750.jpg) no-repeat center;
        background-size: 100% auto;
    }
    article.vipBox .title {
        background: url(../images/VIPPromotion/vip_title.png) no-repeat 15px bottom;
        background-size: 300px auto;
    }
    article.oldBox .title {
        background: url(../images/VIPPromotion/old_title.png) no-repeat 15px bottom;
        background-size: 300px auto;
    }
    article.memBox .title {
        background: url(../images/VIPPromotion/mem_title.png) no-repeat 15px bottom;
        background-size: 200px auto;
    }
    article.kvBox .gift {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 60%;
        margin: 0 auto;
    }
    article.vipBox .gift {
        margin: 0 0 0 100px;
    }
    article.oldBox .gift1 {
        top: -100px;
        max-width: 240px;
        margin: -20px 0 0 60px;
    }
    article.oldBox .gift2 {
        top: -80px;
        max-width: 160px;
        margin: 80px 0 0 130px;
    }
    article.oldBox .gift2 img {
        margin: 100px 0 0 0;
    }
    article.memBox .gift {
        top: -60px;
        margin: 60px 0 0 80px;
        z-index: 3;
    }
    section.page article.vipBox .gift,
    section.page article.oldBox .gift1,
    section.page article.oldBox .gift2,
    section.page article.memBox .gift {
        display: none;
    }
    section.page article.vipBox .title {
        background: url(../images/VIPPromotion/vip_title.png) no-repeat center bottom;
        background-size: 300px auto;
    }
    section.page article.oldBox .title {
        background: url(../images/VIPPromotion/old_title.png) no-repeat center bottom;
        background-size: 300px auto;
    }
    section.page article.memBox .title {
        background: url(../images/VIPPromotion/mem_title.png) no-repeat center bottom;
        background-size: 200px auto;
    }
    section.page article.vipBox .title,
    section.page article.oldBox .title,
    section.page article.memBox .title {
        height: 40px;
    }
    section.page article.vipBox.max .title,
    section.page article.oldBox.max .title,
    section.page article.memBox.max .title {
        height: 40px;
        background-size: 200px auto;
        max-width: 100%;
        width: 1000px;
        margin: 0 6px;
        top: 0;
        background-position: 12px 10px;
        background-size: 200px auto;
    }
    section.page article.oldBox.max .title {
        background-size: 300px auto;
    }

    .memBoxCon .amtBox .stepBox .stepBox__title {
        display: block;
        text-align: center;
        margin: 30px 0 30px 0;
    }    
    .memBoxCon .amtBox .stepUnit .stepBox .stepBox__title {
        margin: 10px 0 30px 0;
    }
    .stepUnit .btn-group {
        margin: 0 0 20px 0;
    }

    .memBoxCon .amtBox .stepBox .stepBox__title span {
        display: block;
    }
    .memBoxCon .amtBox .stepBox .stepBox__title span:nth-child(1)::after {
        display: none;
    }
    .memBoxCon .amtBox .stepBox .stepBox__title span:nth-child(2) {
        padding: 10px 15px 10px 15px;
    }
    .memBoxCon .amtBox .stepBox .stepBox__title span:nth-child(2)::after {
        position: absolute;
        right: auto;
        bottom: -12px;
        left: 50%;
        top: auto;
        margin: 0 0 0 -12px;
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #68b7ae transparent transparent;
        z-index: 1;
    }

    section.page .memBoxCon .amtBox .textBoxCon .text {
        display: none;
    }
    section.page .memBoxCon .amtBox .textBoxConFt {
        display: block;
        margin: 4px 0 4px 0;
    }
    .memBoxCon .amtBox .textBox .tag a.monitor {
        display: none;
    }
    .memBoxCon .amtBox .textBox .tag a.mobile {
        display: block;
    }
    article.vipBox,
    article.oldBox,
    article.memBox {
        min-height: auto;
        /* for IE */
        min-height: initial;
        padding: 0 0 20px 0;
    }
    .max .msgBox .amtBox,
    .max .memBoxCon .amtBox {
        margin: 20px auto 20px auto;
        padding: 15px 20px 40px;
    }
    section.page article.vipBox,
    section.page article.oldBox,
    section.page article.memBox {
        padding: 0;
    }
    section.page .more {
        margin: 20px auto 20px auto;
    }
    section.page .more:after {
        position: absolute;
        top: -5px;
        left: -100px;
        content: "";
        width: 90px;
        height: 65px;
        background: url(../images/VIPPromotion/icon_gift1.png) no-repeat top center;
        background-size: 90px auto;
    }
    article.vipBox .conbox,
    article.oldBox .conbox,
    article.memBox .conbox {
        padding: 0 30px 60px 30px;
        min-height: 280px;
    }
    article.oldBox .conbox {
        min-height: 260px;
    }
    article.memBox .conbox {
        min-height: 240px;
    }
    article.vipBox .conbox>div,
    article.oldBox .conbox>div,
    article.memBox .conbox>div {
        max-width: 280px;
    }
    article.vipBox .conbox>div {
        max-width: 320px;
    }
    article.vipBox .conbox .more,
    article.oldBox .conbox .more,
    article.memBox .conbox .more {
        top: 40px;
        right: 50px;
        width: 120px;
        font-size: 13px;
        min-height: 24px;
        line-height: 24px;
    }
    article.vipBox .conbox h2,
    article.oldBox .conbox h2,
    article.memBox .conbox h2 {
        font-size: 24px;
    }
    article.vipBox .conbox .more a:hover span,
    article.oldBox .conbox .more a:hover span,
    article.memBox .conbox .more a:hover span {
        min-width: 120px;
    }
    .memBoxCon .amtBox ul li a.monitor,
    article.vipBox .slick-slider .slickLi a.clickButton.monitor,
    article.oldBox .slick-slider .slickLi a.clickButton.monitor,
    article.memBox .slick-slider .slickLi a.clickButton.monitor,
    article.vipBox .slick-slider .slickLi .textBox .text,
    article.memBox .slick-slider .slickLi .textBox .text,
    article.vipBox .slick-slider .slickLi.del a.clickButton.mobile,
    article.oldBox .slick-slider .slickLi.del a.clickButton.mobile,
    article.memBox .slick-slider .slickLi.del a.clickButton.mobile {
        display: none;
    }
    article.vipBox .slick-slider .slickLi a.clickButton.mobile,
    article.oldBox .slick-slider .slickLi a.clickButton.mobile,
    article.memBox .slick-slider .slickLi a.clickButton.mobile {
        display: block;
    }
    .memBoxCon .amtBox ul li a.mobile {
        display: inline-block;
    }
    article.vipBox .slick-slider .slickLi .textBox .tag,
    article.oldBox .slick-slider .slickLi .tag,
    article.memBox .slick-slider .slickLi .tag,
    .msgBox .amtBox .textBox .tag {
        right: 14px;
        width: 48px;
        height: 48px;
        font-size: 12px;
    }
    article.oldBox .slick-slider .slickLi .tag {
        bottom: 14px;
    }
    .msgBox .amtBox .textBox .tag {
        top: -65px;
    }
    article.vipBox .slick-slider {
        position: relative;
        top: -60px;
        right: auto;
        left: -50px;
        width: auto;
        display: block;
        padding: 0;
    }
    article.vipBox .slick-slider .slickLi .photo:after,
    article.vipBox .slick-slider .slickLi:hover .photo:after {
        background-color: rgba(0, 0, 0, 0);
    }
    article.vipBox .slick-slider .slickLi .textBox {
        padding: 10px 14px;
    }
    article.vipBox .slick-slider .slickLi .textBox h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.2em;
        margin: 0;
    }
    article.oldBox .slick-slider {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        margin: -60px 0 0 0;
        padding: 0;
        width: auto;
        z-index: 3;
    }
    article.oldBox .slick-slider .slickLi {
        margin: 0 3px;
    }
    article.oldBox .slick-slider .slickLi .photo:after,
    article.oldBox .slick-slider .slickLi:hover .photo:after {
        background-color: rgba(0, 0, 0, 0);
    }
    article.oldBox .slick-slider .slickLi .textBox {
        opacity: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    article.oldBox .slick-slider .slickLi.slick-center .textBox {
        opacity: 1;
    }
    article.oldBox .slick-slider .slickLi .textBox h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    article.oldBox .slick-slider .slickLi .textBox .text {
        font-size: 12px;
    }
    article.memBox .slick-slider {
        position: relative;
        top: -10px;
        display: block;
        margin: -60px 0 0 0;
        width: auto;
    }
    article.memBox .slick-slider .slickLi .photo:after,
    article.memBox .slick-slider .slickLi:hover .photo:after {
        background-color: rgba(0, 0, 0, 0);
    }
    article.memBox .slick-slider .slickLi .textBox {
        height: 68px;
        padding: 10px 15px;
    }
    article.memBox .slick-slider .slickLi .textBox:before {
        height: 62px;
    }
    article.memBox .slick-slider .slickLi .textBox .tab {
        left: -10px;
        width: 62px;
        height: 62px;
        font-size: 14px;
    }
    article.memBox .slick-slider .slickLi .textBox .tab,
    article.memBox .slick-slider .slickLi .textBox .textBoxCon {
        display: table-cell;
        vertical-align: middle;
        opacity: 0;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    article.memBox .slick-slider .slickLi.slick-center .textBox .tab,
    article.memBox .slick-slider .slickLi.slick-center .textBox .textBoxCon {
        opacity: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    article.memBox .slick-slider .slickLi .textBox h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3em;
        margin: 0;
    }
    article.memBox .slick-slider .slickLi .textBox h3 span {
        display: inline;
    }
    article.memBox .slick-slider .slickLi .tag {
        bottom: 95px;
    }
    .msgBox .amtBox .textBox,
    .memBoxCon .amtBox .textBox {
        padding: 8px 20px 15px 20px;
    }
    .msgBox .amtBox .textBox .tab,
    .memBoxCon .amtBox .textBox .tab {
        display: none;
    }
    .msgBox .amtBox .textBoxCon .text,
    .msgBox .amtBox .textBoxConFt .text,
    .memBoxCon .amtBox .textBoxCon .text,
    .memBoxCon .amtBox .textBoxConFt .text {
        font-size: 12px;
        line-height: 1.3em;
    }
    .max .msgBox .amtBox .textBoxCon .text,
    .max .msgBox .amtBox .textBoxConFt .text,
    .max .memBoxCon .amtBox .textBoxCon .text,
    .max .memBoxCon .amtBox .textBoxConFt .text {
        font-size: 14px;
    }
    .msgBox .amtBox .textBoxCon .text,
    .memBoxCon .amtBox .textBoxCon .text {
        display: none;
    }
    .msgBox .amtBox .textBoxConFt,
    .memBoxCon .amtBox .textBoxConFt {
        display: block;
    }
    .msgBox .amtBox .textBox h1,
    .memBoxCon .amtBox .textBox h1,
    .msgBox .amtBox .textBox h3,
    .memBoxCon .amtBox .textBox h3 {
        font-size: 15px;
        line-height: 1.2em;
        margin: 0;
    }
    .max .msgBox .amtBox .textBox h1,
    .max .memBoxCon .amtBox .textBox h1,
    .max .msgBox .amtBox .textBox h3,
    .max .memBoxCon .amtBox .textBox h3 {
        font-size: 18px;
    }
    .msgBox .amtBox ul li,
    .memBoxCon .amtBox ul li {
        font-size: 16px;
        line-height: 1.4em;
    }

    .stepPhoto div {
        margin: 0 0 20px 0;
    }
    .stepUnit .text {
        font-size: 16px;
        line-height: 1.4em;
    }
    .memBoxCon .amtBox .stepBox ul li {
        margin: 0 0 5px 0;
    }
    .appDownload img {
        width: 46%;
        max-width: 147px;
        max-height: inherit;
        max-height: initial;
        margin: 5px 5px 0 0;
    }
    .appDownload a:nth-child(2) img {
        margin: 5px 0 0 0;
    }

    .memBoxCon .amtBox ul li span {
        font-weight: bold;
    }
    .memBoxCon .amtBox ul li .title-R span {
        display: inline;
    }
    .msgBox .amtBox p,
    .memBoxCon .amtBox p {
        font-size: 12px;
        line-height: 1.3em;
        padding: 0 20px;
    }
    .msgBox .amtBox .giftsBox img.monitor,
    .memBoxCon .amtBox .giftsBox img.monitor,
    .memBoxCon .amtBox div.photo a.monitor,
    .memBoxCon .amtBox .textBox .tag a.monitor{
        display: none;
    }
    .msgBox .amtBox .giftsBox img.mobile,
    .memBoxCon .amtBox .giftsBox img.mobile,
    .memBoxCon .amtBox div.photo a.mobile,
    .memBoxCon .amtBox .textBox .tag a.mobile {
        display: block;
    }
    .memBoxCon .amtBox .subTitleMem span.bd {
        width: auto;
        display: block;
        margin: 2px 0 0 0;
    }


    .ge2Box {
        flex-direction: column;
        margin: 30px -20px 30px -20px;
        padding: 20px 20px;
    }
    .ge2Box.omia {
        margin: -29px -20px 30px -20px;
    }
    .ge2Box__photo {
        margin: 10px 0 20px 0;
        text-align: center;
    }
    .ge2Box__photo div {
        width: 65%;
        max-width: initial;
        max-width: inherit;
        margin: 0 auto;
    }
    .ge2Boxitem.flexColumn .ge2Boxitem__photo {
        margin: 0 -15px;
    }
    .unitBox .unitBox__text2 {
        width: auto;
    }
}
@media only screen and (max-width : 480px) {
    .kvBox article.quickMenu {
        width: 192px;
        margin: 0 0 0 -96px;
        /* 4 btn */
        width: 252px;
        margin: 0 0 0 -120px;
        /* 4 btn end */
    }
    article.quickMenu ul li {
        margin: 0 2px;
        width: 56px;
        height: 56px;
    }
    article.quickMenu ul li.vipBtn,
    article.quickMenu ul li.oldBtn,
    article.quickMenu ul li.memBtn,
    article.quickMenu ul li.inquireBtn,
    article.quickMenu ul li.vipBtn .bg,
    article.quickMenu ul li.oldBtn .bg,
    article.quickMenu ul li.memBtn .bg,
    article.quickMenu ul li.inquireBtn .bg {
        background-size: 100% auto;
    }
    article.quickMenu ul li:after {
        margin: 11px 0 0 -4px;
        border-width: 3px 2px 0 2px;
    }
    article.quickMenu ul li:hover:after {
        margin: 14px 0 0 -4px;
    }
    article.quickMenu ul li span {
        width: 50px;
        height: 46px;
        font-size: 12px;
        line-height: 1.1em;
    }
    article.quickMenu ul li .bg {
        width: 56px;
        height: 56px;
    }
}
/**
*
* iPads
*
**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    section.VIPPromotion article.vipBox .slick-slider .slick-prev,
    section.VIPPromotion article.vipBox .slick-slider .slick-next,
    section.VIPPromotion article.oldBox .slick-slider .slick-prev,
    section.VIPPromotion article.oldBox .slick-slider .slick-next,
    section.VIPPromotion article.memBox .slick-slider .slick-prev,
    section.VIPPromotion article.memBox .slick-slider .slick-next {
        display: none !important;
    }

    article.oldBox .slick-slider {
        width: 720px;
        padding: 0;
    }

    .kvBox article.quickMenu {
        /* 4 btn */
        margin: 0 0 0 6%;
        -moz-transform: scale(0.76);
        -webkit-transform: scale(0.76);
        -ms-transform: scale(0.76);
        transform: scale(0.76);
        /* 4 btn end */
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/**
*
* iPhones 
*
**/
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : portrait) {
    section.page article.vipBox.max .title,
    section.page article.oldBox.max .title,
    section.page article.memBox.max .title {
        background-position: 12px 10px;
        background-size: 60% auto;
    }
    section.page article.oldBox.max .title {
        background-size: 90% auto;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation : landscape) {}
/**
*
* ratio: 1.5
*
**/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {}
body:after {
    display: none;
    content: "large";
}
@media only screen and (min-width : 768px) {
    body:after {
        display: none;
        content: "large";
    }
}
@media only screen and (max-width : 767px) {
    body:after {
        display: none;
        content: "smail";
    }
}