@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

ul li {
    list-style: disc;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    noFocusline: expression(this.onFocus=this.blur());
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:focus {
    -moz-outline-style: none;
}


/*img*/

img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

body {
    line-height: 1;
    background-color: #000;
}

@font-face {
    font-family: 'sfont';
    src: url('../fonts/sfont.eot');
    src: url('../fonts/sfont.woff2') format('woff2'), url('../fonts/sfont.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


/* Animate Background Image */

@-webkit-keyframes loop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes loop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes imgS {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* toolbar */

.navbar {
    margin-bottom: 0;
}

#toolbar {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 30px;
}

#toolbar li {
    position: relative;
    margin-bottom: 4px;
    -webkit-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    background: #dc0733;
    right: 0;
    color: #000;
    padding: 5px 9px;
    cursor: pointer;
    text-align: left;
    font-family: "DINPro-Medium";
    font-size: 16px;
    list-style: none;
    text-align: center;
}

#toolbar li a {
    color: #000;
    dislpay: block;
    font-size: 26px;
}

#toolbar li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

#toolbar li .svg {
    width: 30px;
    height: 30px;
    fill: #000;
    vertical-align: middle;
}

#toolbar li:hover {
    right: 0;
    background: #fff;
}

#toolbar li:hover .svg {
    fill: #fff;
}


/* navitem */

#HoliSplashCampaign section {
    padding: 5em 0;
}

#HoliSplashCampaign section .container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    /*max-width: 1600px;*/
    text-align: center;
}

#HoliSplashCampaign .hide {
    display: none;
}

#HoliSplashCampaign .fixed {
    position: fixed !important;
    top: 0;
    z-index: 10000;
}

#HoliSplashCampaign #navitem {
    position: absolute;
    z-index: 10000;
    width: 100%;
    top: 0;
    background-size: cover;
    background-color: #75247f;
    -webkit-box-shadow: #c0052b 0 0 30px;
    -moz-box-shadow: #c0052b 0 0 30px;
    box-shadow: #c0052b 0 0 30px;
    border-bottom: 3px solid #E73586;
}

#HoliSplashCampaign #navitem ul {
    width: 100%;
    margin: 0 auto;
    /*max-width: 1600px;*/
    text-align: center;
}

#HoliSplashCampaign #navitem ul:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

#HoliSplashCampaign #navitem ul li {
    float: left;
    width: 33.33%;
    max-width: auto;
    list-style: none;
}

#HoliSplashCampaign #navitem ul li a {
    display: block;
    padding: 15px 0;
    line-height: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-left: #c0052b 0px solid;
    border-right: #c0052b 0px solid;
    cursor: pointer;
    font-size: 1em;
}

#HoliSplashCampaign #navitem ul li:nth-child(2) a {
    border-left: rgba(0, 0, 0, .5) 1px solid;
    border-right: rgba(0, 0, 0, .5) 1px solid;
}

@media screen and (max-width: 736px) {
    #HoliSplashCampaign .hide {
        display: block;
    }
    #HoliSplashCampaign .show {
        display: none;
    }
    #HoliSplashCampaign #btnav {
        padding: 10px;
        text-align: center;
    }
    #HoliSplashCampaign #navitem ul li a {
        font-size: 14px;
        text-transform: unset;
        line-height: 1.25;
    }
}


		/*event-add*/
			
			#event-retail{display: block;width: 100%; max-width: 1920px;margin:0 auto; }
			#event-retail img {width: 100%;}
			.logoflex{display: flex;flex-direction: row;justify-content: center;width: 100%; max-width: 1200px;align-content: center; margin: 0 auto;}
			.logo_item{width: 45%; padding: 2.5%; }
			.logobox {display: block; border: 2px solid #ccc; background-color: #FFF; padding: 5%;}.logo_item a{outline: none;text-decoration: none; transition:  all ease-in .2s;}
.logo_item a:hover img {transform: scale(0.9);}
/* promotion*/

#HoliSplashCampaign {
    color: #fff;
    font-family: "DINPro-Regular";
  
    
 
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

#HoliSplashCampaign h2 {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin: 25px auto 10px;
    padding: 30px 0;
    font-family: "DINCond-Bold";
    position: relative;
    line-height: 1.45;
}


#HoliSplashCampaign h3 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;   
    text-align: center;
    font-weight: 300;     
   font-family: "DINPro-Regular";
   
    line-height: 1.5;
}

#HoliSplashCampaign .h2_sub {
    display: block;
    font-family: "DINPro-Regular";
    line-height: 1.2;
    font-size: 1.45rem;
    color: #dc0733;
    background-color: rgba(0, 0, 0, 0);
    letter-spacing: 0;
    font-weight: bold;
}

#HoliSplashCampaign .banner{display: block; margin-bottom: 20px;  padding: 20px; }

#HoliSplashCampaign .banner  a {text-decoration: none;outline: none; }
#HoliSplashCampaign .banner a img {border: 2px solid #ccc; transform: scale(.9);transition:  all ease-in .2s;}
#HoliSplashCampaign .banner a:hover img {transform: scale(1); box-shadow: 0px 0px 5px #ff0000;border:5px solid #FF0000;}
#HoliSplashCampaign .date {
    position: absolute;
    z-index: 99;
    text-align: center;
    top: 50px;
}

#HoliSplashCampaign .date p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    padding: 1.5em 0em;
    width: 40em;
    margin: 0em;
    font-size: 18px;
}

#HoliSplashCampaign .date p span {
    font: 700 4em/1 "sfont", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
    /* Clip Background Image */
    background: url(https://asset.msi.com/event/nb/2018/in_school/images/animated_text_fill.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    /* Animate Background Image */
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    /* Activate hardware acceleration for smoother animations */
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}


