@charset "UTF-8";
    @import url("https: //fonts.googleapis.com/earlyaccess/notosanstc.css");
    @import url("https: //fonts.googleapis.com/earlyaccess/notosanstc.css");
    * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans TC',  '微軟正黑體',  Arial,  Helvetica,  sans-serif;
    font-weight: normal;
}
body, html {
    background-color: #fff!important;
    color: #3f3f3f;
    font-family: 'Noto Sans TC',  '微軟正黑體',  Arial,  Helvetica,  sans-serif;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    position: relative;
}
body.prime_body {
    position: relative;
    font-family: 'Noto Sans TC',  '微軟正黑體',  Arial,  Helvetica,  sans-serif;
    color: #3f3f3f; 
}
a {
    color: #;
}

.modal:before {
    content: '';
    display: inline!important;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.header_box {
    width: 100%;
    background: #fff;
}

.header_desktop {
    position: fixed;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 0;
    border: 0;
    border-bottom: 0px solid #ff7928;
    margin: 0;
    min-height: inherit;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header_desktop .navbar-nav>li>a {
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_desktop .container {
    width: 1100px;
    margin: auto;
    padding: 0;
    float: none;
    /*overflow: hidden;*/
}
.header_desktop a {
    letter-spacing: 1px;
}
.header_desktop img {
    width: 100%;
    max-width: 100%;
    height: auto;

}
.header_desktop ul.nav {
    float: none;
}


.header_desktop li.text {
    width: 170px;
    position: relative;
}
.header_desktop li.logo {
    width: 280px;
    margin-right: 112px;
	padding-top: 0px;
	margin-bottom: -10px;
/*background: url(../img/logo_ft.svg);
  background-size: cover;*/
}


.header_desktop li.logo a {
    background-color: inherit;
}
.header_desktop li.text a {
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 63px;
    padding: 10px 20px 0px;
}
.header_desktop li.text a:hover {
    background-color: #f2f2f2;
    color: #3f3f3f;
}
.header_desktop li.active a:hover, .header_desktop li.text a:focus {
    color: #fff;
    background-color: #ff7928;
}

.header_desktop .navbar .dropdown:before {
    width: 0;
}
.header_desktop li.coinP {
    /*padding: 5px 14px;*/
    font-size: 18px;
    margin-top: 10px;
    float: right;
    color: #fff;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header_desktop li.coinP:hover {
    -webkit-box-shadow: rgba(255, 255, 255, .15) 0 0px 0px 40px inset;
    box-shadow: rgba(255, 255, 255, .15) 0 0px 0px 40px inset;
}
.header_desktop li.coinP a {

    text-decoration: none;
}
.header_desktop li.coinP a:focus, .header_desktop li.coinP a:hover, .header_desktop li.logo a:focus a:focus, .header_desktop li.logo a:hover a:hover {
    background-color: transparent;
}
.header_desktop .fixbg {
    position: relative;
}
.header_desktop .fixbg:before {
	content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 50px;
    background: url(../img/nav_shadow.png) top center no-repeat;
    bottom: -76px;
}
.header_desktop span.icon_p img {
    width: 35px;
    margin-right: 5px;
    vertical-align: -8px;
}
.header_desktop ul.dropdown-menu {
    position: absolute;
    background-color: #ff7928;

    margin-top:2px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.header_desktop ul.dropdown-menu li {
    /*display: inline-block;*/
    float: none;
    height: auto;
/*    margin: 0 10px;*/
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_desktop ul.dropdown-menu a {
    display: block;
    color: #fff;
    padding: 0;
    line-height: inherit;
    font-size: 1.1rem;
    font-weight: 300;
}
.header_desktop ul.dropdown-menu a.active, .header_desktop ul.dropdown-menu a:hover {
    color: #ff7928!important;
    background-color: inherit;
}
.header_desktop ul.dropdown-menu a.active .btn:after, .header_desktop ul.dropdown-menu a:hover .btn:after {
    width: 100%;
    opacity: 1;

}
.header_desktop ul.dropdown-menu .btn {
    overflow: hidden;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    margin: 4px 0;
/*    padding: 3px 25px;*/
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.header_desktop ul.dropdown-menu .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.navbar .dropdown:before {
    display: none;
}
li.text.only.dropdown.open a {
    color: #fff;
}
li.text.only.dropdown.open a.dropdown-toggle {
    background-color: #ff7928;
}
a.active {
    color: #fff!important;
    background-color: #ff7928;
}
.header_mobile {
    display: none;
    width: 100%;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.header_mobile img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.header_mobile ul {
    width: 100%;
    margin: 0;
    overflow: hidden;
    padding: 2.5vmin 3vmin 2.2vmin;
    border-bottom: 1px dotted #CCCCCC;
    background-color: #fff;
}
.header_mobile ul li {
    float: left;
    position: relative;
}
.header_mobile li.arrow {
    width: 4%;
    margin-right: 10px;
    margin-top: 0.6vmin;
}
.header_mobile li.logo {
    width: 52%;
    margin-top: 0.7vmin;
}
.header_mobile li.card {
    float: right;

    line-height: 0;
}
.header_mobile li.card img {
    width: 61px;
    margin-right: 8px;
    vertical-align: -1.3vmin;
}
.header_mobile li.card a.btn {

    color: #fff;
    text-decoration: none;
    font-size: 2.6rem;
    line-height: 0;

}
.header_mobile li.coinP {
    float: right;
    line-height: 0;
}





/*.coinP::before{
content: '';
    top: -38px;
    right: 3px;
    position: absolute;
    width: 60%;
    height: 100%;

    border-bottom: 1px dashed #a2a2a2;
}
.coinP::after{
content: '';
    top: 40px;
    right: 3px;
    position: absolute;
    width: 60%;
    height: 100%;
    border-top: 1px dashed #a2a2a2;
}*/

img.icon_p{
    padding-top: 2px;
    width: 48px;
   margin-right: 5px;
}



.icon_word{
    text-align: center;
    line-height: 45px;
    margin-top: 10%;
    display: block;
    float: right;
    line-height: 35px;
    border-top: 1px dashed #a2a2a2;
    border-bottom: 1px dashed #a2a2a2;
}

a.download_app{
    color:#595757;

}
a.download_app:hover{
opacity:0.7;

}
.header_mobile li.coinP a.btn {

    line-height: 0;
}
.header_mobile li.coinP img {
    width: 42px;
}
.about .arw, .school .arw {
    width: 0!important;
}
.nav_mobile {
    display: none;
}
.nav_mobile .navbar {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    min-height: inherit;
    border-bottom: 1px solid #dfdfdf;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
li.nav-item.dropdown.open span.arw {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
li.nav-item {
    text-align: center;
    width: calc(100% / 4);
    float: left;
}
li.nav-item span.arw {
    font-size: 3vmin;
    padding-left: 2px;
}
li.nav-item:nth-child(2) {
    border-right: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
}
li.nav-item:nth-child(3) {
    border-right: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
}
.navbar .dropdown {
    position: static;
}
.dropdown-menu {
    min-width: auto;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 0;
    border-width: 0px;
    margin-top: -1px;
    padding: 0 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.nav_mobile .nav-tabs, .nav_mobile .nav-tabs>li, .nav_mobile .nav-tabs>li.active>a, .nav_mobile .nav-tabs>li>a, .nav_mobile .nav-tabs>li>a:hover {
    border: 0;
    background-color: #ff7928;
    color: #fff;
    width: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav_mobile a.nav-link {
    font-size: 4.2vmin;
    font-weight: 500;
    color: #3f3f3f;
    padding: 5px 10px!important;
}
.nav_mobile .nav-tabs>li {
    margin: 0;
    float: none;
}
.nav_mobile .nav .open>a, .nav_mobile .nav .open>a:focus, .nav_mobile .nav .open>a:hover, .nav_mobile .nav>li>a:focus, .nav_mobile .nav>li>a:hover {
    background-color: #ff7928;
    color: #fff;
}
.nav_mobile .nav-tabs>li>a {
    font-size: 4vmin;
}
.nav_mobile {
    width: 100%;
    background-color: #fff;
}
.nav_mobile.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 1px 12px rgba(0,  0,  0,  0.175);
    box-shadow: 0 1px 12px rgba(0,  0,  0,  0.175);
}
@media only screen and (max-width:1240px) {
    .header_desktop .container {
    width: 990px;
}
.header_desktop li.logo {
    width: 190px;
    /*padding-top: 21px;*/
}
.header_desktop li.text {
    width: 160px;
}
.header_desktop li.text a {
    /*padding: 10px 42px 0px;*/
}
.header_desktop li.coinP {
    font-size: 16px;

}
.header_desktop .arw {
    font-size: 18px;
    vertical-align: -1px;
}
.header_desktop span.icon_p img {
    width: 35px;
}
.header_desktop ul.dropdown-menu {
    padding-right: 0px;
}
.header_desktop ul.dropdown-menu a {
    font-size: 17px;
    padding: 0 5px;
}
}@media only screen and (max-width:1023px) {
    .header_mobile, .nav_mobile {
    display: block;
}
.header_desktop {
    display: none;
}
.header_mobile li.coinP img{

    width: 61px;
}
.icon_word{
     line-height: 45px; }
.header_mobile ul {
    padding: 1.5vmin 2vmin 1.2vmin;
}
.header_mobile li.arrow {
    width: 2.5%;
    margin-top: 1.5vmin;
}
.header_mobile li.logo {
    width: 27%}
.nav_mobile .nav-tabs>li>a {
    font-size: 2vmin;
}
.nav_mobile a.nav-link {
    font-size: 2.5vmin;
}
.nav_mobile .nav-tabs>li {
    width: 33%;
    display: inline-block;
}
}@media only screen and (max-width:767px) {
    .nav_mobile a.nav-link {
    font-size: 4.3vmin;
    padding: 10px 3px!important;
}
.nav_mobile .nav-tabs>li>a {
    font-size: 4.2vmin;
    line-height: 2.5rem;
}
.nav_mobile .nav-tabs>li>a:hover {
    background-color: #818181;
}
.nav_mobile .nav-tabs>li {
    width: 32%}
.nav_mobile li.nav-item span.arw {
    font-size: 5vmin;
}
.nav_mobile .nav-tabs>li {
    width: 100%;
    border-bottom: 1px dotted #ff7679;
}

.header_mobile ul {
    padding: 2.5vmin 3vmin 2.2vmin;
}
.header_mobile li.arrow {
    width: 4%;
    margin-top: 0.6vmin;
}
.header_mobile li.logo {
    width: 52%}
.header_mobile li.coinP img {
/*    width: 5.48vmin;*/
}
.header_mobile li.card a.btn {
    font-size: 4.7vmin;
}
.header_mobile li.card img {
/*    width: 8vmin;*/
}
}@media only screen and (max-width:480px) {
    .header_mobile .Nav ul {
    border-bottom: 3px solid #ff7928;
}
.header_mobile li.arrow, .header_mobile li.logo {
    margin-top: 1vmin;
}
.header_mobile li.coinP a.btn {
    padding: 1vmin 2.5vmin;
}
.header_mobile li.coinP img {
    width: 12vmin;
}
.header_mobile li.card a.btn {
    font-size: 4vmin;
    padding: 2vmin 3vmin 1.2vmin;
}
.icon_word {
    font-size: 10px;
 line-height: 29px;
}
.header_mobile li.card img {
    width: 12vmin;
    margin-right: 4px;
}
}.logo_fastag {
margin: 0 auto;
    width: 400px;
    height: 100px;
    max-width: 100%;

}

.sub_menu{
    width: calc(100%/4 - 10px);
    text-align: center;
	float:left;
	margin: 0 5px;
}


.overhide .sub_menu img{
	width: 100%;
}

.menu_star{
 color: #ff7928;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 5px;   
    }    
.menu_star:hover{
     color: #dd6164;
    text-decoration: none;    
}


@media only screen and (max-width: 768px){

.logo_fastag {
	width: 320px;
    height: 90px;
}

.sub_menu{
    width: calc(100%/2 - 2px);
    padding: 1% 1%;
	margin: 0 1px;
    margin-bottom: 1%;  
}

}


@media only screen and (max-width: 768px){

.menu_star{

        font-size: 4.8vw;
  
    } 

}
.icon_buycar {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") -3px 4px;
    background-size: 750px auto;
}
.icon_giftbox {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") -76px -1px;
    background-size: 750px auto;
}
.icon_more {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") -167px -2px;
    background-size: 750px auto;
}
.icon_bag {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") -254px -5px;
    background-size: 750px auto;
}
.icon_bag2 {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") -255px -4px;
    background-size: 750px auto;
}
.icon_airplane {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") -338px -1px;
    background-size: 750px auto;
}
.day_01 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 680px;
    background-position: 1px -134px;
}
.day_02 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 560px;
    background-position: -87px -101px;
}
.day_03 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 680px;
    background-position: -229px -137px;
}
.day_04 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 680px;
    background-position: -337px -134px;
}
.day_05 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 680px;
    background-position: -430px -134px;
}
.day_06 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 680px;
    background-position: -517px -134px;
}
.day_07 {
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 680px;
    background-position: -604px -135px;
}
.day_active .day_01, li.active .day_01 {
    background-position: 1px -234px;
}
.day_active .day_02, li.active .day_02 {
    background-position: -87px -184px;
}
.day_active .day_03, li.active .day_03 {
    background-position: -229px -237px;
}
.day_active .day_04, li.active .day_04 {
    background-position: -337px -234px;
}
.day_active .day_05, li.active .day_05 {
    background-position: -430px -234px;
}
.day_active .day_06, li.active .day_06 {
    background-position: -517px -234px;
}
.day_active .day_07, li.active .day_07 {
    background-position: -604px -235px;
}
.icon_dollars {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 530px;
    background-position: 12px -263px;
}
.icon_infinite {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 490px;
    background-position: -97px -239px;
}
.icon_365day {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 470px;
    background-position: -202px -225px;
}
.icon_30day {
    width: 95px;
    height: 95px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 470px;
    background-position: -307px -225px;
}
.icon_how01 {
    width: 150px;
    height: 150px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 580px;
    background-position: 27px -387px;
}
.icon_how02 {
    width: 150px;
    height: 150px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 580px;
    background-position: -152px -384px;
}
.icon_how03 {
    width: 150px;
    height: 150px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 580px;
    background-position: -332px -384px;
}
.icon_how04 {
    width: 150px;
    height: 150px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 580px;
    background-position: 31px -571px;
}
.icon_how05 {
    width: 150px;
    height: 150px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 580px;
    background-position: -148px -573px;
}
.icon_how06 {
    width: 150px;
    height: 150px;
    background: url("../img/icon_all_v2.png?v01") top no-repeat;
    background-size: 580px;
    background-position: -328px -573px;
}
@media only screen and (max-width:768px) {
    .icon_bag, .icon_buycar, .icon_giftbox, .icon_more {
    width: 80px;
    height: 80px;
    background-size: 600px auto;
}
.icon_buycar {
    background-position: -2px 4px;
}
.icon_giftbox {
    background-position: -60px -1px;
}
.icon_more {
    background-position: -132px 0px;
}
.icon_bag {
    background-position: -203px -4px;
}
}@media only screen and (max-width:767px) {
    .logo_Prime {
    width: 115px;
    height: 25px;
    background-size: 520px auto;
    background-position: -3px -64px;
}
.icon_airplane {
    width: 65px;
    height: 65px;
    background-size: 520px auto;
}
.icon_buycar, .icon_giftbox, .icon_more {
    width: 55px;
    height: 55px;
    background-size: 420px auto;
}
.icon_buycar {
    background-position: -2px 2px;
}
.icon_giftbox {
    background-position: -42px 0px;
}
.icon_more {
    background-position: -93px 0px;
}
.icon_bag, .icon_bag2 {
    width: 65px;
    height: 65px;
    background-size: 520px auto;
    background-position: -176px -4px;
}
.icon_airplane {
    background-position: -235px -2px;
}
.icon_dollars {
    width: 75px;
    height: 75px;
    background-size: 420px;
    background-position: 10px -208px;
}
.icon_infinite {
    width: 75px;
    height: 75px;
    background-size: 400px;
    background-position: -79px -195px;
}
.icon_365day {
    width: 75px;
    height: 75px;
    background-size: 380px;
    background-position: -162px -181px;
}
.icon_30day {
    width: 75px;
    height: 75px;
    background-size: 380px;
    background-position: -248px -181px;
}
.icon_how01, .icon_how02, .icon_how03, .icon_how04, .icon_how05, .icon_how06 {
    width: 120px;
    height: 120px;
    background-size: 380px;
}
.icon_how01 {
    background-position: 15px -255px;
}
.icon_how02 {
    background-position: -101px -254px;
}
.icon_how03 {
    background-position: -220px -255px;
}
.icon_how04 {
    background-position: 15px -378px;
}
.icon_how05 {
    background-position: -101px -378px;
}
.icon_how06 {
    background-position: -217px -375px;
}
}.main_content {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    padding-top: 0px;
}

.main_content h2, .main_content h4, .main_content h5 {
    margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
	.main_content h2, .main_content h4, .main_content h5 {
		margin-bottom: 0px;
	}	
}

.main_content h2 hr, .main_content h4 hr, .main_content h5 hr {
    border: 0;
    border-bottom: 1px solid #3f3f3f;
    width: 370px;
    margin: 10px auto 0;
}
.main_content h5 {
    margin-bottom: 60px;
    padding: 0 15px;
	text-align: justify;
	line-height: 32px;
}
.section {
    position: relative;
    width: 100%;
    padding: 30px 0 30px;
}
@media only screen and (max-width:767px) {
	.section {
		padding: 20px 0 20px;
	}
}
.section .logo_Prime {
    vertical-align: -2px;
    margin: 0 3px;
}
hr{

    width: 70%;
    margin: 2% auto;
}
.content_box {
    width: 1100px;
    max-width: 95%;
    margin: auto;
}

div.about{
    background-image: url(../img/bglogo.png);
    background-repeat:no-repeat;
    background-position: center center;
}

@media only screen and (max-width:767px) {
div.section.about{
    background-image: url(/img/bglogo.png);

}

}


.more_about {

 text-align: center;
}
a.more_about {
    cursor: pointer;
    display: block;
    margin: 0% 20%;
    text-align: center;
    border: none!important;
    padding: 1% 5%;
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-decoration: none;
	background: #ff7928;
}
a.more_about.no {
	background: #6b6b6b!important;
}
.owl-carousel a.more_about.no:hover {
	background-color: #6b6b6b!important;
}
a.bank_about {

    margin: 0% 20%;
    text-align: center;
    border: 1px #a2a2a2 solid;
    padding: 1% 5%;
    color: #404040;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-decoration: none;
}

a.modal_get {
    cursor: pointer;
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-align: center;
    border: none!important;
    padding: 1% 5%;
    color: #ffffff;
	background: #ff7928;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
}

.modal-body{
        margin: 0 7%;
}

@media only screen and (max-width:580px){
.modal-body{
            margin: 0 1%;    
}

}

.logo_fastag_inmodal {
    width: 400px;
    max-width: 100%;
    margin:0 auto;

}

.close_brand_modal{
    display: table;
    margin: 30px auto;
    border-radius: 30px;
	border:none;
    padding: 1% 9%;
    background-color: #d32427;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
}

.modal-header{
    border-bottom:none;
	padding: 30px 15px 0px 15px;
}

hr.modal_line{
    width: 100%;
    margin:6% 0;
}

.modal_hash{
    margin-bottom: 2%;
}

.modal-footer{
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
	border-top:none!important;
}

.discount{
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
	border: 1px solid #ff7928;
}

.modal-body .discount ul li{
    text-align: center;
    width: 90%;
    margin: 0% 5%;
    border-bottom: 1px solid #e6e6e6;
}

.modal-body .discount ul li:last-child{
    border-bottom: none;
}

.modal-body .discount ul li img{
   	float:left;
	margin-right: 30px;
}

.modal-body .discount ul li dl{
   	margin-top: 50px;
}

.modal-body .discount ul li dl dt{
    color:red;
	font-size: 22px;
	margin: 10px 0;
}

.modal-body .discount ul li dl dd{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}

.modal-body .discount ul li dl b{
	font-size: 15px;
    font-weight: 400;
    padding: 2px 50px 2px 10px;
    background: #dadada;
}

@media only screen and (max-width:1445px){
	.modal-body .discount ul li img{
		width: 220px!important;
	}

}

@media only screen and (max-width:932px){
	.modal-body .discount ul li img{
		float:none;
		margin-right: 0px;
		display: block;
		width: 100%!important;
		margin-bottom: -20px;
	}
	.modal-body .discount ul li dl{
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.modal-body .discount ul li dl dt{
		font-size: 18px;
		margin: 0px;
	}
	.modal-body .discount ul li dl dd{
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 5px;
	}    
}

.modal_text p{
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 0% 1% 2% 1%;

}
.period_on{
    color: #fff;
    background-color: #ff7928;
    border: 1px solid #ff7928;   
}


.period_past{   
    color: #B3B3B4;
    background-color: #EDEDEE;
    border: 1px solid #B3B3B4; 
}

.period_future{   
    color: #ff7928;

    border: 1px solid #d1d1d1; 
}

.discount ul li p{
    font-size: 0.9rem;
    padding: 2% 0;
    margin: 4% 3%;
 
}

.on_time{
    color: #ff7928;
    border: 1px solid #fff;
    background-color: #fff; 
}

.past_time{
    background-color: #EDEDEE;
    border: 1px solid #B3B3B4; 
}

.future_time{
     background-color: #ff7928;
    border: 1px solid #ff7928; 
     color: #fff;   
}

.percentage{
        font-size: 4.5rem;
    font-weight: 800;
    line-height: 3rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}

.percentage small{
vertical-align: baseline;
    font-size: 50%;

}

.percentage_title{
    font-size: 2.8rem;
    line-height: 4rem;
    font-family: Arial, Helvetica, sans-serif;

    font-style: italic;
}

.percentage_title small{
    font-style: normal;
    font-size: 45%;

}



@media only screen and (max-width: 767px){
a.more_about {
    margin: 2% 2%;
	color:#fff;
    background-color: #ff7928;
	border:none!important;
	
}


a.bank_about {
    padding: 3% 12%;
}



}

@media only screen and (max-width: 598px){

.logo_fastag_inmodal {
    width:100%;
}    
}


.sub_KV {
    height: 270px;
    margin-top: 56px;
}
.sub_KV .sub_title_box {
    width: 320px;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 90px 0 0 125px;
}
.sub_KV .t4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.sub_KV .t2, .sub_KV span {
    font-size: 2.15rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 10px;
}
.sub_KV span {
    vertical-align: top;
    color: #ff7928;
}
.sub_KV hr {
    border-top: 2px solid #a2a2a2;
    margin: 0 auto;
    width: 89%}
sup {
    bottom: -.25em;
    background-color: #dcdcdc;
    padding: 0 5px;
    line-height: 0;
    font-size: 11px;
    margin: 0 3px 0 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%}
sup.block {
    background-color: #7a7a7a;
    color: #fff;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.close{
    opacity: .9;
}
div.destop_pic img {

    max-width: 100%;
    width: 100%;
    display: block;
}

div.mobile_pic img {
        max-width: 100%;
    width: 100%;
    display:none;
}

@media only screen and (max-width: 767px){
div.destop_pic img {
   display: none;
} 
div.mobile_pic img {
    display: block;
}

}


.modal-content{
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.5); 
    box-shadow: 0 0px 0px rgba(0,0,0,.5);
    border: 1px solid rgba(0,0,0,0);
}
.modal {
    z-index: 99999;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;

    vertical-align: middle;
}

@media (min-width: 768px){
 .modal-dialog{
    width: 65%;
 }   
}

@media (max-width: 767px){
 .modal-dialog{
    width: auto;
    margin:0px;
 }   
}


h4.modal-title {
    margin-bottom: 0;
    text-align: center;
}
h4.modal-title p {
    font-size: inherit;
}
h4.modal-title span {
    display: block;
}
.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
}
#only {
    padding-top: 110px;
}
.fixed_under {
    width: 100%;
    height: 54px;
    position: fixed;
    z-index: 5;
    background-color: rgba(13,  98,  162,  0.83);
    color: #fff;
    bottom: 0;
    right: 0;
}
.fixed_under img {
    width: 100%}
.fixed_under .close_under {
    width: 100%;
    position: relative;
}
.fixed_under .close_under .btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1rem;
    font-weight: lighter;
    font-family: 'Noto Sans TC',  '微軟正黑體',  Arial,  Helvetica,  sans-serif;
    opacity: 0.6;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0;
    line-height: 21px;
}
.fixed_under .content_box {
    padding-top: 8px;
}
.fixed_under .share_box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixed_under .fb_share, .fixed_under .line_share {
    width: 38px;
}
.fixed_under .line_share {
    margin-left: 15px;
}
.fixed_under .btn_box {
    margin-left: auto;
}
.fixed_under .btn_box a {
    text-decoration: none;
    line-height: 10px;
    color: #fff;
    margin: 0 10px;
    position: relative;
}
.fixed_under .btn_box a:active, .fixed_under .btn_box a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.fixed_under .btn_box a.activateCard {
    overflow: hidden;
    padding: 5px 10px 5px;
    font-size: 1.2rem;
    font-weight: inherit;
    color: #fff;
    background-color: #ff7928;
    border: 2px solid #ff7928;
}
.fixed_under .btn_box a.activateCard span {
    font-size: inherit;
}
.fixed_under .btn_box a.activateCard img {
    width: 25px;
    margin-right: 6px;
    vertical-align: -5px;
}
.fixed_under .btn_box a.activateCard:hover {
    color: #fff;
}
.fixed_under .agree {
    text-align: left;
    padding: 0;
    margin: 11px 3px 0 0;
}
.fixed_under .agree a {
    margin: 0;
    padding: 0;
}
.fixed_under .agree span.arrow {
    font-size: 30px;
}
.fixed_under .agree h5 {
    color: #fff;
    line-height: 0;
    padding: 0px 0 0px;
    margin: 0;
}
.fixed_under .agree p {
    display: inline-block;
    font-size: inherit;
    line-height: 0;
    letter-spacing: 0.03rem;
}
.fixed_under .agree label {
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    padding-left: 20px;
    text-indent: -27px;
}
.fixed_under .agree span.t5 {
    font-weight: 400;
    font-size: 11px;
    line-height: 0;
    letter-spacing: 0.03rem;
    display: inherit;
    padding: 11px 0 0 3px;
    vertical-align: 3px;
}
.fixed_under .agree .checkbox-input {
    display: none;
}
.fixed_under .agree .checkbox {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin: -7px 28px 0 0;
}
.fixed_under .agree .checkbox-input:checked+.checkbox {
    background-color: #57ad68;
}
.fixed_under .agree .checkbox-input:checked+.checkbox:after {
    content: "\2714";
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-left: 31px;
}
.fixed_under .card_box {
    position: relative;
    width: 120px;
    margin-left: 5px;
}
.fixed_under .card_box img {
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px rgba(255,  255,  255,  0.3),  0 0 0 2px rgba(255,  255,  255,  0.3),  0 0 0 3px rgba(255,  255,  255,  0.3);
    box-shadow: 0 0 0 1px rgba(255,  255,  255,  0.3),  0 0 0 2px rgba(255,  255,  255,  0.3),  0 0 0 3px rgba(255,  255,  255,  0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (max-width:1220px) {
    .fixed_under .fb_share {
    margin-left: 0;
}
.fixed_under .close_under {
    width: 40px;
    float: right;
    margin-right: 10px;
}
.fixed_under .content_box {
    padding-right: 40px;
}
}@media only screen and (max-width:1024px) {
    .fixed_under .close_under {
    width: 40px;
    float: right;
    margin-right: 0;
}
.fixed_under .content_box {
    padding-right: 40px;
}
}@media only screen and (max-width:767px) {
    .fixed_under .share_box {
    margin: 5px 5px 0 0;
}
.fixed_under .fb_share, .fixed_under .line_share {
    width: 33px;
}
.fixed_under .line_share {
    margin-left: 10px;
}
.fixed_under .content_box {
    padding-right: 30px;
}
.fixed_under .close_under .btn {
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
    line-height: 18px;
}
.fixed_under .btn_box {
    margin-right: 0;
}
.fixed_under .btn_box a.activateCard {
    padding: 4px 5px 2px;
    margin: 5px 0 0;
    font-size: 1.2rem;
}
.fixed_under .btn_box a.activateCard span.arrow {
    display: inline-block;
}
.fixed_under .btn_box a.activateCard img {
    width: 27px;
}
.fixed_under .agree {
    padding: 0px 5px 0;
    margin: 10px 0 0;
}
.fixed_under .agree .checkbox {
    margin-right: 0;
}
.fixed_under .agree span.t5 {
    display: inline;
    line-height: 1.2rem;
    padding: 0;
    vertical-align: 1px;
}
.fixed_under .agree label {
    text-indent: 0;
    padding-left: 0;
}
.fixed_under .agree .checkbox-input:checked+.checkbox:after {
    margin-left: 0px;
}
.fixed_under .agree .checkbox, .fixed_under .agree .checkbox-input, .fixed_under .agree .checkbox-input:checked+.checkbox, .fixed_under .agree p, .fixed_under .btn_box a.activateCard span, .fixed_under .card_box {
    display: none;
}
.fixed_under .agree .checkbox-input {
    display: inherit;
    vertical-align: -2px;
}
}@media only screen and (max-width:460px) {
    .fixed_under .agree {
    margin: 0;
}
}@media only screen and (max-width:359px) {
    .fixed_under .close_under .btn {
    top: 18px;
    right: 10px;
    width: 19px;
    height: 19px;
    line-height: 15px;
}
.fixed_under .content_box {
    padding-right: 25px;
}
.fixed_under .btn_box a.activateCard img {
    width: 22px;
    margin-right: 3px;
}
.fixed_under .btn_box a.activateCard {
    padding: 1px 4px 2px;
    margin: 5px 0 0;
    font-size: 1rem;
}
.fixed_under .agree {
    padding: 3px 2px 0;
    margin: 0;
}
.fixed_under .share_box {
    margin: 5px 3px 0 0;
}
.fixed_under .line_share {
    margin-left: 8px;
}
}.applyCard {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
    text-align: center;
    padding: 50px 0 30px;
    font-size: 13px;
    line-height: 24px;
}
.applyCard .btn_box {
    width: 580px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
.applyCard .agree {
    width: 90%;
    text-align: left;
    margin: 0 auto 50px;
}
.applyCard .agree a {
    margin: 0;
    padding: 0;
}
.applyCard a {
    text-decoration: none;
    line-height: 10px;
    color: #fff;
    margin: 0 10px;
    position: relative;
}
.applyCard a:active, .applyCard a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.applyCard a.activateCard, .applyCard a.howCard {
    overflow: hidden;
    padding: 12px 30px 8px;
    font-size: 1.6rem;
    font-weight: inherit;
    color: #fff;
}
.applyCard a.activateCard {
    background-color: #ff7928;
    border: 2px solid #ff7928;
    margin: 0 30px 0 0;
    padding: 15px 30px 6px;
}
.applyCard a.activateCard img {
    width: 40px;
    margin-right: 6px;
    vertical-align: -8px;
}
.applyCard a.howCard {
    background-color: #158bca;
    border: 2px solid #158bca;
    margin: 0 0 0 30px;
    padding: 14px 30px 10px;
}
.applyCard a.howCard img {
    width: 40px;
    margin-right: 6px;
    vertical-align: -5px;
}
.applyCard a.activateCard:hover, .applyCard a.howCard:hover {
    color: #fff;
}
.applyCard a.note {
    background-color: #a2a2a2;
    padding: 5px 20px 6px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.applyCard span.arrow {
    font-size: 30px;
}
.applyCard h5, .applyCard h6 {
    color: #6b6b6b;
    line-height: 0;
}
.applyCard h5 {
    padding: 10px 0 0px;
    width: 50%}
.applyCard p {
    margin-bottom: 20px;
    font-size: inherit;
}
.applyCard p.remind {
    font-size: 20px;
    margin: 20px 0 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.applyCard p.attention {
    width: 1100px;
    max-width: 92%;
    margin: 0 auto 50px;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
}
.applyCard label {
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    padding-left: 20px;
    text-indent: -27px;
}
.applyCard span.t5 {
    font-weight: 400;
    font-size: 1rem;
}
.applyCard .switch {
    margin: 20px 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}
.applyCard .checkbox-input {
    display: none;
}
.applyCard .checkbox {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}
.applyCard .checkbox-input:checked+.checkbox {
    background-color: #57ad68;
}
.applyCard .checkbox-input:checked+.checkbox:after {
    content: "\2714";
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-left: 31px;
}
.notice {
    display: none;
    background-color: #e0e0e0;
    text-align: left;
    overflow: hidden;
    padding: 10px;
    margin: auto;
    width: 500px;
    max-width: 90%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.notice h4 {
    margin-bottom: 20px;
    text-align: center;
}
.notice ul li {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 5px;
}
.notice .note_box {
    width: 100%;
    max-height: 150px;
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.notice .note_box::-webkit-scrollbar {
    width: 5px;
}
.notice .note_box::-webkit-scrollbar-track {
    background-color: #ccc;
}
.notice .note_box::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
span.arw.rotate {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.footer {
    width: 100%;
    padding: 30px 0 10px;
    background-color: #0e0e0e;
    text-align: center;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
}
.footer .desktop h4 {
    text-decoration: underline;
    font-size: 17px;
    margin-bottom: 20px;
}
.footer .desktop a {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .desktop a:hover {
    color: #00b0ec;
}
.footer .desktop ul {
    width: 1100px;
    max-width: 92%;
    margin: auto;
}
.footer .desktop ul li {
    vertical-align: top;
    font-size: 14px;
    width: 130px;
    margin: 0 10px;
    text-align: left;
    float: left;
}
.footer .desktop li:first-child {
    margin-left: 15%;
}
.footer .desktop li:nth-child(4) {
    width: 140px;
}
.footer .desktop li.downloadAPP {
    width: 140px;
    margin-left: 3%;
    float: left;
    text-align: center;
}
.footer .desktop li.downloadAPP a {
    text-align: center;
    margin: 0;
}
.footer .desktop .QRCode {
    width: 110px;
    border: 3px solid #fff;
} 
.footer .mobile {
    display: none;
    line-height: 2em;
}
.footer .mobile a {
    color: #fff;
    margin: 0 15px;
    text-decoration: underline;
    font-size: 15px;
    display: inline-block;
}
.footer .mobile a:hover {
    color: #00b0ec;
}

/*------底部宣告------*/
.block_S {
    color: #959595;
    background-color: #282828;
}
.block_S .msg_box {
    padding-top: 15px;
    font-size: 0;
    text-align: center;
}
.block_S .msg_box .left, .block_S .msg_box .right {
    float: none;
    display: inline-block;
}

.block_S .left {
    margin: 0 12px;
    padding: 5px 10px;
    border: 1px solid #959595;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    vertical-align: middle;
}
.block_S .msg_box .left, .block_S .msg_box .right {
    float: none;
    display: inline-block;
}

.block_S .right {
    font-size: 13px;
    vertical-align: middle;
    text-align: left;
    line-height: 1.5;
}

@media screen and (max-width: 736px){
.block_S {
    padding: 15px;
    height: auto;
}
.block_S .msg_box {
    padding: 0;
    width: 100%;
}
	
.block_S .msg_box .left, .block_S .msg_box .right {
    display: block;
}

.block_S .left {
    font-size: 5vw;
}
	
.block_S .right {	
    margin-top: 10px;
    font-size: 3vw;
}
	
.block_S .msg_box .left, .block_S .msg_box .right {
    display: block;
}
	
.block_S .right li {
    display: inline;
}	

}
.copyright {
    background-color: #101010;
    color: #fff;
    padding: 0px 0 120px 0;;
}
.copyright .mobile {
    display: none!important;
    text-align: center;
    margin-bottom: 20px;
}
.copyright a {
    color: #ff7928;
    text-decoration: underline;
}
.copyright p {
    width: 1100px;
    max-width: 92%;
    margin: auto;
    font-size: 13px;
	margin-top: 30px;
}
#sendto p {
    text-align: center;
    font-size: 1.2rem;
    margin: 0;
}
#connection .modal-content span {
    font-size: inherit;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    background-color: #e7e7e7;
    margin-right: 8px;
    padding: 0 5px;
    display: inline-block;
    margin-bottom: 5px;
}
#connection .modal-content p.keyword {
    line-height: 2.2rem;
    margin-bottom: 15px;
}
#connection .modal-content a {
    color: #158bca;
    margin: 0;
}
#reconfirm .modal-dialog {
    max-width: 90%}
#reconfirm .modal-content {
    font-size: 1rem;
    text-align: center;
}
#reconfirm .modal-content .modal-header {
    background-color: inherit;
    border: 0;
    padding: 10px;
}
#reconfirm .modal-content .agree {
    margin-bottom: 0;
}
#reconfirm .modal-content h5 {
    width: 100%;
    text-align: center;
}
#reconfirm .modal-content a.activateCard {
    margin: 0;
}
@media only screen and (max-width:1023px) {
    .footer {
    padding: 15px 0;
}
.copyright .mobile {
    display: block!important;
}
.applyCard .btn_box {
    width: 550px;
    max-width: 95%}
.applyCard a.activateCard {
    padding: 12.2px 30px 6px;
}
.applyCard a.howCard {
    padding: 11px 30px 10px;
}
}@media only screen and (max-width:767px) {
    .copyright .mobile img {
    width: 250px;
}
}@media only screen and (max-width:580px) {
    .applyCard span.arrow {
    font-size: 24px;
}
.applyCard h4 {
    font-size: 15px;
}
.applyCard h6 {
    letter-spacing: 0;
}
.applyCard h5 {
    width: 65%}
.applyCard .agree {
    padding-left: 10px;
}
.applyCard a.activateCard, .applyCard a.howCard {
    margin: 0 7px;
    font-size: 20px;
}
.applyCard a.activateCard {
    padding: 12.2px 10px 6px;
}
.applyCard a.howCard {
    padding: 11px 10px 10.8px;
}
.applyCard p.remind {
    font-size: 18px;
}
.applyCard p.attention {
    font-size: 12px;
}
.footer .mobile a {
    margin: 0 9px;
}
.copyright .mobile img {
    width: 45%}
}@media only screen and (max-width:400px) {
    .footer .mobile a {
    margin: 0 20px;
}
.applyCard a.activateCard, .applyCard a.howCard {
    margin: 0 5px;
    font-size: 18px;
}
.applyCard a.activateCard {
    padding: 11.2px 10px 5px;
}
.applyCard a.activateCard img {
    width: 30px;
}
.applyCard a.howCard {
    padding: 9px 10px 8px;
}
.applyCard a.howCard img {
    width: 30px;
}
}@media only screen and (max-width:350px) {
    .applyCard a.activateCard, .applyCard a.howCard {
    font-size: 15.5px;
}
.applyCard a.activateCard {
    padding: 7.2px 5px 5px;
}
.applyCard a.howCard {
    padding: 7px 5px 8.2px;
}
}.mobile_slider, .slider_wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
}
.mobile_slider img, .slider_wrap img {
    width: 100%;
    max-width: 100%}
