

html {
    -webkit-text-size-adjust: none
}

html, body {
    direction: ltr
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, form, fieldset, legend, textarea, input, select, textarea, button, figure, figcaption {
    margin: 0;
    padding: 0
}

img, form, fieldset, svg {
    border: 0;
    vertical-align: top
}

input, button, select {
    -webkit-border-radius: 0;
    border-radius: 0;
  /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none*/
}
input[type=checkbox]{
    width:13px;
    height:13px;
}

button {
    border: 0;
    background: none;
    cursor: pointer
}

button:disabled {
    cursor: default
}

button::-moz-focus-inner {
    padding: 0;
    margin: -1px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.blind, legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px)
}

body, textarea, input, select, textarea, button {
    font-family: "SamsungOne", arial;
    line-height: 1.32
}

@media (max-width: 1024px) {
    html {
        height: 100%
    }
}

#wrap {
    min-width: 320px
}

.s-content-inner {
    max-width: 1440px;
    margin: 0 auto
}

.s-content-inner:before, .s-content-inner:after {
    content: '';
    display: block;
    clear: both
}

.s-skip-content a {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: #000;
    color: #fff;
    text-align: center
}

.s-skip-content a:focus {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px
}

.s-bg-white-to-lightgrey {
    background: #F5F5F5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #E4E4E4));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #E4E4E4 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#E4E4E4));
    background: linear-gradient(to bottom, #f5f5f5 0%, #E4E4E4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#E4E4E4', GradientType=0)
}

.s-bg-white {
    background: #fff
}

.s-bg-black {
    background: #000
}

.s-bg-color3 {
    background: #363636
}

.s-bg-color4 {
    background: #f7f7f7
}

.s-bg-color6 {
    background: #222425
}

.s-bg-color7 {
    background: #dadada
}

.s-btn-encased {
    position: relative;
    display: inline-block;
    padding: 19px 42px 18px;
    padding: 1.31944vw 2.91667vw 1.25vw;
    border: 1px solid #000;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background-color: transparent;
    font-weight: bold;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 12px;
    font-size: 0.83333vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .2em;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-encased {
        padding: 19px 42px 18px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased {
        font-size: 12px
    }
}

.s-btn-encased:hover, .s-btn-encased:active, .s-btn-encased:focus {
    background-color: #3b8304;
    color: #fff
}

.s-btn-encased.s-ico-new-window {
    padding-right: 63px;
    padding-right: 4.375vw
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 63px
    }
}

.s-btn-encased.s-ico-new-window:after {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -6px;
    margin-top: -0.41667vw;
    right: 44px;
    right: 3.05556vw;
    width: 11px;
    width: 0.76389vw;
    height: 11px;
    height: 0.76389vw;
    background: url("../images/newwindow-hover.svg") no-repeat;
    content: '';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -6px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        right: 44px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 11px
    }
}

.s-btn-encased.s-ico-new-window:hover:after, .s-btn-encased.s-ico-new-window:focus:after {
    background-image: url("../images/newwindow.svg")
}

.s-white .s-btn-encased, .s-btn-encased.s-white {
    border-color: #fff;
    color: #fff
}

.s-white .s-btn-encased.s-ico-new-window:after, .s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("../images/newwindow.svg")
}

.s-white .s-btn-encased.s-ico-new-window:hover:after, .s-white .s-btn-encased.s-ico-new-window:focus:after, .s-btn-encased.s-white.s-ico-new-window:hover:after, .s-btn-encased.s-white.s-ico-new-window:focus:after {
    background-image: url("../images/newwindow-hover.svg")
}

.s-white .s-btn-encased:hover, .s-white .s-btn-encased:active, .s-white .s-btn-encased:focus, .s-btn-encased.s-white:hover, .s-btn-encased.s-white:active, .s-btn-encased.s-white:focus {
    background-color: #fff;
    color: #000
}

.s-btn-encased.s-btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-btn-encased.s-btn-white:hover, .s-btn-encased.s-btn-white:active, .s-btn-encased.s-btn-white:focus {
    background-color: #3b8304;
    border-color: #000;
    color: #fff
}

.s-btn-encased.s-btn-white.s-ico-new-window:after {
    background: url("../images/newwindow-hover.svg") no-repeat
}

.s-btn-encased.s-btn-white.s-ico-new-window:hover:after, .s-btn-encased.s-btn-white.s-ico-new-window:focus:after {
    background: url("../images/newwindow.svg") no-repeat !important
}

.s-btn-text {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.83333vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .2em;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-text {
        font-size: 12px
    }
}

.s-btn-text:after {
    display: inline-block;
    margin-top: -1px;
    margin-left: 7px;
    width: 8px;
    width: 0.55556vw;
    height: 13px;
    height: 0.90278vw;
    background-image: url("../images/svg-btn-arw-right-black.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    content: ''
}

@media (min-width: 1440px) {
    .s-btn-text:after {
        width: 8px
    }
}

@media (min-width: 1440px) {
    .s-btn-text:after {
        height: 13px
    }
}

.s-btn-text-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text-disabled:after {
    background-image: url("../images/svg-btn-arw-right-gray.svg")
}

.s-white .s-btn-text, .s-btn-text.s-white, .s-white-shadow .s-btn-text {
    color: #fff
}

.s-white .s-btn-text:after, .s-btn-text.s-white:after, .s-white-shadow .s-btn-text:after {
    background-image: url("../images/svg-btn-arw-right-white.svg")
}

.s-btn-text.s-ico-down:after {
    width: 13px;
    width: 0.90278vw;
    height: 8px;
    height: 0.55556vw;
    background-image: url("../images/svg-btn-arw-down-black.svg")
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-down:after {
        width: 13px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-down:after {
        height: 8px
    }
}

.s-btn-text.s-ico-down-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text.s-ico-down-disabled:after {
    background-image: url("../images/svg-btn-arw-down-gray.svg")
}

.s-white .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-down.s-white:after {
    background-image: url("../images/svg-btn-arw-down-white.svg")
}

.s-btn-text.s-ico-up:after {
    width: 13px;
    width: 0.90278vw;
    height: 8px;
    height: 0.55556vw;
    background-image: url("../images/svg-btn-arw-up-black.svg")
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-up:after {
        width: 13px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-up:after {
        height: 8px
    }
}

.s-btn-text.s-ico-up-disabled {
    color: #a6a6a6;
    cursor: default
}

.s-btn-text.s-ico-up-disabled:after {
    background-image: url("../images/svg-btn-arw-up-gray.svg")
}

.s-white .s-btn-text.s-ico-up:after, .s-btn-text.s-ico-up.s-white:after {
    background-image: url("../images/svg-btn-arw-up-white.svg")
}

.s-btn-text.s-ico-new-window:after {
    display: inline-block;
    width: 11px;
    width: 0.76389vw;
    height: 11px;
    height: 0.76389vw;
    margin: -2px 0px 0px;
    margin: -0.13889vw 0vw 0vw;
    margin-left: 7px;
    margin-left: 0.48611vw;
    background: url("../images/newwindow-hover.svg") no-repeat;
    vertical-align: middle;
    content: ''
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        width: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        height: 11px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -2px 0px 0px
    }
}

@media (min-width: 1440px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 7px
    }
}

.s-white .s-btn-text.s-ico-new-window:after, .s-btn-text.s-white.s-ico-new-window:after {
    background-image: url("../images/newwindow.svg")
}

.s-white .s-btn-text:hover:after, .s-white .s-btn-text:focus:after, .s-btn-text.s-white:hover:after, .s-btn-text.s-white:focus:after {
    background: url("../images/newwindow-hover.svg") no-repeat !important
}

.s-btn-play {
    display: inline-block;
    padding: 10px;
    padding: 0.69444vw;
    padding-right: 41px;
    padding-right: 2.84722vw;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    background: #363636;
    background: rgba(54, 54, 54, 0.7);
    font-weight: bold;
    font-size: 0;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap
}

@media (min-width: 1440px) {
    .s-btn-play {
        padding: 10px
    }
}

@media (min-width: 1440px) {
    .s-btn-play {
        padding-right: 41px
    }
}

.s-btn-play span {
    display: inline-block;
    position: relative;
    padding-top: 1px;
    font-size: 12px;
    font-size: 0.83333vw;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .14em;
    vertical-align: middle
}

@media (min-width: 1440px) {
    .s-btn-play span {
        font-size: 12px
    }
}

.s-btn-play .s-btn-img {
    width: 29px;
    width: 2.01389vw;
    height: 29px;
    height: 2.01389vw;
    margin-right: 19px;
    margin-right: 1.31944vw;
    padding: 0
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        width: 29px
    }
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        height: 29px
    }
}

@media (min-width: 1440px) {
    .s-btn-play .s-btn-img {
        margin-right: 19px
    }
}

.s-btn-play .s-btn-img img {
    width: 100%;
    height: auto;
    min-height: inherit;
    min-width: inherit;
    max-width: 100%;
    max-height: 100%
}

.s-marketing-cta {
    margin-top: 34px;
    margin-top: 2.36111vw
}

@media (min-width: 1440px) {
    .s-marketing-cta {
        margin-top: 34px
    }
}

.s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
    display: inline-block;
    position: relative;
    padding: 18px 46px;
    padding: 1.25vw 3.19444vw;
    border: 1px solid #000;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    font-size: 14px;
    font-size: 0.97222vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    line-height: 1
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        padding: 18px 46px
    }
}

@media (min-width: 1440px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 14px
    }
}

.s-marketing-cta .s-btn-cta:hover, .s-marketing-cta .s-btn-cta:focus, .s-marketing-cta .s-btn-cta:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta .s-btn-video:hover .s-btn-base, .s-marketing-cta .s-btn-video:focus .s-btn-base, .s-marketing-cta .s-btn-video:active .s-btn-base {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-cta.s-white .s-btn-base {
    border-color: #fff;
    background-color: #fff;
    color: #000
}

.s-marketing-cta.s-white .s-btn-base:hover, .s-marketing-cta.s-white .s-btn-base:focus, .s-marketing-cta.s-white .s-btn-base:active {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.s-marketing-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 119.46667px;
    width: 15.55556vw;
    height: 119.46667px;
    height: 15.55556vw;
    font-size: 0
}

@media (max-width: 360px) {
    .s-marketing-close {
        width: 56px;
        width: 15.55556vw
    }
}

@media (max-width: 360px) {
    .s-marketing-close {
        height: 56px;
        height: 15.55556vw
    }
}

.s-marketing-close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../imgs/marketing-layer_close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0
}

