/*
 */

::-webkit-scrollbar {
  background-color: transparent;
  width: 0.9rem;
  height: 0.9rem;
}

::-webkit-scrollbar-track {
  width: 0.9rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.9rem;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
  width: 0.5rem;
  border-radius: 0.5rem;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  background-color: transparent;
  height: 1rem;
}

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 10px;
  font-size: 3.125vmin;
}

@media all and (min-width: 980px) {
  html {
    font-size: 0.97656vw;
  }
}

@media all and (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'LG Smart';
  font-size: 1.2rem;
  line-height: 1;
  color: #333333;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style-type: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

img {
  border: 0;
  max-width: 100%;
}

figure img {
  width: 100%;
  display: block;
}

.shop__item-wrapper img {
  width: unset;
  display: unset;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
  display: block;
}

.accessibility {
  display: inline-block;
  opacity: 0;
  width: 0.1rem;
  height: 0.1rem;
  font-size: 0.1rem;
  position: absolute;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  text-indent: -999.9rem;
  overflow: hidden;
}

.btn {
  display: inline-block;
  padding: 0 20px;
  height: 2.5rem;
  background-color: #333333;
  border: 0.1rem solid #333333;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  line-height: 2.3rem;
  color: #ffffff;
  text-align: center;
  transition: all 300ms;
}

@media all and (min-width: 980px) {
  .btn {
    height: 3.1rem;
    line-height: 2.9rem;
    font-size: 1.8rem;
  }
}

.btn:hover {
  color: #333333;
  background-color: #ffffff;
}

.btn-active {
  background-color: #a50034;
  border-color: #a50034;
}

.btn-active:hover {
  color: #a50034;
}

.btn:after {
  content: '>';
  margin-left: 0.8rem;
  font-size: 1.14286em;
}

@media all and (min-width: 980px) {
  .btn:after {
    font-size: 1.6rem;
  }
}

.layout-wrapper {
  padding: 0 2rem;
  position: relative;
}

@media all and (min-width: 980px) {
  .layout-wrapper {
    padding: 0 4.4rem;
  }
}

@media all and (min-width: 1440px) {
  .layout-wrapper {
    padding: 0 9rem;
    max-width: 144rem;
    margin: 0 auto;
  }
}

.layout-header {
  position: fixed;
  height: 5.4rem;
  background-color: #333333;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 40;
}

.layout-header__wrapper {
  height: 100%;
  position: relative;
}

.layout-header~.layout-container {
  padding-top: 5.4rem;
}

@media all and (min-width: 980px) {
  .layout-header {
    position: absolute;
    height: 6.8rem;
  }
  .layout-header~.layout-container {
    padding-top: 6.8rem;
  }
  .layout-header--fixed~.layout-container {
    padding-top: 16.8rem;
  }
  .layout-header::before {
    height: 0.1rem;
    display: block;
    content: '';
    background-color: #5c5c5c;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
  .layout-header::after {
    height: 10rem;
    display: block;
    content: '';
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    background-color: #333333;
    z-index: -1;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: all 300ms;
  }
  .layout-header--fixed::after,
  .layout-header--active::after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.layout-logo {
  position: absolute;
  left: 2rem;
  top: 1.2rem;
}

@media all and (min-width: 980px) {
  .layout-logo {
    left: 4.4rem;
    top: 1rem;
  }
}

.layout-logo__anchor {
  background-image: url(../images/logo.png);
  width: 6rem;
  height: 3rem;
  display: block;
  background-size: 100% 100%;
}

@media all and (min-width: 980px) {
  .layout-logo__anchor {
    width: 9.3rem;
    height: 4.5rem;
  }
}

.menu-icon {
  width: 2rem;
  height: 1.6rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 1.9rem;
}

.menu-icon__line {
  width: 2rem;
  height: 0.2rem;
  background-color: #ffffff;
  display: block;
}

.menu-icon__line~.menu-icon__line {
  margin-top: 0.5rem;
}

@media all and (min-width: 980px) {
  .menu-icon {
    display: none;
  }
}

.gnb {
  position: absolute;
  color: #ffffff;
  overflow: hidden;
  z-index: 15;
}

@media all and (max-width: 979px) {
  .gnb {
    top: 100%;
    width: 100%;
    left: 0;
    pointer-events: none;
  }
  .gnb-toggle:checked~.gnb {
    pointer-events: auto;
  }
  .gnb-toggle:checked~.gnb .gnb__item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .gnb-submenu {
    display: none;
  }
  .gnb__item {
    background-color: #333333;
    color: #ffffff;
    border-top: 0.1rem solid #5c5c5c;
    transition: all 500ms;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .gnb__item:nth-child(1) {
    transition-delay: 0ms;
  }
  .gnb__item:nth-child(2) {
    transition-delay: 50ms;
  }
  .gnb__item:nth-child(3) {
    transition-delay: 100ms;
  }
  .gnb__item:nth-child(4) {
    transition-delay: 150ms;
  }
  .gnb__item-anchor {
    display: block;
    font-size: 1.4rem;
    font-family: 'LG Smart Light SemiBold';
    letter-spacing: 0.01em;
    padding: 2.3rem 2rem;
    position: relative;
  }
  .gnb__item-anchor:after {
    content: '>';
    font-size: 1.7rem;
    font-family: 'LG Smart';
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 980px) {
  .gnb {
    right: 4.4rem;
    top: 0;
  }
  .gnb__item {
    float: left;
  }
  .gnb__item~.gnb__item {
    padding-left: 4rem;
  }
  .gnb__item--active {
    padding-bottom: 10rem;
  }
  .gnb__item-anchor {
    font-family: 'LG Smart Light SemiBold';
    font-size: 2rem;
    letter-spacing: 0.01em;
    height: 6.8rem;
    display: block;
    line-height: 6.8rem;
    position: relative;
  }
  .gnb__item-anchor::after {
    display: block;
    height: 0.8rem;
    width: 100%;
    background-color: #ae1a48;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 300ms;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .gnb__item:hover .gnb__item-anchor::after,
  .gnb__item--active .gnb__item-anchor::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  .gnb__item--active .gnb-submenu,
  .gnb__item:hover .gnb-submenu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .lt-ie11 .gnb__item--active .gnb-submenu,
  .lt-ie11 .gnb__item:hover .gnb-submenu {
    display: block;
  }
  .gnb__item:hover {
    padding-bottom: 10rem;
  }
  .gnb-submenu {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
    transform: translate(-50%, -5%);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
    font-size: 0;
    white-space: nowrap;
  }
  .lt-ie11 .gnb-submenu {
    display: none;
  }
  .gnb-submenu__item {
    display: inline-block;
    /* width: 10rem; */
  }
  .gnb-submenu__item-value {
    display: block;
    margin-left: -100%;
    margin-right: -100%;
  }
  .gnb-submenu__item-anchor {
    display: block;
    padding: 1.5rem 0;
    text-align: center;
    color: #bbbbbb;
    font-size: 1.5rem;
    font-family: 'LG Smart Light SemiBold';
    letter-spacing: 0.025em;
  }
  .gnb-submenu__item-anchor::before {
    background-size: contain;
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
  }
  .gnb-submenu__item-anchor[data-icon="washing-machine"]::before {
    background-image: url(../images/icons/washing-machine.png);    
  }
  .gnb-submenu__item-anchor[data-icon="accessories"]::before {
    background-image: url(../images/icons/accessories.png);
  }
  .gnb-submenu__item-anchor[data-icon="smart-watch"]::before {
    background-image: url(../images/icons/smart-watch.png);
  }
  .gnb-submenu__item-anchor[data-icon="mobile"]::before {
    background-image: url(../images/icons/mobile.png);
  }
  .gnb-submenu__item-anchor[data-icon="fridge-freezer"]::before {
    background-image: url(../images/icons/fridge-freezer.png);
  }
  .gnb-submenu__item-anchor[data-icon="multi-door"]::before {
    background-image: url(../images/icons/multi-door.png);
  }
  .gnb-submenu__item-anchor[data-icon="side-by-side"]::before {
    background-image: url(../images/icons/side-by-side.png);
  }
  .gnb-submenu__item-anchor[data-icon="monitor"]::before {
    background-image: url(../images/icons/monitor.png);
  }
  .gnb-submenu__item-anchor[data-icon="audio"]::before {
    background-image: url(../images/icons/audio.png);
  }
  .gnb-submenu__item-anchor::before {
    height: 5rem;
    margin: 0 auto 1rem;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .gnb-submenu__item~.gnb-submenu__item {
    margin-left: 7rem;
  }
}

@media screen and (min-width: 1440px) {
  .gnb__item~.gnb__item {
    padding-left: 8rem;
  }
}

.visual {
  position: relative;
}

.visual-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual-nav .layout-wrapper,
.visual-nav__wrapper {
  position: relative;
  height: 100%;
}

.visual-nav__button {
  width: 1.9rem;
  height: 3.5rem;
  display: block;
  position: absolute;
  background-size: 100% 100%;
  top: 50%;
  margin-top: -1.7rem;
  z-index: 35;
}

@media all and (min-width: 980px) {
  .visual-nav__button {
    width: 2.7rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    transition: all 300ms;
  }
  .visual-nav__button:hover {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  .visual-nav__button:active {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.visual-nav__button--prev {
  left: 0;
  background-image: url(../images/arrow-left27x48.png);
}

.visual-nav__button--next {
  right: 0;
  background-image: url(../images/arrow-right27x48.png);
}

.visual-nav-menu {
  position: absolute;
  bottom: 1.7rem;
  left: 0;
  width: 100%;
  z-index: 30;
}

@media all and (min-width: 980px) {
  .visual-nav-menu {
    bottom: 1.2rem;
  }
}

.visual-nav-menu__wrapper {
  display: table;
  margin: 0 auto;
}

.visual-nav-menu__item {
  float: left;
}

.visual-nav-menu__item-anchor {
  display: block;
  width: 2rem;
  height: 2rem;
  position: relative;
}

@media all and (min-width: 980px) {
  .visual-nav-menu__item-anchor {
    width: 3rem;
    height: 3rem;
  }
}

.visual-nav-menu__item-anchor:after {
  transition: all 300ms;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0.1rem solid #cdcdcd;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media all and (min-width: 980px) {
  .visual-nav-menu__item-anchor:after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.visual-nav-menu__item-anchor--active:after {
  background-color: #c4234a;
  border-color: #c4234a;
}

.visual__container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.visual:hover .visual__wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left;
}

.visual__wrapper {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  transition: all 450ms;
  left: 0;
}

@media all and (min-width: 980px) {
  .visual__wrapper {
    transition: all 750ms;
  }
}

.visual__item {
  display: inline-block;
  width: 100%;
  position: relative;
  white-space: normal;
  background-color: #ddd;
}

.visual__item-logo {
  font-size: 10rem;
  line-height: 0;
}

@media all and (max-width: 979px) {
  .visual__item-logo {
    font-size: 5rem;
  }
}

.visual__item-logo img {
  display: inline-block;
  width: auto;
  margin-bottom: 0.5rem;
}

@media all and (min-width: 980px) {
  .visual__item-logo img {
    margin-bottom: 1.2rem;
  }
}

.visual__item-image img {
  max-width: 144rem;
  margin: 0 auto;
}

.visual__item-title {
  font-family: 'LG Smart Bold';
  font-size: 2.2rem;
}

@media all and (min-width: 980px) {
  .visual__item-title {
    font-size: 3.8rem;
  }
}

.visual__item-description {
  font-size: 1.4rem;
  line-height: 1.14286;
  letter-spacing: 0.01em;
  margin-top: 0.7rem;
}

@media all and (min-width: 980px) {
  .visual__item-description {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}

.visual__item-container {
  position: absolute;
  top: 3.8rem;
  left: 0;
  width: 100%;
  z-index: 20;
}

@media all and (min-width: 980px) {
  .visual__item-container {
    top: 0;
    height: 100%;
  }
}

@media all and (min-width: 1440px) {
  .visual__item-container {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.visual__item-content {
  text-align: center;
}

@media all and (min-width: 980px) {
  .visual__item-content {
    position: absolute;
    text-align: left;
    padding-right: 0;
    top: 11rem;
    width: 40%;
  }
  .visual__wrapper .visual__item-content {
    padding-left: 6.6rem;
  }
  .visual__item-content--large {
    width: 50%;
  }
}

@media all and (min-width: 980px) and (max-width: 1439px) {
  .visual__item-content--tablet-top {
    top: 7rem;
  }
}

@media all and (min-width: 1440px) {
  .visual__item-content {
    padding-left: 7rem;
    top: 13rem;
  }
}

.visual__item-footer {
  margin-top: 2.2rem;
}

@media all and (min-width: 980px) {
  .visual__item-footer {
    margin-top: 4.2rem;
  }
}

.main-section {
  position: relative;
}

@media all and (min-width: 980px) {
  .main-section--vertical-padding {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .main-section--gray {
    background-color: #fafafa;
  }
}

@media all and (min-width: 1440px) {
  .main-section--vertical-padding {
    padding-top: 11rem;
  }
}

@media all and (max-width: 979px) {
  .main-section__wrapper {
    padding: 0;
  }
}

.main-section__wrapper::after {
  display: table;
  content: '';
  clear: both;
}

@media all and (min-width: 980px) {
  .main-section__container,
  .main-section__image {
    float: left;
    width: 50%;
  }
  .main-section__container {
    padding-left: 0.7rem;
  }
  .main-section--right .main-section__container {
    padding-left: 0;
    padding-right: 0.7rem;
  }
  .main-section--right .main-section__container,
  .main-section--right .main-section__image {
    float: right;
  }
}

@media all and (min-width: 980px) {
  .main-section__container {
    padding-top: 10rem;
  }
}

@media all and (min-width: 980px) {
  .main-section__container--fixed {
    padding-top: 0;
    height: 66rem;
    position: relative;
  }
}

@media all and (min-width: 1440px) {
  .main-section__container--fixed {
    height: 80rem;
  }
}

@media all and (max-width: 979px) {
  .main-section__content {
    position: absolute;
    top: 3.5rem;
    width: 100%;
    text-align: center;
    left: 0;
    padding: 0 3rem;
  }
}

.main-section__title {
  font-family: 'LG Smart Bold';
  font-size: 2.2rem;
  line-height: 1.09091;
  margin-bottom: 0.6rem;
}

@media all and (max-width: 979px) {
  .main-section__title-break {
    display: block;
  }
}

@media all and (min-width: 980px) {
  .main-section__title {
    font-size: 3.5rem;
    letter-spacing: -0.01em;
  }
}

.main-section__tab {
  margin-bottom: 1.8rem;
}

@media all and (min-width: 980px) {
  .main-section__tab {
    margin-bottom: 2.5rem;
    margin-top: 1rem;
  }
}

.main-section__subject {
  font-size: 1.8rem;
  line-height: 1.11111;
  margin-bottom: 0.7rem;
}

@media all and (min-width: 980px) {
  .main-section__subject {
    font-size: 2.5rem;
  }
}

.main-section__description {
  font-size: 1.4rem;
  line-height: 1.14286;
  color: #666666;
}

@media all and (min-width: 980px) {
  .main-section__description {
    font-size: 2rem;
    margin-top: 1.4rem;
  }
}

.main-section__footer {
  margin-top: 2rem;
}

@media all and (min-width: 980px) {
  .main-section__footer {
    margin-top: 2.5rem;
  }
}

@media all and (max-width: 979px) {
  .main-section-category {
    border-top: 0.1rem solid #e5e5e5;
    border-bottom: 0.1rem solid #e5e5e5;
  }
  .main-section-category__item~.main-section-category__item {
    border-top: 0.1rem solid #e5e5e5;
  }
  .main-section-category__item-anchor {
    display: block;
    padding: 0 2rem;
    position: relative;
  }
  .main-section-category__item-anchor:after {
    content: '>';
    font-family: 'LG Smart Light SemiBold';
    font-size: 1.7rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-section-category__item-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .main-section-category__item-image {
    display: table-cell;
    width: 30%;
    text-align: center;
    padding: 1rem;
  }
  .main-section-category__item-image img {
    display: inline-block;
    width: auto;
  }
  .main-section-category__item-content {
    vertical-align: middle;
    display: table-cell;
    font-family: 'LG Smart Light SemiBold';
    font-size: 1.4rem;
  }
}

@media all and (min-width: 980px) {
  .main-section-category {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 2rem;
  }
  .main-section-category__wrapper {
    margin: -0.3rem;
  }
  .main-section-category__wrapper::after {
    display: table;
    content: '';
    clear: both;
  }
  .main-section-category--large .main-section-category__wrapper {
    margin: -1.7rem -3rem;
  }
  .main-section-category--large .main-section-category__item {
    padding: 1.7rem 3rem;
    width: 15rem;
    box-sizing: content-box;
  }
}

@media all and (min-width: 980px) and (min-width: 1440px) {
  .main-section-category--large .main-section-category__item {
    width: 20.5rem;
  }
}

@media all and (min-width: 980px) {
  .main-section-category__item {
    width: 33.3%;
    float: left;
    padding: 0.3rem;
    text-align: center;
  }
  .main-section-category__item-content {
    margin-top: 1.4rem;
    position: relative;
    height: 4rem;
  }
  .main-section-category__item-title {
    font-family: 'LG Smart Light SemiBold';
    font-size: 2rem;
  }
  .main-section-category__item-title::after {
    content: '>';
    margin-left: 0.6rem;
  }
}

@media all and (min-width: 1440px) {
  .main-section-category {
    bottom: 5.5rem;
  }
}

.mobile-submenu {
  background-color: #333333;
  overflow: hidden;
  border-top: 0.1rem solid #5a5a5a;
}

.mobile-submenu__item {
  float: left;
  width: 50%;
  border-bottom: 0.1rem solid #5a5a5a;
  border-right: 0.1rem solid #5a5a5a;
}

.mobile-submenu__item-anchor {
  display: block;
  color: #ffffff;
  text-align: center;
  font-family: 'LG Smart Light SemiBold';
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  padding: 1.8rem 0;
}

@media all and (min-width: 980px) {
  .mobile-submenu {
    display: none;
  }
}

.product__header {
  padding-bottom: 2rem;
  padding-top: 4rem;
  text-align: center;
}

@media all and (min-width: 980px) {
  .product__header {
    padding-bottom: 4rem;
    padding-top: 8rem;
  }
}

.product__title {
  font-family: 'LG Smart Bold';
  font-size: 2.2rem;
}

@media all and (min-width: 980px) {
  .product__title {
    font-size: 3.5rem;
  }
}

.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0.1rem solid #e9eabe;
  font-size: 0;
}

.product__wrapper::after {
  display: table;
  content: '';
  clear: both;
}

.product__item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  border-top: 0.1rem solid #e9eaeb;
  border-left: 0.1rem solid #e9eaeb;
}

@media all and (max-width: 979px) {
  .product__item:nth-child(odd) {
    border-left: 0;
  }
  .product__item:nth-child(1n + 5) {
    display: none;
  }
}

@media all and (min-width: 980px) {
  .product__item {
    width: 25%;
  }
}

.product__item-image {
  padding: 0 3.3rem;
}

@media all and (min-width: 980px) {
  .product__item-image {
    padding: 0 2.5rem;
  }
}

@media all and (min-width: 1440px) {
  .product__item-image {
    padding: 0 5rem;
  }
}

.product__item-content {
  margin-top: 1rem;
  text-align: center;
}

@media all and (min-width: 980px) {
  .product__item-content {
    margin-top: 3rem;
  }
}

.product__item-title {
  font-size: 1.4rem;
  line-height: 1.14286;
  letter-spacing: 0.01em;
}

.product__item-title--price {
  font-weight: bold;
  margin-top: 10px;
}

@media all and (min-width: 980px) {
  .product__item-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}

.product__item-wrapper {
  padding: 2.3rem 1rem;
}

@media all and (min-width: 980px) {
  .product__item-wrapper {
    padding: 4rem 2rem;
  }
}

@media all and (min-width: 1440px) {
  .product__item-wrapper {
    padding: 2rem 3rem 4rem;
  }
}

.shop__header {
  padding-bottom: 2rem;
  padding-top: 4rem;
  text-align: center;
}

@media all and (min-width: 980px) {
  .shop__header {
    padding-bottom: 6rem;
    padding-top: 8rem;
  }
}

.shop__title {
  font-family: 'LG Smart Bold';
  font-size: 2.2rem;
}

@media all and (min-width: 980px) {
  .shop__title {
    font-size: 3.5rem;
  }
}

@media all and (max-width: 979px) {
  .shop__wrapper {
    border-top: 0.1rem solid #e0e0e0;
  }
}

@media all and (min-width: 980px) {
  .shop__wrapper {
    text-align: center;
    font-size: 0;
    padding-bottom: 8rem;
  }
}

@media all and (max-width: 979px) {
  .shop__item {
    border-bottom: 0.1rem solid #e0e0e0;
  }
  .shop__item-image {
    position: absolute;
    left: -999.9rem;
    top: -999.9rem;
  }
  .shop__item-anchor {
    display: block;
    padding: 2.4rem 2rem;
    position: relative;
  }
  .shop__item-anchor::after {
    content: '>';
    font-size: 1.7rem;
    font-family: 'LG Smart';
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .shop__item-title {
    font-family: 'LG Smart Light SemiBold';
    font-size: 1.6rem;
  }
}

@media all and (min-width: 980px) {
  .shop__item {
    display: inline-block;
    vertical-align: bottom;
  }
  .shop__item~.shop__item {
    margin-left: 4rem;
  }
  .shop__item-content {
    margin-top: 2rem;
  }
  .shop__item-title {
    font-family: 'LG Smart Bold';
    font-size: 2rem;
    letter-spacing: 0.01em;
  }
}

@media all and (min-width: 1440px) {
  .shop__item~.shop__item {
    margin-left: 8rem;
  }
}

.video {
  padding: 2rem 0;
  border-top: 0.1rem solid #e0e0e0;
  border-bottom: 0.1rem solid #e0e0e0;
}

@media all and (min-width: 980px) {
  .video {
    padding: 6rem 0;
  }
  .video .layout-wrapper {
    padding: 0 8.5rem;
  }
}

@media all and (min-width: 1440px) {
  .video .layout-wrapper {
    padding: 0 29.5rem;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-tab {
  font-size: 0;
}

.text-tab__item {
  display: inline-block;
  position: relative;
}

.text-tab__item~.text-tab__item {
  margin-left: 4rem;
}

.text-tab__item~.text-tab__item::before {
  width: 0.1rem;
  height: 0.7rem;
  position: absolute;
  top: 50%;
  margin-top: -0.3rem;
  left: -2rem;
  display: block;
  content: '';
  background-color: #999999;
}

@media all and (min-width: 980px) {
  .text-tab__item~.text-tab__item::before {
    height: 1.3rem;
    margin-top: -0.6rem;
  }
}

.text-tab__item-anchor {
  font-family: 'LG Smart Light SemiBold';
  font-size: 1.8rem;
  color: #999999;
}

@media all and (min-width: 980px) {
  .text-tab__item-anchor {
    font-size: 2.4rem;
  }
}

.text-tab__item-anchor--active {
  color: #333333;
}

#page-dimmed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  opacity: 0.5;
  background-color: #333;
}

#page-dimmed span {
  z-index: 100000;
  width: 81px;
  height: 81px;
  margin: -40.5px 0 0 -40.5px;
  border-radius: 50%;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(Opacity=10);
  opacity: .1;
  border: 1px solid #888;
}

#page-dimmed:after {
  z-index: 100001;
  width: 79px;
  height: 79px;
  margin: -39.5px 0 0 -39.5px;
  border-radius: 50%;
  background: url(/images/ajax-loader.gif) 50% 50% no-repeat #fff;
  content: "";
}

#page-dimmed span,
#page-dimmed:after {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
}