body {
  font-family: 'samsungsharpsans-bold_v2', Microsoft YaHei, Arial, sans-serif;
  /* font-family: SamsungOne, "samsungsharpsans-bold_v2", "Microsoft Yahei", "微软雅黑", Simsun, "宋体", arial, sans-serif; */
}

.bg-black {
  background-color: #000 !important;
  color: #fff
}

.bg-white {
  background-color: #fff !important;
  color: #000
}

.bg-gray {
  background: #f7f7f7 !important
}

.text-color--black {
  color: #000 !important
}

.text-color--white {
  color: #fff !important
}

.align-center {
  text-align: center !important
}

.align-left {
  text-align: left !important
}

.align-right {
  text-align: right !important
}

.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  color: #000
}

.cartListMenu {
  padding: 12px;
  border-bottom: solid 1px #6F6F6F;
}

.cartListMenu li {
  padding-top: 12px;
  display: flex;
  height: 85px;
  border-bottom: solid 1px #f3f3f3;
  position: relative;
}

.cartListMenu li a img {
  width: 65px;
  height: 65px;
}

.cartListMenu li div {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  font-size: 10px;
}

.cartListMenu li div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px
}

.cartListMenu li div span {
  color: #E7E7E7;
  margin-top: 5px;
}

.cartListMenu li span.totalPrice {
  color: #2189ff;
  margin-left: 10px
}

.cartListMenu li div span.clrRed {
  color: #2189ff
}

.cartListMenu li i {
  position: absolute;
  top: 15px;
  right: -10px;
}

.cartListSub {
  padding: 12px;
  display: flex;
  justify-content: space-between;
}

.cartListSub .cart-text01 p {
  font-size: 10px
}

.cartListSub .cart-text01 span {
  font-size: 16px;
  margin-top: 5px;
  color: #2189ff;
}

.gnb__bar-inner .gnb__menu-wrap .el-badge .el-badge__content.is-fixed {
  height: 20px;
  background-color: #2189ff
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .cartListMenu {
    padding: 0.83vw;
  }

  .cartListMenu li {
    padding-top: 0.83vw;
    height: 5.9vw;
  }

  .cartListMenu li a img {
    width: 4.5vw;
    height: 4.5vw;
  }

  .cartListMenu li div {
    margin-left: 0.7vw;
    font-size: 0.7vw;
  }

  .cartListMenu li div p {
    width: 8.3vw
  }

  .cartListMenu li div span {
    margin-top: 0.35vw;
  }

  .cartListMenu li span.totalPrice {
    margin-left: 0.7vw
  }

  .cartListMenu li i {
    top: 1vw;
    right: -0.7vw;
  }

  .cartListSub {
    padding: 0.83vw;
  }

  .cartListSub .cart-text01 p {
    font-size: 0.7vw
  }

  .cartListSub .cart-text01 span {
    font-size: 1.1vw;
    margin-top: 0.35vw;
  }
}

@font-face {
  font-display: swap;
  font-family: 'SamsungOne';
  font-style: normal;
  font-weight: normal;
  src: local('SamsungOne'), url('../font/SamsungOne-400.woff2') format('woff2'), url('../font/SamsungOne-400.woff') format('woff'), url('../font/SamsungOne-400.ttf') format('truetype'), url('../font/SamsungOne-400.eot') format('embedded-opentype')
}

@font-face {
  font-display: swap;
  font-family: 'SamsungOne';
  font-style: normal;
  font-weight: bold;
  src: local('SamsungOne'), url('../font/SamsungOne-700.woff2') format('woff2'), url('../font/SamsungOne-700.woff') format('woff'), url('../font/SamsungOne-700.ttf') format('truetype'), url('../font/SamsungOne-700.eot') format('embedded-opentype')
}

@font-face {
  font-display: swap;
  font-family: 'SamsungSharpSans';
  font-style: normal;
  font-weight: bold;
  src: local('SamsungSharpSans'), url('../font/SamsungSharpSansBd.woff2') format('woff2'), url('../font/SamsungSharpSansBd.woff') format('woff'), url('../font/SamsungSharpSansBd.eot') format('embedded-opentype')
}