.no-svg .s-btn-encased.s-ico-new-window:after {
    background-image: url("../imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-encased.s-ico-new-window:hover:after, .no-svg .s-btn-encased.s-ico-new-window:focus:after {
    background-position: 0 0
}

.no-svg .s-btn-encased.s-white.s-ico-new-window:after {
    background-image: url("../imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .s-btn-encased.s-white.s-ico-new-window:hover:after, .no-svg .s-btn-encased.s-white.s-ico-new-window:focus:after {
    background-image: url("../imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-text:after {
    background-image: url("../imgs/sp-common-ie8.png");
    background-size: 200px 110px;
    background-position: 0 0
}

.no-svg .s-btn-text-disabled:after {
    background-position: -36px -10px
}

.no-svg .s-btn-text.s-ico-down:after {
    background-image: url("../imgs/sp-common-ie8.png");
    background-position: -36px 0
}

.no-svg .s-btn-text.s-ico-down-disabled:after {
    background-position: 0 -13px
}

.no-svg .s-btn-text.s-ico-up:after {
    background-image: url("../imgs/sp-common-ie8.png");
    background-position: -66px 0
}

.no-svg .s-btn-text.s-ico-up-disabled:after {
    background-position: -15px -13px
}

.no-svg .s-btn-text.s-ico-new-window:after {
    background-image: url("../imgs/newwindow-ie8.png");
    background-position: -13px 0
}

.no-svg .s-btn-text.s-white.s-ico-new-window:after {
    background-image: url("../imgs/newwindow-ie8.png");
    background-position: 0 0
}

.no-svg .s-white:after {
    background-image: url("../imgs/sp-common-ie8.png");
    background-position: -9px 0
}

.no-svg .s-white .s-btn-text.s-ico-down:after, .no-svg .s-btn-text.s-ico-down.s-white:after {
    background-image: url("../imgs/sp-common-ie8.png");
    background-position: -51px 0
}

.no-svg .s-white .s-btn-text.s-ico-up:after, .no-svg .s-btn-text.s-ico-up.s-white:after {
    background-image: url("../imgs/sp-common-ie8.png");
    background-position: -81px 0
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased, .s-btn-text, .s-btn-play span {
        font-size: 12px;
        font-size: 1.17188vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 10px;
        width: 0.97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 10px;
        height: 0.97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -4px;
        margin-top: -0.39062vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        width: 10px;
        width: 0.97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        height: 10px;
        height: 0.97656vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -2px 0px 0px;
        margin: -0.19531vw 0vw 0vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 6px;
        margin-left: 0.58594vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 14px;
        font-size: 1.36719vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text:after {
        width: 8px;
        width: 0.78125vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text:after {
        height: 13px;
        height: 1.26953vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        width: 13px;
        width: 1.26953vw
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        height: 8px;
        height: 0.78125vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased {
        padding: 27.73333px 55.46667px 25.6px;
        padding: 3.61111vw 7.22222vw 3.33333vw;
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased {
        padding: 13px 26px 12px;
        padding: 3.61111vw 7.22222vw 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 89.6px;
        padding-right: 11.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window {
        padding-right: 42px;
        padding-right: 11.66667vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin-top: -10.66667px;
        margin-top: -1.38889vw;
        right: 55.46667px;
        right: 7.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        margin-top: -5px;
        margin-top: -1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-ico-new-window:after {
        right: 26px;
        right: 7.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-encased.s-mo-full {
        display: block;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .s-btn-encased.s-mo-full.s-ico-new-window {
        padding-right: 0
    }

    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        position: static;
        display: inline-block;
        vertical-align: middle;
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin: -4.26667px 0px 0px;
        margin: -0.55556vw 0vw 0vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        margin: -2px 0px 0px;
        margin: -0.55556vw 0vw 0vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-encased.s-mo-full.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text {
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text:after {
        margin-top: -1px;
        width: 17.06667px;
        width: 2.22222vw;
        height: 27.73333px;
        height: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text:after {
        width: 8px;
        width: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text:after {
        height: 13px;
        height: 3.61111vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        width: 27.73333px;
        width: 3.61111vw;
        height: 17.06667px;
        height: 2.22222vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        width: 13px;
        width: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-down:after, .s-btn-text.s-ico-up:after {
        height: 8px;
        height: 2.22222vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-text.s-ico-new-window:after {
        width: 23.46667px;
        width: 3.05556vw;
        height: 23.46667px;
        height: 3.05556vw;
        margin: -2.13333px 0px 0px;
        margin: -0.27778vw 0vw 0vw;
        margin-left: 10.66667px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        width: 11px;
        width: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        height: 11px;
        height: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        margin: -1px 0px 0px;
        margin: -0.27778vw 0vw 0vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-text.s-ico-new-window:after {
        margin-left: 5px;
        margin-left: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play {
        padding: 19.2px 21.33333px;
        padding: 2.5vw 2.77778vw;
        padding-right: 59.73333px;
        padding-right: 7.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play {
        padding: 9px 10px;
        padding: 2.5vw 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play {
        padding-right: 28px;
        padding-right: 7.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play span {
        font-size: 25.6px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play span {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .s-btn-play .s-btn-img {
        width: 46.93333px;
        width: 6.11111vw;
        height: 46.93333px;
        height: 6.11111vw;
        margin-right: 21.33333px;
        margin-right: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        width: 22px;
        width: 6.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        height: 22px;
        height: 6.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-btn-play .s-btn-img {
        margin-right: 10px;
        margin-right: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 25.6px;
        font-size: 3.33333vw;
        padding: 27.73333px 64px;
        padding: 3.61111vw 8.33333vw;
        -webkit-border-radius: 42px;
        border-radius: 42px;
        letter-spacing: .133em
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-marketing-cta .s-btn-base, .s-marketing-cta .s-btn-cta {
        padding: 13px 30px;
        padding: 3.61111vw 8.33333vw
    }
}

.touch-device .s-btn-encased.s-ico-new-window:after {
    -webkit-transition: none;
    transition: none
}

.s-slick .slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.s-slick .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.s-slick .slick-list:focus {
    outline: none
}

.s-slick .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.s-slick .slick-list .slick-track, .s-slick .slick-list .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.s-slick .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.s-slick .slick-list .slick-track:before, .s-slick .slick-list .slick-track:after {
    display: table;
    content: ''
}

.s-slick .slick-list .slick-track:after {
    clear: both
}

.s-slick .slick-loading .slick-track {
    visibility: hidden
}

.s-slick .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    vertical-align: top
}

.s-slick .slick-slide img {
    width: 100%;
    height: auto
}

.s-slick .slick-slide.slick-loading img {
    display: none
}

.s-slick .slick-slide.dragging img {
    pointer-events: none
}

.s-slick.slick-initialized .slick-slide {
    display: block
}

.s-slick.slick-loading .slick-slide {
    visibility: hidden
}

.s-slick.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.s-slick .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 70px;
    width: 4.86111vw;
    height: 160px;
    height: 11.11111vw;
    margin: auto;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-color: #363636;
    background-color: rgba(54, 54, 54, 0.7);
    -webkit-transition: .08s background-color ease-in;
    transition: .08s background-color ease-in;
    font-size: 0;
    line-height: 0
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow {
        width: 70px
    }
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow {
        height: 160px
    }
}

.s-slick .slick-arrow:after {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 24px;
    width: 1.66667vw;
    height: 44px;
    height: 3.05556vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: ''
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow:after {
        width: 24px
    }
}

@media (min-width: 1440px) {
    .s-slick .slick-arrow:after {
        height: 44px
    }
}

.s-slick .slick-arrow:hover, .s-slick .slick-arrow:focus {
    background-color: #222425
}

.s-slick .slick-arrow.slick-disabled, .s-slick .slick-arrow.slick-hidden {
    display: none !important
}

.s-slick .slick-prev {
    left: 0;
    padding-right: 3px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.s-slick .slick-prev:after {
    background-image: url(../imgs/slick-carousel-left.png)
}

.s-slick .slick-next {
    right: 0;
    padding-left: 3px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.s-slick .slick-next:after {
    background-image: url(../imgs/slick-carousel-right.png)
}

.s-slick .slick-dots {
    position: absolute;
    bottom: 48px;
    bottom: 3.33333vw;
    width: 100%;
    text-align: center;
    line-height: 0
}

@media (min-width: 1440px) {
    .s-slick .slick-dots {
        bottom: 48px
    }
}

.s-slick .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 3px;
    line-height: 0;
    text-align: center
}

.s-slick .slick-dots li button {
    display: inline-block;
    overflow: hidden;
    width: 8px;
    height: 8px;
    color: transparent;
    border: 1px solid #363636;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1px;
    line-height: 1px;
    vertical-align: top
}

.s-slick .slick-dots li.slick-active button, .s-slick .slick-dots li button:hover, .s-slick .slick-dots li button:focus {
    border: 0;
    background-color: #363636
}

@media screen and (max-width: 768px) {
    .s-slick .slick-dots {
        bottom: 68.26667px;
        bottom: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-slick .slick-dots {
        bottom: 32px;
        bottom: 8.88889vw
    }
}

@media screen and (max-width: 768px) {
    .s-slick .slick-dots li {
        margin: 0 3px 0 4px
    }
}

.s-video-area {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100
}

.s-video-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: ''
}

.s-video-area iframe, .s-video-area object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.s-video-area .s-video-wrap, .s-video-area .s-video-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.s-video-area .s-video-container {
    z-index: 10
}

.s-video-area .s-video-container > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%
}

.s-media-close {
    overflow: hidden;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    width: 28px;
    height: 28px;
    background: url(../imgs/btn-close-white.png) no-repeat 50% 50%;
    font-size: 0;
    line-height: 99px;
    cursor: pointer
}

.s-media-close.s-black {
    background: url(../imgs/btn-close-black.png) no-repeat 50% 50%
}

.video-open #wrap {
    overflow-x: hidden
}

.mp4-video {
    position: relative
}

.s-mp4-video-play {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    width: 9.86111vw;
    height: 9.86111vw;
    margin: auto;
    text-indent: -999px;
    background: url(../imgs/btn-play-big.png) no-repeat;
    background-size: 100%
}

.bc-cplayer-container .bc-cplayer-control {
    background-image: url(../imgs/brightcove-bg-panel.gif)
}

.bc-cplayer-container .bc-cplayer-control .rewind {
    background-image: url(../imgs/brightcove-btn-rewind.gif)
}

.bc-cplayer-container .bc-cplayer-control .play {
    background-image: url(../imgs/brightcove-btn-play.gif)
}

.bc-cplayer-container .bc-cplayer-control .pause {
    background-image: url(../imgs/brightcove-btn-pause.gif)
}

.bc-cplayer-container .bc-cplayer-control .forward {
    background-image: url(../imgs/brightcove-btn-forward.gif)
}

.bc-cplayer-container .bc-cplayer-control .mute {
    background-image: url(../imgs/brightcove-btn-volon.gif)
}

.bc-cplayer-container .bc-cplayer-control .volume-down {
    background-image: url(../imgs/brightcove-btn-voldown.gif)
}

.bc-cplayer-container .bc-cplayer-control .volume-up {
    background-image: url(../imgs/brightcove-btn-volup.gif)
}

.bc-cplayer-container .bc-cplayer-control .muted {
    background-image: url(../imgs/brightcove-btn-volmute.gif)
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc {
    background-image: url(../imgs/brightcove-btn-bc-cc.png)
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc.over {
    background-image: url(../imgs/brightcove-btn-bc-cc-over.png) !important
}

.bc-cplayer-container .bc-cplayer-control .rightPanel button.bc-cc.on {
    background-image: url(../imgs/brightcove-btn-bc-cc-on.png) !important
}

.bc-cplayer-control-area {
    height: 100%
}

@media screen and (max-width: 768px) {
    .s-media-close {
        top: 34.13333px;
        top: 4.44444vw;
        right: 34.13333px;
        right: 4.44444vw;
        width: 25px;
        height: 25px;
        background: url(../imgs/btn-close-white_x2.png) no-repeat 50% 50%;
        background-size: 100%
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-media-close {
        top: 16px;
        top: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-media-close {
        right: 16px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .s-media-close.s-black {
        background: url(../imgs/btn-close-black_x2.png) no-repeat 50% 50%;
        background-size: 100%
    }

    .s-mp4-video-play {
        width: 84px;
        height: 84px
    }
}

.s-energy-label__txt {
    font-size: 13px;
    font-size: 0.90278vw;
    color: #363636;
    font-weight: bold;
    letter-spacing: .06em;
    text-transform: uppercase;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__txt {
        font-size: 13px
    }
}

.s-energy-label__txt:hover, .s-energy-label__txt:focus {
    text-decoration: underline
}

.s-energy-label__tag {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    width: 2.77778vw;
    height: 20px;
    height: 1.38889vw;
    margin: -1px 0px 0px 7px;
    margin: -0.06944vw 0vw 0vw 0.48611vw;
    background-repeat: no-repeat;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        width: 40px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        height: 20px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag {
        margin: -1px 0px 0px 7px
    }
}

.s-energy-label__tag span {
    overflow: hidden;
    display: inline-block;
    width: 40px;
    width: 2.77778vw;
    height: 20px;
    height: 1.38889vw;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 99em;
    vertical-align: top
}

@media (min-width: 1440px) {
    .s-energy-label__tag span {
        width: 40px
    }
}

@media (min-width: 1440px) {
    .s-energy-label__tag span {
        height: 20px
    }
}

.s-energy-label__tag.s-first-level {
    background-image: url(../images/svg-level-first.svg)
}

.s-energy-label__tag.s-second-level {
    background-image: url(../images/svg-level-second.svg)
}

.s-energy-label__tag.s-third-level {
    background-image: url(../images/svg-level-third.svg)
}

.s-energy-label__tag.s-fourth-level {
    background-image: url(../images/svg-level-fourth.svg)
}

.s-energy-label__tag.s-fifth-level {
    background-image: url(../images/svg-level-fifth.svg)
}

.s-energy-label__tag.s-sixth-level {
    background-image: url(../images/svg-level-sixth.svg)
}

.s-energy-label__tag.s-seventh-level {
    background-image: url(../images/svg-level-seventh.svg)
}

.s-energy-label__tag .s-grade-a {
    background-image: url(../images/svg-level-a.svg)
}

.s-energy-label__tag .s-grade-a-plus {
    background-image: url(../images/svg-level-a-plus.svg)
}

.s-energy-label__tag .s-grade-a-plus2 {
    background-image: url(../images/svg-level-a-plus2.svg)
}

.s-energy-label__tag .s-grade-a-plus3 {
    background-image: url(../images/svg-level-a-plus3.svg)
}

.s-energy-label__tag .s-grade-b {
    background-image: url(../images/svg-level-b.svg)
}

.s-energy-label__tag .s-grade-c {
    background-image: url(../images/svg-level-c.svg)
}

.s-energy-label__tag .s-grade-d {
    background-image: url(../images/svg-level-d.svg)
}

.s-energy-label__tag .s-grade-e {
    background-image: url(../images/svg-level-e.svg)
}

.s-energy-label__tag .s-grade-f {
    background-image: url(../images/svg-level-f.svg)
}

.s-energy-label__tag .s-grade-g {
    background-image: url(../images/svg-level-g.svg)
}

.no-svg .s-energy-label__tag.s-first-level, .no-svg .s-energy-label__tag.s-second-level, .no-svg .s-energy-label__tag.s-third-level, .no-svg .s-energy-label__tag.s-fourth-level, .no-svg .s-energy-label__tag.s-fifth-level, .no-svg .s-energy-label__tag.s-sixth-level, .no-svg .s-energy-label__tag.s-seventh-level, .no-svg .s-energy-label__tag .s-grade-a, .no-svg .s-energy-label__tag .s-grade-a-plus, .no-svg .s-energy-label__tag .s-grade-a-plus2, .no-svg .s-energy-label__tag .s-grade-a-plus3, .no-svg .s-energy-label__tag .s-grade-b, .no-svg .s-energy-label__tag .s-grade-c, .no-svg .s-energy-label__tag .s-grade-d, .no-svg .s-energy-label__tag .s-grade-e, .no-svg .s-energy-label__tag .s-grade-f, .no-svg .s-energy-label__tag .s-grade-g {
    background-image: url(../imgs/sp-common-ie8.png);
    background-size: 400px auto
}

.no-svg .s-energy-label__tag.s-first-level {
    background-position: 0 -23px
}

.no-svg .s-energy-label__tag.s-second-level {
    background-position: 0 -45px
}

.no-svg .s-energy-label__tag.s-third-level {
    background-position: 0 -67px
}

.no-svg .s-energy-label__tag.s-fourth-level {
    background-position: 0 -89px
}

.no-svg .s-energy-label__tag.s-fifth-level {
    background-position: -42px -23px
}

.no-svg .s-energy-label__tag.s-sixth-level {
    background-position: -42px -45px
}

.no-svg .s-energy-label__tag.s-seventh-level {
    background-position: -42px -67px
}

.no-svg .s-energy-label__tag .s-grade-a {
    background-position: -84px -67px
}

.no-svg .s-energy-label__tag .s-grade-a-plus {
    background-position: -84px -45px
}

.no-svg .s-energy-label__tag .s-grade-a-plus2 {
    background-position: -84px -23px
}

.no-svg .s-energy-label__tag .s-grade-a-plus3 {
    background-position: -42px -89px
}

.no-svg .s-energy-label__tag .s-grade-b {
    background-position: -84px -89px
}

.no-svg .s-energy-label__tag .s-grade-c {
    background-position: -126px -23px
}

.no-svg .s-energy-label__tag .s-grade-d {
    background-position: -126px -23px
}

.no-svg .s-energy-label__tag .s-grade-e {
    background-position: -126px -67px
}

.no-svg .s-energy-label__tag .s-grade-f {
    background-position: -126px -89px
}

.no-svg .s-energy-label__tag .s-grade-g {
    background-position: -96px 0
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__txt {
        font-size: 14px;
        font-size: 1.36719vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        width: 40px;
        width: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        height: 20px;
        height: 1.95312vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag {
        margin: -1px 0px 0px 7px;
        margin: -0.09766vw 0vw 0vw 0.68359vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag span {
        width: 40px;
        width: 3.90625vw
    }
}

@media screen and (max-width: 1279px) and (max-width: 1024px) {
    .s-energy-label__tag span {
        height: 20px;
        height: 1.95312vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__txt {
        font-size: 21.33333px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__txt {
        font-size: 10px;
        font-size: 2.77778vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__tag {
        width: 68.26667px;
        width: 8.88889vw;
        height: 34.13333px;
        height: 4.44444vw;
        margin: -6.4px 0px 0px 8.53333px;
        margin: -0.83333vw 0vw 0vw 1.11111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        width: 32px;
        width: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        height: 16px;
        height: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag {
        margin: -3px 0px 0px 4px;
        margin: -0.83333vw 0vw 0vw 1.11111vw
    }
}

@media screen and (max-width: 768px) {
    .s-energy-label__tag span {
        width: 68.26667px;
        width: 8.88889vw;
        height: 34.13333px;
        height: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag span {
        width: 32px;
        width: 8.88889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-energy-label__tag span {
        height: 16px;
        height: 4.44444vw
    }
}

.s-layer-dimmed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
    opacity: .66
}

.s-buffer-top {
    margin-top: 88px !important
}

.s-buffer-bottom {
    margin-bottom: 88px !important
}

.s-gotop-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 32px;
    bottom: 20px;
    z-index: 1000;
    max-width: 1440px;
    text-align: right
}

.s-gotop-wrap.s-show {
    display: block
}

.s-gotop-wrap .s-btn-gotop {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #363636;
    font-size: 0;
    opacity: .7
}

.s-gotop-wrap .s-btn-gotop:after {
    overflow: hidden;
    display: inline-block;
    width: 36px;
    height: 22px;
    margin: 18px auto;
    background: url("../imgs/btn-gotop.png") no-repeat;
    background-size: 100%;
    content: ''
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap {
        min-width: 320px;
        right: 34.13333px;
        right: 4.44444vw;
        bottom: 34.13333px;
        bottom: 4.44444vw;
        font-size: 0
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        right: 16px;
        right: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .s-gotop-wrap {
        bottom: 16px;
        bottom: 4.44444vw
    }
}

@media screen and (max-width: 768px) {
    .s-gotop-wrap .s-btn-gotop {
        width: 40px;
        height: 40px
    }

    .s-gotop-wrap .s-btn-gotop:after {
        width: 23px;
        height: 16px;
        margin: 9px auto
    }
}

.pr-g-product-disclaimer {
    border-top: 1px solid #d0d0d0;
    background: #f7f7f7
}

.pr-g-product-disclaimer__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pr-g-product-disclaimer__column {
    float: left;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word
}

.pr-g-product-disclaimer p {
    margin-top: 16px;
    font-size: 12px;
    color: #363636;
    line-height: 1.34
}

.pr-g-product-disclaimer p:first-child {
    margin-top: 0
}

.pr-g-product-disclaimer a {
    color: #1428a0;
    text-decoration: underline
}

.pr-g-product-disclaimer a:hover {
    text-decoration: underline
}

.pr-g-product-disclaimer__inner-wrap:before, .pr-g-product-disclaimer__inner-wrap:after {
    content: '';
    display: block;
    clear: both
}

.pr-g-product-disclaimer__inner-wrap__col1 {
    padding: 21px 6.75% 20px
}

.pr-g-product-disclaimer__inner-wrap__col2 {
    padding: 21px 6.75% 30px
}

.pr-g-product-disclaimer__inner-wrap__col3 {
    padding: 31px 13.28% 27px 6.75%
}

.pr-g-product-disclaimer__inner-wrap__col2 .pr-g-product-disclaimer__column {
    width: 50%
}

.pr-g-product-disclaimer__inner-wrap__col3 .pr-g-product-disclaimer__column {
    width: 33.33%
}

@media screen and (max-width: 768px) {
    .pr-g-product-disclaimer__inner {
        padding: 28px 16px 26px
    }

    .pr-g-product-disclaimer__inner-wrap__col1, .pr-g-product-disclaimer__inner-wrap__col2, .pr-g-product-disclaimer__inner-wrap__col3 {
        padding: 0 !important
    }

    .pr-g-product-disclaimer__inner-wrap .pr-g-product-disclaimer__column {
        float: none;
        width: auto;
        padding: 0 2.13%
    }

    .pr-g-product-disclaimer p {
        margin-top: 12px;
        font-size: 10px;
        line-height: 1.2
    }

    .pr-g-product-disclaimer__column {
        margin-top: 12px
    }

    .pr-g-product-disclaimer__column:first-child {
        margin-top: 0
    }
}

.gb-footer {
    border-top: 1px solid #d0d0d0;
    background: #f7f7f7;
    font-size: 0
}

.gb-footer .gb-footer__blank a:after {
    display: inline-block;
    top: 0;
    width: 11px;
    height: 11px;
    margin-left: 10px;
    background-size: 11px 11px;
    content: ''
}

.gb-footer__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-footer__container {
    position: relative;
    margin: 0 6.75%;
    font-size: 16px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-footer__container:before, .gb-footer__container:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__col4 {
    float: left;
    width: 25%;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-footer__col4 .gb-footer__item {
    margin-top: 11px
}

.gb-footer__col4 .gb-footer__item:first-child {
    margin-top: 0
}

.gb-footer__col4 a:hover:after {
    display: inline-block;
    margin-left: 10px
}

.gb-footer__col4.s-clear {
    padding-right: 0
}

.gb-footer__top {
    padding: 65px 0 46px
}

.gb-footer__top a {
    font-size: 16px;
    font-weight: normal;
    color: #363636;
    word-break: break-word
}

.gb-footer__top a:hover {
    color: #1428a0
}

.gb-footer__top .gb-footer__col-wrap {
    word-wrap: break-word
}

.gb-footer__top .gb-footer__col-wrap:before, .gb-footer__top .gb-footer__col-wrap:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__top .gb-footer__col-wrap strong {
    color: #363636;
    display: block;
    margin-bottom: 17px
}

.gb-footer__top .gb-footer__col-wrap strong a {
    font-weight: bold
}

.gb-footer__top .gb-footer__col-wrap strong a:after {
    display: inline-block;
    position: relative;
    top: 0;
    width: 7px;
    height: 11px;
    margin-left: 9px;
    background-image: url(../images/svg-arw-right-gray.svg);
    background-size: 7px 11px;
    content: ''
}

.gb-footer__top .gb-footer__col-wrap strong a:hover:after {
    top: 0;
    width: 7px;
    height: 11px;
    margin-left: 9px;
    background-image: url(../images/svg-arw-right-hover.svg);
    background-size: 7px 11px;
    content: ''
}

.gb-footer__top .gb-footer__nav-link li {
    font-size: 0
}

.gb-footer__top .gb-footer__nav-link a:hover:after {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 6px;
    height: 9px;
    margin: 0 -17px 0 10px;
    background-size: 6px 9px;
    content: ''
}

.gb-footer__top .gb-footer__nav-link.gb-footer__col2 {
    float: left;
    width: 50%;
    padding-bottom: 42px
}

.gb-footer__top .gb-footer__nav-link .gb-footer__col4 {
    width: 50%
}

.gb-footer__top .gb-footer__nav-link .gb-footer__col4 a {
    font-size: 14px;
    line-height: 1.571
}

.gb-footer__top .s-support-link .gb-footer__depth2 {
    padding-top: 3px
}

.gb-footer__top .s-support-link .gb-footer__item {
    margin-top: 11px
}

.gb-footer__top .s-support-link .gb-footer__item:first-child {
    margin-top: 0
}

.gb-footer__top .s-support-link .gb-footer__item a {
    display: block;
    position: relative;
    padding-left: 25px;
    line-height: 1.571
}

.gb-footer__top .s-support-link .gb-footer__svg {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

.gb-footer__depth2 {
    font-size: 0
}

.gb-footer__depth2 a {
    font-size: 14px
}

.gb-footer__sns-list .gb-footer__depth2 {
    max-width: 224px;
    margin-right: -16px;
    padding-top: 6px
}

.gb-footer__sns-list .gb-footer__depth2:before, .gb-footer__sns-list .gb-footer__depth2:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__sns-list .gb-footer__item {
    float: left;
    margin: 0 16px 16px 0
}

.gb-footer__sns-list a {
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    line-height: 999px
}

.gb-footer__local-logo {
    margin-top: 12px;
    font-size: 18px
}

.gb-footer__local-logo:before, .gb-footer__local-logo:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__local-logo .gb-footer__item {
    margin-top: 16px;
    font-size: 0
}

.gb-footer__local-logo .gb-footer__item:first-child {
    margin-top: 0
}

.gb-footer__local-logo .gb-footer__item img {
    max-width: 100%
}

.gb-footer__copyright {
    margin-top: 9px;
    font-size: 12px;
    color: #363636;
    font-weight: normal;
    word-break: break-word
}

.gb-footer__copyright .gb-footer__text {
    color: #000;
    line-height: 1
}

.gb-footer__bottom {
    padding: 23px 0 12px;
    background: #363636
}

.gb-footer__bottom:before, .gb-footer__bottom:after {
    content: '';
    display: block;
    clear: both
}

.gb-footer__bottom a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase
}

.gb-footer__bottom a:hover {
    text-decoration: underline
}

.gb-footer__bottom-list {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 1px;
    font-size: 0;
    table-layout: fixed
}

.gb-footer__bottom-list .gb-footer__list {
    display: table-cell
}

.gb-footer__bottom-list .gb-footer__item {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

.gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:after, .gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:hover:after {
    display: inline-block;
    margin: 1px 0 -1px 6px;
    background-image: url(../images/newwindow.svg);
    content: ''
}

.gb-footer__bottom-list .gb-footer__item a {
    line-height: 1.43
}

.gb-footer__bottom-list > cq {
    display: none
}

.gb-footer__lang {
    position: relative;
    display: table-cell;
    width: 307px;
    text-align: right;
    vertical-align: middle
}

.gb-footer__lang a {
    display: inline-block;
    position: relative;
    margin-top: -9px;
    padding: 0 17px 0 0;
    vertical-align: top;
    word-break: break-word
}

.gb-footer__lang a:after {
    position: absolute;
    top: 4px;
    right: 0;
    width: 6px;
    height: 10px;
    color: #fff;
    background-size: 6px 10px;
    content: ''
}

.gb-footer__lang-select {
    display: none;
    position: absolute;
    right: -20px;
    bottom: 50%;
    margin-bottom: -22px;
    padding: 14px 19px;
    min-width: 307px;
    max-width: 1440px;
    border: 1px solid #d9d9d9;
    background: #fff;
    text-align: left;
    z-index: 1200
}

.gb-footer__lang-select a {
    display: block;
    position: relative;
    margin-top: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    color: #000
}

.gb-footer__lang-select a:hover {
    color: #1428a0;
    text-decoration: none
}

.gb-footer__lang-select a:after {
    margin-top: 4px
}

.gb-footer__lang-dimmed {
    display: none
}

.gb-footer__flag {
    position: relative;
    top: -1px;
    margin-right: 8px;
    max-width: 100%;
    width: 20px;
    height: 13px;
    background-size: 20px 13px;
    vertical-align: middle
}

.gb-footer__btn-top {
    position: absolute;
    top: -38px;
    right: 0;
    font-size: 12px;
    font-weight: normal
}

.gb-footer__btn-top a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 12px;
    min-width: 10px
}

.gb-footer__btn-top a:after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 6px;
    margin: -1px 0 1px 10px;
    background-image: url(../images/svg-footer-top.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: ''
}

.gb-footer__btn-top a:hover {
    text-decoration: underline
}

.gb-footer__btn-top a:hover:after {
    background-image: url(../images/svg-footer-top-hover.svg);
    color: #1428a0
}

.gb-footer__legal {
    margin: 10px 0
}

.gb-footer__legal p {
    font-size: 12px;
    font-weight: normal;
    color: #a6a6a6;
    line-height: 1.75;
    word-break: break-word
}

.gb-footer__legal p:first-child {
    margin-top: 0
}

.gb-footer__legal p a {
    text-decoration: underline;
    font-size: inherit;
    color: inherit
}

.gb-footer .s-flag-uk {
    background-image: url(../../../../../apps/samsungp5/components/global/content/footer/clientlibs/img/%40flag.html)
}

.gb-footer .gb-footer__nav-link a:hover:after {
    background-image: url(../images/svg-arw-right-hover.svg)
}

.gb-footer .gb-footer__blank a:after {
    background-image: url(../images/svg-new-window.svg)
}

.gb-footer .gb-footer__blank a:hover:after {
    top: 0;
    width: 11px;
    height: 11px;
    background-size: 11px 11px;
    background-image: url(../images/svg-new-window-hover.svg)
}

.gb-footer .s-support-link a .s-ico-call {
    background-image: url(../images/svg-call.svg)
}

.gb-footer .s-support-link a .s-ico-email {
    background-image: url(../images/svg-email.svg)
}

.gb-footer .s-support-link a .s-ico-chat {
    background-image: url(../images/svg-chat.svg)
}

.gb-footer .s-support-link a .s-ico-letter {
    background-image: url(../images/svg-letter.svg)
}

.gb-footer .s-support-link a .s-ico-contact {
    background-image: url(../images/svg-contact.svg)
}

.gb-footer .s-support-link a .s-ico-store {
    background-image: url(../images/svg-store.svg)
}

.gb-footer .s-support-link a .s-ico-cyber {
    background-image: url(../images/svg-cyber.svg)
}

.gb-footer .s-support-link a .s-ico-care {
    background-image: url(../images/svg-care.svg)
}

.gb-footer .s-support-link a .s-ico-faq {
    background-image: url(../images/svg-faq.svg)
}

.gb-footer .s-support-link a .s-ico-servicelocation {
    background-image: url(../images/svg-servicelocation.svg)
}

.gb-footer .s-support-link a .s-ico-announcement {
    background-image: url(../images/svg-announcement.svg)
}

.gb-footer .s-support-link a:hover .s-ico-call {
    background-image: url(../images/svg-call-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-email {
    background-image: url(../images/svg-email-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-chat {
    background-image: url(../images/svg-chat-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-letter {
    background-image: url(../images/svg-letter-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-contact {
    background-image: url(../images/svg-contact-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-store {
    background-image: url(../images/svg-store-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-cyber {
    background-image: url(../images/svg-cyber-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-care {
    background-image: url(../images/svg-care-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-faq {
    background-image: url(../images/svg-faq-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-servicelocation {
    background-image: url(../images/svg-servicelocation-hover.svg)
}

.gb-footer .s-support-link a:hover .s-ico-announcement {
    background-image: url(../images/svg-announcement-hover.svg)
}

.gb-footer__sns-list .s-facebook a {
    background-image: url(../images/svg-gb-facebook.svg)
}

.gb-footer__sns-list .s-facebook a:hover {
    background-image: url(../images/svg-gb-facebook-hover.svg)
}

.gb-footer__sns-list .s-twitter a {
    background-image: url(../images/svg-gb-twitter.svg)
}

.gb-footer__sns-list .s-twitter a:hover {
    background-image: url(../images/svg-gb-twitter-hover.svg)
}

.gb-footer__sns-list .s-instagram a {
    background-image: url(../images/svg-gb-instagram.svg)
}

.gb-footer__sns-list .s-instagram a:hover {
    background-image: url(../images/svg-gb-instagram-hover.svg)
}

.gb-footer__sns-list .s-youtube a {
    background-image: url(../images/svg-gb-youtube.svg)
}

.gb-footer__sns-list .s-youtube a:hover {
    background-image: url(../images/svg-gb-youtube-hover.svg)
}

.gb-footer__sns-list .s-vk a {
    background-image: url(../images/svg-gb-vk.svg)
}

.gb-footer__sns-list .s-vk a:hover {
    background-image: url(../images/svg-gb-vk-hover.svg)
}

.gb-footer__sns-list .s-in a {
    background-image: url(../images/svg-gb-in-square.svg)
}

.gb-footer__sns-list .s-in a:hover {
    background-image: url(../images/svg-gb-in-square-hover.svg)
}

.gb-footer__sns-list .s-gplus a {
    background-image: url(../images/svg-gb-gplus.svg)
}

.gb-footer__sns-list .s-gplus a:hover {
    background-image: url(../images/svg-gb-gplus-hover.svg)
}

.gb-footer__sns-list .s-blogger a {
    background-image: url(../images/svg-gb-blogger.svg)
}

.gb-footer__sns-list .s-blogger a:hover {
    background-image: url(../images/svg-gb-blogger-hover.svg)
}

.gb-footer__sns-list .s-emailto a {
    background-image: url(../images/svg-gb-emailto.svg)
}

.gb-footer__sns-list .s-emailto a:hover {
    background-image: url(../images/svg-gb-emailto-hover.svg)
}

.gb-footer__sns-list .s-renren a {
    background-image: url(../images/svg-gb-renren.svg)
}

.gb-footer__sns-list .s-renren a:hover {
    background-image: url(../images/svg-gb-renren-hover.svg)
}

.gb-footer__sns-list .s-qq a {
    background-image: url(../images/svg-gb-qq.svg)
}

.gb-footer__sns-list .s-qq a:hover {
    background-image: url(../images/svg-gb-qq-hover.svg)
}

.gb-footer__sns-list .s-weibo a {
    background-image: url(../images/svg-gb-weibo.svg)
}

.gb-footer__sns-list .s-weibo a:hover {
    background-image: url(../images/svg-gb-weibo-hover.svg)
}

.gb-footer__sns-list .s-weixin a {
    background-image: url(../images/svg-gb-weixin.svg)
}

.gb-footer__sns-list .s-weixin a:hover {
    background-image: url(../images/svg-gb-weixin-hover.svg)
}

.gb-footer__sns-list .s-kakao a {
    background-image: url(../images/svg-gb-kakao.svg)
}

.gb-footer__sns-list .s-kakao a:hover {
    background-image: url(../images/svg-gb-kakao-hover.svg)
}

.gb-footer__sns-list .s-odnoklassniki a {
    background-image: url(../images/svg-gb-odnoklassniki.svg)
}

.gb-footer__sns-list .s-odnoklassniki a:hover {
    background-image: url(../images/svg-gb-odnoklassniki-hover.svg)
}

.gb-footer .gb-footer__lang a:after {
    background-image: url(../images/svg-arw-right-white.svg)
}

.gb-footer .gb-footer__lang-select a:after {
    background-image: url(../images/svg-arw-right.svg)
}

.gb-footer .gb-footer__lang-select a:hover:after {
    background-image: url(../images/svg-arw-right-hover.svg)
}

.no-svg .gb-footer .gb-footer__nav-link a:hover:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -166px -29px;
    background-position: -166px -29px
}

.no-svg .gb-footer .gb-footer__blank a:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -120px 0
}

.no-svg .gb-footer .gb-footer__blank a:hover:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -120px -13px
}

.no-svg .gb-footer__top .gb-footer__col-wrap strong a:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -168px -40px
}

.no-svg .gb-footer__top .gb-footer__col-wrap strong a:hover:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -135px 0
}

.no-svg .gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:after, .no-svg .gb-footer__bottom-list .gb-footer__item.gb-footer__blank a:hover:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -120px -26px
}

.no-svg .gb-footer .s-support-link a .gb-footer__svg {
    background-image: url(../imgs/sp-footer-ie8.png)
}

.no-svg .gb-footer .s-support-link a .s-ico-call {
    background-position: 0 0
}

.no-svg .gb-footer .s-support-link a .s-ico-email {
    background-position: -20px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-chat {
    background-position: -40px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-letter {
    background-position: -60px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-contact {
    background-position: -80px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-store {
    background-position: -100px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-cyber {
    background-position: -146px 0
}

.no-svg .gb-footer .s-support-link a .s-ico-care {
    background-position: -166px 0
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-call {
    background-position: 0 -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-email {
    background-position: -20px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-chat {
    background-position: -40px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-letter {
    background-position: -60px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-contact {
    background-position: -80px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-store {
    background-position: -100px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-cyber {
    background-position: -146px -20px
}

.no-svg .gb-footer .s-support-link a:hover .s-ico-care {
    background-position: -166px -20px
}

.no-svg .gb-footer__sns-list .gb-footer__svg a {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-size: 40px 40px
}

.no-svg .gb-footer__sns-list .s-facebook a {
    background-position: 0 -40px
}

.no-svg .gb-footer__sns-list .s-facebook a:hover {
    background-position: 0 -208px
}

.no-svg .gb-footer__sns-list .s-twitter a {
    background-position: -42px -40px
}

.no-svg .gb-footer__sns-list .s-twitter a:hover {
    background-position: -42px -208px
}

.no-svg .gb-footer__sns-list .s-instagram a {
    background-position: -84px -40px
}

.no-svg .gb-footer__sns-list .s-instagram a:hover {
    background-position: -84px -208px
}

.no-svg .gb-footer__sns-list .s-youtube a {
    background-position: -126px -40px
}

.no-svg .gb-footer__sns-list .s-youtube a:hover {
    background-position: -126px -208px
}

.no-svg .gb-footer__sns-list .s-in a {
    background-position: 0 -82px
}

.no-svg .gb-footer__sns-list .s-in a:hover {
    background-position: 0 -250px
}

.no-svg .gb-footer__sns-list .s-blogger a {
    background-position: -42px -82px
}

.no-svg .gb-footer__sns-list .s-blogger a:hover {
    background-position: -42px -250px
}

.no-svg .gb-footer__sns-list .s-vk a {
    background-position: -84px -82px
}

.no-svg .gb-footer__sns-list .s-vk a:hover {
    background-position: -84px -250px
}

.no-svg .gb-footer__sns-list .s-gplus a {
    background-position: -126px -82px
}

.no-svg .gb-footer__sns-list .s-gplus a:hover {
    background-position: -126px -250px
}

.no-svg .gb-footer__sns-list .s-emailto a {
    background-position: 0 -124px
}

.no-svg .gb-footer__sns-list .s-emailto a:hover {
    background-position: 0 -292px
}

.no-svg .gb-footer__sns-list .s-qq a {
    background-position: -42px -124px
}

.no-svg .gb-footer__sns-list .s-qq a:hover {
    background-position: -42px -292px
}

.no-svg .gb-footer__sns-list .s-renren a {
    background-position: -84px -124px
}

.no-svg .gb-footer__sns-list .s-renren a:hover {
    background-position: -84px -292px
}

.no-svg .gb-footer__sns-list .s-weibo a {
    background-position: -126px -124px
}

.no-svg .gb-footer__sns-list .s-weibo a:hover {
    background-position: -126px -292px
}

.no-svg .gb-footer__sns-list .s-weixin a {
    background-position: 0 -166px
}

.no-svg .gb-footer__sns-list .s-weixin a:hover {
    background-position: 0 -334px
}

.no-svg .gb-footer__sns-list .s-kakao a {
    background-position: 0 -166px
}

.no-svg .gb-footer__sns-list .s-kakao a:hover {
    background-position: 0 -334px
}

.no-svg .gb-footer__lang a:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -135px -15px
}

.no-svg .gb-footer__lang-select a:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -168px -82px
}

.no-svg .gb-footer__btn-top a:after {
    background-image: url(../imgs/sp-footer-ie8.png);
    background-position: -166px 0
}

.no-svg .gb-footer__btn-top a:hover:after {
    background-position: -166px -10px
}

@media screen and (max-width: 768px) {
    .gb-footer__inner, .gb-footer__container {
        font-size: 16px;
        margin: 0;
        padding: 0
    }

    .gb-footer__top {
        padding: 0 0 22px
    }

    .gb-footer__top .gb-footer__nav-link {
        padding: 24px;
        border-bottom: 1px solid #d0d0d0
    }

    .gb-footer__top .gb-footer__nav-link a:hover:after {
        top: 0;
        width: 6px;
        height: 9px;
        background-size: 6px 9px
    }

    .gb-footer__top .gb-footer__nav-link li {
        margin-top: 17px
    }

    .gb-footer__top .gb-footer__nav-link.gb-footer__col2 {
        float: none;
        width: auto;
        padding-bottom: 25px
    }

    .gb-footer__top .gb-footer__nav-link .gb-footer__col4 {
        width: auto;
        margin-top: 17px;
        padding: 0
    }

    .gb-footer__top .gb-footer__nav-link .gb-footer__col4:first-child {
        margin-top: 0
    }

    .gb-footer__top .gb-footer__nav-link .gb-footer__col4 a {
        font-size: 12px;
        line-height: 1.333
    }

    .gb-footer__top .gb-footer__col4 {
        float: none;
        width: auto;
        padding: 0 24px
    }

    .gb-footer__top .gb-footer__col4:first-child li:first-child {
        margin-top: 0
    }

    .gb-footer__top .gb-footer__col4.s-clear {
        padding-right: 24px
    }

    .gb-footer__top .gb-footer__col-wrap strong a {
        font-size: 16px
    }

    .gb-footer__top .gb-footer__col-wrap .gb-footer__sns-list strong {
        margin-bottom: 0
    }

    .gb-footer__top .gb-footer__blank a:after, .gb-footer__top .gb-footer__blank a:hover:after {
        width: 9px;
        height: 9px;
        background-size: 9px 9px
    }

    .gb-footer__top .s-support-link {
        padding: 25px 24px 5px 24px;
        border-bottom: 1px solid #d0d0d0
    }

    .gb-footer__top .s-support-link .gb-footer__svg {
        top: -1px;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        vertical-align: middle
    }

    .gb-footer__top .s-support-link .gb-footer__depth2 {
        margin: -1px -18px 0 0
    }

    .gb-footer__top .s-support-link .gb-footer__item {
        margin: 0 30px 22px 0
    }

    .gb-footer__top .s-support-link .gb-footer__item a {
        padding-left: 32px;
        font-size: 12px;
        line-height: 2
    }

    .gb-footer__top .s-sns-link {
        padding: 24px 24px 30px 24px
    }

    .gb-footer__top .s-sns-link .gb-footer__depth2 {
        margin: 0 -14px 0
    }

    .gb-footer__svg {
        width: 35px;
        height: 35px;
        background-size: 24px 24px
    }

    .gb-footer__depth2 .gb-footer__item {
        display: inline-block
    }

    .gb-footer__sns-list strong {
        margin-bottom: 0
    }

    .gb-footer__sns-list a {
        width: 35px;
        height: 35px;
        background-size: 35px 35px
    }

    .gb-footer__sns-list .gb-footer__depth2 {
        max-width: inherit;
        padding-top: 0
    }

    .gb-footer__sns-list .gb-footer__item {
        margin: 24px 0 0 0;
        padding: 0 14px
    }

    .gb-footer__sns-list .gb-footer__item:first-child {
        margin: 24px 0 0 0
    }

    .gb-footer__local-logo {
        margin: 0 -20px 0 0
    }

    .gb-footer__local-logo ul {
        font-size: 0
    }

    .gb-footer__local-logo .gb-footer__item {
        display: inline-block;
        margin-top: 32px;
        margin-right: 24px
    }

    .gb-footer__local-logo .gb-footer__item:first-child {
        margin-top: 32px
    }

    .gb-footer__local-logo .gb-footer__item a {
        font-size: 0
    }

    .gb-footer__copyright {
        top: auto;
        margin-top: 2px;
        padding: 0 24px
    }

    .gb-footer__copyright .gb-footer__text {
        font-size: 10px
    }

    .gb-footer__bottom {
        padding: 12px 0 18px
    }

    .gb-footer__bottom .gb-footer__inner {
        padding: 0 24px
    }

    .gb-footer__bottom-list {
        display: block;
        padding-bottom: 4px
    }

    .gb-footer__bottom-list .gb-footer__list {
        display: block
    }

    .gb-footer__bottom-list .gb-footer__list .gb-footer__item {
        margin: 9px 16px 0 0
    }

    .gb-footer__bottom-list .gb-footer__list .gb-footer__item.gb-footer__blank a:after, .gb-footer__bottom-list .gb-footer__list .gb-footer__item.gb-footer__blank a:hover:after {
        width: 9px;
        height: 9px;
        background-image: url(../images/newwindow.svg);
        background-size: 9px 9px
    }

    .gb-footer__bottom-list a {
        font-size: 10px;
        line-height: 1.5;
        word-break: break-word
    }

    .gb-footer__lang {
        position: static;
        display: block;
        width: auto;
        text-align: left
    }

    .gb-footer__lang a {
        margin-top: 22px;
        padding: 0 13px 0 0
    }

    .gb-footer__lang a:after {
        top: 2px;
        height: 9px
    }

    .gb-footer__lang-select {
        margin-bottom: -14px;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 8px 15px
    }

    .gb-footer__lang-select a {
        margin-top: 0;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 0
    }

    .gb-footer__lang-select a:after {
        margin-top: 9px
    }

    .gb-footer__flag {
        margin- . gb-footer__flag
        opp-float: 6px
    }

    .gb-footer__btn-top {
        position: static;
        padding: 0;
        border-bottom: 1px solid #d0d0d0;
        font-size: 14px;
        text-align: center
    }

    .gb-footer__btn-top a {
        display: block;
        padding: 18px 0 16px;
        font-size: 14px
    }

    .gb-footer__btn-top a:after {
        display: inline-block;
        position: static;
        width: 14px;
        height: 8px;
        margin: -1px 0 1px 12px
    }

    .gb-footer__legal {
        margin: 17px 0 2px
    }

    .gb-footer__legal p {
        font-size: 10px;
        line-height: 1.75
    }
}

.cm-g-static-content {
    overflow: hidden
}

.cm-g-static-content:after {
    display: block;
    clear: both;
    content: ''
}

.sc-page-title {
    border-bottom: 1px solid #dadada
}

.sc-page-title__title {
    width: 920px;
    width: 63.88889vw;
    margin: 0 auto;
    font-weight: bold;
    font-size: 16px;
    color: #636363;
    text-align: center;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width: 1440px) {
    .sc-page-title__title {
        width: 920px
    }
}

.sc-page-title__inner {
    position: relative;
    max-width: 1440px;
    min-width: 320px;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #fff
}

.sc-page-title__share {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px
}

.sc-page-title__share:after {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.sc-page-title__share-btn {
    display: inline-block;
    padding: 8px;
    font-size: 0;
    vertical-align: middle
}

.sc-page-title__share-btn:before {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 24px;
    background-image: url(../images/svg-pd-share.svg);
    background-repeat: no-repeat;
    vertical-align: middle;
    content: ''
}

.sc-page-title__share-btn span {
    display: inline-block;
    position: relative;
    margin-left: 7px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase
}

.sc-page-title__share.s-active .sc-page-title__share-btn:before {
    background-image: url(../images/svg-pd-share-on.svg)
}

.sc-page-title__share.s-active .sc-page-title__share-btn span {
    color: #1428a0
}

.sc-page-title__share-list {
    position: absolute;
    z-index: 999;
    right: -16px;
    padding: 11px 0 10px;
    border: 1px solid #dadada;
    background-color: #fff
}

.sc-page-title__share-list:before, .sc-page-title__share-list:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    content: ''
}

.sc-page-title__share-list:before {
    top: -7px;
    right: 36px;
    border-width: 0 7px 7px;
    border-bottom-color: #dadada
}

.sc-page-title__share-list:after {
    top: -6px;
    right: 37px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

.sc-page-title__share-link {
    display: block;
    min-width: 148px;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 12px;
    color: #363636;
    text-align: left
}

.sc-page-title__share-link:before {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-top: -1px;
    margin-right: 10px;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: ''
}

.sc-page-title__share-link:hover, .sc-page-title__share-link:focus, .sc-page-title__share-link:active {
    color: #1428a0
}

.sc-page-title__share-link.s-ico-facebook:before {
    background-image: url(../images/svg-facebook.svg)
}

.sc-page-title__share-link.s-ico-facebook:hover:before, .sc-page-title__share-link.s-ico-facebook:focus:before, .sc-page-title__share-link.s-ico-facebook:active:before {
    background-image: url(../images/svg-facebook-hover.svg)
}

.sc-page-title__share-link.s-ico-twitter:before {
    background-image: url(../images/svg-twitter.svg)
}

.sc-page-title__share-link.s-ico-twitter:hover:before, .sc-page-title__share-link.s-ico-twitter:focus:before, .sc-page-title__share-link.s-ico-twitter:active:before {
    background-image: url(../images/svg-twitter-hover.svg)
}

.sc-page-title__share-link.s-ico-pinterest:before {
    background-image: url(../images/svg-pinterest.svg)
}

.sc-page-title__share-link.s-ico-pinterest:hover:before, .sc-page-title__share-link.s-ico-pinterest:focus:before, .sc-page-title__share-link.s-ico-pinterest:active:before {
    background-image: url(../images/svg-pinterest-hover.svg)
}

.sc-page-title__share-link.s-ico-gplus:before {
    background-image: url(../images/svg-gplus.svg)
}

.sc-page-title__share-link.s-ico-gplus:hover:before, .sc-page-title__share-link.s-ico-gplus:focus:before, .sc-page-title__share-link.s-ico-gplus:active:before {
    background-image: url(../images/svg-gplus-hover.svg)
}

.sc-page-title__share-link.s-ico-renren:before {
    background-image: url(../images/svg-renren.svg)
}

.sc-page-title__share-link.s-ico-renren:hover:before, .sc-page-title__share-link.s-ico-renren:focus:before, .sc-page-title__share-link.s-ico-renren:active:before {
    background-image: url(../images/svg-renren-hover.svg)
}

.sc-page-title__share-link.s-ico-qq:before {
    background-image: url(../images/svg-qq.svg)
}

.sc-page-title__share-link.s-ico-qq:hover:before, .sc-page-title__share-link.s-ico-qq:focus:before, .sc-page-title__share-link.s-ico-qq:active:before {
    background-image: url(../images/svg-qq-hover.svg)
}

.sc-page-title__share-link.s-ico-weibo:before {
    background-image: url(../images/svg-weibo.svg)
}

.sc-page-title__share-link.s-ico-weibo:hover:before, .sc-page-title__share-link.s-ico-weibo:focus:before, .sc-page-title__share-link.s-ico-weibo:active:before {
    background-image: url(../images/svg-weibo-hover.svg)
}

.sc-page-title__share-link.s-ico-weixin:before {
    background-image: url(../images/svg-weixin.svg)
}

.sc-page-title__share-link.s-ico-weixin:hover:before, .sc-page-title__share-link.s-ico-weixin:focus:before, .sc-page-title__share-link.s-ico-weixin:active:before {
    background-image: url(../images/svg-weixin-hover.svg)
}

.sc-page-title__share-link.s-ico-vk:before {
    background-image: url(../images/svg-vk.svg)
}

.sc-page-title__share-link.s-ico-vk:hover:before, .sc-page-title__share-link.s-ico-vk:focus:before, .sc-page-title__share-link.s-ico-vk:active:before {
    background-image: url(../images/svg-vk-hover.svg)
}

.no-svg .sc-page-title__share-btn:before {
    background-image: url(../imgs/sp-title-ie8.png);
    background-position: 0 0
}

.no-svg .sc-page-title__share-btn:hover:before {
    background-image: url(../imgs/sp-title-ie8.png);
    background-position: 0 -26px
}

.no-svg .sc-page-title__share-link:before {
    background-image: url(../imgs/sp-title-ie8.png);
    background-size: 140px auto
}

.no-svg .sc-page-title__share-link:hover:before {
    background-image: url(../imgs/sp-title-ie8.png)
}

.no-svg .sc-page-title__share-link.s-ico-facebook:before {
    background-position: -18px 0
}

.no-svg .sc-page-title__share-link.s-ico-facebook:hover:before {
    background-position: -18px -28px
}

.no-svg .sc-page-title__share-link.s-ico-twitter:before {
    background-position: -46px 0
}

.no-svg .sc-page-title__share-link.s-ico-twitter:hover:before {
    background-position: -46px -28px
}

.no-svg .sc-page-title__share-link.s-ico-pinterest:before {
    background-position: -74px 0
}

.no-svg .sc-page-title__share-link.s-ico-pinterest:hover:before {
    background-position: -74px -28px
}

.no-svg .sc-page-title__share-link.s-ico-gplus:before {
    background-position: -102px 0
}

.no-svg .sc-page-title__share-link.s-ico-gplus:hover:before {
    background-position: -102px -28px
}

.no-svg .sc-page-title__share-link.s-ico-renren:before {
    background-position: 0 -56px
}

.no-svg .sc-page-title__share-link.s-ico-renren:hover:before {
    background-position: 0 -84px
}

.no-svg .sc-page-title__share-link.s-ico-qq:before {
    background-position: -28px -56px
}

.no-svg .sc-page-title__share-link.s-ico-qq:hover:before {
    background-position: -28px -84px
}

.no-svg .sc-page-title__share-link.s-ico-weibo:before {
    background-position: -56px -56px
}

.no-svg .sc-page-title__share-link.s-ico-weibo:hover:before {
    background-position: -56px -84px
}

.no-svg .sc-page-title__share-link.s-ico-weixin:before {
    background-position: -84px -56px
}

.no-svg .sc-page-title__share-link.s-ico-weixin:hover:before {
    background-position: -84px -84px
}

.no-svg .sc-page-title__share-link.s-ico-vk:before {
    background-position: -112px -56px
}

.no-svg .sc-page-title__share-link.s-ico-vk:hover:before {
    background-position: -112px -84px
}

#weixin_share {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -206px 0 0 -170px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 340px;
    height: 442px;
    overflow: hidden;
    display: none;
    z-index: 99999
}

.weixin_tit {
    clear: both;
    height: 26px;
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.weixin_tit h3 {
    float: left;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    display: block
}

.weixin_tit a {
    float: right;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    margin-top: 2px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff
}

.weixin_erweima {
    clear: both;
    padding-top: 10px;
    text-align: center;
    margin-left: 10px
}

.weixin_btit {
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    padding: 12px 20px
}

@media screen and (max-width: 768px) {
    .sc-page-title__title {
        width: auto;
        padding: 0 40px;
        font-size: 18px
    }

    .sc-page-title__inner {
        padding: 12px 0 11px
    }

    .sc-page-title__share {
        right: 3px
    }

    .sc-page-title__share-btn {
        padding: 13px 13px 12px
    }

    .sc-page-title__share-btn:before {
        width: 11px;
        height: 16px
    }

    .sc-page-title__share-btn span {
        display: none
    }

    .sc-page-title__share-list {
        padding: 16px 0 15px;
        right: 5px
    }

    .sc-page-title__share-list:before {
        top: -8px;
        right: 2px;
        border-width: 0 8px 8px
    }

    .sc-page-title__share-list:after {
        top: -7px;
        right: 3px;
        border-width: 0 7px 7px
    }

    .sc-page-title__share-link {
        min-width: 170px;
        padding: 9px 20px
    }

    .sc-page-title__share-link:before {
        width: 31px;
        height: 31px;
        margin-right: 12px
    }
}

.gb-legal {
    border-top: 1px solid #d0d0d0;
    background: #f7f7f7
}

.gb-legal__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-legal__column {
    float: left;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word
}

.gb-legal p {
    margin-top: 16px;
    font-size: 12px;
    color: #363636;
    line-height: 1.34
}

.gb-legal p:first-child {
    margin-top: 0
}

.gb-legal a {
    color: #1428a0;
    text-decoration: underline
}

.gb-legal a:hover {
    text-decoration: underline
}

.gb-legal__inner-wrap:before, .gb-legal__inner-wrap:after {
    content: '';
    display: block;
    clear: both
}

.gb-legal__inner-wrap__col1 {
    padding: 21px 6.75% 20px
}

.gb-legal__inner-wrap__col2 {
    padding: 21px 6.75% 30px
}

.gb-legal__inner-wrap__col3 {
    padding: 31px 13.28% 27px 6.75%
}

.gb-legal__inner-wrap__col2 .gb-legal__column {
    width: 50%
}

.gb-legal__inner-wrap__col3 .gb-legal__column {
    width: 33.33%
}

@media screen and (max-width: 768px) {
    .gb-legal__inner {
        padding: 28px 16px 26px
    }

    .gb-legal__inner-wrap__col1, .gb-legal__inner-wrap__col2, .gb-legal__inner-wrap__col3 {
        padding: 0 !important
    }

    .gb-legal__inner-wrap .gb-legal__column {
        float: none;
        width: auto;
        padding: 0 2.13%
    }

    .gb-legal p {
        margin-top: 12px;
        font-size: 10px;
        line-height: 1.2
    }

    .gb-legal__column {
        margin-top: 12px
    }

    .gb-legal__column:first-child {
        margin-top: 0
    }
}

.cm-layer-alert {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
    width: 338px;
    padding: 20px;
    margin-left: -189px;
    background: #fff
}

.cm-layer-alert__desc {
    margin: 0 19px;
    padding: 37px 0 29px;
    font-size: 16px;
    text-align: center;
    line-height: 1.3
}

.cm-layer-alert__link {
    display: block;
    padding: 15px 20px 13px;
    background: #1428a0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.cm-layer-alert__link:hover {
    background: #0b175c
}

.cm-layer-alert__close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px
}

.cm-layer-alert__close span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../imgs/sp-gnb-pc.png) no-repeat -136px 0;
    background-repeat: no-repeat;
    font-size: 0
}

@media screen and (max-width: 768px) {
    .cm-layer-alert {
        width: 484.26667px;
        width: 63.05556vw;
        padding: 34.13333px;
        padding: 4.44444vw;
        margin-left: -275.2px;
        margin-left: -35.83333vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert {
        width: 227px;
        width: 63.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert {
        padding: 16px;
        padding: 4.44444vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert {
        margin-left: -129px;
        margin-left: -35.83333vw
    }
}

@media screen and (max-width: 768px) {
    .cm-layer-alert__desc {
        margin: 0px 42.66667px;
        margin: 0vw 5.55556vw;
        padding: 51.2px 0px 42.66667px;
        padding: 6.66667vw 0vw 5.55556vw;
        font-size: 29.86667px;
        font-size: 3.88889vw;
        line-height: 1.36
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__desc {
        margin: 0px 20px;
        margin: 0vw 5.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__desc {
        padding: 24px 0px 20px;
        padding: 6.66667vw 0vw 5.55556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__desc {
        font-size: 14px;
        font-size: 3.88889vw
    }
}

@media screen and (max-width: 768px) {
    .cm-layer-alert__link {
        padding: 21.33333px 34.13333px 19.2px;
        padding: 2.77778vw 4.44444vw 2.5vw;
        font-size: 25.6px;
        font-size: 3.33333vw;
        line-height: 1.3
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__link {
        padding: 10px 16px 9px;
        padding: 2.77778vw 4.44444vw 2.5vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__link {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 768px) {
    .cm-layer-alert__close {
        top: 23.46667px;
        top: 3.05556vw;
        right: 21.33333px;
        right: 2.77778vw;
        width: 51.2px;
        width: 6.66667vw;
        height: 51.2px;
        height: 6.66667vw;
        padding: 10.66667px;
        padding: 1.38889vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close {
        top: 11px;
        top: 3.05556vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close {
        right: 10px;
        right: 2.77778vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close {
        width: 24px;
        width: 6.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close {
        height: 24px;
        height: 6.66667vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close {
        padding: 5px;
        padding: 1.38889vw
    }
}

@media screen and (max-width: 768px) {
    .cm-layer-alert__close span {
        width: 27.73333px;
        width: 3.61111vw;
        height: 27.73333px;
        height: 3.61111vw;
        background: url(../imgs/gnb-btn-close-mo.png) no-repeat;
        background-size: 100%
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close span {
        width: 13px;
        width: 3.61111vw
    }
}

@media screen and (max-width: 768px) and (max-width: 360px) {
    .cm-layer-alert__close span {
        height: 13px;
        height: 3.61111vw
    }
}

.cm-breadcrumb__inner {
    max-width: 1230px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff
}

.cm-breadcrumb__path {
    max-width: 70%;
    padding: 13px 25px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
    font-size: 0;
    white-space: nowrap;
    text-align: left
}

.cm-breadcrumb__path li {
    display: inline-block;
    margin-right: 3px;
    font-size: 12px;
    color: #000;
    text-indent: 2px;
    vertical-align: middle
}

.cm-breadcrumb__path li:last-child {
    overflow: hidden;
    max-width: 60%;
    font-weight: bold;
    color: #636363
}

.cm-breadcrumb__path li:last-child span {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cm-breadcrumb__path li:first-child span {
    display: inline-block;
    vertical-align: middle
}

.cm-breadcrumb__path a {
    color: #636363
}

@media screen and (max-width: 768px) {
    .cm-breadcrumb {
        display: none
    }
}

.cm-page-title {
    display: none
}

@media screen and (max-width: 768px) {
    .cm-page-title {
        display: block;
        padding: 12px 24px 11px;
        border-bottom: 1px solid #dadada;
        background-color: #fff;
        text-align: center
    }

    .cm-page-title h1 {
        font-weight: bold;
        font-size: 18px;
        color: #636363;
        line-height: 1;
        text-transform: uppercase
    }
}

.cookie-notice {
    position: relative;
    padding: 12px 46px 10px;
    background: #52565a;
    line-height: 1.44;
    text-align: center
}

.cookie-notice__desc {
    font-size: 14px;
    color: #cacaca;
    word-break: break-word
}

.cookie-notice__link {
    display: inline-block;
    font-size: 14px;
    color: #fff
}

.cookie-notice__btn-close {
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 36px;
    height: 36px;
    padding: 10px;
    font-size: 0;
    cursor: pointer
}

.cookie-notice__btn-close:after {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/svg-close-white.svg);
    background-repeat: no-repeat;
    content: ''
}

.cookie-geo {
    display: none;
    position: relative;
    padding: 10px 32px;
    background: #363636;
    padding: 14px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cookie-warning .cookie-geo {
    display: block
}

.cookie-geo .btn-close {
    position: absolute;
    top: 5px;
    left: auto;
    right: 10px;
    padding: 10px;
    cursor: pointer
}

.cookie-geo .ico-btn-close {
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(../images/svg-close-white.svg);
    line-height: 100px
}

.cookie-geo .geo-inner {
    max-width: 1254px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cookie-geo .geo-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    width: 100%;
    display: table \0;
    font-size: 13px;
    color: #fff
}

.cookie-geo .geo-select + p.geo-msg-cookie {
    margin-top: 14px;
    padding-right: 0;
    border-top: 1px solid #4a4a4a;
    text-align: left
}

.cookie-geo .geo-msg {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.6;
    display: table-cell \0;
    width: 100% \0
}

.cookie-geo .geo-msg span {
    font-weight: bold
}

.cookie-geo .select-country {
    margin-top: 4px;
    display: table-cell \0;
    min-width: 50% \0;
    line-height: normal
}

.cookie-geo .select-country p {
    color: #a0a0a0
}

.cookie-geo .btn-group {
    margin-top: 9px;
    white-space: nowrap
}

.cookie-geo .btn-group button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: normal
}

.cookie-geo .btn-group button :first-child {
    margin-left: 0
}

.cookie-geo .btn-group button:hover span {
    text-decoration: underline
}

.cookie-geo .btn-group button .geo-flag {
    display: inline-block;
    margin-right: 9px;
    border: 1px solid #4a4a4a;
    width: 29px;
    height: 18px;
    vertical-align: middle
}

.cookie-geo .btn-group button > span {
    display: inline-block;
    position: relative;
    color: #fff;
    vertical-align: middle
}

.cookie-geo .btn-group button > span .lang {
    display: inline
}

.cookie-geo .btn-keep {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px
}

.cookie-geo .btn-visit {
    display: inline-block;
    vertical-align: top
}

.cookie-geo .btn-visit button {
    margin-left: 20px
}

.cookie-geo .btn-visit button:first-child {
    margin-left: 0
}

.cookie-geo .geo-msg-cookie {
    position: relative;
    margin-top: -8px;
    padding-top: 8px;
    padding-right: 25px;
    font-size: 13px;
    line-height: 1.2;
    color: #a0a0a0;
    text-align: center
}

.cookie-geo .geo-msg-cookie a {
    color: #fff;
    text-decoration: underline
}

.cookie-geo .geo-msg-cookie span {
    display: block;
    margin-top: 3px
}

.no-svg .cookie-notice__btn-close:after, .no-svg .cookie-geo .ico-btn-close {
    background-image: url(../imgs/sp-gnb-ie8.png);
    background-size: 160px auto;
    background-position: -34px -42px
}

@media screen and (max-width: 768px) {
    .cookie-geo .geo-inner {
        padding: 0 15px
    }

    .cookie-geo .geo-select {
        display: block
    }

    .cookie-geo .geo-select + .geo-msg-cookie {
        margin-top: 3px
    }

    .cookie-geo .geo-msg {
        display: block;
        font-size: 14px;
        line-height: 1.4;
        padding-right: 30px
    }

    .cookie-geo .select-country {
        display: block
    }

    .cookie-geo .select-country p {
        font-size: 12px
    }

    .cookie-geo .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -js-display: flex;
        display: flex;
        display: block \0;
        margin-top: 12px;
        width: 100%
    }

    .cookie-geo .btn-group button {
        font-size: 12px;
        line-height: 1
    }

    .cookie-geo .btn-group button .geo-flag {
        width: 33px;
        height: 22px;
        border: 1px solid #494949
    }

    .cookie-geo .btn-group button > span .lang {
        display: block
    }

    .cookie-geo .btn-keep {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 12px;
        margin-right: 10px;
        display: inline-block \0
    }

    .cookie-geo .btn-visit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -js-display: flex;
        display: flex;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-bottom: 12px;
        min-width: 50%;
        max-width: 66.6%;
        white-space: nowrap;
        display: inline-block \0;
        float: right \0;
        min-width: auto \0
    }

    .cookie-geo .btn-visit:before, .cookie-geo .btn-visit:after {
        content: '';
        display: block;
        clear: both
    }

    .cookie-geo .btn-visit button {
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 2%;
        margin-left: 10px \0
    }
}

@media screen and (max-width: 768px) and (max-width: 480px) {
    .cookie-geo .btn-group {
        display: block
    }

    .cookie-geo .btn-group button .geo-flag {
        margin-right: 7px
    }

    .cookie-geo .btn-keep {
        display: inline-block
    }

    .cookie-geo .btn-visit {
        display: block;
        float: right;
        width: auto;
        max-width: 100%
    }

    .cookie-geo .btn-visit button:first-child {
        padding-left: 0
    }

    .cookie-geo .btn-visit button:nth-child(2):last-child {
        min-width: 50%
    }
}

.cm-custom-popup {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-animation: fadein 0.5s 0.1s forwards;
    animation: fadein 0.5s 0.1s forwards
}

.cm-custom-popup__inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.cm-custom-popup__popup-area {
    display: inline-block;
    position: relative;
    min-width: 200px;
    margin: 0 10px;
    padding: 57px 20px 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left
}

.cm-custom-popup__desc {
    font-size: 16px;
    color: #363636;
    line-height: 20px;
    text-align: center
}

.cm-custom-popup__list {
    margin-top: 10px;
    padding: 0 20px
}

.cm-custom-popup__list li {
    padding-left: 10px;
    color: #363636
}

.cm-custom-popup__list li:before {
    display: inline-block;
    width: 10px;
    margin-left: -10px;
    content: '- '
}

.cm-custom-popup__list a {
    font-size: 16px;
    line-height: 24px;
    color: #1428a0;
    text-decoration: underline
}

.cm-custom-popup__checkbox-wrap {
    position: relative;
    margin: 20px 20px 0
}

.cm-custom-popup__checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 20px
}

.cm-custom-popup__checkbox-label {
    display: inline-block;
    position: relative;
    padding-top: 1px;
    padding-left: 29px;
    min-height: 20px;
    font-size: 14px;
    line-height: 19px;
    color: #363636;
    cursor: pointer;
    vertical-align: top
}

.cm-custom-popup__checkbox-label:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 18px;
    height: 18px;
    border: 1px solid #dadada;
    background: url("../imgs/sp-gnb-pc.png") no-repeat;
    background-position: -52px -95px;
    content: ''
}

.cm-custom-popup__checkbox-input:checked + .cm-custom-popup__checkbox-label:before {
    background-position: -72px -95px
}

.cm-custom-popup__checkbox-input.s-checked + .cm-custom-popup__checkbox-label:before {
    background-position: -72px -95px
}

.cm-custom-popup__checkbox-input:focus + .cm-custom-popup__checkbox-label:before {
    -webkit-box-shadow: 0 0 3px;
    box-shadow: 0 0 3px
}

.cm-custom-popup__link-wrap {
    margin-top: 23px;
    vertical-align: top
}

.cm-custom-popup__link {
    display: block;
    padding: 15px 20px 13px;
    background: #1428a0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.cm-custom-popup__link:hover {
    background: #0b175c
}

.cm-custom-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px
}

.cm-custom-popup__close span {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url("../imgs/sp-gnb-pc.png") no-repeat -136px 0;
    background-repeat: no-repeat;
    font-size: 0
}

@media screen and (max-width: 768px) {
    .cm-custom-popup__desc, .cm-custom-popup__list a {
        font-size: 14px;
        line-height: 16px
    }

    .cm-custom-popup__list {
        margin-top: 9px
    }

    .cm-custom-popup__checkbox-label {
        font-size: 12px
    }

    .cm-custom-popup__checkbox-label:before {
        background: url("../imgs/sp-gnb-mo.png") no-repeat;
        background-size: 130px auto;
        background-position: -90px -79px
    }

    .cm-custom-popup__checkbox-input:checked + .cm-custom-popup__checkbox-label:before {
        background-position: -110px -79px
    }

    .cm-custom-popup__checkbox-input.s-checked + .cm-custom-popup__checkbox-label:before {
        background-position: -110px -79px
    }

    .cm-custom-popup__checkbox-wrap {
        margin-top: 17px
    }

    .cm-custom-popup__link-wrap {
        margin-top: 19px
    }

    .cm-custom-popup__link {
        font-size: 12px
    }

    .cm-custom-popup__close span {
        background: url(../imgs/gnb-btn-close-mo.png) no-repeat;
        background-size: 100% auto
    }
}

.gb-gnb .s-svg:after {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../imgs/sp-gnb-pc.png);
    background-size: 160px auto;
    background-repeat: no-repeat;
    color: transparent;
    content: ''
}

.gb-gnb__dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5
}

.gb-gnb__logo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -65px;
    padding: 23px 0 22px
}

.gb-gnb__logo:after {
    display: block;
    vertical-align: top;
    width: 130px;
    height: 19px;
    background-position: 0 0
}

.gb-gnb .gb-gnb__notice-bar {
    position: relative;
    z-index: 1010;
    background-color: #efefef;
    border-bottom: 1px solid #dadada
}

.gb-gnb .gb-gnb__notice-bar-inner {
    position: relative;
    padding: 10px 0 8px;
    max-width: 1254px;
    margin: 0 auto;
    text-align: center
}

.gb-gnb .gb-gnb__notice-bar-desc {
    display: inline-block;
    margin-left: 13px;
    padding-left: 18px;
    border-left: 1px solid #dadada;
    font-weight: bold;
    font-size: 14px;
    color: #363636;
    line-height: 30px;
    text-transform: uppercase
}

.gb-gnb .gb-gnb__notice-bar-desc:first-child {
    margin: 0;
    padding: 0;
    border: 0
}

.gb-gnb .gb-gnb__notice-bar-link {
    display: inline-block;
    margin-left: 18px;
    font-size: 12px;
    color: #1428a0
}

.gb-gnb .gb-gnb__notice-bar .s-arw-right {
    margin-top: -2px;
    margin-left: 10px
}

.gb-gnb .gb-gnb__notice-bar .s-arw-right:after {
    width: 7px;
    height: 11px;
    background-position: -80px -42px
}

.gb-gnb .gb-gnb__notice-bar .s-ico-close {
    position: absolute;
    top: 9px;
    right: 15px;
    padding: 10px
}

.gb-gnb .gb-gnb__notice-bar .s-ico-close:after {
    width: 12px;
    height: 12px;
    background-position: -66px -42px
}

.gb-gnb .gb-gnb__notice-bar button:hover .s-ico-close:after {
    width: 12px;
    height: 12px;
    background-position: -66px -42px
}

.gb-gnb {
    position: relative;
    z-index: 1000
}

.gb-gnb__bar {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #dadada
}

.gb-gnb__bar-inner {
    max-width: 1254px;
    min-width: 320px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb__bar-inner:before, .gb-gnb__bar-inner:after {
    content: '';
    display: block;
    clear: both
}

.gb-gnb__bar .s-gnb-toggler {
    display: none
}

.gb-gnb__bar .s-ico-close {
    display: none
}

.gb-gnb .s-btn-toggler, .gb-gnb .s-btn-link {
    display: table-cell;
    position: relative;
    height: 63px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 14px;
    color: #363636;
    line-height: 18px;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left
}

.gb-gnb .s-btn-toggler:hover, .gb-gnb .s-btn-toggler:focus, .gb-gnb .s-btn-toggler:active, .gb-gnb .s-btn-toggler[aria-selected="true"], .gb-gnb .s-btn-link:hover, .gb-gnb .s-btn-link:focus, .gb-gnb .s-btn-link:active, .gb-gnb .s-btn-link[aria-selected="true"] {
    color: #1428a0
}

.gb-gnb .s-btn-link .s-arw-right, .gb-gnb .s-btn-link .s-ico-new-window {
    margin-top: -2px;
    margin-left: 4px;
    vertical-align: middle
}

.gb-gnb .s-btn-link .s-arw-right {
    display: none;
    width: 5px;
    height: 8px;
    margin-right: -9px
}

.gb-gnb .s-btn-link .s-arw-right:after {
    width: 5px;
    height: 8px;
    background-position: -98px -42px
}

.gb-gnb .s-btn-link .s-ico-new-window {
    display: inline-block;
    margin-left: 4px;
    margin-right: -15px;
    font-size: 0
}

.gb-gnb .s-btn-link .s-ico-new-window:after {
    width: 11px;
    height: 11px;
    background-position: 0 -22px
}

.gb-gnb__main {
    display: table;
    float: left;
    max-width: 520px;
    height: 64px
}

.gb-gnb__main .s-depth1-wrap {
    display: table-cell;
    padding: 0 12px;
    vertical-align: top
}

.gb-gnb__main .s-depth1-wrap:first-child {
    padding-left: 0
}

.gb-gnb__main .s-btn-toggler[aria-selected="true"]:after {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: -1px;
    z-index: 1001;
    height: 3px;
    background-color: #1428a0;
    content: ''
}

.gb-gnb .gb-gnb__sub {
    float: right
}

.gb-gnb .gb-gnb__sub:before, .gb-gnb .gb-gnb__sub:after {
    content: '';
    display: block;
    clear: both
}

.gb-gnb .gb-gnb__sub-nav {
    display: table;
    float: left
}

.gb-gnb .gb-gnb__sub-nav .s-depth1-wrap {
    display: table-cell;
    padding: 0 12px;
    vertical-align: top
}

.gb-gnb .gb-gnb__sub-nav .s-depth1-wrap:first-child {
    padding-left: 0
}

.gb-gnb .gb-gnb__sub-nav .s-btn-toggler[aria-selected="true"]:after {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: -1px;
    z-index: 1001;
    height: 3px;
    background-color: #1428a0;
    content: ''
}

.gb-gnb__utility {
    float: left;
    padding-left: 8px
}

.gb-gnb__utility > li {
    float: left;
    margin-left: 14px
}

.gb-gnb__utility > li .s-btn-utility {
    display: inline-block;
    overflow: visible;
    position: relative;
    height: 64px;
    padding: 0 5px
}

.gb-gnb__utility > li .s-btn-utility .s-svg {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: top
}

.gb-gnb__utility > li a.s-btn-utility {
    line-height: 64px
}

.gb-gnb__utility > li a.s-btn-utility .s-svg {
    top: -1px;
    vertical-align: middle
}

.gb-gnb__utility > li .s-btn-login {
    display: block;
    padding: 0 5px;
    font-weight: bold;
    font-size: 14px;
    color: #363636;
    line-height: 64px
}

.gb-gnb__utility > li .s-btn-login:hover, .gb-gnb__utility > li .s-btn-login:focus, .gb-gnb__utility > li .s-btn-login:active {
    color: #1428a0
}

.gb-gnb__utility > li .s-btn-login .s-arw-right {
    display: none;
    width: 5px;
    height: 8px;
    margin-left: 4px;
    margin-right: -9px
}

.gb-gnb__utility > li .s-btn-login .s-arw-right:after {
    width: 5px;
    height: 8px;
    background-position: -98px -42px
}

.gb-gnb__utility > li.s-mymenu {
    position: relative
}

.gb-gnb__utility > li.s-mymenu .s-btn-utility:hover:before, .gb-gnb__utility > li.s-mymenu .s-btn-utility[aria-expanded="true"]:before {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -1px;
    z-index: 1001;
    height: 3px;
    background-color: #1428a0;
    content: ''
}

.gb-gnb__utility > li.s-mymenu_new, .gb-gnb__utility > li.s-login_new {
    position: relative
}

.gb-gnb__utility > li.s-mymenu_new .gb-gnb__my-layer, .gb-gnb__utility > li.s-login_new .gb-gnb__my-layer {
    top: 64px;
    right: -80px
}

.gb-gnb__utility > li.s-mymenu_new .gb-gnb__my-layer:before, .gb-gnb__utility > li.s-login_new .gb-gnb__my-layer:before {
    position: absolute;
    width: 17px;
    height: 17px;
    left: 84px;
    top: -10px;
    z-index: 1001;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: ''
}

.gb-gnb__utility > li.s-mymenu_new .s-btn-utility:hover:before, .gb-gnb__utility > li.s-mymenu_new .s-btn-utility[aria-expanded="true"]:before, .gb-gnb__utility > li.s-login_new .s-btn-utility:hover:before, .gb-gnb__utility > li.s-login_new .s-btn-utility[aria-expanded="true"]:before {
    display: none
}

.gb-gnb .s-search-arrow {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 50%;
    width: 24px;
    height: 12px;
    margin-left: -12px
}

.gb-gnb .s-search-arrow:before, .gb-gnb .s-search-arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    content: ''
}

.gb-gnb .s-search-arrow:before {
    border-width: 12px;
    border-bottom-color: #dadada;
    border-top-width: 0;
    top: 0;
    left: 0
}

.gb-gnb .s-search-arrow:after {
    border-width: 11px;
    border-bottom-color: #fff;
    border-top-width: 0;
    top: 1px;
    left: 1px
}

.gb-gnb .gb-gnb__my-layer {
    display: none;
    position: absolute;
    top: 64px;
    right: -39px;
    width: 186px;
    background-color: #fff;
    border: 1px solid #dadada
}

.gb-gnb .gb-gnb__my-layer li {
    float: none;
    margin: 0 20px;
    font-size: 12px;
    line-height: 18px
}

.gb-gnb .gb-gnb__my-layer li:first-child {
    padding: 8px 0 7px;
    border-bottom: 1px solid #dadada
}

.gb-gnb .gb-gnb__my-layer li:first-child .s-mymenu-name {
    display: block;
    margin: 0;
    color: #1428a0;
    text-transform: uppercase
}

.gb-gnb .gb-gnb__my-layer li:first-child .s-mymenu-name strong {
    font-weight: normal
}

.gb-gnb .gb-gnb__my-layer a {
    display: block;
    margin-bottom: 3px;
    padding: 8px 0 7px;
    color: #363636
}

.gb-gnb .gb-gnb__my-layer a:hover, .gb-gnb .gb-gnb__my-layer a:focus, .gb-gnb .gb-gnb__my-layer a:active {
    color: #1428a0
}

.gb-gnb .gb-gnb__my-layer li:last-child a {
    margin-bottom: 0
}

.gb-gnb .s-mymenu_new, .gb-gnb .s-login_new {
    top: inherit;
    right: inherit
}

.gb-gnb .s-mymenu_new li, .gb-gnb .s-login_new li {
    font-weight: bold
}

.gb-gnb .s-mymenu_new li:first-child, .gb-gnb .s-login_new li:first-child {
    margin-bottom: 5px
}

.gb-gnb .s-mymenu_new li:first-child .s-mymenu-name strong, .gb-gnb .s-login_new li:first-child .s-mymenu-name strong {
    font-weight: bold
}

.gb-gnb .s-mymenu_new a, .gb-gnb .s-login_new a {
    margin-bottom: inherit
}

.gb-gnb .s-mymenu_new li:last-child a, .gb-gnb .s-login_new li:last-child a {
    margin-bottom: 5px
}

.gb-gnb .gb-gnb__drop-desktop {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    border: 1px solid #dadada;
    border-width: 1px 0;
    background-color: #fff;
    z-index: 1000
}

.gb-gnb .gb-gnb__drop-desktop .gb-gnb__drop-inner {
    position: relative;
    max-width: 1230px;
    height: 100%;
    margin: 0 auto;
    padding-top: 47px;
    padding-bottom: 14px;
    padding-right: 45px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb .gb-gnb__drop-desktop .gb-gnb__drop-inner:before, .gb-gnb .gb-gnb__drop-desktop .gb-gnb__drop-inner:after {
    content: '';
    display: block;
    clear: both
}

.gb-gnb .gb-gnb__drop-desktop .s-ico-close {
    display: block;
    position: absolute;
    top: 40px;
    right: 14px;
    padding: 10px
}

.gb-gnb .gb-gnb__drop-desktop .s-ico-close:after {
    width: 20px;
    width: 1.38889vw;
    height: 20px;
    height: 1.38889vw;
    background-image: url(../imgs/gnb-btn-close.png);
    background-size: 100%
}

@media (min-width: 1440px) {
    .gb-gnb .gb-gnb__drop-desktop .s-ico-close:after {
        width: 20px
    }
}

@media (min-width: 1440px) {
    .gb-gnb .gb-gnb__drop-desktop .s-ico-close:after {
        height: 20px
    }
}

.gb-gnb .gb-gnb__drop-desktop .s-ico-close:hover:after {
    background-image: url(../imgs/gnb-btn-close-hover.png)
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-col {
    float: left;
    width: 20%;
    min-height: 1px;
    padding-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-col.s-col-featured {
    position: relative;
    padding-left: 12px;
    padding-right: 12px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-col.s-col-featured:after {
    position: absolute;
    top: -1px;
    bottom: 31px;
    left: 1px;
    width: 1px;
    background-color: #dadada;
    content: ''
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-col.s-col-imagepromo {
    position: relative;
    float: right;
    width: 38%;
    max-width: 423px;
    padding: 4px 0 20px;
    padding-right: 23px;
    text-align: right
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-col.s-col-imagepromo a {
    display: inline-block
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-col.s-col-imagepromo img {
    width: 100%;
    max-width: 400px;
    height: auto
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-wrap {
    padding-bottom: 20px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth3-wrap {
    padding-top: 7px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link, .gb-gnb .gb-gnb__drop-desktop .s-depth3-link {
    display: inline-block;
    max-width: 100%;
    color: #363636;
    line-height: 20px;
    vertical-align: top
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link .s-ico-new-window, .gb-gnb .gb-gnb__drop-desktop .s-depth3-link .s-ico-new-window {
    display: inline-block;
    margin-top: -3px;
    margin-left: 10px;
    margin-right: -21px;
    vertical-align: middle
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link {
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link .s-arw-right {
    width: 7px;
    height: 11px;
    margin-top: -3px;
    margin-left: 10px;
    margin-right: -17px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link .s-arw-right:after {
    background-position: -126px -42px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link .s-ico-new-window:after {
    width: 13px;
    height: 13px;
    background-position: 0 -80px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link:hover .s-arw-right:after, .gb-gnb .gb-gnb__drop-desktop .s-depth2-link:focus .s-arw-right:after {
    background-position: -80px -42px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth2-link:hover .s-ico-new-window:after, .gb-gnb .gb-gnb__drop-desktop .s-depth2-link:focus .s-ico-new-window:after {
    background-position: -15px -80px
}

.gb-gnb .gb-gnb__drop-desktop a.s-depth2-link:hover, .gb-gnb .gb-gnb__drop-desktop a.s-depth2-link:focus {
    color: #1428a0
}

.gb-gnb .gb-gnb__drop-desktop .s-depth3-link {
    margin-bottom: 10px;
    font-size: 14px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth3-link:hover, .gb-gnb .gb-gnb__drop-desktop .s-depth3-link:focus {
    color: #1428a0;
    text-decoration: underline
}

.gb-gnb .gb-gnb__drop-desktop .s-depth3-link .s-ico-new-window:after {
    width: 12px;
    height: 12px;
    background-position: -30px -80px
}

.gb-gnb .gb-gnb__drop-desktop .s-depth3-link:hover .s-ico-new-window:after, .gb-gnb .gb-gnb__drop-desktop .s-depth3-link:focus .s-ico-new-window:after {
    background-position: -44px -80px
}

.gb-gnb__drop-mobile {
    display: none
}

.gb-gnb__search {
    display: none;
    position: absolute;
    top: 64px
}

.gb-gnb__search-inner {
    position: absolute;
    right: -47px;
    width: 826px;
    height: 0
}

.gb-gnb__search-bar {
    float: right;
    position: relative;
    width: 378px;
    border: 1px solid #dadada;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left
}

.gb-gnb__search-input-wrap {
    margin: 10px 23px 20px;
    margin-right: 83px
}

.gb-gnb__search-input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 7px;
    border: 1px solid #dadada;
    border-width: 0 0 1px;
    font-size: 16px;
    color: #363636;
    line-height: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb__search-input::-ms-clear {
    display: none
}

.gb-gnb__search-input::-webkit-input-placeholder {
    color: #636363
}

.gb-gnb__search-input::-ms-input-placeholder {
    color: #636363
}

.gb-gnb__search-input:-ms-input-placeholder {
    color: #636363
}

.gb-gnb__search-input::-moz-placeholder {
    color: #636363
}

.gb-gnb__search-history {
    display: none;
    position: relative;
    background-color: #fff
}

.gb-gnb__search-history-title {
    padding: 7px 0 5px;
    padding-left: 24px;
    padding-right: 50%;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #363636;
    line-height: 18px
}

.gb-gnb__search-history ul {
    padding: 7px 0 32px
}

.gb-gnb__search-history li a {
    display: block;
    overflow: hidden;
    padding: 7px 24px;
    font-weight: bold;
    font-size: 14px;
    color: #363636;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gb-gnb__search-history li a:hover, .gb-gnb__search-history li a:focus, .gb-gnb__search-history li a:active {
    color: #1428a0
}

.gb-gnb__search-history-close {
    position: absolute;
    top: 4px;
    right: 18px;
    max-width: 43.3%;
    padding: 5px;
    font-size: 10px;
    color: #1428a0;
    text-align: right;
    text-transform: uppercase
}

.gb-gnb__search-suggest {
    display: none;
    position: absolute;
    top: 77px;
    right: 0
}

.gb-gnb__search-suggest:before, .gb-gnb__search-suggest:after {
    content: '';
    display: block;
    clear: both
}

.gb-gnb__search-suggest-inner {
    float: right;
    border: 1px solid #dadada;
    background-color: #fff
}

.gb-gnb__search-suggest-nodata {
    display: none;
    float: right;
    width: 376px;
    padding: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #363636;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb__search-suggest-list {
    display: none;
    float: right;
    width: 376px;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb__search-suggest-list-title {
    display: inline-block;
    padding: 0 24px;
    font-size: 14px;
    color: #1428a0;
    line-height: 22px
}

.gb-gnb__search-suggest-list li a {
    display: block;
    padding: 4px 23px;
    font-size: 14px;
    color: #363636;
    line-height: 22px
}

.gb-gnb__search-suggest-list li a:hover, .gb-gnb__search-suggest-list li a:focus, .gb-gnb__search-suggest-list li a:active {
    color: #363636
}

.gb-gnb__search-suggest-list li .s-blue {
    color: #1428a0
}

.gb-gnb__search-suggest-list-category {
    margin-top: 11px
}

.gb-gnb__search-suggest-list-select {
    margin-top: 15px
}

.gb-gnb__search-suggest-list-select li a {
    padding: 6px 23px;
    line-height: 18px
}

.gb-gnb__search-suggest-list-select li a:hover, .gb-gnb__search-suggest-list-select li a:focus {
    color: #fff;
    background-color: #1428a0
}

.gb-gnb__search-typeahead {
    display: none;
    float: left;
    width: 448px;
    padding: 15px 30px 19px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb__search-typeahead:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 377px;
    width: 1px;
    background-color: #dadada;
    content: ''
}

.gb-gnb__search-typeahead-title {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px
}

.gb-gnb__search-typeahead ul {
    margin-top: 12px
}

.gb-gnb__search-typeahead li {
    position: relative;
    border-top: 1px solid #dadada
}

.gb-gnb__search-typeahead li:before, .gb-gnb__search-typeahead li:after {
    content: '';
    display: block;
    clear: both
}

.gb-gnb__search-product {
    min-height: 104px;
    margin-left: 106px;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gb-gnb__search-product-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90px;
    height: 90px;
    margin-top: -45px
}

.gb-gnb__search-product-img img {
    width: 100%;
    height: auto
}

.gb-gnb__search-product-title {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    color: #363636
}

.gb-gnb__search-product-title:hover, .gb-gnb__search-product-title:focus, .gb-gnb__search-product-title:active {
    color: #1428a0
}

.gb-gnb__search-product-title strong {
    font-weight: normal;
    font-size: 12px;
    line-height: 18px
}

.gb-gnb__search-product-rate {
    overflow: hidden;
    margin-top: 10px;
    height: 14px;
    line-height: 0
}

.gb-gnb__search-product-rate-nodata {
    font-size: 11px;
    color: #1428a0;
    line-height: 13px
}

.gb-gnb__search-product-links {
    overflow: hidden;
    margin-top: 14px
}

.gb-gnb__search-product-links .s-btn {
    float: left;
    margin-right: 27px;
    font-size: 10px;
    color: #1428a0;
    text-transform: uppercase;
    white-space: nowrap
}

.gb-gnb__search-star {
    float: left;
    position: relative;
    width: 12px;
    height: 12px;
    margin-left: 2px
}

.gb-gnb__search-star:first-child {
    margin-left: 0
}

.gb-gnb__search-star-wrap:before, .gb-gnb__search-star-wrap:after {
    content: '';
    display: block;
    clear: both
}

.gb-gnb__search-star .s-ico-star-empty, .gb-gnb__search-star .s-ico-star-filled {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px
}

.gb-gnb__search-star .s-ico-star-empty:after, .gb-gnb__search-star .s-ico-star-filled:after {
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../imgs/sp-gnb-pc.png);
    background-size: 160px auto;
    content: ''
}

.gb-gnb__search-star .s-ico-star-empty:after {
    background-position: -14px -42px
}

.gb-gnb__search-star .s-ico-star-filled:after {
    background-position: 0 -42px
}

.gb-gnb__search-star-review-number {
    float: left;
    margin-left: 6px;
    font-size: 12px;
    color: #1428a0;
    line-height: 14px
}

.gb-gnb .gb-gnb__search .s-ico-search, .gb-gnb .gb-gnb__search .s-ico-close {
    display: block;
    position: absolute;
    top: 15px;
    padding: 10px
}

.gb-gnb .gb-gnb__search .s-ico-search:after, .gb-gnb .gb-gnb__search .s-ico-close:after {
    width: 14px;
    height: 14px
}

.gb-gnb .gb-gnb__search .s-ico-search {
    right: 48px
}

.gb-gnb .gb-gnb__search .s-ico-search:after {
    width: 14px;
    height: 14px;
    background-position: -72px -76px
}

.gb-gnb .gb-gnb__search .s-ico-search:hover:after {
    background-position: -88px -76px
}

.gb-gnb .gb-gnb__search .s-ico-close {
    right: 15px;
    padding-left: 11px
}

.gb-gnb .gb-gnb__search .s-ico-close:before {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 1px;
    background-color: #dadada;
    content: ''
}

.gb-gnb .gb-gnb__search .s-ico-close:after {
    width: 14px;
    height: 14px;
    background-position: -104px -60px
}

.gb-gnb .gb-gnb__search .s-ico-close:hover:after {
    background-position: -120px -60px
}

.gb-gnb .gb-gnb__search .s-arw-right {
    display: inline-block;
    width: 5px;
    height: 8px;
    margin-top: -2px;
    margin-left: 7px;
    margin-right: -13px
}

.gb-gnb .gb-gnb__search .s-arw-right:after {
    width: 5px;
    height: 8px;
    background-position: -98px -42px
}

.gb-gnb__cart-empty {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
    width: 338px;
    padding: 20px;
    margin-left: -189px;
    background: #fff
}

.gb-gnb__cart-empty-desc {
    margin: 0 19px;
    padding: 30px 0 37px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3
}

.gb-gnb__cart-empty-desc:before {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    background: url(../imgs/sp-gnb-pc.png) no-repeat 0 -95px;
    background-size: 160px auto;
    color: transparent;
    content: ''
}

.gb-gnb__cart-empty-link {
    display: block;
    padding: 15px 20px 13px;
    background: #1428a0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.gb-gnb__cart-empty-link:hover {
    background: #0b175c
}

.gb-gnb__cart-empty-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px
}

.gb-gnb__cart-empty-close:after {
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px;
    background: url(../imgs/sp-gnb-pc.png) no-repeat -136px 0;
    content: ''
}

.gb-gnb__cart-empty-close:hover:after {
    background-position: -136px -60px
}

.gb-gnb .s-ico-login:after {
    width: 16px;
    height: 18px;
    background-position: 0 -60px
}

.gb-gnb .s-ico-logout:after {
    width: 16px;
    height: 18px;
    background-position: -36px -60px
}

.gb-gnb .s-login_new .s-ico-login:after, .gb-gnb .s-mymenu_new .s-ico-login:after {
    width: 18px;
    background-position: -98px -118px
}

.gb-gnb .s-login_new .s-ico-logout:after, .gb-gnb .s-mymenu_new .s-ico-logout:after {
    width: 18px;
    background-position: -98px -95px
}

.gb-gnb .s-ico-cart:after, .gb-gnb .s-ico-cart-empty:after {
    width: 20px;
    height: 18px
}

.gb-gnb .s-ico-cart {
    position: relative
}

.gb-gnb .s-ico-cart .s-cart-number {
    position: absolute;
    top: -5px;
    left: 2px;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    color: #363636;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.32
}

.gb-gnb .s-ico-cart:after {
    background-position: -118px -22px
}

.gb-gnb .s-ico-cart-empty:after {
    background-position: -74px -22px
}

.gb-gnb .s-ico-search:after {
    width: 18px;
    height: 18px;
    background-position: -34px -22px
}

.gb-gnb .s-arw-right {
    display: inline-block;
    vertical-align: middle
}

.gb-gnb .s-arw-right:after {
    width: 7px;
    height: 11px;
    vertical-align: middle;
    content: ''
}

.gb-gnb .s-arw-left:after {
    width: 7px;
    height: 11px;
    vertical-align: middle;
    content: ''
}

.gb-gnb button:hover .s-ico-login:after, .gb-gnb button:focus .s-ico-login:after, .gb-gnb button:active .s-ico-login:after {
    background-position: -18px -60px
}

.gb-gnb button:hover .s-ico-search:after, .gb-gnb button:focus .s-ico-search:after, .gb-gnb button:active .s-ico-search:after {
    background-position: -54px -22px
}

.gb-gnb .s-login_new button:hover .s-ico-login:after, .gb-gnb .s-login_new button:focus .s-ico-login:after, .gb-gnb .s-login_new button:active .s-ico-login:after, .gb-gnb .s-mymenu_new button:hover .s-ico-login:after, .gb-gnb .s-mymenu_new button:focus .s-ico-login:after, .gb-gnb .s-mymenu_new button:active .s-ico-login:after {
    background-position: -119px -118px
}

.gb-gnb .s-login_new button:hover .s-ico-logout:after, .gb-gnb .s-login_new button:focus .s-ico-logout:after, .gb-gnb .s-login_new button:active .s-ico-logout:after, .gb-gnb .s-mymenu_new button:hover .s-ico-logout:after, .gb-gnb .s-mymenu_new button:focus .s-ico-logout:after, .gb-gnb .s-mymenu_new button:active .s-ico-logout:after {
    background-position: -119px -95px
}

.gb-gnb a:hover .s-ico-login:after, .gb-gnb a:focus .s-ico-login:after, .gb-gnb a:active .s-ico-login:after {
    background-position: -18px -60px
}

.gb-gnb a:hover .s-ico-logout:after, .gb-gnb a:focus .s-ico-logout:after, .gb-gnb a:active .s-ico-logout:after {
    background-position: -54px -60px
}

.gb-gnb a:hover .s-ico-new-window:after, .gb-gnb a:focus .s-ico-new-window:after, .gb-gnb a:active .s-ico-new-window:after {
    background-position: -13px -22px
}

.gb-gnb a:hover .s-ico-cart-empty:after, .gb-gnb a:focus .s-ico-cart-empty:after, .gb-gnb a:active .s-ico-cart-empty:after {
    background-position: -96px -22px
}

.gb-gnb a:hover .s-ico-cart .s-cart-number, .gb-gnb a:focus .s-ico-cart .s-cart-number, .gb-gnb a:active .s-ico-cart .s-cart-number {
    color: #1428a0
}

.gb-gnb a:hover .s-ico-cart:after, .gb-gnb a:focus .s-ico-cart:after, .gb-gnb a:active .s-ico-cart:after {
    background-position: -140px -22px
}

.gb-gnb a:hover .s-arw-right {
    display: inline-block
}

.gb-gnb .s-login_new a:hover .s-ico-login:after, .gb-gnb .s-login_new a:focus .s-ico-login:after, .gb-gnb .s-login_new a:active .s-ico-login:after, .gb-gnb .s-mymenu_new a:hover .s-ico-login:after, .gb-gnb .s-mymenu_new a:focus .s-ico-login:after, .gb-gnb .s-mymenu_new a:active .s-ico-login:after {
    background-position: -119px -118px
}

.gb-gnb .s-login_new a:hover .s-ico-logout:after, .gb-gnb .s-login_new a:focus .s-ico-logout:after, .gb-gnb .s-login_new a:active .s-ico-logout:after, .gb-gnb .s-mymenu_new a:hover .s-ico-logout:after, .gb-gnb .s-mymenu_new a:focus .s-ico-logout:after, .gb-gnb .s-mymenu_new a:active .s-ico-logout:after {
    background-position: -119px -95px
}

.lightbox-skrim {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1100;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
    opacity: .66
}

@media screen and (max-width: 1279px) {
    .gb-gnb .s-btn-toggler, .gb-gnb .s-btn-link {
        font-size: 12px
    }

    .gb-gnb__main {
        max-width: 430px
    }

    .gb-gnb__main .s-depth1-wrap {
        padding: 0 8px
    }

    .gb-gnb .gb-gnb__sub-nav .s-depth1-wrap {
        padding: 0 8px
    }

    .gb-gnb__utility > li {
        margin-left: 7px
    }

    .gb-gnb__utility > li .s-btn-login {
        font-size: 12px
    }
}

@media (max-width: 1024px) {
    .gb-gnb .s-svg:after {
        background-image: url(../imgs/sp-gnb-mo.png);
        background-size: 130px auto;
        content: '.'
    }

    .gb-gnb__logo {
        display: block;
        margin-left: -61px
    }

    .gb-gnb__logo:after {
        width: 122px;
        height: 19px
    }

    .gb-gnb .gb-gnb__notice-bar-inner {
        padding: 6px 24px 5px
    }

    .gb-gnb .gb-gnb__notice-bar-desc {
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 12px;
        line-height: 16px
    }

    .gb-gnb .gb-gnb__notice-bar-link {
        margin-left: 10px;
        font-size: 10px
    }

    .gb-gnb .gb-gnb__notice-bar .s-arw-right {
        width: 5px;
        height: 8px
    }

    .gb-gnb .gb-gnb__notice-bar .s-arw-right:after {
        width: 5px;
        height: 8px;
        background-position: -88px -63px
    }

    .gb-gnb .gb-gnb__notice-bar .s-ico-close {
        top: 0;
        right: 0;
        padding: 10px 8px
    }

    .gb-gnb .gb-gnb__notice-bar .s-ico-close:after {
        width: 8px;
        height: 8px;
        background-position: -68px -63px
    }

    .gb-gnb .gb-gnb__notice-bar .s-ico-close:hover:after, .gb-gnb .gb-gnb__notice-bar .s-ico-close:focus:after {
        background-position: -78px -63px
    }

    .gb-gnb__bar-inner {
        padding: 0 14px
    }

    .gb-gnb__bar .s-gnb-toggler {
        float: left;
        margin: 12px 0
    }

    .gb-gnb__main {
        display: none !important
    }

    .gb-gnb__main .s-btn-toggler, .gb-gnb__main__main a {
        padding: 13px 0
    }

    .gb-gnb .gb-gnb__sub-nav, .gb-gnb__utility li.s-login, .gb-gnb__utility li.s-login_new, .gb-gnb__utility li.s-mymenu, .gb-gnb__utility li.s-mymenu_new {
        display: none !important
    }

    .gb-gnb .s-search-arrow {
        width: 20px;
        height: 10px;
        margin-left: -10px
    }

    .gb-gnb .s-search-arrow:before {
        border-width: 0 10px 10px
    }

    .gb-gnb .s-search-arrow:after {
        border-width: 0 9px 9px
    }

    .gb-gnb__utility {
        padding: 0
    }

    .gb-gnb__utility > li {
        margin-left: 0
    }

    .gb-gnb__utility > li .s-btn-utility {
        padding: 0 10px
    }

    .gb-gnb__utility > li a.s-btn-utility .s-svg {
        top: -1px
    }

    body.gb-gnb-open .gb-gnb .s-gnb-toggler {
        display: none
    }

    body.gb-gnb-open .gb-gnb__bar-inner > .s-ico-close {
        display: block;
        margin-top: 13px;
        padding: 10px;
        float: left
    }

    .gb-gnb__drop-desktop {
        display: none !important
    }

    .gb-gnb__drop-mobile {
        display: none;
        overflow-x: hidden;
        position: absolute;
        top: 64px;
        left: 0;
        width: 85.9%;
        border-top: 1px solid #dadada;
        background-color: #fff;
        z-index: 1000
    }

    .gb-gnb__drop-mobile-wrap {
        position: relative;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .gb-gnb__drop-mobile .drilldown-root {
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .gb-gnb__drop-mobile .drilldown-sub {
        display: none
    }

    .gb-gnb__drop-mobile .s-depth1-wrap {
        border-top: 1px solid #e7e7e8;
        padding-bottom: 20px
    }

    .gb-gnb__drop-mobile .s-depth1-wrap:first-child {
        border: 0;
        padding-bottom: 0
    }

    .gb-gnb__drop-mobile .s-depth2-wrap {
        border-top: 1px solid #e7e7e8;
        background-color: #f7f7f7
    }

    .gb-gnb__drop-mobile .s-depth2-wrap:last-child {
        padding-bottom: 20px
    }

    .gb-gnb__drop-mobile .drilldown-back {
        background-color: #fff
    }

    .gb-gnb__drop-mobile .s-btn-back {
        display: block;
        width: 100%;
        padding: 21px 24px 20px;
        line-height: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .gb-gnb__drop-mobile .s-btn-back:hover, .gb-gnb__drop-mobile .s-btn-back:focus, .gb-gnb__drop-mobile .s-btn-back:active {
        color: #1428a0
    }

    .gb-gnb__drop-mobile .s-btn-back .s-svg {
        margin-right: 10px
    }

    .gb-gnb__drop-mobile .s-btn-back span {
        vertical-align: middle
    }

    .gb-gnb__drop-mobile .s-depth1-link, .gb-gnb__drop-mobile .s-depth2-link, .gb-gnb__drop-mobile .s-depth3-link, .gb-gnb__drop-mobile .s-login, .gb-gnb__drop-mobile .s-mymenu {
        display: block;
        position: relative;
        padding: 14px 0;
        padding-left: 24px;
        padding-right: 35px;
        color: #000
    }

    .gb-gnb__drop-mobile .s-depth1-link .s-arw-right, .gb-gnb__drop-mobile .s-depth2-link .s-arw-right, .gb-gnb__drop-mobile .s-depth3-link .s-arw-right, .gb-gnb__drop-mobile .s-login .s-arw-right, .gb-gnb__drop-mobile .s-mymenu .s-arw-right {
        width: 7px;
        height: 11px;
        margin-top: -3px;
        vertical-align: middle
    }

    .gb-gnb__drop-mobile .s-depth1-link .s-arw-right:after, .gb-gnb__drop-mobile .s-depth2-link .s-arw-right:after, .gb-gnb__drop-mobile .s-depth3-link .s-arw-right:after, .gb-gnb__drop-mobile .s-login .s-arw-right:after, .gb-gnb__drop-mobile .s-mymenu .s-arw-right:after {
        width: 7px;
        height: 11px
    }

    .gb-gnb__drop-mobile .s-depth1-link .s-ico-new-window, .gb-gnb__drop-mobile .s-depth2-link .s-ico-new-window, .gb-gnb__drop-mobile .s-depth3-link .s-ico-new-window, .gb-gnb__drop-mobile .s-login .s-ico-new-window, .gb-gnb__drop-mobile .s-mymenu .s-ico-new-window {
        margin-top: -3px;
        margin-left: 10px;
        margin-right: -24px;
        vertical-align: middle
    }

    .gb-gnb__drop-mobile .s-depth1-link, .gb-gnb__drop-mobile .s-depth2-link {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase
    }

    .gb-gnb__drop-mobile .s-depth1-link .s-arw-right {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -6px
    }

    .gb-gnb__drop-mobile .s-depth1-link:hover, .gb-gnb__drop-mobile .s-depth1-link:focus, .gb-gnb__drop-mobile .s-depth1-link:active {
        color: #1428a0
    }

    .gb-gnb__drop-mobile .s-depth2-link {
        padding-left: 32px
    }

    .gb-gnb__drop-mobile .s-depth2-link .s-svg {
        margin-left: 10px;
        margin-right: -17px
    }

    .gb-gnb__drop-mobile a.s-depth2-link.s-hover {
        color: #1428a0
    }

    .gb-gnb__drop-mobile a.s-depth2-link.s-hover .s-arw-right:after {
        background-position: -59px -63px
    }

    .gb-gnb__drop-mobile .s-depth3-link {
        padding-left: 32px;
        font-size: 12px;
        color: #363636;
        line-height: 23px
    }

    .gb-gnb__drop-mobile .s-depth3-link.s-hover {
        color: #1428a0;
        text-decoration: underline
    }

    .gb-gnb__drop-mobile .s-login, .gb-gnb__drop-mobile .s-mymenu {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px
    }

    .gb-gnb__drop-mobile .s-login .s-ico-login, .gb-gnb__drop-mobile .s-mymenu .s-ico-login {
        display: inline-block;
        margin-top: -5px;
        margin-right: 14px;
        margin-left: 1px;
        vertical-align: middle
    }

    .gb-gnb__drop-mobile .s-login:hover, .gb-gnb__drop-mobile .s-login:focus, .gb-gnb__drop-mobile .s-login:active, .gb-gnb__drop-mobile .s-mymenu:hover, .gb-gnb__drop-mobile .s-mymenu:focus, .gb-gnb__drop-mobile .s-mymenu:active {
        color: #1428a0
    }

    .gb-gnb__drop-mobile .s-login .s-arw-right, .gb-gnb__drop-mobile .s-mymenu .s-arw-right {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -6px
    }

    .gb-gnb__drop-mobile .s-login_new {
        text-transform: uppercase
    }

    .gb-gnb__drop-mobile .s-login_new .s-ico-login, .gb-gnb__drop-mobile .s-mymenu_new .s-ico-login {
        margin-top: -4px;
        margin-right: 9px
    }

    .gb-gnb__drop-mobile .s-myaccount li:last-child, .gb-gnb__drop-mobile .s-mymenu-inner li:last-child {
        padding-bottom: 0
    }

    .gb-gnb__drop-mobile .s-myaccount .s-depth2-wrap, .gb-gnb__drop-mobile .s-mymenu-inner .s-depth2-wrap {
        border-top: none
    }

    .gb-gnb__drop-mobile .s-myaccount .s-depth2-link, .gb-gnb__drop-mobile .s-mymenu-inner .s-depth2-link {
        text-transform: inherit
    }

    .gb-gnb__drop-mobile .s-depth2-wrap .s-mymenu {
        padding-left: 32px;
        border-bottom: 1px solid #e7e7e8
    }

    .gb-gnb__drop-mobile .s-depth2-wrap .s-mymenu .s-ico-mymenu {
        margin-top: 0
    }

    .gb-gnb__drop-mobile .s-depth2-wrap .s-mymenu .s-mymenu-name strong {
        text-transform: uppercase
    }

    .gb-gnb__search {
        left: 0;
        right: 0;
        background-color: #fff
    }

    .gb-gnb__search-inner {
        left: 0;
        right: 0;
        width: auto
    }

    .gb-gnb__search-bar {
        width: 100%;
        border-width: 1px 0
    }

    .gb-gnb__search-input-wrap {
        margin: 0;
        margin-right: 67px;
        padding: 10px 17px 7px
    }

    .gb-gnb__search-input {
        height: 34px;
        border: 0;
        font-size: 14px;
        line-height: normal
    }

    .gb-gnb__search-history {
        border-top: 1px solid #dadada
    }

    .gb-gnb__search-history-title {
        padding: 17px 0 15px;
        padding-left: 24px;
        padding-right: 50%
    }

    .gb-gnb__search-history ul {
        padding: 12px 0 11px
    }

    .gb-gnb__search-history li a {
        padding: 4px 24px;
        font-size: 12px
    }

    .gb-gnb__search-history-close {
        position: absolute;
        top: 13px;
        right: 19px;
        font-size: 12px
    }

    .gb-gnb__search-suggest {
        top: 52px;
        width: 100%
    }

    .gb-gnb__search-suggest-inner {
        float: none;
        padding: 0;
        border-width: 1px 0
    }

    .gb-gnb__search-suggest-list {
        float: none;
        width: auto;
        padding: 14px 0
    }

    .gb-gnb__search-suggest-list-title {
        padding: 0 24px;
        font-size: 12px;
        line-height: 24px
    }

    .gb-gnb__search-suggest-list li a {
        display: block;
        padding: 5px 24px;
        font-size: 12px;
        line-height: 18px
    }

    .gb-gnb__search-suggest-list li .s-blue {
        color: #1428a0
    }

    .gb-gnb__search-suggest-list-category {
        margin-top: 12px
    }

    .gb-gnb__search-suggest-list-select {
        margin-top: 10px
    }

    .gb-gnb__search-suggest-list-select li a:hover {
        color: #fff;
        background-color: #1428a0
    }

    .gb-gnb__search-suggest-nodata {
        float: none;
        width: auto;
        padding: 15px 24px;
        font-size: 12px
    }

    .gb-gnb__search-typeahead {
        display: none !important
    }

    .gb-gnb .gb-gnb__search .s-ico-search, .gb-gnb .gb-gnb__search .s-ico-close {
        top: 12px;
        padding: 8px
    }

    .gb-gnb .gb-gnb__search .s-ico-search:after, .gb-gnb .gb-gnb__search .s-ico-close:after {
        width: 13px;
        height: 13px
    }

    .gb-gnb .gb-gnb__search .s-ico-search {
        right: 46px
    }

    .gb-gnb .gb-gnb__search .s-ico-search:after {
        background-position: -60px -79px
    }

    .gb-gnb .gb-gnb__search .s-ico-search:hover:after {
        background-position: -75px -79px
    }

    .gb-gnb .gb-gnb__search .s-ico-close {
        right: 16px;
        padding-left: 9px
    }

    .gb-gnb .gb-gnb__search .s-ico-close:after {
        background-position: -30px -79px
    }

    .gb-gnb .gb-gnb__search .s-ico-close:hover:after {
        background-position: -45px -79px
    }

    .gb-gnb .gb-gnb__search .s-ico-close:before {
        top: 8px;
        bottom: 8px
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty {
        width: 484.26667px;
        width: 63.05556vw;
        padding: 34.13333px;
        padding: 4.44444vw;
        margin-left: -275.2px;
        margin-left: -35.83333vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty {
        width: 227px;
        width: 63.05556vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty {
        padding: 16px;
        padding: 4.44444vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty {
        margin-left: -129px;
        margin-left: -35.83333vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty-desc {
        margin: 0px 40.53333px;
        margin: 0vw 5.27778vw;
        padding: 40.53333px 0px 42.66667px;
        padding: 5.27778vw 0vw 5.55556vw;
        font-size: 34.13333px;
        font-size: 4.44444vw;
        line-height: 1.36
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-desc {
        margin: 0px 19px;
        margin: 0vw 5.27778vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-desc {
        padding: 19px 0px 20px;
        padding: 5.27778vw 0vw 5.55556vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-desc {
        font-size: 16px;
        font-size: 4.44444vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty-desc:before {
        width: 83.2px;
        width: 10.83333vw;
        height: 83.2px;
        height: 10.83333vw;
        margin-bottom: 21.33333px;
        margin-bottom: 2.77778vw;
        background: url(../imgs/gnb-cart-empty-mo.png) no-repeat;
        background-size: 100%
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-desc:before {
        width: 39px;
        width: 10.83333vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-desc:before {
        height: 39px;
        height: 10.83333vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-desc:before {
        margin-bottom: 10px;
        margin-bottom: 2.77778vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty-link {
        padding: 21.33333px 34.13333px 17.06667px;
        padding: 2.77778vw 4.44444vw 2.22222vw;
        font-size: 25.6px;
        font-size: 3.33333vw;
        line-height: 1.3
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-link {
        padding: 10px 16px 8px;
        padding: 2.77778vw 4.44444vw 2.22222vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-link {
        font-size: 12px;
        font-size: 3.33333vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty-close {
        top: 27.73333px;
        top: 3.61111vw;
        right: 27.73333px;
        right: 3.61111vw;
        width: 42.66667px;
        width: 5.55556vw;
        height: 42.66667px;
        height: 5.55556vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close {
        top: 13px;
        top: 3.61111vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close {
        right: 13px;
        right: 3.61111vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close {
        width: 20px;
        width: 5.55556vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close {
        height: 20px;
        height: 5.55556vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty-close:after {
        width: 29.86667px;
        width: 3.88889vw;
        height: 29.86667px;
        height: 3.88889vw;
        margin: 6.4px;
        margin: 0.83333vw;
        background: url(../imgs/gnb-btn-close-mo.png) no-repeat;
        background-size: 100%
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close:after {
        width: 14px;
        width: 3.88889vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close:after {
        height: 14px;
        height: 3.88889vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) and (max-width: 360px) {
    .gb-gnb__cart-empty-close:after {
        margin: 3px;
        margin: 0.83333vw
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .gb-gnb__cart-empty-close:hover:after {
        background-image: url(../imgs/gnb-btn-close-mo-hover.png);
        background-position: 0 0
    }
}

@media (max-width: 1024px) {
    .gb-gnb .s-gnb-toggler {
        display: block;
        padding: 10px
    }

    .gb-gnb .s-gnb-toggler:after {
        width: 25px;
        height: 20px;
        background-position: 0 -21px
    }

    .gb-gnb .s-gnb-toggler:hover:after, .gb-gnb .s-gnb-toggler:focus:after, .gb-gnb .s-gnb-toggler:active:after {
        background-position: -27px -21px
    }

    .gb-gnb .s-ico-close:after {
        width: 18px;
        height: 18px;
        background-position: -54px -21px
    }

    .gb-gnb .s-ico-close:hover:after {
        background-position: -74px -21px
    }

    .gb-gnb .s-ico-cart:after, .gb-gnb .s-ico-cart-empty:after {
        width: 20px;
        height: 18px
    }

    .gb-gnb .s-ico-cart:after {
        background-position: 0 -43px
    }

    .gb-gnb .s-ico-cart-empty:after {
        background-position: -44px -43px
    }

    .gb-gnb .s-ico-search:after {
        background-position: -88px -43px
    }

    .gb-gnb button:hover .s-ico-search:after, .gb-gnb button:focus .s-ico-search:after, .gb-gnb button:active .s-ico-search:after {
        background-position: -108px -43px
    }

    .gb-gnb .s-arw-left, .gb-gnb .s-arw-right {
        display: inline-block
    }

    .gb-gnb .s-arw-left:after, .gb-gnb .s-arw-right:after {
        width: 7px;
        height: 11px
    }

    .gb-gnb .s-arw-left:after {
        background-position: -32px -63px
    }

    .gb-gnb .s-arw-right:after {
        background-position: -50px -63px
    }

    .gb-gnb .s-ico-new-window {
        display: inline-block
    }

    .gb-gnb .s-ico-new-window:after {
        width: 14px;
        height: 14px;
        background-position: 0 -63px
    }

    .gb-gnb .s-ico-login:after {
        width: 15px;
        height: 18px;
        background-position: -94px -21px
    }

    .gb-gnb .s-mymenu_new .s-ico-login:after {
        width: 19px;
        height: 19px;
        background-position: -65px -106px
    }

    .gb-gnb a:hover .s-arw-left, .gb-gnb a:focus .s-arw-left, .gb-gnb a:active .s-arw-left {
        background-position: -41px -63px
    }

    .gb-gnb a:hover .s-arw-right, .gb-gnb a:focus .s-arw-right, .gb-gnb a:active .s-arw-right {
        background-position: -59px -63px
    }

    .gb-gnb a:hover .s-ico-new-window:after, .gb-gnb a:focus .s-ico-new-window:after, .gb-gnb a:active .s-ico-new-window:after {
        background-position: -16px -63px
    }

    .gb-gnb a:hover .s-ico-login:after, .gb-gnb a:focus .s-ico-login:after, .gb-gnb a:active .s-ico-login:after {
        background-position: -111px -21px
    }

    .gb-gnb a:hover.s-mymenu_new .s-ico-login:after, .gb-gnb a:focus.s-mymenu_new .s-ico-login:after, .gb-gnb a:active.s-mymenu_new .s-ico-login:after {
        background-position: -88px -106px
    }

    .gb-gnb a:hover .s-ico-cart:after, .gb-gnb a:focus .s-ico-cart:after, .gb-gnb a:active .s-ico-cart:after {
        background-position: -22px -43px
    }

    .gb-gnb a:hover .s-ico-cart-empty:after, .gb-gnb a:focus .s-ico-cart-empty:after, .gb-gnb a:active .s-ico-cart-empty:after {
        background-position: -66px -43px
    }
}

.cart-area {
    display: inline-block
}

.cart-area .btn-cart {
    overflow: hidden;
    display: inline-block;
    padding: 0 13px;
    background-color: #006ec5;
    line-height: 36px;
    color: #fff
}

.cart-area .btn-cart:hover {
    color: #fff
}

.js-m-cart {
    display: block
}

.cartbutton {
    display: none
}

html.ltr .ss_samsung .gb-gnb__cart-inner .gb-gnb__cart-layer {
    top: 0 !important;
    right: 40px
}

.layer_popup .popup_wrap .popup_title + .msg-text {
    margin-top: 20px
}

.cartbutton {
    display: table-cell;
    vertical-align: top
}

.cartbutton {
    line-height: 150px;
    font-size: 1px
}

.gb-gnb__cart-inner .gb-gnb__cart-layer .cart-list {
    -webkit-overflow-scrolling: touch
}

.popAlign .icon-close-x, .cart-close .icon-close-x {
    display: block;
    height: 21px;
    width: 21px;
    background: url(../imgs/gnb/layer-ir.png) no-repeat 0 0 !important;
    position: absolute;
    top: 0;
    right: 0
}

.cart-close .icon-close-x {
    background: url(../imgs/gnb/btn-close.png) no-repeat !important
}

.popAlign .icon-close-x:before, .cart-close .icon-close-x:before {
    content: ''
}

.gb-gnb__cart-inner .gb-gnb__cart-layer .cart-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    color: #fff;
    font-size: 28px
}

.layer_popup .popup_wrap {
    position: relative;
    padding: 30px 30px 0 30px
}

.layer_popup .popup_wrap .popup_title {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px
}

.layer_popup .popup_wrap h2.popup_title {
    font-weight: bold
}

.layer_popup .popup_wrap .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px
}

html.ltr .layer_popup .popup_wrap .close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 28px;
    color: #666
}

.layer_popup .popup_wrap .button {
    display: inline-block;
    min-width: 10em;
    padding: .8em 10px;
    background-color: #1428a0;
    color: #fff
}

.layer_popup .popup_wrap .button:hover {
    background-color: #666
}

.layer_popup .popup_wrap .button.big {
    min-width: 11.5em;
    padding: 1.2em 15px
}

.layer_popup .popup_wrap .button.gray {
    background: #e2e2e2;
    color: #292929
}

.layer_popup .popup_wrap .button.gray:hover, .layer_popup .popup_wrap .button.gray:active {
    color: #fff;
    background-color: #666
}

.layer_popup .popup_wrap .button.skyblue {
    background: #006ec5
}

.layer_popup .popup_wrap .button.skyblue:hover {
    background-color: #666
}

.layer_popup sup {
    color: #c13b00;
    vertical-align: top;
    padding-left: 3px
}

.ss_samsung.sign #content {
    padding-top: 50px;
    padding-bottom: 50px
}

.layer_popup .sign-inner-wrap {
    position: relative;
    padding: 30px 20px 0
}

.layer_popup .sign-inner-wrap .popup_title {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px
}

.layer_popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px
}

.layer_popup .close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 28px;
    color: #292929
}

@media (max-width: 960px) and (min-width: 768px) {
    #sign_wrap {
        margin: 0
    }
}

#popup_privacy {
    position: fixed;
    z-index: 9000;
    width: 484px;
    color: #292929;
    left: 50%;
    top: 50%
}

.popup_wrap .popup_title2 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px
}

#popup_privacy .popup_wrap {
    background: #fff;
    position: relative;
    padding: 30px 20px 23px 20px
}

#popup_privacy .popup_wrap .popup_title {
    color: #000;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    background: #fff
}

#popup_privacy .popup_cont {
    padding: 0 0 0 0;
    overflow: hidden
}

#popup_privacy .popup_cont .privacy_wrap {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0
}

#popup_privacy .privacy_link {
    display: inline-block;
    text-decoration: underline;
    color: #0071bf
}

#popup_privacy .check_box {
    float: left;
    margin-bottom: 15px
}

#popup_privacy .check_box .check_error {
    clear: both;
    padding: 5px 0 0 38px;
    color: #fd020e
}

#popup_privacy .check_box .check_txt {
    clear: both;
    padding-left: 38px;
    color: #292929;
    font-size: 16px
}

#popup_privacy .check_box label {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    clear: both;
    color: #292929;
    font-size: 16px;
    line-height: 1.8em
}

#popup_privacy .popup_cont .privacy_btn {
    clear: both;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center
}

#popup_privacy .popup_cont .privacy_btn .button {
    display: inline-block;
    min-width: 10em;
    padding: 12px 10px;
    background-color: #1428a0;
    color: #fff
}

#popup_privacy .popup_cont .privacy_btn .button:hover {
    background-color: #666
}

#popup_privacy form:not(#foo) > fieldset input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 29px;
    background: #a6a8aa;
    content: "";
    display: inline-block
}

#popup_privacy form:not(#foo) > fieldset input[type="checkbox"]:checked + label:before {
    background: #0071bf url(../imgs/gnb/layer-ir.png) no-repeat 0 -23px
}

#popup_privacy form:not(#foo) > fieldset input[type="radio"], #popup_privacy form:not(#foo) > fieldset input[type="checkbox"] {
    padding: 0;
    margin: 0;
    opacity: 0;
    position: absolute
}

#popup_privacy form:not(#foo) > fieldset input[type="radio"], #popup_privacy form:not(#foo) > fieldset input[type="checkbox"] {
    float: left
}

#popup_privacy form:not(#foo) > fieldset input[type="radio"] {
    left: -9999em
}

#popup_privacy form:not(#foo) > fieldset input[type="radio"] + label, #popup_privacy form:not(#foo) > fieldset input[type="checkbox"] + label {
    clear: none;
    cursor: pointer;
    line-height: 29px;
    line-height: 1.8125rem;
    position: relative
}

#popup_privacy form:not(#foo) > fieldset input[type="radio"] + label, #popup_privacy form:not(#foo) > fieldset input[type="checkbox"] + label {
    float: left
}

@media screen and (max-width: 1024px) {
    #popup_privacy form:not(#foo) > fieldset input[type="checkbox"]:checked + label:before {
        background-image: url(../imgs/gnb/layer-ir_2x.png);
        background-size: 50px auto
    }
}

@media (max-width: 768px) {
    #popup_privacy {
        width: 90%
    }

    #popup_privacy .check_box {
        position: relative;
        min-height: 30px;
        width: 100%
    }

    #popup_privacy .check_box label {
        position: relative;
        left: 40px;
        top: 0;
        margin-right: 10px;
        line-height: 14px
    }

    #popup_privacy .check_box label:before {
        position: absolute;
        left: -40px
    }

    #popup_privacy .check_box .check_error {
        clear: both;
        padding-left: 40px;
        color: #fd020e
    }

    #popup_privacy .check_box .check_txt {
        clear: both;
        padding: 5px 0 0 40px
    }

    .popup-message {
        width: 90%
    }

    .popup_wrap .msg-text2 {
        line-height: 23px
    }

    .layer_popup .popup_wrap .button.big {
        min-width: 10em;
        margin-top: 5px;
        padding: .8em 10px
    }
}

@media (max-width: 480px) {
    #popup_privacy .popup_cont .privacy_btn .button {
        margin-top: 5px
    }
}

.gb-gnb__cart-inner .gb-gnb__cart-layer h3 {
    padding: 20px;
    font-size: 17px;
    color: #fff;
    background: #5a5a5a;
    font-weight: normal
}

.gb-gnb__cart-inner .gb-gnb__cart-layer {
    display: none
}

.on .gb-gnb__cart-inner .gb-gnb__cart-layer {
    display: block
}

.on .gb-gnb__cart-inner .gb-gnb__cart-layer .cart-list {
    max-height: 528px;
    overflow: hidden;
    overflow-y: scroll
}

.cart-products {
    overflow: hidden;
    *zoom: 1;
    background: #fff;
    display: table;
    padding: 20px 0;
    position: relative;
    height: auto;
    color: #292929;
    width: 100%;
    border-bottom: 1px solid #f1f1f1
}

.product-image {
    width: 35%
}

.product-btn {
    width: 6%
}

.product-desc {
    width: 59%
}

.product-image img {
    margin-left: 0
}

.vertical-align-content {
    display: table-cell;
    vertical-align: middle;
    background: #fff
}

.vertical-align-top {
    display: table-cell;
    vertical-align: top
}

.product-btn {
    padding: 5px
}

.product-image {
    display: table-cell;
    text-align: center
}

.product-desc {
    display: table-cell;
    line-height: 1;
    white-space: normal
}

.colour-selection {
    display: block;
    padding: 0 0 5px;
    border-bottom: none;
    border-top: none;
    font-size: 16px
}

.product-desc .product-title {
    padding-right: 10px;
    display: table-cell
}

.product-desc .product-title a {
    padding: 0;
    border: 0
}

.product-desc .product-title a {
    padding: 0;
    border: 0;
    width: 100%
}

.product-desc .product-title .product-title-label {
    display: block;
    overflow: hidden;
    min-height: 34px;
    width: 100%;
    white-space: pre-wrap;
    word-break: break-word;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    color: #0071bf
}

.product-desc .product-title .product-title-code {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #292929
}

.colour-selection {
    overflow: hidden;
    padding-top: 5px
}

.colour-selection span {
    vertical-align: middle;
    font-size: 13px;
    color: #292929
}

.colour-selection ul {
    display: table-cell;
    overflow: hidden;
    *zoom: 1;
    vertical-align: middle;
    float: right
}

.colour-selection ul li {
    padding-top: 3px
}

.colour-selection ul li:first-child {
    padding-top: 0
}

.colour-selection ul li .colour-box {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.product-quantity {
    overflow: hidden;
    display: block;
    padding-top: 5px
}

.product-quantity span {
    float: left;
    margin-right: 10px;
    font-size: 13px;
    vertical-align: middle;
    color: #292929
}

.product-quantity span.product-quantity-label {
    float: right;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #0071bf
}

.product-price {
    overflow: hidden;
    padding-top: 4px;
    width: 100%;
    display: block
}

.product-price span {
    float: left;
    line-height: 30px;
    font-size: 13px;
    color: #292929
}

.product-price span + span {
    float: right;
    vertical-align: middle;
    color: #0071bf;
    letter-spacing: 0;
    font-size: 18px
}

.total {
    overflow: hidden;
    padding: 16px 16px 26px;
    color: #292929;
    background: #5a5a5a
}

.total .btn {
    position: relative;
    float: left;
    overflow: hidden;
    height: 38px;
    width: 100%
}

.total .price {
    overflow: hidden;
    margin: 0 0 26px;
    color: #fff
}

.total .price strong {
    float: left;
    padding: 0;
    text-transform: none;
    font-size: 18px;
    font-weight: normal
}

.total .price span {
    float: right;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0
}

.cart-close, .gb-gnb__cart-inner .gb-gnb__cart-layer .cart-close {
    position: absolute;
    top: 18px;
    right: 20px
}

.cart-products.no-data {
    text-align: center;
    padding: 33px 0
}

.cartnum {
    position: absolute;
    top: 4px;
    right: 2px;
    padding: 1px 0;
    width: 20px;
    letter-spacing: 0;
    line-height: 1.1;
    background: #de3d04;
    font-size: 11px;
    color: #fff !important;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center
}

.gb-gnb__cart-inner .gb-gnb__cart-layer .ss-button {
    position: absolute;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    text-align: center;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 38px;
    font-size: 16px;
    margin: 0;
    background: none repeat scroll 0 0 #1428a0
}

.cart-list .ss-button.darkblue {
    width: 20%;
    top: 110px;
    left: 50%;
    margin: 0 0 0 -42%;
    font-size: 11px;
    line-height: 20px;
    height: 20px
}

.gb-gnb__cart-inner .gb-gnb__cart-layer .ss-button.darkblue:hover {
    text-decoration: none;
    background-color: #292929
}

.gb-gnb__cart-inner .gb-gnb__cart-layer .cart-list {
    max-height: 578px;
    overflow-y: scroll
}

#sign_wrap img {
    vertical-align: middle
}

#sign_wrap legend, hr {
    display: none
}

#sign_wrap legend {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

#sign_wrap input, select, textarea {
    font-size: 100%;
    color: #707070
}

#sign_wrap button {
    border: 0 none
}

#sign_wrap caption {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    text-indent: -1000px;
    overflow: hidden
}

#sign_wrap .layer_popup a, .layer_popup a:link, .layer_popup a:visited {
    text-decoration: none
}

#sign_wrap a:hover, #sign_wrap a:active {
    text-decoration: none
}

#sign_wrap a:focus {
    text-decoration: none
}

#sign_wrap * {
    font-weight: normal
}

#sign_wrap input[readonly="readonly"] {
    color: #999;
    cursor: default
}

#sign_wrap .layer_popup {
    font-size: .75em;
    color: #747474
}

#sign_wrap .mgt5 {
    margin-top: 5px !important
}

#sign_wrap .mgt10 {
    margin-top: 10px !important
}

#sign_wrap .mgt15 {
    margin-top: 15px !important
}

#sign_wrap .ac {
    text-align: center !important
}

#sign_wrap .al {
    text-align: left !important
}

.sign-inner-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0
}

.sign-inner-wrap input[type="checkbox"] + label {
    float: left;
    clear: none;
    cursor: pointer;
    line-height: 20px
}

.sign-inner-wrap input[type="checkbox"] + label:before {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #a6a8aa;
    content: "";
    display: inline-block;
    clear: both
}

.sign-inner-wrap input[type="checkbox"]:checked + label:before {
    background: #0071bf url(../imgs/gnb/layer-ir.png) no-repeat -4px -27px
}

.layer_popup {
    z-index: 9990;
    display: none
}

.layer_popup + .lightbox-skrim {
    display: none;
    z-index: 8999
}

#sign_wrap .input {
    padding: 0
}

.layer_popup #sign_wrap {
    position: absolute;
    z-index: 9000;
    width: 500px;
    color: #292929;
    left: 50%;
    top: 50%
}

#sign_wrap {
    overflow: hidden
}

#sign_wrap .sign-inner-wrap {
    background: #fff;
    position: relative;
    padding: 30px
}

#sign_wrap .sign-inner-wrap .title {
    color: #000;
    font-size: 22px;
    background: #fff
}

#sign_wrap .popup_cont .sub-tit {
    font-size: 16px;
    margin: 25px 0 15px;
    color: #292929
}

#sign_wrap .input-wrap {
    clear: both
}

#sign_wrap .input-wrap label {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    display: inline-block
}

#sign_wrap .input-wrap label sup {
    color: #d64100
}

#sign_wrap .input-wrap .input {
    margin-bottom: 5px
}

#sign_wrap .input-wrap .input input {
    padding: 3px 5px 4px;
    margin: 0;
    width: 100%;
    border: 0;
    background-color: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

#sign_wrap .chk {
    position: relative;
    overflow: hidden
}

#sign_wrap .chk label {
    font-size: 12px
}

#sign_wrap .sign-link a {
    font-size: 12px;
    color: #0071bf
}

#sign_wrap .icon-link-play {
    height: 13px;
    width: 13px;
    display: inline-block;
    background: url(../imgs/gnb/layer-ir.png) no-repeat -36px 0;
    margin-left: 4px;
    vertical-align: middle
}

#sign_wrap .btn-wrap {
    margin-top: 25px
}

#sign_wrap .btn-wrap .button {
    font-size: 14px;
    padding: 12px 40px
}

#sign_wrap .btn-wrap p {
    margin-top: 10px;
    font-size: 15px
}

#sign_wrap .btn-wrap p a {
    color: #0071bf
}

#sign_wrap .connect_wrap {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2
}

#sign_wrap .connect_wrap .connet-tit {
    font-size: 16px;
    margin-bottom: 10px;
    color: #292929
}

#sign_wrap .sns-wrap a + a {
    margin-left: 4px
}

#sign_wrap .sns-wrap .ico-desctop {
    display: none
}

#sign_wrap .sign-inner-wrap .error {
    margin-bottom: 5px;
    font-size: 12px;
    color: #e40020
}

#sign_wrap .icon-alert {
    height: 11px;
    width: 11px;
    display: inline-block;
    background: url(../imgs/gnb/layer-ir.png) no-repeat -23px 0;
    margin-right: 4px;
    vertical-align: -1px
}

@media (min-width: 48em) {
    .layer_popup .sign-inner-wrap .close-button {
        right: 30px;
        top: 30px;
        font-size: 28px
    }

    .layer_popup #sign_wrap {
        position: absolute
    }

    #sign_wrap .sign-inner-wrap {
        padding: 30px
    }

    #sign_wrap .sign-inner-wrap .title {
        font-size: 29px
    }

    #sign_wrap .popup_cont .sub-tit {
        font-size: 19px;
        margin: 35px 0 25px
    }

    #sign_wrap .input-wrap label {
        font-size: 14px;
        margin-bottom: 7px
    }

    #sign_wrap .chk label {
        font-size: 13px
    }

    #sign_wrap .sign-link a {
        font-size: 14px
    }

    #sign_wrap .btn-wrap {
        margin-top: 40px
    }

    #sign_wrap .btn-wrap .button {
        font-size: 14px;
        padding: 14px 60px
    }

    #sign_wrap .btn-wrap p, #sign_wrap .btn-wrap p a {
        font-size: 15px
    }

    #sign_wrap .connect_wrap {
        margin-top: 20px;
        padding-top: 15px
    }

    #sign_wrap .connect_wrap .connet-tit {
        font-size: 19px;
        margin-bottom: 15px
    }

    #sign_wrap .sns-wrap {
        text-align: center
    }

    #sign_wrap .sns-wrap a img {
        height: 48px
    }

    #sign_wrap .sns-wrap .ico-mobile {
        display: none
    }

    #sign_wrap .sns-wrap .ico-desctop {
        display: block
    }
}

@media (max-width: 22.5em) {
    #sign_wrap .sns-wrap a img {
        height: 40px
    }
}

@media (max-width: 320px) {
    #sign_wrap .sns-wrap a img {
        height: 34px
    }
}

#sign_wrap .sign-cont {
    margin-top: 20px;
    padding-bottom: 20px
}

#sign_wrap .sign-cont:after {
    content: " ";
    display: block;
    clear: both
}

#sign_wrap .sign-cont .left-group {
    width: 100%
}

#sign_wrap .sign-cont .right-group {
    width: 100%
}

#sign_wrap .sign-cont .sub-tit {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

#sign_wrap .sign-cont .btn-guest {
    color: #292929;
    background: #e2e2e2;
    min-width: 220px;
    font-size: 14px
}

#sign_wrap .sign-cont .right-group .guset-section .title {
    font-size: 18px
}

#sign_wrap .sign-cont .right-group .guset-section .sign-link {
    margin-top: 20px
}

@media (min-width: 640px) {
    #sign_wrap .sign-cont .left-group {
        float: left;
        width: 50%
    }

    #sign_wrap .sign-cont .right-group {
        float: right;
        width: 50%
    }

    #sign_wrap .sign-cont .right-group .guset-section {
        margin-top: 20px
    }
}

@media (min-width: 640px) and (max-width: 768px) {
    #sign_wrap .sign-cont .left-group .input-wrap .input {
        width: 270px
    }

    #sign_wrap .sign-cont .right-group .guset-section {
        padding: 0 0 0 45px
    }
}

@media (min-width: 768px) {
    #sign_wrap .sign-cont .left-group .input-wrap .input {
        width: 280px
    }

    #sign_wrap .sign-cont .right-group .guset-section {
        padding: 0 0 0 45px
    }

    #sign_wrap .sign-cont .right-group .guset-section .sign-link {
        text-align: right;
        margin-top: 160px
    }
}

