@font-face {
    font-family: "SamsungOne 400";
    src:
    url("../fonts/SamsungOne-400_v1.0.otf"),
    url("../fonts/SamsungOne-400_v1.0.woff2") ,
    url("../fonts/SamsungOne-400_v1.0.woff"),
    url("../fonts/SamsungOne-400_v1.0.ttf"),
    url("../fonts/SamsungOne-400_v1.0.eot");
}

@font-face {
  font-family:"Samsung Sharp Bold";
  src: url("../fonts/SamsungSharpSans-Bold.woff2") format("woff2"),
       url("../fonts/SamsungSharpSans-Bold.woff") format("woff"),
       url("../fonts/SamsungSharpSans-Bold.ttf") format("truetype"),
       url("../fonts/SamsungSharpSans-Bold.eot") format("embedded-opentype"),
       url("../fonts/SamsungSharpSans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}



@font-face {
    font-family: "Samsung Sharp Sans";
    src: url('../fonts/SamsungSharpSans-Bold.otf'),
    url('../fonts/SamsungSharpSans-Medium.otf'),
    url('../fonts/SamsungSharpSans-Regular.ttf') 
    format("truetype");
}




* {
    margin: 0;
    padding: 0;
    font-family: "SamsungOne 400";
}

a{
	color:#000;
	text-decoration:none;
}

html, body {
	width:100%;
	height:auto;
	overflow-x:hidden;
	overflow-y:auto;
    color: #000;
   /* font-family: 'webfontregular', "Microsoft JhengHei", 微软雅黑, arial;*/
}

body.en-font{
 /*   font-family: 'SamsungOne400' !important;*/
}

.pc-show{
    display: block;
}
.m-show{
    display: none;
}

.header {
    width: 100%;
    background-color: #ffffff;
    height: 60px;
    color: #000;
    position: relative;
    z-index:999;
}

.kv{
   /*padding-top:60px;*/
}

.menu-pop{
    display: none;
}


.left-nav {
    width: 388px;
    float: left;
    margin-left: 26%;
}

.left-nav ul {
    width:100%;
    list-style: none;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
}

.left-nav ul li a {
    width:auto;
    height: 30px;
    margin:0 10px 0 10px;
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-size:12px;
}

.right-nav ul li{
    font-size:12px;
    float:left;
}

.left-nav ul li a:hover {
    text-decoration: underline;
}

.clubs-logo {
    position: absolute;
    top: 0;
    left: 20%;
    margin-left: -56px;
    z-index: 99;
}
.fixedLogo.clubs-logo{
    height: 60px;
    margin-left: -38px;
    width: 76px;
}



.hight9{
	height:20px;
	margin-bottom: 12px;
}



.right-nav {
    /* width: 247px; */
    float: right;
    margin-right: 8.7%;

    
}

@media screen and (min-width:1440px){
    .right-nav {
        margin-right:16.7%;
    }
}

.right-nav ul {
    float: left;
    list-style: none;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
}

.right-nav ul li a {
    width:auto;
    display:inline-block;
    margin:0 10px 0 10px;
    height:30px;
    float:right;
    cursor:pointer;
    color:#000;
    text-decoration: none;
}

.right-nav ul li a.join:hover {
    text-decoration: underline;
}

.login-btn {
    height:30px;
    width:auto;
    max-width:220px;
    padding:0 30px 0 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 12px;
}

.login-btnss {
    height:30px;
    width:200px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
}


.login-btns {
    height:30px;
    width:100px;
    padding:0 10px 0 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 14px;
}

.mobile-nav{
    display: none;
}
.menu{
    position: absolute;
    right: 20px;
    top:20px;
    display: none;
    width: 26px;
    height: 20px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/ico-new-gnb-menu-mo.svg);
    background-position: 0 0;
    background-size: 100% auto;
}
.close-menu{
    position: absolute;
    right: 20px;
    top:20px;
    display: none;
    width: 20px;
    height: 20px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/ico-new-gnb-close-mo.svg);
    background-position: 0 0;
    background-size: 100% auto;
}