@font-face {
  font-display: swap;
  font-family: 'SamsungSharpSans';
  font-style: normal;
  font-weight: normal;
  src: local('SamsungSharpSans'), url('../font/SamsungSharpSansBd.woff2') format('woff2'), url('../font/SamsungSharpSansBd.woff') format('woff'), url('../font/SamsungSharpSansBd.eot') format('embedded-opentype')
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  text-align: inherit;
  border-radius: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

ul,
ol,
li {
  list-style: outside none none
}

img {
  border: 0 none;
  vertical-align: top
}

fieldset {
  border: 0 none
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

hr {
  display: none
}

input,
select,
textarea {
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

em,
address {
  font-style: normal
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

table caption,
legend,
.hidden,
.blind {
  display: block;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  clip: rect(1px, 1px, 1px, 1px)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
  font-weight: 400
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::placeholder,
textarea::placeholder {
  color: #666;
  font-weight: 400
}

sup {
  vertical-align: baseline
}

.badge {
  display: inline-block;
  width: 30px;
  height: 14px;
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/badge-container-a3.svg') no-repeat;
  background-size: 100%
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .badge {
    width: 2.08333333vw;
    height: .97222222vw
  }
}

.chip {
  font-family: 'SamsungOne', arial, sans-serif
}

.chip * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.chip__action--large {
  height: 48px;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.33;
  white-space: nowrap
}

.chip__action--medium {
  height: 32px;
  padding: 8px 16px;
  border-radius: 24px;
  font-size: 12px;
  line-height: 1.33;
  white-space: nowrap
}

.chip__action--small {
  height: 28px;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  line-height: 1.33;
  white-space: nowrap
}

.chip__action--light {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(0, 0, 0, 0.15);
  color: #000
}

.chip__action--light-disabled {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(0, 0, 0, 0.15);
  pointer-events: none
}

.chip__action--light-selected {
  border-color: #2189ff;
  font-weight: 700
}

.chip__action--dark {
  background-color: rgba(255, 255, 255, 0.3);
  border: solid 1px rgba(0, 0, 0, 0.3);
  color: #fff
}

.chip__action--dark-disabled {
  background-color: rgba(0, 0, 0, 0.3);
  border-color: rgba(85, 85, 85, 0.3);
  color: #555;
  pointer-events: none
}

.chip__action--dark-selected {
  border-color: #2189ff;
  font-weight: 700
}

.cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  vertical-align: middle;
  -webkit-transition-property: color, background-color, border-color, border-bottom-color;
  transition-property: color, background-color, border-color, border-bottom-color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.33, 0, 0.3, 1);
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: initial;
  line-height: 19px;
  white-space: nowrap
}

.cta--contained {
  padding: 10px 24px 11px 24px;
  border-radius: 20px
}

.cta--contained.cta--black {
  color: #fff !important;
  background-color: #000 !important
}

.cta--contained.cta--black:hover,
.cta--contained.cta--black:focus {
  color: #eee !important;
  background-color: #555 !important
}

.cta--contained.cta--black.cta--disabled {
  color: #eee !important;
  background-color: #ddd !important;
  cursor: default !important
}

.cta--contained.cta--black.cta--disabled:hover,
.cta--contained.cta--black.cta--disabled:focus {
  color: #eee !important;
  background-color: #ddd !important
}

.cta--contained.cta--black[target="_blank"]:before {
  background-image: url('../image/icon-new-window-white.svg') !important
}

.cta--contained.cta--black[target="_blank"]:hover:before,
.cta--contained.cta--black[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-white-dim.svg') !important
}

.cta--contained.cta--black[target="_blank"].cta--disabled:before {
  background-image: url('../image/icon-new-window-white-dim.svg') !important
}

.cta--contained.cta--white {
  color: #000 !important;
  background-color: #fff !important
}

.cta--contained.cta--white:hover,
.cta--contained.cta--white:focus {
  color: #313131 !important;
  background-color: #ddd !important
}

.cta--contained.cta--white.cta--disabled {
  color: #313131 !important;
  background-color: #555 !important;
  cursor: default !important
}

.cta--contained.cta--white.cta--disabled:hover,
.cta--contained.cta--white.cta--disabled:focus {
  color: #313131 !important;
  background-color: #555 !important
}

.cta--contained.cta--white[target="_blank"]:before {
  background-image: url('../image/icon-new-window-black.svg') !important
}

.cta--contained.cta--white[target="_blank"]:hover:before,
.cta--contained.cta--white[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-black-dim.svg') !important
}

.cta--contained.cta--white[target="_blank"].cta--disabled:before {
  background-image: url('../image/icon-new-window-black-dim.svg') !important
}

.cta--contained.cta--emphasis {
  color: #fff !important;
  background-color: #2189ff !important
}

.cta--contained.cta--emphasis:hover,
.cta--contained.cta--emphasis:focus {
  color: #eee !important;
  background-color: #3ba7ff !important
}

.cta--contained.cta--emphasis.cta--disabled {
  color: #aaa !important;
  background-color: #ddd !important;
  cursor: default !important
}

.cta--contained.cta--emphasis.cta--disabled:hover,
.cta--contained.cta--emphasis.cta--disabled:focus {
  color: #aaa !important;
  background-color: #ddd !important
}

.cta--contained.cta--emphasis[target="_blank"]:before {
  background-image: url('../image/icon-new-window-white.svg') !important
}

.cta--contained.cta--emphasis[target="_blank"]:hover:before,
.cta--contained.cta--emphasis[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-white-emphasis.svg') !important
}

.cta--contained.cta--emphasis[target="_blank"].cta--disabled:before {
  background-image: url('../image/icon-new-window-white-emphasis.svg') !important
}

.cta--outlined {
  padding: 9px 23px 10px 23px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid
}

.cta--outlined.cta--black {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #000 !important
}

.cta--outlined.cta--black:hover,
.cta--outlined.cta--black:focus {
  color: #555 !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
  border-color: #555 !important
}

.cta--outlined.cta--black.cta--disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important
}

.cta--outlined.cta--black.cta--disabled:hover,
.cta--outlined.cta--black.cta--disabled:focus {
  color: #ddd !important;
  background-color: transparent !important;
  border-color: #ddd !important
}

.cta--outlined.cta--black[target="_blank"]:before {
  background-image: url('../image/icon-new-window-black.svg') !important
}

.cta--outlined.cta--black[target="_blank"]:hover:before,
.cta--outlined.cta--black[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray.svg') !important
}

.cta--outlined.cta--black[target="_blank"].cta--disabled:before,
.cta--outlined.cta--black[target="_blank"].cta--disabled:hover:before,
.cta--outlined.cta--black[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg') !important
}

.cta--outlined.cta--white {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important
}

.cta--outlined.cta--white:hover,
.cta--outlined.cta--white:focus {
  color: #ddd !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: #ddd !important
}

.cta--outlined.cta--white.cta--disabled {
  color: #555 !important;
  border-color: #555 !important;
  cursor: default !important
}

.cta--outlined.cta--white.cta--disabled:hover,
.cta--outlined.cta--white.cta--disabled:focus {
  color: #555 !important;
  background-color: transparent !important;
  border-color: #555 !important
}

.cta--outlined.cta--white[target="_blank"]:before {
  background-image: url('../image/icon-new-window-white.svg') !important
}

.cta--outlined.cta--white[target="_blank"]:hover:before,
.cta--outlined.cta--white[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg') !important
}

.cta--outlined.cta--white[target="_blank"].cta--disabled:before,
.cta--outlined.cta--white[target="_blank"].cta--disabled:hover:before,
.cta--outlined.cta--white[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray.svg') !important
}

.cta--underline {
  padding: 10px 0 11px 0;
  color: #7a7a7a;
}

.cta--underline:after {
  content: '>';
  color: #7a7a7a;
  position: absolute;
  right: -12px;
  top: 9px;
  font-size: 18px;
}

.cta--underline.cta--black {
  color: #7a7a7a !important
}

.cta--underline.cta--black:hover,
.cta--underline.cta--black:focus {
  color: #555 !important
}

.cta--underline.cta--black.cta--disabled {
  color: #ddd !important;
  border-color: #ddd !important;
  cursor: default !important
}

.cta--underline.cta--black.cta--disabled:hover,
.cta--underline.cta--black.cta--disabled:focus {
  color: #ddd !important;
  border-color: #ddd !important
}

.cta--underline.cta--black[target="_blank"]:before {
  background-image: url('../image/icon-new-window-black.svg') !important
}

.cta--underline.cta--black[target="_blank"]:hover:before,
.cta--underline.cta--black[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray.svg') !important
}

.cta--underline.cta--black[target="_blank"].cta--disabled:before,
.cta--underline.cta--black[target="_blank"].cta--disabled:hover:before,
.cta--underline.cta--black[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg') !important
}

.cta--label.cta--black {
  color: #000 !important
}

.cta--label.cta--black:hover,
.cta--label.cta--black:focus {
  color: #555 !important
}

.cta--label.cta--black.cta--disabled {
  color: #ddd !important;
  cursor: default !important
}

.cta--label.cta--black.cta--disabled:hover,
.cta--label.cta--black.cta--disabled:focus {
  color: #ddd !important
}

.cta--label.cta--white {
  color: #fff !important
}

.cta--label.cta--white:hover,
.cta--label.cta--white:focus {
  color: #ddd !important
}

.cta--label.cta--white.cta--disabled {
  color: #555 !important;
  cursor: default !important
}

.cta--label.cta--white.cta--disabled:hover,
.cta--label.cta--white.cta--disabled:focus {
  color: #555 !important
}

.cta--dense {
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  line-height: 16px
}

.cta[target="_blank"]:before {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100% 100%
}

.cta[target="_blank"].cta--contained {
  padding-right: 44px
}

.cta[target="_blank"].cta--outlined {
  padding-right: 43px
}

.cta[target="_blank"].cta--underline {
  padding-right: 20px
}

.cta[target="_blank"].cta--underline[target="_blank"]:before {
  right: 0
}

.cta[target="_blank"].cta--underline[target="_blank"]:after {
  display: none
}

.cta.cta--icon .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  fill: currentColor;
  -webkit-transition: fill .2s cubic-bezier(0.33, 0, 0.3, 1);
  transition: fill .2s cubic-bezier(0.33, 0, 0.3, 1)
}

.cta.cta--icon-leading .icon {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-left: 0;
  margin-right: 4px
}

.cta.cta--icon:before {
  display: none
}

.cta.cta--icon.cta--contained {
  padding-right: 24px
}

.cta.cta--icon.cta--outlined {
  padding-right: 23px
}

.cta.cta--icon.cta--underline {
  padding-right: 0
}

.cta.cta--icon.cta--underline:after {
  display: none
}

.cta.cta--icon.cta--underline .icon {
  margin-bottom: 1px
}

.cta.cta--icon.cta--label .icon {
  margin-bottom: 1px
}

.cta--disabled {
  pointer-events: none
}

.cta--disabled.cta--underline:hover:after,
.cta--disabled.cta--underline:focus:after {
  -webkit-animation: none;
  animation: none
}

.bg-black .cta--contained,
.bg-dark-gray .cta--contained {
  color: #000;
  background-color: #fff
}

.bg-black .cta--contained:hover,
.bg-dark-gray .cta--contained:hover,
.bg-black .cta--contained:focus,
.bg-dark-gray .cta--contained:focus {
  color: #313131;
  background-color: #ddd
}

.bg-black .cta--contained.cta--disabled,
.bg-dark-gray .cta--contained.cta--disabled {
  color: #313131;
  background-color: #555;
  cursor: default
}

.bg-black .cta--contained.cta--disabled:hover,
.bg-dark-gray .cta--contained.cta--disabled:hover,
.bg-black .cta--contained.cta--disabled:focus,
.bg-dark-gray .cta--contained.cta--disabled:focus {
  color: #313131;
  background-color: #555
}

.bg-black .cta--contained[target="_blank"]:before,
.bg-dark-gray .cta--contained[target="_blank"]:before {
  background-image: url('../image/icon-new-window-black.svg')
}

.bg-black .cta--contained[target="_blank"]:hover:before,
.bg-dark-gray .cta--contained[target="_blank"]:hover:before,
.bg-black .cta--contained[target="_blank"]:focus:before,
.bg-dark-gray .cta--contained[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-black-dim.svg')
}

.bg-black .cta--contained[target="_blank"].cta--disabled:before,
.bg-dark-gray .cta--contained[target="_blank"].cta--disabled:before {
  background-image: url('../image/icon-new-window-black-dim.svg')
}

.bg-black .cta--outlined,
.bg-dark-gray .cta--outlined {
  color: #fff;
  background-color: transparent;
  border-color: #fff
}

.bg-black .cta--outlined:hover,
.bg-dark-gray .cta--outlined:hover,
.bg-black .cta--outlined:focus,
.bg-dark-gray .cta--outlined:focus {
  color: #ddd;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ddd
}

.bg-black .cta--outlined.cta--disabled,
.bg-dark-gray .cta--outlined.cta--disabled {
  color: #555;
  border-color: #555;
  cursor: default
}

.bg-black .cta--outlined.cta--disabled:hover,
.bg-dark-gray .cta--outlined.cta--disabled:hover,
.bg-black .cta--outlined.cta--disabled:focus,
.bg-dark-gray .cta--outlined.cta--disabled:focus {
  color: #555;
  background-color: transparent;
  border-color: #555
}

.bg-black .cta--outlined[target="_blank"]:before,
.bg-dark-gray .cta--outlined[target="_blank"]:before {
  background-image: url('../image/icon-new-window-white.svg')
}

.bg-black .cta--outlined[target="_blank"]:hover:before,
.bg-dark-gray .cta--outlined[target="_blank"]:hover:before,
.bg-black .cta--outlined[target="_blank"]:focus:before,
.bg-dark-gray .cta--outlined[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg')
}

.bg-black .cta--outlined[target="_blank"].cta--disabled:before,
.bg-dark-gray .cta--outlined[target="_blank"].cta--disabled:before,
.bg-black .cta--outlined[target="_blank"].cta--disabled:hover:before,
.bg-dark-gray .cta--outlined[target="_blank"].cta--disabled:hover:before,
.bg-black .cta--outlined[target="_blank"].cta--disabled:focus:before,
.bg-dark-gray .cta--outlined[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray.svg')
}

.bg-black .cta--underline,
.bg-dark-gray .cta--underline {
  color: #fff
}

.bg-black .cta--underline:hover,
.bg-dark-gray .cta--underline:hover,
.bg-black .cta--underline:focus,
.bg-dark-gray .cta--underline:focus {
  color: #ddd
}

.bg-black .cta--underline.cta--disabled,
.bg-dark-gray .cta--underline.cta--disabled {
  color: #555;
  border-color: #555;
  cursor: default
}

.bg-black .cta--underline.cta--disabled:hover,
.bg-dark-gray .cta--underline.cta--disabled:hover,
.bg-black .cta--underline.cta--disabled:focus,
.bg-dark-gray .cta--underline.cta--disabled:focus {
  color: #555;
  border-color: #555
}

.bg-black .cta--underline[target="_blank"]:before,
.bg-dark-gray .cta--underline[target="_blank"]:before {
  background-image: url('../image/icon-new-window-white.svg')
}

.bg-black .cta--underline[target="_blank"]:hover:before,
.bg-dark-gray .cta--underline[target="_blank"]:hover:before,
.bg-black .cta--underline[target="_blank"]:focus:before,
.bg-dark-gray .cta--underline[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg')
}

.bg-black .cta--underline[target="_blank"].cta--disabled:before,
.bg-dark-gray .cta--underline[target="_blank"].cta--disabled:before,
.bg-black .cta--underline[target="_blank"].cta--disabled:hover:before,
.bg-dark-gray .cta--underline[target="_blank"].cta--disabled:hover:before,
.bg-black .cta--underline[target="_blank"].cta--disabled:focus:before,
.bg-dark-gray .cta--underline[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray.svg')
}

.bg-black .cta--label,
.bg-dark-gray .cta--label {
  color: #fff
}

.bg-black .cta--label:hover,
.bg-dark-gray .cta--label:hover,
.bg-black .cta--label:focus,
.bg-dark-gray .cta--label:focus {
  color: #ddd
}

.bg-black .cta--label.cta--disabled,
.bg-dark-gray .cta--label.cta--disabled {
  color: #555;
  cursor: default
}

.bg-black .cta--label.cta--disabled:hover,
.bg-dark-gray .cta--label.cta--disabled:hover,
.bg-black .cta--label.cta--disabled:focus,
.bg-dark-gray .cta--label.cta--disabled:focus {
  color: #555
}

.bg-white .cta--contained,
.bg-light-gray .cta--contained,
.bg-transparent .cta--contained {
  color: #fff;
  background-color: #000
}

.bg-white .cta--contained:hover,
.bg-light-gray .cta--contained:hover,
.bg-transparent .cta--contained:hover,
.bg-white .cta--contained:focus,
.bg-light-gray .cta--contained:focus,
.bg-transparent .cta--contained:focus {
  color: #eee;
  background-color: #555
}

.bg-white .cta--contained.cta--disabled,
.bg-light-gray .cta--contained.cta--disabled,
.bg-transparent .cta--contained.cta--disabled {
  color: #eee;
  background-color: #ddd;
  cursor: default
}

.bg-white .cta--contained.cta--disabled:hover,
.bg-light-gray .cta--contained.cta--disabled:hover,
.bg-transparent .cta--contained.cta--disabled:hover,
.bg-white .cta--contained.cta--disabled:focus,
.bg-light-gray .cta--contained.cta--disabled:focus,
.bg-transparent .cta--contained.cta--disabled:focus {
  color: #eee;
  background-color: #ddd
}

.bg-white .cta--contained[target="_blank"]:before,
.bg-light-gray .cta--contained[target="_blank"]:before,
.bg-transparent .cta--contained[target="_blank"]:before {
  background-image: url('../image/icon-new-window-white.svg')
}

.bg-white .cta--contained[target="_blank"]:hover:before,
.bg-light-gray .cta--contained[target="_blank"]:hover:before,
.bg-transparent .cta--contained[target="_blank"]:hover:before,
.bg-white .cta--contained[target="_blank"]:focus:before,
.bg-light-gray .cta--contained[target="_blank"]:focus:before,
.bg-transparent .cta--contained[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-white-dim.svg')
}

.bg-white .cta--contained[target="_blank"].cta--disabled:before,
.bg-light-gray .cta--contained[target="_blank"].cta--disabled:before,
.bg-transparent .cta--contained[target="_blank"].cta--disabled:before {
  background-image: url('../image/icon-new-window-white-dim.svg')
}

.bg-white .cta--outlined,
.bg-light-gray .cta--outlined,
.bg-transparent .cta--outlined {
  color: #000;
  background-color: transparent;
  border-color: #000
}

.bg-white .cta--outlined:hover,
.bg-light-gray .cta--outlined:hover,
.bg-transparent .cta--outlined:hover,
.bg-white .cta--outlined:focus,
.bg-light-gray .cta--outlined:focus,
.bg-transparent .cta--outlined:focus {
  color: #555;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #555
}

.bg-white .cta--outlined.cta--disabled,
.bg-light-gray .cta--outlined.cta--disabled,
.bg-transparent .cta--outlined.cta--disabled {
  color: #ddd;
  border-color: #ddd;
  cursor: default
}

.bg-white .cta--outlined.cta--disabled:hover,
.bg-light-gray .cta--outlined.cta--disabled:hover,
.bg-transparent .cta--outlined.cta--disabled:hover,
.bg-white .cta--outlined.cta--disabled:focus,
.bg-light-gray .cta--outlined.cta--disabled:focus,
.bg-transparent .cta--outlined.cta--disabled:focus {
  color: #ddd;
  background-color: transparent;
  border-color: #ddd
}

.bg-white .cta--outlined[target="_blank"]:before,
.bg-light-gray .cta--outlined[target="_blank"]:before,
.bg-transparent .cta--outlined[target="_blank"]:before {
  background-image: url('../image/icon-new-window-black.svg')
}

.bg-white .cta--outlined[target="_blank"]:hover:before,
.bg-light-gray .cta--outlined[target="_blank"]:hover:before,
.bg-transparent .cta--outlined[target="_blank"]:hover:before,
.bg-white .cta--outlined[target="_blank"]:focus:before,
.bg-light-gray .cta--outlined[target="_blank"]:focus:before,
.bg-transparent .cta--outlined[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray.svg')
}

.bg-white .cta--outlined[target="_blank"].cta--disabled:before,
.bg-light-gray .cta--outlined[target="_blank"].cta--disabled:before,
.bg-transparent .cta--outlined[target="_blank"].cta--disabled:before,
.bg-white .cta--outlined[target="_blank"].cta--disabled:hover:before,
.bg-light-gray .cta--outlined[target="_blank"].cta--disabled:hover:before,
.bg-transparent .cta--outlined[target="_blank"].cta--disabled:hover:before,
.bg-white .cta--outlined[target="_blank"].cta--disabled:focus:before,
.bg-light-gray .cta--outlined[target="_blank"].cta--disabled:focus:before,
.bg-transparent .cta--outlined[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg')
}

.bg-white .cta--underline,
.bg-light-gray .cta--underline,
.bg-transparent .cta--underline {
  color: #000
}

.bg-white .cta--underline:hover,
.bg-light-gray .cta--underline:hover,
.bg-transparent .cta--underline:hover,
.bg-white .cta--underline:focus,
.bg-light-gray .cta--underline:focus,
.bg-transparent .cta--underline:focus {
  color: #555
}

.bg-white .cta--underline.cta--disabled,
.bg-light-gray .cta--underline.cta--disabled,
.bg-transparent .cta--underline.cta--disabled {
  color: #ddd;
  border-color: #ddd;
  cursor: default
}

.bg-white .cta--underline.cta--disabled:hover,
.bg-light-gray .cta--underline.cta--disabled:hover,
.bg-transparent .cta--underline.cta--disabled:hover,
.bg-white .cta--underline.cta--disabled:focus,
.bg-light-gray .cta--underline.cta--disabled:focus,
.bg-transparent .cta--underline.cta--disabled:focus {
  color: #ddd;
  border-color: #ddd
}

.bg-white .cta--underline[target="_blank"]:before,
.bg-light-gray .cta--underline[target="_blank"]:before,
.bg-transparent .cta--underline[target="_blank"]:before {
  background-image: url('../image/icon-new-window-black.svg')
}

.bg-white .cta--underline[target="_blank"]:hover:before,
.bg-light-gray .cta--underline[target="_blank"]:hover:before,
.bg-transparent .cta--underline[target="_blank"]:hover:before,
.bg-white .cta--underline[target="_blank"]:focus:before,
.bg-light-gray .cta--underline[target="_blank"]:focus:before,
.bg-transparent .cta--underline[target="_blank"]:focus:before {
  background-image: url('../image/icon-new-window-gray.svg')
}

.bg-white .cta--underline[target="_blank"].cta--disabled:before,
.bg-light-gray .cta--underline[target="_blank"].cta--disabled:before,
.bg-transparent .cta--underline[target="_blank"].cta--disabled:before,
.bg-white .cta--underline[target="_blank"].cta--disabled:hover:before,
.bg-light-gray .cta--underline[target="_blank"].cta--disabled:hover:before,
.bg-transparent .cta--underline[target="_blank"].cta--disabled:hover:before,
.bg-white .cta--underline[target="_blank"].cta--disabled:focus:before,
.bg-light-gray .cta--underline[target="_blank"].cta--disabled:focus:before,
.bg-transparent .cta--underline[target="_blank"].cta--disabled:focus:before {
  background-image: url('../image/icon-new-window-gray-dim.svg')
}

.bg-white .cta--label,
.bg-light-gray .cta--label,
.bg-transparent .cta--label {
  color: #000
}

.bg-white .cta--label:hover,
.bg-light-gray .cta--label:hover,
.bg-transparent .cta--label:hover,
.bg-white .cta--label:focus,
.bg-light-gray .cta--label:focus,
.bg-transparent .cta--label:focus {
  color: #555
}

.bg-white .cta--label.cta--disabled,
.bg-light-gray .cta--label.cta--disabled,
.bg-transparent .cta--label.cta--disabled {
  color: #ddd;
  cursor: default
}

.bg-white .cta--label.cta--disabled:hover,
.bg-light-gray .cta--label.cta--disabled:hover,
.bg-transparent .cta--label.cta--disabled:hover,
.bg-white .cta--label.cta--disabled:focus,
.bg-light-gray .cta--label.cta--disabled:focus,
.bg-transparent .cta--label.cta--disabled:focus {
  color: #ddd
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .cta {
    font-size: .97222222vw;
    line-height: 1.31944444vw
  }

  .cta--contained {
    padding: .69444444vw 1.66666667vw .76388889vw 1.66666667vw;
    border-radius: 1.38888889vw
  }

  .cta--outlined {
    padding: .625vw 1.59722222vw .69444444vw 1.59722222vw;
    border-radius: 1.38888889vw;
    border-width: .06944444vw
  }

  .cta--underline {
    padding: .69444444vw 0vw .76388889vw 0vw
  }

  .cta--underline:after {
    bottom: .55555556vw;
    height: .13888889vw
  }

  .cta--dense {
    padding: .55555556vw 1.11111111vw;
    border-radius: 1.11111111vw;
    font-size: .83333333vw;
    line-height: 1.11111111vw
  }

  .cta[target="_blank"]:before {
    width: 1.11111111vw;
    height: 1.11111111vw;
    right: 1.66666667vw
  }

  .cta[target="_blank"].cta--contained {
    padding-right: 3.05555556vw
  }

  .cta[target="_blank"].cta--outlined {
    padding-right: 2.98611111vw
  }

  .cta[target="_blank"].cta--underline {
    padding-right: 1.38888889vw
  }

  .cta.cta--icon .icon {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-left: .27777778vw
  }

  .cta.cta--icon-leading .icon {
    margin-left: 0;
    margin-right: .27777778vw
  }

  .cta.cta--icon.cta--contained {
    padding-right: 1.66666667vw
  }

  .cta.cta--icon.cta--outlined {
    padding-right: 1.59722222vw
  }

  .cta.cta--icon.cta--underline {
    padding-right: 0
  }

  .cta.cta--icon.cta--underline .icon {
    margin-bottom: .06944444vw
  }

  .cta.cta--icon.cta--label .icon {
    margin-bottom: .06944444vw
  }
}

@media only screen and (max-width:768px) {
  .cta {
    font-size: 3.88888889vw;
    line-height: 5.27777778vw
  }

  .cta--contained {
    padding: 2.77777778vw 6.66666667vw 3.05555556vw 6.66666667vw;
    border-radius: 5.55555556vw
  }

  .cta--outlined {
    padding: 2.5vw 6.38888889vw 2.77777778vw 6.38888889vw;
    border-radius: 5.55555556vw;
    border-width: .27777778vw
  }

  .cta--underline {
    padding: 2.77777778vw 0vw 3.05555556vw 0vw
  }

  .cta--underline:after {
    bottom: 2.22222222vw;
    height: .55555556vw
  }

  .cta--dense {
    padding: 2.22222222vw 4.44444444vw;
    border-radius: 4.44444444vw;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw
  }

  .cta[target="_blank"]:before {
    width: 4.44444444vw;
    height: 4.44444444vw;
    right: 6.66666667vw
  }

  .cta[target="_blank"].cta--contained {
    padding-right: 12.22222222vw
  }

  .cta[target="_blank"].cta--outlined {
    padding-right: 11.94444444vw
  }

  .cta[target="_blank"].cta--underline {
    padding-right: 5.55555556vw
  }

  .cta.cta--icon .icon {
    width: 4.44444444vw;
    height: 4.44444444vw;
    margin-left: 1.11111111vw
  }

  .cta.cta--icon-leading .icon {
    margin-left: 0;
    margin-right: 1.11111111vw
  }

  .cta.cta--icon.cta--contained {
    padding-right: 6.66666667vw
  }

  .cta.cta--icon.cta--outlined {
    padding-right: 6.38888889vw
  }

  .cta.cta--icon.cta--underline {
    padding-right: 0
  }

  .cta.cta--icon.cta--underline .icon {
    margin-bottom: .27777778vw
  }

  .cta.cta--icon.cta--label .icon {
    margin-bottom: .27777778vw
  }
}

@-webkit-keyframes cta-underline-animation {
  from {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes cta-underline-animation {
  from {
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }

  to {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

html[lang^="th"] .cta {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif;
  font-size: 18.9px
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .cta {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .cta {
    font-size: 5.25vw
  }
}

.dropdown {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 148px
}

.dropdown__cta {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 43px 0 23px;
  border-radius: 20px;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #f4f4f4;
  background: #f4f4f4
}

.bg-black .dropdown__cta {
  border-color: #313131;
  background: #313131;
  color: #fff
}

.selected .dropdown__cta {
  background: transparent !important
}

.disabled .dropdown__cta {
  opacity: .3;
  cursor: default;
  pointer-events: none
}

.dropdown__cta:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-selectbox-black.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .81
}

.bg-black .dropdown__cta:after {
  background-image: url(https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-selectbox-white.svg)
}

.dropdown__cta:hover,
.dropdown__cta:focus,
.dropdown__cta:active {
  border-color: #ddd;
  background: #ddd
}

.dropdown__cta:hover:after,
.dropdown__cta:focus:after,
.dropdown__cta:active:after {
  opacity: 1
}

.bg-black .dropdown__cta:hover,
.bg-black .dropdown__cta:focus,
.bg-black .dropdown__cta:active {
  border-color: #555;
  background: #555
}

.disabled .dropdown__cta:hover,
.disabled .dropdown__cta:focus,
.disabled .dropdown__cta:active {
  border-color: #f4f4f4;
  background: #f4f4f4
}

.bg-black .disabled .dropdown__cta:hover,
.bg-black .disabled .dropdown__cta:focus,
.bg-black .disabled .dropdown__cta:active {
  border-color: #313131;
  background: #313131
}

.dropdown__cta.data-in:focus {
  border-color: #0381fe;
  background: #fff
}

.bg-black .dropdown__cta.data-in:focus {
  background: #000;
  color: #fff
}

.dropdown__list-wrap {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  background: #f4f4f4;
  overflow: hidden
}

.dropdown__list-wrap.scrollbar {
  position: absolute;
  max-height: none;
  max-width: none
}

.dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
  top: 16px;
  bottom: 16px
}

.bg-black .dropdown__list-wrap {
  background: #363636
}

.selected .dropdown__list-wrap {
  display: block;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}

.dropdown__option-list {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.dropdown__option-list::-webkit-scrollbar {
  display: none;
  width: 0;
  background: transparent
}

.dropdown__option a {
  display: block;
  position: relative;
  padding: 16px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  word-break: break-word
}

.bg-black .dropdown__option a {
  color: #fff
}

.dropdown__option a:hover,
.dropdown__option a:focus,
.dropdown__option a:active {
  background: #ddd
}

.bg-black .dropdown__option a:hover,
.bg-black .dropdown__option a:focus,
.bg-black .dropdown__option a:active {
  background: #555
}

.dropdown__option a.active {
  padding-right: 44px;
  font-weight: bold
}

.dropdown__option a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url(https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/icon-selectbox-check.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.dropdown__option a.disabled {
  opacity: .3;
  cursor: default;
  pointer-events: none
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .dropdown {
    min-width: 10.27777778vw;
    max-width: 45vw
  }

  .dropdown__cta {
    height: 2.77777778vw;
    padding: 0vw 2.98611111vw 0vw 1.59722222vw;
    border-radius: 1.38888889vw;
    font-size: .97222222vw;
    line-height: 2.63888889vw
  }

  .dropdown__cta:after {
    right: 1.11111111vw;
    width: 1.66666667vw;
    height: 1.66666667vw
  }

  .dropdown__list-wrap {
    border-radius: 1.38888889vw
  }

  .dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
    top: 1.11111111vw;
    bottom: 1.11111111vw
  }

  .dropdown__option a {
    padding: 1.04166667vw 1.11111111vw;
    font-size: .97222222vw;
    line-height: 1.25vw
  }

  .dropdown__option a.active {
    padding-right: 3.05555556vw
  }

  .dropdown__option a.active:after {
    right: 1.11111111vw;
    width: 1.66666667vw;
    height: 1.66666667vw
  }
}

@media only screen and (max-width:768px) {
  .dropdown {
    min-width: 41.11111111vw;
    max-width: 86.66666667vw
  }

  .dropdown__cta {
    height: 11.11111111vw;
    padding: 0vw 11.94444444vw 0vw 4.16666667vw;
    border-radius: 5.55555556vw;
    font-size: 3.33333333vw;
    line-height: 10.55555556vw
  }

  .dropdown__cta:after {
    right: 4.44444444vw;
    width: 6.66666667vw;
    height: 6.66666667vw
  }

  .dropdown__list-wrap {
    border-radius: 5.55555556vw
  }

  .dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
    top: 4.44444444vw;
    bottom: 4.44444444vw
  }

  .dropdown__option a {
    padding: 4.44444444vw;
    font-size: 3.33333333vw;
    line-height: 4.44444444vw
  }

  .dropdown__option a.active {
    padding-right: 12.22222222vw
  }

  .dropdown__option a.active:after {
    right: 4.44444444vw;
    width: 6.66666667vw;
    height: 6.66666667vw
  }
}

@media only screen and (max-width:360px) {
  .dropdown {
    min-width: 148px;
    max-width: 312px
  }

  .dropdown__cta {
    height: 40px;
    padding: 0 43px 0 15px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 38px
  }

  .dropdown__cta:after {
    right: 16px;
    width: 24px;
    height: 24px
  }

  .dropdown__list-wrap {
    border-radius: 20px
  }

  .dropdown__list-wrap.scrollbar .scrollbar-vertical__track {
    top: 16px;
    bottom: 16px
  }

  .dropdown__option a {
    padding: 16px;
    font-size: 12px;
    line-height: 16px
  }

  .dropdown__option a.active {
    padding-right: 44px
  }

  .dropdown__option a.active:after {
    right: 16px;
    width: 24px;
    height: 24px
  }
}

.fab__button {
  position: fixed;
  right: 30px;
  bottom: 18px;
  z-index: 2500;
  display: none;
  width: 52px;
  height: 52px;
  padding: 2px;
  font-size: 0
}

@media only screen and (max-width:768px) {
  .fab__button {
    right: 3.88888889vw;
    bottom: 3.88888889vw
  }
}

.checkbox-radio {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 0;
  font-weight: 400;
  color: #000
}

.checkbox-radio__label {
  width: 100%;
  cursor: pointer;
  font-size: 0
}

.checkbox-radio__label-text {
  line-height: 24px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  font-size: 14px;
  vertical-align: top
}

.checkbox-radio__label-text:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_a.svg');
  background-size: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top
}

.bg-black .checkbox-radio__label-text {
  color: #fff
}

input[type='radio']:checked~.checkbox-radio__label .checkbox-radio__label-text,
input[type='checkbox']:checked~.checkbox-radio__label .checkbox-radio__label-text {
  font-weight: 700
}

input[type='checkbox']:checked~.checkbox-radio__label .checkbox-radio__label-text:before {
  border: 0;
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1)
}

input[type='radio']:checked~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1)
}

input[type='radio']:disabled~.checkbox-radio__label .checkbox-radio__label-text,
input[type='checkbox']:disabled~.checkbox-radio__label .checkbox-radio__label-text {
  color: #8f8f8f
}

input[type='radio']:disabled~.checkbox-radio__label .checkbox-radio__label-text:before,
input[type='checkbox']:disabled~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_disabled.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none
}

input[type='radio'][readonly]~.checkbox-radio__label .checkbox-radio__label-text {
  font-weight: 700
}

input[type='radio'][readonly]~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none
}

input[type='checkbox'][readonly]~.checkbox-radio__label .checkbox-radio__label-text {
  font-weight: 700
}

input[type='checkbox'][readonly]~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none
}

input[type='radio'][readonly]~.checkbox-radio__label,
input[type='checkbox'][readonly]~.checkbox-radio__label,
input[type='radio']:disabled~.checkbox-radio__label,
input[type='checkbox']:disabled~.checkbox-radio__label {
  cursor: auto
}

.bg-black input[type='checkbox']:checked~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1)
}

.bg-black input[type='radio']:checked~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1);
  animation: checkbox-radio-animation .2s cubic-bezier(0.33, 0, 0.3, 1)
}

.bg-black .checkbox-radio input[type='radio']:disabled~.checkbox-radio__label .checkbox-radio__label-text:before,
.bg-black .checkbox-radio input[type='checkbox']:disabled~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_disabled.svg');
  background-size: 100%
}

.bg-black .checkbox-radio input[type='radio'][readonly]~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_radio_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none
}

.bg-black .checkbox-radio input[type='checkbox'][readonly]~.checkbox-radio__label .checkbox-radio__label-text:before {
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg');
  background-size: 100%;
  -webkit-animation: none;
  animation: none
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .checkbox-radio__label-text {
    line-height: 1.66666667vw;
    font-size: .97222222vw
  }

  .checkbox-radio__label-text:before {
    width: 1.66666667vw;
    height: 1.66666667vw;
    margin-right: 1.25vw
  }
}

@media only screen and (max-width:768px) {
  .checkbox-radio__label-text {
    line-height: 5.83333333vw;
    font-size: 3.33333333vw;
    vertical-align: middle
  }

  .checkbox-radio__label-text:before {
    width: 6.66666667vw;
    height: 6.66666667vw;
    margin-right: 2.5vw
  }
}