@media (min-width: 960px) {
    #sign_wrap .sign-cont .sub-tit {
        font-size: 22px
    }

    #sign_wrap .sign-cont .btn-guest {
        min-width: 280px;
        font-size: 18px
    }

    #sign_wrap .sign-cont .left-group .input-wrap .input {
        width: 370px
    }

    #sign_wrap .sign-cont .right-group .guset-section {
        padding: 0 0 0 85px
    }
}

#sign_wrap .button {
    background: #1428a0;
    color: #fff;
    min-width: 10em;
    padding: .8em 0;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    text-decoration: none
}

#sign_wrap.button.gray {
    background: #e2e2e2;
    color: #292929
}

#sign_wrap .button.gray:hover, .ss_samsung .button.gray:active {
    color: #fff
}

#sign_wrap .button:hover {
    background: #666;
    color: #fff
}

#sign_wrap .button:active {
    background: #292929
}

.lightbox-skrim {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1021;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=66);
    opacity: .66
}

#popup-type01, #popup-type02, #popup-type03, #popup-type04, #popup-type05, #popup-type06 {
    position: absolute;
    z-index: 9999;
    width: 350px;
    min-height: 130px;
    display: block;
    background: #fff;
    left: 50%;
    top: 50%
}

.popup_wrap .pop-tit {
    font-size: 17px;
    margin: 15px 0 20px;
    color: #000;
    font-weight: bold
}