@media screen and (max-width:1440px) {
    /* .left-nav{
    width: 280px;
    float: left;
    margin-left: 28.7%;
    }
    
    .right-nav {
    width: 230px;
    float: right;
    margin-right: 8.7%;
   } */
}

/* @media screen and (max-width:1000px) {
    .left-nav{
        width: 280px;
        float: left;
        margin-left: 28.7%;
    }

    .right-nav {
        width: 230px;
        float: right;
        margin-right: 8.7%;
    }
} */
.SamsungLogo1{
    float: right;
    margin-top: 22px;
    margin-left: 20px;
}

.SamsungLogo2 {
    position: absolute;
    top: 22px;
    right: 15%;
    margin-left: -56px;
    z-index: 99;
}

.fixedLogo.SamsungLogo2{
    display: none
}

@media screen and (min-width: 1101px) and (max-width: 1440px) {
    .clubs-logo {
        left: 12%;
    }
    .left-nav {
        margin-left: 21%;
    }
    .right-nav {
        margin-right: 10.5%;
    }
    .SamsungLogo2 {
        right: 10%;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .clubs-logo {
        left: 12%;
    }
    .left-nav {
        margin-left: 19%;
    }
    .right-nav {
        margin-right: 5%;
    }
    .SamsungLogo2 {
        right: 6%;
    }
}



@media screen and (max-width: 1000px) {
    .SamsungLogo2{
        display: none
    }
    .pc-show{
        display: none;
    }
    .m-show{
        display: block;
    }
    .pc-nav{
        display: none;
    }
    .mobile-nav{
        display: block;
    }
    .menu{
        display: block;
    }
    .clubs-logo {
        /* margin-left: -43px !important; */
        left: 17px;
        margin-left: 0;
        width: 85px !important;
    }
    .mid-logo{
        width: 100px;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: 23px;
    }
    .fixedLogo.clubs-logo{
        height: 60px;
        left: 50%;
        margin-left: -38px !important;
        width: 76px !important;
    }
    
    .menu-pop{
        position: fixed;
        height: 100%;
        left: 0;
        top:60px;
        width: 100%;
        background-color: #ffffff;
        z-index: 98;
        display: block;
        border-top: 1px solid #ccc;
        display: none;
    }
    .left-nav{
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
    .left-nav ul {
        width: 100%;

    }
    .left-nav ul li{
        width: 100%;
        padding-left: 20px;
        height: 50px;
        line-height:50px;
    }
    
    .left-nav ul li a {
    	color: #000 !important;
        height: 50px;
        line-height: 50px;
        display: block;
        width: 100%;
    }

    .left-nav ul li a:hover {
        text-decoration: underline;
    }
    
    .iconarrow{
    background:url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right.svg) 90% 50% no-repeat;
    background-size:6px auto;
    }
    

    .right-nav {
    	position:absolute;
    	bottom:0;
        width: 100%;
        margin:0;
        margin-top: 20px;
        border-top: 1px solid #ccc;
        overflow: hidden;
        height:192px;
        float:left;

    }
    
    .right-nav ul {
        width: 100%;
        float:left;
    }
    .right-nav ul li{
        width: 100%;
        padding-left:20px;
        height: 50px;
    }
    .right-nav ul li a {
    	color: #000 !important;
        height: 50px;
        line-height: 50px;
        float:left;
    }

    .header.fixed-header {
        position: fixed;
        top:0;
        left: 0;
        z-index: 99;
    }

}

.gb-footer {
    border-top: 1px solid #d0d0d0;
    background: #f7f7f7;
    font-size: 0
}

.gb-footer .gb-footer__blank a:after {
    display: inline-block;
    top: 0;
    width: 11px;
    height: 11px;
    margin-left: 9px;
    background-size: 11px 11px;
    content: ''
}

.gb-footer__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 118px;
    padding: 0vw 8.19444vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 1440px) {
    .gb-footer__inner {
        padding: 0px 118px
    }
    

}

ul,li{
    list-style: none;
}