/* chloe 0824*/

#HoliSplashCampaign .kv {
    position: relative;
    padding: 0;
}

#HoliSplashCampaign .main {
    width: auto;
    position: absolute;
    z-index: 9;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0rem auto;
    padding: 0;
}

#HoliSplashCampaign .main .main_title {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
}

#HoliSplashCampaign .title_bg {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    top: 0;
}

#HoliSplashCampaign .titile_txt {
    position: relative;
    z-index: 99;
    margin: 0 auto;
    left: 2%;
    top: 24%;
    right: 0;
    bottom: 0;
    display: none;
}

#HoliSplashCampaign .main .kv_txt01 {
    display: none;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 236px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}

#HoliSplashCampaign .main .main_sub {
    width: 100%;
    max-width: 480px;
    margin: 15px auto 0 auto;
}

#HoliSplashCampaign .main .main_sub .sub {
    text-align: right;
    display: block;
    font-family: 'sfont';
    font-size: 5rem;
    line-height: .85;
    padding: 10px 0;
    letter-spacing: 2px;
    filter: drop-shadow(10px 2px 0px rgba(0, 0, 0, .8)) contrast(200%);
}

#HoliSplashCampaign .dateline p {
    font-size: 16px;
    font: 700 3em/2 "sfont", sans-serif;
    letter-spacing: 2px;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
}


/**/

#HoliSplashCampaign .kv_bg {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: transparent;
}

#HoliSplashCampaign .kv_bg .main_bg {
    position: relative;
    width: 100%;
    display: block;
}

#HoliSplashCampaign .kv_bg .main_bg_xs {
    display: none;
    position: relative;
    width: 100%;
}

#HoliSplashCampaign .kv_bg .main_img01 {
    display: block;
    width: 100%;
    max-width: 680px;
    position: absolute;
    margin-top: 0;
    text-align: left;
    top: 350px;
    left: 0;
    z-index: 3;
    padding: 0 15px;
    z-index: 10;
}

#HoliSplashCampaign .kv_bg .main_img02 {
    display: block;
    position: absolute;
    width: 100%;
    text-align: right;
    max-width: 1720px;
    right: 0;
    top: 35px;
    z-index: 1;
}

#HoliSplashCampaign .kv_bg .man {
    display: block;
    position: relative;
    text-align: right;
    right: 0;
    z-index: 1;
}

#HoliSplashCampaign .kv_bg .bag {
    display: block;
    position: absolute;
    z-index: 1;
    text-align: right;
    width: 100%;
    max-width: 540px;
    right: 70px;
    top: 285px;
    z-index: 2;
}


/*INKV*/

#inKV {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#inKV .kvbox {
    position: relative;
    display: block;
    width: 100%;
}

#inKV .kvbox img {
    position: relative;
    z-index: 0;
    width: 100%;
}

#inKV .kvbox .txtbox {
    width: 40%;
    position: absolute;
    left: 28%;
    top: 23%;
    z-index: 66;
}

#inKV .kvbox .txtbox img {
    width: 100%;
}

#inKV .kvbox .kv-date {
    position: absolute;
    z-index: 66;
    left: 60%;
    bottom: 25%;
}

#inKV .note {
    color: #ccc;
    font-size: 18px;
    line-height: 18px;
    margin-top: 2%;
}

#HoliSplashCampaign .nvgreen {color: #76b900;}

.redeemBtn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.redeemBtn a {
    display: block;
    width: 50%;
    height: 50px;
    color: #FFF;
    background-color: transparent;
    text-align: center;
    margin: 50px auto;
    transition: all .2s ease-in;
    font-size: 25px;
    line-height: 1.8;
    text-decoration: none;
    border:2px solid #FF0000;
}

.redeemBtn a:hover {
    background-color: #FFF;
    color: #FF0000;
   
    text-decoration: none;
    border-color: #FFF;
}


/*main*/

.grad-txt {
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #f9bb2c, #f70c38);
    -webkit-text-fill-color: transparent;
    color: #464646;
    display: block;
    font-size: 80px;
    
}
@media (max-width:960px){
    .grad-txt {  font-size: 40px;}
    
    
}

.inSale{font-family: 'Righteous', cursive;}

.s-t{font-size: 80px; text-shadow: 2px 2px 2px #b82222;}
#HoliSplashCampaign .dateline {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, 0.25);
    border-width: 4px 0;
    padding: 1em 0em;
    width: 45em;
    margin: 2em auto;
}

#HoliSplashCampaign .dateline p {
    font-size: 16px;
    font: 700 3em/1.25 "sfont", sans-serif;
    letter-spacing: 1px;
    padding: 0em 0;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
}

#HoliSplashCampaign .dateline .main_att {
    font-size: 1.45em;
    color: #f00;
    margin: 0 auto;
    padding: 5px 15px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1.25px;
}

#HoliSplashCampaign .dateline p>sup {
    font-size: .65em;
    padding: 0 5px;
}

#HoliSplashCampaign .bottom_txt {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    /* margin-top: 4rem; */
    padding: 0rem 7rem;
    position: absolute;
    text-align: left;
    bottom: 0;
}

#HoliSplashCampaign .bottom_txt p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 1680px) {
    #HoliSplashCampaign .main {
        margin: 0 auto;
        width: 50%;
    }
    #HoliSplashCampaign .main .main_title {
        width: 100%;
    }
    /*    #HoliSplashCampaign .main .kv_txt01{
        width: 65%;
        display: block;
        top: 220px;
    }
*/
    #HoliSplashCampaign .kv_bg .main_img01 {
        width: 35%;
        top: 280px;
        left: 0;
        padding: 0 15px;
    }
    #HoliSplashCampaign .kv_bg .main_img02 {
        width: 35%;
        top: 0px;
        right: 0;
    }
    #HoliSplashCampaign .dateline {
        width: 30em;
    }
    #HoliSplashCampaign .main .main_sub {
        width: 50%;
    }
    #HoliSplashCampaign .bottom_txt {
        padding: 0rem 2rem;
    }
}

