/* /////////////// reset by zaprike /////////////// */
body {overflow-x:hidden; font-size: 14px; font-family: 'db_heavent_cond', sans-serif; line-height: 1.4; color:#000;}
.pos {position: absolute;}
.rel {position: relative;}
.thumbnail > img, .thumbnail a > img {display: block;max-width: 100%; width:auto; height: auto;margin-left: auto;margin-right: auto;}
.t_inline {display: inline-block;}
.pad0 {padding: 0;}
.mar0 {margin: 0;}
ul,ol {margin: 0;}
h1,h2,h3,h4,h5,h6,p {margin:0; line-height: 1.4;}
a:hover {text-decoration: none;}
/* /////////////// reset by zaprike /////////////// */







/* /////////////// Start CSS /////////////// */
#wrapper {-webkit-font-smoothing: antialiased;}
#herobanner {background: #000;}
.showpc {display: block;}
.showmb {display: none;}
.pad_section {padding: 65px 0;}


.bg_green {background: #e2f5c8;}
.bg_white {background: #fff;}
.txtpink {color: #e93a83;}
.txtpink2 {color: #ee0186;}
.txtorange {color:#e35033;}
.txtblue {color:#125b5c;}


.box-price {
	padding: 8px;
	background: white;
	border: solid 3px #9dce00;
	border-radius: 10px;
	text-align: center;
	margin: 10px;
}


/* #table_hotdeal {max-width: 908px;} */

#bestbuy {background: url(../images/bg_bestbuy.jpg) center no-repeat; background-size: cover;}

.logo_bestbuy img {margin-top: -20px;}

.txtsub {display: flex; justify-content: center; margin-top: 15px;}
.txtsub .txt  h2 {font-family: 'db_heaventbold_cond'; font-size: 36px; line-height: 1.2;}
.txtsub .txt  h3 {font-family: 'akrobatbold','db_heaventmed_cond'; font-size: 30px;}
.txtsub h2 .txtbold {font-family: 'db_heaventbold_cond'; font-size: 44px;}

.txtsub .txt  h4 {font-family: 'akrobatbold','db_heaventbold_cond'; font-size: 50px;}
.txtsub h4 .txtbold {font-family: 'db_heaventbold_cond'; font-size: 58px;}


.txtsub .logo_hotdeal img {margin: -15px 20px 0 0;}

.txthead_main h2{font-family: 'db_heaventbold_cond'; font-size: 50px; line-height: 1.2;}
.txthead_main h2 .txtbold{font-family:'akrobatextrabold'; font-size: 68px;}
.txthead_main h3{font-family: 'db_heaventmed_cond'; font-size: 29px;}
.txthead_main h4{font-family: 'db_heaventbold_cond'; font-size: 45px; line-height: 1.4;}
.txthead_main h5{font-family: 'db_heaventbold_cond'; font-size: 35px; line-height: 1.5;}

.txthead h2 {font-family: 'db_heaventbold_cond'; font-size: 58px; line-height: 1.2;}
.txthead h3 {font-family: 'db_heaventbold_cond'; font-size: 50px; line-height: 1.2;}
.txthead h3 .txtbold {font-family: 'db_heaventbold_cond'; font-size: 58px;}
.txthead h4 {font-family: 'db_heaventbold_cond'; font-size: 32px; line-height: 1.2; margin-top: 8px;}

.table { overflow: auto; position: relative; z-index: 4; margin: 0 auto; box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.15); border-radius: 12px; width: 1110px;}

.txtmark p {font-family: 'db_heavent_cond'; font-size: 14px;}


.tab a img{position: relative; transition: all 0.15s ease; top:0; border-radius: 10px;}
.tab a:hover img{top:-10px; box-shadow: 0px 10px 4px rgba(0,0,0,0.4)}


.txthead_credit h2 {
	font-family: 'db_heaventmed_cond';
	font-size: 32px;
	line-height: 1.4;
	color:#000;
}

.txthead_credit h2 .txtbold {
	font-family: 'db_heaventbold_cond';
}

.logo_hbo {width: 50px; margin-top: 10px;}
.hand_scroll{ display:none;position:absolute;top:0;left:0;width:100%;height:90%; background:url(../images/hand-scroll.png) center no-repeat; background-size:55px;z-index:5;background-position:80% 66%;}


.condition h2 {font-size: 18px;color:#000;font-family: 'db_heaventbold_cond'; margin-bottom: 3px; margin-top: 15px; }
.condition ul li {color:#000; line-height: 1.5; position: relative; padding-left: 10px; font-size: 15px;}
.condition ul li:before {content: '• '; margin-left: -10px;}
.condition ul li a {color:#bbd042;}

.btn_condition {margin: 0 8px 15px; display: inline-block; position: relative;}
.btn_condition a {width: 100%; display: block; font-size: 20px; font-family: 'db_heaventbold_cond'; padding: 6px 15px 6px 40px; border-radius: 50px; min-width: 170px; }
.btn_condition a:hover {text-decoration: none;}
.btn_condition a i {
	position: absolute;
	width: 45px;
	height: 100%;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	top:0;
	left: 0;
}
.btn_condition a i.active img{ transform: rotate(180deg);}
.expand_condition {display: none; padding: 10px 0; text-align: left; margin: 0 auto;}

#btn_condition a i.active img{ transform: rotate(180deg);}
#expand_condition {display: none; padding: 10px 0; text-align: left; margin: 0 auto;}




.btn_black {
	background: rgba(74,74,74,1);
	background: -moz-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(74,74,74,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(74,74,74,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a4a', endColorstr='#000000', GradientType=0 ); color:#fff !important;
	border: 1px solid #373737;
}
.btn_white {
	background: #fff; 
	color:#000 !important;
	border: 1px solid #fff;
}


.pro_creditcard.expand_condition .col-3 {  padding: 12px 10px 17px; border-bottom: 1px solid #c0d495; border-right: 1px solid #c0d495;}

.pro_creditcard.expand_condition .col-9 { padding: 12px 10px 17px; border-bottom: 1px solid #c0d495; }

.pro_creditcard h2 {margin: 0; margin-top: 8px;}
.pro_creditcard {
    max-width: 992px;
    margin: 0 auto;
    background: #f3f9e6;
    padding: 20px;
	border-radius: 12px;
	margin-bottom: 20px;
}
.platandgold {
    position: absolute;
	top: 58px;
    right: 677px;
    z-index: 1;
}


.txthead_maxx h2 {font-size: 26px; font-family: 'db_heaventmed_cond';}
.txt_maxx{font-size: 32px; font-family:'db_heaventbold_cond';}
.txt_MAXX {color: #ee0186; font-family:'db_heaventbold_cond'; font-size: 45px;}

#wrap_maxx {background-color: #fff; margin-bottom: -65px;}

.pad2 {padding: 100px 0}
/*#table_bestbuy {max-width: 783px;}*/
/*#txtmark {max-width: 950px; padding-left: 160px;}*/

.box_gift {border: 2px solid #125b5c; border-radius: 12px; /*max-width: 990px; margin:0 auto;*/}

.box_gift .txt_head {
    /*position: absolute;*/
    width: auto;
    height: auto;
    background: #125b5c;
    transform: skew(-17deg);
    color: #fff;
    font-size: 44px;
    font-family:'db_heaventmed_cond';
    padding: 8px 5% 3px 5%;
/*    left: 360px;
    top: -35px;*/
    display: inline-block;
    margin-top: -40px;
    }

.box_gift .txt_sub {margin-top: 20px;}
.box_gift .txt_sub  h2{font-size: 45px;  font-family:'db_heaventbold_cond';}
.txt_gift {font-size: 35px; font-family:'db_heaventmed_cond';}

.txt_gift_reno h3 {font-size: 28px; font-family:'db_heaventbold_cond';} 
.img_giftset {margin: 15px 0 40px 0}


.line h3:after {content: ''; position: absolute; right: 1.5%; width: 2px; height: 80%; background: #e1e1e1;}