/*@font-face {*/
/*font-family: NanumBarunGothic ;*/
/*src: url('/fonts/NanumBarunGothic.ttf');*/
/*src: url('/fonts/NanumBarunGothic.eot');*/
/*src: url('/fonts/NanumBarunGothic.woff')  format('woff');*/
/*}*/

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('/fonts/NanumBarunGothic.eot');
    src: url('/fonts/NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
        url('//cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/NanumBarunGothicLight.woff') format('woff'),
        url('/fonts/NanumBarunGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nanum Barun Gothic';
    font-style: normal;
    font-weight: 400;
    src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
    src: url(./NanumBarunGothic.eot);
    src: url(./NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
        url(./NanumBarunGothic.woff) format('woff'),
        url(./NanumBarunGothic.ttf) format('truetype');
}

@font-face {
    font-family: NanumBarunGothicBold;
    src: url('/fonts/NanumBarunGothicBold.ttf');
    src: url('/fonts/NanumBarunGothicBold.eot');
    src: url('/fonts/NanumBarunGothicBold.woff');
}

p {
    font-family: "NanumBarunGothic", arial;
}


.container {
    width: 1024px;
    height: auto;
    margin: 0 auto;
}

.header {
    width: 1024px;
    height: 135px;
    background: url("../images/header-bg.gif") no-repeat;
    position: relative;
}

.logo {
    width: 171px;
    height: 70px;
    padding-top: 22px;
    padding-left: 30px;
    float: left;
}

.nav {
    font-family: "NanumBarunGothic", arial;
    width: 792px;
    height: 32px;
    float: right;
    margin-top: 76px;
}


.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    display: inline;
    margin-left: 26px;
    padding-left: 25px;
    height: 24px;
}

.nav ul li a {
    font-family: 'NanumBarunGothic', arial;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

ul.navlist {
    width: 632px;
    font-size: 16px;
}

ul.navlist li {
    color: #000;
    font-size: 14px;
    list-style: none;
    padding-left: 6px;
    margin-left: 18px;
}

ul.navlist li a.info-icon {
    background: url('../images/info-icon.png') no-repeat 0 0px;
    width: 24px;
    height: 18px;
    padding-left: 26px;
}

ul.navlist li a.howto-icon {
    background: url('../images/howto-icon.png') no-repeat 0 0px;
    width: 18px;
    height: 18px;
    padding-left: 22px;
}

ul.navlist li a.tvc-icon {
    background: url('../images/tvc-icon.png') no-repeat 0 -2px;
    width: 21px;
    height: 21px;
    padding-left: 26px;
}

ul.navlist li a.info-icon:hover {
    background: url('../images/info-icon-active.png') no-repeat 0 0px;
    width: 24px;
    height: 18px;
    padding-left: 26px;
}

ul.navlist li a.howto-icon:hover {
    background: url('../images/howto-icon-active.png') no-repeat 0 0px;
    width: 18px;
    height: 18px;
    padding-left: 22px;
}

ul.navlist li a.tvc-icon:hover {
    background: url('../images/tvc-icon-active.png') no-repeat 0 -2px;
    width: 21px;
    height: 21px;
    padding-left: 26px;
}

ul.navlist li.has-sub-menu {
    position: relative;
    cursor: pointer;
}

ul.navlist li.has-sub-menu:hover a {
    color: #fff000;
}

ul.navlist li.has-sub-menu:hover a.info-icon {
    background: url('../images/info-icon-active.png') no-repeat 0 0px;
    width: 24px;
    height: 18px;
    padding-left: 26px;
}

ul.navlist li.has-sub-menu:hover .sub-menu {
    display: inline-block;
}

ul.navlist li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 5px;
    width: 100%;
    height: auto;
    padding-top: 25px;
    z-index: 998;
}

ul.navlist li .sub-menu .sub-menu-item-anchor {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    line-height: 0 !important;
}

ul.navlist li .sub-menu .sub-menu-item-anchor img {
    width: 140px;
    max-width: 140px;
    height: auto;
}

/* @20180904 추가 */
ul.navlist li a.product-notice-icon {
    background: url('../images/product_notice-icon.png') no-repeat 0 0px;
    width: 21px;
    height: 21px;
    padding-left: 22px;
}

ul.navlist li a.product-notice-icon.active,
ul.navlist li a.product-notice-icon:hover {
    background: url('../images/product_notice-icon-active.png') no-repeat 0 0px;
    width: 21px;
    height: 21px;
    padding-left: 22px;
    color: #fff000;
}

.product-notice-layer {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.product-notice-layer.active {
    display: block;
}

.product-notice-layer-content {
    width: 65%;
    height: auto;
    margin: 0 auto;
    padding: 0 8%;
    background-color: #ffffff;
    -moz-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .15);
}

.product-notice-layer-content-title {
    color: #666666;
    font-size: 28px;
    text-align: center;
    border-bottom: 2px solid #ebebeb;
    margin: 0;
    padding-top: 1.5em;
    padding-bottom: 1em;
}

.product-notice-layer-content-items {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: 30px 0;
}

.product-notice-layer-content-item {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    padding-left: 1em;
    margin: 25px 0 0 0;
    list-style-type: disc;
    background: none;
}

.product-notice-layer-content-item.first {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}

/* //@20180904 추가 */

.info-icon.current {
    background: url('../images/info-icon-active.png') no-repeat 0 0px !important;
    width: 24px !important;
    height: 18px !important;
    padding-left: 26px !important;
}

.howto-icon.current {
    background: url('../images/howto-icon-active.png') no-repeat 0 0px !important;
    width: 18px !important;
    height: 18px !important;
    padding-left: 22px !important;
}

.tvc-icon.current {
    background: url('../images/tvc-icon-active.png') no-repeat 0 -2px !important;
    width: 21px !important;
    height: 21px !important;
    padding-left: 26px !important;
}

.nav .navlist li a:hover {
    color: #fff000;
}

.nav .navlist li a.current {
    color: #fff000;
}

.home-content {
    display: inline-block;
    width: 1024px;
    height: 950px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.flashpart {
    width: 1024px;
    height: 1050px;
    margin: 0;
    padding: 0;
}

object,
embed {
    outline: 0;
    border: none;
}

.content-wrap {
    min-height: 1973px;
    width: 980px;
    margin: 0 auto;
}

.howtopagewrap {
    height: 1400px;
    width: 980px;
    margin: 0 auto;
}

.infopagewrap {
    height: 1620px;
    width: 980px;
    margin: 0 auto;
}

.tvcpagewrap {
    height: 748px;
    width: 980px;
    margin: 0 auto;
}




.home-product-packshot {
    display: inline-block;
    float: left;
    width: 1024px;
    height: auto;
}

.homepdtpackbtn {
    text-align: right;
    width: 303px;
    float: left;
    margin-top: 150px;
    padding-right: 30px;
    font-size: 10px;
    letter-spacing: -0.3px;
    color: #dcdddf;
}

.homepdtpackbtn a {
    display: inline-block;
    width: auto;
    height: auto;
}

.homepdtpackimg {
    float: left;
    width: 631px;
    margin-top: 50px;
    margin-left: 60px;
}

/* -------------information page css starts here---------------*/

.info-block-wrap {
    width: 928px;
    height: auto;
    margin-top: 20px;
    position: relative;
    margin: 0 auto;
}

.infoblock-top {
    background: url('../images/paper-bg-top2.png') no-repeat;
    width: 891px;
    height: 79px;
}

.infoblock-body {
    background: url('../images/paper-bg-body.png');
    background-repeat: repeat-y;
    width: 891px;
    height: auto;
}

.infoblock-body h1 {
    font-family: 'NanumBarunGothicBold', arial;
    margin: 0px;
    color: #414042;
    font-size: 48px;
    font-style: normal;
    padding-top: 22px;
    padding-left: 40px;
}

.infoblock-body ul.infoblocklist {
    margin-bottom: 0px;
    padding-bottom: 100px;
    margin-top: 25px;
}

.infoblock-body ul li {
    font-family: 'NanumBarunGothic', arial;
    padding: 5px;
}

.infoblock-bottom {
    background: url('../images/paper-bg-bottom.png') no-repeat;
    width: 891px;
    height: 21px;
}

.browntxt {
    background: #F4CC9B;
    color: #000;
}

.infoblock-body ul li {
    color: #414042;
    padding: 5px;
    font-size: 18px;
    margin-left: 42px;
    line-height: 30px;
}

.infopgproductbox {
    width: 100%;
    height: auto;
    position: relative;
}

.infopagewrap h1 {
    font-family: 'NanumBarunGothic', arial;
    text-align: center;
    font-size: 65px;
    color: #0054a6;
    margin: 0;
    line-height: 64px;
    font-style: italic;
    letter-spacing: 0px;
}

.infopagewrap h1 sup {
    font-size: 40px;
}

.infopagewrap h2 {
    font-family: 'NanumBarunGothic', arial;
    text-align: center;
    font-size: 40px;
    color: #0054a6;
    margin: 100px 0 0 0;
    line-height: 64px;
    font-style: italic;
    letter-spacing: -2px;
}

.infopagewrap h2 sup {
    font-size: 30px;
}

.video {
    background: url('../images/video-bg.jpg') no-repeat;
    width: 668px;
    height: 396px;
    margin-top: 34px;
    margin-left: 172px;
}

.video-inner {
    width: 635px;
    height: 364px;
    margin-top: 10px;
    margin-left: 10px;
    padding-top: 16px;
    padding-left: 6px;
}

.product-packshot-wrap {
    background: url('../images/day-nite-pdt-shot2.jpg');
    width: 669px;
    height: 509px;
    margin: 0 auto;
}

.daytime-packshot {
    margin-top: 10px;
    width: 200px;
    height: 200px;
    text-align: right;
    position: absolute;
    top: 190px;
    left: 10px;
}

.daytime-packshot p.orangebigtxt {
    color: #f89820;
    padding: 10px 0px 10px 10px;
    margin: 0px;
    font-size: 28px;
    line-height: 32px;
}

.daytime-packshot p {
    color: #f89820;
    font-size: 13px;
    line-height: 18px;
}


.nitetime-packshot {
    margin-top: 10px;
    width: 200px;
    height: 300px;
    text-align: left;
    position: absolute;
    top: 190px;
    left: 775px;
}

.nitetime-packshot p.greenbigtxt {
    color: #7fc34d;
    padding: 10px 10px 10px 0px;
    margin: 0px;
    font-size: 28px;
    line-height: 32px;
}

.nitetime-packshot p {
    color: #7fc34d;
    font-size: 13px;
    line-height: 18px;
}


.packshot-desc {
    width: 757px;
    height: 100px;
    background: #0054a6;
    margin: 0 auto;
    color: #fff;
}

.packshot-desc p {
    padding: 15px;
    line-height: 25px;
    text-align: center;
    font-size: 19px;
}

.yellowtxt {
    color: #eee80b;
}


.productshot-list {
    margin-top: 0px;
    width: 757px;
    position: relative;
    margin: auto;
}

.pdtshotbox {
    width: 757px;
    margin: 0 auto;
    margin-top: 20px;
}

.pdtlist1,
.pdtlist2,
.pdtlist3,
.pdtlist4,
.pdtlist5 {
    margin-top: 30px;
}

.pdtlist1 {
    width: 70px;
    height: 70px;
    background: url('../images/description-icon-sprites.png') 0 0 no-repeat;
    background-position: 0 0px;
    float: left;
}

.pdtlist2 {
    width: 70px;
    height: 70px;
    background: url('../images/description-icon-sprites.png') 0 0 no-repeat;
    background-position: 0 -70px;
    float: left;
}

.pdtlist3 {
    width: 70px;
    height: 70px;
    background: url('../images/description-icon-sprites.png') 0 0 no-repeat;
    background-position: 0 -140px;
    float: left;
}

.pdtlist4 {
    width: 70px;
    height: 70px;
    background: url('../images/description-icon-sprites.png') 0 0 no-repeat;
    background-position: 0 -210px;
    float: left;
}

.pdtlist5 {
    width: 70px;
    height: 70px;
    background: url('../images/description-icon-sprites.png') 0 0 no-repeat;
    background-position: 0 -280px;
    float: left;
}




.pdtlistdesc1,
.pdtlistdesc2,
.pdtlistdesc3,
.pdtlistdesc4,
.pdtlistdesc5 {
    width: 687px;
    float: left;
    /* background:#ee2e22; */
    margin-top: 10px;
}


.pdtlistdesc1 h1,
.pdtlistdesc2 h1,
.pdtlistdesc3 h1,
.pdtlistdesc4 h1,
.pdtlistdesc5 h1 {
    padding: 10px;
    margin: 0px;
    text-align: left;
    color: #0054a6;
    font-style: normal;
    font-size: 30px;
}

.pdtlistdesc1 p,
.pdtlistdesc2 p,
.pdtlistdesc3 p,
.pdtlistdesc4 p,
.pdtlistdesc5 p {
    padding: 0 10px 10px 10px;
    margin: 0px;
    text-align: left;
    font-size: 20px;
    color: #58595b;
    margin-top: -22px;
}

.pdtlistdesc1 p sup,
.pdtlistdesc2 p sup,
.pdtlistdesc3 p sup,
.pdtlistdesc4 p sup,
.pdtlistdesc5 p sup {
    font-size: 13px;
}

/* -------------information page css ends here---------------*/


/* -------------HOW TO PAGE css ends here---------------*/

.howtobox {
    width: 1011px;
    height: 340px;
    position: relative;
    font-family: 'NanumBarunGothic', arial;
}

.howtobox h1 {
    font-family: 'NanumBarunGothic', arial;
    font-size: 65px;
    color: #0054a6;
    margin-top: 104px;
    line-height: 64px;
    font-style: italic;
    letter-spacing: -4px;

}

.howtobox h1 sup {
    font-size: 40px;
}

.howtoBlock {
    width: 1011px;
    height: 340px;
    position: relative;
}

.howtoIcon1 {
    background: url('../images/how-to-css-sprite.png') 0 0px;
    width: 231px;
    height: 229px;
    float: left;
}

.howtoIcon2 {
    background: url('../images/how-to-css-sprite.png') 0 -229px;
    width: 231px;
    height: 229px;
    float: left;
}

hr {
    margin: 0px;
    padding: 0px;
    width: 801px;
    margin: 0 auto;
}


.howtoDesc1,
.howtoDesc2 {
    width: 780px;
    height: 229px;
    /*background: #0dc4e0;*/
    float: right;
    float: left;
}

.howtoDesc1 h2,
.howtoDesc2 h2 {
    font-family: 'NanumBarunGothicBold', arial;
    padding: 14px;
    color: #414042;
    line-height: 29px;
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 0px;
}

.howtoDesc1 ul li,
.howtoDesc2 ul li {
    line-height: 30px;
    font-size: 25px;
    padding-bottom: 11px;
    color: #58595b;
}

.howtoDesc1 ul li sup,
.howtoDesc2 ul li sup {
    font-size: 17px;
}

.infoblock-body ul li {
    color: #414042;
    padding: 5px;
    font-size: 18px;
    margin-left: 42px;
    line-height: 30px;
}

.cup-image {
    position: absolute;
    left: 682px;
    top: 335px;
}


.bluebgtxt {
    background: #0054a6;
    color: #fff;
}

.triangle {
    list-style-image: url('../images/list_icon.png');
}

/* -------------HOW TO PAGE page css ends here---------------*/



/* -------------TVCF PAGE css Starts here---------------*/

.tvcvideowrap {
    width: 752px;
    height: 748px;
    margin: 0 auto;
    position: relative;
}

.videoblack {
    width: 543px;
    height: 448px;
    background: #000;
    position: absolute;
    top: 309px;
    left: 37px;
}

.tvc-video {
    background: #000;
    position: absolute;
    top: 385px;
    left: 50px;
    z-index: 85;
    zoom: 1;
}

.tvc-block {
    margin-top: 64px;
    width: 752px;
    height: 762px;
    background: url('../images/tvc-big.png');
    position: absolute;
    z-index: 985;
}

/* -------------TVCF PAGE css ends here---------------*/

/* -------------termsoduse page css starts here---------------*/
.termspagewrap {
    width: 980px;
    height: auto;
    font-family: 'NanumBarunGothic', arial;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 44px;
}

.termspagewrap p {
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.termsbox {
    width: 980px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.termsbox:first-child {
    border-bottom: 0;
}

.termsbox:last-child {
    border-bottom: 0;
}

p.termstitle1 {
    width: 980px;
    border-bottom: 2px solid #e2e2e2;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

p.termstitle {
    font-size: 20px;
    font-weight: bold;
}


/* -------------termsoduse page css ends here---------------*/

.contactpagewrap {
    width: 980px;
    height: auto;
    font-family: 'NanumBarunGothic', arial;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 44px;
}

.contactpagewrap {
    font-family: 'NanumBarunGothic', arial;
    font-size: 12px;
}

.contactimg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.cookiepagewrap {}

.tel-icon {
    list-style-image: url('../images/phone-icon.png');
}

.fax-icon {
    list-style-image: url('../images/printer-icon.png');
}

.termsbox3 ul li,
.termsbox2 ul li {
    line-height: 30px;
}

.cookiepagewrap h1 {
    font-size: 22px;
    color: #000;
    padding: 10px;
}

.cookiepagewrap p {
    padding: 10px;
    font-size: 12px;
    line-height: 26px;
}

.sitemappagewrap {
    width: 980px;
    height: auto;
    font-family: 'NanumBarunGothic', arial;
    font-size: 12px;
    margin: 0 auto;
    padding-top: 44px;
}

.sitemappagewrap ul li a {
    text-decoration: none;
    line-height: 32px;
    color: #000;
    font-size: 19px;
}

.privacypolicypagewrap {
    font-family: 'NanumBarunGothic', arial;
    width: 980px;
    margin: 0 auto;
    margin-top: 42px;
}

.privacypolicypagewrap h1 {
    font-family: 'NanumBarunGothic', arial;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.privacypolicypagewrap p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-family: 'NanumBarunGothic', arial;
}

.privacypolicypagewrap ul {
    list-style: none;
}

.privacypolicypagewrap ul li {
    line-height: 24px;
    font-size: 14px;
    font-family: 'NanumBarunGothic', arial;
}


ul.dashbullets>li:before {
    content: "–";
    /* en dash here */
    position: absolute;
    margin-left: -1.1em;
}


/*.cookiepopup{width:100%;height:auto;background:#e6e6e6;border:1px solid #919191; font-family: 'arial', Georgia, Serif;}
.cookiepopup p{font-size:10px;color:#000;font-family: 'arial', Georgia, Serif;}
.cookiewrap{width:1024px;height:auto;margin:0 auto;}
.cookieblk1{width:804px;height:auto;background:#e2e2e2;float:left;padding:10px;}
.cookieblk2{width:200px;height:auto;background:red;float:left;}
.cookiepopup a{color:#0066b3;font-size:10px;} */

.footer {
    position: relative;
    display: block;
    width: 1024px;
    height: 495px;
    margin-top: -230px;
    font-family: "NanumBarunGothic", arial;
    font-size: 10px;
    color: #ffffff;
    background: url("../images/footer-bg.png") top center no-repeat;
    z-index: 2;
}

.footer-content {
    width: 1024;
    height: 80px;
    z-index: 3;
    margin: 0 auto;
    color: #fff;
    font-size: 10px;
}

.footerref1 {
    padding-left: 20px;
    font-size: 9px;
    font-family: arial;
    margin-top: 3px;
    margin-bottom: 0px;
    position: relative
}

.footercopyright {
    width: 44%;
    line-height: 12px;
    height: auto;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footercopyright p {
    font-family: verdana;
    letter-spacing: -0.5px;
}

.footerwhitebdr {
    width: 60%;
    height: auto;
    float: left;
    padding: 0;
    position: relative;
    margin-top: 7px;
}

/*.footerwhitebdr p{border: 1px solid #fff; padding:5px;font-size:10px;}*/
p.footer1stbdr {
    /*width: 55%;*/
    height: auto;
    float: left;
    /*margin-right:263px;*/
    text-align: center;
    /*font-size: 9px;*/
}

p.footer2stbdr {
    /*width: 132px;*/
    height: auto;
    float: left;
    text-align: center;
    /*margin-right: 45px;position:absolute;right:72px;font-size: 9px;*/
    margin-left: 2px;
}

p.footer3stbdr {
    /*width: 75px;*/
    height: auto;
    float: left;
    text-align: center;
    /*margin-right: 45px;position:absolute; right:-17px;font-size: 9px;*/
    margin-left: 2px;
}

p.footercode {
    border: none;
    position: absolute;
    top: 22px;
    left: 432px;
    float: right;
    font-size: 8px;
}

.footer-links {
    width: 45%;
    margin: 0 auto;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex; /* Use flexbox for layout */
    justify-content: center; /* Center the links */
    white-space: nowrap; /* Prevent the links from wrapping */
}

.footer-links a {
    text-decoration: none;
    color: #fff;
    margin: 0 5px; /* Add some margin between the links */
}

.footer-links .pipe {
    margin: 0 5px; /* Add some margin around the pipe separators */
}

span.pipe {
    padding-left: 40px;
    padding-right: 40px;
}

.yellowtxt {
    color: #fdee1c;
}

.novartis-footer-link {
    /*margin-top:25px;*/
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
    width: 1024px;
    height: 40px;
    background-color: #fff;
    padding-top: 10px;
}


button#closeCookieBanner {
    float: right;
    background: none;
    border: none;
    margin-top: 12px;
    margin-left: 10px;
    font-style: 12px;
}

a {
    color: #0076c0;
}

.cookie_wrapper {
    /*background: url('../images/cookie-bar-bg.png') top center repeat;
z-index: 999;
position: relative;
background-size: cover;
width:100%;
height:auto;
*/
    background-color: #CCCCCC;
    border: medium none;
    border-radius: 0;
    color: #000000;
    font-size: 10.9px;
    margin: 0;
    text-align: center;
    text-shadow: none;
}

.center-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 950px;
    margin: 0 auto;
}

.cookie_text {
    padding: 7px 90px;
    text-align: left;
    color: #666;
    font-family: Verdana;
    font-size: 11px;
    line-height: 1.2;
    margin: 0 auto;
    width: 100%;
    padding: 12px 5px;
}





.cookiepagewrap {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #005dac;
}

.cookiepagewrap h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
    padding: 0;
    color: #005dac;
}

.cookiepagewrap p {
    font-size: 16px;
    margin: 8px 0 9px 0;
    padding: 0;
    color: #515052;
}





.popup-holder {
    height: 0;
    display: none;
    position: relative;
    overflow: hidden;
}

.lightbox {
    width: 300px;
    background: #fff;
    border: 1px solid #7eabcd;
    box-shadow: 0 1px 0 #d3d3d3 inset;
    -webkit-box-shadow: 0 1px 0 #d3d3d3 inset;
    color: #4b4b4b;
    font: 11px/15px Arial, Verdana, Helvetica, sans-serif;
}

.lightbox-frame {
    padding: 10px;
}

.lightbox p {
    margin: 0 0 11px;
}

.lightbox .link-block {
    overflow: hidden;
    padding: 0 0 11px;
}

.lightbox .link-block a {
    float: left;
    margin: 0 20px 0 0;
    color: #319aca;
    text-decoration: underline;
}


.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 999;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background-image: url("../Content/images/OtrivinPopupBg.jpg");
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0px solid #f00;
    display: inline-block;
    left: 33%;
    opacity: 0;
    padding: 30px 55px;
    position: fixed;
    text-align: center;
    top: 265px;
    visibility: hidden;
    z-index: 9999;
    width: 34%;
    height: auto;

    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/
}

.overlay:target+.popup {
    top: 15%;
    opacity: 1;
    visibility: visible;
}


/*
    2016.10.04
    nativebinary
*/
.native_footer_reference {
    padding-left: 20px;
    font-size: 9px;
}

.native_footer_reference_info {
    position: relative;
    display: inline-block;
    float: left;
    width: 700px;
    padding-left: 20px;
}

.native_footer_reference_info .native_footer_reference_ul_main {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    width: 430px;
    height: 60px;
}

.native_footer_reference_info .native_footer_reference_ul_main li {
    float: left;
    padding: 2px 0;
}

.native_footer_reference_info .native_footer_reference_ul_main .native_footer_reference_divide {
    padding: 2px 20px;
}

.native_footer_reference_info .native_footer_reference_desc {
    position: relative;
    top: 0;
    width: 700px;
    font-size: 10px;
    line-height: 12px;
    margin: -60px 0 0 0;
}

.native_footer_reference_info .native_footer_reference_desc_title {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}

.native_footer_reference_info .native_footer_reference_desc_bottom {
    position: absolute;
    display: inline-block;
    clear: both;
    width: 100%;
    white-space: nowrap;
}

.native_footer_reference_info .native_footer_reference_ul {
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    width: 770px;
    height: 60px;
}

.native_footer_reference_info .native_footer_reference_ul li {
    float: left;
    padding: 2px 0;
}

.native_footer_reference_info .native_footer_reference_ul .native_footer_reference_divide {
    padding: 2px 20px;
}

.native_footer_note {
    position: relative;
    top: 0;
    float: right;
    margin: -20px 30px 0 0;
}

.native_copyright {
    padding-left: 20px;
    margin-top: 115px;
    width: 37%;
    height: auto;
    float: left;
}

.native_copyright .copyright_corporation {
    font-size: 12px;
    margin: 0;
}

.native_copyright .copyright_info {
    line-height: 12px;
}

.native_footer_logo {
    margin-left: 20px;
}

.native_howto_title {
    font-family: 'NanumBarunGothic', arial;
    padding: 0 14px;
    color: #414042;
    line-height: 52px;
    font-size: 40px;
    margin: 0;
}

.native_howto_title sup {
    font-size: 25px;
}

.native_homepdtpackbtn_info {
    margin: 15px 0 0 0;
    line-height: 12px;
}

.contactpagewrap .native_contact_title {
    border-bottom: 2px solid #cdcdcd;
}

.contactpagewrap .native_address_title {
    border-bottom: 0;
    margin-top: 40px;
}

.contactpagewrap .native_address_title:first-child {
    margin-top: 0;
}

.contactpagewrap .native_address_title .termstitle {
    margin-bottom: 0;
    font-size: 15px;
}

.contactpagewrap .termsbox3 .native_address_ul {
    margin: 10px 0 0 0;
}

.contactpagewrap .termsbox3 .native_address_ul li {
    margin: 0;
    font-size: 15px;
}

.native_strong {
    color: #0080c7;
    text-decoration: underline;
}

.footer_desc {
    position: relative;
    display: inline-block;
    width: 1004px;
    height: 70px;
    margin-top: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
}

.footer_desc .copyright_corporation {
    margin: 20px 0 0 0;
    font-size: 12px;
    line-height: 12px;
}

.footer_desc .footer_info_item.box {
    display: inline-block;
    padding: 5px 5px;
    border: 1px solid #ffffff;
}


/* WUNGLOGC-14217 CSS START */

.home-content.full-banner {
    height: 1444px;
}

.footer.newfooter {
    margin-top: 0px;
    background: unset;
    height: auto;
}

/* WUNGLOGC-14217 CSS END */


/*Start :: WUNGLOGC-19079
===============================*/

.logo-img {
    max-width: 145px;
}

#home-banner-new {
    height: auto;
    width: auto;
    max-width: 100%;
}

#home-banner-new img {
    max-width: 100%
}