.mobile_slider .owl-carousel, .slider_wrap .owl-carousel {
    top:56px;
    position: relative;
}

@media only screen and (max-width:1021px){
.mobile_slider .owl-carousel, .slider_wrap .owl-carousel {
    top:0px;

}

}


.mobile_slider .owl-nav, .slider_wrap .owl-nav {
    margin: 0;
    padding: 0 10px;
}
.mobile_slider .owl-theme .owl-nav [class*=owl-], .slider_wrap .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    font-size: 5em;
    background: inherit;
    font-family: 'Karla',  sans-serif;
    line-height: 1;
    color: rgba(255,  255,  255,  0.7);
    margin: -18px 0 0;
    padding: 0;
}
.mobile_slider .owl-prev, .slider_wrap .owl-prev {
    left: 10px;
}
.mobile_slider .owl-next, .slider_wrap .owl-next {
    right: 10px;
}
.mobile_slider .owl-theme .owl-dots, .slider_wrap .owl-theme .owl-dots {
    margin-top: 10px;
    position: relative;
    margin-bottom: 4%;
}

@media only screen and (max-width:768px) {
.mobile_slider .owl-theme .owl-dots, .slider_wrap .owl-theme .owl-dots {
    
    margin-top: 10px;
    position: relative;
    margin-bottom: 0px;
}  


}



