/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Fjalla+One';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';
@import 'https://fonts.googleapis.com/css?family=Rajdhani';
@import 'https://fonts.googleapis.com/css?family=Roboto';
/* CSS Document */
@import 'https://event.msi.com/msifonts/fonts.css';
@font-face {
  font-family: Geforce-Light;
  src: local(Meiryo UI);
  unicode-range: U+3000-9FFF, U+ff??;
}

@font-face {
  font-family: Geforce-Bold;
  src: local(Meiryo UI);
  unicode-range: U+3000-9FFF, U+ff??;
}


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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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;
	color: #FFFFFF;
}

a:hover {
  /*text-decoration: none;*/
	color: #FF0004;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

.checkSty label::before {
  display: inline-block !important;
margin-bottom: 3px !important;
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

#hk8 {
  width: 100%;
  margin: 0 auto;
  /*max-width: 1920px;*/
  background:#000;
}

#hk8 img {
  vertical-align: bottom;
}

#hk8 ul {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

#hk8 ul li {
  padding-bottom: 0px;
}


#toolbar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    color: #a0caf4;
    text-align: center;
}

#toolbar li {
    padding: 10px;
    cursor: pointer;
}

#toolbar li:hover {
    color: #f00;
}

#toolbar i {
    font-size: 40px;
}


/*----landing page-----*/

#in_best #topkv {
        display: block;
    }

#in_best #topkv .img {
    width: 100%;
}

#in_best{
	background-color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
	font-size: 130% !important;
	color: #fff !important;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("https://storage-asset.msi.com/event/nb/2019/In/back_to_school/imgs/In-school-bg.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
#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: #f00;
	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;
}
#in_best .fixed {
	position: fixed !important;
	top: 0;
	z-index: 10000;
}
#in_best .kv{
position: relative;
	margin-bottom: -5px;
}

#in_best .kv .main {
    position: absolute;
    z-index: 9999;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 12rem auto;
    padding: 0;
	width: 100%;
	max-width: 1920px;
}

#in_best .kv .main h2 {
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
	/* padding: 30px 0; */
    font-family: "DINCond-Bold";
    position: relative;
    line-height: 1;
	margin: 200px auto -18px;
}

@media (max-width: 1921px){
#in_best .kv .main h2 {
    font-size: 3rem;	
margin: 0px auto -26px;
}}

@media (max-width: 1800px){
#in_best .kv .main h2 {
    font-size: 3rem;	
margin: -33px auto -26px;
}}

@media (max-width: 1709px){
#in_best .kv .main h2 {
        margin: -51px auto -32px;
}}

@media (max-width: 1509px){
#in_best .kv .main h2 {
    margin: -62px auto -31px;
	}}

@media (max-width: 1390px){
#in_best .kv .main h2 {
    margin: -71px auto -31px;
	}}

@media (max-width: 1200px){
#in_best .kv .main h2 {
    margin: -91px auto -31px;
}}

@media (max-width: 1024px){
#in_best .kv .main h2 {
    font-size: 2.4rem;
	    margin: -110px auto -20px;
}}

@media (max-width: 960px){
#in_best .kv .main h2 {
    margin: 70px 33px -18px 0;
	}}

@media (max-width: 860px){
#in_best .kv .main h2 {
    font-size: 2.2rem;
	margin: 60px 23px -24px 0;
}}

@media (max-width: 768px){
#in_best .kv .main h2 {
    margin: 4px auto -48px;
}}

@media (max-width: 760px){
#in_best .kv .main h2 {
    font-size: 2rem;
	    margin: 53px auto -47px;
	}}

@media (max-width: 640px){
#in_best .kv .main h2 {	
margin: 28px auto -40px;
	}}

@media (max-width: 425px){
#in_best .kv .main h2 {
    margin: -32px auto -16px;
	font-size: 2rem;
	}}

@media (max-width: 320px){
#in_best .kv .main h2 {
    margin: -51px auto -16px;
    font-size: 1.6rem;
	}}

#in_best .kv .main .kv_date{
color: #fff; 
font-size: 30px; 
animation-delay: 0.5s;
font-weight: bold;
margin: 16px;
}

@media screen and (max-width: 1024px){
#in_best .kv .main .kv_date {
    margin: 5px;
}}

@media screen and (max-width: 320px){
#in_best .kv .main .kv_date {
    font-size: 16px;
    margin: -5.5% 0;
    line-height: 133%;
}}

#in_best .kv .gift {
    position: absolute;
    right: 340px;
    top: 17%;
    z-index: 99;
    width: 100%;
    max-width: 50%;
    /* margin: auto; */
}