.gb-footer__container {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gb-footer__container:before, .gb-footer__container:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__col4 {
    float: left;
    width: 25%;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gb-footer__col4 .gb-footer__item {
    margin-top: 11px
}

.gb-footer__col4 .gb-footer__item:first-child {
    margin-top: 0
}

.gb-footer__col4 a:hover:after {
    display: inline-block;
    margin-left: 10px
}

.gb-footer__col4.s-clear {
    padding-right: 0
}

.gb-footer__top {
    padding: 65px 0 38px
}

.gb-footer__top a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    word-break: break-word;
}

.gb-footer__top a:hover {
    color: #1428a0
}

.gb-footer__top .gb-footer__col-wrap {
    word-wrap: break-word
}

.gb-footer__top .gb-footer__col-wrap:before, .gb-footer__top .gb-footer__col-wrap:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__top .gb-footer__col-wrap strong {
    color: #000;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase
}

.gb-footer__top .gb-footer__col-wrap strong a {
    font-weight: bold
}

.gb-footer__top .gb-footer__col-wrap strong a:after {
    display: inline-block;
    position: relative;
    top: 0;
    width: 5px;
    height: 9px;
    margin-left: 9px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right-gray.svg);
    background-size: 5px 9px;
    content: ''
}

.gb-footer__top .gb-footer__col-wrap strong a:hover:after {
    top: 0;
    width: 5px;
    height: 9px;
    margin-left: 9px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right-hover.svg);
    background-size: 5px 9px;
    content: ''
}

.gb-footer__top .gb-footer__nav-link li {
    font-size: 0
}

.gb-footer__top .gb-footer__nav-link a:hover:after {
    display: inline-block;
    position: relative;
    top: 0;
    width: 5px;
    height: 9px;
    margin: 0 -17px 0 8px;
    background-size: 5px 9px;
    content: ''
}

.gb-footer__top .gb-footer__nav-link.gb-footer__col2 {
    float: left;
    width: 50%;
    padding-bottom: 34px
}

.gb-footer__top .gb-footer__nav-link .gb-footer__col4 {
    width: 50%
}

.gb-footer__top .gb-footer__nav-link .gb-footer__col4 a {
    font-size: 14px;
    line-height: 1.49;
    text-decoration: none;
}

.gb-footer__top .s-support-link .gb-footer__item {
    margin-top: 11px
}

.gb-footer__top .s-support-link .gb-footer__item:first-child {
    margin-top: 0
}

.gb-footer__top .s-support-link .gb-footer__item a {
    display: block;
    position: relative;
    line-height: 1.49;
    padding-left: 24px;
    text-decoration: none;
}

.gb-footer__top .s-support-link .gb-footer__svg {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-size: 15px 15px
}

.gb-footer__depth2 {
    font-size: 0
}

.gb-footer__depth2 a {
    font-size: 14px
}

.gb-footer__sns-list .gb-footer__depth2 {
    max-width: 224px;
    margin-right: -18px;
    padding-top: 2px
}

.gb-footer__sns-list .gb-footer__depth2:before, .gb-footer__sns-list .gb-footer__depth2:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__sns-list .gb-footer__item {
    float: left;
    margin: 0 18px 18px 0
}

.gb-footer__sns-list a {
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 999px;
    background-size: 100%
}

.gb-footer__local-logo {
    margin-top: 12px;
    font-size: 18px
}

.gb-footer__local-logo:before, .gb-footer__local-logo:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__local-logo .gb-footer__item {
    display: inline-block;
    margin-top: 0;
    margin-right: 6px;
    vertical-align: middle;
    font-size: 0
}

.gb-footer__local-logo .gb-footer__item img {
    max-width: 100%
}

.gb-footer__copyright {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    word-break: break-word
}

.gb-footer__copyright .gb-footer__text {
    color: #000;
    line-height: 1
}

.gb-footer__bottom {
    padding: 17px 0 3px;
    background: #000
}

.gb-footer__bottom:before, .gb-footer__bottom:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__bottom a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.gb-footer__bottom a:hover {
    text-decoration: underline
}

.gb-footer__bottom-list {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 1px;
    font-size: 0;
    table-layout: fixed
}