.mobile_slider .owl-theme .owl-dots .owl-dot.active span, .mobile_slider .owl-theme .owl-dots .owl-dot:hover span, .slider_wrap .owl-theme .owl-dots .owl-dot.active span, .slider_wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7928;
}
.mobile_slider .item, .slider_wrap .item {
    height: 500px;
    overflow: hidden;
}
.slider_wrap .content_box {
    position: relative;
}
.slider_wrap .card_box {
    background-color: rgba(255,  255,  255,  0.8);
    position: absolute;
    z-index: 5;
    width: 275px;
    top: 90px;
    right: 0;
    padding-bottom: 25px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 90px 10px 10px 10px;
    -moz-border-radius: 90px 10px 10px 10px;
    border-radius: 90px 10px 10px 10px;
    -webkit-box-shadow: rgba(0,  0,  0,  0.5) 2px 2px 15px;
    -moz-box-shadow: rgba(0,  0,  0,  0.5) 2px 2px 15px;
    box-shadow: rgba(0,  0,  0,  0.5) 2px 2px 15px;
}
.slider_wrap .card_box .bar {
    width: 100%;
    text-align: right;
    padding: 15px 0 0;
}
.slider_wrap .card_box .bar img {
    width: 85%}
.slider_wrap .card_box .btn_box {
    margin-top: 20px;
}
.slider_wrap .card_box .btn_box a:active, .slider_wrap .card_box .btn_box a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slider_wrap .card_box .btn_box a.activateCard, .slider_wrap .card_box .btn_box a.howCard {
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: inherit;
    color: #fff;
}
.slider_wrap .card_box .btn_box a.activateCard {
    background-color: #ff7928;
    border: 2px solid #ff7928;
    padding: 8px 25px 6px;
}
.slider_wrap .card_box .btn_box a.activateCard img {
    width: 40px;
    margin-right: 6px;
    vertical-align: -8px;
}
.slider_wrap .card_box .btn_box a.howCard {
    background-color: #158bca;
    border: 2px solid #158bca;
    padding: 8px 25px 6px;
}
.slider_wrap .card_box .btn_box a.howCard img {
    width: 40px;
    margin-right: 6px;
    vertical-align: -8px;
}
.slider_wrap .card_box .btn_box .agree {
    width: 83%;
    text-align: left;
    margin: 15px auto;
}
.slider_wrap .card_box .btn_box .agree h5 {
    padding: 0;
    margin: 0;
    line-height: 0;
    color: #6b6b6b;
}
.slider_wrap .card_box .btn_box .agree h6 {
    line-height: inherit;
    font-size: 14px;
    font-weight: 300;
}
.slider_wrap .card_box .btn_box .agree a {
    margin: 0;
    padding: 0;
    color: #6b6b6b;
    text-decoration: none;
    font-weight: 400;
}
.slider_wrap .card_box .btn_box .agree label {
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    padding-left: 20px;
    text-indent: -27px;
}
.slider_wrap .card_box .btn_box .agree span.t5 {
    font-weight: 400;
    font-size: 0.9rem;
}
.slider_wrap .card_box .btn_box .agree .switch {
    margin: 20px 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}