@media (max-width: 2559px){
#in_best .kv .gift {
    position: absolute;
    right: 20px;
    /* left: 20px; */
    max-width: 640px;
    top: 20%;
    z-index: 99;
    width: 100%;
	}}

@media (max-width: 1921px){
#in_best .kv .gift {
    position: absolute;
    right: -7px;
    /* left: 20px; */
    max-width: 671px;
    top: 12%;
    z-index: 99;
    width: 100%;
}}

#in_best .kv .kv_bg {
    position: relative;
    width: 100%;
    display: block;
}

@media (max-width: 960px){
#in_best .kv .kv_bg {
    position: relative;
    width: 170%;
    margin: 0 0% 0 -37%;
}}

@media (max-width: 768px){
#in_best .kv .kv_bg {
    position: relative;
    width: 133%;
    /* display: block; */
    /* margin: auto; */
    margin: 0 0% 0 -17%;
}}

@media (max-width: 425px){
#in_best .kv .kv_bg {
    position: relative;
    width: 100%;
	margin: 0%;
}}

#in_best #navitem {
	position: absolute;
	z-index: 10000;
	width: 100%;
	background-size: cover;
	background-color: rgba(255,0,4,.85);
	-webkit-box-shadow: #2c3857 0 0 30px;
	-moz-box-shadow: #2c3857 0 0 30px;
	box-shadow: #2c3857 0 0 30px;
}
#in_best #navitem ul {
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
	text-align: center;
}
#in_best #navitem ul:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "";
}
#in_best #navitem ul li {
	float: left;
	width: 33.33%;
	max-width: auto;
}
#in_best #navitem ul li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-left: #8d5da0 0px solid;
	border-right: #2a243c 0px solid;
	cursor: pointer;
}
#in_best #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;
}

#in_best .b01 {
    padding-top: 20px;
    padding-bottom: 0px;
	background: rgba(0,0,0,.8);
}

@media (max-width: 1024px){
#in_best .b01 {
    padding-top: 18px;
}}

@media (max-width: 425px){
#in_best .b01 {
    padding-top: 40px;
	}}

#in_best .b01 .bundel_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    text-align: center;
}

@media (max-width: 768px){
#in_best .b01 .bundel_inner {
    padding: 3rem 2rem;
}}

@media (max-width: 375px){
#in_best .b01 .bundel_inner {
    padding: 7rem 2rem;
}}

@media (max-width: 320px){
#in_best .b01 .bundel_inner {
    padding: 3rem 2rem;
	}}

#in_best .b01 .bundel_inner .kv_date {
    color: #fff;
    font-size: 30px;
    animation-delay: 0.5s;
    font-weight: bold;
	margin: -1% 0 3% 0;
}

#in_best .b01 .bundel_inner .bundelbox {
    margin-bottom: 30px;
    box-shadow: 0px 10px 20px #343434;
    border: 1px solid #4b4b49;
    padding: 0;
    margin-bottom: 3rem;
}

#in_best 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;
}

#in_best .b01 .bundel_inner .inner_head h2::after {

    content: "";
    width: 100%;
    display: inline-block;
    background: url(https://asset.msi.com/event/nb/2018/winter_GearUp/images/line3.png) center no-repeat;
    padding-bottom: 2%;

}
#in_best .b01 .bundel_inner .bundelbox p {

    display: block;
    padding: 20px 0;
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #fff;

}
#in_best .b01 .bundel_inner .inner_head .txt {

    font-size: 1.45rem;
    color: #e58200;
    line-height: 1.6;

}
#in_best .b01 .bundel_inner .inner_head h2 {
    color: #fff;
    font-size: 4.2rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    background: none;
}

@media (max-width: 1921px){
#in_best .b01 .bundel_inner .inner_head h2 {
    font-size: 3rem;
}}	
	
@media (max-width: 1024px){
#in_best .b01 .bundel_inner .inner_head h2 {
    font-size: 2.4rem;
}}

@media (max-width: 860px){
#in_best .b01 .bundel_inner .inner_head h2 {
    font-size: 2.2rem;
}}

@media (max-width: 760px){
#in_best .b01 .bundel_inner .inner_head h2 {
    font-size: 2rem;
	}}

@media (max-width: 320px){
#in_best .b01 .bundel_inner .inner_head h2 {
    font-size: 1.6rem;
	}}

/* b03 */

#in_best .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;
}
#in_best .b03 .att-box p {

    color: #dc0733;

}
#in_best .redeembox {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px auto;
    justify-content: center;
}

#in_best .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;
}

#in_best .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;
}

#in_best .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;
}

#in_best .item .redeem-icon {
    display: block;
    font-size: 3rem;
    padding: 15px 0 5px;
    text-align: center;
}