@-webkit-keyframes checkbox-radio-animation {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes checkbox-radio-animation {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

html[lang^="th"] .checkbox-radio__label-text {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif;
  font-size: 18.9px
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .checkbox-radio__label-text {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .checkbox-radio__label-text {
    font-size: 4.5vw
  }
}

.checkbox-new {
  display: inline-block;
  position: relative;
  font-size: 0
}

.checkbox-new__label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 0
}

.checkbox-new__label-box {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #555;
  background: transparent
}

.checkbox-new__label-box-wrap {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px
}

.checkbox-new__label-box-icon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: transparent
}

.checkbox-new__label-text {
  display: inline-block;
  line-height: 24px;
  color: #000;
  font-size: 14px;
  padding-left: 4px
}

.bg-black .checkbox-new__label-box,
.bg-dark-gray .checkbox-new__label-box {
  border: 1px solid #ddd;
  background: #000
}

.bg-black .checkbox-new__label-text,
.bg-dark-gray .checkbox-new__label-text {
  color: #fff
}

.checkbox-new__label:hover .checkbox-new__label-box,
.checkbox-new__label:focus .checkbox-new__label-box {
  border-color: #3ba7ff;
  background-color: rgba(59, 168, 255, 0.08)
}

input[type='checkbox']:focus~.checkbox-new__label .checkbox-new__label-box-wrap {
  outline: 2px solid #32a0c9
}

input[type='checkbox']:checked~.checkbox-new__label .checkbox-new__label-box {
  border: 0;
  background-color: #2189ff;
  -webkit-animation: checkbox-animation .2s cubic-bezier(0.4, 0, 0.2, 1);
  animation: checkbox-animation .2s cubic-bezier(0.4, 0, 0.2, 1)
}

input[type='checkbox']:checked~.checkbox-new__label .checkbox-new__label-box-icon {
  fill: #fff
}

input[type='checkbox']:disabled~.checkbox-new__label {
  cursor: auto
}

input[type='checkbox']:disabled~.checkbox-new__label .checkbox-new__label-box,
input[type='checkbox']:disabled~.checkbox-new__label:hover .checkbox-new__label-box,
input[type='checkbox']:disabled~.checkbox-new__label:focus .checkbox-new__label-box {
  border-color: #ddd;
  background: #fff
}

input[type='checkbox']:disabled~.checkbox-new__label .checkbox-new__label-text,
input[type='checkbox']:disabled~.checkbox-new__label:hover .checkbox-new__label-text,
input[type='checkbox']:disabled~.checkbox-new__label:focus .checkbox-new__label-text {
  color: #ddd
}

input[type='checkbox']:checked~.checkbox-new__label:hover .checkbox-new__label-box,
input[type='checkbox']:checked~.checkbox-new__label:focus .checkbox-new__label-box {
  background-color: #3ba7ff
}

input[type='checkbox']:disabled:checked~.checkbox-new__label .checkbox-new__label-box {
  border: 0;
  background-color: #ddd;
  pointer-events: none;
  -webkit-animation: none;
  animation: none
}

.bg-black input[type='checkbox']:checked~.checkbox-new__label .checkbox-new__label-box-icon,
.bg-dark-gray input[type='checkbox']:checked~.checkbox-new__label .checkbox-new__label-box-icon {
  fill: #000
}

.bg-black input[type='checkbox']:disabled~.checkbox-new__label .checkbox-new__label-box,
.bg-dark-gray input[type='checkbox']:disabled~.checkbox-new__label .checkbox-new__label-box,
.bg-black input[type='checkbox']:disabled~.checkbox-new__label:hover .checkbox-new__label-box,
.bg-dark-gray input[type='checkbox']:disabled~.checkbox-new__label:hover .checkbox-new__label-box,
.bg-black input[type='checkbox']:disabled~.checkbox-new__label:focus .checkbox-new__label-box,
.bg-dark-gray input[type='checkbox']:disabled~.checkbox-new__label:focus .checkbox-new__label-box {
  border-color: #555;
  background: #000
}

.bg-black input[type='checkbox']:disabled:checked~.checkbox-new__label .checkbox-new__label-box,
.bg-dark-gray input[type='checkbox']:disabled:checked~.checkbox-new__label .checkbox-new__label-box {
  background-color: #555
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .checkbox-new__label-box {
    width: 1.38888889vw;
    height: 1.38888889vw
  }

  .checkbox-new__label-box-wrap {
    width: 1.66666667vw;
    height: 1.66666667vw
  }

  .checkbox-new__label-box-icon {
    width: 1.04166667vw;
    height: 1.04166667vw
  }

  .checkbox-new__label-text {
    line-height: 1.66666667vw;
    font-size: .97222222vw;
    padding-left: .27777778vw
  }
}

@media only screen and (max-width:768px) {
  .checkbox-new__label-box {
    width: 5.55555556vw;
    height: 5.55555556vw
  }

  .checkbox-new__label-box-wrap {
    width: 6.66666667vw;
    height: 6.66666667vw
  }

  .checkbox-new__label-box-icon {
    width: 4.16666667vw;
    height: 4.16666667vw
  }

  .checkbox-new__label-text {
    line-height: 6.66666667vw;
    font-size: 3.88888889vw;
    padding-left: 1.11111111vw
  }
}

@-webkit-keyframes checkbox-animation {
  0 {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes checkbox-animation {
  0 {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
  }
}

.switch {
  padding: 0 24px
}

.switch__item {
  display: inline-block;
  width: 42px;
  height: 26px;
  margin: 11px 0;
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_white_off.svg');
  background-size: 100% 100%
}

.switch__item--on {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_white_on.svg')
}

.switch__item[disabled] {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_white_off_dim.svg')
}

.switch__item--on[disabled] {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_white_on_dim.svg')
}

.bg-black .switch__item {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_black_off.svg')
}

.bg-black .switch__item--on {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_black_on.svg')
}

.bg-black .switch__item[disabled] {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_black_off_dim.svg')
}

.bg-black .switch__item--on[disabled] {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/swich_black_on_dim.svg')
}

.switch__text {
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700
}

.switch__item[disabled]+.switch__text {
  color: #ddd
}

.bg-black .switch__item[disabled]+.switch__text {
  color: #313131
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .switch {
    padding: 0vw 1.66666667vw
  }

  .switch__item {
    width: 2.91666667vw;
    height: 1.80555556vw;
    margin: .76388889vw 0vw
  }

  .switch__text {
    padding-left: 1.11111111vw;
    font-size: .97222222vw;
    line-height: 3.33333333vw
  }
}

@media only screen and (max-width:768px) {
  .switch {
    padding: 0vw 1.66666667vw
  }

  .switch__item {
    width: 11.66666667vw;
    height: 7.22222222vw;
    margin: 3.05555556vw 0vw
  }

  .switch__text {
    padding-left: 4.16666667vw;
    font-size: 3.88888889vw;
    line-height: 13.33333333vw
  }
}

html[lang^="th"] .switch__text {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif;
  font-size: 18.9px
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .switch__text {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .switch__text {
    font-size: 5.25vw
  }
}

.text-field {
  position: relative
}

.text-field label {
  position: absolute;
  left: 0;
  top: 22px;
  font-size: 18px;
  line-height: 1.33;
  color: #8f8f8f;
  -webkit-transition: color, font-size, top .2s;
  transition: color, font-size, top .2s
}

.text-field input {
  display: block;
  width: 100%;
  padding: 22px 32px 7px 0;
  border: 0 none;
  border-bottom: 1px solid #8f8f8f;
  color: #000;
  font-size: 18px;
  line-height: 1.33;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0;
  resize: none;
  outline: 0
}

.text-field input::-ms-clear {
  display: none
}

.text-field .icon {
  position: absolute;
  top: 26px;
  right: 8px;
  width: 16px;
  height: 16px;
  fill: #8f8f8f
}

.text-field .assistive-message,
.text-field .error-message,
.text-field .success-message {
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.33
}

.text-field .assistive-message {
  color: #8f8f8f
}

.text-field .error-message {
  display: none;
  color: #ef3434
}

.text-field .success-message {
  display: none;
  color: #2189ff
}

.text-field--focus label {
  top: 0;
  font-size: 14px;
  color: #2189ff
}

.text-field--focus input {
  padding-bottom: 6px;
  border-bottom: 2px solid #2189ff;
  caret-color: #2189ff
}

.text-field--focus .icon {
  fill: #000
}

.text-field--active label {
  top: 0;
  font-size: 14px
}

.text-field--active .icon {
  fill: #000
}

.text-field--disabled label {
  color: #ddd
}

.text-field--disabled input {
  color: #ddd;
  border-bottom-color: #ddd
}

.text-field--disabled .icon {
  fill: #ddd;
  pointer-events: none
}

.text-field--error label {
  color: #ef3434 !important
}

.text-field--error input {
  border-bottom-color: #ef3434 !important;
  caret-color: #ef3434 !important
}

.text-field--error .assistive-message {
  display: none
}

.text-field--error .error-message {
  display: block
}

.text-field--success label {
  color: #2189ff !important
}

.text-field--success input {
  border-bottom-color: #2189ff !important
}

.text-field--success .assistive-message {
  display: none
}

.text-field--success .success-message {
  display: block
}

.text-field--hide-label.text-field label {
  top: 0
}

.text-field--hide-label.text-field input {
  padding-top: 0
}

.text-field--hide-label.text-field .icon {
  top: 4px
}

.text-field--hide-label.text-field--focus label,
.text-field--hide-label.text-field--active label,
.text-field--hide-label.text-field--error label,
.text-field--hide-label.text-field--success label,
.text-field--hide-label.text-field--disabled label {
  overflow: hidden;
  text-indent: -9999px;
  clip: rect(1px, 1px, 1px, 1px)
}

.bg-black .text-field input {
  color: #fff
}

.bg-black .text-field--focus .icon,
.bg-black .text-field--active .icon {
  fill: #fff
}

.bg-black .text-field--disabled label {
  color: #555
}

.bg-black .text-field--disabled input {
  color: #555;
  border-bottom-color: #555
}

.bg-black .text-field--disabled .icon {
  fill: #555
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .text-field label {
    top: 1.52777778vw;
    font-size: 1.25vw
  }

  .text-field input {
    padding: 1.52777778vw 2.22222222vw .48611111vw 0vw;
    border-bottom-width: .06944444vw;
    font-size: 1.25vw
  }

  .text-field .icon {
    top: 1.80555556vw;
    right: .55555556vw;
    width: 1.11111111vw;
    height: 1.11111111vw
  }

  .text-field .assistive-message,
  .text-field .error-message,
  .text-field .success-message {
    padding-top: .55555556vw;
    font-size: .83333333vw
  }

  .text-field--focus label {
    top: 0;
    font-size: .97222222vw
  }

  .text-field--focus input {
    padding-bottom: .41666667vw;
    border-bottom-width: .13888889vw
  }

  .text-field--active label {
    top: 0;
    font-size: .97222222vw
  }

  .text-field--hide-label .icon {
    top: .27777778vw
  }
}

@media only screen and (max-width:768px) {
  .text-field label {
    top: 5vw;
    font-size: 3.88888889vw
  }

  .text-field input {
    padding: 5vw 8.88888889vw 1.94444444vw 0vw;
    border-bottom-width: .27777778vw;
    font-size: 3.88888889vw
  }

  .text-field .icon {
    top: 5.55555556vw;
    right: 2.22222222vw;
    width: 4.44444444vw;
    height: 4.44444444vw
  }

  .text-field .assistive-message,
  .text-field .error-message,
  .text-field .success-message {
    padding-top: 2.22222222vw;
    font-size: 2.77777778vw
  }

  .text-field--focus label {
    top: 0;
    font-size: 3.33333333vw
  }

  .text-field--focus input {
    padding-bottom: 1.66666667vw;
    border-bottom-width: .55555556vw
  }

  .text-field--active label {
    top: 0;
    font-size: 3.33333333vw
  }

  .text-field--hide-label .icon {
    top: .55555556vw
  }
}

html[lang^="th"] .text-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif
}

html[lang^="th"] .text-field label {
  font-size: 24.3px;
  line-height: .9975
}

html[lang^="th"] .text-field input {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  font-size: 24.3px;
  line-height: .9975;
  height: 24.23925px
}

html[lang^="th"] .text-field .assistive-message,
html[lang^="th"] .text-field .error-message,
html[lang^="th"] .text-field .success-message {
  font-size: 16.2px;
  line-height: .9975
}

html[lang^="th"] .text-field--focus label {
  font-size: 18.9px;
  line-height: .9975
}

html[lang^="th"] .text-field--active label {
  font-size: 18.9px;
  line-height: .9975
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .text-field label {
    font-size: 1.6875vw
  }

  html[lang^="th"] .text-field input {
    font-size: 1.6875vw;
    height: 1.68328125vw
  }

  html[lang^="th"] .text-field .assistive-message,
  html[lang^="th"] .text-field .error-message,
  html[lang^="th"] .text-field .success-message {
    font-size: 1.125vw
  }

  html[lang^="th"] .text-field--focus label {
    font-size: 1.3125vw
  }

  html[lang^="th"] .text-field--active label {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .text-field label {
    font-size: 5.25vw
  }

  html[lang^="th"] .text-field input {
    font-size: 5.25vw;
    height: 5.236875vw
  }

  html[lang^="th"] .text-field .assistive-message,
  html[lang^="th"] .text-field .error-message,
  html[lang^="th"] .text-field .success-message {
    font-size: 3.75vw
  }

  html[lang^="th"] .text-field--focus label {
    font-size: 4.5vw
  }

  html[lang^="th"] .text-field--active label {
    font-size: 4.5vw
  }
}

.icon {
  width: 96px;
  height: 96px;
}

.image {
  display: inline-block;
  position: relative;
  width: 100%
}

.image__preview {
  display: inline-block;
  width: 100%
}

.image__main {
  display: inline-block;
  width: 100%
}

.image .hover-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear
}

.image .hover-scale:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.image__preview+.image__main {
  position: absolute;
  left: 0;
  top: 0
}

.image .hover-image {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0, opacity .1s .1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0, opacity .1s .1s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.image__hover-image--hover {
  position: absolute;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  -webkit-transition: visibility 0 .2s, opacity .2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: visibility 0 .2s, opacity .2s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.image:hover .hover-image {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0 1s, opacity .2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: visibility 0 1s, opacity .2s cubic-bezier(0.47, 0, 0.745, 0.715)
}

.image:hover .image__hover-image--hover {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0, opacity .1s .1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: visibility 0, opacity .1s .1s cubic-bezier(0.39, 0.575, 0.565, 1)
}

.image .lazy-load,
.image .lazy-load-man {
  visibility: hidden
}

.image-360 {
  width: 414px;
  height: 414px;
  overflow: hidden
}

.image-360 [data-akamai-viewer] div {
  height: 100%
}

.image-360 [data-akamai-viewer] canvas {
  display: block;
  max-width: 100%;
  height: 100%;
  margin: 0 auto
}

.indicator {
  text-align: center;
  font-size: 0;
  direction: rtl;
  white-space: nowrap
}

.indicator.dot-indicator-mobile-only {
  display: none
}

.indicator__controls {
  width: 16px;
  height: 16px;
  vertical-align: bottom
}

.indicator__controls svg {
  width: 100%;
  height: 100%
}

.indicator__controls .play {
  display: none
}

.indicator__controls .pause {
  display: inline
}

.indicator__controls--play.indicator__controls .play {
  display: inline
}

.indicator__controls--play.indicator__controls .pause {
  display: none
}

.bg-black .indicator__controls svg {
  fill: #fff
}

.text-color--black .indicator__controls svg {
  fill: #000
}

.text-color--white .indicator__controls svg {
  fill: #fff
}

.label-indicator .indicator__controls {
  margin-left: 16px
}

.dot-indicator .indicator__controls {
  margin-left: 8px
}

.indicator__list {
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear
}

.indicator__list-wrap {
  display: inline-block;
  direction: ltr
}

.label-indicator .indicator__list-wrap {
  white-space: nowrap
}

.dot-indicator .indicator__list-wrap {
  white-space: nowrap
}

.dot-indicator .indicator__list-wrap.dot-more {
  max-width: 112px
}

.indicator__item:last-of-type {
  margin-right: 0
}

.label-indicator .indicator__item {
  width: 160px;
  height: 28px;
  margin-right: 16px
}

.dot-indicator .indicator__item {
  margin-right: 4px
}

.dot-indicator .dot-more .indicator__item {
  margin-right: 0
}

.indicator__dot {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: inline-block;
  height: 50%;
  width: 50%
}

.indicator__dot-wrap {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px
}

.label-indicator .indicator__dot-wrap {
  display: none
}

.indicator__dot-inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #8f8f8f;
  -webkit-transition: -webkit-transform .1s linear;
  transition: -webkit-transform .1s linear;
  transition: transform .1s linear;
  transition: transform .1s linear, -webkit-transform .1s linear
}

.indicator__item--active .indicator__dot-inner {
  background-color: #000
}

.bg-black .indicator__item--active .indicator__dot-inner {
  background-color: #fff
}

.text-color--black .indicator__item--active .indicator__dot-inner {
  background-color: #000
}

.text-color--white .indicator__item--active .indicator__dot-inner {
  background-color: #fff
}

.indicator__label {
  left: 0;
  bottom: 6px;
  width: 100%;
  position: absolute;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  color: #000;
  opacity: 0;
  -webkit-transition: color .4s cubic-bezier(0.4, 0, 0.2, 1), opacity .4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color .4s cubic-bezier(0.4, 0, 0.2, 1), opacity .4s cubic-bezier(0.4, 0, 0.2, 1)
}

.indicator__label-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%
}

.dot-indicator .indicator__label-wrap {
  display: none
}

.indicator__label-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.2)
}

.bg-black .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.25)
}

.text-color--black .indicator__label-line {
  background-color: rgba(0, 0, 0, 0.2)
}

.text-color--white .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.25)
}

.indicator__label-line-filled {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0 .2s;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0 .2s;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), transform 0 .2s;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), transform 0 .2s, -webkit-transform 0 .2s
}

.bg-black .indicator__label-line-filled {
  background-color: #fff
}

.text-color--black .indicator__label-line-filled {
  background-color: #000
}

.text-color--white .indicator__label-line-filled {
  background-color: #fff
}

.indicator__item--hover .indicator__label {
  opacity: 1;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.indicator__item--not-hover .indicator__label {
  opacity: 0;
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.bg-black .indicator__label {
  color: #fff
}

.text-color--black .indicator__label {
  color: #000
}

.text-color--white .indicator__label {
  color: #fff
}

.indicator__item--active .indicator__label-line {
  background: rgba(0, 0, 0, 0.4)
}

.bg-black .indicator__item--active .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.45)
}

.text-color--black .indicator__item--active .indicator__label-line {
  background-color: rgba(0, 0, 0, 0.4)
}

.text-color--white .indicator__item--active .indicator__label-line {
  background-color: rgba(255, 255, 255, 0.45)
}

.indicator__item--active .indicator__label-line-filled {
  opacity: 1;
  -webkit-transition: none;
  transition: none
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .indicator__controls {
    width: 1.11111111vw;
    height: 1.11111111vw
  }

  .label-indicator .indicator__controls {
    margin-left: 1.11111111vw
  }

  .dot-indicator .indicator__controls {
    margin-left: .55555556vw
  }

  .dot-indicator .indicator__list-wrap.dot-more {
    max-width: 7.77777778vw
  }

  .label-indicator .indicator__item {
    width: 11.11111111vw;
    height: 1.94444444vw;
    margin-right: 1.11111111vw
  }

  .dot-indicator .indicator__item {
    margin-right: .27777778vw
  }

  .indicator__label {
    bottom: .41666667vw;
    font-size: .97222222vw
  }

  .indicator__label-line {
    height: .13888889vw
  }

  .indicator__dot-wrap {
    width: 1.11111111vw;
    height: 1.11111111vw
  }
}

@media only screen and (max-width:768px) {
  .indicator.dot-indicator-mobile-only {
    display: block
  }

  .indicator__controls {
    width: 4.44444444vw;
    height: 4.44444444vw
  }

  .dot-indicator .indicator__controls {
    margin-left: 2.22222222vw
  }

  .dot-indicator .indicator__list-wrap.dot-more {
    max-width: 31.11111111vw
  }

  .dot-indicator .indicator__item {
    margin-right: 1.11111111vw
  }

  .indicator__dot-wrap {
    width: 4.44444444vw;
    height: 4.44444444vw
  }

  .indicator__label-wrap {
    display: none
  }
}

.menu {
  display: inline-block;
  position: relative;
  min-width: 180px;
  max-width: 360px;
  width: 180px
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-m .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  background: #1428A0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #1428A0 !important;
  height: 10px !important;
  width: 10px !important;
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .menu {
    min-width: 12.5vw;
    max-width: 25vw;
    width: 12.5vw
  }
}

@media only screen and (max-width:768px) {
  .menu {
    min-width: 50vw;
    max-width: 100vw;
    width: 50vw
  }
}

.pagination {
  display: block;
  width: 100%;
  font-size: 0
}

.pagination-wrap {
  position: relative;
  text-align: center;
  margin: 4.86111111vw 0vw
}

.pagination__btn {
  display: inline-block;
  width: 1.66666667vw;
  height: 1.80555556vw;
  font-size: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer
}

.pagination__btn:before {
  content: "";
  display: inline-block;
  width: 1.66666667vw;
  height: 1.66666667vw;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center
}

.pagination__btn .icon {
  width: 100%;
  height: 100%
}

.pagination__btn--disabled {
  visibility: hidden
}

.pagination__page-wrap {
  display: inline-block
}

.pagination__page {
  display: inline-block;
  vertical-align: middle;
  min-width: 1.80555556vw;
  padding: 0vw .76388889vw;
  font-size: .97222222vw;
  line-height: 1.80555556vw;
  font-weight: 700;
  color: #8f8f8f
}

.pagination__page--active {
  color: #fff;
  border-radius: 1.04166667vw;
  background: #313131
}

.pagination__btn,
.pagination__page {
  margin: 0vw .55555556vw 0vw .625vw
}

.bg-black .pagination__page--active {
  color: #000;
  background: #eee
}