.slider_wrap .card_box .btn_box .agree .checkbox-input {
    display: none;
}
.slider_wrap .card_box .btn_box .agree .checkbox {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}
.slider_wrap .card_box .btn_box .agree .checkbox-input:checked+.checkbox {
    background-color: #57ad68;
}
.slider_wrap .card_box .btn_box .agree .checkbox-input:checked+.checkbox:after {
    content: "\2714";
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    margin-left: 30px;
}
.slider_wrap .card_box .btn_box .agree hr {
    border-top: 1px dashed #a2a2a2;
    margin: 15px auto 20px;
}
.mobile_slider {
    display: none;
}
.mobile_slider .item {
    height: auto;
}
.mobile_slider .owl-theme .owl-nav [class*=owl-] {
    margin: 0 0 0;
    font-size: 3em;
}
@media only screen and (max-width:1024px) {
    .slider_wrap .card_box {
    width: 230px;
    top: 50px;
}
.slider_wrap .item {
    background-position: 50% top!important;
    background-size: 216%!important;
    height: 425px;
}
}@media only screen and (max-width:1023px) {
    .slider_wrap .card_box {
    display: none;
}
.slider_wrap .item {
    background-position: 42% top!important;
    background-size: cover!important;
}
}@media only screen and (max-width:768px) {
    .slider_wrap {
    display: none;
}
.mobile_slider {
    display: block;
}
}.about h2 {
    margin-top: -20px;
}
.about ul.spend {
    width: 100%}
.about ul.spend li {
    vertical-align: top;
    background-color: #f2f2f2;
    text-align: center;
}
.about ul.spend li h5 {
    height: 38px;
    width: 100%;
    background-color: #a2a2a2;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 8px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 13px 13px 0 0;
    -moz-border-radius: 13px 13px 0 0;
    border-radius: 13px 13px 0 0;
}
.about ul.spend li.inside {
    width: 72%;
    margin-right: 2%}
.about ul.spend li.outside {
    width: 26%}
.about ul.inStore {
    padding: 25px 10px 20px;
    width: 100%}