#in_best .item .itemsp-icon {
    display: block;
    font-size: 3rem;
    padding: 15px 0 5px;
    text-align: center;
    color: #dc0733;
}

#in_best .item .stepNumber {
    display: block;
    font-size: 1.45rem;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

#in_best .item .step-sub {
    display: block;
    font-size: 1rem;
    padding: 15px 0px;
    line-height: 1.45;
}

#in_best .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;
}

#in_best .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;
}

#in_best .out-link {
    -webkit-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    color: inherit;
    text-decoration: underline;
    background: transparent;
}

#in_best .out-link:hover {
    color: #fff !important;
    opacity: .85;
    text-decoration: underline;
    background: #dc0733;
}


/* common */

#in_best .att-box {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    text-align: center;
}

#in_best .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;
}

#in_best .b03 .att-box {
    max-width: 950px;
    display: table;
}

#in_best .b03 .att-box p {
    color: #dc0733;
	text-align: left;
}

#in_best .bk_line {
    padding-top: 5%;
}

#in_best .term {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0px;
}

#in_best .term ul {
    width: 100%;
    padding-top: 20px;
}

#in_best .term ul li {
    line-height: 20px;
    list-style: decimal;
    margin-left: 20px;
    padding-bottom: 5px;
    color: #ccc;
    font-weight: 300;
    font-size: 1rem;
	text-align: left;
}
/* ==================  wtb ========================*/

#in_best .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;
}

/*============  service  =============*/

#in_best #service {
    padding: 5% 0 2%;
}

#in_best #service .tb {
    display: table;
    width: 100%;
    margin: 0 auto;
    border-spacing: 5px;
    text-align: center;
}

#in_best #service .tr {
    display: table-row;
}

#in_best #service .th {
    display: table-cell;
    width: 25%;
}

#in_best #service .td {
    display: table-cell;
    width: 25%;
    background: rgba(220, 7, 51, .65);
    padding: 20px;
}

#in_best #service h3 {
    font-weight: bold;
    padding: 5px 0px 5px;
    font-size: 1.25em;
    color: #fff
}

#in_best #service p {
    font-size: 1em;
    padding: 10px 0;
}

#in_best #service .notice {
    padding-top: 1em;
    font-size: 1em;
}

#in_best .wtb .wtb-att .wtb-link-txt {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#in_best .wtb .wtb-att {
    margin: 15px auto;
    text-align: center;
    font-size: 1.25rem;
    padding: 0;
    margin-top: 30px;
    line-height: 1.6;
}

#in_best .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;
}

#in_best .wtb .wtb-att a:hover {
    color: #dc0733;
    text-decoration: underline;
    opacity: 1;
}
/*============ form ===================*/

#in_best .form_section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

#in_best .btsty {
     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="text"], #form-send input[type="email"], #form-send input[type="file"], #form-send select {

    border: #666 1px solid;
    background: transparent;
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}

#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 label.multiple-inline {

    width: 100%;
    text-align: left;
    padding-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5rem;
    display: block;
    border-top: #333 1px dashed;
    padding-top: 20px;

}

#form-send input[type="checkbox"] {

    margin-right: 15px;

}
#in_best #form-send a.btn-terms:hover, #in_best #form-send a.btn-terms:active {

    color: #dc0733;

}
#form-send .question-group {

    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;

}
#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;

}
#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);

}
#form-send h3{display: none;}
#form-send .btn-submit:hover {

    background: #dc0733;
    color: #fff;
    outline: none;

}
#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;

}
#form-send a.btn-terms::after {

    padding-left: 10px;
    content: "view T&C";
    color: #fff;
    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 {
	color: #000;
    width: 100%;
}

#in_best .formbox {
    display: block;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .55);
    padding: 2rem 1rem;
    color: #fff;
}

#in_best .formbox .note {
    /*background: #dc0733;*/
    /*text-align: center;*/
    /*padding: 25px 0;*/
}

#in_best .formbox .note i {
    font-size: 150%;
}

#in_best .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;
}

#in_best .formbox .note a:hover {
    background: rgba(255, 255, 255, 0.8);
    border: #2c3857 2px solid;
    color: #2c3857;
}

#in_best .formbox .container {
    text-align: left;
}

#in_best .formbox .container ul {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
    padding: 3em 0;
}

#in_best .formbox .container ul li {
    border-bottom: #2c3857 1px solid;
    margin: 8px 0;
}

#in_best .formbox .container ul li .item {
    background: #2c3857;
    padding: 8px;
    width: 200px;
}



#form-send .question-group label {

    width: 100%;
    text-align: left;
    padding-bottom: 10px;

}


/*============ term ===================*/