.gb-footer__bottom-list .gb-footer__list {
    display: table-cell
}

.gb-footer__bottom-list .gb-footer__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

.gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:after, .gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:hover:after {
    display: inline-block;
    margin: 1px 0 -1px 6px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/newwindow.svg);
    content: ''
}

.gb-footer__bottom-list .gb-footer__item a {
    line-height: 1.43
}

.gb-footer__bottom-list > cq {
    display: none
}

.gb-footer__lang {
    position: relative;
    display: table-cell;
    width: 260px;
    text-align: right;
    vertical-align: middle
}

.gb-footer__lang a {
    display: inline-block;
    position: relative;
    margin-top: -11px;
    padding: 0 14px 0 0;
    vertical-align: top;
    word-break: break-word
}

.gb-footer__lang a:after {
    position: absolute;
    top: 3px;
    right: 0;
    width: 7px;
    height: 12px;
    color: #fff;
    background-size: 7px 12px;
    content: ''
}

.gb-footer__lang-select {
    display: none;
    position: absolute;
    right: -20px;
    bottom: 50%;
    margin-bottom: -22px;
    padding: 14px 19px;
    min-width: 307px;
    max-width: 1440px;
    border: 1px solid #d9d9d9;
    background: #fff;
    text-align: left;
    z-index: 1200
}

.gb-footer__lang-select a {
    display: block;
    position: relative;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    color: #000
}

.gb-footer__lang-select a:hover {
    color: #1428a0;
    text-decoration: none
}

.gb-footer__lang-select a:after {
    margin-top: 4px
}

.gb-footer__lang-dimmed {
    display: none
}

.gb-footer__flag {
    position: relative;
    top: -1px;
    margin-right: 8px;
    max-width: 100%;
    width: 20px;
    height: 13px;
    background-size: 20px 13px;
    vertical-align: middle
}

.gb-footer__btn-top {
    position: absolute;
    top: -39px;
    right: 0;
    font-size: 14px;
    font-weight: normal
}

.gb-footer__btn-top a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    min-width: 10px
}

.gb-footer__btn-top a:after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 6px;
    margin: -1px 0 1px 10px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-footer-top.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: ''
}

.gb-footer__btn-top a:hover {
    text-decoration: underline
}

.gb-footer__btn-top a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-footer-top-hover.svg);
    color: #1428a0
}

.gb-footer__legal {
    margin-bottom: 10px
}

.gb-footer__legal p {
    font-size: 12px;
    font-weight: normal;
    color: #a6a6a6;
    line-height: 1.75;
    word-break: break-word
}

.gb-footer__legal p:first-child {
    margin-top: 0
}

.gb-footer__legal p a {
    text-decoration: underline;
    font-size: inherit;
    color: inherit
}

.gb-footer .s-flag-uk {
    background-image: url(../../../../../apps/samsungp5/components/global/content/footer/clientlibs/img/@flag.gif)
}

.gb-footer .gb-footer__nav-link a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right-hover.svg)
}

.gb-footer .gb-footer__blank a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-new-window.svg)
}

.gb-footer .gb-footer__blank a:hover:after {
    top: 0;
    width: 11px;
    height: 11px;
    margin-left: 9px;
    background-size: 11px 11px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-new-window-hover.svg)
}

.gb-footer .s-support-link a .s-ico-call {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-call.svg)
}

.gb-footer .s-support-link a .s-ico-email {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-email.svg)
}

.gb-footer .s-support-link a .s-ico-chat {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-chat.svg)
}

.gb-footer .s-support-link a .s-ico-letter {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-letter.svg)
}

.gb-footer .s-support-link a .s-ico-contact {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-contact.svg)
}

.gb-footer .s-support-link a .s-ico-store {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-store.svg)
}

.gb-footer .s-support-link a .s-ico-cyber {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-cyber.svg)
}

.gb-footer .s-support-link a .s-ico-care {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-care.svg)
}

.gb-footer .s-support-link a .s-ico-faq {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-faq.svg)
}