.about ul.inStore li {
    float: none;
    display: inline-block;
    width: calc(100% / 3 - 10px);
    position: relative;
}
.about ul.inStore li .icon_box {
    position: absolute;
    width: 100%;
    background-color: #ff7928;
    color: #fff;
}
.about ul.inStore li .icon_box .icon {
    background-color: #fff;
    padding: 10px;
    margin: -12px auto 10px;
    border: 5px solid #ff7928;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
}
.about ul.inStore li:nth-child(2) {
    margin: 0 5px 0;
}
.about ul.inStore li.more {
    position: relative;
    width: 97.5%;
    margin-top: 30px;
    background-color: #fff;
    padding: 16px 10px 20px;
    -webkit-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
}
.about ul.inStore li.more h5 {
    background-color: inherit;
    border-radius: 0;
    color: inherit;
    font-size: 1.25rem;
    margin-bottom: -15px;
}
.about ul.inStore li.more h5 span {
    font-size: inherit;
    background-color: #ff7928;
    color: #fff;
    padding: 2px 10px;
}
.about ul.inStore li.more .left_box, .about ul.inStore li.more .right_box {
    width: 50%;
    float: left;
    position: relative;
}
.about ul.inStore li.more .left_box:before {
    content: '';
    top: 22px;
    right: 0;
    position: absolute;
    width: 1px;
    height: 75%;
    border-right: 1px dashed #a2a2a2;
}
.about ul.inStore li.more .t4 {
    font-size: 1.4rem;
}
.about ul.inStore li.more .t4 span {
    color: #ff7928;
    font-size: inherit;
}
.about ul.inStore li.more:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -14px;
    left: 50%;
    right: 50%;
    margin-left: 240px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    border-color: #fff #fff transparent transparent;
    -webkit-box-shadow: 4px -4px 6px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 4px -4px 6px rgba(0,  0,  0,  0.1);
    box-shadow: 4px -4px 6px rgba(0,  0,  0,  0.1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about .txt_box {
    width: 96%;
    margin: 90px auto 0;
    background-color: #fff;
    padding: 16px 10px 10px;
    -webkit-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
}
.about .txt_box .percentage {
    color: #ff7928;
    font-size: 7rem;
    font-weight: 800;
    line-height: 5rem;
    font-family: Arial,  Helvetica,  sans-serif;
    margin-top: 20px;
    position: relative;
}
.about .txt_box .percentage small {
    font-weight: 400;
    font-size: 50%;
    vertical-align: 0;
}
.about .txt_box .percentage small.add {
    font-size: 70%;
    vertical-align: 32px;
    line-height: 0;
}
.about .txt_box .percentage .bounce {
    width: 52px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    margin: 0 0 0 30px;
    font-size: 1.15rem;
    line-height: 1rem;
    color: #fff;
    background-color: #ff7928;
    padding: 5px;
}
.about .txt_box h6 {
    font-weight: 400;
    line-height: 1.5rem;
    font-size: 1.15rem;
    margin: 0;
}
.about .txt_box h6 p {
    font-size: inherit;
    margin: 10px 0 0 0;
}
.about .t5 {
    font-size: 1.15rem;
    letter-spacing: 1px;
    margin: 10px 0;
}
.about ul.spend li.outside {
    position: relative;
}
.about ul.spend li.outside .icon_box {
    position: absolute;
    width: 90%;
    background-color: #158bca;
    color: #fff;
    top: 63px;
    left: 5%}
.about ul.spend li.outside .icon_box .icon {
    background-color: #fff;
    padding: 10px;
    margin: -12px auto 10px;
    border: 5px solid #158bca;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
}
.about .outside_box {
    width: 86%;
    margin: 95px auto 20px;
    background-color: #fff;
    overflow: hidden;
    color: #158bca;
    -webkit-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
}
.about .outside_box .percentage {
    color: #158bca;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -4px;
    font-family: Arial,  Helvetica,  sans-serif;
    margin: 20px 0;
    padding-top: 15px;
}

.about .outside_box .percentage .t5 {
    color: #3f3f3f;
    line-height: 1;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.about .outside_box .percentage small {
    font-weight: 400;
    font-size: 50%;
    vertical-align: 0px;
    padding-left: 5px;
}
.about .outside_box .percentage hr {
    border: 0;
    border-bottom: 1px dashed #158bca;
    width: 55%;
    margin: 15px auto;
}
.about .outside_box h6 {
    font-weight: 400;
    line-height: 1.5rem;
    color: #3f3f3f;
    margin: 2.0rem 0 1.3em;
    font-size: 1.15rem;
}
.about .outside_box h6 p {
    font-size: inherit;
    line-height: inherit;
}
.about ul.special {
    padding-bottom: 5%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.about ul.special .t5 {
    width: 100%;
    margin: 0;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    border-radius: 9px 9px 0 0;
    background-color: #a2a2a2;
}
.about ul.special h5 {
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    line-height: 1.5rem;
}
.about ul.special h5 b {
    vertical-align: 0;
}
.about ul.special h6 {
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 1.3rem;
}
.about ul.special li {
    width: 32%;
    margin-right:1%;
    border: 0px solid #CCCCCC;
}
.about ul.special li img {
    margin-top: 0rem;
}

.about ul.special li .left_box {
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 3%;
}
.about ul.special li .right_box {
    font-style:italic;
    float: left;
    width: 55%;
    text-align: left;
}

.getfastag {
       background-color: #ff7928;
       color:#FFF;
}
.fourspecial {
       background-color: #ff7928;
       
}
.right_box.steps{
 color: #ff7928;
    font-size: 3rem;
    font-weight: 600;
    line-height: 5rem;
    font-family: Arial, Helvetica, sans-serif;
 
    position: relative;   
    }

@media only screen and (max-width: 768px){
.right_box.steps {
    font-size: 4rem;
}    
}


.step_way{
    font-style:normal;
    color: #4d4d4d;
    position: absolute;
    top: 1px;
    left: 15%;

}

.fourspecial ul.special{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.fourspecial ul.special li{
    width: calc(100%/2);
    text-align: center;
    float: left;
	overflow: hidden;

}

.fourspecial ul.special li .radius_M{
    background: #fff;
	width: 170px;
    height: 170px;
    border-radius: 999em!important;
    background-color: white;
	margin: 20px;
	float: left;
}

@media only screen and (max-width: 420px){
	.fourspecial ul.special li .radius_M{
		background: #fff;
		width: 100%!important;
		height: 165px;

	}
}
.fourspecial ul.special li .right_box{
    width: 140px;
    height: 100px;
    display: block;
    margin: 0 auto;
	padding-top: 30px;
	
}
.fourspecial ul.special li .right_box img{
    width: 80px;
}

.fourspecial ul.special li > h5{
    color:#fff;
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
	margin-top: 80px;
}

.fourspecial ul.special li > h6{
    color:#fff;
	font-size: 15px;
	text-align: justify;
	line-height: 17px;
}



/*------首頁注意事項------*/
.fastagcare {
       background-color: #ffffff;
       color:#3f3f3f;
}

.fastagcare ol {
    list-style-type: decimal;
	text-align: justify;
}

.fastagcare ol li {
    margin-left: 20px;
    padding-left: 5px;
    font-size: 1rem;
    color: #818181;
}

@media only screen and (max-width: 767px){
 .fourspecial ul.special li{
    width: 49%;
    padding-right: 2%;
    padding-left: 2%;
} 
	
.fourspecial ul.special li .radius_M {
    float: none;
	margin: 0px;
}

.fourspecial ul.special li > h5{
	margin-top: 10px;
}	
	
}


.special{
    text-align: center;
}
.specialpic img{
    width: 25%;
}

.brand{
    color: #ff7928;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    text-align: center;
}


.brand_hot{
    color: #A8A9A9;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0px;
}



.fourspecial h2{
    margin-bottom: 20px;
}

 
.keywords{

        background-color: #f2f2f2;
} 
.item{
    height: 450px;

}
.owl-carousel .owl-video-play-icon {
 
    background: url(../img/owl.video.play.png) no-repeat;

}



.keywords_hash{
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: baseline ;
    flex-wrap: wrap;    
}   

.key_left{
    font-size: 20px;
    margin-bottom: 3%;
    margin-right: 1%;
}
div.key_right a{
 	background-color: #ff7928;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 3px 10px 0;
    font-size: 16px;
    display: inline-block;
    text-decoration: none; 
    transition: 0.3s;  
    }

.key_right a:hover{

 	background-color:#770A0C;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 3px 10px 0;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;   
    } 

@media only screen and (max-width:580px){
   .key_right{
        text-align: left;
   } 
}


.keywords{
    padding: 6% 0;
}
.about ul.special li p {
    color: #595757;
    font-size: 18px;
    padding-left: 10px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px){
.about ul.special li p {

    font-size: 16px;

}


}
.about ul.special li a {
    text-decoration: underline;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.about ul.special li a:hover {
    color: #ff7928;
}

.about .note {
    text-align: center;
    color: #818181;
}
.about ol {
    list-style-type: decimal;
}
.about ol li {
    margin-left: 20px;
    padding-left: 5px;
    font-size: 0.8rem;
    color: #818181;
}
.new_event {
    background-color: #f2f2f2;
}
.new_event h2 hr {
    width: 350px;
}
.new_event .content_box {
    padding: 0 40px;
    position: relative;
}
.new_event ul li.item {
    width: 100%;
    color: #fff;
    background-color: #158bca;
}
.new_event ul li.item img {
    width: 100%}
.new_event ul li.item a {
    text-decoration: none;
    color: #fff;
}
.new_event ul li.item01 {
    background-color: #036a8c;
}
.new_event ul li.item02 {
    background-color: #01879b;
}
.new_event .owl-dots, .new_event .owl-nav {
    display: block!important;
}
.new_event .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
    font-size: 3em;
    background: inherit;
    font-family: 'Karla',  sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0;
    margin: 0;
}

.store_discount .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    font-size: 2.3em;
    background: inherit;
    font-family: 'Karla',  sans-serif;
    line-height: 1;
    color: #b4b4b4;
    padding: 0;
    margin: 0;
}
.store_discount .owl-prev {
    left: -15px;
}
.store_discount .owl-next {
    right: -15px;
}
.new_event .owl-prev {
    left: 0px;
}
.new_event .owl-next {
    right: 0px;
}
.new_event .owl-theme .owl-dots .owl-dot.active span, .new_event .owl-theme .owl-dots .owl-dot:hover span {
    background:#ff7928;
}
.new_event .text_box {
    text-align: center;
    margin: 0;
    padding: 10px;
}
.new_event .t5 {
    font-size: 1.5rem;
    width: 100%;
    overflow: hidden;
    font-weight: 700;
}
.new_event .t6 {
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
}
.store_discount a {
    text-decoration: none;
}
.store_discount h2 hr {
    width: 410px;
}
.store_discount ul li {
    width: calc(100% / 3 - 17px);
    float: left;
    margin-bottom: 5%;
    margin-top: 4%;
    margin-left: 17px;
    /*overflow: hidden;*/
}
.store_discount ul li img {
    max-width: 100%;
    width: 100%;


}

.store_discount .event_name {
    width: calc(100% - 1px);
    margin: 0 auto;
    font-size: 1.15rem;
    text-align: center;
    padding: 6px 0;
    background-color: #158bca;
    color: #fff;
}
.store_discount .event_name span {
    font-size: inherit;
}
.store_discount .event_text {
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-top: 3%;
}



.content_line{
    border: 1px solid red;
	width: 1100px;
    max-width: 100%;
    margin: 0 auto 30px auto;
}

@media only screen and (max-width:768px){
.content_line{

    width: 90%;

}
}
 .event_text_sub{
        text-align: center;
     font-size: 16px; 
    margin-bottom: 2%;
    margin-top: 1%;     

 }
@media only screen and (max-width:1140px) {
    .about ul.inStore li.more: before {
    margin-left: 31.5%}
}@media only screen and (max-width:1024px) {
    .store_discount .event_name span {
    display: block;
}
}@media only screen and (max-width:1023px) {
    body, html {
    font-size: 14px;
}
.about .txt_box .percentage .bounce {
    margin-left: 15.5%}
.store_discount ul li {
    width: calc(100% / 3 - 14px);
    margin-left: 10px;
}

.about h2 hr {
    width: 350px!important;
}
.new_event h2 hr {
    width: 330px;
}
.store_discount h2 hr {
    width: 390px;
}
}@media only screen and (max-width:768px) {
    .about .txt_box {
    margin-top: 60px;
}
.about .txt_box .percentage {
    font-size: 5.5rem;
}
.about .txt_box .percentage .bounce {
    font-size: 14px;
    width: 40px;
}

.about ul.special li .right_box {

    padding-right: 10px;
}
}@media only screen and (max-width:767px) {
    .about .content_box {
    width: 100%;
    max-width: none;
}
.about ul.spend li {
    width: calc(100% / 3 - 8px);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.about ul.spend li h5 {
    background-color: inherit;
    color: #3f3f3f;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 10px;
}
.about .icon_box {
    height: 45px;
    text-align: center;
}
.about .icon_box .icon, .about .t5 {
    display: inline-block;
}
.about .t5 {
    vertical-align: top;
    margin-left: 5px;
}
.about ul.special {
    max-width: 90%;
    margin: auto;
    display: inherit;
}
.about ul.special li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.about ul.special .t5 {
    border-radius: 5px 5px 0 0;
}
.about ul.inStore {
    padding: 20px 10px 50px;
    width: 95%;
    margin: 0 auto;
}
.about ul.inStore li .icon_box .icon {
    border: 3px solid #ff7928;
    margin: -12px auto 0px;
}
.about ul.inStore li.more .left_box, .about ul.inStore li.more .right_box {
    width: 100%}
.about ul.inStore li.more .left_box:before {
    width: 90%;
    height: 1px;
    border: 0;
    border-top: 1px dashed #a2a2a2;
    top: inherit;
    bottom: -10px;
    right: 5%}
.about ul.inStore li.more .right_box {
    margin-top: 20px;
}
.about ul.inStore li.more h5 {
    margin: 0 0 10px;
}
.about ul.inStore li.more:before {
    top: -14px;
    z-index: 1;
}
.about .txt_box {
    margin-top: 20px;
    overflow: hidden;
    padding-top: 2rem;
    height: 185px;
}
.about .txt_box .percentage {
    font-size: 4rem;
    width: 100%;
    float: left;
    margin: 0;
    line-height: 3rem;
}
.about .txt_box .percentage small {
    vertical-align: 17px;
}
.about .txt_box .percentage small.add {
    vertical-align: 15px;
}
.about .txt_box .percentage .bounce {
    position: static;
    margin: 10px auto -5px;
}
.about .txt_box h6 {
    height: auto;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    margin: 1rem 0 0 0;
}
.about .txt_box h6 br {
    display: none;
}
.about .txt_box h6 .hide {
    display: inline-block!important;
}
.about .txt_box h6 p, .about .txt_box h6 span {
    display: inline-block;
}
.about .txt_box .left_box, .about .txt_box .right_box {
    float: left;
    width: calc(100% - 130px);
}
.about .txt_box .left_box h6, .about .txt_box .right_box h6 {
    width: 100%;
    margin-top: 1.8rem;
}
.about .txt_box .right_box h6 {
    margin: 0.8rem 0 0.8rem 0;
}
.about .txt_box .right_box:before {
    display: none;
}
.about ul.spend li.inside {
    width: 100%;
    margin: 0 0 -25px 0;
}
.about ul.spend li.outside {
    width: 100%;
    padding-bottom: 40px;
}
.about .outside_box {
    margin: 45px auto 20px;
    padding: 0 10px;
    width: 87.3%}
.about .outside_box .bar {
    position: absolute;
    z-index: 2;
    width: 92%;
    height: 45px;
    left: 4%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.about .outside_box .icon_box {
    width: 100%;
    position: absolute;
    z-index: 3;
    padding-left: 0;
    left: 18%}
.about .outside_box .icon {
    background-color: #fff;
    border-radius: 100%;
    margin: -12px 0 0 0;
    border: 3px solid #158bca;
    -webkit-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
}
.about .outside_box .t5 {
    color: #fff;
    margin-left: 5px;
}
.about .outside_box .percentage {
    float: left;
    margin: 1.5rem 0 1rem 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: -2px;
}
.about .outside_box .percentage .t5 {
    vertical-align: baseline;
    margin: 0 2px;
}
.about .outside_box .percentage hr {
    width: 90%;
    margin: 5px auto;
}
.about .outside_box h6 {
    height: auto;
    width: calc(100% - 130px);
    float: right;
    text-align: left;
    font-size: 16px;
    margin-top: 6rem;
}
.about .outside_box h6 br {
    display: none;
}
.about .outside_box h6 .hide {
    display: inline-block!important;
}
.about ol {
    width: 90%;
    margin: 0 auto;
}
.about .note {
    width: 90%;
    margin: auto;
}
.new_event .content_box {
    padding: 0;
}
.new_event ul li.item {
    width: 450px;
}
.new_event .owl-nav {
    display: block!important;
}
.new_event .content_box {
    max-width: 90%}
.store_discount .content_box {
    max-width: 90%;
    }
.store_discount ul li {
    width: calc(100% / 2 - 3px);
    margin-left: 3px;

}
.store_discount ul li:nth-child(3n-1) {

}

.store_discount .event_text {
    line-height: 1.4;
    font-size: 1.4rem;
}
.about h2 hr {
    width: 260px!important;
}
.new_event h2 hr {
    width: 250px!important;
}
.store_discount h2 hr {
    width: 290px!important;
}
}@media only screen and (max-width:480px) {
    .about .txt_box .percentage {
    margin-top: 2rem;
}
.new_event ul li.item {
    width: 260px;
}
.new_event .content_box {
    padding: 0;
    max-width: 90%}
.new_event .t5 {
    font-size: 1.2rem;
}
.new_event .t6 {
    font-size: 0.8rem;
}
.new_event .owl-theme .owl-nav [class*=owl-] {
    display: block;
}
.about ul.special h5 br {
    display: none;
}
.store_discount .event_name {
    font-size: 1rem;
    letter-spacing: 0;
}
.store_discount .event_text {
  

}
.event_text_sub {
  font-size: 12px;

}
.about ul.special li .left_box {
    margin-right: 8px;
    width: 20%}
.about ul.special li .left_box img {
    width: 90%;

}
.about ul.special li .right_box {
    width: calc(100% - 18% - 17px);
}

.about .txt_box .left_box h6 {
    margin-top: 2.8rem;
}
.about .txt_box .right_box h6 {
    margin-top: 1.5rem;
}
.about .txt_box .right_box:before {
    display: block;
    height: 1px;
    width: 100%;
    border: 0;
    border-top: 1px dashed #CCCCCC;
    top: 5px;
}
}@media only screen and (max-width:420px) {
    .new_event h2 hr {
    width: 240px!important;
}
.about .txt_box {
    margin-top: 0;
}
}@media only screen and (max-width:350px) {
    .new_event h2 {
    letter-spacing: -1px;
}
.store_discount .event_name {
    font-size: 0.9rem;
}
.about ul.special li:first-child img {
    width: 87%}
.about ul.special li:nth-child(2) img {
    max-width: 100%}
.about .txt_box {
    padding: 2rem 5px;
}
.about .txt_box .percentage {
    font-size: 3.2rem;
}
.about .txt_box .left_box, .about .txt_box .right_box {
    width: calc(100% - 110px);
}
}.onlyKV_01 {
    background: url("../img/only_KV_01.jpg") bottom center repeat-x;
}
.everyday {
    background-color: #f2f2f2;
}
.everyday a:hover {
    text-decoration: none;
}
.everyday h2 {
    margin-bottom: 30px;
}
.everyday h2 hr {
    width: 370px;
}
.everyday .tab-content {
    width: 100%;
    background-color: #fff;
  
    margin-bottom: 20px;
    padding: 20px;
    min-height: 303px;
    overflow: hidden;
    text-decoration: none;
}
.everyday .tab-content a:hover {
    text-decoration: none;
}
.everyday .tab-content .day_active>div {
    display: inline-block;
}
.everyday .tab-content .t2 {
    text-align: center;
    font-size: 1.9rem;
    color: #ff7928;
    margin-bottom: -20px;
}
.everyday .tab-content .t3 {
    text-align: center;
    font-size: 1.6rem;
    color: #ff7928;
}
.everyday .tab-content .t5 {
    font-size: 1.25rem;
    padding-top: 5px;
}
.everyday .tab-content .text_box {
    width: 70%;
    margin: 20px auto 0;
}
.everyday .tab-content .text_box img {
    width: 287px;
    display: block;
}
.everyday .tab-content .text_box .pic {
    margin: 2px 10px 10px 0;
    width: 287px;
}
.everyday .tab-content .text_box .t5 {
    width: calc(100% - 287px);
    display: inline-block;
    color: #3f3f3f;
    text-decoration: none;
}
.everyday #day_2 .text_box {
    width: 85%}
.everyday #day_3 .text_box {
    width: 95%}
.everyday #day_4 .text_box, .everyday #day_6 .text_box, .everyday #day_7 .text_box {
    width: 60%}
.everyday .nav-tabs {
    border: 0;
    margin-right: -10px;
}
.everyday .nav-tabs>li {
    width: calc(100% / 7 - 10px);
    margin: 0 10px 0 0;
    text-align: center;
}
.everyday .icon_box {
    width: 80px;
    height: 80px;
    vertical-align: -17px;
    margin: auto;
}
.everyday .nav-tabs>li>a {
    background-color: #fff;
    border: 1px solid #CCCCCC;
    padding: 0;
    margin: 0;
}
.everyday .nav-tabs>li>a h5 {
    padding: 8px 0;
    margin: 0;
    background-color: #158bca;
    color: #fff;
}
.everyday .nav-tabs>li>a .t6 {
    font-size: 1.1rem;
    padding: 10px;
    color: #158bca;
}
.everyday .nav-tabs>li.active>a, .everyday .nav-tabs>li.active>a:focus {
    border: 1px solid #CCCCCC;
}
.everyday .nav-tabs>li.active>a {
    border-bottom: inherit;
    border: 1px solid #CCCCCC;
}
.everyday .nav-tabs>li.active>a h5 {
    background-color: #ff7928;
}
.everyday .nav-tabs>li.active>a .t6 {
    color: #ff7928;
}
.tab-content>.active a {
    text-decoration: none;
}
.credit_only h2 {
    margin-bottom: 30px;
}
.credit_only h2 hr {
    width: 430px;
}
.credit_only .section {
    padding: 20px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
}
.credit_only .section img {
    width: 100%;
    display: block;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.credit_only .section .t5 {
    width: 93%;
    margin: 0.5rem auto 0;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.credit_only .section .t5 b {
    display: block;
    font-size: 110%}
.credit_only .section ul {
    margin-bottom: 5px;
}
.credit_only .section ul li {
    border-right: 1px dashed #CCCCCC;
    position: relative;
    padding: 0 1%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.credit_only .section ul li a {
    text-decoration: none;
    color: #3f3f3f;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.credit_only .section ul li .pic {
    position: relative;
    width: 100%}
.credit_only .section ul li .mask {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
    position: absolute;
    background-color: rgba(0,  0,  0,  0.3);
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    padding-top: 30px;
    color: #fff;
}
.credit_only .section ul li .mask_link {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    z-index: 1;
    width: 92%;
    height: 88%;
    margin: 0;
    border: 1px solid #fff;
    top: 6%;
    left: 4%;
    text-align: center;
    padding: 8% 0 0 0;
    opacity: 0;
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}
.credit_only .section ul li .mask_link span.glyphicon {
    font-size: 2.5rem;
}
.credit_only .section ul li .mask_link p {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 10px 0 0 0;
}
.credit_only .section ul li:hover .mask {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%}
.credit_only .section ul li:hover .mask_link {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.credit_only .section ul li:hover a {
    color: #158bca;
}
.credit_only .section ul li:nth-child(4n) {
    border: 0;
}
.credit_only .subject {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 1px dashed #CCCCCC;
}
.credit_note h4.subtitle {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7;
}
.credit_note ul.decimal {
    list-style-type: decimal;
}
.credit_note ul.decimal li {
    margin: 0 0 10px 20px;
}
.credit_note ul.decimal a {
    text-decoration: underline;
}
.credit_note p {
    font-size: 1rem;
}
@media only screen and (max-width:1024px) {
    .everyday .tab-content .text_box {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.everyday .tab-content .text_box .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.everyday .tab-content .text_box .pic img {
    width: auto;
    max-width: 95%;
    margin: auto;
    float: none;
    display: block;
}
.everyday .tab-content .text_box .t5 {
    width: 100%}
.everyday #day_2 .text_box, .everyday #day_5 .text_box {
    width: 90%}
.everyday #day_7 .text_box {
    width: 68%}
}@media only screen and (max-width:1023px) {
    .onlyKV_01 hr {
    width: 260px;
}
.everyday h2 hr {
    width: 320px!important;
}
.credit_only h2 hr {
    width: 380px!important;
}
}@media only screen and (max-width:991px) {
    .credit_only .section {
    padding: 10px;
}
.credit_only .section ul li .mask_link span.glyphicon {
    font-size: 2rem;
}
.credit_only .section ul li .mask_link p {
    margin-top: 5px;
}
}@media only screen and (max-width:767px) {
    .everyday h2 hr {
    width: 260px!important;
}
.credit_only h2 hr {
    width: 300px!important;
}
.everyday {
    padding: 20px 10px 30px;
}
.everyday .icon_box, .everyday .nav-tabs>li>a .t6 {
    display: none;
}
.everyday ul.nav.nav-tabs {
    width: 93%;
    position: absolute;
    top: 100px;
    left: 3.5%;
    text-align: center;
}
.everyday .tab-content {
    margin-top: 150px;
}
.everyday .nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0 3px 10px;
    width: calc(100% / 4 - 11px);
}
.everyday .nav-tabs>li a {
    border: 0;
}
.everyday .nav-tabs>li a h5 {
    border-radius: 6px;
    font-size: 16px;
}
.everyday .nav-tabs>li.active>a, .everyday .nav-tabs>li.active>a:focus {
    border: 0;
}
.everyday .nav-tabs>li:first-child, .everyday .nav-tabs>li:nth-child(2), .everyday .nav-tabs>li:nth-child(3) {
    margin: 0 8px 15px;
}
.everyday .nav-tabs>li.active>a h5 {
    position: relative;
}
.everyday .nav-tabs>li.active>a h5:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    right: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ff7928 transparent transparent transparent;
}
.everyday .day_active>div {
    display: block!important;
}
.everyday .text_box {
    width: 95%!important;
}
.everyday .tab-content .day_active {
    margin-bottom: 35px;
}
.everyday .tab-content .t2 {
    margin-bottom: 0;
}
.everyday .tab-content .t3 {
    padding-top: 10px;
}
.credit_only {
    padding: 20px 10px 30px;
}
.credit_only .section ul {
    margin-bottom: 0px;
}
.credit_only .section ul li {
    padding: 2%;
    border-bottom: 1px dashed #CCCCCC;
}
.credit_only .section ul li .mask_link span.glyphicon {
    font-size: 2.5rem;
}
.credit_only .section ul li:nth-child(3n) {
    border-bottom: 0;
}
.credit_only .section ul li:nth-child(2n) {
    border-right: 0;
}
}@media only screen and (max-width:420px) {
    .credit_only .section {
    padding: 5px;
}
.credit_only .section ul li {
    padding: 8px 5px;
}
.credit_only .section ul li .mask_link span.glyphicon {
    font-size: 1.5rem;
}
.credit_only .section ul li .mask_link p {
    margin-top: 2px;
    font-size: 1rem;
}
.credit_only .section .t5 {
    font-size: 13px;
    width: 100%}
}@media only screen and (max-width:350px) {
    .credit_only .section ul li .mask_link {
    padding-top: 4%}
.credit_only h2 hr {
    width: 290px!important;
}
}.onlyKV_02 {
    background: url("../img/only_KV_02.jpg") bottom center repeat-x;
}
.onlyKV_02 hr {
    width: 82%}
.firstGift h2 {
    margin-bottom: 25px;
}
.firstGift h2 hr {
    width: 250px;
}
.firstGift h5 {
    font-size: 1.15rem;
}
.firstGift .date {
    font-size: inherit;
    display: inline-block;
    background-color: #ff7928;
    color: #fff;
    padding: 5px 8px;
}
.firstGift ul {
    padding: 20px 10px 15px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
}
.firstGift ul li {
    border-right: 1px dashed #CCCCCC;
    text-align: center;
    cursor: pointer;
}
.firstGift ul li:nth-child(4n) {
    border: 0;
}
.firstGift ul .pic img {
    width: 100%}
.firstGift ul .t5 {
    font-size: 1.15rem;
    text-align: center;
    padding-bottom: 5px;
}
.firstGift ul .btn {
    background-color: #818181;
    color: #fff;
    border: 0;
}
.firstGift ol {
    list-style-type: decimal;
}
.firstGift ol li {
    margin-left: 25px;
    padding-left: 5px;
    font-size: 0.8rem;
    color: #818181;
}
.firstGift ol li a {
    text-decoration: underline;
}
.choiceGift {
    padding: 0px 0 30px;
}
.choiceGift h2 {
    margin-bottom: 30px;
}
.choiceGift h2 hr {
    width: 260px;
}
.choiceGift h5 {
    font-size: 1.15rem;
}
.choiceGift .date {
    font-size: inherit;
    display: inline-block;
    background-color: #ff7928;
    color: #fff;
    padding: 5px 8px;
}
.choiceGift span.limit {
    font-size: 75%}
.choiceGift ul {
    padding: 20px 10px 15px;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    -moz-box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
    box-shadow: 0 6px 10px rgba(0,  0,  0,  0.1);
}
.choiceGift ul li {
    border-right: 1px dashed #CCCCCC;
    text-align: center;
    cursor: pointer;
}
.choiceGift ul li:nth-child(4n) {
    border: 0;
}
.choiceGift ul .pic img {
    width: 100%}
.choiceGift ul .t5 {
    padding: 10px 5px 5px;
    text-align: center;
    font-size: 1.15rem;
    line-height: 1.5rem;
}
.choiceGift ul .t5 b {
    display: block;
    font-size: 110%}
.choiceGift .btn {
    background-color: #818181;
    color: #fff;
    border: 0;
}
.gift_note .modal-header {
    background-color: #e5e5e5;
    border-radius: 6px 6px 0 0;
}
.gift_note h4.subtitle {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7;
}
.gift_note ul.decimal {
    list-style-type: decimal;
    font-size: 1rem;
}
.gift_note ul.decimal li {
    margin: 0 0 10px 28px;
    line-height: 1.5rem;
}
.gift_note ul.decimal img {
    width: 100%;
    max-width: 100%}
.gift_note ul.decimal img.mobile {
    display: none!important;
}
.gift_note ul.decimal a {
    text-decoration: underline;
}
.gift_note p {
    font-size: 1rem;
}
@media only screen and (max-width:1160px) {
    .firstGift ul .t5 {
    height: 63px;
}
}@media only screen and (max-width:1023px) {
    .onlyKV_02 hr {
    width: 71%}
.firstGift h2 hr {
    width: 210px!important;
}
.firstGift ul .t5 {
    height: 55px;
}
.choiceGift h2 hr {
    width: 220px!important;
}
.choiceGift ul .t5 {
    height: 78px;
}
.choiceGift span.limit {
    display: block;
    padding-top: 3px;
}
}@media only screen and (max-width:767px) {
    .firstGift h2 hr {
    width: 170px!important;
}
.firstGift {
    padding: 20px 10px 30px;
}
.firstGift h5 {
    padding: 0!important;
}
.firstGift ul li {
    border-bottom: 1px dashed #CCCCCC;
    padding: 15px;
}
.firstGift ul li:nth-child(2n) {
    border-right: 0;
}
.firstGift ul li:nth-child(3n) {
    border-bottom: 0;
}
.choiceGift {
    padding: 0 10px 30px;
}
.choiceGift h2 hr {
    width: 180px!important;
}
.choiceGift h5 {
    padding: 0!important;
}
.choiceGift ul li {
    border-bottom: 1px dashed #CCCCCC;
    padding: 15px;
}
.choiceGift ul li:nth-child(2n) {
    border-right: 0;
}
.choiceGift ul li:nth-child(3n) {
    border-bottom: 0;
}
.choiceGift span.limit {
    display: block;
}
.choiceGift .date, .firstGift .date {
    display: block;
    width: 200px;
    margin: 0 auto 8px;
}
.gift_note ul.decimal img.pc {
    display: none!important;
}
.gift_note ul.decimal img.mobile {
    display: block!important;
}
}@media only screen and (max-width:420px) {
    .choiceGift ul, .firstGift ul {
    padding: 10px 10px 7px;
}
.choiceGift ul li, .firstGift ul li {
    padding: 8px;
}
.firstGift ul .t5 {
    height: 55px;
}
.choiceGift ul .t5 {
    font-size: 14px;
}
.choiceGift ul li .t5 {
    height: 78px;
}
.choiceGift ul li:nth-child(3) .t5, .choiceGift ul li:nth-child(4) .t5 {
    height: 99px;
}
}.onlyKV_03 {
    background: url("../img/only_KV_03.png") bottom center repeat-x;
}
.onlyKV_03 hr {
    width: 65%}
.onlyKV_03 .t4 {
    margin: -5px 0 5px 0;
}
.onlyKV_03 .t2 {
    margin-bottom: 10px;
}
img.point {
    width: 38px;
    vertical-align: -4px;
    margin: 0 3px;
}
.whatP a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.whatP h2 hr {
    width: 200px;
}
.whatP ul {
    margin: 40px -15px 0;
}
.whatP ul .icon_box {
    width: 100%;
    background-color: #158bca;
    color: #fff;
    padding: 10px 5px;
    position: relative;
}
.whatP ul .icon {
    position: absolute;
    background-color: #fff;
    width: 95px;
    height: 95px;
    top: -12px;
    left: 50%;
    right: 50%;
    margin-left: -47.5px;
    border: 5px solid #158bca;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
    box-shadow: 0 2px 6px rgba(0,  0,  0,  0.3);
}
.whatP ul .t5 {
    font-size: 1.25rem;
    padding-top: 80px;
}
.whatP a:hover .icon {
    animation: swing 1s infinite;
    -webkit-animation: swing 1s infinite;
}
.whatP .more {
    padding: 30px 0;
}
.whatP .more h6 {
    margin: 5px 0 0;
    line-height: 1.6rem;
}
.whatP .more a {
    color: #158bca;
    text-decoration: underline;
}
.whatP .more .block {
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
}
.whatP .leftBar, .whatP .rightBar {
    font-weight: 900;
    font-size: 4.5rem;
    color: #9dcde7;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 100px;
}
.whatP .rightBar {
    left: inherit;
    right: 100px;
}
.howGet, .howUse {
    padding-top: 20px;
}

.howGet{
    background-color: #f2f2f2;}


.howGet a{
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}




.member_price{
    background-color: #FFF;
}
.icon a{
         display: block;   
}


.about_bank{
        background-color: #a2a2a2;
    padding: 5px 20px 6px;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-decoration: none;
}

.howGet h2, .howUse h2 {
    margin-bottom: 30px;
}

.howGet .icon{
    float: right;
}
.howGet h2 hr, .howUse h2 hr {
    width: 290px;
}
.howGet .icon_box, .howUse .icon_box {
    width: 190px;
}
.howGet .icon, .howUse .icon {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    background-color: #595757;
    color: #FFF;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%}
.howGet a:hover .icon, .howUse a:hover .icon {
/*    animation: swing 1s infinite;
    -webkit-animation: swing 1s infinite;*/
}
.howGet .icon a:hover{
    background-color: #ff7928;
        -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.howGet .text_box, .howUse .text_box {


}

.text_box{
        width: calc(100% - 5%);
    margin-bottom: 1%;
    background-color: #FFF;
    padding: 1% 2%;
}


.howGet .text_box h4, .howUse .text_box h4 {
    margin-bottom: 10px;
    float:left;

}
.howGet .text_box p, .howUse .text_box p {
    font-size: 16px;
}
.howGet .box01, .howUse .box01 {
    overflow: hidden;
/*    padding: 6px 150px;*/
    background-color: #f2f2f2;
}

/*.howGet .box01 .icon_box, .howUse .box01 .icon_box {
    float: left;
}
.howGet .box01 .text_box, .howUse .box01 .text_box {
    float: right;
}*/



.howGet .box02, .howUse .box02 {
    overflow: hidden;
    padding: 20px 150px;
    background-color: #dcdcdc;
}
.howGet .box02 .icon_box, .howUse .box02 .icon_box {
    float: right;
}
.howGet .box02 .text_box, .howUse .box02 .text_box {
    float: left;
}
.howUse {
    padding-bottom: 80px;
}
.howUse .text_box h4 {
    color: #ff7928;
}
@media only screen and (max-width:1024px) {
    .whatP ul {
    margin: 40px -10px 0;
}
.whatP ul li {
    padding: 0 10px;
}
}@media only screen and (max-width:1023px) {
    .onlyKV_03 hr {
    width: 61%}
.whatP h2 hr {
    width: 180px;
}
.whatP .more h6 {
    width: 80%;
    margin: 0 auto;
}
.whatP .leftBar {
    top: 5px;
    left: 50px;
}
.whatP .rightBar {
    top: 5px;
    right: 50px;
}
.howGet h2 hr, .howUse h2 hr {
    width: 260px;
}
.howGet .box01, .howGet .box02, .howUse .box01, .howUse .box02 {
    padding: 10px 0px;
}
}@media only screen and (max-width:767px) {
    .onlyKV_03 .t4 {
    margin-top: -5px!important;
}
.onlyKV_03 .t2 {
    margin-bottom: 10px!important;
}
img.point {
    width: 33px;
}
.whatP {
    padding: 20px 0;
}
.whatP h2 hr {
    width: 140px!important;
}
.whatP h6 {
    line-height: 1.5rem;
}
.whatP ul {
    margin: 30px -5px 0;
    padding: 0 10px;
}
.whatP ul .t5 {
    font-size: 16px;
    padding-top: 60px;
}
.whatP ul li {
    margin-bottom: 25px;
    padding: 0 5px;
}
.whatP ul .icon {
    width: 75px;
    height: 75px;
    border: 3px solid #158bca;
    margin-left: -37.5px;
}
.whatP .more {
    padding: 0 40px;
}
.whatP .leftBar {
    font-size: 6rem;
    left: 0px;
}
.whatP .rightBar {
    font-size: 6rem;
    right: 0px;
}
.whatP .more .block {
    display: block;
    margin: auto;
}
.whatP .more h6 br {
    display: none;
}
.whatP .leftBar, .whatP .rightBar {
    top: -20px;
}
.howGet, .howUse {
    padding: 10px 0 20px;
}
.howGet h2 hr, .howUse h2 hr {
    width: 200px!important;
}
.howGet .content_box, .howUse .content_box {
    padding: 0 10px;
}
.howGet .icon, .howUse .icon {
/*    margin: auto;
    width: 120px;
    height: 120px;*/
}
.howGet .box01 .icon_box, .howGet .box02 .icon_box, .howUse .box01 .icon_box, .howUse .box02 .icon_box {
    float: none;
    margin: auto;
    width: 100%}
.howGet .box01 .text_box, .howGet .box02 .text_box, .howUse .box01 .text_box, .howUse .box02 .text_box {
    float: none;
    width: 100%;
    text-align: center;
}
.howGet .text_box p, .howUse .text_box p {
    text-align: left;
}
.howUse {
    padding-bottom: 30px;
}
}@media only screen and (max-width:420px) {
    .howGet .box01, .howGet .box02, .howUse .box01, .howUse .box02 {
    padding: 20px 0px;
}
.whatP .more h6 {
    width: 100%}
.whatP .more .block {
    display: inline-block;
}
}.onlyKV_04 {
    background: url("../img/only_KV_01.jpg") bottom center repeat-x;
}
.onlyKV_05 {
    background: url("../img/only_KV_02.jpg") bottom center repeat-x;
}
.onlyKV_04 .sub_title_box {
    width: 400px;
    margin: 100px 0 0 105px;
}
.onlyKV_04 .t4 {
    margin: -5px 0 5px 0;
}
.onlyKV_04 .t2 {
    margin-bottom: 10px;
}
#question {
    padding: 0;
}
.common_Q {
    padding-bottom: 0;
}
.common_Q h2 hr {
    width: 180px;
}
.common_Q .right_box {
    float: right;
    width: 46%;
    text-align: right;
    padding-top: 10px;
}
.common_Q .right_box img {
    width: 450px;
    max-width: 100%}
.common_Q .left_box {
    width: 50%;
    margin-right: 4%}
.common_Q .left_box .btn {
    font-size: 1.15rem;
    border-bottom: 1px dotted #dcdcdc;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.common_Q .left_box span.Q {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: 0;
    padding-right: 5px;
    color: #ff7928;
}
.common_Q .left_box span.title {
    font-size: inherit;
}
.common_Q .btn:active, .common_Q .btn:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.common_Q .btn:hover {
    background-color: #158bca;
    color: #fff;
}
.common_Q .btn:hover span.Q {
    color: #fff;
}
.tab_Q:before {
    content: '';
    width: 100%;
    height: 64px;
    background-color: #f2f2f2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab_Q {
    padding: 0;
    padding-top: 100px;
}
.tab_Q .content_box {
    position: relative;
    height: 64px;
    padding: 0;
    max-width: 100%}
.tab_Q .nav-tabs {
    border-bottom: 0;
    position: absolute;
    z-index: 9;
    width: 75%;
    height: calc(100% - 1px);
    bottom: 1px;
    left: 286px;
}
.tab_Q .nav-tabs>li {
    display: block;
    float: none;
    width: calc(100% / 4 - 3px);
    height: 100%;
    border: 0;
    margin: 0;
}
.tab_Q .nav-tabs>li>a {
    border-radius: 0;
    position: relative;
    color: #fff;
    border: 0;
}
.tab_Q .nav-tabs>li>a .text_box {
    font-size: inherit;
    margin-top: 13px;
}
.tab_Q .nav-tabs>li>a span {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    vertical-align: 0;
}
.tab_Q li#tab_D .text_box span {
    display: block;
}
.tab_Q .nav-tabs>li>a:hover, .tab_Q .nav>li>a:focus {
    background-color: inherit;
}
.tab_Q .nav-tabs>li>a:after {
    content: '';
    position: absolute;
    left: 0.5%;
    bottom: 0;
    z-index: -1;
    width: 99%;
    height: 100%;
    background-color: #a2a2a2;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}
.tab_Q .nav-tabs>li.active>a, .tab_Q .nav-tabs>li.active>a:focus, .tab_Q .nav-tabs>li.active>a:hover, .tab_Q .nav-tabs>li>a {
    height: 100%;
    width: 100%;
    border: 0;
}
.tab_Q .nav-tabs>li.active>a {
    background-color: inherit;
    color: #fff;
}
.tab_Q .nav-tabs>li.active>a:after {
    content: '';
    position: absolute;
    left: 1.5%;
    bottom: 0;
    z-index: -1;
    width: 99%;
    height: 80px;
    background-color: #158bca;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}
.sort_Q {
    overflow: hidden;
    padding-top: 0;
}
.sort_Q .left_box {
    width: 275px;
    float: left;
}
.sort_Q .left_box .nav-tabs>li {
    width: 80%;
    float: none;
}
.sort_Q .right_box {
    width: calc(100% - 0px);
    float: right;
    padding-left: 30px;
    
    min-height: 340px;
}
.sort_Q .right_box .tab-content {
    padding: 30px 0;
    width: 97%}
.sort_Q .right_box .tab-content .btn:hover{
    color:#fff;
	background: #ff7928;
}

.sort_Q .right_box .btn {
    font-size: 1.15rem;
    background-color: #FFF;
    width: 100%;
    text-align: left;
	    margin: 5px 0;
    padding: 8px 12px;
	    white-space: normal!important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sort_Q .right_box span.Q {
    font-size: 1.4rem;
    font-weight: bold;
    vertical-align: 0;
    padding-right: 5px;
    color: #ff7928;
}
.sort_Q .right_box span.title {
    font-size: 1.2rem;
	    font-weight: 700;
    padding-bottom: 10px;
}
.sort_Q .btn:active, .sort_Q .btn:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}
.sort_Q .btn:hover {
    background-color: #158bca;
    color: #fff;
}
.sort_Q .btn:hover span.Q {
    color: #fff;
}
.sort_Q .nav-tabs {
    margin-right: -1px;
    border: 0;
    padding-top: 0px;
	    padding-bottom:0px;
}
.sort_Q .nav-tabs>li>a {
    background-color: #595757;
    color:#fff;
    width: 100%;
    border: 0;
    margin: 0;
    padding-left: 15%;
    margin-bottom: 2%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.sort_Q .nav-tabs>li.active>a {
    border: 0;
    background-color: #ff7928;
    color: #fff;

}
.sort_Q .nav-tabs>li>a:hover {
    border: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.sort_Q .icon {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid;
    width: 15px;
    height: 15px;
    vertical-align: -1px;
    text-align: center;
    line-height: 13px;
}
@media only screen and (max-width:1160px) {
    .tab_Q .nav-tabs {
    left: 266px;
    width: calc(100% - 266px);
}
.sort_Q .left_box {
    width: 230px;
    float: left;
}
.sort_Q .right_box {
    width: calc(100% - 0px);
}
}@media only screen and (max-width:1023px) {
    .onlyKV_04 hr {
    width: 81%}
.common_Q h2 hr {
    width: 150px;
}
.tab_Q .nav-tabs>li>a {
    padding: 5px;
}
.tab_Q .nav-tabs>li>a .text_box {
    margin-top: 5px;
    line-height: 16px;
}
.tab_Q .nav-tabs>li>a span {
    display: block;
}
.tab_Q .nav-tabs>li:nth-child(2) a {
    padding-top: 5px;
}
.tab_Q .nav-tabs>li:nth-child(2) .text_box, .tab_Q .nav-tabs>li:nth-child(3) .text_box {
    margin-top: 16px;
}
.tab_Q li#tab_D .text_box {
    margin-top: 16px;
}
}@media only screen and (max-width:991px) {
    .onlyKV_04 .sub_title_box {
    margin: 8% 0 0 -1%!important;
}
}@media only screen and (max-width:767px) {
    .onlyKV_04 .t4 {
    margin-top: -5px!important;
}
.onlyKV_04 .t2 {
    margin-bottom: 10px!important;
}
.onlyKV_04 .sub_title_box {
    margin: 0 auto!important;
}
.common_Q {
    padding: 0 10px;
}
.common_Q h2 hr {
    width: 140px!important;
}
.common_Q .left_box, .common_Q .right_box {
    width: 100%;
    float: none;
}
.common_Q .right_box {
    text-align: center;
    padding: 0;
}
.common_Q .right_box img {
    width: 80%;
    margin-left: 22%}
.common_Q .left_box {
    margin-top: 20px;
}
.tab_Q:before {
    background-color: inherit;
}
.tab_Q {
    background-color: #f2f2f2;
    padding-top: 0;
    margin-top: 30px;
}
.tab_Q .content_box {
    height: auto;
    padding: 15px 10px 0;
}
.tab_Q .nav-tabs {
    position: static;
    width: 95%;
    margin: auto;
}
.tab_Q .nav-tabs>li {
    width: calc(50% - 6px);
    margin: 0;
    margin-bottom: 15px;
}
.tab_Q .nav-tabs>li:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.tab_Q .nav-tabs>li:nth-child(2n) {
    float: right;
}
.tab_Q .nav-tabs>li.active>a:after, .tab_Q .nav-tabs>li>a:after {
    width: 0;
    height: 0;
}
.tab_Q .nav-tabs>li.active>a:before {
    content: '';
    position: absolute;
}
.tab_Q .nav-tabs>li>a {
    height: 50px;
    background-color: #a2a2a2;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tab_Q .nav-tabs>li.active>a {
    background-color: #158bca;
    position: relative;
    padding: 5px;
}
.tab_Q .nav-tabs>li.active>a:before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    right: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #158bca transparent transparent transparent;
}
.tab_Q .nav-tabs>li>a:hover {
    background-color: #818181;
}
.tab_Q .nav>li>a:focus {
    background-color: #158bca;
    height: 50px;
}
.tab_Q .nav-tabs>li>a .text_box {
    margin-top: 3px;
}
.tab_Q .nav-tabs>li.active>a, .tab_Q .nav-tabs>li.active>a:focus, .tab_Q .nav-tabs>li.active>a:hover, .tab_Q .nav-tabs>li>a {
    height: 50px;
}
.tab_Q .nav-tabs>li:nth-child(2) .text_box, .tab_Q .nav-tabs>li:nth-child(3) .text_box {
    margin-top: 0;
}
.tab_Q li#tab_B a, .tab_Q li#tab_C a {
    padding-top: 18px;
}
.tab_Q li#tab_D .text_box {
    margin-top: 12px;
}
.sort_Q {
    padding: 0 10px;
}
.sort_Q .nav-tabs {
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
}
.sort_Q .left_box, .sort_Q .right_box {
    width: 100%;
    float: none;
    border: 0;
    padding: 0;
}
.sort_Q .left_box .nav-tabs>li {
    width: 50%;
    display: inherit;
    float: left;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sort_Q .right_box .tab-content {
    width: 100%}
.sort_Q .nav-tabs>li>a {
    padding:  8px 15px;

    position: relative;
}
.sort_Q .nav-tabs>li.active>a {
/*    background-color: inherit;
    color: #158bca;*/
}
.sort_Q .nav-tabs>li.active>a:after {
/*    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #158bca;*/
}
.sort_Q #sub_A .nav-tabs>li:nth-child(3) {
    /*width: 40%*/}
.sort_Q #sub_A .nav-tabs>li:first-child, .sort_Q #sub_A .nav-tabs>li:nth-child(2) {
    /*width: 30%*/}
.sort_Q #sub_B .nav-tabs>li:first-child {
    /*width: 30%*/}
.sort_Q #sub_B .nav-tabs>li:nth-child(2) {
    /*width: 35%*/}
.sort_Q #sub_B .nav-tabs>li:nth-child(3) {
    /*width: 35%*/}
.sort_Q #sub_C .nav-tabs>li {
   /* width: calc(100% / 2);*/
}
.sort_Q #sub_D .nav-tabs>li {
    width: 100%}