@media (max-width: 1560px) {
    #HoliSplashCampaign .main .kv_txt01 {
        top: 190px;
    }
    #HoliSplashCampaign .kv_bg .main_img01 {
        width: 40%;
        top: 250px;
    }
    #HoliSplashCampaign .kv_bg .main_img02 {
        width: 39%;
        top: 0px;
        right: 0;
        padding: 0 15px
    }
    #HoliSplashCampaign .kv_bg .bag {
        right: 15px;
    }
}

@media (max-width: 1280px) {
    #HoliSplashCampaign .titile_txt {
        top: 25%;
    }
}

@media (max-width: 1199px) {
    #HoliSplashCampaign .kv {
        padding: 0 0 10%;
    }
    #HoliSplashCampaign .main {
        margin: 0 auto;
        width: 55%;
    }
    #HoliSplashCampaign .kv_bg .main_img02 {
        width: 40%;
        top: 0;
        right: 0;
        padding: 0 15px;
        z-index: 10;
    }
    #HoliSplashCampaign .kv_bg .main_img01 {
        width: 40%;
        top: 250px;
        padding: 0;
    }
}

@media (max-width:992px) {
    #HoliSplashCampaign .kv {
        padding: 0 0 0%;
    }
    #HoliSplashCampaign .kv_bg .main_bg {
        position: relative;
        width: 100%;
        display: none;
    }
    #HoliSplashCampaign .kv_bg .main_bg_xs {
        display: block;
        position: relative;
        width: 100%;
    }
    #HoliSplashCampaign .kv_bg {
        margin-top: 60px;
    }
    #HoliSplashCampaign .main {
        margin: 0 auto;
        width: 68%;
    }
    /* #HoliSplashCampaign .titile_txt {
        top: 135px;
    }
    #HoliSplashCampaign .main .kv_txt01{
        top: 0;
    }*/
    #HoliSplashCampaign .kv_bg .main_img01 {
        width: 46%;
        top: 350px;
    }
    #HoliSplashCampaign .kv_bg .main_img02 {
        width: 47%;
        top: 120px;
    }
    #HoliSplashCampaign .bottom_txt {
        padding: 0 15px;
        bottom: -15px;
    }
}

@media (max-width:736px) {
    #HoliSplashCampaign .kv {
        padding: 0 0 10%;
    }
    #HoliSplashCampaign .kv_bg {
        margin-top: 45px;
    }
    #HoliSplashCampaign .main {
        margin: 0 auto;
        width: 90%;
    }
    #HoliSplashCampaign .kv_bg .main_img01 {
        width: 50%;
        top: 269px;
    }
    #HoliSplashCampaign .bottom_txt {
        position: relative;
        bottom: 0
    }
    #HoliSplashCampaign .bottom_txt p {
        font-size: 14px;
        padding: 0;
        line-height: 1.25;
    }
    #HoliSplashCampaign .kv_bg .main_img02 {
        width: 56%;
        top: 33px;
    }
    #HoliSplashCampaign .h2_sub {
        line-height: 1.25;
        font-size: 1rem;
    }
}


/*content */

#HoliSplashCampaign .b01 {
    padding-top: 0px;
    padding-bottom: 0px;
}

#HoliSplashCampaign .b01 .bundel_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
}

#HoliSplashCampaign .b01 .bundel_inner .inner_head {
    margin: 50px auto;
    padding: 0px 0 20px;
}




#HoliSplashCampaign .b01 .bundel_inner .inner_head .txt {
    font-size: 1.45rem;
    color: #dc0733;
    line-height: 1.6;
}

#HoliSplashCampaign .b01 .bundel_inner .bundelbox {
    box-shadow: 0px 10px 20px #222;
    border: 1px solid #333;
    padding: 0;
    margin: 1.5rem auto 1rem;
}

#HoliSplashCampaign .b01 .bundel_inner .bundelbox p {
    display: block;
    padding: 20px 15px;
    margin: 0;
    text-align: center;
    font-size: 2em;
    line-height: 1.6;
    color: #fff;
    background-color: #FF0000;
    border-bottom: 1px solid #333;
    text-transform: uppercase;
}

#RedeemNow {
    display: none;
}

@media (max-width:1024px) {
    #HoliSplashCampaign .b01 .bundel_inner .inner_head {
        margin-bottom: 0px;
        margin-top: 30px;
        padding-bottom: 20px;
    }
    #HoliSplashCampaign .b01 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media (max-width:768px) {
    #HoliSplashCampaign .b01 .bundel_inner {
        width: 90%;
    }
    #HoliSplashCampaign .b01 .bundel_inner .inner_head h2 {
        font-size: 2rem;
    }
    #HoliSplashCampaign .b01 .bundel_inner {
        padding: 0rem .85rem;
    }
}

