
* {
    padding: 0;
    margin: 0;
}
body {
    background: url(../../img/headerbg.gif) repeat-x;
    text-align: center;
}
.contain {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    width: 90%}
.header {
    width: 980px;
    height: 91px;
    background: url(../../img/header.jpg) no-repeat;
    margin: 0 10px;
}
.iNavShadow {
    display: none;
}
.mobileheader {
    width: 100%;
    height: 40px;
    padding-top: 4px;
    background: url(../../img/moblogo-bg.gif) repeat-x;
    display: none;
}
#moblogo {
    background: url(../../img/amex-mobile-logo.jpg) no-repeat;
    height: 44px;
    width: 200px;
    margin: 0 auto;
}
.mobmenu {
    background: url(../../img/mob-menu.png) no-repeat;
    height: 36px;
    width: 36px;
    float: left;
    margin-left: 4px;
}
.feed {
    float: left;
    width: 99%;
    margin: 12px 1% 20px;
    text-align: center;
}
.newspanel-aqua, .newspanel-green, .newspanel-grey, .newspanel-l, .newspanel-r, .newspanel-red {
    margin: 15px .5%;
    display: inline-block;
    width: 48%;
    min-height: 230px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(23, 52, 96, .42);
    -moz-box-shadow: 0 0 15px 1px rgba(23, 52, 96, .42);
    box-shadow: 0 0 15px 1px rgba(23, 52, 96, .42);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    vertical-align: top;
    float: left;
}
.newspanel-red {
    -webkit-box-shadow: 0 0 15px 1px rgba(214, 75, 11, .42);
    -moz-box-shadow: 0 0 15px 1px rgba(214, 75, 11, .42);
    box-shadow: 0 0 15px 1px rgba(214, 75, 11, .42);
}
.newspanel-green {
    -webkit-box-shadow: 0 0 15px 1px rgba(117, 176, 39, .42);
    -moz-box-shadow: 0 0 15px 1px rgba(117, 176, 39, .42);
    box-shadow: 0 0 15px 1px rgba(117, 176, 39, .42);
}
.newspanel-aqua {
    -webkit-box-shadow: 0 0 15px 1px rgba(107, 194, 185, .42);
    -moz-box-shadow: 0 0 15px 1px rgba(107, 194, 185, .42);
    box-shadow: 0 0 15px 1px rgba(107, 194, 185, .42);
}
.text {
    float: left;
    width: 88%;
    padding: 15px 4% 0;
    font-family: BentonSansRegular, 'helvetica neue', helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #454545;
    text-align: left;
    min-height: 158px;
    max-height: 170px;
    overflow: hidden;
}
@media screen and (max-width:600px) {
.text {

    overflow: visible;
}

}

.text ul{list-style:disc inside;}
.text ol{list-style: decimal inside;}
.description {
    font-family: BentonSansRegular, 'helvetica neue', helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #454545;
    text-align: left;
}

.description a{
    text-decoration: underline;
    color: blue;
}
.readmorebutton, .shopnowbutton {
    display: inline-block;
    float: left;
    text-decoration: none;
    margin-left: 4%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: BentonSansRegular, 'helvetica neue', helvetica, sans-serif;
    font-size: 12px;
}
.readmorebutton a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 4px 25px 4px 13px;
    border-radius: 3px;
    background: url(../../img/iconOpen.png) 92% 48%/12px no-repeat #173460;
    background-color: #173460;
}
.readmorebutton.expanded a {
    background: url(../../img/iconClose.png) 92% 48%/12px no-repeat #173460;
}
.shopnowbutton a {
    text-decoration: none;
    background-color: #173460;
    color: #fff;
    font-size: 12px;
    padding: 4px 17px;
    border-radius: 3px;
}
.sharebutton {
    display: none;
    float: left;
    text-decoration: none;
    margin-left: 10%;
    margin-top: 10px;
}
.sharebutton a {
    text-decoration: none;
    font-size: 10px;
    background-color: #6D6F72;
    color: #fff;
    padding: 2px 13px 3px;
    border-radius: 3px;
}
.newsimage {
    width: 40%;
    height: auto;
    float: left;
    margin: 10px;
    overflow: hidden;
}
.scale {
    width: 100%}