.gb-footer .s-support-link a .s-ico-servicelocation {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-servicelocation.svg)
}

.gb-footer .s-support-link a .s-ico-announcement {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-announcement.svg)
}

.gb-footer .s-support-link a .s-ico-emailtoceo {
    top: 1px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-email-the-ceo.svg)
}

.gb-footer .s-support-link a .s-ico-smartinfo {
    top: 1px;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-footer-smartInfo.svg)
}

.gb-footer .s-support-link a:hover .s-ico-call {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-call-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-email {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-email-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-chat {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-chat-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-letter {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-letter-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-contact {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-contact-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-store {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-store-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-cyber {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-cyber-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-care {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-care-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-faq {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-faq-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-servicelocation {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-servicelocation-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-announcement {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-announcement-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-emailtoceo {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-email-the-ceo-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-smartinfo {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-footer-smartInfo-hover.svg)
}

.gb-footer__sns-list .s-facebook a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-facebook.svg)
}

.gb-footer__sns-list .s-facebook a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-facebook-hover.svg)
}

.gb-footer__sns-list .s-twitter a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-twitter.svg)
}

.gb-footer__sns-list .s-twitter a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-twitter-hover.svg)
}

.gb-footer__sns-list .s-instagram a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-instagram.svg)
}

.gb-footer__sns-list .s-instagram a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-instagram-hover.svg)
}

.gb-footer__sns-list .s-youtube a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-youtube.svg)
}

.gb-footer__sns-list .s-youtube a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-youtube-hover.svg)
}

.gb-footer__sns-list .s-vk a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-vk.svg)
}

.gb-footer__sns-list .s-vk a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-vk-hover.svg)
}

.gb-footer__sns-list .s-in a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-in-square.svg)
}

.gb-footer__sns-list .s-in a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-in-square-hover.svg)
}

.gb-footer__sns-list .s-gplus a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-gplus.svg)
}

.gb-footer__sns-list .s-gplus a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-gplus-hover.svg)
}

.gb-footer__sns-list .s-blogger a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-blogger.svg)
}

.gb-footer__sns-list .s-blogger a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-blogger-hover.svg)
}

.gb-footer__sns-list .s-emailto a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-emailto.svg)
}

.gb-footer__sns-list .s-emailto a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-emailto-hover.svg)
}

.gb-footer__sns-list .s-renren a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-renren.svg)
}

.gb-footer__sns-list .s-renren a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-renren-hover.svg)
}

.gb-footer__sns-list .s-qq a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-qq.svg)
}

.gb-footer__sns-list .s-qq a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-qq-hover.svg)
}

.gb-footer__sns-list .s-weibo a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-weibo.svg)
}

.gb-footer__sns-list .s-weibo a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-weibo-hover.svg)
}

.gb-footer__sns-list .s-weixin a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-weixin.svg)
}

.gb-footer__sns-list .s-weixin a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-weixin-hover.svg)
}

.gb-footer__sns-list .s-kakao a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-kakao.svg)
}

.gb-footer__sns-list .s-kakao a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-kakao-hover.svg)
}

.gb-footer__sns-list .s-odnoklassniki a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-odnoklassniki.svg)
}

.gb-footer__sns-list .s-odnoklassniki a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-odnoklassniki-hover.svg)
}

.gb-footer .gb-footer__lang a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right-white.svg)
}

.gb-footer .gb-footer__lang-select a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right.svg)
}

.gb-footer .gb-footer__lang-select a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-arw-right-hover.svg)
}

.no-svg .gb-footer .gb-footer__nav-link a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -166px -29px;
    background-position: -166px -29px
}

.no-svg .gb-footer .gb-footer__blank a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -120px 0
}

.no-svg .gb-footer .gb-footer__blank a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -120px -13px
}

.no-svg .gb-footer__top .gb-footer__col-wrap strong a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -168px -40px
}

.no-svg .gb-footer__top .gb-footer__col-wrap strong a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -135px 0
}

.no-svg .gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:after, .no-svg .gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:hover:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -120px -26px
}

.no-svg .gb-footer .s-support-link a .gb-footer__svg {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png)
}