@media (max-width:736px) {
    #HoliSplashCampaign .b01 .bundel_inner {
        width: 100%;
    }
    #HoliSplashCampaign .b01 .bundel_inner .inner_head h2 {
        font-size: 1.45rem;
        line-height: 1.45;
    }
    #HoliSplashCampaign .b01 .bundel_inner .inner_head {
        margin: 0px auto 0;
        padding: 10px 0px;
    }
  
    #HoliSplashCampaign .b01 .bundel_inner .bundelbox {
        padding-top: 0;
    }
    #HoliSplashCampaign .b01 .bundel_inner .inner_head h2 {
        padding-bottom: 0;
    }
    
    
    #inKV .kvbox .kv-date {
    position:relative;
    z-index: 66;
    left:auto;
    bottom: 0%;
        text-align: center;}
    
    #inKV .note {
        
        margin-top: 5%;
    }
    
    .s-t {font-size: 30px;}
    
    
    .redeemBtn a {width: 100%; font-size: 18px;line-height: 2.5;}
    
    
}


/* b03 */

#HoliSplashCampaign .b03 {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0 0 0;
    background-size: cover;
    background: url("../imgs/In-school-bg.jpg") no-repeat top center;
    background-attachment: fixed;
}

#HoliSplashCampaign .redeembox {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px auto;
    justify-content: center;
}

#HoliSplashCampaign .redeembox .item {
    -webkit-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    color: #ddd;
    text-decoration: none;
    opacity: 1;
    width: 28%;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

#HoliSplashCampaign .redeembox .item.itemsp {
    width: 8%;
    display: inline-flex;
    padding-bottom: 6%;
    align-items: center;
    margin: auto;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    align-items: center;
}

#HoliSplashCampaign .redeembox .item .cricle {
    width: 150px;
    display: block;
    height: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    color: #dc0733;
    border: #8d001d 3px solid;
    border-top: #f21b47 3px solid;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
}

#HoliSplashCampaign .item .redeem-icon {
    display: block;
    font-size: 3rem;
    padding: 15px 0 5px;
    text-align: center;
}

#HoliSplashCampaign .item .itemsp-icon {
    display: block;
    font-size: 3rem;
    padding: 15px 0 5px;
    text-align: center;
    color: #dc0733;
}

#HoliSplashCampaign .item .stepNumber {
    display: block;
    font-size: 1.45rem;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

#HoliSplashCampaign .item .step-sub {
    display: block;
    font-size: 1rem;
    padding: 15px 0px;
    line-height: 1.45;
}

#HoliSplashCampaign .redeembox a {
    -webkit-transition: 0.2s all ease-in 0.1s;
    -o-transition: 0.2s all ease-in 0.1s;
    transition: 0.2s all ease-in 0.1s;
}

#HoliSplashCampaign .redeembox .item:hover .cricle {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
}

#HoliSplashCampaign .out-link {
    -webkit-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    color: inherit;
    text-decoration: underline;
    background: transparent;
}

#HoliSplashCampaign .out-link:hover {
    color: #fff !important;
    opacity: .85;
    text-decoration: underline;
    background: #dc0733;
}


/* common */

#HoliSplashCampaign .att-box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
}

#HoliSplashCampaign .att-box p {
    color: #fff;
    padding: 15px 0px;
    text-transform: unset;
    font-size: 1.45em;
    line-height: 1.25;
    color: #dc0733;
    background-color: transparent;
    font-weight: bold;
}

#HoliSplashCampaign .b03 .att-box {
    max-width: 950px;
    display: table;
}

#HoliSplashCampaign .b03 .att-box p {
    color: #dc0733;
}

#HoliSplashCampaign .bk_line {
    padding-top: 5%;
}

@media (max-width:768px) {
    #HoliSplashCampaign .b03 {
        padding: 2% 0 0 0;
       
       
    }
    #HoliSplashCampaign .b03 .steptb {
        width: 90%;
    }
    #HoliSplashCampaign .b03 .step-att {
        width: 90%;
    }
    #HoliSplashCampaign .redeembox {
        padding: 0 15px;
    }
    #HoliSplashCampaign .redeembox .item .cricle {
        width: 150px;
        height: 150px;
    }
    #HoliSplashCampaign .form_section {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width:736px) {
    
    
    #HoliSplashCampaign .b01 .bundel_inner .bundelbox p{font-size: 1em;}
    #HoliSplashCampaign .att-box p {
        font-size: 1.25em;
        padding: 0 0 15px 0;
    }
    #HoliSplashCampaign .redeembox {
        flex-direction: column;
    }
    #HoliSplashCampaign .redeembox .item {
        width: 100%;
    }
    #HoliSplashCampaign .redeembox .item.itemsp {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        padding-bottom: 0;
        width: 20%;
    }
    #HoliSplashCampaign .item .step-sub {
        padding: 15px;
    }
    #HoliSplashCampaign .redeembox .item .cricle {
        width: 110px;
        height: 110px;
    }
    #HoliSplashCampaign .item .redeem-icon {
        display: block;
        font-size: 2.5rem;
        padding: 0;
    }
    #HoliSplashCampaign .item .stepNumber {
        display: block;
        font-size: 1rem;
    }
    #HoliSplashCampaign .item .itemsp-icon {
        padding: 20px;
    }
    
    
    #inKV .kvbox .txtbox {top:27%;}
    
}


/* ================== term ========================*/

#HoliSplashCampaign .term {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0px;
}

#HoliSplashCampaign .term ul {
    width: 100%;
    padding-top: 20px;
}

#HoliSplashCampaign .term ul li {
    line-height: 20px;
    list-style: decimal;
    margin-left: 20px;
    padding-bottom: 5px;
    color: #ccc;
    font-weight: 300;
    font-size: 1rem;
}

#HoliSplashCampaign .term ul li sup {
    font-size: .85em;
}

#HoliSplashCampaign .term h3 {
    color: #dc0733;
    font-size: 1.6rem;
    padding-top: 5%;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'DINCond-Bold';
    text-align: left;
}

@media (max-width: 736px) {
    #HoliSplashCampaign .term ul {
        padding-top: 0;
    }
}