.bg-black .pagination__btn--prev:before {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/pagination_arr_left_white.svg')
}

.bg-black .pagination__btn--next:before {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/pagination_arr_right_white.svg')
}

.bg-black .pagination__btn--prev:hover:before {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/pagination_arr_left_white_hover.svg')
}

.bg-black .pagination__btn--next:hover:before {
  background-image: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/pagination_arr_right_white_hover.svg')
}

@media only screen and (max-width:768px) {
  .pagination {
    display: none
  }
}

html[lang^="th"] .pagination {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif
}

html[lang^="th"] .pagination__page {
  font-size: 18.9px
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .pagination__page {
    font-size: 1.3125vw
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal--active {
  display: block;
  z-index: 500
}

.modal__wrap {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3000;
  max-width: 80.27777778vw;
  max-height: 50vw;
  padding: 2.77777778vw;
  border-radius: 1.38888889vw;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.modal__container {
  overflow-x: auto
}

.modal__content {
  overflow-y: auto;
  height: 100%;
  max-height: 40.41666667vw;
  line-height: 1.3
}

.modal__cta {
  margin-top: 2.22222222vw;
  font-size: 0;
  text-align: center
}

.modal__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.77777778vw;
  height: 2.77777778vw
}

.modal__close:after {
  position: absolute;
  bottom: .27777778vw;
  left: .27777778vw;
  width: 1.11111111vw;
  height: 1.11111111vw;
  background: url('https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/btn_modal_close.jpg') no-repeat;
  background-size: 100%;
  content: ''
}

@-webkit-keyframes bounceDelay {
  from {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes bounceDelay {
  from {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@font-face {
  font-display: swap;
  font-family: 'Kittithada';
  font-style: normal;
  font-weight: normal;
  src: url('../font/KittithadaRoman55F.woff') format('woff'), url('../font/KittithadaRoman55F.ttf') format('truetype'), url('../font/KittithadaRoman55F.eot') format('embedded-opentype')
}

@font-face {
  font-display: swap;
  font-family: 'Kittithada';
  font-style: normal;
  font-weight: bold;
  src: url('../font/KittithadaRoman55F.woff') format('woff'), url('../font/KittithadaRoman55F.ttf') format('truetype'), url('../font/KittithadaRoman55F.eot') format('embedded-opentype')
}

.gnb__sub .gnb__utility .gnb__search .gnb__search-btn .el-autocomplete .el-input--medium input {
  border-radius: 20px;
}

@media only screen and (min-width:1440px) {
  .gnb-search__contents {
    top: 162px;
    width: 1206px;
    padding-right: 50px
  }

  .gnb-search__contents .text-title {
    font-size: 52px
  }

  .gnb-search__form {
    margin-top: 17px
  }

  .gnb-search__input-wrap {
    height: 98px;
    padding-left: 118px
  }

  .gnb-search__input {
    font-size: 24px;
    width: 858px
  }

  .gnb-search__placeholder {
    left: 118px;
    font-size: 24px;
    max-width: 858px
  }

  .gnb-search__input-btn--cancel {
    width: 21px;
    height: 21px
  }

  .gnb-search__input-btn--submit {
    margin-left: 17px;
    margin-top: -4px;
    width: 25px;
    height: 19px
  }

  .gnb-search__result-wrap {
    padding: 0 118px;
    border-top-width: 1px
  }

  .gnb-search__result-title-wrap {
    margin-bottom: 7px
  }

  .gnb-search__result-title {
    font-size: 20px;
    line-height: 2.35;
    padding-left: 22px;
    padding-right: 10px
  }

  .gnb-search__result-item {
    font-size: 18px;
    padding-left: 22px;
    margin-bottom: 10px
  }

  .gnb-search__result-item--products {
    margin-top: 23px
  }

  .gnb-search__result-item-img {
    width: 100px;
    height: 100px
  }

  .gnb-search__result-product-wrap {
    padding-left: 22px
  }

  .gnb-search__result-product-rating {
    margin-top: 10px;
    font-size: 12px
  }

  .gnb-search__result-product-rating-star {
    width: 12px;
    height: 12px;
    margin-right: 5px
  }

  .gnb-search__result-product-cta-wrap {
    margin-top: 17px
  }

  .gnb-search__result-product-cta {
    font-size: 12px;
    padding-right: 20px;
    margin-right: 20px
  }

  .gnb-search__result-product-cta:after {
    width: 8px;
    height: 12px
  }

  .gnb-search__history,
  .gnb-search__related,
  .gnb-search__suggested,
  .gnb-search__matched,
  .gnb-search__no-suggestions {
    padding: 25px 0
  }

  .gnb-search__history .gnb-search__result-title:before,
  .gnb-search__related .gnb-search__result-title:before,
  .gnb-search__suggested .gnb-search__result-title:before,
  .gnb-search__matched .gnb-search__result-title:before,
  .gnb-search__no-suggestions .gnb-search__result-title:before {
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .gnb-search__related .gnb-search__result-title:before {
    width: 18px
  }

  .gnb-search__no-suggestions .gnb-search__result-title {
    margin-bottom: 0
  }

  .gnb-search__btn--history-clear {
    margin-top: 18px;
    font-size: 12px
  }

  .gnb-search__btn--close {
    top: 24px;
    width: 20px;
    height: 20px
  }

  /* 新品推荐 min-width 1440*/
  .gnb__new_tj_wrap_pc{
    position: absolute !important;
    top: 21px !important;
    left: 217px !important;
    right: 0 !important;
    width: 1203px !important;
    background: #fff;
    min-height: 388px;
    display: flex;
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
    z-index: 1;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left{
    width:280px;
    height:386px;
    margin-right: 16px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left img{
    width: 100%;
    transition: transform 0.5s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transform: scale(1, 1) rotate(0.001deg);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left img:hover{
    transform: scale(1.1, 1.1) rotate(0.001deg);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left .gnb_new_tj_left_Title{
    width: 100%;
    position: absolute;
    top: 76%;
    left: 0;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left .gnb_new_tj_left_Title p{
    width: 100%;
    font-size: 16px;
    padding: 0 20px;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left .gnb_new_tj_left_Title span{
    width: 100%;
    font-size: 12px;
    padding: 5px 20px;
    line-height: 15px;
    display: block;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right{
    flex: 1;
    padding: 0;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li{
    width: 159px;
    height: 185px;
    margin-right: 16px;
    margin-bottom: 16px;
    background: #F7F7F7;
    border-radius: 20px;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li.newList_more{
    font-size: 14px;
    line-height: 185px;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li.newList_more i {
    font-size: 14px;
    font-weight: bold;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li img{
    width: 80px;
    margin-top: 36px;
    margin-bottom: 16px;
    transition: transform 0.5s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transform: scale(1, 1) rotate(0.001deg);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li:hover img{
    transform: scale(1.2, 1.2) rotate(0.001deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li p{
    font-size: 12px;
    padding: 0 18px;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li div.gnbLbList{
    width: 94%;
    top: 13px;
    left: 13px;
    position: absolute;
    display: flex;
    text-align: left;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li div.gnbLbList span{
    color: #FFF;
    border-radius: 11px;
    padding: 2px 5px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    background: #2187fc;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li:nth-child(5n){
    margin-right: 0px !important;
  }

  /* gnb分类标签 min-width：1440*/
  .gnb_Label_list{
    width: 201px;
    position: absolute;
    left: 0px;
    bottom: 33px;
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 7px;
    margin-left: 14px;
    opacity: 0;
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
    transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s;
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s
  }
  .gnb__depth2-inner.active .gnb_Label_list{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .gnb_Label_list li{
    padding: 0 8px;
    height: 20px;
    background: #f1f1f1;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
  }
  .gnb_Label_list li:hover{
    background: #e9e9e9;
  }
  .gnb_Label_list li span{
    line-height: 23px;
  }

  /*四级菜单 min-width：1440*/
  .gnb__depth4-wrap {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 276px;
    right: 0;
    width: 265px;
    height: 400px;
  }

  /*四级菜单 min-width:1440px*/
  .gnb__depth4-inner{
    height: 370px;
    overflow-y: hidden;
    margin-top: 20px;
  }
  .gnb__depth4 li{
    margin-top: 0;
    height: 28px;
    overflow: hidden;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .gnb-search__contents {
    top: 11.25vw;
    width: 83.75vw;
    padding-right: 3.47222222vw
  }

  .gnb-search__contents .text-title {
    font-size: 3.61111111vw
  }

  .gnb-search__form {
    margin-top: 1.18055556vw
  }

  .gnb-search__input-wrap {
    height: 6.80555556vw;
    padding-left: 8.19444444vw
  }

  .gnb-search__input {
    font-size: 1.66666667vw;
    width: 59.58333333vw
  }

  .gnb-search__placeholder {
    left: 8.19444444vw;
    font-size: 1.66666667vw;
    max-width: 59.58333333vw
  }

  .gnb-search__input-btn--cancel {
    width: 1.45833333vw;
    height: 1.45833333vw
  }

  .gnb-search__input-btn--submit {
    margin-left: 1.18055556vw;
    margin-top: -0.27777778vw;
    width: 1.73611111vw;
    height: 1.31944444vw
  }

  .gnb-search__result-wrap {
    padding: 0vw 8.19444444vw;
    border-top-width: .06944444vw
  }

  .gnb-search__result-title-wrap {
    margin-bottom: .48611111vw
  }

  .gnb-search__result-title {
    font-size: 1.38888889vw;
    line-height: 2.35;
    padding-left: 1.52777778vw;
    padding-right: .69444444vw
  }

  .gnb-search__result-item {
    font-size: 1.25vw;
    margin-bottom: .69444444vw;
    padding-left: 1.52777778vw
  }

  .gnb-search__result-item--products {
    margin-top: 1.59722222vw
  }

  .gnb-search__result-item-img {
    width: 6.94444444vw;
    height: 6.94444444vw
  }

  .gnb-search__result-product-wrap {
    padding-left: 1.52777778vw
  }

  .gnb-search__result-product-rating {
    margin-top: .69444444vw;
    font-size: .83333333vw
  }

  .gnb-search__result-product-rating-star {
    width: .83333333vw;
    height: .83333333vw;
    margin-right: .34722222vw
  }

  .gnb-search__result-product-cta-wrap {
    margin-top: 1.18055556vw
  }

  .gnb-search__result-product-cta {
    font-size: .83333333vw;
    padding-right: 1.38888889vw;
    margin-right: 1.38888889vw
  }

  .gnb-search__result-product-cta:after {
    width: .55555556vw;
    height: .83333333vw
  }

  .gnb-search__history,
  .gnb-search__related,
  .gnb-search__suggested,
  .gnb-search__matched,
  .gnb-search__no-suggestions {
    padding: 1.73611111vw 0vw
  }

  .gnb-search__history .gnb-search__result-title:before,
  .gnb-search__related .gnb-search__result-title:before,
  .gnb-search__suggested .gnb-search__result-title:before,
  .gnb-search__matched .gnb-search__result-title:before,
  .gnb-search__no-suggestions .gnb-search__result-title:before {
    width: .97222222vw;
    height: .97222222vw
  }

  .gnb-search__related .gnb-search__result-title:before {
    width: 1.25vw
  }

  .gnb-search__btn--history-clear {
    margin-top: 1.25vw;
    font-size: .83333333vw;
    border-bottom-width: .06944444vw
  }

  .gnb-search__btn--close {
    top: 1.66666667vw;
    width: 1.38888889vw;
    height: 1.38888889vw
  }
}

@media only screen and (max-width:768px) {
  .gnb-search {
    background-color: #fff
  }

  .gnb-search__dimmed {
    display: none
  }

  .gnb-search__contents {
    width: 100%;
    padding-right: 0;
    top: 0
  }

  .gnb-search__contents .text-title {
    display: none
  }

  .gnb-search__form {
    margin-top: 0
  }

  .gnb-search__input-wrap {
    padding-left: 6.38888889vw;
    height: 14.72222222vw;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
    border-bottom-width: .27777778vw
  }

  .gnb-search__input-btn--close {
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    width: 2.77777778vw;
    height: 5vw;
    background: url("../image/icon-left-arrow.svg") 50% no-repeat;
    background-size: 100%
  }

  .gnb-search__input {
    margin-left: 6.94444444vw;
    font-size: 4.72222222vw;
    width: 61.66666667vw;
    font-weight: normal
  }

  .gnb-search__placeholder {
    left: 16.11111111vw;
    font-size: 4.72222222vw;
    width: 61.66666667vw;
    font-weight: normal
  }

  .gnb-search__input-btn--cancel {
    width: 5.27777778vw;
    height: 5.27777778vw
  }

  .gnb-search__input-btn--submit {
    margin-left: 4.72222222vw;
    width: 6.11111111vw;
    height: 3.61111111vw;
    margin-top: -1.11111111vw
  }

  .gnb-search__result-wrap {
    padding: 0vw 6.38888889vw;
    border-top: 0
  }

  .gnb-search__result-title-wrap {
    margin-bottom: 5.55555556vw
  }

  .gnb-search__result-title {
    font-size: 4.44444444vw;
    line-height: 1.47;
    padding-left: 9.72222222vw;
    padding-right: 2.77777778vw
  }

  .gnb-search__result-item {
    font-size: 3.88888889vw;
    padding-left: 9.72222222vw;
    margin-bottom: 4.44444444vw
  }

  .gnb-search__result-item--products {
    margin-top: 6.38888889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 7.5vw
  }

  .gnb-search__result-item-img {
    width: 22.22222222vw;
    height: 22.22222222vw
  }

  .gnb-search__result-product-wrap {
    padding-left: 3.33333333vw;
    width: 55.27777778vw
  }

  .gnb-search__result-product-rating {
    margin-top: 1.66666667vw;
    font-size: 3.33333333vw
  }

  .gnb-search__result-product-rating-star {
    width: 3.33333333vw;
    height: 3.33333333vw;
    margin-right: 1.11111111vw
  }

  .gnb-search__result-product-cta-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 9.72222222vw
  }

  .gnb-search__result-product-cta {
    font-size: 2.77777778vw;
    padding-right: 3.05555556vw;
    margin-right: 5.55555556vw
  }

  .gnb-search__result-product-cta:after {
    width: 1.66666667vw;
    height: 2.5vw
  }

  .gnb-search__history,
  .gnb-search__related,
  .gnb-search__suggested,
  .gnb-search__matched,
  .gnb-search__no-suggestions {
    padding: 9.72222222vw 0vw 4.16666667vw 0vw
  }

  .gnb-search__history .gnb-search__result-title:before,
  .gnb-search__related .gnb-search__result-title:before,
  .gnb-search__suggested .gnb-search__result-title:before,
  .gnb-search__matched .gnb-search__result-title:before,
  .gnb-search__no-suggestions .gnb-search__result-title:before {
    width: 5.27777778vw;
    height: 5.27777778vw
  }

  .gnb-search__btn--history-clear {
    margin-top: 1.38888889vw;
    font-size: 3.33333333vw;
    letter-spacing: .40277778vw;
    border-bottom-width: .27777778vw
  }

  .gnb-search__btn--close {
    display: none
  }
}

.gnb {
  position: relative;
  /* 原2001 */
  z-index: 2201;
  width: 100%;
  margin: 0 auto;
}

.gnb__dimmed {
  display: none;
  position: fixed;
  left: 0;
  /* top: 0; */
  top: 30px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(3px);
  opacity: 0;
  z-index: 2000;
  -webkit-transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1) .2s;
  transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1) .2s
  /* background: #000;
  opacity: 0;
  z-index: 2000;
  -webkit-transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1) .2s;
  transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1) .2s */

}

.gnb__dimmed.open {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity .6s cubic-bezier(0.4, 0, 0.2, 1);
  top: 30px;
}

.gnb__nav {
  position: relative;
  background: #fff;
  z-index: 2000;
  width: 100%;
  margin: 0 auto;
  /* border-bottom:1px solid #e0e0e0; */

}

.gnb__bar {
  max-width: 1440px;
  height: 74px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

@media only screen and (max-width: 1080px) {
  .skin01 .gnb__bar,.skin02 .gnb__bar{
    background:none !important
  }
}
.gnb__bar-inner {
  padding: 0 24px 0 16px;
  /* font-size: 0 */
}

.gnb__bar-inner:after {
  content: '';
  display: block;
  clear: both
}

.gnb__logo {
  float: left;
  position: relative;
  margin-top: 20px;
}

.gnb__logo:after {
  content: '';
  display: block;
  width: 100px !important;
  height: 35px !important;
}

.gnb__logo:after {
  background: url(../image/global-samsung-logo1.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.skin01 .gnb__logo:after {
  background: url(../image/global-samsung-logo1.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.skin02 .gnb__logo:after {
  background: url(../image/global-samsung-logo1-white.png) no-repeat 50% 50%;
  background-size: 100% auto;
}

.gnb__main {
  float: left;
  margin-left: 64px;
  margin-top: 10px;
  /* font-size: 0 */
}

.gnb__depth1 {
  display: table;
  line-height: 1.33
}

.gnb__depth1-menu {
  display: table-cell;
  height: 52px;
  vertical-align: middle
}

.gnb__depth1-menu--only-mobile {
  display: none
}

.gnb__depth1-link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 6px 12px;
  border-radius: 14px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.33;
  text-decoration: none;
  top: 4px;
}

.gnb__depth1-link .gnb__depth1-link-text{
  position: relative;
  /* top: 1px; */
}

.gnb__depth1-link>.icon {
  display: none
}

.gnb__depth1-link-text .icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  fill: currentColor
}

.gnb__depth1-link:hover,
.gnb__depth1-link.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.gnb__depth2-wrap {
  overflow: hidden;
  position: absolute;
  top: 74px;
  left: 0;
  right: 0;
  background: #fff;
  padding-bottom: 0px;
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
}

.gnb__depth-back-wrap, .gnb__depth-back-wrap-last {
  display: none
}

.gnb__depth2-inner {
  visibility: hidden;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  height: 0;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.gnb__depth2-inner.active {
  visibility: visible;
  padding: 0 16px;
  z-index: 2100
}

.gnb__depth2 {
  position: relative;
  width: 143px;
  padding: 21px 0;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s
}

.gnb__depth2:after {
  content: '';
  display: block;
  clear: both
}

.gnb__depth2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.gnb__depth2-title-wrap {
  display: table;
  width: 100%;
  opacity: 0;
  padding-top: 8px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s
}

.gnb__depth2-title {
  display: table-cell;
  height: 80px;
  color: #000;
  font-size: 32px;
  line-height: 1.33;
  vertical-align: middle
}

.gnb__depth2-title-link {
  display: inline-block;
  position: relative;
  color: #000
}

.gnb__depth2-title-link:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  margin-top: 2px;
  border-bottom: 2px solid #000;
  -webkit-transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.gnb__depth2-title-link:hover:after,
.gnb__depth2-title-link:focus:after {
  left: 0;
  width: 100%
}

.gnb__depth2-title-link svg.icon {
  width: 32px;
  height: 32px;
  vertical-align: -4px
}

.gnb__depth2-menu {
  float: left;
  clear: both
}

.gnb__depth2-menu.has-depth-menu {
  padding-right: 5px
}

.gnb__depth2-menu+.gnb__depth2-menu {
  margin-top: 9px
}

.gnb__depth2-link {
  display: block;
  position: relative;
  padding: 7px 0;
  color: #000;
  font-size: 16px;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  font-family: fzzhonghei,Microsoft YaHei,Arial,sans-serif;
}

.gnb__depth2-link-text {
  display: inline;
  position: relative
}

.gnb__depth2-link-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #000;
  -webkit-transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.gnb__depth2-link .icon--next,.gnb__depth3-link .icon--next {
  visibility: hidden;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 142px;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  opacity: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .2s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .2s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1) .1s
}


.gnb__depth2-link .icon--dropdown,.gnb__depth3-link .icon--dropdown {
  display: none
}

.gnb__depth2-link:hover .gnb__depth2-link-text:before,
.gnb__depth2-link:focus .gnb__depth2-link-text:before,
.gnb__depth3-link:hover .gnb__depth3-link-text:before,
.gnb__depth3-link:focus .gnb__depth3-link-text:before,
.gnb__depth4-link:hover .gnb__depth4-link-text:before,
.gnb__depth4-link:focus .gnb__depth4-link-text:before  {
  left: 0;
  width: 100%
}

.gnb__depth2-menu.active .gnb__depth2-link,
.gnb__depth3-menu.active .gnb__depth2-link {
  font-weight: bold
}

.gnb__depth2-link[target="_blank"] .gnb__depth2-link-text .icon,
.gnb__depth3-link[target="_blank"] .gnb__depth3-link-text .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle
}

.gnb__depth2-close {
  display: block;
  visibility: hidden;
  position: absolute;
  right: 8px;
  top: 36px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 2100;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1) .1s
}

.gnb__depth2-close svg.icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  color: #d1d1d1;
}

.gnb__depth1-menu.active .gnb__depth2-title-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link-text:before {
  content: none
}

.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next,
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next,
.gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next,
.gnb .gnb__depth3-menu.has-depth-menu .gnb__depth3-link:hover>.icon--next,
.gnb .gnb__depth3-menu.has-depth-menu .gnb__depth3-link:focus>.icon--next,
.gnb .gnb__depth3-menu.has-depth-menu.active .gnb__depth3-link>.icon--next {
  visibility: visible;
  position: absolute;
  right: 0;
  /* top: 61%; */
  top: 21px;
  /* left: 100%; */
  width: 24px;
  height: 24px;
  margin-top: -12px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
@media only screen and (min-width:1080px){
  .gnb__depth2-link{
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
  }
  .gnb__depth2 li.active a span.gnb__depth2-link-text{
    font-weight: bold
  }
  .gnb__depth3-menu{
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
  }
  .gnb__depth3 li.active a span.gnb__depth3-link-text{
    font-weight: bold
  }

  /* ios默认 */
  .gnb__depth2 li a span.gnb_fontIos2,
  .gnb__depth2 li a span.gnb_fontIos3,
  .gnb__depth2 li a span.gnb_fontIos4{
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
  }
  /* ios选中 */
  .gnb__depth2 li.active a span.gnb_fontIos2,
  .gnb__depth3 li.active a span.gnb_fontIos3,
  .gnb__depth4 li.active a span.gnb_fontIos4{
    font-family: 'samsungsharpsans-bold_v2', Microsoft YaHei, Arial, sans-serif;
  }

  /* 新品推荐 */
  .gnb__new_tj_wrap_mb{
    display: none !important;
  }

  /*移动端gnb搜索 max-width:1080*/
  .search_Menu_Mb{
    display: none !important;
  }

  /*隐藏标题*/
  .gnb__depth2-title-wrap{
    display: none !important;
  }

  .gnb__depth2{
    z-index: 1;
  }
  .gnb__feature-container{
    z-index: 0;
  }
  .gnb__depth3-wrap {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 220px;
    right: 0;
    width: 336px
  }
  .gnb__depth3-wrap .gnb__depth3-inner,.gnb__depth4-wrap .gnb__depth4-inner {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -webkit-transition: opacity .1s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s;
    transition: opacity .1s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s;
    transition: transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .1s cubic-bezier(0.4, 0, 0.2, 1) .1s;
    transition: transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .1s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .1s cubic-bezier(0.4, 0, 0.2, 1) .1s
  }

  .gnb__depth2-menu.active .gnb__depth3-wrap,.gnb__depth3-menu.active .gnb__depth4-wrap {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .gnb__depth2-menu.active .gnb__depth3-wrap .gnb__depth3-inner,.gnb__depth3-menu.active .gnb__depth4-wrap .gnb__depth4-inner {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s
  }

  /*pc搜索浮框*/
  .search-input-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  /* .gnb__search-btn{
    width: 300px;
    z-index: 10002;
    top: 50px !important;
    position: absolute !important;
    text-align: center;
    right: 108px;
  }
  .gnb__search-btn .el-autocomplete{
    width: 300px;
    height: 32px;
    border-radius: 32px;
  }
  .gnb__search-btn .el-autocomplete input{
    border-radius: 32px;
    border: solid 1px #dddddd;
    color: #9c9c9c;
  }
  .gnb__search-btn .gnbSearchClose{
    width: 36px;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -18px;
  } */
  .my-autocomplete{
    z-index: 10003 !important;
  }
}

@media only screen and (max-width:330px){
  .search_Menu_Mb{
    width: 73% !important;
    background-size: 13% !important;
  }
  .search_next{
    width: 192px !important;
    background-size: 17% !important;
  }
  .gnb_Label_list{
    width: 242px !important;
  }
}

/*四级菜单*/
.gnb__depth4-wrap {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 235px;
  right: 0;
  width: 470px;
}

.gnb__depth3{
  overflow: hidden;
  padding: 20px 0 2px 2px;
  /* font-size: 0 */
}

.gnb__depth4 {
  /* padding: 4px 0 2px 2px; */
  transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .4s cubic-bezier(0.4, 0, 0.2, 1) .2s;
  /* font-size: 0 */
}

.gnb__depth3-menu~.gnb__depth3-menu {
  margin-top: 6px
}
.gnb__depth4-menu{
  margin-top: 16.5px;
  font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
}

.gnb__depth3-link,.gnb__depth4-link {
  display: inline-block;
  padding: 8px 0;
  color: #000;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.gnb__depth3-link-text,.gnb__depth4-link-text {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.gnb__depth2-link-text span.newIconMenu, .gnb__depth3-link-text span.newIconMenu, .gnb__depth4-link-text span.newIconMenu{
  background: #0381fe;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  margin-right: 3px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  margin-top: -4px;
}

.gnb__depth4-link-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #000;
  -webkit-transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left .2s cubic-bezier(0.4, 0, 0.2, 1), width .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.gnb__depth3-link:hover .gnb__depth3-link-text,
.gnb__depth3-link:focus .gnb__depth3-link-text,
.gnb__depth4-link:hover .gnb__depth4-link-text,
.gnb__depth4-link:focus .gnb__depth4-link-text {
  font-weight: bold
}

.gnb__depth4-link:hover .gnb__depth4-link-text:before,
.gnb__depth4-link:focus .gnb__depth4-link-text:before {
  left: 0;
  width: 100%
}

.gnb__feature-container {
  position: absolute;
  right: 110px;
  top: 24px;
  width: 383px;
  height: 300px;
  padding-left: 83px;
  border-left: 1px solid #f7f7f7;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s;
  transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s, opacity .4s cubic-bezier(0.4, 0, 0.2, 1) .1s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1) .1s
}

.gnb__feature-container-link {
  display: block
}

.gnb__feature-container .image {
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 20px
}

.gnb__feature-container .image img {
  -webkit-transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .2s cubic-bezier(0.4, 0, 0.2, 1)
}

.gnb__feature-container .image:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.gnb__feature-container-contents {
  padding: 24px 8px;
  color: #000;
  font-weight: bold;
  font-size: 18px
}

.gnb__feature-container-contents .cta {
  margin: 6px 0 -8px
}

.gnb__depth1-menu.active .gnb__feature-container,
.gnb__depth2-wrap.open+.gnb__feature-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.gnb__sub {
  float: right;
  font-size: 0
}

.gnb__sub .gnb__depth1 {
  float: left
}

.gnb__utility {
  float: right;
  margin: 11px 0 0 0
}

.gnb__utility>li {
  display: inline-block;
  position: relative
}

.gnb__utility>li+li {
  margin-left: 24px
}

.gnb__utility>li>a {
  display: block
}

.gnb__utility>li>a,
.gnb__utility>li>a svg.icon {
  width: 24px;
  height: 24px
}

.gnb__utility>li>a svg.icon {
  pointer-events: none
}

.gnb__utility .gnb__login-layer {
  visibility: hidden;
  position: absolute;
  top: 36px;
  right: -24px;
  width: 210px;
  padding: 26px 24px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  z-index: 3000;
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: opacity .1s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-transform .1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: opacity .1s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-transform .1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform .1s cubic-bezier(0.2, 0.6, 0.4, 1), opacity .1s cubic-bezier(0.2, 0.6, 0.4, 1);
  transition: transform .1s cubic-bezier(0.2, 0.6, 0.4, 1), opacity .1s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-transform .1s cubic-bezier(0.2, 0.6, 0.4, 1);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.gnb__utility .gnb__login-layer.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.gnb__utility .gnb__login-layer .gnb__utility-menu li+li {
  margin-top: 20px
}

.gnb__utility .gnb__login-layer .gnb__user-name,
.gnb__utility .gnb__login-layer .gnb__utility-link {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1.33
}

.gnb__utility .gnb__login-layer .gnb__user-name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd
}

.gnb__utility .gnb__cart {
  position: relative
}

.gnb__utility .gnb__cart-in-number {
  position: absolute;
  top: -3px;
  left: 15px;
  z-index: 2000;
  min-width: 12px;
  height: 12px;
  padding: 0 2px;
  border-radius: 6px;
  background-color: #d93b30;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  letter-spacing: normal;
  text-indent: 1px
}

.gnb .gnb__depth3-link[target="_blank"] .gnb__depth3-link-text .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle
}

.gnb__mobile-menu,
.gnb__depth-title,
.gnb__menu-close {
  display: none
}

.gnb .layer-popup {
  display: none;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1.33;
  letter-spacing: -4px;
  text-align: center;
  z-index: 3100
}

.gnb .layer-popup-dim {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .68;
  z-index: 3100
}

.gnb .layer-popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.gnb .layer-popup__inner {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 448px;
  max-width: 648px;
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  line-height: 1.33;
  text-align: left;
  vertical-align: middle;
  letter-spacing: 0
}

.gnb .layer-popup__title {
  margin: 0 28px 16px 0;
  font-weight: bold;
  font-size: 24px
}

.gnb .layer-popup__contents {
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.6
}

.gnb .layer-popup__contents .privacy_link,
.gnb .layer-popup__contents .link-text {
  font-size: 14px;
  line-height: 1.33;
  color: #1428a0;
  text-decoration: underline
}

.gnb .layer-popup .icon--information {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px
}

.gnb .layer-popup__information-text {
  font-weight: bold;
  text-align: center
}

.gnb .layer-popup__cta {
  display: inline-block;
  width: 50%;
  padding: 0 8px
}

.gnb .layer-popup__cta-wrap {
  padding: 16px 0 24px;
  margin: 8px -8px -24px;
  text-align: center;
  font-size: 0
}

.gnb .layer-popup__cta .cta {
  width: 100%
}

.gnb .layer-popup__cta .cta~.cta {
  margin-left: 16px
}

.gnb .layer-popup__close {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 48px;
  height: 48px
}

.gnb .layer-popup__close svg.icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px
}

.gnb .checkbox-radio~.check-text {
  clear: both;
  padding: 3px 0 0 42px;
  color: #363636;
  font-size: 14px
}

.gnb .checkbox-radio~.check-text--error {
  color: #fd020e
}

.gnb__mobile-dimmed {
  display: none
}

.gnb .checkbox-radio~.checkbox-radio {
  margin-top: 10px
}

.gnb .check_text {
  display: block;
  position: relative;
  min-height: 24px;
  padding: 4px 0 2px 42px;
  color: #363636;
  font-size: 14px;
  line-height: 1.33
}

.gnb .check_text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_a.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle
}

.gnb input[type='checkbox']:checked~.check_text {
  font-weight: bold
}

.gnb input[type='checkbox']:checked~.check_text:before {
  background-image: url(https://shop.samsung.com.cn/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg)
}

.gnb .check_txt {
  padding: 0 0 0 42px;
  font-size: 14px;
  line-height: 1.33
}

.gnb .gnb__depth1 .gnb-api--mobile-only {
  display: none
}

.gnb .gnb__depth2 .gnb-api--mobile-only {
  display: none
}

.gnb .gnb__depth2 .gnb-api--mobile-only+.gnb__depth2-menu {
  margin-top: 0
}

.gnb .gnb__depth3 .gnb-api--mobile-only {
  display: none
}

.gnb .gnb__depth3 .gnb-api--mobile-only+.gnb__depth3-menu {
  margin-top: 0
}

.gnb__menu-wrap.active .gnb__depth2-title-wrap,
.gnb__menu-wrap.active .gnb__depth2,
.gnb__menu-wrap.active .gnb__feature-container {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

@-moz-document url-prefix() {
  .gnb__depth1-link.active {
    outline: 1px dotted #000
  }
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .gnb .layer-popup__inner {
    min-width: 31.11111111vw;
    max-width: 45vw;
    padding: 1.66666667vw;
    border-radius: 1.38888889vw
  }

  .gnb .layer-popup__title {
    margin: 0vw 1.94444444vw 1.11111111vw 0vw;
    font-size: 1.66666667vw
  }

  .gnb .layer-popup__contents {
    font-size: 1.25vw
  }

  .gnb .layer-popup__contents .privacy_link,
  .gnb .layer-popup__contents .link-text {
    font-size: .97222222vw
  }

  .gnb .layer-popup .icon--information {
    width: 3.33333333vw;
    height: 3.33333333vw;
    margin-bottom: 1.11111111vw
  }

  .gnb .layer-popup__cta {
    padding: 0vw .55555556vw
  }

  .gnb .layer-popup__cta-wrap {
    padding: 1.11111111vw 0vw 1.66666667vw 0vw;
    margin: .55555556vw -0.55555556vw -1.66666667vw -0.55555556vw
  }

  .gnb .layer-popup__cta .cta~.cta {
    margin-left: 1.11111111vw
  }

  .gnb .layer-popup__close {
    right: .83333333vw;
    top: .83333333vw;
    width: 3.33333333vw;
    height: 3.33333333vw
  }

  .gnb .layer-popup__close svg.icon {
    left: .83333333vw;
    top: .83333333vw;
    width: 1.66666667vw;
    height: 1.66666667vw
  }

  .gnb .checkbox-radio~.check-text {
    padding: .20833333vw 0vw 0vw 2.91666667vw;
    font-size: .97222222vw
  }

  .gnb .checkbox-radio~.checkbox-radio {
    margin-top: .69444444vw
  }

  .gnb .check_text {
    min-height: 1.66666667vw;
    padding: .27777778vw 0vw .13888889vw 2.91666667vw;
    font-size: .97222222vw
  }

  .gnb .check_text:before {
    width: 1.66666667vw;
    height: 1.66666667vw
  }

  .gnb .check_txt {
    padding: 0vw 0vw 0vw 2.91666667vw;
    font-size: .97222222vw
  }
}

@media only screen and (min-width:1081px) and (max-width:1440px) {
  .gnb__bar {
    max-width: 100%
  }

  .gnb__main {
    margin-left: 4.44444444vw
  }

  .gnb__depth1-link {
    font-size: .97222222vw
  }

  .gnb__depth1-link-text .icon {
    width: .97222222vw;
    height: .97222222vw
  }

  .gnb__depth2-inner {
    max-width: 100%
  }

  .gnb__depth2 {
    width: 11vw;
    padding: 21px 0 0;
  }

  .gnb__depth2-title-wrap {
    padding-top: .55555556vw
  }

  .gnb__depth2-title {
    height: 5.55555556vw;
    font-size: 2.22222222vw
  }

  .gnb__depth2-title-link svg.icon {
    width: 2.22222222vw;
    height: 2.22222222vw;
    vertical-align: -0.27777778vw
  }

  .gnb__depth2-menu.has-depth-menu {
    padding-right: 1vw
  }

  .gnb__depth2-menu+.gnb__depth2-menu {
    margin-top: 0.5vw
  }

  .gnb__depth2-link {
    padding: .55555556vw 0vw;
    font-size: 14px
  }

  .gnb__depth2-link[target="_blank"] .gnb__depth2-link-text .icon {
    width: 1.11111111vw;
    height: 1.11111111vw
  }

  .gnb__depth2-close {
    right: .83333333vw;
    top: 2.33333333vw;
    width: 3.33333333vw;
    height: 3.33333333vw;
    margin-top: -1.66666667vw
  }

  .gnb__depth2-close svg.icon {
    left: .83333333vw;
    top: .83333333vw;
    width: 1.66666667vw;
    height: 1.66666667vw
  }

  .gnb__depth3-wrap {
    left: 17.11111111vw;
    width: 29.44444444vw
  }

  .gnb__depth4-wrap {
    left: 17vw;
    width: 28.444444vw;
  }

  .gnb__depth3{
    padding: 20px 0 2px 2px;
  }

  .gnb__depth3-menu~.gnb__depth3-menu, .gnb__depth4-menu {
    margin-top: 0.1vw;
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
  }

  .gnb__depth3-link,.gnb__depth4-link {
    padding: .55555556vw 0vw;
    font-size: 1.25vw
  }

  .gnb__feature-container {
    top: 1.5vw;
    right: 0px;
    width: 34.51388889vw;
    padding: 0vw 5.76388889vw
  }

  .gnb__feature-container .image {
    width: 22.91666667vw;
    height: 22.91666667vw;
    border-radius: 1.38888889vw
  }

  /* .gnb__feature-container-contents{padding:1.66666667vw .55555556vw;font-size:1.25vw} */
  .gnb__feature-container-contents .cta {
    margin: .41666667vw 0vw -0.55555556vw 0vw
  }

  .gnb__feature-container-contents {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 24px 8px 0px;
    padding: 1.66667vw 0.55556vw 0vw;
    color: #000;
    font-size: 18px;
    font-size: 1.25vw;
    font-weight: bold;
  }

  .gnb__utility .gnb__login-layer {
    width: 14.58333333vw;
    padding: 1.80555556vw 1.66666667vw;
    border-radius: 1.38888889vw
  }

  .gnb__utility .gnb__login-layer .gnb__utility-menu li+li {
    margin-top: 1.38888889vw
  }

  .gnb__utility .gnb__login-layer .gnb__user-name,
  .gnb__utility .gnb__login-layer .gnb__utility-link {
    font-size: .97222222vw
  }

  .gnb__utility .gnb__login-layer .gnb__user-name {
    padding-bottom: .69444444vw;
    margin-bottom: .69444444vw
  }

  .gnb .gnb__depth3-link[target="_blank"] .gnb__depth3-link-text .icon {
    width: 1.11111111vw;
    height: 1.11111111vw
  }

  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next,
  .gnb .gnb__depth3-menu.has-depth-menu .gnb__depth3-link:hover>.icon--next,
  .gnb .gnb__depth3-menu.has-depth-menu .gnb__depth3-link:focus>.icon--next,
  .gnb .gnb__depth3-menu.has-depth-menu.active .gnb__depth3-link>.icon--next {
    width: 1.66666667vw;
    height: 1.66666667vw;
    margin-top: -0.83333333vw
  }
  /* gnb分类标签 min-width：1080-max-width:1440px*/
  .gnb_Label_list{
    width: 15.7vw;
    /* position: absolute; */
    left: 0px;
    bottom: 3vw;
    display: inline-flex;
    flex-wrap: wrap;
    /* padding-top: 1vw; */
    /* margin-left: 0.73vw; */
  }
  .gnb_Label_list li{
    padding: 0 0.63vw;
    height: 2vw;
    background: #f1f1f1;
    border-radius: 1vw;
    margin-right: 0.5vw;
    margin-bottom: 1vw;
    cursor: pointer;
    font-size: 0.63vw;
  }
  .gnb_Label_list li:hover{
    background: #e9e9e9;
  }
  /* .gnb_Label_list li:nth-child(2n){
    margin-right: 0px;
  } */
  .gnb_Label_list li span{
    line-height: 2.2vw;
  }

  /* 新品推荐 min-width 1080 max-width:1440*/
  .gnb__new_tj_wrap_pc{
    position: absolute !important;
    top: 1.5vw !important;
    left: 16.2vw !important;
    right: 0 !important;
    width: 80vw !important;
    background:#fff;
    min-height: 29.6vw;
    display: flex;
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
    z-index: 1;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left{
    width: 19.6vw;
    height: 27vw;
    margin-right: 1.1vw;
    border-radius: 20px;
    text-align: center;
    border-radius: 1.4vw;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left img{
    width: 100%;
    transition: transform 0.5s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transform: scale(1, 1) rotate(0.001deg);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left img:hover{
    transform: scale(1.1, 1.1) rotate(0.001deg);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left .gnb_new_tj_left_Title{
    width: 100%;
    position: absolute;
    top: 76%;
    left: 0;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left .gnb_new_tj_left_Title p{
    width: 100%;
    font-size: 16px;
    padding: 0 1.4vw;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_left .gnb_new_tj_left_Title span{
    width: 100%;
    font-size: 12px;
    padding: 3px 20px;
    line-height: 15px;
    display: block;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right{
    flex: 1;
    height: 27vw;
    padding: 0;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li{
    width: 10.46vw;
    height: 12.9vw;
    margin-right: 1.1vw;
    margin-bottom: 1.1vw;
    background: #F7F7F7;
    border-radius: 1.4vw;
    text-align: center;
    position: relative;
    cursor: pointer;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li.newList_more{
    font-size: 1vw;
    line-height: 12.9vw;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li.newList_more i {
    font-size: 14px;
    font-weight: bold;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li img{
    width: 5.4vw;
    margin-top: 2.25vw;
    margin-bottom: 1.4vw;
    transition: transform 0.5s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transform: scale(1, 1) rotate(0.001deg);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li:hover img{
    transform: scale(1.2, 1.2) rotate(0.001deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li p{
    padding: 0 1.4vw;
    font-size: 0.83vw;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li div.gnbLbList{
    width: 94%;
    top: 0.5vw;
    left: 0.7vw;
    position: absolute;
    text-align: left;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li div.gnbLbList span{
    color: #FFF;
    border-radius: 0.8vw;
    padding: 0.15VW 0.35vw;
    line-height: 1.2vw;
    text-align: center;
    font-size: 0.83vw;
    display: inline-block;
    margin-right: 0.2vw;
    background: #2187fc;
  }
  .gnb__new_tj_wrap_pc .gnb_new_tj_right li:nth-child(5n){
    margin-right: 0px !important;
  }

  /*四级菜单 min-width:1080px-1440*/
  .gnb__depth4{
    padding: 0px 0 0px 0px;
  }
  .gnb__depth4-inner{
    height: 26vw;
    overflow-y: hidden;
    margin-top: 1.4vw;
  }
  .gnb__depth4 li{
    margin-top: 0;
    height: 2vw;
    overflow: hidden;
    margin-bottom: 0.9vw;
  }
}

@media only screen and (min-width:1081px) and (max-width:1110px) {
  .gnb__depth4{
    padding: 0px 0 0px 0px;
  }
  .gnb__depth4-inner{
    height: 27vw;
    overflow-y: hidden;
    margin-top: 1.7vw;
  }
  .gnb__depth4 li{
    margin-top: 0;
    height: 2vw;
    overflow: hidden;
    margin-bottom: 1vw;
  }
}

@media only screen and (max-width:1080px) {
  .gnb {
    min-width: 360px
  }

  .gnb__bar {
    height: 56px
  }

  .gnb__bar-inner {
    padding: 8px 16px
  }

  .gnb__logo {
    margin-top: 4px
  }

  .gnb__logo:after {
    content: '';
    display: block;
    width: 100px !important;
    height: 35px !important;
  }

  .gnb__main {
    margin-left: 0
  }

  .gnb__mobile-menu {
    display: block;
    float: right;
    font-size: 0;
    position: relative;
    top: 1px;
  }

  .gnb__bar-inner .gnb__mobile-menu .el-badge {
    padding: 0 12px 0 6px;
  }

  .gnb__bar-inner .gnb__mobile-menu .el-badge .el-badge__content.is-fixed {
    height: 20px;
    right: 16px;
    background-color: #2189ff !important;
  }

  /* .gnb__search-btn {
    top: 0px !important;
  } */

  .gnb__mobile-menu [class*='-btn'] {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    vertical-align: middle
  }

  .gnb__mobile-menu [class*='-btn'] .icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .gnb__mobile-menu .gnb__cart-btn .gnb__cart-in-number {
    position: absolute;
    top: 5px;
    left: 23px;
    z-index: 2000;
    min-width: 12px;
    height: 12px;
    padding: 0 2px;
    border-radius: 6px;
    background-color: #d93b30;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    letter-spacing: normal;
    text-indent: 1px
  }

  .gnb__mobile-dimmed {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: #000;
    opacity: 0
  }

  .gnb__utility {
    display: none
  }

  .gnb__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    height: 100%;
    z-index: 2100;
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb__menu-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff
  }

  .gnb__menu-wrap.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .gnb__menu-wrap.open~.gnb__mobile-dimmed {
    visibility: visible;
    opacity: .68;
    -webkit-transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity .3s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb__menu-close {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 35px;
    height: 35px;
    opacity: 0;
    z-index: 2300;
    -webkit-transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .gnb__menu-close img{
    position: absolute;
    left: 8px;
    top: 10px;
    width: 18px;
    height: 18px
  }

  .gnb__menu-wrap.open .gnb__menu-close {
    display: block;
    opacity: 1
  }

  .gnb__depth1-container {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 56px 24px 0;
    z-index: 2100
  }

  .gnb__depth1-container.slide {
    overflow: hidden
  }

  .gnb__depth1-container>div:last-of-type {
    padding-bottom: 56px
  }

  .gnb__menu-wrap .gnb__depth1-container {
    position: relative;
    left: 90px;
    opacity: 0
  }

  .gnb__menu-wrap.open .gnb__depth1-container {
    left: 0;
    opacity: 1;
    -webkit-transition: left .5s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: left .5s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s
  }

  .gnb__menu-wrap.open .gnb__depth1-container:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 20px;
    height: 54px;
    width: 340px;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2100
  }

  .gnb__main,
  .gnb__sub {
    float: none;
  }
  .gnb__main{
    padding: 20px 0px;
  }

  .gnb__sub .gnb__depth1:before,
  .gnb__sub .gnb__utility-mobile:before {
    content: '';
    display: block;
    height: 1px;
    margin: 16px 0;
    background: #ddd;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb__depth1 {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .gnb__depth1.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s
  }

  .gnb__depth1-menu {
    display: table;
    width: 100%;
    height: auto
  }

  .gnb__depth1-menu+.gnb__depth1-menu {
    margin-top: 0
  }

  .gnb__depth1-link {
    display: table-cell;
    left: 0;
    width: 100%;
    height: 56px;
    padding: 0;
    border-radius: 0;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb__depth1-link svg.icon {
    width: 16px !important;
    height: 16px !important
  }

  .gnb__depth1-link:hover,
  .gnb__depth1-link:focus {
    font-weight: bold
  }

  .gnb__depth1-link[target="_blank"] .gnb__depth1-link-text .icon {
    display: inline-block;
    vertical-align: middle
  }

  .gnb__depth1-menu.active .gnb__depth1-link,
  .gnb__depth1-menu .gnb__depth1-link:hover,
  .gnb__depth1-menu .gnb__depth1-link:focus,
  .gnb__depth1-menu .gnb__depth1-link:active {
    color: inherit;
    background: 0
  }

  .gnb__depth1-menu.has-depth-menu .gnb__depth1-link {
    overflow: hidden;
    position: relative;
    padding-right: 40px
  }

  .gnb__depth1-menu.has-depth-menu .gnb__depth1-link:before {
    content: none
  }

  .gnb__depth1-menu.has-depth-menu .gnb__depth1-link>.icon--next {
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    padding: 0;
    width: 15px;
    height: 15px;
  }

  .gnb__sub .gnb__depth1 {
    float: none
  }

  .gnb__depth-back-wrap, .gnb__depth-back-wrap-last {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 57px;
    width: 100%;
    padding-right: 76px;
    background: #fff;
    z-index: 2100
  }

  .gnb__depth-back-wrap .gnb__depth-back,  .gnb__depth-back-wrap-last .gnb__depth-back-last {
    display: block;
    position: absolute;
    left: 16px;
    top: 23px;
    width: 26px;
    height: 19px;
  }

  .gnb__depth-back-wrap .gnb__depth-back .icon--back,.gnb__depth-back-wrap-last .gnb__depth-back-last .icon--back {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px
  }

  .gnb__depth2-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    background: #fff;
    z-index: 2200;
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s, -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s
  }
  .Overlay-wrap{
    display: none !important
  }
  .Overlay-back{
    display: none !important
  }
  .Overlay-new_Tj{
    display: none !important
  }
  .Overlay-new_lab{
    display: none !important
  }
  .Overlay-inner{
    position:initial !important;
    overflow:initial !important;
    overflow-y:initial !important;
  }
  .Overlay-inner-remove{
    display: none !important
  }
  .Overlay-container{
    display: none !important
  }

  .gnb__depth3-wrap {
    display: none;
    /* overflow: hidden; */
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 360px;
    background: #fff;
    z-index: 2210;
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s;
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s, -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1) .05s
  }

  .gnb__depth2-wrap .gnb__depth2-inner {
    visibility: visible;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 56px;
    bottom: 0;
    width: 360px;
    height: auto;
    padding: 0;
    -webkit-transition-property: scrollTop;
    transition-property: scrollTop
  }
  .gnb__depth3-wrap .gnb__depth3-inner {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 56px;
    bottom: 0;
    width: 360px;
    height: auto;
    padding: 0;
    -webkit-transition-property: scrollTop;
    transition-property: scrollTop
  }

  .gnb__depth2-wrap .gnb__depth2-inner:after,
  .gnb__depth3-wrap .gnb__depth3-inner:after {
    content: '';
    display: block;
    height: 48px
  }

  .gnb__depth2-wrap.open,
  .gnb__depth3-wrap.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .3s cubic-bezier(0.6, 0, 0.4, 1), -webkit-transform .3s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb__depth2-wrap.open .gnb__depth2-inner,
  .gnb__depth3-wrap.open .gnb__depth3-inner {
    visibility: visible
  }

  .gnb__depth2-title {
    height: 54px;
    padding: 29px 10px 0 24px;
    font-size: 20px;
    background: #fff
  }

  .gnb__depth2-title-wrap {
    position: fixed;
    width: 100%;
    padding: 0;
    opacity: 1;
    z-index: 2000;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .gnb__depth2-title svg.icon {
    width: 24px;
    height: 24px;
    vertical-align: -4px
  }

  .gnb__depth2 {
    width: auto;
    height: auto;
    padding: 56px 24px 0;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .gnb__depth2-menu {
    float: none;
    display: block;
    position: relative
  }

  .gnb__depth2-menu.has-depth-menu {
    padding-right: 0
  }

  .gnb__depth2-menu+.gnb__depth2-menu {
    margin-top: 0
  }

  .gnb__depth2-link {
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    font-size: 16px;
    opacity: 1;
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
  }

  .gnb__depth2-link:hover,
  .gnb__depth2-link:focus {
    font-weight: bold
  }

  .gnb__depth2-link-text {
    display: table-cell;
    height: 56px;
    padding: 0;
    vertical-align: middle
  }

  .gnb__depth2-link-text:before {
    content: none !important
  }

  .gnb__depth2-link svg.icon {
    display: none
  }

  .gnb__depth2-menu.has-depth-menu .gnb__depth2-link {
    padding-right: 40px
  }
  .gnb__depth2-menu.has-depth-menu .gnb__depth2-link .icon--dropdown {
    display: block;
    visibility: visible;
    position: absolute;
    top: 20px;
    right: 0;
    width: 16px;
    height: 16px;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: none;
    transition: none;
  }

  .gnb__depth2-menu.has-depth-menu.open .gnb__depth2-link {
    font-weight: bold
  }

  /* .gnb__depth2-menu.has-depth-menu.open .gnb__depth2-link .icon--dropdown {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  } */

  /* .gnb__depth2-close {
    display: none
  } */

  .gnb__feature-container {
    position: static;
    width: auto;
    margin-top: 48px;
    padding: 0 24px;
    border: 0 none;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .gnb__feature-container .image {
    width: 100%;
    height: 100%
  }

  .gnb__feature-container-contents {
    padding: 16px 8px
  }

  .gnb__feature-container-description {
    font-size: 16px
  }

  .gnb__feature-container .cta--underline {
    padding: 10px 0 11px;
    font-size: 14px;
    line-height: 1.33;
    border-bottom-width: 2px
  }

  .gnb__feature-container .cta--underline:after {
    bottom: 8px;
    height: 2px
  }

  .gnb__depth2-wrap .gnb__depth-back-wrap,
  .gnb__depth2-wrap .gnb__depth-back-wrap-last,
  .gnb__depth2-wrap .gnb__depth2-title-wrap,
  .gnb__depth2-wrap .gnb__depth2,
  .gnb__depth2-wrap .gnb__feature-container,
  .gnb__depth3-wrap .gnb__depth-back-wrap,
  .gnb__depth3-wrap .gnb__depth-back-wrap-last,
  .gnb__depth3-wrap .gnb__depth3-title-wrap,
  .gnb__depth3-wrap .gnb__depth3,
  .gnb__depth3-wrap .gnb__feature-container {
    opacity: 0;
    -webkit-transform: translateX(90px);
    transform: translateX(90px);
    -webkit-transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), opacity .2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .gnb__depth2-wrap .gnb__depth-back-wrap,
  .gnb__depth3-wrap .gnb__depth-back-wrap,
  .gnb__depth3-wrap .gnb__depth-back-wrap-last {
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
  }

  .gnb__depth2-wrap.open .gnb__depth-back-wrap,
  .gnb__depth2-wrap.open .gnb__depth-back-wrap-last,
  .gnb__depth2-wrap.open .gnb__depth2-title-wrap,
  .gnb__depth2-wrap.open .gnb__depth2,
  .gnb__depth2-wrap.open .gnb__feature-container,
  .gnb__depth3-wrap.open .gnb__depth-back-wrap,
  .gnb__depth3-wrap.open .gnb__depth-back-wrap-last,
  .gnb__depth3-wrap.open .gnb__depth3-title-wrap,
  .gnb__depth3-wrap.open .gnb__depth3,
  .gnb__depth3-wrap.open .gnb__feature-container  {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1), opacity .5s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .gnb__depth4-wrap {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 276px;
    right: 0;
    width: 424px
  }

  .gnb__depth3 {
    overflow: visible;
    width: 100%;
    padding: 16px 0 0 16px
  }

  .gnb__depth3-menu {
    display: table;
    width: 100%;
    font-family: 'SamsungSharpSansMedium', Microsoft YaHei, Arial, sans-serif;
  }

  .gnb__depth3-menu+.gnb__depth3-menu {
    margin-top: 0
  }

  .gnb__depth3-link,.gnb__depth4-link {
    display: table-cell;
    height: 48px;
    padding: 0;
    font-size: 16px;
    vertical-align: middle
  }

  .gnb__depth3-link-text:before, .gnb__depth4-link-text:before {
    content: none !important
  }

  .gnb__utility-mobile {
    width: 100%
  }

  .gnb__utility-mobile .gnb__utility-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity .5s cubic-bezier(0.4, 0, 0.2, 1)
  }

  .gnb__utility-mobile .gnb__utility-menu>li {
    display: table;
    width: 100%
  }

  .gnb__utility-mobile .gnb__utility-link,
  .gnb__utility-mobile .gnb__user-name {
    display: table-cell;
    position: relative;
    height: 56px;
    left: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    font-size: 20px;
    vertical-align: middle;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb__utility-mobile .gnb__utility-link.open,
  .gnb__utility-mobile .gnb__user-name.open {
    opacity: 1
  }

  .gnb__utility-mobile .gnb__user-name {
    display: table;
    width: 100%;
    font-weight: bold
  }

  .gnb__utility-mobile .gnb__user-name-inner {
    display: table-cell;
    height: 56px;
    vertical-align: middle
  }

  .open .gnb__utility-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s cubic-bezier(0.2, 0.6, 0.4, 1) .2s;
    transition: opacity .5s cubic-bezier(0.2, 0.6, 0.4, 1) .2s
  }

  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next,
  .gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next,
  .gnb .gnb__depth3-menu.has-depth-menu .gnb__depth3-link:hover>.icon--next,
  .gnb .gnb__depth3-menu.has-depth-menu .gnb__depth3-link:focus>.icon--next,
  .gnb .gnb__depth3-menu.has-depth-menu.active .gnb__depth3-link>.icon--next {
    display: none
  }

  .gnb__depth1-container.slide .gnb__depth1-link,
  .gnb__depth1-container.slide .gnb__sub .gnb__depth1:before,
  .gnb__depth1-container.slide .gnb__sub .gnb__utility-mobile:before,
  .gnb__depth1-container.slide .gnb__utility-link,
  .gnb__depth1-container.slide .gnb__user-name,
  .gnb__depth1-container.slide .gnb__depth2-open-cta,
  .gnb__depth1-container.slide .gnb__depth3-open-cta {
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    opacity: 0;
    -webkit-transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1);
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: transform .5s cubic-bezier(0.6, 0, 0.4, 1), opacity .3s cubic-bezier(0.4, 0, 0.2, 1) .2s, -webkit-transform .5s cubic-bezier(0.6, 0, 0.4, 1)
  }

  .gnb .gnb__depth1 .gnb-api--mobile-only {
    display: table
  }

  .gnb .gnb__depth2 .gnb-api--mobile-only {
    display: block
  }

  .gnb .gnb__depth3 .gnb-api--mobile-only {
    display: table
  }

  /* 移动端新品推荐max-width1080 */
  .gnb__depth3-link-text, .gnb__depth4-link-text{
    font-size: 16px;
  }
  .gnb__new_tj_wrap_mb{
    width: 100%;
    padding: 56px 0px 75px;
    margin-bottom: -112px;
  }
  .gnb__new_tj_wrap_mb strong{
    padding: 10px 24px;
    display: block;
    font-weight: 100;
  }
  .gnb__new_tj_wrap_mb .gnbLeftBanner{
    width: 100%;
    padding: 5px 24px 12px;
    position: relative;
  }
  .gnb__new_tj_wrap_mb .gnbLeftBanner img{
    width: 100%;
    max-height: 103px;
    border-radius: 6px;
  }
  .gnb__new_tj_wrap_mb .gnbLeftBanner div{
    width: 100%;
    padding: 0 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  .gnb__new_tj_wrap_mb .gnbLeftBanner div h1{
    font-size: 14px;
  }
  .gnb__new_tj_wrap_mb .gnbLeftBanner div p{
    font-size: 12px;
  }
  .gnb_new_tj_swiper{
    /* width: 100%; */
  }
  .gnb_new_tj_swiper .gnb_new_tj_item{
    width:122px;
    height: 172px;
    background: #f7f7f7;
    border-radius: 20px;
    text-align: center;
  }
  .gnb_new_tj_swiper .gnb_new_tj_item img{
    width: 69%;
    padding-top: 26px;
  }
  .gnb_new_tj_swiper .gnb_new_tj_item p{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    padding-top: 11px;
    font-weight: 700;
  }
  .gnb_new_tj_swiper .gnb_new_tj_item .gnbLabel{
    width: 84%;
    font-size: 12px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    top: 3px;
  }
  .gnb_new_tj_swiper .gnb_new_tj_item .gnbLabel span{
    color: #fff;
    border-radius: 11px;
    padding: 0px 8px;
    line-height: 20px;
    background: #2187fc;
  }

  /* gnb分类标签 max-width：1080*/
  .gnb_Label_list{
    width: 300px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 31px 0 15px;
    margin-left: 26px;
  }
  .gnb_Label_list li{
    padding: 0 25px;
    height: 30px;
    background: #F7F7F7;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #767676;
  }
  /* .gnb_Label_list li:nth-child(3n+3){
    margin-right: 0 !important;
  } */
  .gnb_Label_list li span{
    line-height: 30px;
  }
}

@media only screen and (max-width:1080px) and screen and (-ms-high-contrast:active),
only screen and (max-width:1080px) and (-ms-high-contrast:none) {
  .gnb__nav {
    width: 100%
  }

  .gnb .gnb__nav {
    display: inline-block;
    width: 100%;
    -webkit-transform: translateZ(2000px);
    transform: translateZ(2000px)
  }
}

@media screen and (min-width:535px) and (max-width:768px) {
  .gnb__depth-back-wrap, .gnb__depth-back-wrap-last {
    height: 57px
  }
}

@media only screen and (max-width:360px) {
  .gnb {
    min-width: 100%
  }

  .gnb__menu-wrap,
  .gnb__depth1-container:after,
  .gnb__depth2-wrap,
  .gnb__depth2-wrap .gnb__depth2-inner,
  .gnb__depth3-wrap.open {
    width: 100%
  }

  .gnb__depth1-container:after {
    right: 0
  }
}

@media only screen and (min-width:1280px) and (max-width:1440px) {
  html[lang^="th"] .gnb__depth1-link {
    font-size: 1.3125vw
  }

  html[lang^="th"] .gnb__depth2-title {
    font-size: 3vw
  }

  html[lang^="th"] .gnb__depth2-link {
    font-size: 1.6875vw
  }

  html[lang^="th"] .gnb__depth3-link {
    font-size: 1.6875vw
  }

  html[lang^="th"] .gnb__feature-container-contents {
    font-size: 1.6875vw
  }

  html[lang^="th"] .gnb__utility .gnb__login-layer .gnb__user-name,
  html[lang^="th"] .gnb__utility .gnb__login-layer .gnb__utility-link {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:1080px) {
  html[lang^="th"] .gnb__mobile-menu .gnb__cart-btn .gnb__cart-in-number {
    font-size: 13.5px
  }

  html[lang^="th"] .gnb__depth1-link {
    font-size: 27px
  }

  html[lang^="th"] .gnb__depth2-title {
    font-size: 32.4px
  }

  html[lang^="th"] .gnb__depth2-link {
    font-size: 24.3px
  }

  html[lang^="th"] .gnb__feature-container-description {
    font-size: 21.6px
  }

  html[lang^="th"] .gnb__feature-container .cta {
    font-size: 18.9px;
    line-height: .9975
  }

  html[lang^="th"] .gnb__depth3-link {
    font-size: 21.6px
  }

  html[lang^="th"] .gnb__utility-mobile .gnb__utility-link,
  html[lang^="th"] .gnb__utility-mobile .gnb__user-name {
    font-size: 27px
  }
  /* 新品推荐 max-width:1080 */
  .gnb__new_tj_wrap_pc{
    display: none !important;
  }

  /*移动端gnb搜索 max-width:1080*/
  .search_Menu_Mb{
    width: 274px;
    height: 35px;
    background: #F7F7F7 url('../image/search.png') no-repeat;
    background-size: 10%;
    border-radius: 28px;
    position: absolute;
    left: 22px;
    top: 19px;
    z-index: 2300;
    background-position: 12px 4px;
  }

  .search_next{
    left: 63px;
    width: 238px;
  }

  .gnb__depth1-link .gnb__depth1-link-text{
    font-family: 'fzjianti', Microsoft YaHei, Arial, sans-serif;
  }

  /*pc搜索浮框*/
  /* .search-input-wrap,.gnb__search-btn{
    display: none;
  } */
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .gnb .layer-popup__title {
    font-size: 8.25vw
  }

  html[lang^="th"] .gnb .layer-popup__contents {
    font-size: 5.25vw
  }

  html[lang^="th"] .gnb .layer-popup__contents .privacy_link,
  html[lang^="th"] .gnb .layer-popup__contents .link-text {
    font-size: 4.5vw
  }

  html[lang^="th"] .gnb .checkbox-radio~.check-text {
    font-size: 4.5vw
  }

  html[lang^="th"] .gnb .check_text {
    font-size: 4.5vw
  }

  html[lang^="th"] .gnb .check_txt {
    font-size: 4.5vw
  }
}

.epp-bar-wrap {
  display: none;
  font-size: .75em;
  width: 100%;
  border-bottom: 2px solid #eee;
  background-color: #fff;
  position: relative;
  background-color: white;
  z-index: 3200;
  font-size: 16px
}

.epp-bar-wrap a {
  color: black
}

.epp-bar-wrap .epp-bar {
  max-width: 1440px;
  padding: 12px 24px;
  margin: 0 auto;
  overflow: hidden
}

.epp-bar-wrap .epp-bar-logo {
  max-width: 140px;
  min-height: 20px;
  display: inline-block;
  vertical-align: middle
}

.epp-bar-wrap .epp-bar-logo img {
  max-height: 20px
}

.epp-bar-wrap .epp-bar-msg {
  display: inline-block;
  font-size: .75em;
  vertical-align: middle;
  padding-left: 20px;
  max-width: calc(100% - 140px);
  line-height: 150%
}

.epp-bar-wrap .epp-bar-username {
  color: #1428a0;
  font-weight: 700;
  font-size: 1em;
  display: inline-block
}

.epp-bar-wrap .epp-bar-username a {
  color: #1428a0;
  text-decoration: none
}

.epp-bar-wrap .benfit-wrap {
  float: right;
  margin-right: 5%;
  position: relative;
  top: 2px
}

.epp-bar-wrap .benfit-wrap__benefits {
  font-size: .75em;
  font-weight: 700;
  text-decoration: none
}

.epp-bar-wrap .benfit-wrap__gap {
  width: 20px;
  display: inline-block
}

.epp-bar-wrap .benfit-wrap__offers {
  font-size: .75em;
  font-weight: 700;
  text-decoration: none
}

@media only screen and (max-width:768px) {
  .epp-bar-wrap {
    z-index: 2000
  }

  .benfit-wrap {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    text-align: center
  }
}

@media screen and (max-width:480px) {
  .epp-bar {
    padding: 12px 12px
  }

  .epp-bar-msg {
    padding-left: 12px
  }
}

/* .footer .footer-column {
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer .footer-column__item {
  display: table-cell;
  padding-bottom: 24px;
  border-bottom: 0px solid #ddd;
  width: 25%
}

.footer .footer-column__item:nth-child(n+2) {
  border-left: 1px solid #d9d9d9
} */
.footer{
  background: #fff;
}
.footer .footer-column {
  display: table;
  width: 100%;
  /* max-width: 1200px; */
  max-width: 1440px;
  margin: 0 auto;
  border-top: 1px dashed #b9b9b9;
  border-bottom: 1px dashed #b9b9b9;
  padding: 30px 0;
}

.footer .footer-column__item {
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 0px solid #ddd;
  width: 24.5%;
  min-height: 270px;
}

/* .footer .footer-column__item:nth-child(3) {
  min-width: 19%;
}

.footer .footer-column__item:nth-child(4) {
  margin-left: 8%;
}

.footer .footer-column__item:nth-child(2) {
  margin-left: 10%;
}

.footer .footer-column__item:nth-child(5) {
  border-right: 1px solid #d9d9d9;
  min-width: 19%;
} */

.footer .footer-column__item--flex~.footer-column__item {
  width: 20%
}

.footer .footer-column__item--flex {
  width: 40%
}

.footer .footer-column__item--flex .footer-category__list {
  width: 50%
}

.footer .footer-column__item--flex .footer-category__list+.footer-category__list {
  position: absolute;
  top: 56px;
  left: 50%
}

.footer .footer-column__item .footer-category {
  position: relative
}

.footer .footer-column__item .footer-category__title {
  display: block;
  height: 56px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.33;
  font-weight: 700
}

.footer .footer-column__item .footer-category__anchor {
  display: none
}

.footer .footer-column__item .footer-category__link {
  display: block;
  padding: 7px 24px;
  font-size: 12px;
  line-height: 1.33;
  color: #000
}

.footer .footer-column__item .footer-category__link:focus,
.footer .footer-column__item .footer-category__link:hover {
  color: #1428a0;
  text-decoration: underline
}

.footer .footer-column__item .footer-category__link:focus .icon,
.footer .footer-column__item .footer-category__link:hover .icon {
  fill: #1428a0
}

.footer .footer-column__item .footer-category__link.new-window[target="_blank"] .icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  vertical-align: middle
}

.footer .footer-column-icon {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 39px 0 39px;
}

.footer .footer-column-icon a span {
  float: right;
  line-height: 18px;
  font-size: 15px;
  cursor: initial;
  margin-top: 7px;
  font-weight: 700;
}

.footer .footer-column-icon .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 11px;
  cursor: initial;
}

.footer .footer-column-icon .icon-car {
  background: url(../image/icon-logistics.png) no-repeat 50% 50%;
}

.footer .footer-column-icon .icon-seven {
  background: url(../image/icon-seven.png) no-repeat 50% 50%;
}

.footer .footer-column-icon .icon-hand {
  background: url(../image/icon-hand.png) no-repeat 50% 50%;
}

.footer .footer-column-icon .icon-phone {
  background: url(../image/icon-phone.png) no-repeat 50% 50%;
}

.footer .footer-columnr .mt18 {
  margin-top: 50px;
}

.footer .footer-columnr .mt18 ul {
  width: 100%;
  display: flex;
}

.footer .footer-columnr .mt18 ul li {
  font-size: 15px;
}

.footer .footer-columnr .group-icon {
  /* margin-top: 31px;
  margin-bottom: 31px; */
  float: right;
}

.footer .footer-columnr .group-icon ul {
  width: 100%;
  display: flex;
  /* justify-content: space-around;
  align-items: center; */
  text-align: center;
}

.footer .footer-columnr .group-icon ul li {
  font-size: 15px;
}

.footer .footer-columnr .group-icon .first-li {
  display: block;
  height: 56px;
  padding: 16px 9px;
  font-size: 14px;
  line-height: 1.33;
  font-weight: 700;
}

.footer .footer-columnr .group-icon ul li.second-li li {
  font-size: 12px;
}

.footer .footer-columnr .group-icon ul li.second-li .icon {
  width: 37px;
  height: 37px;
  margin: 9px;
  display: inherit;
}

.footer .footer-columnr .icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 21px;
  /*  margin-left: 20px; */
}

.footer .footer-columnr .icon-phone {
  background: url(../image/icon-phone.png) no-repeat 50% 50%;
}

.footer .footer-columnr .icon-hand {
  background: url(../image/icon-hand.png) no-repeat 50% 50%;
}

.footer .footer-columnr .icon-wx {
  background: url(../image/icon-wx.png) no-repeat 50% 50%;
}

.footer .footer-columnr .icon-wb {
  background: url(../image/icon-wb.png) no-repeat 50% 50%;
}

.footer .footer-columnr .icon-app {
  background: url(../image/icon-app.png) no-repeat 50% 50%;
}

.footer .footer-column .footer-columnw {
  width: 83%;
  float: left;
  display: table;
}

.footer .footer-column .footer-columnr {
  width: 17%;
  float: left;
  /* float: right; */
}

.footer .footer-columnr .icon-hand p {
  line-height: 52px;
}

.footer .footer-columnr .mt18 {
  margin-top: 15px;
  margin: 52px 0 23px 0;
}

.footer .footer-columnr .mt18 .mt18-one li p {
  line-height: 52px;
}

.footer .footer-columnr .mt18 .mt18-two {
  padding-top: 35px;
}

.footer .footer-columnr .mt18 ul {
  /* width: 100%; */
  width: 90%;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
  margin-left: 20px;
}

.pc-none {
  display: none !important;
}

.m_none {
  display: block;
  text-align: right;
}
.m_none span.m_none_text{
  position: relative;
    left: -4px;
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .footer .footer-column__item {
    padding-bottom: 1.66666667vw
  }

  .footer .footer-column__item--flex .footer-category__list+.footer-category__list {
    top: 3.88888889vw
  }

  .footer .footer-column__item--flex .footer-category__item {
    height: 2.22222222vw
  }

  .footer .footer-column__item .footer-category__title {
    height: 3.88888889vw;
    padding: 1.11111111vw 1.66666667vw;
    font-size: 1.25vw
  }

  .footer .footer-column__item .footer-category__link {
    padding: .48611111vw 1.66666667vw;
    font-size: .97222222vw
  }

  .footer .footer-column__item .footer-category__link.new-window[target="_blank"] .icon {
    width: .97222222vw;
    height: .97222222vw;
    margin-left: .34722222vw
  }
}

@media only screen and (max-width:819px) {
  .pc-none {
    display: block !important;
  }

  .m_none {
    display: none !important;
  }

  .footer .footer-columnr .mt18 .mt18-two {
    padding-top: 0;
  }

  .footer .footer-column__item:nth-child(3) {
    margin-left: 0;
  }

  .footer .footer-column__item:nth-child(4) {
    margin-left: 0;
  }

  .footer .footer-column__item:nth-child(2) {
    margin-left: 0;
  }

  .footer .footer-column-icon {
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 52px 0 23px 0;
    flex-direction: column;
  }

  .footer .footer-column-icon .footer-column__items:nth-child(3) {
    border-bottom: 0px solid #ddd;
    /* padding-bottom: 15px; */
  }

  .footer .footer-columnr .mt18 ul {
    width: 86%;
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    /* padding-left: 35px; */
    margin: 0 auto;
  }

  .footer .footer-columnr .mt18 ul li {
    font-size: 15px;
  }

  /* .footer .footer-columnr .group-icon {
    margin-top: 35px;
  } */

  .footer .footer-columnr .group-icon ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }

  .footer .footer-columnr .group-icon ul li {
    font-size: 15px;
  }

  .footer .footer-columnr .group-icon ul li.second-li li {}

  .footer .footer-columnr .group-icon ul li.second-li .icon {
    width: 37px;
    height: 37px;
    margin: 9px;
    display: inherit;
    /* margin: 5px auto; */
  }



  .footer .footer-columnr .icon {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 21px;
    /*  margin-left:20px; */

  }


  .footer .footer-columnr .mt18 ul li {
    font-size: 15px;
  }

  /* .footer .footer-columnr .group-icon {
    margin-top: 35px;
  } */

  .footer .footer-columnr .group-icon ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }

  .footer .footer-column-icon {
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0 6.66666667vw 23.5px;
  }

  .footer .footer-column-icon::after {
    content: '';
    display: block;
    width: 100%;
    margin: 23.5px 0 0;
    border-bottom: 1px dashed #b9b9b9;
  }
  
  .footer .footer-column-icon .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 21px;
    background-size: 100% auto;
  }

  .footer .footer-column .footer-columnw {
    width: 100%;
    float: left;
    display: table;
  }

  .footer .footer-column .footer-columnr {
    width: 100%;
    float: left;
  }

  .footer .footer-column .footer-columnr::after{
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0 24px;
  }

  .footer .footer-column__items {
    width: 100%;
  }

  .footer .footer-column__items a {
    padding: 23px 0 0;
    display: flex;
    align-items: center;
    /* height: 21vw; */
  }

  .footer .footer-column-icon a span {
    float: inherit;
    font-size: 13px;
    color: #555555;
  }

  /* .footer .footer-column__items::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0 24px;
  } */

  .footer .footer-columnr .mt18 ul li {
    font-size: 3.2vw;
  }

  .footer .footer-columnr .mt18 ul li p {
    display: inline-block;
    margin: 0 5px 0 5px;
    font-weight: 700;
  }

  .footer .footer-columnr .group-icon ul li {
    font-size: 5.2vw;
    font-weight: bold;
  }

  .footer .footer-columnr .group-icon ul li.second-li li {
    font-size: 12px;
    /* padding: 0 4px; */
  }

  .footer .footer-columnr .group-icon ul li.second-li .icon {
    width: 37px;
    height: 37px;
    margin: 9px;
    display: inherit;
    /* margin: 5px auto; */
  }

  .footer .footer-columnr .mt18 ul {
    align-items: center;
    /* padding: 4.72222222vw 6.66666667vw; */
  }

  .footer .footer-columnr .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 21px;
    margin-left: 0;
    background-size: 100% auto;
  }

  .footer .footer-columnr .mt18 {
    margin: 0;
  }

  .footer .footer-column {
    table-layout: auto;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
  }
  .footer .footer-columnr .group-icon {
    float: none;
    display: flex;
    padding: 4.72222222vw 6.66666667vw;
  }
  .footer .footer-columnr .group-icon .first-li {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0px;
  }

  .footer .footer-column__item {
    display: block;
    position: relative;
    border: 0;
    padding-bottom: 0vw;
    width: 100%;
    min-height: 60px;
  }

  .footer .footer-column__item::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0 24px
  }

  .footer .footer-column__item:nth-child(n+2) {
    border-left-width: 0vw
  }

  .footer .footer-column__item>.footer-category__list {
    padding-bottom: 2.77777778vw
  }

  .footer .footer-column__item .footer-category__list-wrap {
    display: none;
    overflow: hidden;
    -webkit-transition-property: height;
    transition-property: height
  }

  .footer .footer-column__item--flex~.footer-column__item {
    width: 100%
  }

  .footer .footer-column__item--flex {
    width: 100%
  }

  .footer .footer-column__item--flex .footer-category__list {
    width: 100%;
    height: auto
  }

  .footer .footer-column__item--flex .footer-category__list+.footer-category__list {
    position: static
  }

  .footer .footer-column__item--flex .footer-category__item {
    display: block;
    width: 100%;
    height: auto
  }

  .footer .footer-column .footer-category__title {
    height: 15.55555556vw;
    padding: 4.72222222vw 6.66666667vw;
    font-size: 14px;
  }

  .footer .footer-column .footer-category__anchor {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.55555556vw
  }

  .footer .footer-column .footer-category__anchor+.footer-category__list-wrap {
    display: none
  }

  .footer .footer-column .footer-category__anchor .icon {
    position: absolute;
    top: 50%;
    right: 6.38888889vw;
    width: 7.5vw;
    height: 7.5vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .footer .footer-column .footer-category__anchor--active .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
  }

  .footer .footer-column .footer-category__anchor--active+.footer-category__list,
  .footer .footer-column .footer-category__anchor--active+.footer-category__list+.footer-category__list {
    height: auto
  }

  .footer .footer-column .footer-category__anchor--active+.footer-category__list-wrap {
    display: block
  }

  .footer .footer-column .footer-category__anchor--active+.footer-category__list::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
  }

  .footer .footer-column .footer-category__link {
    height: 11.11111111vw;
    padding: 3.05555556vw 8.61111111vw;
    font-size: 3.88888889vw;
    line-height: 1.36
  }

  .footer .footer-column .footer-category__link.new-window[target="_blank"] .icon {
    width: 3.88888889vw;
    height: 3.88888889vw;
    margin-left: 1.38888889vw
  }
}

html[lang^="th"] .footer .footer-column__item .footer-category__title {
  font-size: 24.3px;
  line-height: .9975
}

html[lang^="th"] .footer .footer-column__item .footer-category__link {
  font-size: 18.9px;
  line-height: .9975
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .footer .footer-column__item .footer-category__title {
    font-size: 1.6875vw
  }

  html[lang^="th"] .footer .footer-column__item .footer-category__link {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .footer .footer-column .footer-category__title {
    font-size: 6vw
  }

  html[lang^="th"] .footer .footer-column .footer-category__link {
    font-size: 5.25vw;
    line-height: 1.02
  }
}

.footer .footer-bottom {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  /* background: #000000; */
  /* color: #fff; */
  /* border-top: 1px solid #efefef; */
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  .footer .footer-bottom {
    /* background: #585858; */
  }
}

.footer .footer-bottom .footer-copyright-wrap {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  /* border-bottom: 1px solid #d9d9d9 */
}

.footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
  display: table-cell;
  vertical-align: middle;
  padding: 17px 12px 15px 24px
}

.footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright,
.footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
  display: block;
  max-width: 1023px;
  font-size: 12px;
  line-height: 1.33
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo {
  display: table-cell;
  /* padding: 16px 24px 16px 12px; */
  vertical-align: middle
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item {
  max-width: 188px
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item:nth-child(n+1) {
  margin-left: 24px
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo__link {
  display: block
}

.footer .footer-bottom .footer-copyright-wrap .footer-local-logo .responsive-img {
  max-width: 100%
}

.footer .footer-bottom .footer-copyright-wrap .footer-language {
  display: none
}

.footer .footer-bottom .footer-language-wrap {
  position: relative;
  height: 85px;
  /* padding-left: 24px */
  max-width: 1440px;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  color:#707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-bottom .footer-language-wrap .footer-sns {
  display: table;
  height: 100%;
  float: right;
  margin-right: 24px
}

.footer .footer-bottom .footer-language-wrap .footer-sns__title {
  display: table-cell;
  vertical-align: middle;
  height: 16px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 12px;
  line-height: 1.33
}

.footer .footer-bottom .footer-language-wrap .footer-sns__list {
  display: table-cell;
  vertical-align: middle
}

.footer .footer-bottom .footer-language-wrap .footer-sns__item {
  display: inline-block;
  border-radius: 100%;
  margin-left: 15px
}

.footer .footer-bottom .footer-language-wrap .footer-sns__link {
  display: block;
  width: 25px;
  height: 25px
}

.footer .footer-bottom .footer-language-wrap .footer-sns__link .icon {
  width: 100%;
  height: 100%
}

.footer .footer-bottom .footer-language-wrap .footer-language {
  display: table;
  float: left;
  height: 72px;
  padding-right: 24px
}

.footer .footer-bottom .footer-language-wrap .footer-language::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  margin-left: 24px;
  background-color: #d9d9d9;
  content: ''
}

.footer .footer-bottom .footer-language-wrap .footer-language__panel {
  display: none;
  position: absolute;
  left: -16px;
  bottom: 35px;
  z-index: 300
}

.footer .footer-bottom .footer-language-wrap .footer-language__anchor {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.33;
  color: #000
}

.footer .footer-bottom .footer-language-wrap .footer-language__anchor .icon {
  display: none
}

.footer .footer-bottom .footer-language-wrap .footer-language__anchor:focus,
.footer .footer-bottom .footer-language-wrap .footer-language__anchor:hover {
  color: #1428a0
}

.footer .footer-bottom .footer-language-wrap .footer-language__anchor--active+.footer-language__panel {
  display: block
}

.footer .footer-bottom .footer-language-wrap .footer-language__dimmed {
  display: none
}

.footer .footer-bottom .footer-language-wrap .footer-language__content {
  position: relative;
  min-width: 286px;
  padding: 8px 0;
  right: -20px;
  bottom: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  background-color: #fff;
  font-size: 14px
}

.footer .footer-bottom .footer-language-wrap .footer-language__content::after {
  display: block;
  position: absolute;
  bottom: -7px;
  left: 64px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 0 1px 1px 0;
  background-color: #fff;
  content: ''
}

.footer .footer-bottom .footer-language-wrap .footer-language__link {
  display: block;
  position: relative;
  padding: 0 32px 0 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  text-transform: uppercase;
  word-break: break-all
}

.footer .footer-bottom .footer-language-wrap .footer-language__link .icon {
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px
}

.footer .footer-bottom .footer-language-wrap .footer-language__link:focus,
.footer .footer-bottom .footer-language-wrap .footer-language__link:hover {
  color: #1428a0
}

.footer .footer-bottom .footer-language-wrap .footer-language__link:focus .icon,
.footer .footer-bottom .footer-language-wrap .footer-language__link:hover .icon {
  fill: #1428a0
}

.footer .footer-bottom .footer-language-wrap .footer-terms {
  display: table;
  height: 30px;
  /* padding: 0 0 0 13px; */
  float: left;
  text-align: left;
}

.footer .footer-bottom .footer-language-wrap .footer-terms__list {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  /* text-align: left */
}

.footer .footer-bottom .footer-language-wrap .footer-terms__item {
  display: inline-block
}

.footer .footer-bottom .footer-language-wrap .footer-copyright {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.33;
  /* color: #fff; */
  text-align: right;
}

.footer .footer-bottom .footer-language-wrap .footer-legal {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.33;
  /* color: #fff; */
}

.footer .footer-bottom .footer-language-wrap .footer-terms__link {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  line-height: 1.33;
  /* color: #fff */
}

.footer .footer-bottom .icon-jgwab {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
    padding: 1.18055556vw .83333333vw 1.04166667vw 1.66666667vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright,
  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
    max-width: 100%;
    font-size: .83333333vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo {
    max-width: 28.05555556vw;
    padding: 0
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item {
    max-width: 13.05555556vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item:nth-child(n+1) {
    margin-left: 1.66666667vw
  }

  .footer .footer-bottom .footer-language-wrap {
    height: 9vw;
    padding-top: 10px;
    /* height: 12vw; */
    padding-left: 1.66666667vw;
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns {
    margin-right: 1.66666667vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__title {
    height: 1.11111111vw;
    font-size: .83333333vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__item {
    margin-left: 1.04166667vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__link {
    width: 1.73611111vw;
    height: 1.73611111vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language {
    height: 5vw;
    padding-right: 1.66666667vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language::after {
    height: .97222222vw;
    margin-left: 1.66666667vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language__anchor {
    font-size: .83333333vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language__panel {
    left: -1.11111111vw;
    bottom: 2.43055556vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language__content {
    min-width: 19.86111111vw;
    padding: .55555556vw 0vw;
    right: -1.38888889vw;
    bottom: 1.38888889vw;
    font-size: .97222222vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language__content::after {
    bottom: -0.48611111vw;
    left: 4.44444444vw;
    width: .69444444vw;
    height: .69444444vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language__link {
    padding: 0vw 2.22222222vw 0vw 1.11111111vw;
    font-size: .83333333vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language__link .icon {
    right: .97222222vw;
    width: .90277778vw;
    height: .90277778vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-terms {
    height: 3vw;
    padding: 0vw 0vw 0vw .90277778vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-terms__link {
    padding: 0vw .97222222vw;
    font-size: .83333333vw
  }
}

@media only screen and (max-width:819px) {
  .footer .footer-bottom {
    padding: 0 6.66666667vw 0 6.66666667vw;
    /* font-weight: 700; */
    color: #8F8F8F;
  }

  .footer .footer-bottom .footer-copyright-wrap {
    display: block;
    border-bottom: 0
  }

  .footer .footer-bottom .footer-copyright-wrap:after {
    display: none
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
    min-height: auto;
    padding: 0;
    /* border-bottom: 1px solid #8A8A8A; */
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright,
  .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
    font-size: 12px;
    text-align: center;
    padding-bottom: 6px;
    line-height: 20px;
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo {
    display: block;
    float: none;
    width: 68.89%;
    padding: 0vw 0vw 3.5vw 0vw
  }

  .footer .footer-bottom .icon-jgwab {
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo--wrap {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    font-size: inherit
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    text-align: left;
    margin-bottom: 3.33333333vw;
    max-width: 52.22222222vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item:nth-child(n+1) {
    margin-right: 6.66666667vw;
    margin-left: 0
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-local-logo__item:last-of-type {
    margin-bottom: 0vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language {
    position: relative;
    display: inline-block;
    padding-right: 6.66666667vw;
    margin-bottom: 6.66666667vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__panel {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0vw 6.66666667vw;
    left: 0vw;
    bottom: 0vw;
    z-index: 2000
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__dimmed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .85
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__content {
    position: relative;
    right: 0vw;
    font-size: 3.33333333vw;
    bottom: 20vw;
    z-index: 500;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12px
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__content::after {
    display: none
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__link .icon,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.44444444vw;
    height: 4.44444444vw
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__link {
    display: block;
    position: relative;
    padding: 0vw 8.88888889vw 0vw 4.44444444vw;
    font-weight: 700;
    font-size: 3.88888889vw;
    line-height: 8.88888889vw;
    color: #000;
    text-transform: uppercase;
    word-break: break-all
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__link .icon {
    right: 14px
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__link:focus,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link:hover {
    color: #1428a0
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__link:focus .icon,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__link:hover .icon {
    fill: #1428a0
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor {
    display: inline-block;
    position: relative;
    padding-right: 5.55555556vw;
    font-size: 3.33333333vw;
    color: #000;
    font-weight: 700
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor:focus,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor:hover {
    color: #1428a0
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor:focus .icon,
  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor:hover .icon {
    fill: #1428a0
  }

  .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor--active+.footer-language__panel {
    display: block
  }

  .footer .footer-bottom .footer-language-wrap {
    display: flex;
    height: auto;
    padding-left: 0vw;
    width: 100%;
    color: #8F8F8F;
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0vw;
    margin-left: -1.11111111vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__title {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 3.33333333vw;
    padding: 2.22222222vw 0vw;
    line-height: 1.37
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__list {
    display: table;
    margin: 0 auto
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__item {
    display: table-cell;
    margin-left: 0vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-sns__link {
    margin: 2.22222222vw 2.22222222vw;
    width: 6.66666667vw;
    height: 6.66666667vw
  }

  .footer .footer-bottom .footer-language-wrap .footer-language {
    display: none
  }

  .footer .footer-bottom .footer-language-wrap .footer-terms {
    padding: 0vw;
    border-bottom: 0;
    height: auto;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .footer .footer-bottom .footer-language-wrap .footer-terms__list {
    text-align: center
  }

  .footer .footer-bottom .footer-language-wrap .footer-terms__link {
    font-size: 3.33333333vw;
    padding: 0;
    line-height: 1.37
  }
}

html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright,
html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
  font-size: 16.2px;
  line-height: .9975
}

html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-sns__title {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif;
  font-size: 16.2px;
  line-height: .9975
}

html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-language__anchor {
  font-size: 16.2px;
  line-height: .9975
}

html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-language__content {
  font-size: 18.9px
}

html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-language__link {
  font-size: 18.9px
}

html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-terms__link {
  font-size: 16.2px;
  line-height: .9975
}

@media only screen and (min-width:769px) and (max-width:1440px) {

  html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright,
  html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
    font-size: 1.125vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-sns__title {
    font-size: 1.125vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-language__anchor {
    font-size: 1.125vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-language__content {
    font-size: 1.3125vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-language__link {
    font-size: 1.125vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-terms__link {
    font-size: 1.125vw
  }
}

@media only screen and (max-width:768px) {

  html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright,
  html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
    font-size: 4.5vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-language__anchor {
    font-size: 4.5vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-copyright-wrap .footer-language__content {
    font-size: 4.5vw
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-sns__title {
    font-size: 4.5vw;
    line-height: 1.0275
  }

  html[lang^="th"] .footer .footer-bottom .footer-language-wrap .footer-terms__link {
    font-size: 4.5vw;
    line-height: 1.0275
  }
}

.footer .footer-back-to-top {
  height: 56px;
  margin: 0 auto;
  max-width: 1440px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  text-align: right
}

.footer .footer-back-to-top__cta {
  display: inline-block;
  position: relative;
  padding: 18px 25px 19px 25px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  text-align: right;
  color: #000
}

.footer .footer-back-to-top__cta::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url('../image/icon-regular-navigation-close-up.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: ''
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .footer .footer-back-to-top {
    height: 3.88888889vw
  }

  .footer .footer-back-to-top__cta {
    padding: 1.25vw 1.73611111vw 1.31944444vw 1.73611111vw;
    font-size: .97222222vw
  }

  .footer .footer-back-to-top__cta::after {
    width: 1.11111111vw;
    height: 1.11111111vw;
    margin-left: .34722222vw
  }
}

@media only screen and (max-width:768px) {
  .footer .footer-back-to-top {
    display: block;
    height: 13.88888889vw;
    border-bottom: 0;
    text-align: center
  }

  .footer .footer-back-to-top::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    background-color: #e7e7e7;
    margin: 0 24px
  }

  .footer .footer-back-to-top__cta {
    display: block;
    text-align: center;
    padding: 4.16666667vw 0vw 3.88888889vw 0vw;
    font-size: 3.88888889vw
  }

  .footer .footer-back-to-top__cta::after {
    width: 5vw;
    height: 5.83333333vw;
    margin-left: 3.55555556vw
  }
}

html[lang^="th"] .footer .footer-back-to-top__cta {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif;
  font-size: 18.9px;
  line-height: .9975
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .footer .footer-back-to-top__cta {
    font-size: 1.3125vw
  }
}

@media only screen and (max-width:768px) {
  html[lang^="th"] .footer .footer-back-to-top__cta {
    font-size: 5.25vw
  }
}

.cookie-bar {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 3000;
  -webkit-transition: bottom .7s, opacity .8s;
  transition: bottom .7s, opacity .8s
}

.cookie-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cookie-bar__app-banner {
  display: none
}

.cookie-bar__app-banner.cookie-bar--hidden {
  display: none
}

.cookie-bar__wrap {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px
}

.cookie-bar__wrap.cookie-bar--hidden {
  display: none
}

.cookie-bar__msg-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cookie-bar__msg {
  width: 920px;
  padding: 24px 0
}

.cookie-bar__manage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 472px;
  padding-right: 56px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cookie-bar__manage .cookie-bar__setting {
  margin-right: 20px
}

.cookie-bar__title {
  margin-bottom: 8px;
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33
}

.cookie-bar__desc {
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 14px;
  line-height: 1.33
}

.cookie-bar__desc a {
  color: #1428a0;
  text-decoration: underline
}

.cookie-bar__desc-read-more-btn {
  display: none
}

.cookie-bar__setting-condition-wrap {
  display: none;
  margin-bottom: 24px;
  font-size: 0
}

.cookie-bar__setting-checkbox-wrap {
  display: inline-block;
  margin: 8px 0;
  font-size: 0
}

.cookie-bar__setting-checkbox-wrap .checkbox-new {
  margin-right: 18px
}

.cookie-bar__setting-btn-wrap {
  display: inline-block;
  margin-left: 6px;
  font-size: 0
}

.cookie-bar__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 88px;
  border-top: 1px solid #ededed
}

.cookie-bar__select-text {
  font-family: 'SamsungOne', arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #000
}

.cookie-bar__select-ctas {
  margin-right: 56px
}

.cookie-bar__select-ctas .menu {
  width: 294px
}

.cookie-bar__select-ctas .menu .menu__select-field {
  border: 1px solid #ddd
}

.cookie-bar__close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 0;
  cursor: pointer
}

.cookie-bar__close .icon {
  width: 100%;
  height: 100%
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  .cookie-bar__wrap {
    padding: 0vw 1.66666667vw
  }

  .cookie-bar__msg {
    width: 63.88888889vw;
    padding: 1.66666667vw 0vw
  }

  .cookie-bar__manage {
    width: 32.77777778vw;
    padding-right: 3.88888889vw
  }

  .cookie-bar__manage .cookie-bar__setting {
    margin-right: 1.38888889vw
  }

  .cookie-bar__title {
    margin-bottom: .55555556vw;
    font-size: 1.25vw
  }

  .cookie-bar__desc {
    font-size: .97222222vw
  }

  .cookie-bar__setting-condition-wrap {
    margin-bottom: 1.66666667vw
  }

  .cookie-bar__setting-checkbox-wrap {
    margin: .55555556vw 0vw
  }

  .cookie-bar__setting-checkbox-wrap .checkbox-new {
    margin-right: 1.25vw
  }

  .cookie-bar__setting-btn-wrap {
    margin-left: .41666667vw
  }

  .cookie-bar__select {
    height: 6.11111111vw;
    border-top-width: .06944444vw
  }

  .cookie-bar__select-text {
    font-size: 1.25vw
  }

  .cookie-bar__select-ctas {
    margin-right: 3.88888889vw
  }

  .cookie-bar__select-ctas .menu {
    width: 20.41666667vw
  }

  .cookie-bar__select-ctas .menu .menu__select-field {
    border-width: .06944444vw
  }

  .cookie-bar__close {
    top: .83333333vw;
    right: 1.11111111vw;
    width: 2.22222222vw;
    height: 2.22222222vw;
    padding: .55555556vw
  }
}

@media only screen and (max-width:768px) {
  .cookie-bar__app-banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0vw 6.66666667vw;
    height: 18.88888889vw;
    background-color: #f8f8f8;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #ededed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .cookie-bar__app-banner-image {
    display: inline-block;
    margin-right: 13px
  }

  .cookie-bar__app-banner-image img {
    display: block;
    width: 12.22222222vw
  }

  .cookie-bar__app-banner-text {
    display: inline-block;
    width: 47.22222222vw
  }

  .cookie-bar__app-banner-text strong {
    display: block;
    margin-bottom: .55555556vw;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    font-size: 3.88888889vw;
    line-height: 1.33;
    color: #000
  }

  .cookie-bar__app-banner-text p {
    font-family: 'SamsungOne', arial, sans-serif;
    font-size: 3.05555556vw;
    color: #000
  }

  .cookie-bar__app-banner-cta {
    display: inline-block;
    width: 23.61111111vw;
    padding-right: 10vw;
    text-align: right
  }

  .cookie-bar__app-banner-cta .cta {
    color: #1428a0;
    font-size: 3.33333333vw
  }

  .cookie-bar__app-banner-cta .cta:after {
    bottom: 3.33333333vw
  }

  .cookie-bar__wrap {
    width: 100%;
    padding: 0
  }

  .cookie-bar__msg-wrap {
    display: block;
    height: auto;
    padding: 6.66666667vw 6.66666667vw 4.44444444vw 6.66666667vw
  }

  .cookie-bar__msg {
    width: 100%;
    padding: 0
  }

  .cookie-bar__manage {
    width: 100%;
    padding: 4.44444444vw 0vw 0vw 0vw
  }

  .cookie-bar__manage .cookie-bar__setting {
    margin-right: 5.55555556vw
  }

  .cookie-bar__title {
    margin-bottom: 3.33333333vw;
    font-size: 3.88888889vw
  }

  .cookie-bar__desc {
    width: 77.77777778vw;
    font-size: 3.33333333vw
  }

  .cookie-bar__desc--ellipsis {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: calc(2.66em);
    line-height: 1.33
  }

  .cookie-bar__desc-read-more-btn {
    font-size: 3.33333333vw;
    line-height: 1.33;
    color: #2189ff
  }

  .cookie-bar__setting-condition-wrap {
    margin-bottom: 0;
    background-color: #f7f7f7
  }

  .cookie-bar__setting-checkbox-wrap {
    display: block;
    margin: 0;
    padding: 4.44444444vw 6.66666667vw 0vw 6.66666667vw
  }

  .cookie-bar__setting-checkbox-wrap .checkbox-new {
    width: 50%;
    margin-right: 0;
    margin-bottom: 4.44444444vw
  }

  .cookie-bar__setting-checkbox-wrap .checkbox-new .checkbox-new__label-text {
    font-size: 3.33333333vw;
    width: 33.33333333vw
  }

  .cookie-bar__setting-btn-wrap {
    display: block;
    margin-left: 0;
    padding: 0vw 6.66666667vw 6.66666667vw 6.66666667vw;
    text-align: right
  }

  .cookie-bar__select {
    height: auto;
    margin: 0vw 6.66666667vw;
    padding: 6.66666667vw 0vw;
    border-top-width: .27777778vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .cookie-bar__select-text {
    font-size: 3.88888889vw
  }

  .cookie-bar__select-ctas {
    margin-top: 4.44444444vw;
    margin-right: 0;
    width: 100%
  }

  .cookie-bar__select-ctas .menu {
    width: 100%
  }

  .cookie-bar__select-ctas .menu .menu__select-field {
    border-width: .27777778vw
  }

  .cookie-bar__close {
    top: 4.44444444vw;
    right: 4.44444444vw;
    width: 8.88888889vw;
    height: 8.88888889vw;
    padding: 2.22222222vw
  }

  .cookie-bar__shop-app-close {
    top: 1.11111111vw
  }
}

@media only screen and (max-width:768px) and screen and (-webkit-min-device-pixel-ratio:0) {
  .cookie-bar__desc--ellipsis {
    max-height: none
  }
}

html[lang^="th"] .cookie-bar__title {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif !important;
  font-size: 24.3px;
  line-height: .9975
}

html[lang^="th"] .cookie-bar__desc {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif !important;
  font-size: 18.9px;
  line-height: .9975
}

html[lang^="th"] .cookie-bar__select-text {
  font-family: 'Kittithada', 'SamsungOne', arial, sans-serif !important;
  font-size: 24.3px;
  line-height: .9975
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .cookie-bar__title {
    font-size: 1.6875vw
  }

  html[lang^="th"] .cookie-bar__desc {
    font-size: 1.3125vw
  }

  html[lang^="th"] .cookie-bar__select-text {
    font-size: 1.6875vw
  }
}


.notice {
  position: relative;
  z-index: 2100;
  background-color: #f7f7f7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden
}

.notice--toggle {
  overflow: hidden
}

.notice__inner {
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.notice--toggle.is-expanded .notice__inner {
  padding: 11px 142px 10px;
  text-align: center
}

.notice__column {
  display: table;
  overflow: hidden;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  height: 38px
}

.notice--toggle .notice__column {
  display: block;
  height: auto
}

.notice--2column .notice__column {
  display: block;
  float: left;
  width: 50%;
  padding: 0 0 0 10px;
  text-align: left;
  border-left: 1px solid #ddd
}

.notice--2column .notice__column:first-child {
  text-align: right;
  padding: 0 10px 0 0;
  border: 0 none
}

.notice--toggle .notice__column--expanded {
  display: none
}

.notice--toggle.is-expanded .notice__column--expanded {
  display: block
}

.notice--toggle.is-expanded .notice__column--collapsed {
  display: none
}

.notice--2column .notice__column-inner {
  display: table;
  width: auto;
  height: 38px;
  margin: 0 auto 0 0
}

.notice--toggle .notice__column-inner {
  display: table;
  height: 38px;
  margin: 0 auto
}

.notice--toggle.is-expanded .notice__column-inner {
  overflow: visible;
  height: auto
}

.notice--2column .notice__column:first-child .notice__column-inner {
  margin: 0 0 0 auto
}

.notice__text,
.notice__cta {
  display: table-cell;
  color: #000;
  font-size: 14px;
  line-height: 1.33;
  vertical-align: middle
}

.notice__text {
  overflow: hidden
}

.notice__text span {
  overflow: hidden;
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: center
}

.notice__text.notice__text-mo {
  display: none
}

.notice--toggle.notice--cta-hide .notice__cta {
  display: none
}

.notice--toggle.is-expanded .notice__headline {
  display: block;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.33
}

.notice--toggle.is-expanded .notice__description {
  padding: 2px 8px 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33
}

.notice--toggle.is-expanded .notice__description>a {
  color: #1428a0;
  font-weight: bold
}

.notice--toggle.is-expanded .notice__cta {
  display: block;
  padding: 4px 8px
}

.notice__close {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 8px
}

.notice__close svg.icon {
  width: 16px;
  height: 16px;
  vertical-align: top
}

.notice__toggle-btn {
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 8px
}

.notice__toggle-btn .icon {
  width: 16px;
  height: 16px;
  vertical-align: top
}

.notice__toggle-btn .icon--close {
  display: none
}

.notice--toggle.is-expanded .notice__toggle-btn .icon {
  display: none
}

.notice--toggle.is-expanded .notice__toggle-btn .icon--close {
  display: block
}

@media(max-width:1080px) {
  .notice {
    z-index: 1010
  }

  .gnb__nav {
    width: 100%
  }
}

@media(max-width:1024px) {
  .notice__inner {
    /* padding: 14px 64px */
  }

  .notice--2column .notice__column {
    float: none;
    width: 100%;
    padding: 0 !important;
    margin-top: 14px;
    text-align: center !important;
    border-left: 0 none
  }

  .notice--2column .notice__column:first-child {
    margin-top: 0
  }

  .notice--2column .notice__column-inner {
    display: table;
    width: auto;
    height: 38px;
    margin: 0 auto !important
  }

  .notice__text,
  .notice__cta,
  .notice--toggle.is-expanded .notice__headline,
  .notice--toggle.is-expanded .notice__description {
    display: block;
    /* padding: 2px 0 */
  }

  .notice__text span,
  .notice--toggle.is-expanded .notice__headline,
  .notice--toggle.is-expanded .notice__description {
    font-size: 12px;
    line-height: 1.33
  }

  .notice__text.notice__text-pc {
    display: none
  }

  .notice__text.notice__text-mo {
    display: block
  }

  .notice__cta .cta {
    font-size: 14px;
    line-height: 1.33
  }

  .notice__cta .cta .icon {
    width: 16px;
    height: 16px;
    margin-left: 4px
  }

  .notice__close {
    top: 2px;
    right: 2px;
    width: 24px;
    height: 24px;
    padding: 6px
  }

  .notice__close svg.icon {
    width: 12px;
    height: 12px
  }

  .notice--toggle .notice__text span {
    max-height: 36px
  }

  .notice--toggle.is-expanded .notice__inner {
    padding: 14px 66px
  }

  .notice--toggle .notice__toggle-btn {
    top: 18px;
    right: 18px;
    width: 24px;
    height: 24px;
    padding: 6px
  }

  .notice--toggle .notice__toggle-btn .icon {
    width: 12px;
    height: 12px
  }
}

html[lang^="th"] .notice__text,
html[lang^="th"] .notice__cta {
  font-size: 18.9px;
  line-height: .9975
}

html[lang^="th"] .notice--toggle.is-expanded .notice__headline {
  font-size: 18.9px;
  line-height: .9975
}

html[lang^="th"] .notice--toggle.is-expanded .notice__description {
  font-size: 18.9px;
  line-height: .9975
}

@media only screen and (min-width:769px) and (max-width:1440px) {
  html[lang^="th"] .notice__cta .cta {
    font-size: 18.9px;
    line-height: .9975
  }
}

@media(max-width:1024px) {

  html[lang^="th"] .notice__text span,
  html[lang^="th"] .notice--toggle.is-expanded .notice__headline,
  html[lang^="th"] .notice--toggle.is-expanded .notice__description {
    font-size: 16.2px;
    line-height: .9975
  }

  html[lang^="th"] .notice__cta .cta {
    font-size: 18.9px;
    line-height: .9975
  }
}
#kampyleButtonContainer{
  display: none !important;
}
.global-price-style{
  color:#2189FF !important;
}
.global-bg-style{
  background-color: #2189FF !important;
}
.global-border-style{
  border-color: #2189FF !important;
}

/* 主标题后小标题颜色  */
.gnb__depth3-link-text .minTitle,
.gnb__depth4-link-text .minTitle{
  color: #757575;
}