.sort_Q .icon {
    font-size: 12px;
    font-weight: bold;
    width: 12px;
    height: 12px;
    line-height: 11px;
    margin-right: 5px;
    vertical-align: 0;
}
}@media only screen and (max-width:350px) {
    .sort_Q .right_box .btn {
    padding: 8px 2px;
}
}h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
a.keyBlue {
    color: #158bca;
}
.btn.focus, .btn:focus, .btn:hover, a:focus {
    outline: none;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-end {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-item-align: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.space-between {
    -webkit-box-align-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.flex-end {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: flex-end;
}
.flex-wrap {
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
form {
    height: 0;
    padding: 0;
    margin: 0;
}
.inline-block {
    display: inline-block;
}
/*.overhide {
    overflow: hidden;
}*/
.mg-btm5 {
    margin-bottom: 5px!important;
}
.mg-btm10 {
    margin-bottom: 10px!important;
}
.mg-btm20 {
    margin-bottom: 20px!important;
}
.mg-btm40 {
    margin-bottom: 40px!important;
}
.noborder {
    border: 0;
}
.nopadding {
    padding: 0;
}
.w100 {
    width: 100%}
.w50 {
    width: 50%}
.radius_XS {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.radius_S {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius_M {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 10px!important;
    -moz-border-radius: 10px!important;
    border-radius: 10px!important;
}
.radius_M_top {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.radius_M_bottom {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.radius_L {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
.radius_XL {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 30px;
}
.btnHover {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.btnHover:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #f7f7f7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btnHover:focus:after, .btnHover:hover:after {
    width: 100%;
    left: 0;
}
.moreBtn {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.moreBtn:hover {
    -webkit-box-shadow: rgb(212, 34, 39) 0 0px 0px 40px inset;
    -moz-box-shadow: rgb(212, 34, 39) 0 0px 0px 40px inset;
    box-shadow: rgb(212, 34, 39) 0 0px 0px 40px inset;
    border: 1px solid #FFF;
    color: #FFF;
}
span.arrow {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Karla',  sans-serif;
}
.arw {
    font-size: 20px;
    vertical-align: -1px;
    font-family: 'Karla',  sans-serif;
    display: inline-block;
    line-height: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.new_event * {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width:1024px) {
    .btnHover: focus:after {
    width: 100%;
    left: 0;
}
}@media only screen and (max-width:1023px) {
    * {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%!important;
}
body, html {
    font-size: 14px;
    -webkit-text-size-adjust: 100%!important;
}
.desktop {
    display: none!important;
}
.mobile {
    display: block!important;
}
.main_content {
    padding-top: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#only {
    padding-top: 0;
}
}@media only screen and (max-width:1024px) {
    .sub_KV {
    background-size: 160%;
    background-position: 60% bottom;
    height: auto;
    padding-bottom: 24%;
    margin-top: 0;}
.sub_KV .sub_title_box {
    margin: 8% 0 0 6%}
}@media only screen and (max-width:767px) {
    .sub_KV {
    background-size: 230%;
    background-position: 33% bottom;
    height: auto;
    padding: 20px 0 36%}
.sub_KV .sub_title_box {
    position: static;
    margin: 0 auto;
    width: 100%}
.sub_KV .t4 {
    font-size: 1.3rem;
    margin: 5px 0;
}
.sub_KV .t2, .sub_KV span {
    font-size: 1.8rem;
    margin: 0;
}
.sub_KV span {
    vertical-align: top;
    color: #ff7928;
}
.sub_KV hr {
    display: none;
}
.radius_M {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px!important;
    -moz-border-radius: 6px!important;
    border-radius: 6px!important;
}
.radius_M_top {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.radius_M_bottom {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.main_content.fixPadding {
    padding-top: 35px;
}
.main_content h2 {
    font-size: 22px;
}
.main_content h2 hr {
    width: 250px;
}
.main_content h5 {
    font-weight: 400;
    line-height: 1.8rem;
	
}
h4.modal-title {
    font-size: 1.3rem;
}
}a, body, dd, div, dl, dt, h1, img, p, span {
    margin: 0;
    padding: 0;
    border: 0;
   
    background: transparent;
}
.inset {
    text-align: center;
}
.inset a {
    color: #06c;
    font: 11px/20px normal;
}
.logotype a {
    display: block;
    width: 186px;
    height: 60px;
    text-indent: -9999px;
}
#HEADER .logotype a {
    background: url();
}
#HEADER {
    position: relative;
    height: 60px;
    width: 930px;
    margin: 0 auto;
    margin-bottom: 6px;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    background: url() repeat-x;
}
#HEADER a {
    display: block;
    position: absolute;
}
#HEADER .site_roadsign {
    width: 68px;
    height: 65px;
    left: 186px;
    top: 0;
    text-indent: -9999px;
}
#HEADER .site_ad {
    left: 312px;
    top: 16px;
    border: 1px solid #ddd;
}
#FOOTER {
    margin: 10px 0 20px;
    color: #777;
    font: 13px/1.5 Verdana;
    text-align: center;
}
#FOOTER a {
    color: #333;
    font: 13px/1.5 Verdana;
}
#FOOTER span {
    margin: 0 4px;
    color: #999;
    font: 12px/1.5 Verdana;
}
#GLOBALWRAPPER, #WRAPPER {
    margin: 0 auto;
}
#GLOBALWRAPPER {
    overflow: hidden;
    margin-bottom: 7px;
}