.popup_wrap .msg-text {
    font-size: 14px;
    color: #000;
    margin: 40px 0 20px
}

.popup_wrap .msg-text .col {
    color: #ff7200;
    display: inline-block
}

.popup_wrap .tc {
    text-align: center
}

.popup_wrap .pop-btn {
    text-align: center
}

#popup-type02 .pop-btn, #popup-type03 .pop-btn, #popup-type04 .pop-btn, #popup-type05 .pop-btn, #popup-type06 .pop-btn, #popup-type10 .pop-btn {
    margin-bottom: 30px
}

.layer_popup .popup_wrap {
    position: relative;
    padding: 30px 30px 0 30px
}

.layer_popup .popup_wrap .popup_title {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px
}

.layer_popup .popup_wrap .close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px
}

html.ltr .layer_popup .popup_wrap .close-button {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 28px;
    color: #666
}

.layer_popup .popup_wrap .button {
    display: inline-block;
    min-width: 10em;
    padding: .8em 10px;
    background-color: #1428a0;
    color: #fff
}

.layer_popup .popup_wrap .button:hover {
    background-color: #666
}

.layer_popup .popup_wrap .button.gray {
    background: #e2e2e2;
    color: #292929
}

.layer_popup .popup_wrap .button.gray:hover, .layer_popup .popup_wrap .button.gray:active {
    color: #fff;
    background-color: #666
}