.no-svg .gb-footer .s-support-link a .s-ico-call {
    background-position: 0 0
}

.no-svg .gb-footer .s-support-link a .s-ico-email {
    background-position: -20px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-chat {
    background-position: -40px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-letter {
    background-position: -60px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-contact {
    background-position: -80px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-store {
    background-position: -100px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-cyber {
    background-position: -146px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-care {
    background-position: 1px -378px
}

.no-svg .gb-footer .s-support-link a .s-ico-faq {
    background-position: -18px -378px
}

.no-svg .gb-footer .s-support-link a .s-ico-servicelocation {
    background-position: -36px -378px
}

.no-svg .gb-footer .s-support-link a .s-ico-announcement {
    background-position: -55px -378px
}

.no-svg .gb-footer .s-support-link a .s-ico-emailtoceo {
    background-position: -72px -378px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-call {
    background-position: 0 -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-email {
    background-position: -20px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-chat {
    background-position: -40px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-letter {
    background-position: -60px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-contact {
    background-position: -80px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-store {
    background-position: -100px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-cyber {
    background-position: -146px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-care {
    background-position: 1px -398px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-faq {
    background-position: -18px -398px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-servicelocation {
    background-position: -36px -398px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-announcement {
    background-position: -53px -398px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-emailtoceo {
    background-position: -72px -398px
}

.no-svg .gb-footer__sns-list .gb-footer__svg a {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-size: 40px 40px
}

.no-svg .gb-footer__sns-list .s-facebook a {
    background-position: 0 -40px
}

.no-svg .gb-footer__sns-list .s-facebook a:hover {
    background-position: 0 -208px
}

.no-svg .gb-footer__sns-list .s-twitter a {
    background-position: -42px -40px
}

.no-svg .gb-footer__sns-list .s-twitter a:hover {
    background-position: -42px -208px
}

.no-svg .gb-footer__sns-list .s-instagram a {
    background-position: -84px -40px
}

.no-svg .gb-footer__sns-list .s-instagram a:hover {
    background-position: -84px -208px
}

.no-svg .gb-footer__sns-list .s-youtube a {
    background-position: -126px -40px
}

.no-svg .gb-footer__sns-list .s-youtube a:hover {
    background-position: -126px -208px
}

.no-svg .gb-footer__sns-list .s-in a {
    background-position: 0 -82px
}

.no-svg .gb-footer__sns-list .s-in a:hover {
    background-position: 0 -250px
}

.no-svg .gb-footer__sns-list .s-blogger a {
    background-position: -42px -82px
}

.no-svg .gb-footer__sns-list .s-blogger a:hover {
    background-position: -42px -250px
}

.no-svg .gb-footer__sns-list .s-vk a {
    background-position: -84px -82px
}

.no-svg .gb-footer__sns-list .s-vk a:hover {
    background-position: -84px -250px
}

.no-svg .gb-footer__sns-list .s-gplus a {
    background-position: -126px -82px
}

.no-svg .gb-footer__sns-list .s-gplus a:hover {
    background-position: -126px -250px
}

.no-svg .gb-footer__sns-list .s-emailto a {
    background-position: 0 -124px
}

.no-svg .gb-footer__sns-list .s-emailto a:hover {
    background-position: 0 -292px
}

.no-svg .gb-footer__sns-list .s-qq a {
    background-position: -42px -124px
}

.no-svg .gb-footer__sns-list .s-qq a:hover {
    background-position: -42px -292px
}

.no-svg .gb-footer__sns-list .s-renren a {
    background-position: -84px -124px
}

.no-svg .gb-footer__sns-list .s-renren a:hover {
    background-position: -84px -292px
}

.no-svg .gb-footer__sns-list .s-weibo a {
    background-position: -126px -124px
}

.no-svg .gb-footer__sns-list .s-weibo a:hover {
    background-position: -126px -292px
}

.no-svg .gb-footer__sns-list .s-weixin a {
    background-position: 0 -166px
}

.no-svg .gb-footer__sns-list .s-weixin a:hover {
    background-position: 0 -334px
}

.no-svg .gb-footer__sns-list .s-kakao a {
    background-position: -42px -166px
}

.no-svg .gb-footer__sns-list .s-kakao a:hover {
    background-position: -42px -334px
}

.no-svg .gb-footer__sns-list .s-odnoklassniki a {
    background-position: -84px -166px
}

.no-svg .gb-footer__sns-list .s-odnoklassniki a:hover {
    background-position: -84px -334px
}

.no-svg .gb-footer__lang a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -135px -15px
}

.no-svg .gb-footer__lang-select a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -168px -82px
}

.no-svg .gb-footer__btn-top a:after {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/sp-footer-ie8.png);
    background-position: -166px 0
}

.no-svg .gb-footer__btn-top a:hover:after {
    background-position: -166px -10px
}

@media screen and (max-width: 768px) {
    .gb-footer {
        border-top: 1px solid #dadada
    }

    .gb-footer__inner, .gb-footer__container {
        font-size: 16px;
        margin: 0;
        padding: 0
    }

    .gb-footer__top {
        padding: 0 0 29px
    }

    .gb-footer__top .gb-footer__nav-link {
        padding: 24px;
        border-bottom: 1px solid #dadada
    }

    .gb-footer__top .gb-footer__nav-link a:hover:after {
        width: 6px;
        height: 9px;
        background-size: 6px 9px;
        margin-bottom: -1px
    }

    .gb-footer__top .gb-footer__nav-link li {
        margin-top: 13px
    }

    .gb-footer__top .gb-footer__nav-link.gb-footer__col2 {
        float: none;
        width: auto;
        padding-top: 28px;
        padding-bottom: 27px
    }

    .gb-footer__top .gb-footer__nav-link .gb-footer__col4 {
        width: auto;
        margin-top: 13px;
        padding: 0
    }

    .gb-footer__top .gb-footer__nav-link .gb-footer__col4:first-child {
        margin-top: 0
    }

    .gb-footer__top .gb-footer__nav-link .gb-footer__col4 a {
        font-size: 12px;
        line-height: 1.333
    }

    .gb-footer__top .gb-footer__col4 {
        float: none;
        width: auto;
        padding: 0 24px
    }

    .gb-footer__top .gb-footer__col4:first-child li:first-child {
        margin-top: 0
    }

    .gb-footer__top .gb-footer__col4.s-clear {
        padding-right: 24px
    }

    .gb-footer__top .gb-footer__col-wrap strong {
        font-size: 12px
    }

    .gb-footer__top .gb-footer__col-wrap strong a {
        font-size: 12px
    }

    .gb-footer__top .gb-footer__col-wrap strong a:after, .gb-footer__top .gb-footer__col-wrap strong a:hover:after {
        width: 6px;
        height: 10px;
        margin-bottom: -1px;
        background-size: 6px 10px
    }

    .gb-footer__top .gb-footer__col-wrap .gb-footer__sns-list strong {
        margin-bottom: 0
    }

    .gb-footer__top .gb-footer__blank a:after, .gb-footer__top .gb-footer__blank a:hover:after {
        width: 9px;
        height: 9px;
        background-size: 9px 9px;
        margin-left: 8px;
        margin-bottom: -1px
    }

    .gb-footer__top .s-support-link {
        padding: 27px 24px 29px 0px;
        border-bottom: 1px solid #dadada
    }

    .gb-footer__top .s-support-link strong {
        margin-bottom: 20px
    }

    .gb-footer__top .s-support-link .gb-footer__svg {
        top: -1px;
        width: 16px;
        height: 16px;
        background-size: 16px 16px;
        vertical-align: middle
    }

    .gb-footer__top .s-support-link .gb-footer__item {
        display: block;
        margin-top: 17px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .gb-footer__top .s-support-link .gb-footer__item:first-child {
        margin-top: 0
    }

    .gb-footer__top .s-support-link .gb-footer__item a {
        padding-left: 26px;
        font-size: 12px;
        line-height: 1.25
    }

    .gb-footer__top .s-sns-link {
        padding: 27px 24px 27px 24px
    }

    .gb-footer__top .s-sns-link .gb-footer__depth2 {
        margin-left: -14px;
        margin-right: 0
    }

    .gb-footer__svg {
        width: 35px;
        height: 35px;
        background-size: 24px 24px
    }

    .gb-footer__depth2 .gb-footer__item {
        display: inline-block
    }

    .gb-footer__sns-list strong {
        margin-bottom: 0
    }

    .gb-footer__sns-list a {
        width: 32px;
        height: 32px;
        background-size: 32px 32px
    }

    .gb-footer__sns-list .gb-footer__depth2 {
        max-width: inherit;
        padding-top: 0
    }

    .gb-footer__sns-list .gb-footer__item {
        margin: 19px 0 0 0;
        padding: 0 7px 0 14px
    }

    .gb-footer__sns-list .gb-footer__item:first-child {
        margin: 19px 0 0 0
    }

    .gb-footer__local-logo {
        margin: 0 -10px 0 0
    }

    .gb-footer__local-logo ul {
        font-size: 0
    }

    .gb-footer__local-logo .gb-footer__item {
        display: inline-block;
        margin-top: 21px;
        margin-right: 10px
    }

    .gb-footer__local-logo .gb-footer__item:first-child {
        margin-top: 21px
    }

    .gb-footer__local-logo .gb-footer__item a {
        font-size: 0
    }

    .gb-footer__copyright {
        top: auto;
        margin-top: 1px;
        padding: 0 12px
    }

    .gb-footer__copyright .gb-footer__text {
        font-size: 10px;
        color: #000
    }

    .gb-footer__bottom {
        padding: 13px 0 18px
    }

    .gb-footer__bottom .gb-footer__inner {
        padding: 0 24px
    }

    .gb-footer__bottom-list {
        display: block;
        padding-bottom: 4px
    }

    .gb-footer__bottom-list .gb-footer__list {
        display: block
    }

    .gb-footer__bottom-list .gb-footer__list .gb-footer__item {
        margin: 7px 15px 0 0
    }

    .gb-footer__bottom-list .gb-footer__list .gb-footer__item.gb-footer__blank a:after, .gb-footer__bottom-list .gb-footer__list .gb-footer__item.gb-footer__blank a:hover:after {
        width: 11px;
        height: 11px;
        margin-bottom: -1px;
        background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/newwindow.svg);
        background-size: 11px 11px
    }

    .gb-footer__bottom-list a {
        font-size: 12px;
        line-height: 1.5;
        word-break: break-word
    }

    .gb-footer__lang {
        position: static;
        display: block;
        width: auto;
        text-align: left
    }

    .gb-footer__lang a {
        margin-top: 16px;
        padding: 0 13px 0 0
    }

    .gb-footer__lang a:after {
        top: 5px;
        width: 6px;
        height: 8px;
        background-size: 6px 8px
    }

    .gb-footer__lang .gb-footer__link {
        font-size: 12px
    }

    .gb-footer__lang-select {
        margin-bottom: -14px;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 15px
    }

    .gb-footer__lang-select a {
        margin-top: 0;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 0
    }

    .gb-footer__lang-select a:after {
        margin-top: 9px
    }

    .gb-footer__flag {
        width: 20px;
        height: 13px;
        margin-right: 6px
    }

    .gb-footer__btn-top {
        position: static;
        padding: 0;
        border-bottom: 1px solid #dadada;
        background-color: #fff;
        font-size: 14px;
        text-align: center
    }

    .gb-footer__btn-top a {
        display: block;
        padding: 17px 0 17px;
        font-size: 14px
    }

    .gb-footer__btn-top a:after {
        display: inline-block;
        position: static;
        width: 14px;
        height: 8px;
        margin: -1px 0 1px 9px
    }

    .gb-footer__legal {
        margin: 14px 0 2px
    }

    .gb-footer__legal p {
        font-size: 10px;
        line-height: 1.5
    }
    
    
	.hight9{
		height:0px;
		margin-bottom:0px;
	}

}