/* ==================  wtb ========================*/

#HoliSplashCampaign .wtb {
    margin-top: 0;
    padding: 5% 0;
}


/*0308*/

.tb_area {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border: 2px solid #333;
}

.tb_area .tr {
    display: table-row;
    font-size: 1em;
    color: #fff;
    line-height: 1.6;
}

.tb_area .td {
    display: table-cell;
    vertical-align: middle;
}

.tb_area .tbhead {
    background: #000;
    border-top: rgba(220, 7, 51, .85);
    background: rgba(220, 7, 51, .5);
    padding: 20px 30px;
    text-align: left;
    color: #b5b5b5;
    font-weight: bold;
}

.tb_area .td {
    padding: 15px 30px;
    text-align: left;
    border-bottom: 1px solid #333;
}

.tb_area .td:nth-child(1) {
    width: 10%;
}

.tb_area .td:nth-child(2) {
    width: 20%;
}

.tb_area .td:nth-child(3) {
    width: 45%;
}

.tb_area .td:nth-child(4) {
    width: 40%;
}

.tb_area .tr:hover {
    background: #333;
    color: #fff;
}

.tb_area .tr.tbhead:hover {
    background: #000;
}

.tb_area .td span {
    display: block;
    text-align: left;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .tb_area {
        border: none;
        padding-bottom: 10px
    }
    .tb_area .tr {
        display: block;
        border: 1px solid #333;
        margin-bottom: 10px;
        padding-bottom: 15px;
    }
    .tb_area .td:nth-child(1),
    .tb_area .td:nth-child(2),
    .tb_area .td:nth-child(3),
    .tb_area .td:nth-child(4) {
        width: 100%;
        display: block;
        text-align: left;
        vertical-align: top;
        border-bottom: none;
    }
    .tb_area .tbhead {
        border: none;
        display: none
    }
    .tb_area .td:before {
        content: attr(data-th) " : ";
        display: block;
        font-size: 1em;
        color: rgba(220, 7, 51, .85);
    }
    .tb_area .td {
        padding: 10px 15px;
    }
}


/*============  service  =============*/

#HoliSplashCampaign #service {
    padding: 5% 0 2%;
}

#HoliSplashCampaign #service .tb {
    display: table;
    width: 100%;
    margin: 0 auto;
    border-spacing: 5px;
    text-align: center;
}

#HoliSplashCampaign #service .tr {
    display: table-row;
}

#HoliSplashCampaign #service .th {
    display: table-cell;
    width: 25%;
}

#HoliSplashCampaign #service .td {
    display: table-cell;
    width: 25%;
    background: rgba(220, 7, 51, .65);
    padding: 20px;
}

#HoliSplashCampaign #service h3 {
    font-weight: bold;
    padding: 5px 0px 5px;
    font-size: 1.25em;
    color: #fff
}

#HoliSplashCampaign #service p {
    font-size: 1em;
    padding: 10px 0;
}

#HoliSplashCampaign #service .notice {
    padding-top: 1em;
    font-size: 1em;
}

#HoliSplashCampaign .wtb .wtb-att .wtb-link-txt {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#HoliSplashCampaign .wtb .wtb-att {
    margin: 15px auto;
    text-align: center;
    font-size: 1.25rem;
    padding: 0;
    margin-top: 30px;
    line-height: 1.6;
}

#HoliSplashCampaign .wtb .wtb-att a {
    font-size: 1.6rem;
    color: #dc0733;
    text-decoration: underline;
    display: inline-block;
    margin: 15px 0;
    padding: 0 10px;
    opacity: .85;
    line-height: 1.6;
}

#HoliSplashCampaign .wtb .wtb-att a:hover {
    color: #dc0733;
    text-decoration: underline;
    opacity: 1;
}

@media (max-width:768px) {
    #HoliSplashCampaign #wtb .notice {
        font-size: 1em;
        line-height: 1.25;
        padding: 10px 15px;
    }
    #HoliSplashCampaign #service .tb .td p {
        font-weight: 300;
        color: #d5d5d5;
    }
}

@media screen and (max-width: 736px) {
    #HoliSplashCampaign #service .tb {
        border-spacing: 0;
        display: block;
    }
    #HoliSplashCampaign #service .tb .tr,
    #HoliSplashCampaign #service .tb .td {
        display: block;
        width: 100%;
        margin: 5px auto;
        padding: 10px;
    }
    #HoliSplashCampaign #service h3 {
        font-weight: bold;
        font-size: 1em;
    }
}


/*============ form ===================*/

#HoliSplashCampaign .form_section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#HoliSplashCampaign .btsty {
    /* background: url(https://asset.msi.com/event/nb/2018/in_school/images/00.png) no-repeat;*/
    color: #000;
    font-size: 28px;
    font-weight: bold;
    background-color: rgba(220, 7, 51, .5);
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}

#form-send input[type="text"],
#form-send input[type="email"],
#form-send input[type="file"],
#form-send select {
    width: 80%;
}

#form-send input[type="file"] {
    border: #666 1px solid;
    background: transparent;
    width: 80%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
}

#form-send select {
    width: 100%;
    color: #fff;
}

#form-send .question_item {
    width: 100%;
}

#form-send select.question-control option {
    color: #000;
}

#form-send select.question-control option:nth-child(1) {
    color: #666;
}

#form-send input[type="file"]:after {
    color: #666;
    content: "(.JPEG, .JPG, or .PNG, file under 3MB and Dimension under 2048*2000)";
    display: inline-block;
    text-align: left;
    width: 100%;
    font-size: 13px;
    padding-top: 10px;
}

#form-send textarea {
    width: 100%;
}