.scale-grey {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.readmore {
    background: url(../../img/readmore.png) no-repeat;
    width: 110px;
    height: 24px;
    float: left;
    margin: 5px 0 10px 10px;
}
.readmore:hover {
    background: url(../../img/readmore.png) 0 -24px no-repeat;
}
.shopnow {
    background: url(../../img/shopnow.png) no-repeat;
    width: 110px;
    height: 24px;
    float: left;
    margin: 5px 0 10px 10px;
}
.shopnow:hover {
    background: url(../../img/shopnow.png) 0 -24px no-repeat;
}
.share {
    width: 67px;
    height: 18px;
    float: left;
    background: url(../../img/share.png) no-repeat;
    margin: 8px 0 0 30px;
}
.share:hover {
    background: url(../../img/share.png) 0 -18px no-repeat;
}
.sharepop {
    width: 150px;
    height: 50px;
    float: right;
    margin: 5px;
    display: none;
}
.more {
    width: 95%;
    padding: 10px 0;
    margin: 0 10px;
    font-family: BentonSansLight, 'helvetica neue', helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #454545;
    text-align: left;
    border-top: 1px solid grey;
    display: none;
}

.more ul{list-style: disc inside;}
.more ol{list-style: decimal inside;}
.loading {
    display: none;
    width: 100%;
    height: 70px;
    margin: 10px auto;
    padding: 0;
    background: url(../../img/loading.gif) no-repeat center;
}
.footer {
    width: 100%;
    height: 200px;
    padding-top: 90px;
    margin: 70px 0 0;
    background: url(../../img/gns-filigree.jpg) repeat-x;
    float: left;
    text-align: center;
    font-family: BentonSansLight, 'helvetica neue', helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #454545;
}
.benefittitle, .offertitle, .producttitle, .title, .title-old {
    display: block;
    padding: 10px 0;
    margin: 0 0 10px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
    font-size: 18px;
    font-family: BentonSansLight, 'helvetica neue', helvetica, sans-serif;
    color: #454545;
}
.newspanel-red .title {
    color: #d64b0b;
    border-top: 1px solid #d64b0b;
    border-bottom: 1px solid #d64b0b;
}
.newspanel-green .title {
    color: #75b027;
    border-top: 1px solid #75b027;
    border-bottom: 1px solid #75b027;
}
.newspanel-aqua .title {
    color: #6bc2b9;
    border-top: 1px solid #6bc2b9;
    border-bottom: 1px solid #6bc2b9;
}
.title-old {
    color: #cecece;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.feed .new {
    position: absolute;
    background: 0 0;
    left: -38px;
    top: 28PX;
    z-index: 999;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom: 33px solid #74AE2C;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    height: 0;
    width: 100px;
    transform: rotate(-45deg);
    /*for ie8 */


}

.ie8 .new
{
top: 0px\9;
left: 0px\9;
 border-left: 0px solid #74AE2C\9;
    border-right: 0px solid #74AE2C\9;
}
.old {
    position: absolute;
    background: 0 0;
    left: -38px;
    top: 28PX;
    z-index: 999;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-bottom: 33px solid #4D4D4D;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    height: 0;
    width: 100px;
    transform: rotate(-45deg);
}
.new p, .old p {
    text-align: center;
    color: #fff;
    font-size: 21px;
    margin: 0;
    width: 100%;
    line-height: 1.65em;
    font-weight: 700;
}
.time {
    font-size: 10px;
    font-family: BentonSansLight, 'helvetica neue', helvetica, sans-serif;
    color: #9f9f9f;
}
.tandcs {
    width: 100%;
    max-height: 200px;
    overflow: auto;
    border-top: 1px solid grey;
    padding-top: 5px;
}
.tandcs p {
    width: 100%;
    margin-bottom: 5px;
}
.readmoresection {
    width: 100%;
    margin-bottom: 10px;
}
.readmoresection p {
    width: 100%}
.visible {
    display: block!important;
}
#social-share {
    display: inline-block;
    margin-left: 10px;
    padding-top: 16px;
    padding-bottom: 15px;
}
#social-share div {
    display: inline-block;
}
.nav-wrap {
    float: none;
    width: 60em;
    min-height: 66px;
    margin: 0 auto;
    max-width: 1000px;
}
.nav {
    width: 50%;
    float: left;
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-family: BentonSansLight, 'helvetica neue', helvetica, sans-serif;
    line-height: 20px;
    margin: 8px 0 0;
}
.bold {
    color: #fff;
    font-size: 20px;
    text-align: left;
    font-family: BentonSansBold, 'helvetica neue', helvetica, sans-serif;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
}
.filter {
    float: right;
    width: 50%;
    margin: 20px 0 0;
    color: black;
    font-size: 16px;
    text-align: right;
    font-family: BentonSansLight, 'helvetica neue', helvetica, sans-serif;
}
.nav-wrapper {
    display: inline-block;
    width: 100%;
    background-color: #173460;
}
.filtertitle {
    display: inline-block;
    font-size: 16px;
}
.textarea {
    width: 55%;
    display: inline-block;
}
@media screen and (max-width:1140px) {
    .newspanel-aqua, .newspanel-green, .newspanel-grey, .newspanel-l, .newspanel-r, .newspanel-red {
    margin: 1.25%;
    width: 46.5%
    }
.feed {
    width: 98%;
    margin: 12px 1% 20px;
}
.contain {
    width: 100%}
}@media screen and (max-width:1030px) {
    .nav-wrap {
    width: 59em;
}
}@media screen and (max-width:990px) {
    .contain, .header {
    width: 100%}
.feed {
    margin: 0 1%;
    width: 98%;
    text-align: left;
}
.nav-wrap {
    width: 95%}
.newsimage {
    width: 95%;
    margin: 2.5% 2.5% 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.more, .text {
    width: 95%}
.text {
    padding: 5px 10px 0;
    min-height: 155px;
}
.newsimage {
 /* height: 320px; */
}
.textarea {
    width: 96%;
    display: inline-block;
    margin: 0 2.5% 10px;
}
.readmorebutton, .shopnowbutton {
    margin-left: 3%}
.newspanel-aqua, .newspanel-green, .newspanel-grey, .newspanel-l, .newspanel-r, .newspanel-red {
    min-height: 449px;
    width: 46.5%;
    margin: 1.5%;}
}@media screen and (max-width:875px) {
    .filter, .nav {
    width: auto;
}
}@media screen and (max-width:735px) {
    #social-share {
    width: 170%;
    margin-left: 0;
    padding-top: 5px;
}
.nav {
    width: 30%}
}@media screen and (max-width:700px) {
    .newsimage, .scale {
    height: auto;
}
.newspanel-aqua, .newspanel-green, .newspanel-grey, .newspanel-l, .newspanel-r, .newspanel-red {
    min-height: 519px;
}
}@media screen and (max-width:630px) {
    .newspanel-aqua, .newspanel-green, .newspanel-grey, .newspanel-l, .newspanel-r, .newspanel-red {
    width: 46.25%}
}@media screen and (max-width:600px) {
    .readmoresection {
    width: 95%;
   padding: 0 10px;
}
.mobileheader {
    display: block;
}
body {
    background: 0 0;
}
.header {
    display: none;
}
.feed, .nav-wrap {
    margin: 0;
    width: 100%}
.newspanel-aqua, .newspanel-green, .newspanel-grey, .newspanel-r, .newspanel-red {
    float: left;
    width: 95%;
    margin: 10px 2.5%;
    min-height: 120px;
    }
.newsimage {
    width: 100.4%;
    /* height: 300px; */
    margin: 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-position: bottom;
    float: left;
    overflow: hidden;
}
.tandcs {
    width: 95%;
    padding: 10px 10px 0;
}
.more, .text {
    width: 95%}
.nav-wrap {
    background: #173460;
    padding: 0 0 0 5%;
    width: 95%}
.filter {
    float: left;
    text-align: left;
    padding-bottom: 20px;
    width: 95%;
    margin: 0;
}
.scale, .scale-grey {
   /* position: relative; */
        /* bottom: 80px; */
}
.text {
    padding: 5px 10px 0;
    min-height: 0;
}
.textarea {
    margin: -51px 2.5% 10px;
}
.benefittitle, .offertitle, .producttitle, .title, .title-old {
    opacity: .6;
    background: #f5f5f5;
    margin: 0 0 0 -5%;
    padding: 0px 1% 0px 4%;
    width: 106.3%;
    height: 45px;
    display: flex;
    line-height: 22px;
    flex-direction: column;
    justify-content: center;
}
.textarea {
    width: 95%}
.nav, .nav .bold {
    width: auto;
}
#social-share {
    width: auto;
    padding-top: 16px;
    margin-left: 20px;
}
}@media screen and (max-width:520px) {
    .benefittitle, .offertitle, .producttitle, .title, .title-old {
    margin-left: -5.2%}
}@media screen and (max-width:480px) {
    .filter .filtertitle {
    width: 100%;
    margin-bottom: 10px;
}
.filter select {
    width: 100%}
}@media screen and (max-width:430px) {
    .benefittitle, .offertitle, .producttitle, .title, .title-old {
    margin-left: -5.7%}
}@media screen and (max-width:415px) {
    .newsimage img {
   /* height: 380px; */
    width: 100%;
}
}@media screen and (max-width:390px) {
    .benefittitle, .offertitle, .producttitle, .title, .title-old {
    margin-left: -6.3%}
.newsimage img {
   /* left: -5% */}
}@media screen and (max-width:360px) {
    #social-share {
    width: 100%;
    padding-top: 0;
    margin-left: 0;
}
.newsimage img {
    left: -9%}