/*End :: WUNGLOGC-19079
===============================*/



/*Start :: WUNGLOGC-26759
===============================*/
.header ul.navlist {
    width: 680px;
}
.youtube-icon {
    width: 22px;
    height: 22px;
    background: #313131;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 5px;
    left: -8px;
}
.youtube-icon img {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 13px;
   height: 10px;
   transform: translate(-50%, -50%);
}
.footer_desc {
    /*background: url(../images/home-footer-bg.png)*/
    background: #134582;
    margin-top: 0;
    margin-left: 0px;
    height: auto;
    padding-bottom: 5px;
}
.novartis-footer-link > a {
    display: inline-block;
}
.page-front .footer-links {
    width: 45%;
    margin: 15px auto 0 auto;
}

/*R-3 Changes*/
.product-notice-bottom-block {
    display: flex;
    justify-content: space-between;
    margin: 0 -8%;
    padding: 0 0 15px 0;
}
.product-notice-layer .product-notice-layer-content-items {
    padding-bottom: 10px;
    padding-top: 10px;
}
/*End :: WUNGLOGC-26759
===============================*/

.native_footer_logo
{
    min-width: 100px !important;
}

.newfooter .home-product-packshot {
    height: 55px;
  }
  .newfooter  .footer_desc .copyright_corporation {
    margin-top: 35px;
 }