/*report*/
.report {background-color:#59206d; padding: 20px;opacity: .8; margin-bottom: 20px;border-bottom: 2px solid #FFF;}
.report marquee a {color: #FFF; text-decoration: underline;}
.report marquee a:hover {color: #FFF900; text-decoration: none;}
/*.modal*/

#HoliSplashCampaign .modal-dialog {
    margin-top: 5%;
    width: 1200px;
}

#HoliSplashCampaign .formbox {
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .55);
    padding: 2rem 1rem;
    color: #fff;
}

#HoliSplashCampaign .formbox .note {
    background: #dc0733;
    text-align: center;
    padding: 25px 0;
}

#HoliSplashCampaign .formbox .note i {
    font-size: 150%;
}

#HoliSplashCampaign .formbox .note a {
    color: #eee;
    border-bottom: #fff 1px dashed;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

#HoliSplashCampaign #.formbox .note a:hover {
    background: rgba(255, 255, 255, 0.8);
    border: #2c3857 2px solid;
    color: #2c3857;
}

#HoliSplashCampaign .formbox .container {
    text-align: left;
}

#HoliSplashCampaign .formbox .container ul {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 3em 0;
}

#HoliSplashCampaign .formbox .container ul li {
    border-bottom: #2c3857 1px solid;
    margin: 8px 0;
}

#HoliSplashCampaign .formbox .container ul li .item {
    background: #2c3857;
    padding: 8px;
    width: 200px;
}

#HoliSplashCampaign .modal-dialog .modal-content .close {
    padding-right: 15px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background: #191919;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 15px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: #191919 5px solid;
    border-top: #dc0733 5px solid;
    text-align: left;
    font-family: "Roboto";
    font-size: 1.1rem;
    color: #fff;
    max-width: 960px;
    margin: 0 auto;
    padding: 2%;
    line-height: 1.8rem;
}

.modal-content a {
    color: #dc0733;
}

.modal-content a:hover {
    border-bottom: #dc0733 1px dashed;
}

.modal-header {
    border-bottom: none;
    color: #dc0733;
}

.modal-line {
    border-bottom: #dc0733 1px solid !important;
}

.modal-title {
    font-size: 2rem;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: #dc0733 2px solid;
}

.modal-body hr {
    display: none;
}

.modal-body p {
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.45;
    color: #eee
}

.modal-body .promot-box {
    background: #222;
    margin-bottom: 15px;
    padding: 0 20px;
}

.modal-body ul,
.modal-body ol {
    margin-left: 20px;
    padding-bottom: 20px;
}

.modal-body ul li,
.modal-body ol li {
    font-size: 16px;
    padding-bottom: 5px;
}

.modal-body ul li strong {
    color: #dc0733;
    font-weight: bolder;
}

.modal-body ol li {
    list-style: disc;
}

.modal-body h4 {
    color: #dc0733;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px 0;
}

.modal-body h5 {
    color: #dc0733;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px;
    border-bottom: #dc0733 1px solid;
    margin-bottom: 20px;
}

.modal-body h6 {
    color: #dc0733;
    text-transform: uppercase;
    font-size: 1.15rem;
    padding: 10px 0;
}

.modal-footer {
    border-top: #333 1px solid;
}

.modal-footer button {
    border: #dc0733 1px solid;
    background: none;
    color: #dc0733;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
}

.modal-footer button:hover {
    background: #dc0733;
    border: #dc0733 1px solid;
    color: #fff;
}

.close {
    background: #dc0733 !important;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    right: 15px;
    z-index: 10;
    top: 15px;
    display: inline-block !important;
    text-align: center;
    border: none;
    opacity: 1;
    color: #fff;
    border: #dc0733 2px solid;
}

.close:focus,
.close:hover {
    color: #dc0733;
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    background: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: #dc0733 2px solid;
    text-shadow: none;
}

button.close {
    -webkit-appearance: none;
    cursor: pointer;
}

.error {
    color: #dc0733;
}

#form-send .question-group {
    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    text-align: left;
}

#form-send label.multiple-inline {
    border-top: #424242 1px dashed;
}


/*checkbox css  */

#HoliSplashCampaign #form-send .question-group:nth-child(15),
#HoliSplashCampaign #form-send .question-group:nth-child(19),
#HoliSplashCampaign #form-send .question-group:nth-child(18),
#HoliSplashCampaign #form-send .question-group:nth-child(20),
#HoliSplashCampaign #form-send .question-group:nth-child(21),
#HoliSplashCampaign #form-send .question-group:nth-child(22)
{
    display: block;
    align-items: flex-start;
    margin-right: 30px;
}

#HoliSplashCampaign #form-send .question-group:nth-child(15) label.multiple-inline,
#HoliSplashCampaign #form-send .question-group:nth-child(19) label.multiple-inline,
#HoliSplashCampaign #form-send .question-group:nth-child(18) label.multiple-inline {
    display: block;
    width: 100%;
}

#HoliSplashCampaign #form-send .question-group:before,
#HoliSplashCampaign #form-send .question-group:after {
    clear: both;
    content: "";
    display: table;
}


/*checkbox css /END */

#HoliSplashCampaign .modal-dialog {
    margin-top: 5%;
    width: 1200px;
    margin: 0 auto;
}

#HoliSplashCampaign .modal-dialog .modal-content .close {
    padding-right: 0;
}

#HoliSplashCampaign #form-send a.btn-terms {
    display: inline-block;
    cursor: pointer;
    float: none;
    color: #dc0733;
    margin-top: 10px;
    border: 1px solid #222;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    background-color: #333;
    margin: 10px auto;
}

#HoliSplashCampaign #form-send a.btn-terms:after {
    padding-left: 10px;
    content: "view T&C";
    color: #fff;
    display: inline-block;
}