.modal-body {

    hr { display: none;
    } p { padding-bottom: 20px;
    } ul, ol { margin-left: 20px;
    padding-bottom: 20px;
    } h4 { color: $col;
    font-family: $ft2;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 10px 0;
    }: ;

}
.modal-content {
position: relative;
	border-radius: 15px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	max-width: 1000px;

margin: 0 auto;

padding: 2%;
border-top: #dc0733 5px solid;
line-height: 1.5rem;
   font-family: "Roboto";

font-size: 1.1rem;

color: #fff;
	text-align: left;
	background: #191919;
	border: #191919 5px solid;

    border-top-color: rgb(25, 25, 25);
    border-top-style: solid;
    border-top-width: 5px;

border-top: #dc0733 5px solid;
}
.modal-body p {

    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.45;
    color: #eee;

}
.modal-body ol li {

    list-style: disc;

}
.modal-body ul li, .modal-body ol li {

    font-size: 16px;
    padding-bottom: 5px;

}
.modal-body ul, .modal-body ol {

    margin-left: 20px;
    padding-bottom: 20px;

}
.modal-content a {

    color: #dc0733;

}
.modal-header {

	border-bottom: none;}
.modal-body hr {

    display: none;

}
.modal-title {

    font-size: 2rem;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: #dc0733 2px solid;
	color: #dc0733;

}



.modal-body h4 {

    color: #dc0733;
    text-transform: uppercase;
    font-size: 1.5rem;
	padding: 10px 0;}



@media (max-width:768px) {
    #in_best .b03 {
        padding: 2% 0 0 0;
       
       
    }
    #in_best .b03 .steptb {
        width: 90%;
    }
    #in_best .b03 .step-att {
        width: 90%;
    }
    #in_best .redeembox {
        padding: 0 15px;
    }
    #in_best .redeembox .item .cricle {
        width: 150px;
        height: 150px;
    }
    #in_best .form_section {
        width: 100%;
        padding: 0 15px;
    }
	    .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;
    }
}


@media screen and (max-width: 1280px) {
	
}


@media screen and (max-width: 1366px) {


	#in_best .kv .main .kv_date{
	font-size: 25px;
	}
	
	#in_best .kv .gift{
	width: 50%;
	}

#in_best .b01 .bundel_inner .kv_date {
    font-size: 25px;
}}

@media screen and (max-width: 768px){
#in_best .b01 .bundel_inner .kv_date {
    font-size: 18px;
	}}

@media screen and (max-width: 425px){
#in_best .b01 .bundel_inner .kv_date {
    font-size: 16px;
}}

@media screen and (max-width: 320px){
#in_best .b01 .bundel_inner .kv_date {
    font-size: 16px;
    line-height: 126%;
	}}

@media screen and (max-width: 425px){
#in_best .kv .main .kv_date {
font-size: 16px !important;
    margin: -1% 0 !important;
}}

@media screen and (max-width: 375px){
#in_best .kv .main .kv_date {
    font-size: 16px;
    margin: -3.5% 0;
}}

@media screen and (max-width: 320px){
#in_best .kv .main .kv_date {
    margin: -7% 0 !important;
	}}

@media screen and (max-width: 960px) {
#in_best .kv .main {
/*width: 40%;*/ 
/*left: -30%;*/
margin:3.5em auto;
}
	
#in_best .kv .main .kv_date {
font-size: 25px;
}}


@media screen and (max-width: 768px) {
	#in_best .kv .main{
	width: 80%;
	right: 0;
	left: 0;
	}
	
	#in_best .kv .main .kv_date {
    font-size: 18px; 
	/*text-shadow: 0px 0px 10px #000,0px 0px 10px #000,0px 0px 10px #000;*/
	margin: 5.5% 0;
}
	
	#in_best .kv .gift{width: 90%; top: 60%; right: 0; left: 0;}
	#in_best h2 {
    font-size: 1.65rem;
}
	
	#in_best .att-box {
		width: 90%;}
	#in_best .b03 .att-box p {
    font-size: 1em;
    padding: 0 0 15px 0;
}
	
	#in_best .redeembox {
    flex-direction: column;
}
	
	 #in_best .redeembox .item {
        width: 100%;
    }
	
    #in_best .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%;
    }
	
    #in_best .item .step-sub {
        padding: 15px;
    }
	
    #in_best .redeembox .item .cricle {
        width: 110px;
        height: 110px;
    }
	
    #in_best .item .redeem-icon {
        display: block;
        font-size: 2.5rem;
        padding: 0;
    }
	
    #in_best .item .stepNumber {
        display: block;
        font-size: 1rem;
    }
	
    #in_best .item .itemsp-icon {
        padding: 20px;
    }
	
    #in_best #navitem ul li a {
    font-size: 14px;
    text-transform: unset;
    line-height: 1.25;
}}