#sign_wrap .toggle-layer {
    margin-top: 20px;
    position: relative;
    font-size: 14px;
    color: #000
}

#sign_wrap .toggle-layer a {
    color: #000
}

#sign_wrap .toggle-layer .toggle {
    padding: 10px 0;
    display: block;
    font-weight: bold
}

#sign_wrap .toggle-layer .toggle-content p {
    font-size: 12px
}

#sign_wrap .toggle-layer .toggle .icon-down-arrow, #sign_wrap .toggle-layer .toggle .icon-up-arrow {
    height: 9px;
    width: 16px;
    display: inline-block;
    background: url(../imgs/gnb/layer-ir.png) no-repeat -34px -26px;
    margin-left: 4px
}

#sign_wrap .toggle-layer .toggle .icon-up-arrow {
    background-position: -34px -15px
}

.popup-nextgen-type {
    position: absolute;
    z-index: 9999;
    min-height: 130px;
    width: 350px;
    display: block;
    background: #fff;
    padding-bottom: 30px
}

.popup-nextgen-type .button {
    font-size: 12px;
    min-width: 90px !important
}

.layer_popup #sign_wrap {
    position: absolute;
    z-index: 2100;
    width: 500px;
    background-color: #fff
}

@media (max-width: 1024px) and (max-width: 768px) {
    .layer_popup #sign_wrap {
        width: 90%
    }
}