#HoliSplashCampaign #form-send a.btn-terms:hover,
#HoliSplashCampaign #form-send a.btn-terms:after:hover {
    text-decoration: underline;
    color: #dc0733;
}

#HoliSplashCampaign #form-send a.btn-terms:hover,
#HoliSplashCampaign #form-send a.btn-terms:active {
    color: #dc0733;
}

#HoliSplashCampaign #form-send .btn-submit {
    border: #dc0733 2px solid;
    background: none;
    color: #dc0733;
    text-transform: uppercase;
    padding: 15px 35px;
    margin: 15px 5px;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: calc(100% - 2px);
}

#HoliSplashCampaign #form-send .btn-submit:hover {
    background: #dc0733;
    color: #fff;
    outline: none;
}

@media (max-width:768px) {
    #HoliSplashCampaign .btsty {
        font-size: 1.25em;
        padding: 10px 0;
        letter-spacing: .85px;
    }
    #form-send .question-group label {
        width: 90%;
        font-size: 1.25em;
        text-align: left;
        padding: 10px 0;
        margin: 0;
    }
    #form-send .question-group {
        width: 90%;
        margin: 0 auto;
    }
    #HoliSplashCampaign .term {
        padding: 20px 0px;
    }
    #form-send input[type="text"],
    #form-send input[type="email"],
    #form-send input[type="file"],
    #form-send select {
        width: 90%;
        padding: 15px;
    }
    #form-send .question_item {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #form-send select {
        width: 90%;
    }
    #HoliSplashCampaign #form-send a.btn-terms {
        width: 90%;
        display: block;
        padding: 20px;
        max-width: 200px;
        font-size: 1.25em;
        margin: 0;
    }
}

@media (max-width:736px) {
    #form-send .question_item {
        width: 100%;
    }
    #HoliSplashCampaign #form-send .question-group {
        width: 100%;
        padding: 0;
        display: -webkit-block;
        display: -ms-block;
        display: block;
        -webkit-box-align: none;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 20px auto;
    }
    #form-send input[type="text"],
    #form-send input[type="email"],
    #form-send input[type="file"],
    #form-send select {
        width: 100%;
    }
    #form-send .question-group label {
        width: 100%;
        text-align: left;
        padding: 10px 0;
    }
    #HoliSplashCampaign .b03 .steptb {
        width: 95%;
        margin: 0 auto;
        text-align: center;
    }
    #HoliSplashCampaign .b03 .steptb .th {
        display: block;
        width: 100%;
    }
    #HoliSplashCampaign .b03 .steptb .cricle {
        width: 120px;
        height: 120px;
        -webkit-border-radius: 120px;
        -moz-border-radius: 120px;
        border-radius: 120px;
        color: #dc0733;
        border: #dc0733 4px solid;
        border-top: #dc0733 4px solid;
        padding-top: 10px;
        font-size: 1.25rem;
    }
    #HoliSplashCampaign .b03 .steptb .cricle i {
        font-size: 3.6rem;
        vertical-align: middle;
        text-align: center;
        padding: .25rem 1.65rem;
    }
    #HoliSplashCampaign .b03 .steptb .td {
        padding-bottom: 20px;
    }
    #HoliSplashCampaign .b03 .steptb .td .material-icons {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    #form-send h3 {
        line-height: 1.25;
        font-size: 1rem;
        padding: 0 1rem;
    }
    #form-send .question-group label {
        width: 90%;
        font-size: 1em;
    }
    #HoliSplashCampaign #form-send a.btn-terms {
        font-size: 1em;
        line-height: 1.25;
    }
    #HoliSplashCampaign #form-send label.multiple-inline {
        font-size: 1em;
        line-height: 1.25;
    }
    #HoliSplashCampaign #form-send a.btn-terms {
        padding: 15px;
        width: 100%;
        max-width: 100%;
    }
    #HoliSplashCampaign #form-send .question-group:nth-child(16) .question_item .multiple-inline,
    #HoliSplashCampaign #form-send .question-group:nth-child(17) .question_item .multiple-inline,
    #HoliSplashCampaign #form-send .question-group:nth-child(18) .question_item .multiple-inline {
        width: 50%;
    }
    #HoliSplashCampaign #form-send .question-group:nth-child(16) .question_item .multiple-inline,
    #HoliSplashCampaign #form-send .question-group:nth-child(17) .question_item .multiple-inline,
    #HoliSplashCampaign #form-send .question-group:nth-child(18) .question_item .multiple-inline {
        padding: 0 0 12px 0px;
    }
}


/**/


/* model txt */

.mail_back {
    width: 100%;
}

.m_txt {
    font-family: 'DINPro-Regular';
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #000;
}

.type-color-y {
    color: #dc0733;
}

.type-color-w {
    color: #fff;
}

.modal-body .list-title {
    font-size: 1rem;
    font-weight: bold;
    color: #dc0733;
    line-height: 1.6;
}

.modal-body b {
    line-height: 2;
}

.modal-body .list-word {
    line-height: 1.25;
    font-size: 1rem;
    padding-bottom: 10px;
    padding-top: 0px;
    letter-spacing: .65px;
    font-weight: 500;
}

.modal-body .type-decimal li {
    list-style-type: decimal;
    list-style-position: outside;
    /*å‡¸æŽ’(é è¨­å€¼)*/
}

.modal-body .infor_body .inforlist {
    list-style-type: decimal;
    list-style-position: outside;
    color: #dc0733;
}

.modal-body .infor_body .inforlist .txt {
    color: #fff;
}

.modal-body .type-lower-roman li {
    list-style-type: lower-roman;
}