.bold {
    padding-top: 5px;
}
}.country-KR * {
    font-family: NanumGothic, "DFK Gothic Korean", "Malgun Gothic", "New Gulim", Dotum, GulimChe, AppleGothic, Apple SD Gothic Neo, sans-serif!important;
}
.section-details {
    max-width: 970px;
    margin: 0 auto;
    display: inline-block;
    width: 95%;
}

.section-title {
    width: 70%;
    display: inline-block;
    float: left;
    padding-top: 20px;
    text-align: left;
}

.section-image {
    display: inline-block;
    width: 30%;
    text-align: right;
    float: right;
}

.section-image img {
    width: 55%;
    min-width: 120px;
}

.section-title img {
   width: 37.5%;

   min-width: 180px;
}

.section-apply-link {  display: inline-block;
  float: left;
  text-decoration: none;
  margin-left: 0%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:BentonSansBold;
}

.section-apply-link a {  text-decoration: none;
    background-color: #173460;
    color: #fff;
    font-size: 13px;
    padding: 6px 17px;
    border-radius: 5px;
    height: 29px;
    font-weight:bold;
}


.section-apply-link a:hover
{
  color:#173460;
  background-color:#EAEBEB;
  border:1px#cfcfcf;
  border-radius:5px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfcfcf), to(#FFFFFF));
  border: 1px outset buttonface;
background: -webkit-linear-gradient(top, #FFFFFF, #cfcfcf);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #FFFFFF, #cfcfcf);

  /* IE 10 */
  background: -ms-linear-gradient(top, #FFFFFF, #cfcfcf);

  /* IE 6-9 */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #FFFFFF, #cfcfcf);
}

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

.section-title
{
    width: 58%;
    float: left;
        display:block;

}
.section-image
{
    width: 39%;
    float: right;
    text-align: right;
    display: inline-block;
}

}
h2.title-text
{
   position: relative;
    top: -45px;
    height: 44px;
    margin-left: -5px;
    display: none;
    font-size: 18px;      font-family: BentonSansRegular, 'helvetica neue', helvetica, sans-serif;
    color: #454545;
    font-weight: bolder;
    z-index: 50000;
    flex-direction: column;
    justify-content: center;
}
.newspanel-red .title-text {
    color: #d64b0b;
  /*  border-top: 1px solid #d64b0b;*/
  /* border-bottom: 1px solid #d64b0b;*/
}
.newspanel-green .title-text {
    color: #75b027;
    /*border-top: 1px solid #75b027;*/
    /*border-bottom: 1px solid #75b027;*/
}
.newspanel-aqua .title-text {
    color: #6bc2b9;
    /* border-top: 1px solid #6bc2b9; */
    /* border-bottom: 1px solid #6bc2b9; */
}

@media screen and (max-width:600px)
{
    h2.title-text
    {
        display:block;
        display:flex;
        margin-bottom:-35px;
    }

    .ie8 .title-text,.ie9 .title-text
    {
        margin top:5px;
    }
    h2.title
    {
        text-indent:-2000px;
    }



}
@media screen and (max-width:600px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
    h2.title-text
    {
        margin top:5px;
    }
}