.modal-body .type-disc li {
    list-style-type: disc;
}

.modal-body .type-circle li {
    list-style-type: circle;
    padding: 10px 0 0 0;
    font-weight: 300;
    color: #ccc;
}

.modal-body .type-decimal li {
    list-style-type: decimal;
    padding: 10px 0 0 0;
    font-weight: 300;
    color: #ccc;
}

.modal-body .type-shot-line li {
    list-style-type: none;
    padding: 10px 0 0 0;
    text-indent: -20px;
    padding-left: 20px;
    font-weight: 300;
    color: #ccc;
}

.modal-body .type-lower-alpha>li {
    list-style-type: lower-alpha;
    padding: 10px 0 0 0;
    font-weight: 300;
    color: #ccc;
    /*å°å¯«è‹±æ–‡å­—æ¯*/
}

.modal-body .type-shot-line li:before {
    content: "â€”";
    text-indent: -5px;
    padding-right: 5px;
    color: #ccc;
}

.modal-body .ul_title {
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 10px;
    padding-bottom: 0;
}

.modal-body .prp_inner {
    padding-bottom: 20px;
}

.modal-body .prp_inner p {
    font-size: 1rem;
    line-height: 1.45;
    color: #ccc;
    padding-bottom: 10px;
}

.modal-body .prp_inner .promot-box p {
    color: #fff;
}

.modal-body .prp_inner .promot-box .list-word {
    line-height: 1.25;
    font-size: 1rem;
    padding-bottom: 5px;
    padding-top: 0px;
    letter-spacing: .65px;
    font-weight: 500;
    color: #ccc;
}




/* li style*/





@media screen and (max-width: 768px) {
    #HoliSplashCampaign h2 {
        margin: 25px auto 0px;
    }
    #HoliSplashCampaign h2 {
        font-size: 2rem;
    }
    #HoliSplashCampaign h3 { font-size: 1.2rem;}
    #form-send h3 {
        font-size: 1.25em;
        padding: 0 60px;
        text-align: center;
    }
}

@media screen and (max-width: 736px) {
    #HoliSplashCampaign h2 {
        font-size: 1.65rem;
    }
    #form-send h3 {
        font-size: 1em;
        padding: 0 15px;
    }
    .model-table .th {
        display: none;
    }
    .model-table .td {
        display: block;
    }
    .model-table .td:before {
        display: block;
        color: #ccc;
        content: attr(data-title);
        font-weight: 300;
        padding: 5px 0;
    }
}

#HoliSplashCampaign .dropdown-menu {
    background-color: #000;
}

#HoliSplashCampaign .table-condensed>tbody>tr>td {
    color: #eee;
}

/*tableSpec*/

#spec{margin-top: 5%; display: block; width: 100%; /*max-width: 1600px;*/ margin: 0 auto;}
          
          #HoliSplashCampaign .nb-img {display: block;width: 20%; margin: 50px auto 0px;}
          .tableWrp {display: block; width: 100%; /*background-color: rgba(0,0,0,0.60);*/ padding: 5% 0px;margin: 0 auto;}
          .tableWrp h5 {font-size: 21px;line-height: 1.2; color: #FFF; text-align: center;}
          
          /*div table*/
          .divtable { display: table; 
    text-align: center;
    width: 100%;max-width: 1000px;
    margin: 20px auto 0;
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;}
    .tableRow {display:table-row; width: 100%; border-bottom: 1px solid #FFF;   }
              .tableRow:first-child{background-color: rgba(36,35,35,0.84);border-bottom: 1px solid #FFF;}
              .tableRow:nth-child(2n+3) {background-color:rgba(39,39,39,0.92);}
     .table-td {display:table-cell; padding: 15px;text-align: left;float: left;width: 70%; font-size: 16px;line-height: 20px;font-weight: 300;}
    
    .table-td:first-child {width: 25%;float: left; text-align:left; align-items: center; padding-left: 50px;}
              .table-td.price {font-size: 30px; color: #FF0000; font-weight: bold;}
    @media (max-width:960px){
              .table-td:first-child {width: 100%; text-align: left; color: #FF0000;float: none; padding-left: 10px;}
              .table-td {display: block; width: 100%; text-align: left;}
              
          }


#HoliSplashCampaign .button-wrap {width: 100%; height: 70px;  margin: 0 auto;text-align: center; /*position: fixed*/z-index: 555; background-color: #000;position: absolute;}
#HoliSplashCampaign .button-wrap.fixed{position: fixed;top: 0; z-index: 555; height: 70px;}
#HoliSplashCampaign .nav.nav-tabs {margin-bottom: 5px;}
#HoliSplashCampaign .nav-tabs {width: 100%; margin: 20px auto; display: block;
    border-bottom: 0px;
   
    
}
#HoliSplashCampaign .nav-tabs>li  {width: 49%; margin: 2px;background-color:rgba(0,0,0,0.90); }
#HoliSplashCampaign .nav-tabs>li>a {transition:  all 0.4s ease 0s;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #c0052b;border-radius: 5px;
   color: #FFF; font-size: 21px; 
}
#HoliSplashCampaign .nav-tabs>li>a:hover {background-color: #c0052b;;letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.7);
box-shadow: 5px 40px -10px rgba(0,0,0,0.7);
transition: all 0.4s ease 0s;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #c0052b;
      
}
#HoliSplashCampaign .note {margin: 10px; /*text-align: left;*/color: #ccc;font-size: 15px;}

@media (max-width:640px){
    #HoliSplashCampaign .nav-tabs>li  {width: 100%; margin: 2px;}
    
#HoliSplashCampaign .nb-img {width: 90%;}
    

}
/*endOfSpec*/